1 | [ Aug 15 05:33:52 Enabled. ] | ||
2 | [ Aug 15 05:33:52 Rereading configuration. ] | ||
3 | [ Aug 15 05:33:55 Rereading configuration. ] | ||
4 | [ Aug 15 05:34:04 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
5 | + set -o errexit | ||
6 | + set -o pipefail | ||
7 | + . /lib/svc/share/smf_include.sh | ||
8 | ++ SMF_EXIT_OK=0 | ||
9 | ++ SMF_EXIT_NODAEMON=94 | ||
10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
15 | ++ SMF_EXIT_ERR_PERM=100 | ||
16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
19 | + LISTEN_PORT=8123 | ||
20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
21 | + DATASTORE=/data | ||
22 | + single_node=true | ||
23 | + command=() | ||
24 | + true | ||
25 | + command+=("/opt/oxide/clickhouse/clickhouse" "server" "--log-file" "/var/tmp/clickhouse-server.log" "--errorlog-file" "/var/tmp/clickhouse-server.errlog" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
26 | + exec /opt/oxide/clickhouse/clickhouse server --log-file /var/tmp/clickhouse-server.log --errorlog-file /var/tmp/clickhouse-server.errlog -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
27 | [ Aug 15 05:34:04 Method "start" exited with status 0. ] | ||
28 | Processing configuration file 'config.xml'. | ||
29 | There is no file 'config.xml', will use embedded config. | ||
30 | Logging trace to /var/tmp/clickhouse-server.log | ||
31 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
32 | 2024.08.15 05:34:04.921478 [ 1 ] {} <Information> Application: Will watch for the process with pid 22696 | ||
33 | 2024.08.15 05:34:04.921943 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
34 | 2024.08.15 05:34:05.088894 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22696 | ||
35 | 2024.08.15 05:34:05.089639 [ 1 ] {} <Information> Application: starting up | ||
36 | 2024.08.15 05:34:05.090354 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
37 | 2024.08.15 05:34:05.171928 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
38 | 2024.08.15 05:34:05.209306 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
39 | 2024.08.15 05:34:05.209366 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
40 | 2024.08.15 05:34:05.209387 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
41 | 2024.08.15 05:34:05.209467 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
42 | 2024.08.15 05:34:05.209799 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
43 | 2024.08.15 05:34:05.211317 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
44 | Processing configuration file 'config.xml'. | ||
45 | There is no file 'config.xml', will use embedded config. | ||
46 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
47 | 2024.08.15 05:34:05.211816 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
48 | 2024.08.15 05:34:05.212167 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
49 | 2024.08.15 05:34:05.212190 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
50 | 2024.08.15 05:34:05.212203 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
51 | 2024.08.15 05:34:05.212381 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.08.15 05:34:05.213386 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
53 | 2024.08.15 05:34:05.219183 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
54 | 2024.08.15 05:34:05.220053 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
55 | 2024.08.15 05:34:05.221412 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
56 | 2024.08.15 05:34:05.221476 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
57 | 2024.08.15 05:34:05.222969 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
58 | Processing configuration file 'config.xml'. | ||
59 | There is no file 'config.xml', will use embedded config. | ||
60 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
61 | 2024.08.15 05:34:05.223245 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
62 | 2024.08.15 05:34:05.227474 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
63 | 2024.08.15 05:34:05.227828 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
64 | 2024.08.15 05:34:05.229371 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
65 | 2024.08.15 05:34:05.229734 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
66 | 2024.08.15 05:34:05.230162 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
67 | 2024.08.15 05:34:05.230582 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
68 | 2024.08.15 05:34:05.231946 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
69 | 2024.08.15 05:34:05.231972 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
70 | 2024.08.15 05:34:05.232032 [ 185 ] {} <Debug> DNSResolver: Updating DNS cache | ||
71 | 2024.08.15 05:34:05.232127 [ 185 ] {} <Debug> DNSResolver: Updated DNS cache | ||
72 | 2024.08.15 05:34:05.250118 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
73 | 2024.08.15 05:34:05.250152 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000153393 sec | ||
74 | 2024.08.15 05:34:05.250193 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
75 | 2024.08.15 05:34:05.250208 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
76 | 2024.08.15 05:34:05.251436 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
77 | 2024.08.15 05:34:05.252431 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
78 | 2024.08.15 05:34:05.252453 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
79 | 2024.08.15 05:34:05.252483 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
80 | 2024.08.15 05:34:05.252497 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
81 | 2024.08.15 05:34:05.252508 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
82 | 2024.08.15 05:34:05.252539 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
83 | 2024.08.15 05:34:05.252551 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
84 | 2024.08.15 05:34:05.252565 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
85 | 2024.08.15 05:34:05.252597 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
86 | 2024.08.15 05:34:05.252610 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
87 | 2024.08.15 05:34:05.252623 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
88 | 2024.08.15 05:34:05.252637 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
89 | 2024.08.15 05:34:05.252668 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
90 | 2024.08.15 05:34:05.252682 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
91 | 2024.08.15 05:34:05.252696 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
92 | 2024.08.15 05:34:05.252722 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
93 | 2024.08.15 05:34:05.252736 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
94 | 2024.08.15 05:34:05.291543 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
95 | 2024.08.15 05:34:05.311380 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
96 | 2024.08.15 05:34:05.311429 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 8.5792e-05 sec | ||
97 | 2024.08.15 05:34:05.311453 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
98 | 2024.08.15 05:34:05.311480 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
99 | 2024.08.15 05:34:05.311518 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
100 | 2024.08.15 05:34:05.311735 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
101 | 2024.08.15 05:34:05.311787 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
102 | 2024.08.15 05:34:05.311804 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
103 | 2024.08.15 05:34:05.311823 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
104 | 2024.08.15 05:34:05.311837 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
105 | 2024.08.15 05:34:05.337528 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to create SSL context. SSL will be disabled. Error: Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: Configuration error: no certificate file has been specified (version 23.8.7.1) | ||
106 | 2024.08.15 05:34:05.525860 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to read RSA key pair from server certificate. Error: Code: 139. DB::Exception: Certificate file is not set. (NO_ELEMENTS_IN_CONFIG) (version 23.8.7.1) | ||
107 | 2024.08.15 05:34:05.525915 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
108 | 2024.08.15 05:34:05.591656 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
109 | 2024.08.15 05:34:05.591874 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.11 MiB (RSS), difference: 147.25 MiB | ||
110 | 2024.08.15 05:34:05.592729 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.4381e-05 sec. | ||
111 | 2024.08.15 05:34:05.593068 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
112 | 2024.08.15 05:34:05.593159 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
113 | 2024.08.15 05:34:05.593227 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
114 | 2024.08.15 05:34:05.593246 [ 1 ] {} <Information> Application: Ready for connections. | ||
115 | 2024.08.15 05:34:05.852553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
116 | 2024.08.15 05:34:05.852777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
117 | 2024.08.15 05:34:05.852818 [ 3 ] {} <Debug> HTTP-Session: 97ec1119-3842-42f2-9232-309758299fdf Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
118 | 2024.08.15 05:34:05.852849 [ 3 ] {} <Debug> HTTP-Session: 97ec1119-3842-42f2-9232-309758299fdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2024.08.15 05:34:05.852869 [ 3 ] {} <Debug> HTTP-Session: 97ec1119-3842-42f2-9232-309758299fdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2024.08.15 05:34:05.852958 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
121 | 2024.08.15 05:34:05.852993 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
122 | 2024.08.15 05:34:05.853019 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
123 | 2024.08.15 05:34:05.853091 [ 3 ] {} <Trace> HTTP-Session: 97ec1119-3842-42f2-9232-309758299fdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
124 | 2024.08.15 05:34:05.854203 [ 3 ] {2359ce1d-71bb-4366-a864-33b1af6e5ec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
125 | 2024.08.15 05:34:05.884383 [ 3 ] {2359ce1d-71bb-4366-a864-33b1af6e5ec4} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:50454) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
126 | |||
127 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
128 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
129 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
130 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
131 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
132 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
133 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
134 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
135 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
136 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
137 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
138 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
139 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
140 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
141 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
142 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
143 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
144 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
145 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
146 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
147 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
148 | 21. _thrp_setup @ 0x0000000000114d67 in /system/lib/amd64/libc.so.1 | ||
149 | |||
150 | 2024.08.15 05:34:05.885094 [ 3 ] {2359ce1d-71bb-4366-a864-33b1af6e5ec4} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
151 | |||
152 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
153 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
154 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
155 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
156 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
157 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
158 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
159 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
160 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
161 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
162 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
163 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
164 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
165 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
166 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
167 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
168 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
169 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
170 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
171 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
172 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
173 | 21. _thrp_setup @ 0x0000000000114d67 in /system/lib/amd64/libc.so.1 | ||
174 | (version 23.8.7.1) | ||
175 | 2024.08.15 05:34:05.886407 [ 3 ] {} <Debug> HTTP-Session: 97ec1119-3842-42f2-9232-309758299fdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2024.08.15 05:34:05.886795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
177 | 2024.08.15 05:34:05.886865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
178 | 2024.08.15 05:34:05.886891 [ 3 ] {} <Debug> HTTP-Session: ab5a1e8d-06de-4d4b-953a-25f69ab2a236 Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
179 | 2024.08.15 05:34:05.886916 [ 3 ] {} <Debug> HTTP-Session: ab5a1e8d-06de-4d4b-953a-25f69ab2a236 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
180 | 2024.08.15 05:34:05.886929 [ 3 ] {} <Debug> HTTP-Session: ab5a1e8d-06de-4d4b-953a-25f69ab2a236 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2024.08.15 05:34:05.886974 [ 3 ] {} <Trace> HTTP-Session: ab5a1e8d-06de-4d4b-953a-25f69ab2a236 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
182 | 2024.08.15 05:34:05.888052 [ 3 ] {d0e1f6bf-fa86-452e-97f5-bc9fd7611751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
183 | 2024.08.15 05:34:05.888170 [ 3 ] {d0e1f6bf-fa86-452e-97f5-bc9fd7611751} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
184 | 2024.08.15 05:34:05.890143 [ 3 ] {d0e1f6bf-fa86-452e-97f5-bc9fd7611751} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
185 | 2024.08.15 05:34:05.892914 [ 3 ] {d0e1f6bf-fa86-452e-97f5-bc9fd7611751} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
186 | 2024.08.15 05:34:05.898822 [ 3 ] {d0e1f6bf-fa86-452e-97f5-bc9fd7611751} <Debug> DynamicQueryHandler: Done processing query | ||
187 | 2024.08.15 05:34:05.898859 [ 3 ] {d0e1f6bf-fa86-452e-97f5-bc9fd7611751} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
188 | 2024.08.15 05:34:05.898881 [ 3 ] {} <Debug> HTTP-Session: ab5a1e8d-06de-4d4b-953a-25f69ab2a236 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2024.08.15 05:34:05.901261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
190 | 2024.08.15 05:34:05.901332 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
191 | 2024.08.15 05:34:05.901363 [ 3 ] {} <Debug> HTTP-Session: b85f93bc-e21d-42f8-a08b-62cbe2b3f6e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
192 | 2024.08.15 05:34:05.901385 [ 3 ] {} <Debug> HTTP-Session: b85f93bc-e21d-42f8-a08b-62cbe2b3f6e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
193 | 2024.08.15 05:34:05.901407 [ 3 ] {} <Debug> HTTP-Session: b85f93bc-e21d-42f8-a08b-62cbe2b3f6e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2024.08.15 05:34:05.901454 [ 3 ] {} <Trace> HTTP-Session: b85f93bc-e21d-42f8-a08b-62cbe2b3f6e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
195 | 2024.08.15 05:34:05.901611 [ 3 ] {fec438f9-5e22-4d03-98f2-7e2de06d1138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
196 | 2024.08.15 05:34:05.901940 [ 3 ] {fec438f9-5e22-4d03-98f2-7e2de06d1138} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:50454) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
197 | |||
198 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
199 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
200 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
201 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
202 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
203 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
204 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
205 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
206 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
207 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
208 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
209 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
210 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
211 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
212 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
213 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
214 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
215 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
216 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
217 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
218 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
219 | 21. _thrp_setup @ 0x0000000000114d67 in /system/lib/amd64/libc.so.1 | ||
220 | |||
221 | 2024.08.15 05:34:05.902090 [ 3 ] {fec438f9-5e22-4d03-98f2-7e2de06d1138} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
222 | |||
223 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
224 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
225 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
226 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
227 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
228 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
229 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
230 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
231 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
232 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
233 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
234 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
235 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
236 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
237 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
238 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
239 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
240 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
241 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
242 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
243 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
244 | 21. _thrp_setup @ 0x0000000000114d67 in /system/lib/amd64/libc.so.1 | ||
245 | (version 23.8.7.1) | ||
246 | 2024.08.15 05:34:05.902251 [ 3 ] {} <Debug> HTTP-Session: b85f93bc-e21d-42f8-a08b-62cbe2b3f6e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
247 | 2024.08.15 05:34:05.902997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
248 | 2024.08.15 05:34:05.903049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
249 | 2024.08.15 05:34:05.903068 [ 3 ] {} <Debug> HTTP-Session: 7bae0cc9-2c21-4ac8-97ee-80ec6a52bb0c Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
250 | 2024.08.15 05:34:05.903090 [ 3 ] {} <Debug> HTTP-Session: 7bae0cc9-2c21-4ac8-97ee-80ec6a52bb0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
251 | 2024.08.15 05:34:05.903108 [ 3 ] {} <Debug> HTTP-Session: 7bae0cc9-2c21-4ac8-97ee-80ec6a52bb0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2024.08.15 05:34:05.903136 [ 3 ] {} <Trace> HTTP-Session: 7bae0cc9-2c21-4ac8-97ee-80ec6a52bb0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
253 | 2024.08.15 05:34:05.903299 [ 3 ] {7a808f0b-15d3-4626-8bbc-85817e8375c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
254 | 2024.08.15 05:34:05.903458 [ 3 ] {7a808f0b-15d3-4626-8bbc-85817e8375c8} <Debug> DynamicQueryHandler: Done processing query | ||
255 | 2024.08.15 05:34:05.903482 [ 3 ] {} <Debug> HTTP-Session: 7bae0cc9-2c21-4ac8-97ee-80ec6a52bb0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2024.08.15 05:34:05.903605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
257 | 2024.08.15 05:34:05.903658 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
258 | 2024.08.15 05:34:05.903683 [ 3 ] {} <Debug> HTTP-Session: 9e5c4cb8-3bdd-4854-8e77-94c22133a0ed Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
259 | 2024.08.15 05:34:05.903700 [ 3 ] {} <Debug> HTTP-Session: 9e5c4cb8-3bdd-4854-8e77-94c22133a0ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.08.15 05:34:05.903719 [ 3 ] {} <Debug> HTTP-Session: 9e5c4cb8-3bdd-4854-8e77-94c22133a0ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2024.08.15 05:34:05.903752 [ 3 ] {} <Trace> HTTP-Session: 9e5c4cb8-3bdd-4854-8e77-94c22133a0ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
262 | 2024.08.15 05:34:05.903839 [ 3 ] {7003bf9d-4186-4cc6-9ad1-dc9320312e56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
263 | 2024.08.15 05:34:05.903898 [ 3 ] {7003bf9d-4186-4cc6-9ad1-dc9320312e56} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
264 | 2024.08.15 05:34:05.912819 [ 3 ] {7003bf9d-4186-4cc6-9ad1-dc9320312e56} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
265 | 2024.08.15 05:34:05.912859 [ 3 ] {7003bf9d-4186-4cc6-9ad1-dc9320312e56} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.6591e-05 sec | ||
266 | 2024.08.15 05:34:05.912905 [ 3 ] {7003bf9d-4186-4cc6-9ad1-dc9320312e56} <Trace> ReferentialDeps: No tables | ||
267 | 2024.08.15 05:34:05.912936 [ 3 ] {7003bf9d-4186-4cc6-9ad1-dc9320312e56} <Trace> LoadingDeps: No tables | ||
268 | 2024.08.15 05:34:05.912963 [ 3 ] {7003bf9d-4186-4cc6-9ad1-dc9320312e56} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
269 | 2024.08.15 05:34:05.913119 [ 3 ] {7003bf9d-4186-4cc6-9ad1-dc9320312e56} <Debug> DynamicQueryHandler: Done processing query | ||
270 | 2024.08.15 05:34:05.913147 [ 3 ] {} <Debug> HTTP-Session: 9e5c4cb8-3bdd-4854-8e77-94c22133a0ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2024.08.15 05:34:05.913286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
272 | 2024.08.15 05:34:05.913338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
273 | 2024.08.15 05:34:05.913357 [ 3 ] {} <Debug> HTTP-Session: 883ff9fa-0b4f-4ddd-a60f-b3f428246a9e Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
274 | 2024.08.15 05:34:05.913378 [ 3 ] {} <Debug> HTTP-Session: 883ff9fa-0b4f-4ddd-a60f-b3f428246a9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2024.08.15 05:34:05.913398 [ 3 ] {} <Debug> HTTP-Session: 883ff9fa-0b4f-4ddd-a60f-b3f428246a9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2024.08.15 05:34:05.913427 [ 3 ] {} <Trace> HTTP-Session: 883ff9fa-0b4f-4ddd-a60f-b3f428246a9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
277 | 2024.08.15 05:34:05.913574 [ 3 ] {4ca0c56c-b4d8-48d3-9003-05ccca526a28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) /* The version table contains metadata about the `oximeter` database */ | ||
278 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
279 | 2024.08.15 05:34:05.913623 [ 3 ] {4ca0c56c-b4d8-48d3-9003-05ccca526a28} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
280 | 2024.08.15 05:34:05.917864 [ 3 ] {4ca0c56c-b4d8-48d3-9003-05ccca526a28} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
281 | 2024.08.15 05:34:05.921252 [ 3 ] {4ca0c56c-b4d8-48d3-9003-05ccca526a28} <Debug> oximeter.version (fb2f6140-c556-4010-af11-091d0c525517): Loading data parts | ||
282 | 2024.08.15 05:34:05.921633 [ 3 ] {4ca0c56c-b4d8-48d3-9003-05ccca526a28} <Debug> oximeter.version (fb2f6140-c556-4010-af11-091d0c525517): There are no data parts | ||
283 | 2024.08.15 05:34:05.927698 [ 3 ] {4ca0c56c-b4d8-48d3-9003-05ccca526a28} <Debug> DynamicQueryHandler: Done processing query | ||
284 | 2024.08.15 05:34:05.927726 [ 3 ] {} <Debug> HTTP-Session: 883ff9fa-0b4f-4ddd-a60f-b3f428246a9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
285 | 2024.08.15 05:34:05.927878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
286 | 2024.08.15 05:34:05.927937 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
287 | 2024.08.15 05:34:05.927964 [ 3 ] {} <Debug> HTTP-Session: f5f70f81-45c7-44ad-9543-f92d6dc73ab8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
288 | 2024.08.15 05:34:05.927980 [ 3 ] {} <Debug> HTTP-Session: f5f70f81-45c7-44ad-9543-f92d6dc73ab8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
289 | 2024.08.15 05:34:05.927999 [ 3 ] {} <Debug> HTTP-Session: f5f70f81-45c7-44ad-9543-f92d6dc73ab8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.08.15 05:34:05.928035 [ 3 ] {} <Trace> HTTP-Session: f5f70f81-45c7-44ad-9543-f92d6dc73ab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
291 | 2024.08.15 05:34:05.928237 [ 3 ] {c22ab3a2-aa69-4b76-9e08-1ef70fa193e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) /* The measurement tables contain all individual samples from each timeseries. | ||
292 | * | ||
293 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
294 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
295 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
296 | * by all samples from the same timeseries. | ||
297 | * | ||
298 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
299 | * and then uses that to index quickly into the measurements tables. | ||
300 | */ | ||
301 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
302 | 2024.08.15 05:34:05.928298 [ 3 ] {c22ab3a2-aa69-4b76-9e08-1ef70fa193e1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
303 | 2024.08.15 05:34:05.935886 [ 3 ] {c22ab3a2-aa69-4b76-9e08-1ef70fa193e1} <Debug> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Loading data parts | ||
304 | 2024.08.15 05:34:05.936045 [ 3 ] {c22ab3a2-aa69-4b76-9e08-1ef70fa193e1} <Debug> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): There are no data parts | ||
305 | 2024.08.15 05:34:05.940527 [ 3 ] {c22ab3a2-aa69-4b76-9e08-1ef70fa193e1} <Debug> DynamicQueryHandler: Done processing query | ||
306 | 2024.08.15 05:34:05.940554 [ 3 ] {} <Debug> HTTP-Session: f5f70f81-45c7-44ad-9543-f92d6dc73ab8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.08.15 05:34:05.940707 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
308 | 2024.08.15 05:34:05.940767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
309 | 2024.08.15 05:34:05.940793 [ 3 ] {} <Debug> HTTP-Session: 688b8a34-a746-430b-b41e-f876fe5f6198 Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
310 | 2024.08.15 05:34:05.940810 [ 3 ] {} <Debug> HTTP-Session: 688b8a34-a746-430b-b41e-f876fe5f6198 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
311 | 2024.08.15 05:34:05.940830 [ 3 ] {} <Debug> HTTP-Session: 688b8a34-a746-430b-b41e-f876fe5f6198 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.08.15 05:34:05.940864 [ 3 ] {} <Trace> HTTP-Session: 688b8a34-a746-430b-b41e-f876fe5f6198 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
313 | 2024.08.15 05:34:05.941044 [ 3 ] {b5e12c54-20f9-4374-b61f-22648b8a99e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
314 | 2024.08.15 05:34:05.941092 [ 3 ] {b5e12c54-20f9-4374-b61f-22648b8a99e7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
315 | 2024.08.15 05:34:05.946689 [ 3 ] {b5e12c54-20f9-4374-b61f-22648b8a99e7} <Debug> oximeter.measurements_i8 (547075cf-0a3a-4f70-af0b-2d025f5eed64): Loading data parts | ||
316 | 2024.08.15 05:34:05.946867 [ 3 ] {b5e12c54-20f9-4374-b61f-22648b8a99e7} <Debug> oximeter.measurements_i8 (547075cf-0a3a-4f70-af0b-2d025f5eed64): There are no data parts | ||
317 | 2024.08.15 05:34:05.952811 [ 3 ] {b5e12c54-20f9-4374-b61f-22648b8a99e7} <Debug> DynamicQueryHandler: Done processing query | ||
318 | 2024.08.15 05:34:05.952863 [ 3 ] {} <Debug> HTTP-Session: 688b8a34-a746-430b-b41e-f876fe5f6198 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.08.15 05:34:05.953001 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
320 | 2024.08.15 05:34:05.953065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
321 | 2024.08.15 05:34:05.953093 [ 3 ] {} <Debug> HTTP-Session: 8c42a47f-8e1b-4ba4-a578-1aae60d28d66 Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
322 | 2024.08.15 05:34:05.953112 [ 3 ] {} <Debug> HTTP-Session: 8c42a47f-8e1b-4ba4-a578-1aae60d28d66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
323 | 2024.08.15 05:34:05.953138 [ 3 ] {} <Debug> HTTP-Session: 8c42a47f-8e1b-4ba4-a578-1aae60d28d66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
324 | 2024.08.15 05:34:05.953172 [ 3 ] {} <Trace> HTTP-Session: 8c42a47f-8e1b-4ba4-a578-1aae60d28d66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
325 | 2024.08.15 05:34:05.953341 [ 3 ] {9d81b698-af50-4d00-9e8a-200296a600f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
326 | 2024.08.15 05:34:05.953393 [ 3 ] {9d81b698-af50-4d00-9e8a-200296a600f1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
327 | 2024.08.15 05:34:05.958159 [ 3 ] {9d81b698-af50-4d00-9e8a-200296a600f1} <Debug> oximeter.measurements_u8 (7ad9d42e-7e29-46b6-9bf7-c8f471472dba): Loading data parts | ||
328 | 2024.08.15 05:34:05.958345 [ 3 ] {9d81b698-af50-4d00-9e8a-200296a600f1} <Debug> oximeter.measurements_u8 (7ad9d42e-7e29-46b6-9bf7-c8f471472dba): There are no data parts | ||
329 | 2024.08.15 05:34:05.963264 [ 3 ] {9d81b698-af50-4d00-9e8a-200296a600f1} <Debug> DynamicQueryHandler: Done processing query | ||
330 | 2024.08.15 05:34:05.963297 [ 3 ] {} <Debug> HTTP-Session: 8c42a47f-8e1b-4ba4-a578-1aae60d28d66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.08.15 05:34:05.963444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
332 | 2024.08.15 05:34:05.963499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
333 | 2024.08.15 05:34:05.963522 [ 3 ] {} <Debug> HTTP-Session: 99a2ce5d-be1a-4e71-80c6-9302dd480222 Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
334 | 2024.08.15 05:34:05.963538 [ 3 ] {} <Debug> HTTP-Session: 99a2ce5d-be1a-4e71-80c6-9302dd480222 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
335 | 2024.08.15 05:34:05.963556 [ 3 ] {} <Debug> HTTP-Session: 99a2ce5d-be1a-4e71-80c6-9302dd480222 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
336 | 2024.08.15 05:34:05.963589 [ 3 ] {} <Trace> HTTP-Session: 99a2ce5d-be1a-4e71-80c6-9302dd480222 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
337 | 2024.08.15 05:34:05.963768 [ 3 ] {db9b6988-66c3-4d0d-aeee-2620beaec71d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
338 | 2024.08.15 05:34:05.963817 [ 3 ] {db9b6988-66c3-4d0d-aeee-2620beaec71d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
339 | 2024.08.15 05:34:05.969145 [ 3 ] {db9b6988-66c3-4d0d-aeee-2620beaec71d} <Debug> oximeter.measurements_i16 (1b3ffb65-4251-4c28-87aa-f21c84b35a76): Loading data parts | ||
340 | 2024.08.15 05:34:05.969324 [ 3 ] {db9b6988-66c3-4d0d-aeee-2620beaec71d} <Debug> oximeter.measurements_i16 (1b3ffb65-4251-4c28-87aa-f21c84b35a76): There are no data parts | ||
341 | 2024.08.15 05:34:05.976790 [ 3 ] {db9b6988-66c3-4d0d-aeee-2620beaec71d} <Debug> DynamicQueryHandler: Done processing query | ||
342 | 2024.08.15 05:34:05.976822 [ 3 ] {} <Debug> HTTP-Session: 99a2ce5d-be1a-4e71-80c6-9302dd480222 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.08.15 05:34:05.976954 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
344 | 2024.08.15 05:34:05.977008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
345 | 2024.08.15 05:34:05.977033 [ 3 ] {} <Debug> HTTP-Session: 2c5780ff-bc68-47e8-b44e-049064e2e571 Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
346 | 2024.08.15 05:34:05.977049 [ 3 ] {} <Debug> HTTP-Session: 2c5780ff-bc68-47e8-b44e-049064e2e571 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
347 | 2024.08.15 05:34:05.977067 [ 3 ] {} <Debug> HTTP-Session: 2c5780ff-bc68-47e8-b44e-049064e2e571 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
348 | 2024.08.15 05:34:05.977099 [ 3 ] {} <Trace> HTTP-Session: 2c5780ff-bc68-47e8-b44e-049064e2e571 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
349 | 2024.08.15 05:34:05.977269 [ 3 ] {073219ec-7fea-4c26-b542-22b13c7c21f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
350 | 2024.08.15 05:34:05.977322 [ 3 ] {073219ec-7fea-4c26-b542-22b13c7c21f1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
351 | 2024.08.15 05:34:05.982286 [ 3 ] {073219ec-7fea-4c26-b542-22b13c7c21f1} <Debug> oximeter.measurements_u16 (3a39bdf2-425d-4697-802b-104bad761f8f): Loading data parts | ||
352 | 2024.08.15 05:34:05.982458 [ 3 ] {073219ec-7fea-4c26-b542-22b13c7c21f1} <Debug> oximeter.measurements_u16 (3a39bdf2-425d-4697-802b-104bad761f8f): There are no data parts | ||
353 | 2024.08.15 05:34:05.987080 [ 3 ] {073219ec-7fea-4c26-b542-22b13c7c21f1} <Debug> DynamicQueryHandler: Done processing query | ||
354 | 2024.08.15 05:34:05.987127 [ 3 ] {} <Debug> HTTP-Session: 2c5780ff-bc68-47e8-b44e-049064e2e571 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.08.15 05:34:05.987282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
356 | 2024.08.15 05:34:05.987335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
357 | 2024.08.15 05:34:05.987358 [ 3 ] {} <Debug> HTTP-Session: 52b445ca-e475-403f-82fb-4920286f850e Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
358 | 2024.08.15 05:34:05.987383 [ 3 ] {} <Debug> HTTP-Session: 52b445ca-e475-403f-82fb-4920286f850e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
359 | 2024.08.15 05:34:05.987397 [ 3 ] {} <Debug> HTTP-Session: 52b445ca-e475-403f-82fb-4920286f850e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
360 | 2024.08.15 05:34:05.987429 [ 3 ] {} <Trace> HTTP-Session: 52b445ca-e475-403f-82fb-4920286f850e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
361 | 2024.08.15 05:34:05.987608 [ 3 ] {f7fda27d-5d73-48e2-8333-be6c96771c82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
362 | 2024.08.15 05:34:05.987657 [ 3 ] {f7fda27d-5d73-48e2-8333-be6c96771c82} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
363 | 2024.08.15 05:34:05.992787 [ 3 ] {f7fda27d-5d73-48e2-8333-be6c96771c82} <Debug> oximeter.measurements_i32 (0fd13400-dcbb-4609-9f1f-ad60f8d96127): Loading data parts | ||
364 | 2024.08.15 05:34:05.993181 [ 3 ] {f7fda27d-5d73-48e2-8333-be6c96771c82} <Debug> oximeter.measurements_i32 (0fd13400-dcbb-4609-9f1f-ad60f8d96127): There are no data parts | ||
365 | 2024.08.15 05:34:05.996009 [ 3 ] {f7fda27d-5d73-48e2-8333-be6c96771c82} <Debug> DynamicQueryHandler: Done processing query | ||
366 | 2024.08.15 05:34:05.996041 [ 3 ] {} <Debug> HTTP-Session: 52b445ca-e475-403f-82fb-4920286f850e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.08.15 05:34:05.996168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
368 | 2024.08.15 05:34:05.996218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
369 | 2024.08.15 05:34:05.996248 [ 3 ] {} <Debug> HTTP-Session: 68f8aec3-ae64-4ee8-9b74-af87c0188524 Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
370 | 2024.08.15 05:34:05.996264 [ 3 ] {} <Debug> HTTP-Session: 68f8aec3-ae64-4ee8-9b74-af87c0188524 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
371 | 2024.08.15 05:34:05.996282 [ 3 ] {} <Debug> HTTP-Session: 68f8aec3-ae64-4ee8-9b74-af87c0188524 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2024.08.15 05:34:05.996315 [ 3 ] {} <Trace> HTTP-Session: 68f8aec3-ae64-4ee8-9b74-af87c0188524 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
373 | 2024.08.15 05:34:05.996490 [ 3 ] {4b6dd287-a2b0-451a-9315-19867724816f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
374 | 2024.08.15 05:34:05.996539 [ 3 ] {4b6dd287-a2b0-451a-9315-19867724816f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
375 | 2024.08.15 05:34:06.000146 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.90 MiB, peak 161.19 MiB, free memory in arenas 0.00 B, will set to 170.95 MiB (RSS), difference: 12.06 MiB | ||
376 | 2024.08.15 05:34:06.000679 [ 3 ] {4b6dd287-a2b0-451a-9315-19867724816f} <Debug> oximeter.measurements_u32 (b49a968b-e9fe-4a3a-954b-50df5f206cab): Loading data parts | ||
377 | 2024.08.15 05:34:06.000870 [ 3 ] {4b6dd287-a2b0-451a-9315-19867724816f} <Debug> oximeter.measurements_u32 (b49a968b-e9fe-4a3a-954b-50df5f206cab): There are no data parts | ||
378 | 2024.08.15 05:34:06.006372 [ 3 ] {4b6dd287-a2b0-451a-9315-19867724816f} <Debug> DynamicQueryHandler: Done processing query | ||
379 | 2024.08.15 05:34:06.006408 [ 3 ] {} <Debug> HTTP-Session: 68f8aec3-ae64-4ee8-9b74-af87c0188524 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
380 | 2024.08.15 05:34:06.006537 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
381 | 2024.08.15 05:34:06.006589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
382 | 2024.08.15 05:34:06.006614 [ 3 ] {} <Debug> HTTP-Session: 9470845b-79e8-4ad8-a05b-32dcde7da0e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
383 | 2024.08.15 05:34:06.006629 [ 3 ] {} <Debug> HTTP-Session: 9470845b-79e8-4ad8-a05b-32dcde7da0e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
384 | 2024.08.15 05:34:06.006646 [ 3 ] {} <Debug> HTTP-Session: 9470845b-79e8-4ad8-a05b-32dcde7da0e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
385 | 2024.08.15 05:34:06.006679 [ 3 ] {} <Trace> HTTP-Session: 9470845b-79e8-4ad8-a05b-32dcde7da0e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
386 | 2024.08.15 05:34:06.006846 [ 3 ] {3cc21d65-575e-405f-a87f-b07c6c2fc1c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) 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) | ||
387 | 2024.08.15 05:34:06.006897 [ 3 ] {3cc21d65-575e-405f-a87f-b07c6c2fc1c9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
388 | 2024.08.15 05:34:06.011898 [ 3 ] {3cc21d65-575e-405f-a87f-b07c6c2fc1c9} <Debug> oximeter.measurements_i64 (2b61167c-b48c-4fc0-97c0-8888be23e626): Loading data parts | ||
389 | 2024.08.15 05:34:06.012065 [ 3 ] {3cc21d65-575e-405f-a87f-b07c6c2fc1c9} <Debug> oximeter.measurements_i64 (2b61167c-b48c-4fc0-97c0-8888be23e626): There are no data parts | ||
390 | 2024.08.15 05:34:06.016875 [ 3 ] {3cc21d65-575e-405f-a87f-b07c6c2fc1c9} <Debug> DynamicQueryHandler: Done processing query | ||
391 | 2024.08.15 05:34:06.016913 [ 3 ] {} <Debug> HTTP-Session: 9470845b-79e8-4ad8-a05b-32dcde7da0e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
392 | 2024.08.15 05:34:06.017051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
393 | 2024.08.15 05:34:06.017112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
394 | 2024.08.15 05:34:06.017139 [ 3 ] {} <Debug> HTTP-Session: 564e49f1-3b8c-4eb2-9bdb-78a3dac07ff6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
395 | 2024.08.15 05:34:06.017159 [ 3 ] {} <Debug> HTTP-Session: 564e49f1-3b8c-4eb2-9bdb-78a3dac07ff6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
396 | 2024.08.15 05:34:06.017172 [ 3 ] {} <Debug> HTTP-Session: 564e49f1-3b8c-4eb2-9bdb-78a3dac07ff6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
397 | 2024.08.15 05:34:06.017204 [ 3 ] {} <Trace> HTTP-Session: 564e49f1-3b8c-4eb2-9bdb-78a3dac07ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
398 | 2024.08.15 05:34:06.017374 [ 3 ] {50d7d48e-9b81-4eb1-8ac6-27541b8491e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) 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) | ||
399 | 2024.08.15 05:34:06.017420 [ 3 ] {50d7d48e-9b81-4eb1-8ac6-27541b8491e7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
400 | 2024.08.15 05:34:06.020547 [ 3 ] {50d7d48e-9b81-4eb1-8ac6-27541b8491e7} <Debug> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Loading data parts | ||
401 | 2024.08.15 05:34:06.020698 [ 3 ] {50d7d48e-9b81-4eb1-8ac6-27541b8491e7} <Debug> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): There are no data parts | ||
402 | 2024.08.15 05:34:06.025160 [ 3 ] {50d7d48e-9b81-4eb1-8ac6-27541b8491e7} <Debug> DynamicQueryHandler: Done processing query | ||
403 | 2024.08.15 05:34:06.025210 [ 3 ] {} <Debug> HTTP-Session: 564e49f1-3b8c-4eb2-9bdb-78a3dac07ff6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
404 | 2024.08.15 05:34:06.025402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
405 | 2024.08.15 05:34:06.025478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
406 | 2024.08.15 05:34:06.025515 [ 3 ] {} <Debug> HTTP-Session: df35e401-9444-473c-afb2-0b4de46af355 Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
407 | 2024.08.15 05:34:06.025538 [ 3 ] {} <Debug> HTTP-Session: df35e401-9444-473c-afb2-0b4de46af355 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
408 | 2024.08.15 05:34:06.025565 [ 3 ] {} <Debug> HTTP-Session: df35e401-9444-473c-afb2-0b4de46af355 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
409 | 2024.08.15 05:34:06.025615 [ 3 ] {} <Trace> HTTP-Session: df35e401-9444-473c-afb2-0b4de46af355 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
410 | 2024.08.15 05:34:06.025874 [ 3 ] {dad97f74-8402-42b1-affa-d2638e62b379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) 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) | ||
411 | 2024.08.15 05:34:06.025951 [ 3 ] {dad97f74-8402-42b1-affa-d2638e62b379} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
412 | 2024.08.15 05:34:06.029157 [ 3 ] {dad97f74-8402-42b1-affa-d2638e62b379} <Debug> oximeter.measurements_f32 (172a6536-7f96-4dab-b694-9e5284d9ccb4): Loading data parts | ||
413 | 2024.08.15 05:34:06.029329 [ 3 ] {dad97f74-8402-42b1-affa-d2638e62b379} <Debug> oximeter.measurements_f32 (172a6536-7f96-4dab-b694-9e5284d9ccb4): There are no data parts | ||
414 | 2024.08.15 05:34:06.033953 [ 3 ] {dad97f74-8402-42b1-affa-d2638e62b379} <Debug> DynamicQueryHandler: Done processing query | ||
415 | 2024.08.15 05:34:06.033983 [ 3 ] {} <Debug> HTTP-Session: df35e401-9444-473c-afb2-0b4de46af355 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
416 | 2024.08.15 05:34:06.034088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
417 | 2024.08.15 05:34:06.034140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
418 | 2024.08.15 05:34:06.034163 [ 3 ] {} <Debug> HTTP-Session: c8dfc84f-e9f6-4496-9f17-f7220401db8a Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
419 | 2024.08.15 05:34:06.034182 [ 3 ] {} <Debug> HTTP-Session: c8dfc84f-e9f6-4496-9f17-f7220401db8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
420 | 2024.08.15 05:34:06.034195 [ 3 ] {} <Debug> HTTP-Session: c8dfc84f-e9f6-4496-9f17-f7220401db8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
421 | 2024.08.15 05:34:06.034227 [ 3 ] {} <Trace> HTTP-Session: c8dfc84f-e9f6-4496-9f17-f7220401db8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
422 | 2024.08.15 05:34:06.034399 [ 3 ] {ef46f6cf-c92a-4ec1-998f-2f119b26ff87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) 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) | ||
423 | 2024.08.15 05:34:06.034452 [ 3 ] {ef46f6cf-c92a-4ec1-998f-2f119b26ff87} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
424 | 2024.08.15 05:34:06.037482 [ 3 ] {ef46f6cf-c92a-4ec1-998f-2f119b26ff87} <Debug> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Loading data parts | ||
425 | 2024.08.15 05:34:06.037652 [ 3 ] {ef46f6cf-c92a-4ec1-998f-2f119b26ff87} <Debug> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): There are no data parts | ||
426 | 2024.08.15 05:34:06.043463 [ 3 ] {ef46f6cf-c92a-4ec1-998f-2f119b26ff87} <Debug> DynamicQueryHandler: Done processing query | ||
427 | 2024.08.15 05:34:06.043499 [ 3 ] {} <Debug> HTTP-Session: c8dfc84f-e9f6-4496-9f17-f7220401db8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
428 | 2024.08.15 05:34:06.043635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
429 | 2024.08.15 05:34:06.043700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
430 | 2024.08.15 05:34:06.043722 [ 3 ] {} <Debug> HTTP-Session: 040e8593-00ed-4aa4-9b56-aa8799e134fc Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
431 | 2024.08.15 05:34:06.043747 [ 3 ] {} <Debug> HTTP-Session: 040e8593-00ed-4aa4-9b56-aa8799e134fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
432 | 2024.08.15 05:34:06.043763 [ 3 ] {} <Debug> HTTP-Session: 040e8593-00ed-4aa4-9b56-aa8799e134fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
433 | 2024.08.15 05:34:06.043803 [ 3 ] {} <Trace> HTTP-Session: 040e8593-00ed-4aa4-9b56-aa8799e134fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
434 | 2024.08.15 05:34:06.044012 [ 3 ] {9162f97c-384c-487e-b968-26a4f63e48de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) 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) | ||
435 | 2024.08.15 05:34:06.044070 [ 3 ] {9162f97c-384c-487e-b968-26a4f63e48de} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
436 | 2024.08.15 05:34:06.048927 [ 3 ] {9162f97c-384c-487e-b968-26a4f63e48de} <Debug> oximeter.measurements_string (7474b775-f9d0-42fd-a968-6df3c86db07f): Loading data parts | ||
437 | 2024.08.15 05:34:06.049098 [ 3 ] {9162f97c-384c-487e-b968-26a4f63e48de} <Debug> oximeter.measurements_string (7474b775-f9d0-42fd-a968-6df3c86db07f): There are no data parts | ||
438 | 2024.08.15 05:34:06.054597 [ 3 ] {9162f97c-384c-487e-b968-26a4f63e48de} <Debug> DynamicQueryHandler: Done processing query | ||
439 | 2024.08.15 05:34:06.054634 [ 3 ] {} <Debug> HTTP-Session: 040e8593-00ed-4aa4-9b56-aa8799e134fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
440 | 2024.08.15 05:34:06.054777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
441 | 2024.08.15 05:34:06.054832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
442 | 2024.08.15 05:34:06.054863 [ 3 ] {} <Debug> HTTP-Session: 0ca3e948-5f49-4872-b760-23f441e4079f Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
443 | 2024.08.15 05:34:06.054888 [ 3 ] {} <Debug> HTTP-Session: 0ca3e948-5f49-4872-b760-23f441e4079f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
444 | 2024.08.15 05:34:06.054905 [ 3 ] {} <Debug> HTTP-Session: 0ca3e948-5f49-4872-b760-23f441e4079f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
445 | 2024.08.15 05:34:06.054945 [ 3 ] {} <Trace> HTTP-Session: 0ca3e948-5f49-4872-b760-23f441e4079f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
446 | 2024.08.15 05:34:06.055155 [ 3 ] {2fa9e275-43b6-4825-a4b6-4eed2a3ce5a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
447 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
448 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
449 | * a string isn't palatable for a few reasons. | ||
450 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
451 | * details. | ||
452 | */ | ||
453 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
454 | 2024.08.15 05:34:06.055209 [ 3 ] {2fa9e275-43b6-4825-a4b6-4eed2a3ce5a4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
455 | 2024.08.15 05:34:06.059858 [ 3 ] {2fa9e275-43b6-4825-a4b6-4eed2a3ce5a4} <Debug> oximeter.measurements_bytes (9ff501ea-e792-4bca-b7dc-5ca1c95e8839): Loading data parts | ||
456 | 2024.08.15 05:34:06.060048 [ 3 ] {2fa9e275-43b6-4825-a4b6-4eed2a3ce5a4} <Debug> oximeter.measurements_bytes (9ff501ea-e792-4bca-b7dc-5ca1c95e8839): There are no data parts | ||
457 | 2024.08.15 05:34:06.066138 [ 3 ] {2fa9e275-43b6-4825-a4b6-4eed2a3ce5a4} <Debug> DynamicQueryHandler: Done processing query | ||
458 | 2024.08.15 05:34:06.066164 [ 3 ] {} <Debug> HTTP-Session: 0ca3e948-5f49-4872-b760-23f441e4079f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
459 | 2024.08.15 05:34:06.066305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
460 | 2024.08.15 05:34:06.066356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
461 | 2024.08.15 05:34:06.066374 [ 3 ] {} <Debug> HTTP-Session: 3d5f6f99-aeda-473b-8a10-b7fb1b8e10ac Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
462 | 2024.08.15 05:34:06.066395 [ 3 ] {} <Debug> HTTP-Session: 3d5f6f99-aeda-473b-8a10-b7fb1b8e10ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
463 | 2024.08.15 05:34:06.066413 [ 3 ] {} <Debug> HTTP-Session: 3d5f6f99-aeda-473b-8a10-b7fb1b8e10ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
464 | 2024.08.15 05:34:06.066442 [ 3 ] {} <Trace> HTTP-Session: 3d5f6f99-aeda-473b-8a10-b7fb1b8e10ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
465 | 2024.08.15 05:34:06.066622 [ 3 ] {203526af-5c6b-40ac-bc0b-ef9eda8b0d04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) 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) | ||
466 | 2024.08.15 05:34:06.066677 [ 3 ] {203526af-5c6b-40ac-bc0b-ef9eda8b0d04} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
467 | 2024.08.15 05:34:06.071686 [ 3 ] {203526af-5c6b-40ac-bc0b-ef9eda8b0d04} <Debug> oximeter.measurements_cumulativei64 (da34df20-bce5-4936-9b8a-86604e6b194e): Loading data parts | ||
468 | 2024.08.15 05:34:06.071859 [ 3 ] {203526af-5c6b-40ac-bc0b-ef9eda8b0d04} <Debug> oximeter.measurements_cumulativei64 (da34df20-bce5-4936-9b8a-86604e6b194e): There are no data parts | ||
469 | 2024.08.15 05:34:06.079774 [ 3 ] {203526af-5c6b-40ac-bc0b-ef9eda8b0d04} <Debug> DynamicQueryHandler: Done processing query | ||
470 | 2024.08.15 05:34:06.079806 [ 3 ] {} <Debug> HTTP-Session: 3d5f6f99-aeda-473b-8a10-b7fb1b8e10ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
471 | 2024.08.15 05:34:06.079946 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
472 | 2024.08.15 05:34:06.080000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
473 | 2024.08.15 05:34:06.080025 [ 3 ] {} <Debug> HTTP-Session: f4393859-b11d-4aed-9509-bcf9f8d61c83 Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
474 | 2024.08.15 05:34:06.080047 [ 3 ] {} <Debug> HTTP-Session: f4393859-b11d-4aed-9509-bcf9f8d61c83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
475 | 2024.08.15 05:34:06.080061 [ 3 ] {} <Debug> HTTP-Session: f4393859-b11d-4aed-9509-bcf9f8d61c83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
476 | 2024.08.15 05:34:06.080095 [ 3 ] {} <Trace> HTTP-Session: f4393859-b11d-4aed-9509-bcf9f8d61c83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
477 | 2024.08.15 05:34:06.080278 [ 3 ] {fb362867-632f-4e93-817f-7c8de919d6c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) 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) | ||
478 | 2024.08.15 05:34:06.080332 [ 3 ] {fb362867-632f-4e93-817f-7c8de919d6c8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
479 | 2024.08.15 05:34:06.088915 [ 3 ] {fb362867-632f-4e93-817f-7c8de919d6c8} <Debug> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Loading data parts | ||
480 | 2024.08.15 05:34:06.089111 [ 3 ] {fb362867-632f-4e93-817f-7c8de919d6c8} <Debug> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): There are no data parts | ||
481 | 2024.08.15 05:34:06.100174 [ 3 ] {fb362867-632f-4e93-817f-7c8de919d6c8} <Debug> DynamicQueryHandler: Done processing query | ||
482 | 2024.08.15 05:34:06.100208 [ 3 ] {} <Debug> HTTP-Session: f4393859-b11d-4aed-9509-bcf9f8d61c83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
483 | 2024.08.15 05:34:06.100344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
484 | 2024.08.15 05:34:06.100426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
485 | 2024.08.15 05:34:06.100450 [ 3 ] {} <Debug> HTTP-Session: a39e2fcd-30d9-4922-b383-52998007228e Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
486 | 2024.08.15 05:34:06.100480 [ 3 ] {} <Debug> HTTP-Session: a39e2fcd-30d9-4922-b383-52998007228e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
487 | 2024.08.15 05:34:06.100508 [ 3 ] {} <Debug> HTTP-Session: a39e2fcd-30d9-4922-b383-52998007228e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
488 | 2024.08.15 05:34:06.100545 [ 3 ] {} <Trace> HTTP-Session: a39e2fcd-30d9-4922-b383-52998007228e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
489 | 2024.08.15 05:34:06.100778 [ 3 ] {5ddd7106-96f1-429b-bb3f-d71f47b1d7d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) 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) | ||
490 | 2024.08.15 05:34:06.100856 [ 3 ] {5ddd7106-96f1-429b-bb3f-d71f47b1d7d3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
491 | 2024.08.15 05:34:06.106172 [ 3 ] {5ddd7106-96f1-429b-bb3f-d71f47b1d7d3} <Debug> oximeter.measurements_cumulativef32 (c0553be4-5b55-47d3-af29-3c02f6efcb8e): Loading data parts | ||
492 | 2024.08.15 05:34:06.106355 [ 3 ] {5ddd7106-96f1-429b-bb3f-d71f47b1d7d3} <Debug> oximeter.measurements_cumulativef32 (c0553be4-5b55-47d3-af29-3c02f6efcb8e): There are no data parts | ||
493 | 2024.08.15 05:34:06.109078 [ 3 ] {5ddd7106-96f1-429b-bb3f-d71f47b1d7d3} <Debug> DynamicQueryHandler: Done processing query | ||
494 | 2024.08.15 05:34:06.109116 [ 3 ] {} <Debug> HTTP-Session: a39e2fcd-30d9-4922-b383-52998007228e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
495 | 2024.08.15 05:34:06.109238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
496 | 2024.08.15 05:34:06.109294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
497 | 2024.08.15 05:34:06.109323 [ 3 ] {} <Debug> HTTP-Session: 5988bf08-7588-4d90-b84d-4b9dd72ca0fa Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
498 | 2024.08.15 05:34:06.109340 [ 3 ] {} <Debug> HTTP-Session: 5988bf08-7588-4d90-b84d-4b9dd72ca0fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
499 | 2024.08.15 05:34:06.109361 [ 3 ] {} <Debug> HTTP-Session: 5988bf08-7588-4d90-b84d-4b9dd72ca0fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
500 | 2024.08.15 05:34:06.109401 [ 3 ] {} <Trace> HTTP-Session: 5988bf08-7588-4d90-b84d-4b9dd72ca0fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
501 | 2024.08.15 05:34:06.109581 [ 3 ] {1ce9cdba-95ad-41fe-bffd-1247b5f8e910} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) 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) | ||
502 | 2024.08.15 05:34:06.109645 [ 3 ] {1ce9cdba-95ad-41fe-bffd-1247b5f8e910} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
503 | 2024.08.15 05:34:06.114479 [ 3 ] {1ce9cdba-95ad-41fe-bffd-1247b5f8e910} <Debug> oximeter.measurements_cumulativef64 (e7e7445b-02f5-4764-bc87-9b99aef7898e): Loading data parts | ||
504 | 2024.08.15 05:34:06.114670 [ 3 ] {1ce9cdba-95ad-41fe-bffd-1247b5f8e910} <Debug> oximeter.measurements_cumulativef64 (e7e7445b-02f5-4764-bc87-9b99aef7898e): There are no data parts | ||
505 | 2024.08.15 05:34:06.120112 [ 3 ] {1ce9cdba-95ad-41fe-bffd-1247b5f8e910} <Debug> DynamicQueryHandler: Done processing query | ||
506 | 2024.08.15 05:34:06.120145 [ 3 ] {} <Debug> HTTP-Session: 5988bf08-7588-4d90-b84d-4b9dd72ca0fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
507 | 2024.08.15 05:34:06.120293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
508 | 2024.08.15 05:34:06.120339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
509 | 2024.08.15 05:34:06.120364 [ 3 ] {} <Debug> HTTP-Session: a77457bb-79b1-42ab-9fbe-124b64788a3d Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
510 | 2024.08.15 05:34:06.120385 [ 3 ] {} <Debug> HTTP-Session: a77457bb-79b1-42ab-9fbe-124b64788a3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2024.08.15 05:34:06.120399 [ 3 ] {} <Debug> HTTP-Session: a77457bb-79b1-42ab-9fbe-124b64788a3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
512 | 2024.08.15 05:34:06.120433 [ 3 ] {} <Trace> HTTP-Session: a77457bb-79b1-42ab-9fbe-124b64788a3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
513 | 2024.08.15 05:34:06.120679 [ 3 ] {bcef4a28-4061-43f2-9988-619c4fd267dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
514 | * NOTE: Array types cannot be Nullable, see | ||
515 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
516 | * for more details. | ||
517 | * | ||
518 | * This means we need to use empty arrays to indicate a missing value. This | ||
519 | * is unfortunate, and at this point relies on the fact that an | ||
520 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
521 | * to figure out another way to represent missing samples here. | ||
522 | */ | ||
523 | 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) | ||
524 | 2024.08.15 05:34:06.120744 [ 3 ] {bcef4a28-4061-43f2-9988-619c4fd267dc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
525 | 2024.08.15 05:34:06.127629 [ 3 ] {bcef4a28-4061-43f2-9988-619c4fd267dc} <Debug> oximeter.measurements_histogrami8 (eec3fdf9-553b-4e6e-869b-04ee27a51488): Loading data parts | ||
526 | 2024.08.15 05:34:06.127788 [ 3 ] {bcef4a28-4061-43f2-9988-619c4fd267dc} <Debug> oximeter.measurements_histogrami8 (eec3fdf9-553b-4e6e-869b-04ee27a51488): There are no data parts | ||
527 | 2024.08.15 05:34:06.132854 [ 3 ] {bcef4a28-4061-43f2-9988-619c4fd267dc} <Debug> DynamicQueryHandler: Done processing query | ||
528 | 2024.08.15 05:34:06.132893 [ 3 ] {} <Debug> HTTP-Session: a77457bb-79b1-42ab-9fbe-124b64788a3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
529 | 2024.08.15 05:34:06.133040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
530 | 2024.08.15 05:34:06.133103 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
531 | 2024.08.15 05:34:06.133133 [ 3 ] {} <Debug> HTTP-Session: d2739e45-ec32-4ed6-9c5a-0099fa895a9b Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
532 | 2024.08.15 05:34:06.133152 [ 3 ] {} <Debug> HTTP-Session: d2739e45-ec32-4ed6-9c5a-0099fa895a9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
533 | 2024.08.15 05:34:06.133171 [ 3 ] {} <Debug> HTTP-Session: d2739e45-ec32-4ed6-9c5a-0099fa895a9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
534 | 2024.08.15 05:34:06.133205 [ 3 ] {} <Trace> HTTP-Session: d2739e45-ec32-4ed6-9c5a-0099fa895a9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
535 | 2024.08.15 05:34:06.133453 [ 3 ] {9ed49915-eef0-486e-8fb9-451ed97d56e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) 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) | ||
536 | 2024.08.15 05:34:06.133516 [ 3 ] {9ed49915-eef0-486e-8fb9-451ed97d56e8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
537 | 2024.08.15 05:34:06.139844 [ 3 ] {9ed49915-eef0-486e-8fb9-451ed97d56e8} <Debug> oximeter.measurements_histogramu8 (4fb715d2-7ba0-4bae-afff-1411aa158f3b): Loading data parts | ||
538 | 2024.08.15 05:34:06.140014 [ 3 ] {9ed49915-eef0-486e-8fb9-451ed97d56e8} <Debug> oximeter.measurements_histogramu8 (4fb715d2-7ba0-4bae-afff-1411aa158f3b): There are no data parts | ||
539 | 2024.08.15 05:34:06.145018 [ 3 ] {9ed49915-eef0-486e-8fb9-451ed97d56e8} <Debug> DynamicQueryHandler: Done processing query | ||
540 | 2024.08.15 05:34:06.145051 [ 3 ] {} <Debug> HTTP-Session: d2739e45-ec32-4ed6-9c5a-0099fa895a9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
541 | 2024.08.15 05:34:06.145186 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
542 | 2024.08.15 05:34:06.145240 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
543 | 2024.08.15 05:34:06.145264 [ 3 ] {} <Debug> HTTP-Session: 583be44e-ac5f-4074-b121-17a07df4a02a Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
544 | 2024.08.15 05:34:06.145285 [ 3 ] {} <Debug> HTTP-Session: 583be44e-ac5f-4074-b121-17a07df4a02a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
545 | 2024.08.15 05:34:06.145299 [ 3 ] {} <Debug> HTTP-Session: 583be44e-ac5f-4074-b121-17a07df4a02a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
546 | 2024.08.15 05:34:06.145332 [ 3 ] {} <Trace> HTTP-Session: 583be44e-ac5f-4074-b121-17a07df4a02a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
547 | 2024.08.15 05:34:06.145580 [ 3 ] {cba5bef3-152c-405e-8ff1-30c27c19b2b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) 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) | ||
548 | 2024.08.15 05:34:06.145642 [ 3 ] {cba5bef3-152c-405e-8ff1-30c27c19b2b5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
549 | 2024.08.15 05:34:06.150968 [ 3 ] {cba5bef3-152c-405e-8ff1-30c27c19b2b5} <Debug> oximeter.measurements_histogrami16 (910f72ee-7849-4e12-901d-c62c598131d7): Loading data parts | ||
550 | 2024.08.15 05:34:06.151218 [ 3 ] {cba5bef3-152c-405e-8ff1-30c27c19b2b5} <Debug> oximeter.measurements_histogrami16 (910f72ee-7849-4e12-901d-c62c598131d7): There are no data parts | ||
551 | 2024.08.15 05:34:06.154055 [ 3 ] {cba5bef3-152c-405e-8ff1-30c27c19b2b5} <Debug> DynamicQueryHandler: Done processing query | ||
552 | 2024.08.15 05:34:06.154096 [ 3 ] {} <Debug> HTTP-Session: 583be44e-ac5f-4074-b121-17a07df4a02a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
553 | 2024.08.15 05:34:06.154225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
554 | 2024.08.15 05:34:06.154277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
555 | 2024.08.15 05:34:06.154302 [ 3 ] {} <Debug> HTTP-Session: 10a9e203-ed83-4f61-82cb-c175143ba51d Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
556 | 2024.08.15 05:34:06.154318 [ 3 ] {} <Debug> HTTP-Session: 10a9e203-ed83-4f61-82cb-c175143ba51d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
557 | 2024.08.15 05:34:06.154336 [ 3 ] {} <Debug> HTTP-Session: 10a9e203-ed83-4f61-82cb-c175143ba51d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
558 | 2024.08.15 05:34:06.154371 [ 3 ] {} <Trace> HTTP-Session: 10a9e203-ed83-4f61-82cb-c175143ba51d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
559 | 2024.08.15 05:34:06.154615 [ 3 ] {7fda1f57-fc9b-4926-819c-76b00303d5cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) 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) | ||
560 | 2024.08.15 05:34:06.154679 [ 3 ] {7fda1f57-fc9b-4926-819c-76b00303d5cd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
561 | 2024.08.15 05:34:06.159915 [ 3 ] {7fda1f57-fc9b-4926-819c-76b00303d5cd} <Debug> oximeter.measurements_histogramu16 (58ff70ec-8959-4999-82ec-ddc0e63da053): Loading data parts | ||
562 | 2024.08.15 05:34:06.160140 [ 3 ] {7fda1f57-fc9b-4926-819c-76b00303d5cd} <Debug> oximeter.measurements_histogramu16 (58ff70ec-8959-4999-82ec-ddc0e63da053): There are no data parts | ||
563 | 2024.08.15 05:34:06.163033 [ 3 ] {7fda1f57-fc9b-4926-819c-76b00303d5cd} <Debug> DynamicQueryHandler: Done processing query | ||
564 | 2024.08.15 05:34:06.163067 [ 3 ] {} <Debug> HTTP-Session: 10a9e203-ed83-4f61-82cb-c175143ba51d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
565 | 2024.08.15 05:34:06.163205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
566 | 2024.08.15 05:34:06.163250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
567 | 2024.08.15 05:34:06.163276 [ 3 ] {} <Debug> HTTP-Session: bccdb3e5-3cd6-43dd-a018-ec0c2b6d5255 Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
568 | 2024.08.15 05:34:06.163297 [ 3 ] {} <Debug> HTTP-Session: bccdb3e5-3cd6-43dd-a018-ec0c2b6d5255 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
569 | 2024.08.15 05:34:06.163311 [ 3 ] {} <Debug> HTTP-Session: bccdb3e5-3cd6-43dd-a018-ec0c2b6d5255 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
570 | 2024.08.15 05:34:06.163344 [ 3 ] {} <Trace> HTTP-Session: bccdb3e5-3cd6-43dd-a018-ec0c2b6d5255 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
571 | 2024.08.15 05:34:06.163599 [ 3 ] {6fd5ca66-b1a0-4b98-8a74-51b2129c0f6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) 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) | ||
572 | 2024.08.15 05:34:06.163670 [ 3 ] {6fd5ca66-b1a0-4b98-8a74-51b2129c0f6c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
573 | 2024.08.15 05:34:06.168935 [ 3 ] {6fd5ca66-b1a0-4b98-8a74-51b2129c0f6c} <Debug> oximeter.measurements_histogrami32 (f14a7387-bc90-4398-9264-de1d2977ba2a): Loading data parts | ||
574 | 2024.08.15 05:34:06.169139 [ 3 ] {6fd5ca66-b1a0-4b98-8a74-51b2129c0f6c} <Debug> oximeter.measurements_histogrami32 (f14a7387-bc90-4398-9264-de1d2977ba2a): There are no data parts | ||
575 | 2024.08.15 05:34:06.172009 [ 3 ] {6fd5ca66-b1a0-4b98-8a74-51b2129c0f6c} <Debug> DynamicQueryHandler: Done processing query | ||
576 | 2024.08.15 05:34:06.172035 [ 3 ] {} <Debug> HTTP-Session: bccdb3e5-3cd6-43dd-a018-ec0c2b6d5255 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
577 | 2024.08.15 05:34:06.172159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
578 | 2024.08.15 05:34:06.172217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
579 | 2024.08.15 05:34:06.172236 [ 3 ] {} <Debug> HTTP-Session: f0f177fe-09ef-4409-b086-d474528f45c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
580 | 2024.08.15 05:34:06.172263 [ 3 ] {} <Debug> HTTP-Session: f0f177fe-09ef-4409-b086-d474528f45c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2024.08.15 05:34:06.172277 [ 3 ] {} <Debug> HTTP-Session: f0f177fe-09ef-4409-b086-d474528f45c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
582 | 2024.08.15 05:34:06.172312 [ 3 ] {} <Trace> HTTP-Session: f0f177fe-09ef-4409-b086-d474528f45c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
583 | 2024.08.15 05:34:06.172559 [ 3 ] {69ab8b37-2498-4a44-83d3-e67493a86293} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) 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) | ||
584 | 2024.08.15 05:34:06.172624 [ 3 ] {69ab8b37-2498-4a44-83d3-e67493a86293} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
585 | 2024.08.15 05:34:06.177888 [ 3 ] {69ab8b37-2498-4a44-83d3-e67493a86293} <Debug> oximeter.measurements_histogramu32 (e1246bbc-dd11-4e47-81fd-d59239890801): Loading data parts | ||
586 | 2024.08.15 05:34:06.178031 [ 3 ] {69ab8b37-2498-4a44-83d3-e67493a86293} <Debug> oximeter.measurements_histogramu32 (e1246bbc-dd11-4e47-81fd-d59239890801): There are no data parts | ||
587 | 2024.08.15 05:34:06.182846 [ 3 ] {69ab8b37-2498-4a44-83d3-e67493a86293} <Debug> DynamicQueryHandler: Done processing query | ||
588 | 2024.08.15 05:34:06.182919 [ 3 ] {} <Debug> HTTP-Session: f0f177fe-09ef-4409-b086-d474528f45c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
589 | 2024.08.15 05:34:06.183084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
590 | 2024.08.15 05:34:06.183142 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
591 | 2024.08.15 05:34:06.183173 [ 3 ] {} <Debug> HTTP-Session: fe687a30-2ee1-45e3-8702-6f3ec0e5da3e Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
592 | 2024.08.15 05:34:06.183195 [ 3 ] {} <Debug> HTTP-Session: fe687a30-2ee1-45e3-8702-6f3ec0e5da3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.08.15 05:34:06.183209 [ 3 ] {} <Debug> HTTP-Session: fe687a30-2ee1-45e3-8702-6f3ec0e5da3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
594 | 2024.08.15 05:34:06.183244 [ 3 ] {} <Trace> HTTP-Session: fe687a30-2ee1-45e3-8702-6f3ec0e5da3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
595 | 2024.08.15 05:34:06.183502 [ 3 ] {bddda95e-d755-4729-bbf2-2bc82d8031db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) 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) | ||
596 | 2024.08.15 05:34:06.183570 [ 3 ] {bddda95e-d755-4729-bbf2-2bc82d8031db} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
597 | 2024.08.15 05:34:06.189699 [ 3 ] {bddda95e-d755-4729-bbf2-2bc82d8031db} <Debug> oximeter.measurements_histogrami64 (50337c0e-43a6-4f66-815a-d26f34c6a129): Loading data parts | ||
598 | 2024.08.15 05:34:06.189840 [ 3 ] {bddda95e-d755-4729-bbf2-2bc82d8031db} <Debug> oximeter.measurements_histogrami64 (50337c0e-43a6-4f66-815a-d26f34c6a129): There are no data parts | ||
599 | 2024.08.15 05:34:06.197094 [ 3 ] {bddda95e-d755-4729-bbf2-2bc82d8031db} <Debug> DynamicQueryHandler: Done processing query | ||
600 | 2024.08.15 05:34:06.197131 [ 3 ] {} <Debug> HTTP-Session: fe687a30-2ee1-45e3-8702-6f3ec0e5da3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
601 | 2024.08.15 05:34:06.197274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
602 | 2024.08.15 05:34:06.197328 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
603 | 2024.08.15 05:34:06.197361 [ 3 ] {} <Debug> HTTP-Session: 18efaa36-0adc-40c1-81cb-32d325d91136 Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
604 | 2024.08.15 05:34:06.197395 [ 3 ] {} <Debug> HTTP-Session: 18efaa36-0adc-40c1-81cb-32d325d91136 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2024.08.15 05:34:06.197426 [ 3 ] {} <Debug> HTTP-Session: 18efaa36-0adc-40c1-81cb-32d325d91136 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
606 | 2024.08.15 05:34:06.197460 [ 3 ] {} <Trace> HTTP-Session: 18efaa36-0adc-40c1-81cb-32d325d91136 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
607 | 2024.08.15 05:34:06.197706 [ 3 ] {c142679b-e7ed-4ad0-9178-6eeb0e549623} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) 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) | ||
608 | 2024.08.15 05:34:06.197770 [ 3 ] {c142679b-e7ed-4ad0-9178-6eeb0e549623} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
609 | 2024.08.15 05:34:06.205371 [ 3 ] {c142679b-e7ed-4ad0-9178-6eeb0e549623} <Debug> oximeter.measurements_histogramu64 (96922714-bf97-4e21-a88c-9d17d2cb8eaf): Loading data parts | ||
610 | 2024.08.15 05:34:06.205521 [ 3 ] {c142679b-e7ed-4ad0-9178-6eeb0e549623} <Debug> oximeter.measurements_histogramu64 (96922714-bf97-4e21-a88c-9d17d2cb8eaf): There are no data parts | ||
611 | 2024.08.15 05:34:06.210395 [ 3 ] {c142679b-e7ed-4ad0-9178-6eeb0e549623} <Debug> DynamicQueryHandler: Done processing query | ||
612 | 2024.08.15 05:34:06.210422 [ 3 ] {} <Debug> HTTP-Session: 18efaa36-0adc-40c1-81cb-32d325d91136 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
613 | 2024.08.15 05:34:06.210570 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
614 | 2024.08.15 05:34:06.210625 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
615 | 2024.08.15 05:34:06.210645 [ 3 ] {} <Debug> HTTP-Session: 4cf06b47-7742-4fac-98f7-8642f8165696 Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
616 | 2024.08.15 05:34:06.210669 [ 3 ] {} <Debug> HTTP-Session: 4cf06b47-7742-4fac-98f7-8642f8165696 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2024.08.15 05:34:06.210682 [ 3 ] {} <Debug> HTTP-Session: 4cf06b47-7742-4fac-98f7-8642f8165696 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
618 | 2024.08.15 05:34:06.210719 [ 3 ] {} <Trace> HTTP-Session: 4cf06b47-7742-4fac-98f7-8642f8165696 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
619 | 2024.08.15 05:34:06.210975 [ 3 ] {c8cbabab-6713-497b-af23-e180f750f19d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) 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) | ||
620 | 2024.08.15 05:34:06.211043 [ 3 ] {c8cbabab-6713-497b-af23-e180f750f19d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
621 | 2024.08.15 05:34:06.222959 [ 3 ] {c8cbabab-6713-497b-af23-e180f750f19d} <Debug> oximeter.measurements_histogramf32 (42001a5d-d0bf-409b-aeab-a99b39791165): Loading data parts | ||
622 | 2024.08.15 05:34:06.223102 [ 3 ] {c8cbabab-6713-497b-af23-e180f750f19d} <Debug> oximeter.measurements_histogramf32 (42001a5d-d0bf-409b-aeab-a99b39791165): There are no data parts | ||
623 | 2024.08.15 05:34:06.228691 [ 3 ] {c8cbabab-6713-497b-af23-e180f750f19d} <Debug> DynamicQueryHandler: Done processing query | ||
624 | 2024.08.15 05:34:06.228722 [ 3 ] {} <Debug> HTTP-Session: 4cf06b47-7742-4fac-98f7-8642f8165696 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
625 | 2024.08.15 05:34:06.228883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
626 | 2024.08.15 05:34:06.228948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
627 | 2024.08.15 05:34:06.228972 [ 3 ] {} <Debug> HTTP-Session: ccfca99d-2587-4f23-a908-cc186b02e768 Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
628 | 2024.08.15 05:34:06.228999 [ 3 ] {} <Debug> HTTP-Session: ccfca99d-2587-4f23-a908-cc186b02e768 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
629 | 2024.08.15 05:34:06.229024 [ 3 ] {} <Debug> HTTP-Session: ccfca99d-2587-4f23-a908-cc186b02e768 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
630 | 2024.08.15 05:34:06.229059 [ 3 ] {} <Trace> HTTP-Session: ccfca99d-2587-4f23-a908-cc186b02e768 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
631 | 2024.08.15 05:34:06.229326 [ 3 ] {d2eb124a-c084-457e-8d9e-62d1a8d91bcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) 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) | ||
632 | 2024.08.15 05:34:06.229393 [ 3 ] {d2eb124a-c084-457e-8d9e-62d1a8d91bcf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
633 | 2024.08.15 05:34:06.236420 [ 3 ] {d2eb124a-c084-457e-8d9e-62d1a8d91bcf} <Debug> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Loading data parts | ||
634 | 2024.08.15 05:34:06.236578 [ 3 ] {d2eb124a-c084-457e-8d9e-62d1a8d91bcf} <Debug> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): There are no data parts | ||
635 | 2024.08.15 05:34:06.246373 [ 3 ] {d2eb124a-c084-457e-8d9e-62d1a8d91bcf} <Debug> DynamicQueryHandler: Done processing query | ||
636 | 2024.08.15 05:34:06.246411 [ 3 ] {} <Debug> HTTP-Session: ccfca99d-2587-4f23-a908-cc186b02e768 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
637 | 2024.08.15 05:34:06.246638 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
638 | 2024.08.15 05:34:06.246742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
639 | 2024.08.15 05:34:06.246790 [ 3 ] {} <Debug> HTTP-Session: b7b39a28-8985-475f-a270-dedcac27e970 Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
640 | 2024.08.15 05:34:06.246814 [ 3 ] {} <Debug> HTTP-Session: b7b39a28-8985-475f-a270-dedcac27e970 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2024.08.15 05:34:06.246860 [ 3 ] {} <Debug> HTTP-Session: b7b39a28-8985-475f-a270-dedcac27e970 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
642 | 2024.08.15 05:34:06.246949 [ 3 ] {} <Trace> HTTP-Session: b7b39a28-8985-475f-a270-dedcac27e970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
643 | 2024.08.15 05:34:06.247174 [ 3 ] {5b99ac93-fc0d-450b-8875-2d2d70aeef36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) /* The field tables store named dimensions of each timeseries. | ||
644 | * | ||
645 | * As with the measurement tables, there is one field table for each field data | ||
646 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
647 | * this behavior **must not** be relied upon for query correctness. | ||
648 | * | ||
649 | * The index for the fields differs from the measurements, however. Rows are | ||
650 | * sorted by timeseries name, then field name, field value, and finally | ||
651 | * timeseries key. This reflects the most common pattern for looking them up: | ||
652 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
653 | * usually then used to look up measurements. | ||
654 | * | ||
655 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
656 | * timeseries name and then key, since it would improve lookups where one | ||
657 | * already has the key. Realistically though, these tables are quite small and | ||
658 | * so performance benefits will be low in absolute terms. | ||
659 | */ | ||
660 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
661 | 2024.08.15 05:34:06.247246 [ 3 ] {5b99ac93-fc0d-450b-8875-2d2d70aeef36} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
662 | 2024.08.15 05:34:06.254787 [ 3 ] {5b99ac93-fc0d-450b-8875-2d2d70aeef36} <Debug> oximeter.fields_bool (d266a9f3-fed1-4a65-b82b-f7fe2edd256d): Loading data parts | ||
663 | 2024.08.15 05:34:06.254959 [ 3 ] {5b99ac93-fc0d-450b-8875-2d2d70aeef36} <Debug> oximeter.fields_bool (d266a9f3-fed1-4a65-b82b-f7fe2edd256d): There are no data parts | ||
664 | 2024.08.15 05:34:06.257877 [ 3 ] {5b99ac93-fc0d-450b-8875-2d2d70aeef36} <Debug> DynamicQueryHandler: Done processing query | ||
665 | 2024.08.15 05:34:06.257911 [ 3 ] {} <Debug> HTTP-Session: b7b39a28-8985-475f-a270-dedcac27e970 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
666 | 2024.08.15 05:34:06.258041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
667 | 2024.08.15 05:34:06.258102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
668 | 2024.08.15 05:34:06.258123 [ 3 ] {} <Debug> HTTP-Session: f3d608e5-502c-48a1-8f40-13d3e4ec3ead Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
669 | 2024.08.15 05:34:06.258139 [ 3 ] {} <Debug> HTTP-Session: f3d608e5-502c-48a1-8f40-13d3e4ec3ead Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.08.15 05:34:06.258159 [ 3 ] {} <Debug> HTTP-Session: f3d608e5-502c-48a1-8f40-13d3e4ec3ead Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
671 | 2024.08.15 05:34:06.258196 [ 3 ] {} <Trace> HTTP-Session: f3d608e5-502c-48a1-8f40-13d3e4ec3ead Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
672 | 2024.08.15 05:34:06.258343 [ 3 ] {2fa9b684-5815-43ad-9d82-f0f7167b6e23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
673 | 2024.08.15 05:34:06.258389 [ 3 ] {2fa9b684-5815-43ad-9d82-f0f7167b6e23} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
674 | 2024.08.15 05:34:06.263480 [ 3 ] {2fa9b684-5815-43ad-9d82-f0f7167b6e23} <Debug> oximeter.fields_i8 (1b2e8434-ef4a-442f-9f6d-21f5cc8d9d4d): Loading data parts | ||
675 | 2024.08.15 05:34:06.263664 [ 3 ] {2fa9b684-5815-43ad-9d82-f0f7167b6e23} <Debug> oximeter.fields_i8 (1b2e8434-ef4a-442f-9f6d-21f5cc8d9d4d): There are no data parts | ||
676 | 2024.08.15 05:34:06.269646 [ 3 ] {2fa9b684-5815-43ad-9d82-f0f7167b6e23} <Debug> DynamicQueryHandler: Done processing query | ||
677 | 2024.08.15 05:34:06.269693 [ 3 ] {} <Debug> HTTP-Session: f3d608e5-502c-48a1-8f40-13d3e4ec3ead Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
678 | 2024.08.15 05:34:06.269864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
679 | 2024.08.15 05:34:06.269938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
680 | 2024.08.15 05:34:06.269976 [ 3 ] {} <Debug> HTTP-Session: a70d307b-77b7-46bc-bc22-94352941e2de Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
681 | 2024.08.15 05:34:06.270010 [ 3 ] {} <Debug> HTTP-Session: a70d307b-77b7-46bc-bc22-94352941e2de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.08.15 05:34:06.270027 [ 3 ] {} <Debug> HTTP-Session: a70d307b-77b7-46bc-bc22-94352941e2de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
683 | 2024.08.15 05:34:06.270075 [ 3 ] {} <Trace> HTTP-Session: a70d307b-77b7-46bc-bc22-94352941e2de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
684 | 2024.08.15 05:34:06.270244 [ 3 ] {1cd1f5c3-2567-4fae-aec1-cf36ea1f5c0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
685 | 2024.08.15 05:34:06.270298 [ 3 ] {1cd1f5c3-2567-4fae-aec1-cf36ea1f5c0d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
686 | 2024.08.15 05:34:06.273416 [ 3 ] {1cd1f5c3-2567-4fae-aec1-cf36ea1f5c0d} <Debug> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Loading data parts | ||
687 | 2024.08.15 05:34:06.273564 [ 3 ] {1cd1f5c3-2567-4fae-aec1-cf36ea1f5c0d} <Debug> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): There are no data parts | ||
688 | 2024.08.15 05:34:06.278221 [ 3 ] {1cd1f5c3-2567-4fae-aec1-cf36ea1f5c0d} <Debug> DynamicQueryHandler: Done processing query | ||
689 | 2024.08.15 05:34:06.278287 [ 3 ] {} <Debug> HTTP-Session: a70d307b-77b7-46bc-bc22-94352941e2de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
690 | 2024.08.15 05:34:06.278488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
691 | 2024.08.15 05:34:06.278591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
692 | 2024.08.15 05:34:06.278643 [ 3 ] {} <Debug> HTTP-Session: ce5c2b4b-748b-48b3-a564-47f9f5cdb22a Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
693 | 2024.08.15 05:34:06.278672 [ 3 ] {} <Debug> HTTP-Session: ce5c2b4b-748b-48b3-a564-47f9f5cdb22a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.08.15 05:34:06.278712 [ 3 ] {} <Debug> HTTP-Session: ce5c2b4b-748b-48b3-a564-47f9f5cdb22a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
695 | 2024.08.15 05:34:06.278775 [ 3 ] {} <Trace> HTTP-Session: ce5c2b4b-748b-48b3-a564-47f9f5cdb22a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
696 | 2024.08.15 05:34:06.279035 [ 3 ] {a3f93e2c-ffe4-40d9-b86b-c345314fdda1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
697 | 2024.08.15 05:34:06.279130 [ 3 ] {a3f93e2c-ffe4-40d9-b86b-c345314fdda1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
698 | 2024.08.15 05:34:06.282159 [ 3 ] {a3f93e2c-ffe4-40d9-b86b-c345314fdda1} <Debug> oximeter.fields_i16 (6fc9554b-4d74-496e-b64d-ec8b90245e9e): Loading data parts | ||
699 | 2024.08.15 05:34:06.282291 [ 3 ] {a3f93e2c-ffe4-40d9-b86b-c345314fdda1} <Debug> oximeter.fields_i16 (6fc9554b-4d74-496e-b64d-ec8b90245e9e): There are no data parts | ||
700 | 2024.08.15 05:34:06.287055 [ 3 ] {a3f93e2c-ffe4-40d9-b86b-c345314fdda1} <Debug> DynamicQueryHandler: Done processing query | ||
701 | 2024.08.15 05:34:06.287092 [ 3 ] {} <Debug> HTTP-Session: ce5c2b4b-748b-48b3-a564-47f9f5cdb22a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
702 | 2024.08.15 05:34:06.287294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
703 | 2024.08.15 05:34:06.287356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
704 | 2024.08.15 05:34:06.287375 [ 3 ] {} <Debug> HTTP-Session: f62cb7e8-1b9d-4a06-a43e-9f8650bda978 Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
705 | 2024.08.15 05:34:06.287398 [ 3 ] {} <Debug> HTTP-Session: f62cb7e8-1b9d-4a06-a43e-9f8650bda978 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.08.15 05:34:06.287419 [ 3 ] {} <Debug> HTTP-Session: f62cb7e8-1b9d-4a06-a43e-9f8650bda978 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
707 | 2024.08.15 05:34:06.287447 [ 3 ] {} <Trace> HTTP-Session: f62cb7e8-1b9d-4a06-a43e-9f8650bda978 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
708 | 2024.08.15 05:34:06.287591 [ 3 ] {9ed65b3f-94c0-4ace-a3d8-ca8a8673a9f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
709 | 2024.08.15 05:34:06.287644 [ 3 ] {9ed65b3f-94c0-4ace-a3d8-ca8a8673a9f6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
710 | 2024.08.15 05:34:06.290642 [ 3 ] {9ed65b3f-94c0-4ace-a3d8-ca8a8673a9f6} <Debug> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Loading data parts | ||
711 | 2024.08.15 05:34:06.290790 [ 3 ] {9ed65b3f-94c0-4ace-a3d8-ca8a8673a9f6} <Debug> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): There are no data parts | ||
712 | 2024.08.15 05:34:06.295372 [ 3 ] {9ed65b3f-94c0-4ace-a3d8-ca8a8673a9f6} <Debug> DynamicQueryHandler: Done processing query | ||
713 | 2024.08.15 05:34:06.295413 [ 3 ] {} <Debug> HTTP-Session: f62cb7e8-1b9d-4a06-a43e-9f8650bda978 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
714 | 2024.08.15 05:34:06.295552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
715 | 2024.08.15 05:34:06.295615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
716 | 2024.08.15 05:34:06.295637 [ 3 ] {} <Debug> HTTP-Session: 56ddddf8-9e65-4893-8956-c5435e42bb04 Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
717 | 2024.08.15 05:34:06.295665 [ 3 ] {} <Debug> HTTP-Session: 56ddddf8-9e65-4893-8956-c5435e42bb04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.08.15 05:34:06.295682 [ 3 ] {} <Debug> HTTP-Session: 56ddddf8-9e65-4893-8956-c5435e42bb04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
719 | 2024.08.15 05:34:06.295723 [ 3 ] {} <Trace> HTTP-Session: 56ddddf8-9e65-4893-8956-c5435e42bb04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
720 | 2024.08.15 05:34:06.295901 [ 3 ] {be01591e-a5c3-45ca-aa8d-a5ab3073728f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
721 | 2024.08.15 05:34:06.295979 [ 3 ] {be01591e-a5c3-45ca-aa8d-a5ab3073728f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
722 | 2024.08.15 05:34:06.298977 [ 3 ] {be01591e-a5c3-45ca-aa8d-a5ab3073728f} <Debug> oximeter.fields_i32 (e391114d-adbc-4f36-8f6a-fdf3b9d025ad): Loading data parts | ||
723 | 2024.08.15 05:34:06.299098 [ 3 ] {be01591e-a5c3-45ca-aa8d-a5ab3073728f} <Debug> oximeter.fields_i32 (e391114d-adbc-4f36-8f6a-fdf3b9d025ad): There are no data parts | ||
724 | 2024.08.15 05:34:06.303124 [ 3 ] {be01591e-a5c3-45ca-aa8d-a5ab3073728f} <Debug> DynamicQueryHandler: Done processing query | ||
725 | 2024.08.15 05:34:06.303154 [ 3 ] {} <Debug> HTTP-Session: 56ddddf8-9e65-4893-8956-c5435e42bb04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
726 | 2024.08.15 05:34:06.303348 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
727 | 2024.08.15 05:34:06.303412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
728 | 2024.08.15 05:34:06.303430 [ 3 ] {} <Debug> HTTP-Session: 1c3eaef0-8f41-4bfe-bb7e-70eeaafc2a5d Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
729 | 2024.08.15 05:34:06.303453 [ 3 ] {} <Debug> HTTP-Session: 1c3eaef0-8f41-4bfe-bb7e-70eeaafc2a5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.08.15 05:34:06.303467 [ 3 ] {} <Debug> HTTP-Session: 1c3eaef0-8f41-4bfe-bb7e-70eeaafc2a5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
731 | 2024.08.15 05:34:06.303503 [ 3 ] {} <Trace> HTTP-Session: 1c3eaef0-8f41-4bfe-bb7e-70eeaafc2a5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
732 | 2024.08.15 05:34:06.303649 [ 3 ] {3414148a-e15f-4d3d-ac8f-d62d67ea3e09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
733 | 2024.08.15 05:34:06.303696 [ 3 ] {3414148a-e15f-4d3d-ac8f-d62d67ea3e09} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
734 | 2024.08.15 05:34:06.308853 [ 3 ] {3414148a-e15f-4d3d-ac8f-d62d67ea3e09} <Debug> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Loading data parts | ||
735 | 2024.08.15 05:34:06.309132 [ 3 ] {3414148a-e15f-4d3d-ac8f-d62d67ea3e09} <Debug> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): There are no data parts | ||
736 | 2024.08.15 05:34:06.311840 [ 3 ] {3414148a-e15f-4d3d-ac8f-d62d67ea3e09} <Debug> DynamicQueryHandler: Done processing query | ||
737 | 2024.08.15 05:34:06.311875 [ 3 ] {} <Debug> HTTP-Session: 1c3eaef0-8f41-4bfe-bb7e-70eeaafc2a5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
738 | 2024.08.15 05:34:06.312027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
739 | 2024.08.15 05:34:06.312087 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
740 | 2024.08.15 05:34:06.312123 [ 3 ] {} <Debug> HTTP-Session: 4ecd6e20-7ce9-4be1-9bce-441853e66c42 Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
741 | 2024.08.15 05:34:06.312140 [ 3 ] {} <Debug> HTTP-Session: 4ecd6e20-7ce9-4be1-9bce-441853e66c42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.08.15 05:34:06.312155 [ 3 ] {} <Debug> HTTP-Session: 4ecd6e20-7ce9-4be1-9bce-441853e66c42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
743 | 2024.08.15 05:34:06.312193 [ 3 ] {} <Trace> HTTP-Session: 4ecd6e20-7ce9-4be1-9bce-441853e66c42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
744 | 2024.08.15 05:34:06.312334 [ 3 ] {0a02ef90-516f-49e8-b861-420ea94f0c67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
745 | 2024.08.15 05:34:06.312383 [ 3 ] {0a02ef90-516f-49e8-b861-420ea94f0c67} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
746 | 2024.08.15 05:34:06.319216 [ 3 ] {0a02ef90-516f-49e8-b861-420ea94f0c67} <Debug> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Loading data parts | ||
747 | 2024.08.15 05:34:06.319396 [ 3 ] {0a02ef90-516f-49e8-b861-420ea94f0c67} <Debug> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): There are no data parts | ||
748 | 2024.08.15 05:34:06.327665 [ 3 ] {0a02ef90-516f-49e8-b861-420ea94f0c67} <Debug> DynamicQueryHandler: Done processing query | ||
749 | 2024.08.15 05:34:06.327697 [ 3 ] {} <Debug> HTTP-Session: 4ecd6e20-7ce9-4be1-9bce-441853e66c42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
750 | 2024.08.15 05:34:06.327837 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
751 | 2024.08.15 05:34:06.327896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
752 | 2024.08.15 05:34:06.327919 [ 3 ] {} <Debug> HTTP-Session: fcd7278a-1aab-42d6-a576-0b31cbf0d5dd Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
753 | 2024.08.15 05:34:06.327940 [ 3 ] {} <Debug> HTTP-Session: fcd7278a-1aab-42d6-a576-0b31cbf0d5dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.08.15 05:34:06.327957 [ 3 ] {} <Debug> HTTP-Session: fcd7278a-1aab-42d6-a576-0b31cbf0d5dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
755 | 2024.08.15 05:34:06.327995 [ 3 ] {} <Trace> HTTP-Session: fcd7278a-1aab-42d6-a576-0b31cbf0d5dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
756 | 2024.08.15 05:34:06.328162 [ 3 ] {3983c4b4-0df8-4984-b26a-86dda61faf2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
757 | 2024.08.15 05:34:06.328202 [ 3 ] {3983c4b4-0df8-4984-b26a-86dda61faf2a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
758 | 2024.08.15 05:34:06.333742 [ 3 ] {3983c4b4-0df8-4984-b26a-86dda61faf2a} <Debug> oximeter.fields_u64 (9d9ffa12-e32e-4731-a3be-9e574a96ad18): Loading data parts | ||
759 | 2024.08.15 05:34:06.333939 [ 3 ] {3983c4b4-0df8-4984-b26a-86dda61faf2a} <Debug> oximeter.fields_u64 (9d9ffa12-e32e-4731-a3be-9e574a96ad18): There are no data parts | ||
760 | 2024.08.15 05:34:06.339758 [ 3 ] {3983c4b4-0df8-4984-b26a-86dda61faf2a} <Debug> DynamicQueryHandler: Done processing query | ||
761 | 2024.08.15 05:34:06.339790 [ 3 ] {} <Debug> HTTP-Session: fcd7278a-1aab-42d6-a576-0b31cbf0d5dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
762 | 2024.08.15 05:34:06.339929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
763 | 2024.08.15 05:34:06.339986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
764 | 2024.08.15 05:34:06.340011 [ 3 ] {} <Debug> HTTP-Session: 983e3cb0-ddc3-4e09-86e2-a638872b70af Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
765 | 2024.08.15 05:34:06.340030 [ 3 ] {} <Debug> HTTP-Session: 983e3cb0-ddc3-4e09-86e2-a638872b70af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.08.15 05:34:06.340048 [ 3 ] {} <Debug> HTTP-Session: 983e3cb0-ddc3-4e09-86e2-a638872b70af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
767 | 2024.08.15 05:34:06.340084 [ 3 ] {} <Trace> HTTP-Session: 983e3cb0-ddc3-4e09-86e2-a638872b70af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
768 | 2024.08.15 05:34:06.340237 [ 3 ] {497577d9-414a-40ce-b1b2-7a20876eaf2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
769 | 2024.08.15 05:34:06.340276 [ 3 ] {497577d9-414a-40ce-b1b2-7a20876eaf2d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
770 | 2024.08.15 05:34:06.343296 [ 3 ] {497577d9-414a-40ce-b1b2-7a20876eaf2d} <Debug> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Loading data parts | ||
771 | 2024.08.15 05:34:06.343463 [ 3 ] {497577d9-414a-40ce-b1b2-7a20876eaf2d} <Debug> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): There are no data parts | ||
772 | 2024.08.15 05:34:06.352109 [ 3 ] {497577d9-414a-40ce-b1b2-7a20876eaf2d} <Debug> DynamicQueryHandler: Done processing query | ||
773 | 2024.08.15 05:34:06.352142 [ 3 ] {} <Debug> HTTP-Session: 983e3cb0-ddc3-4e09-86e2-a638872b70af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
774 | 2024.08.15 05:34:06.352289 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
775 | 2024.08.15 05:34:06.352338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
776 | 2024.08.15 05:34:06.352359 [ 3 ] {} <Debug> HTTP-Session: d99a5963-65b2-4953-a72b-0b5ce261e17f Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
777 | 2024.08.15 05:34:06.352376 [ 3 ] {} <Debug> HTTP-Session: d99a5963-65b2-4953-a72b-0b5ce261e17f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.08.15 05:34:06.352390 [ 3 ] {} <Debug> HTTP-Session: d99a5963-65b2-4953-a72b-0b5ce261e17f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
779 | 2024.08.15 05:34:06.352421 [ 3 ] {} <Trace> HTTP-Session: d99a5963-65b2-4953-a72b-0b5ce261e17f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
780 | 2024.08.15 05:34:06.352561 [ 3 ] {06ec2547-2fa2-4f57-945a-5dcc56adc3b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
781 | 2024.08.15 05:34:06.352603 [ 3 ] {06ec2547-2fa2-4f57-945a-5dcc56adc3b3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
782 | 2024.08.15 05:34:06.357773 [ 3 ] {06ec2547-2fa2-4f57-945a-5dcc56adc3b3} <Debug> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Loading data parts | ||
783 | 2024.08.15 05:34:06.357950 [ 3 ] {06ec2547-2fa2-4f57-945a-5dcc56adc3b3} <Debug> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): There are no data parts | ||
784 | 2024.08.15 05:34:06.363889 [ 3 ] {06ec2547-2fa2-4f57-945a-5dcc56adc3b3} <Debug> DynamicQueryHandler: Done processing query | ||
785 | 2024.08.15 05:34:06.363922 [ 3 ] {} <Debug> HTTP-Session: d99a5963-65b2-4953-a72b-0b5ce261e17f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
786 | 2024.08.15 05:34:06.364060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
787 | 2024.08.15 05:34:06.364117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
788 | 2024.08.15 05:34:06.364143 [ 3 ] {} <Debug> HTTP-Session: c84543fa-2c58-478e-8f13-585be076dfc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
789 | 2024.08.15 05:34:06.364161 [ 3 ] {} <Debug> HTTP-Session: c84543fa-2c58-478e-8f13-585be076dfc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.08.15 05:34:06.364176 [ 3 ] {} <Debug> HTTP-Session: c84543fa-2c58-478e-8f13-585be076dfc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
791 | 2024.08.15 05:34:06.364206 [ 3 ] {} <Trace> HTTP-Session: c84543fa-2c58-478e-8f13-585be076dfc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
792 | 2024.08.15 05:34:06.364347 [ 3 ] {e020f3c9-6609-4a4b-a4cd-a16b71c45b41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
793 | 2024.08.15 05:34:06.364387 [ 3 ] {e020f3c9-6609-4a4b-a4cd-a16b71c45b41} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
794 | 2024.08.15 05:34:06.371174 [ 3 ] {e020f3c9-6609-4a4b-a4cd-a16b71c45b41} <Debug> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Loading data parts | ||
795 | 2024.08.15 05:34:06.371365 [ 3 ] {e020f3c9-6609-4a4b-a4cd-a16b71c45b41} <Debug> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): There are no data parts | ||
796 | 2024.08.15 05:34:06.376364 [ 3 ] {e020f3c9-6609-4a4b-a4cd-a16b71c45b41} <Debug> DynamicQueryHandler: Done processing query | ||
797 | 2024.08.15 05:34:06.376391 [ 3 ] {} <Debug> HTTP-Session: c84543fa-2c58-478e-8f13-585be076dfc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
798 | 2024.08.15 05:34:06.376526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
799 | 2024.08.15 05:34:06.376574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
800 | 2024.08.15 05:34:06.376593 [ 3 ] {} <Debug> HTTP-Session: a4bc3234-f3d4-41e2-8d70-4e59d35c210d Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
801 | 2024.08.15 05:34:06.376610 [ 3 ] {} <Debug> HTTP-Session: a4bc3234-f3d4-41e2-8d70-4e59d35c210d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
802 | 2024.08.15 05:34:06.376624 [ 3 ] {} <Debug> HTTP-Session: a4bc3234-f3d4-41e2-8d70-4e59d35c210d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
803 | 2024.08.15 05:34:06.376653 [ 3 ] {} <Trace> HTTP-Session: a4bc3234-f3d4-41e2-8d70-4e59d35c210d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
804 | 2024.08.15 05:34:06.376869 [ 3 ] {e94e27ae-478b-40bd-aa26-3dda9a9163e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) /* The timeseries schema table stores the extracted schema for the samples | ||
805 | * oximeter collects. | ||
806 | */ | ||
807 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
808 | 2024.08.15 05:34:06.376929 [ 3 ] {e94e27ae-478b-40bd-aa26-3dda9a9163e0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
809 | 2024.08.15 05:34:06.382130 [ 3 ] {e94e27ae-478b-40bd-aa26-3dda9a9163e0} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004): Loading data parts | ||
810 | 2024.08.15 05:34:06.382317 [ 3 ] {e94e27ae-478b-40bd-aa26-3dda9a9163e0} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004): There are no data parts | ||
811 | 2024.08.15 05:34:06.385275 [ 3 ] {e94e27ae-478b-40bd-aa26-3dda9a9163e0} <Debug> DynamicQueryHandler: Done processing query | ||
812 | 2024.08.15 05:34:06.385303 [ 3 ] {} <Debug> HTTP-Session: a4bc3234-f3d4-41e2-8d70-4e59d35c210d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
813 | 2024.08.15 05:34:06.385448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50454, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
814 | 2024.08.15 05:34:06.385498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
815 | 2024.08.15 05:34:06.385518 [ 3 ] {} <Debug> HTTP-Session: 7793a865-a732-4554-8e23-be5c1257a335 Authenticating user 'default' from [fd00:1122:3344:101::d]:50454 | ||
816 | 2024.08.15 05:34:06.385534 [ 3 ] {} <Debug> HTTP-Session: 7793a865-a732-4554-8e23-be5c1257a335 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
817 | 2024.08.15 05:34:06.385549 [ 3 ] {} <Debug> HTTP-Session: 7793a865-a732-4554-8e23-be5c1257a335 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
818 | 2024.08.15 05:34:06.385579 [ 3 ] {} <Trace> HTTP-Session: 7793a865-a732-4554-8e23-be5c1257a335 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
819 | 2024.08.15 05:34:06.385743 [ 3 ] {ee73c212-1950-4ed9-8143-a267b60b43d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50454) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
820 | 2024.08.15 05:34:06.386934 [ 3 ] {ee73c212-1950-4ed9-8143-a267b60b43d1} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
821 | 2024.08.15 05:34:06.390200 [ 3 ] {ee73c212-1950-4ed9-8143-a267b60b43d1} <Trace> oximeter.version (fb2f6140-c556-4010-af11-091d0c525517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
822 | 2024.08.15 05:34:06.390242 [ 3 ] {ee73c212-1950-4ed9-8143-a267b60b43d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
823 | 2024.08.15 05:34:06.394530 [ 3 ] {ee73c212-1950-4ed9-8143-a267b60b43d1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
824 | 2024.08.15 05:34:06.395549 [ 3 ] {ee73c212-1950-4ed9-8143-a267b60b43d1} <Trace> oximeter.version (fb2f6140-c556-4010-af11-091d0c525517): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
825 | 2024.08.15 05:34:06.395826 [ 3 ] {ee73c212-1950-4ed9-8143-a267b60b43d1} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.010158 sec., 98.44457570387871 rows/sec., 1.54 KiB/sec. | ||
826 | 2024.08.15 05:34:06.395992 [ 3 ] {ee73c212-1950-4ed9-8143-a267b60b43d1} <Debug> DynamicQueryHandler: Done processing query | ||
827 | 2024.08.15 05:34:06.396016 [ 3 ] {ee73c212-1950-4ed9-8143-a267b60b43d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
828 | 2024.08.15 05:34:06.396033 [ 3 ] {} <Debug> HTTP-Session: 7793a865-a732-4554-8e23-be5c1257a335 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
829 | 2024.08.15 05:34:20.232182 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache | ||
830 | 2024.08.15 05:34:20.232249 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache | ||
831 | 2024.08.15 05:34:26.398512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
832 | 2024.08.15 05:34:26.398644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
833 | 2024.08.15 05:34:26.398673 [ 3 ] {} <Debug> HTTP-Session: ac8f1d09-a0ae-40d4-86a9-ce634ac8a486 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
834 | 2024.08.15 05:34:26.398699 [ 3 ] {} <Debug> HTTP-Session: ac8f1d09-a0ae-40d4-86a9-ce634ac8a486 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
835 | 2024.08.15 05:34:26.398714 [ 3 ] {} <Debug> HTTP-Session: ac8f1d09-a0ae-40d4-86a9-ce634ac8a486 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
836 | 2024.08.15 05:34:26.398780 [ 3 ] {} <Trace> HTTP-Session: ac8f1d09-a0ae-40d4-86a9-ce634ac8a486 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
837 | 2024.08.15 05:34:26.399004 [ 3 ] {38e8458e-1059-45cc-8069-c16a090b0cfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
838 | 2024.08.15 05:34:26.399350 [ 3 ] {38e8458e-1059-45cc-8069-c16a090b0cfb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
839 | 2024.08.15 05:34:26.399493 [ 3 ] {38e8458e-1059-45cc-8069-c16a090b0cfb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
840 | 2024.08.15 05:34:26.400677 [ 3 ] {38e8458e-1059-45cc-8069-c16a090b0cfb} <Debug> DynamicQueryHandler: Done processing query | ||
841 | 2024.08.15 05:34:26.400714 [ 3 ] {38e8458e-1059-45cc-8069-c16a090b0cfb} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
842 | 2024.08.15 05:34:26.400738 [ 3 ] {} <Debug> HTTP-Session: ac8f1d09-a0ae-40d4-86a9-ce634ac8a486 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
843 | 2024.08.15 05:34:26.403837 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
844 | 2024.08.15 05:34:26.403899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
845 | 2024.08.15 05:34:26.403921 [ 3 ] {} <Debug> HTTP-Session: 0403ae35-0cba-453b-972f-f33f7ccbc0be Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
846 | 2024.08.15 05:34:26.403944 [ 3 ] {} <Debug> HTTP-Session: 0403ae35-0cba-453b-972f-f33f7ccbc0be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
847 | 2024.08.15 05:34:26.403958 [ 3 ] {} <Debug> HTTP-Session: 0403ae35-0cba-453b-972f-f33f7ccbc0be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
848 | 2024.08.15 05:34:26.403996 [ 3 ] {} <Trace> HTTP-Session: 0403ae35-0cba-453b-972f-f33f7ccbc0be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
849 | 2024.08.15 05:34:26.404175 [ 3 ] {fbf77efa-ac40-4aa1-badf-f4d5124ec4e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
850 | 2024.08.15 05:34:26.406401 [ 3 ] {fbf77efa-ac40-4aa1-badf-f4d5124ec4e7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
851 | 2024.08.15 05:34:26.406461 [ 3 ] {fbf77efa-ac40-4aa1-badf-f4d5124ec4e7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
852 | 2024.08.15 05:34:26.407515 [ 3 ] {fbf77efa-ac40-4aa1-badf-f4d5124ec4e7} <Debug> DynamicQueryHandler: Done processing query | ||
853 | 2024.08.15 05:34:26.407544 [ 3 ] {fbf77efa-ac40-4aa1-badf-f4d5124ec4e7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
854 | 2024.08.15 05:34:26.407561 [ 3 ] {} <Debug> HTTP-Session: 0403ae35-0cba-453b-972f-f33f7ccbc0be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
855 | 2024.08.15 05:34:26.407917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
856 | 2024.08.15 05:34:26.407982 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
857 | 2024.08.15 05:34:26.408005 [ 3 ] {} <Debug> HTTP-Session: 1092085e-1e7b-4e27-9ab6-7572a9b2dcda Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
858 | 2024.08.15 05:34:26.408023 [ 3 ] {} <Debug> HTTP-Session: 1092085e-1e7b-4e27-9ab6-7572a9b2dcda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
859 | 2024.08.15 05:34:26.408038 [ 3 ] {} <Debug> HTTP-Session: 1092085e-1e7b-4e27-9ab6-7572a9b2dcda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
860 | 2024.08.15 05:34:26.408074 [ 3 ] {} <Trace> HTTP-Session: 1092085e-1e7b-4e27-9ab6-7572a9b2dcda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
861 | 2024.08.15 05:34:26.408221 [ 3 ] {767d444e-ccdb-4d28-a8ed-2fd6b366ab0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
862 | 2024.08.15 05:34:26.408595 [ 3 ] {767d444e-ccdb-4d28-a8ed-2fd6b366ab0d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
863 | 2024.08.15 05:34:26.408649 [ 3 ] {767d444e-ccdb-4d28-a8ed-2fd6b366ab0d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
864 | 2024.08.15 05:34:26.409552 [ 3 ] {767d444e-ccdb-4d28-a8ed-2fd6b366ab0d} <Debug> DynamicQueryHandler: Done processing query | ||
865 | 2024.08.15 05:34:26.409579 [ 3 ] {767d444e-ccdb-4d28-a8ed-2fd6b366ab0d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
866 | 2024.08.15 05:34:26.409597 [ 3 ] {} <Debug> HTTP-Session: 1092085e-1e7b-4e27-9ab6-7572a9b2dcda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
867 | 2024.08.15 05:34:26.409823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
868 | 2024.08.15 05:34:26.409873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
869 | 2024.08.15 05:34:26.409893 [ 3 ] {} <Debug> HTTP-Session: 810b409d-da4d-4f8a-b138-1b1e85a85170 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
870 | 2024.08.15 05:34:26.409911 [ 3 ] {} <Debug> HTTP-Session: 810b409d-da4d-4f8a-b138-1b1e85a85170 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
871 | 2024.08.15 05:34:26.409926 [ 3 ] {} <Debug> HTTP-Session: 810b409d-da4d-4f8a-b138-1b1e85a85170 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
872 | 2024.08.15 05:34:26.409960 [ 3 ] {} <Trace> HTTP-Session: 810b409d-da4d-4f8a-b138-1b1e85a85170 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
873 | 2024.08.15 05:34:26.410101 [ 3 ] {c4eeb2d8-9eb8-4423-806f-50fc858dbb94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
874 | 2024.08.15 05:34:26.410470 [ 3 ] {c4eeb2d8-9eb8-4423-806f-50fc858dbb94} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
875 | 2024.08.15 05:34:26.410526 [ 3 ] {c4eeb2d8-9eb8-4423-806f-50fc858dbb94} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
876 | 2024.08.15 05:34:26.411405 [ 3 ] {c4eeb2d8-9eb8-4423-806f-50fc858dbb94} <Debug> DynamicQueryHandler: Done processing query | ||
877 | 2024.08.15 05:34:26.411434 [ 3 ] {c4eeb2d8-9eb8-4423-806f-50fc858dbb94} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
878 | 2024.08.15 05:34:26.411451 [ 3 ] {} <Debug> HTTP-Session: 810b409d-da4d-4f8a-b138-1b1e85a85170 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
879 | 2024.08.15 05:34:26.411691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
880 | 2024.08.15 05:34:26.411749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
881 | 2024.08.15 05:34:26.411770 [ 3 ] {} <Debug> HTTP-Session: 982d47da-5af3-45f8-88a5-6cfe524f9b17 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
882 | 2024.08.15 05:34:26.411788 [ 3 ] {} <Debug> HTTP-Session: 982d47da-5af3-45f8-88a5-6cfe524f9b17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
883 | 2024.08.15 05:34:26.411803 [ 3 ] {} <Debug> HTTP-Session: 982d47da-5af3-45f8-88a5-6cfe524f9b17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
884 | 2024.08.15 05:34:26.411835 [ 3 ] {} <Trace> HTTP-Session: 982d47da-5af3-45f8-88a5-6cfe524f9b17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
885 | 2024.08.15 05:34:26.411963 [ 3 ] {49bcc96e-4b17-431a-b59a-390406b29e22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
886 | 2024.08.15 05:34:26.412293 [ 3 ] {49bcc96e-4b17-431a-b59a-390406b29e22} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
887 | 2024.08.15 05:34:26.412346 [ 3 ] {49bcc96e-4b17-431a-b59a-390406b29e22} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
888 | 2024.08.15 05:34:26.413219 [ 3 ] {49bcc96e-4b17-431a-b59a-390406b29e22} <Debug> DynamicQueryHandler: Done processing query | ||
889 | 2024.08.15 05:34:26.413246 [ 3 ] {49bcc96e-4b17-431a-b59a-390406b29e22} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
890 | 2024.08.15 05:34:26.413262 [ 3 ] {} <Debug> HTTP-Session: 982d47da-5af3-45f8-88a5-6cfe524f9b17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
891 | 2024.08.15 05:34:26.413459 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
892 | 2024.08.15 05:34:26.413509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
893 | 2024.08.15 05:34:26.413528 [ 3 ] {} <Debug> HTTP-Session: 2de5d0e0-a426-4cb7-be3a-c9a76b630ef1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
894 | 2024.08.15 05:34:26.413544 [ 3 ] {} <Debug> HTTP-Session: 2de5d0e0-a426-4cb7-be3a-c9a76b630ef1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
895 | 2024.08.15 05:34:26.413559 [ 3 ] {} <Debug> HTTP-Session: 2de5d0e0-a426-4cb7-be3a-c9a76b630ef1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
896 | 2024.08.15 05:34:26.413591 [ 3 ] {} <Trace> HTTP-Session: 2de5d0e0-a426-4cb7-be3a-c9a76b630ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
897 | 2024.08.15 05:34:26.413716 [ 3 ] {cbdbe813-0fb3-4e59-9a00-b5801b25ce3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
898 | 2024.08.15 05:34:26.414045 [ 3 ] {cbdbe813-0fb3-4e59-9a00-b5801b25ce3f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
899 | 2024.08.15 05:34:26.414098 [ 3 ] {cbdbe813-0fb3-4e59-9a00-b5801b25ce3f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
900 | 2024.08.15 05:34:26.414970 [ 3 ] {cbdbe813-0fb3-4e59-9a00-b5801b25ce3f} <Debug> DynamicQueryHandler: Done processing query | ||
901 | 2024.08.15 05:34:26.414997 [ 3 ] {cbdbe813-0fb3-4e59-9a00-b5801b25ce3f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
902 | 2024.08.15 05:34:26.415013 [ 3 ] {} <Debug> HTTP-Session: 2de5d0e0-a426-4cb7-be3a-c9a76b630ef1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
903 | 2024.08.15 05:34:26.415218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
904 | 2024.08.15 05:34:26.415267 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
905 | 2024.08.15 05:34:26.415286 [ 3 ] {} <Debug> HTTP-Session: fc556567-ef18-480b-9169-f44283f4f5bb Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
906 | 2024.08.15 05:34:26.415302 [ 3 ] {} <Debug> HTTP-Session: fc556567-ef18-480b-9169-f44283f4f5bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
907 | 2024.08.15 05:34:26.415317 [ 3 ] {} <Debug> HTTP-Session: fc556567-ef18-480b-9169-f44283f4f5bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
908 | 2024.08.15 05:34:26.415348 [ 3 ] {} <Trace> HTTP-Session: fc556567-ef18-480b-9169-f44283f4f5bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
909 | 2024.08.15 05:34:26.415475 [ 3 ] {e86c2163-d7e8-41c5-b987-9c85560c8401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
910 | 2024.08.15 05:34:26.415809 [ 3 ] {e86c2163-d7e8-41c5-b987-9c85560c8401} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
911 | 2024.08.15 05:34:26.415861 [ 3 ] {e86c2163-d7e8-41c5-b987-9c85560c8401} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
912 | 2024.08.15 05:34:26.416750 [ 3 ] {e86c2163-d7e8-41c5-b987-9c85560c8401} <Debug> DynamicQueryHandler: Done processing query | ||
913 | 2024.08.15 05:34:26.416776 [ 3 ] {e86c2163-d7e8-41c5-b987-9c85560c8401} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
914 | 2024.08.15 05:34:26.416793 [ 3 ] {} <Debug> HTTP-Session: fc556567-ef18-480b-9169-f44283f4f5bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
915 | 2024.08.15 05:34:26.416994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
916 | 2024.08.15 05:34:26.417044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
917 | 2024.08.15 05:34:26.417064 [ 3 ] {} <Debug> HTTP-Session: 67d6bce0-f11f-4ad0-abf1-482b9694cd54 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
918 | 2024.08.15 05:34:26.417082 [ 3 ] {} <Debug> HTTP-Session: 67d6bce0-f11f-4ad0-abf1-482b9694cd54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
919 | 2024.08.15 05:34:26.417097 [ 3 ] {} <Debug> HTTP-Session: 67d6bce0-f11f-4ad0-abf1-482b9694cd54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
920 | 2024.08.15 05:34:26.417128 [ 3 ] {} <Trace> HTTP-Session: 67d6bce0-f11f-4ad0-abf1-482b9694cd54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
921 | 2024.08.15 05:34:26.417259 [ 3 ] {5dcde140-d4d7-4c99-bbd4-83a65a56c246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
922 | 2024.08.15 05:34:26.417602 [ 3 ] {5dcde140-d4d7-4c99-bbd4-83a65a56c246} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
923 | 2024.08.15 05:34:26.417657 [ 3 ] {5dcde140-d4d7-4c99-bbd4-83a65a56c246} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
924 | 2024.08.15 05:34:26.418453 [ 3 ] {5dcde140-d4d7-4c99-bbd4-83a65a56c246} <Debug> DynamicQueryHandler: Done processing query | ||
925 | 2024.08.15 05:34:26.418478 [ 3 ] {5dcde140-d4d7-4c99-bbd4-83a65a56c246} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
926 | 2024.08.15 05:34:26.418494 [ 3 ] {} <Debug> HTTP-Session: 67d6bce0-f11f-4ad0-abf1-482b9694cd54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
927 | 2024.08.15 05:34:26.418709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
928 | 2024.08.15 05:34:26.418756 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
929 | 2024.08.15 05:34:26.418773 [ 3 ] {} <Debug> HTTP-Session: a8ec900c-571e-44b2-ade0-78f2b2d848e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
930 | 2024.08.15 05:34:26.418789 [ 3 ] {} <Debug> HTTP-Session: a8ec900c-571e-44b2-ade0-78f2b2d848e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
931 | 2024.08.15 05:34:26.418802 [ 3 ] {} <Debug> HTTP-Session: a8ec900c-571e-44b2-ade0-78f2b2d848e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
932 | 2024.08.15 05:34:26.418831 [ 3 ] {} <Trace> HTTP-Session: a8ec900c-571e-44b2-ade0-78f2b2d848e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
933 | 2024.08.15 05:34:26.419022 [ 3 ] {74ddb5a8-5ce2-4de8-a4e5-0c01e2158e50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
934 | 2024.08.15 05:34:26.419361 [ 3 ] {74ddb5a8-5ce2-4de8-a4e5-0c01e2158e50} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
935 | 2024.08.15 05:34:26.419414 [ 3 ] {74ddb5a8-5ce2-4de8-a4e5-0c01e2158e50} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
936 | 2024.08.15 05:34:26.420282 [ 3 ] {74ddb5a8-5ce2-4de8-a4e5-0c01e2158e50} <Debug> DynamicQueryHandler: Done processing query | ||
937 | 2024.08.15 05:34:26.420307 [ 3 ] {74ddb5a8-5ce2-4de8-a4e5-0c01e2158e50} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
938 | 2024.08.15 05:34:26.420324 [ 3 ] {} <Debug> HTTP-Session: a8ec900c-571e-44b2-ade0-78f2b2d848e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
939 | 2024.08.15 05:34:26.420530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
940 | 2024.08.15 05:34:26.420577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
941 | 2024.08.15 05:34:26.420596 [ 3 ] {} <Debug> HTTP-Session: 298bec13-6087-4235-ac26-3d1151fb7332 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
942 | 2024.08.15 05:34:26.420613 [ 3 ] {} <Debug> HTTP-Session: 298bec13-6087-4235-ac26-3d1151fb7332 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
943 | 2024.08.15 05:34:26.420627 [ 3 ] {} <Debug> HTTP-Session: 298bec13-6087-4235-ac26-3d1151fb7332 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
944 | 2024.08.15 05:34:26.420658 [ 3 ] {} <Trace> HTTP-Session: 298bec13-6087-4235-ac26-3d1151fb7332 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
945 | 2024.08.15 05:34:26.420790 [ 3 ] {30f19bf1-5267-485f-8773-8b36da346c36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
946 | 2024.08.15 05:34:26.421132 [ 3 ] {30f19bf1-5267-485f-8773-8b36da346c36} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
947 | 2024.08.15 05:34:26.421184 [ 3 ] {30f19bf1-5267-485f-8773-8b36da346c36} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
948 | 2024.08.15 05:34:26.422044 [ 3 ] {30f19bf1-5267-485f-8773-8b36da346c36} <Debug> DynamicQueryHandler: Done processing query | ||
949 | 2024.08.15 05:34:26.422071 [ 3 ] {30f19bf1-5267-485f-8773-8b36da346c36} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
950 | 2024.08.15 05:34:26.422087 [ 3 ] {} <Debug> HTTP-Session: 298bec13-6087-4235-ac26-3d1151fb7332 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
951 | 2024.08.15 05:34:26.422326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
952 | 2024.08.15 05:34:26.422374 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
953 | 2024.08.15 05:34:26.422393 [ 3 ] {} <Debug> HTTP-Session: 33b856cd-7061-435c-b988-d86c03285f3d Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
954 | 2024.08.15 05:34:26.422410 [ 3 ] {} <Debug> HTTP-Session: 33b856cd-7061-435c-b988-d86c03285f3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
955 | 2024.08.15 05:34:26.422425 [ 3 ] {} <Debug> HTTP-Session: 33b856cd-7061-435c-b988-d86c03285f3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
956 | 2024.08.15 05:34:26.422456 [ 3 ] {} <Trace> HTTP-Session: 33b856cd-7061-435c-b988-d86c03285f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
957 | 2024.08.15 05:34:26.422584 [ 3 ] {432bb0b4-52f2-434e-9823-919a0735c6de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
958 | 2024.08.15 05:34:26.422931 [ 3 ] {432bb0b4-52f2-434e-9823-919a0735c6de} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
959 | 2024.08.15 05:34:26.422989 [ 3 ] {432bb0b4-52f2-434e-9823-919a0735c6de} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
960 | 2024.08.15 05:34:26.423887 [ 3 ] {432bb0b4-52f2-434e-9823-919a0735c6de} <Debug> DynamicQueryHandler: Done processing query | ||
961 | 2024.08.15 05:34:26.423912 [ 3 ] {432bb0b4-52f2-434e-9823-919a0735c6de} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
962 | 2024.08.15 05:34:26.423928 [ 3 ] {} <Debug> HTTP-Session: 33b856cd-7061-435c-b988-d86c03285f3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
963 | 2024.08.15 05:34:26.424119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
964 | 2024.08.15 05:34:26.424166 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
965 | 2024.08.15 05:34:26.424186 [ 3 ] {} <Debug> HTTP-Session: 58102c0f-ec24-4c39-8613-fe96061a754a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
966 | 2024.08.15 05:34:26.424203 [ 3 ] {} <Debug> HTTP-Session: 58102c0f-ec24-4c39-8613-fe96061a754a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
967 | 2024.08.15 05:34:26.424217 [ 3 ] {} <Debug> HTTP-Session: 58102c0f-ec24-4c39-8613-fe96061a754a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
968 | 2024.08.15 05:34:26.424248 [ 3 ] {} <Trace> HTTP-Session: 58102c0f-ec24-4c39-8613-fe96061a754a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
969 | 2024.08.15 05:34:26.424383 [ 3 ] {7d2f6ca4-e902-4083-8e76-842a66449164} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
970 | 2024.08.15 05:34:26.424725 [ 3 ] {7d2f6ca4-e902-4083-8e76-842a66449164} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
971 | 2024.08.15 05:34:26.424777 [ 3 ] {7d2f6ca4-e902-4083-8e76-842a66449164} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
972 | 2024.08.15 05:34:26.425655 [ 3 ] {7d2f6ca4-e902-4083-8e76-842a66449164} <Debug> DynamicQueryHandler: Done processing query | ||
973 | 2024.08.15 05:34:26.425680 [ 3 ] {7d2f6ca4-e902-4083-8e76-842a66449164} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
974 | 2024.08.15 05:34:26.425695 [ 3 ] {} <Debug> HTTP-Session: 58102c0f-ec24-4c39-8613-fe96061a754a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
975 | 2024.08.15 05:34:26.425896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
976 | 2024.08.15 05:34:26.425943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
977 | 2024.08.15 05:34:26.425963 [ 3 ] {} <Debug> HTTP-Session: fa2fda77-0e41-4808-80ed-736b1409712c Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
978 | 2024.08.15 05:34:26.425980 [ 3 ] {} <Debug> HTTP-Session: fa2fda77-0e41-4808-80ed-736b1409712c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
979 | 2024.08.15 05:34:26.425994 [ 3 ] {} <Debug> HTTP-Session: fa2fda77-0e41-4808-80ed-736b1409712c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
980 | 2024.08.15 05:34:26.426024 [ 3 ] {} <Trace> HTTP-Session: fa2fda77-0e41-4808-80ed-736b1409712c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
981 | 2024.08.15 05:34:26.426152 [ 3 ] {8402c6a9-b2d8-4aec-9e79-73454328e833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
982 | 2024.08.15 05:34:26.426489 [ 3 ] {8402c6a9-b2d8-4aec-9e79-73454328e833} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
983 | 2024.08.15 05:34:26.426540 [ 3 ] {8402c6a9-b2d8-4aec-9e79-73454328e833} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
984 | 2024.08.15 05:34:26.427417 [ 3 ] {8402c6a9-b2d8-4aec-9e79-73454328e833} <Debug> DynamicQueryHandler: Done processing query | ||
985 | 2024.08.15 05:34:26.427442 [ 3 ] {8402c6a9-b2d8-4aec-9e79-73454328e833} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
986 | 2024.08.15 05:34:26.427459 [ 3 ] {} <Debug> HTTP-Session: fa2fda77-0e41-4808-80ed-736b1409712c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
987 | 2024.08.15 05:34:26.427651 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
988 | 2024.08.15 05:34:26.427699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
989 | 2024.08.15 05:34:26.427719 [ 3 ] {} <Debug> HTTP-Session: 1fd86fd0-7029-487a-a385-ece19ea25245 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
990 | 2024.08.15 05:34:26.427735 [ 3 ] {} <Debug> HTTP-Session: 1fd86fd0-7029-487a-a385-ece19ea25245 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
991 | 2024.08.15 05:34:26.427749 [ 3 ] {} <Debug> HTTP-Session: 1fd86fd0-7029-487a-a385-ece19ea25245 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
992 | 2024.08.15 05:34:26.427781 [ 3 ] {} <Trace> HTTP-Session: 1fd86fd0-7029-487a-a385-ece19ea25245 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
993 | 2024.08.15 05:34:26.427911 [ 3 ] {b942d21c-b7c5-46e9-95ca-4c53ad9375fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
994 | 2024.08.15 05:34:26.428262 [ 3 ] {b942d21c-b7c5-46e9-95ca-4c53ad9375fd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
995 | 2024.08.15 05:34:26.428315 [ 3 ] {b942d21c-b7c5-46e9-95ca-4c53ad9375fd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
996 | 2024.08.15 05:34:26.429187 [ 3 ] {b942d21c-b7c5-46e9-95ca-4c53ad9375fd} <Debug> DynamicQueryHandler: Done processing query | ||
997 | 2024.08.15 05:34:26.429212 [ 3 ] {b942d21c-b7c5-46e9-95ca-4c53ad9375fd} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
998 | 2024.08.15 05:34:26.429228 [ 3 ] {} <Debug> HTTP-Session: 1fd86fd0-7029-487a-a385-ece19ea25245 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
999 | 2024.08.15 05:34:26.435877 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1000 | 2024.08.15 05:34:26.435932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1001 | 2024.08.15 05:34:26.435956 [ 3 ] {} <Debug> HTTP-Session: 0200d4f7-1ec9-4a15-8f20-430eabcf03f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1002 | 2024.08.15 05:34:26.435973 [ 3 ] {} <Debug> HTTP-Session: 0200d4f7-1ec9-4a15-8f20-430eabcf03f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1003 | 2024.08.15 05:34:26.435987 [ 3 ] {} <Debug> HTTP-Session: 0200d4f7-1ec9-4a15-8f20-430eabcf03f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1004 | 2024.08.15 05:34:26.436018 [ 3 ] {} <Trace> HTTP-Session: 0200d4f7-1ec9-4a15-8f20-430eabcf03f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1005 | 2024.08.15 05:34:26.436138 [ 3 ] {0f067f16-81f8-40a6-9891-23dbec01396d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1006 | 2024.08.15 05:34:26.436182 [ 3 ] {0f067f16-81f8-40a6-9891-23dbec01396d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1007 | 2024.08.15 05:34:26.436375 [ 3 ] {0f067f16-81f8-40a6-9891-23dbec01396d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1008 | 2024.08.15 05:34:26.436821 [ 3 ] {0f067f16-81f8-40a6-9891-23dbec01396d} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1009 | 2024.08.15 05:34:26.436861 [ 3 ] {0f067f16-81f8-40a6-9891-23dbec01396d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1010 | 2024.08.15 05:34:26.437394 [ 3 ] {0f067f16-81f8-40a6-9891-23dbec01396d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1011 | 2024.08.15 05:34:26.437700 [ 3 ] {0f067f16-81f8-40a6-9891-23dbec01396d} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1012 | 2024.08.15 05:34:26.437838 [ 3 ] {0f067f16-81f8-40a6-9891-23dbec01396d} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.001746 sec., 8018.327605956472 rows/sec., 1.12 MiB/sec. | ||
1013 | 2024.08.15 05:34:26.438126 [ 3 ] {0f067f16-81f8-40a6-9891-23dbec01396d} <Debug> DynamicQueryHandler: Done processing query | ||
1014 | 2024.08.15 05:34:26.438152 [ 3 ] {0f067f16-81f8-40a6-9891-23dbec01396d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1015 | 2024.08.15 05:34:26.438168 [ 3 ] {} <Debug> HTTP-Session: 0200d4f7-1ec9-4a15-8f20-430eabcf03f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1016 | 2024.08.15 05:34:26.438281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 7250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1017 | 2024.08.15 05:34:26.438330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1018 | 2024.08.15 05:34:26.438350 [ 3 ] {} <Debug> HTTP-Session: 11d7234f-f178-45f3-b450-7348f5b1d009 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1019 | 2024.08.15 05:34:26.438366 [ 3 ] {} <Debug> HTTP-Session: 11d7234f-f178-45f3-b450-7348f5b1d009 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1020 | 2024.08.15 05:34:26.438380 [ 3 ] {} <Debug> HTTP-Session: 11d7234f-f178-45f3-b450-7348f5b1d009 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1021 | 2024.08.15 05:34:26.438411 [ 3 ] {} <Trace> HTTP-Session: 11d7234f-f178-45f3-b450-7348f5b1d009 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1022 | 2024.08.15 05:34:26.438528 [ 3 ] {171ce8bd-3949-4bb2-9481-c9b47864f6b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1023 | 2024.08.15 05:34:26.438572 [ 3 ] {171ce8bd-3949-4bb2-9481-c9b47864f6b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1024 | 2024.08.15 05:34:26.438715 [ 3 ] {171ce8bd-3949-4bb2-9481-c9b47864f6b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1025 | 2024.08.15 05:34:26.440202 [ 3 ] {171ce8bd-3949-4bb2-9481-c9b47864f6b7} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1026 | 2024.08.15 05:34:26.440239 [ 3 ] {171ce8bd-3949-4bb2-9481-c9b47864f6b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1027 | 2024.08.15 05:34:26.440547 [ 3 ] {171ce8bd-3949-4bb2-9481-c9b47864f6b7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1028 | 2024.08.15 05:34:26.440845 [ 3 ] {171ce8bd-3949-4bb2-9481-c9b47864f6b7} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1029 | 2024.08.15 05:34:26.440993 [ 3 ] {171ce8bd-3949-4bb2-9481-c9b47864f6b7} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.002497 sec., 20824.98998798558 rows/sec., 1.59 MiB/sec. | ||
1030 | 2024.08.15 05:34:26.441244 [ 3 ] {171ce8bd-3949-4bb2-9481-c9b47864f6b7} <Debug> DynamicQueryHandler: Done processing query | ||
1031 | 2024.08.15 05:34:26.441268 [ 3 ] {171ce8bd-3949-4bb2-9481-c9b47864f6b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1032 | 2024.08.15 05:34:26.441284 [ 3 ] {} <Debug> HTTP-Session: 11d7234f-f178-45f3-b450-7348f5b1d009 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1033 | 2024.08.15 05:34:26.441523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9518, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1034 | 2024.08.15 05:34:26.441571 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1035 | 2024.08.15 05:34:26.441590 [ 3 ] {} <Debug> HTTP-Session: 3a935dff-f569-4615-b221-31b4f244652d Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1036 | 2024.08.15 05:34:26.441609 [ 3 ] {} <Debug> HTTP-Session: 3a935dff-f569-4615-b221-31b4f244652d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1037 | 2024.08.15 05:34:26.441622 [ 3 ] {} <Debug> HTTP-Session: 3a935dff-f569-4615-b221-31b4f244652d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1038 | 2024.08.15 05:34:26.441653 [ 3 ] {} <Trace> HTTP-Session: 3a935dff-f569-4615-b221-31b4f244652d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1039 | 2024.08.15 05:34:26.441766 [ 3 ] {ece48fb2-6081-4048-853a-6769ccd1be3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1040 | 2024.08.15 05:34:26.441808 [ 3 ] {ece48fb2-6081-4048-853a-6769ccd1be3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1041 | 2024.08.15 05:34:26.442488 [ 3 ] {ece48fb2-6081-4048-853a-6769ccd1be3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1042 | 2024.08.15 05:34:26.443401 [ 3 ] {ece48fb2-6081-4048-853a-6769ccd1be3b} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1043 | 2024.08.15 05:34:26.443437 [ 3 ] {ece48fb2-6081-4048-853a-6769ccd1be3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1044 | 2024.08.15 05:34:26.443776 [ 3 ] {ece48fb2-6081-4048-853a-6769ccd1be3b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1045 | 2024.08.15 05:34:26.444081 [ 3 ] {ece48fb2-6081-4048-853a-6769ccd1be3b} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1046 | 2024.08.15 05:34:26.444221 [ 3 ] {ece48fb2-6081-4048-853a-6769ccd1be3b} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.002487 sec., 22517.08886208283 rows/sec., 1.76 MiB/sec. | ||
1047 | 2024.08.15 05:34:26.444479 [ 3 ] {ece48fb2-6081-4048-853a-6769ccd1be3b} <Debug> DynamicQueryHandler: Done processing query | ||
1048 | 2024.08.15 05:34:26.444503 [ 3 ] {ece48fb2-6081-4048-853a-6769ccd1be3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1049 | 2024.08.15 05:34:26.444518 [ 3 ] {} <Debug> HTTP-Session: 3a935dff-f569-4615-b221-31b4f244652d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1050 | 2024.08.15 05:34:26.444785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 26692, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1051 | 2024.08.15 05:34:26.444832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1052 | 2024.08.15 05:34:26.444851 [ 3 ] {} <Debug> HTTP-Session: 2d740e83-dda5-47ce-856f-07ec2f5d0c40 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1053 | 2024.08.15 05:34:26.444867 [ 3 ] {} <Debug> HTTP-Session: 2d740e83-dda5-47ce-856f-07ec2f5d0c40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1054 | 2024.08.15 05:34:26.444881 [ 3 ] {} <Debug> HTTP-Session: 2d740e83-dda5-47ce-856f-07ec2f5d0c40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1055 | 2024.08.15 05:34:26.444911 [ 3 ] {} <Trace> HTTP-Session: 2d740e83-dda5-47ce-856f-07ec2f5d0c40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1056 | 2024.08.15 05:34:26.445054 [ 3 ] {06ecef48-6a19-4d1d-9f31-238f676a0a4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1057 | 2024.08.15 05:34:26.445100 [ 3 ] {06ecef48-6a19-4d1d-9f31-238f676a0a4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1058 | 2024.08.15 05:34:26.445262 [ 3 ] {06ecef48-6a19-4d1d-9f31-238f676a0a4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1059 | 2024.08.15 05:34:26.445654 [ 3 ] {06ecef48-6a19-4d1d-9f31-238f676a0a4c} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1060 | 2024.08.15 05:34:26.445688 [ 3 ] {06ecef48-6a19-4d1d-9f31-238f676a0a4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1061 | 2024.08.15 05:34:26.446132 [ 3 ] {06ecef48-6a19-4d1d-9f31-238f676a0a4c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1062 | 2024.08.15 05:34:26.446454 [ 3 ] {06ecef48-6a19-4d1d-9f31-238f676a0a4c} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1063 | 2024.08.15 05:34:26.446602 [ 3 ] {06ecef48-6a19-4d1d-9f31-238f676a0a4c} <Debug> executeQuery: Read 140 rows, 9.94 KiB in 0.001604 sec., 87281.79551122195 rows/sec., 6.05 MiB/sec. | ||
1064 | 2024.08.15 05:34:26.446772 [ 3 ] {06ecef48-6a19-4d1d-9f31-238f676a0a4c} <Debug> DynamicQueryHandler: Done processing query | ||
1065 | 2024.08.15 05:34:26.446796 [ 3 ] {06ecef48-6a19-4d1d-9f31-238f676a0a4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1066 | 2024.08.15 05:34:26.446813 [ 3 ] {} <Debug> HTTP-Session: 2d740e83-dda5-47ce-856f-07ec2f5d0c40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1067 | 2024.08.15 05:34:26.446946 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 7058, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1068 | 2024.08.15 05:34:26.446996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1069 | 2024.08.15 05:34:26.447016 [ 3 ] {} <Debug> HTTP-Session: d5985751-b300-4471-9718-9475420bfcf1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1070 | 2024.08.15 05:34:26.447032 [ 3 ] {} <Debug> HTTP-Session: d5985751-b300-4471-9718-9475420bfcf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1071 | 2024.08.15 05:34:26.447046 [ 3 ] {} <Debug> HTTP-Session: d5985751-b300-4471-9718-9475420bfcf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1072 | 2024.08.15 05:34:26.447076 [ 3 ] {} <Trace> HTTP-Session: d5985751-b300-4471-9718-9475420bfcf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1073 | 2024.08.15 05:34:26.447185 [ 3 ] {6db868d1-c2d8-4bc2-8303-7bfed09f48c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1074 | 2024.08.15 05:34:26.447228 [ 3 ] {6db868d1-c2d8-4bc2-8303-7bfed09f48c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1075 | 2024.08.15 05:34:26.447354 [ 3 ] {6db868d1-c2d8-4bc2-8303-7bfed09f48c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1076 | 2024.08.15 05:34:26.447633 [ 3 ] {6db868d1-c2d8-4bc2-8303-7bfed09f48c6} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1077 | 2024.08.15 05:34:26.447669 [ 3 ] {6db868d1-c2d8-4bc2-8303-7bfed09f48c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1078 | 2024.08.15 05:34:26.448015 [ 3 ] {6db868d1-c2d8-4bc2-8303-7bfed09f48c6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1079 | 2024.08.15 05:34:26.448331 [ 3 ] {6db868d1-c2d8-4bc2-8303-7bfed09f48c6} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1080 | 2024.08.15 05:34:26.448477 [ 3 ] {6db868d1-c2d8-4bc2-8303-7bfed09f48c6} <Debug> executeQuery: Read 46 rows, 3.23 KiB in 0.001326 sec., 34690.79939668175 rows/sec., 2.38 MiB/sec. | ||
1081 | 2024.08.15 05:34:26.448633 [ 3 ] {6db868d1-c2d8-4bc2-8303-7bfed09f48c6} <Debug> DynamicQueryHandler: Done processing query | ||
1082 | 2024.08.15 05:34:26.448657 [ 3 ] {6db868d1-c2d8-4bc2-8303-7bfed09f48c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1083 | 2024.08.15 05:34:26.448673 [ 3 ] {} <Debug> HTTP-Session: d5985751-b300-4471-9718-9475420bfcf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1084 | 2024.08.15 05:34:31.400123 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1085 | 2024.08.15 05:34:31.400264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1086 | 2024.08.15 05:34:31.400294 [ 3 ] {} <Debug> HTTP-Session: c0735b17-812a-44f6-994d-77b59c69b98d Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1087 | 2024.08.15 05:34:31.400323 [ 3 ] {} <Debug> HTTP-Session: c0735b17-812a-44f6-994d-77b59c69b98d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1088 | 2024.08.15 05:34:31.400341 [ 3 ] {} <Debug> HTTP-Session: c0735b17-812a-44f6-994d-77b59c69b98d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1089 | 2024.08.15 05:34:31.400397 [ 3 ] {} <Trace> HTTP-Session: c0735b17-812a-44f6-994d-77b59c69b98d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1090 | 2024.08.15 05:34:31.400662 [ 3 ] {7c4dd76b-0561-45f3-8a4d-a8aedfef701f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
1091 | 2024.08.15 05:34:31.401143 [ 3 ] {7c4dd76b-0561-45f3-8a4d-a8aedfef701f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1092 | 2024.08.15 05:34:31.401212 [ 3 ] {7c4dd76b-0561-45f3-8a4d-a8aedfef701f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE | ||
1093 | 2024.08.15 05:34:31.401505 [ 3 ] {7c4dd76b-0561-45f3-8a4d-a8aedfef701f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1094 | 2024.08.15 05:34:31.401698 [ 3 ] {7c4dd76b-0561-45f3-8a4d-a8aedfef701f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1095 | 2024.08.15 05:34:31.402052 [ 3 ] {7c4dd76b-0561-45f3-8a4d-a8aedfef701f} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
1096 | 2024.08.15 05:34:31.403251 [ 3 ] {7c4dd76b-0561-45f3-8a4d-a8aedfef701f} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1097 | 2024.08.15 05:34:31.403308 [ 3 ] {7c4dd76b-0561-45f3-8a4d-a8aedfef701f} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (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 | ||
1098 | 2024.08.15 05:34:31.403328 [ 3 ] {7c4dd76b-0561-45f3-8a4d-a8aedfef701f} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1099 | 2024.08.15 05:34:31.403442 [ 3 ] {7c4dd76b-0561-45f3-8a4d-a8aedfef701f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent'))" | ||
1100 | 2024.08.15 05:34:31.403468 [ 3 ] {7c4dd76b-0561-45f3-8a4d-a8aedfef701f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1101 | 2024.08.15 05:34:31.405556 [ 3 ] {7c4dd76b-0561-45f3-8a4d-a8aedfef701f} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.005007 sec., 2796.0854803275415 rows/sec., 114.10 KiB/sec. | ||
1102 | 2024.08.15 05:34:31.405871 [ 3 ] {7c4dd76b-0561-45f3-8a4d-a8aedfef701f} <Debug> DynamicQueryHandler: Done processing query | ||
1103 | 2024.08.15 05:34:31.405897 [ 3 ] {7c4dd76b-0561-45f3-8a4d-a8aedfef701f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1104 | 2024.08.15 05:34:31.405915 [ 3 ] {} <Debug> HTTP-Session: c0735b17-812a-44f6-994d-77b59c69b98d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1105 | 2024.08.15 05:34:31.406148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1106 | 2024.08.15 05:34:31.406202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1107 | 2024.08.15 05:34:31.406222 [ 3 ] {} <Debug> HTTP-Session: 4c0ebc8d-2951-492a-8a2d-aa6836c6f263 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1108 | 2024.08.15 05:34:31.406241 [ 3 ] {} <Debug> HTTP-Session: 4c0ebc8d-2951-492a-8a2d-aa6836c6f263 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1109 | 2024.08.15 05:34:31.406254 [ 3 ] {} <Debug> HTTP-Session: 4c0ebc8d-2951-492a-8a2d-aa6836c6f263 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1110 | 2024.08.15 05:34:31.406290 [ 3 ] {} <Trace> HTTP-Session: 4c0ebc8d-2951-492a-8a2d-aa6836c6f263 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1111 | 2024.08.15 05:34:31.406441 [ 3 ] {b1dd1cd9-e21c-4f64-934c-5823db6c82b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1112 | 2024.08.15 05:34:31.406707 [ 3 ] {b1dd1cd9-e21c-4f64-934c-5823db6c82b4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1113 | 2024.08.15 05:34:31.406745 [ 3 ] {b1dd1cd9-e21c-4f64-934c-5823db6c82b4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes')" moved to PREWHERE | ||
1114 | 2024.08.15 05:34:31.406987 [ 3 ] {b1dd1cd9-e21c-4f64-934c-5823db6c82b4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1115 | 2024.08.15 05:34:31.407060 [ 3 ] {b1dd1cd9-e21c-4f64-934c-5823db6c82b4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1116 | 2024.08.15 05:34:31.407201 [ 3 ] {b1dd1cd9-e21c-4f64-934c-5823db6c82b4} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
1117 | 2024.08.15 05:34:31.407235 [ 3 ] {b1dd1cd9-e21c-4f64-934c-5823db6c82b4} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1118 | 2024.08.15 05:34:31.407258 [ 3 ] {b1dd1cd9-e21c-4f64-934c-5823db6c82b4} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (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 | ||
1119 | 2024.08.15 05:34:31.407275 [ 3 ] {b1dd1cd9-e21c-4f64-934c-5823db6c82b4} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1120 | 2024.08.15 05:34:31.407315 [ 3 ] {b1dd1cd9-e21c-4f64-934c-5823db6c82b4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes'))" | ||
1121 | 2024.08.15 05:34:31.407337 [ 3 ] {b1dd1cd9-e21c-4f64-934c-5823db6c82b4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1122 | 2024.08.15 05:34:31.408139 [ 3 ] {b1dd1cd9-e21c-4f64-934c-5823db6c82b4} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001766 sec., 7927.5198187995475 rows/sec., 323.49 KiB/sec. | ||
1123 | 2024.08.15 05:34:31.408389 [ 3 ] {b1dd1cd9-e21c-4f64-934c-5823db6c82b4} <Debug> DynamicQueryHandler: Done processing query | ||
1124 | 2024.08.15 05:34:31.408414 [ 3 ] {b1dd1cd9-e21c-4f64-934c-5823db6c82b4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1125 | 2024.08.15 05:34:31.408430 [ 3 ] {} <Debug> HTTP-Session: 4c0ebc8d-2951-492a-8a2d-aa6836c6f263 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1126 | 2024.08.15 05:34:31.408656 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1127 | 2024.08.15 05:34:31.408707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1128 | 2024.08.15 05:34:31.408727 [ 3 ] {} <Debug> HTTP-Session: 61d14c74-2b53-4827-a63e-74464198cb32 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1129 | 2024.08.15 05:34:31.408743 [ 3 ] {} <Debug> HTTP-Session: 61d14c74-2b53-4827-a63e-74464198cb32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1130 | 2024.08.15 05:34:31.408757 [ 3 ] {} <Debug> HTTP-Session: 61d14c74-2b53-4827-a63e-74464198cb32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1131 | 2024.08.15 05:34:31.408794 [ 3 ] {} <Trace> HTTP-Session: 61d14c74-2b53-4827-a63e-74464198cb32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1132 | 2024.08.15 05:34:31.408966 [ 3 ] {f6ff78af-5f9a-47ca-b031-76c5f97bbe5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1133 | 2024.08.15 05:34:31.409271 [ 3 ] {f6ff78af-5f9a-47ca-b031-76c5f97bbe5c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1134 | 2024.08.15 05:34:31.409313 [ 3 ] {f6ff78af-5f9a-47ca-b031-76c5f97bbe5c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
1135 | 2024.08.15 05:34:31.409579 [ 3 ] {f6ff78af-5f9a-47ca-b031-76c5f97bbe5c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1136 | 2024.08.15 05:34:31.409648 [ 3 ] {f6ff78af-5f9a-47ca-b031-76c5f97bbe5c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1137 | 2024.08.15 05:34:31.409791 [ 3 ] {f6ff78af-5f9a-47ca-b031-76c5f97bbe5c} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
1138 | 2024.08.15 05:34:31.409831 [ 3 ] {f6ff78af-5f9a-47ca-b031-76c5f97bbe5c} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1139 | 2024.08.15 05:34:31.409861 [ 3 ] {f6ff78af-5f9a-47ca-b031-76c5f97bbe5c} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (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 | ||
1140 | 2024.08.15 05:34:31.409886 [ 3 ] {f6ff78af-5f9a-47ca-b031-76c5f97bbe5c} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1141 | 2024.08.15 05:34:31.409938 [ 3 ] {f6ff78af-5f9a-47ca-b031-76c5f97bbe5c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
1142 | 2024.08.15 05:34:31.409965 [ 3 ] {f6ff78af-5f9a-47ca-b031-76c5f97bbe5c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1143 | 2024.08.15 05:34:31.410825 [ 3 ] {f6ff78af-5f9a-47ca-b031-76c5f97bbe5c} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001941 sec., 7212.776919113859 rows/sec., 294.33 KiB/sec. | ||
1144 | 2024.08.15 05:34:31.411065 [ 3 ] {f6ff78af-5f9a-47ca-b031-76c5f97bbe5c} <Debug> DynamicQueryHandler: Done processing query | ||
1145 | 2024.08.15 05:34:31.411089 [ 3 ] {f6ff78af-5f9a-47ca-b031-76c5f97bbe5c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1146 | 2024.08.15 05:34:31.411105 [ 3 ] {} <Debug> HTTP-Session: 61d14c74-2b53-4827-a63e-74464198cb32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1147 | 2024.08.15 05:34:31.411314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1148 | 2024.08.15 05:34:31.411364 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1149 | 2024.08.15 05:34:31.411384 [ 3 ] {} <Debug> HTTP-Session: 8e1ab5d9-decf-450f-9346-b4df82895d5a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1150 | 2024.08.15 05:34:31.411402 [ 3 ] {} <Debug> HTTP-Session: 8e1ab5d9-decf-450f-9346-b4df82895d5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1151 | 2024.08.15 05:34:31.411416 [ 3 ] {} <Debug> HTTP-Session: 8e1ab5d9-decf-450f-9346-b4df82895d5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1152 | 2024.08.15 05:34:31.411448 [ 3 ] {} <Trace> HTTP-Session: 8e1ab5d9-decf-450f-9346-b4df82895d5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1153 | 2024.08.15 05:34:31.411595 [ 3 ] {1da69df3-7e49-47ab-bdc0-bebd83906a07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1154 | 2024.08.15 05:34:31.411854 [ 3 ] {1da69df3-7e49-47ab-bdc0-bebd83906a07} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1155 | 2024.08.15 05:34:31.411892 [ 3 ] {1da69df3-7e49-47ab-bdc0-bebd83906a07} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1156 | 2024.08.15 05:34:31.412203 [ 3 ] {1da69df3-7e49-47ab-bdc0-bebd83906a07} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1157 | 2024.08.15 05:34:31.412272 [ 3 ] {1da69df3-7e49-47ab-bdc0-bebd83906a07} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1158 | 2024.08.15 05:34:31.412411 [ 3 ] {1da69df3-7e49-47ab-bdc0-bebd83906a07} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
1159 | 2024.08.15 05:34:31.412443 [ 3 ] {1da69df3-7e49-47ab-bdc0-bebd83906a07} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1160 | 2024.08.15 05:34:31.412467 [ 3 ] {1da69df3-7e49-47ab-bdc0-bebd83906a07} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (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 | ||
1161 | 2024.08.15 05:34:31.412483 [ 3 ] {1da69df3-7e49-47ab-bdc0-bebd83906a07} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1162 | 2024.08.15 05:34:31.412523 [ 3 ] {1da69df3-7e49-47ab-bdc0-bebd83906a07} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1163 | 2024.08.15 05:34:31.412544 [ 3 ] {1da69df3-7e49-47ab-bdc0-bebd83906a07} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1164 | 2024.08.15 05:34:31.413346 [ 3 ] {1da69df3-7e49-47ab-bdc0-bebd83906a07} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001822 sec., 7683.863885839736 rows/sec., 313.55 KiB/sec. | ||
1165 | 2024.08.15 05:34:31.413581 [ 3 ] {1da69df3-7e49-47ab-bdc0-bebd83906a07} <Debug> DynamicQueryHandler: Done processing query | ||
1166 | 2024.08.15 05:34:31.413606 [ 3 ] {1da69df3-7e49-47ab-bdc0-bebd83906a07} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1167 | 2024.08.15 05:34:31.413622 [ 3 ] {} <Debug> HTTP-Session: 8e1ab5d9-decf-450f-9346-b4df82895d5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1168 | 2024.08.15 05:34:31.418537 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1169 | 2024.08.15 05:34:31.418601 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1170 | 2024.08.15 05:34:31.418623 [ 3 ] {} <Debug> HTTP-Session: 3270096c-e2c2-4b88-b595-eb46fb793121 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1171 | 2024.08.15 05:34:31.418640 [ 3 ] {} <Debug> HTTP-Session: 3270096c-e2c2-4b88-b595-eb46fb793121 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1172 | 2024.08.15 05:34:31.418654 [ 3 ] {} <Debug> HTTP-Session: 3270096c-e2c2-4b88-b595-eb46fb793121 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1173 | 2024.08.15 05:34:31.418688 [ 3 ] {} <Trace> HTTP-Session: 3270096c-e2c2-4b88-b595-eb46fb793121 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1174 | 2024.08.15 05:34:31.418847 [ 3 ] {5265b143-4a3d-45eb-a176-e80ba8c4d20a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1175 | 2024.08.15 05:34:31.418898 [ 3 ] {5265b143-4a3d-45eb-a176-e80ba8c4d20a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1176 | 2024.08.15 05:34:31.419075 [ 3 ] {5265b143-4a3d-45eb-a176-e80ba8c4d20a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1177 | 2024.08.15 05:34:31.419430 [ 3 ] {5265b143-4a3d-45eb-a176-e80ba8c4d20a} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1178 | 2024.08.15 05:34:31.419469 [ 3 ] {5265b143-4a3d-45eb-a176-e80ba8c4d20a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1179 | 2024.08.15 05:34:31.420105 [ 3 ] {5265b143-4a3d-45eb-a176-e80ba8c4d20a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1180 | 2024.08.15 05:34:31.420676 [ 3 ] {5265b143-4a3d-45eb-a176-e80ba8c4d20a} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1181 | 2024.08.15 05:34:31.420872 [ 3 ] {5265b143-4a3d-45eb-a176-e80ba8c4d20a} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.002058 sec., 1943.6345966958213 rows/sec., 247.23 KiB/sec. | ||
1182 | 2024.08.15 05:34:31.421202 [ 3 ] {5265b143-4a3d-45eb-a176-e80ba8c4d20a} <Debug> DynamicQueryHandler: Done processing query | ||
1183 | 2024.08.15 05:34:31.421233 [ 3 ] {5265b143-4a3d-45eb-a176-e80ba8c4d20a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1184 | 2024.08.15 05:34:31.421255 [ 3 ] {} <Debug> HTTP-Session: 3270096c-e2c2-4b88-b595-eb46fb793121 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1185 | 2024.08.15 05:34:31.421384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 7829, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1186 | 2024.08.15 05:34:31.421446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1187 | 2024.08.15 05:34:31.421473 [ 3 ] {} <Debug> HTTP-Session: 56114287-80fd-4376-b983-26cd94ad800f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1188 | 2024.08.15 05:34:31.421495 [ 3 ] {} <Debug> HTTP-Session: 56114287-80fd-4376-b983-26cd94ad800f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1189 | 2024.08.15 05:34:31.421515 [ 3 ] {} <Debug> HTTP-Session: 56114287-80fd-4376-b983-26cd94ad800f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1190 | 2024.08.15 05:34:31.421558 [ 3 ] {} <Trace> HTTP-Session: 56114287-80fd-4376-b983-26cd94ad800f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1191 | 2024.08.15 05:34:31.421745 [ 3 ] {1564885b-13c1-4f23-beb3-b048d57b7ca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1192 | 2024.08.15 05:34:31.421796 [ 3 ] {1564885b-13c1-4f23-beb3-b048d57b7ca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1193 | 2024.08.15 05:34:31.421941 [ 3 ] {1564885b-13c1-4f23-beb3-b048d57b7ca3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1194 | 2024.08.15 05:34:31.422316 [ 3 ] {1564885b-13c1-4f23-beb3-b048d57b7ca3} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1195 | 2024.08.15 05:34:31.422354 [ 3 ] {1564885b-13c1-4f23-beb3-b048d57b7ca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1196 | 2024.08.15 05:34:31.422776 [ 3 ] {1564885b-13c1-4f23-beb3-b048d57b7ca3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1197 | 2024.08.15 05:34:31.423407 [ 3 ] {1564885b-13c1-4f23-beb3-b048d57b7ca3} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1198 | 2024.08.15 05:34:31.423571 [ 3 ] {1564885b-13c1-4f23-beb3-b048d57b7ca3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001875 sec., 29866.666666666668 rows/sec., 2.29 MiB/sec. | ||
1199 | 2024.08.15 05:34:31.423838 [ 3 ] {1564885b-13c1-4f23-beb3-b048d57b7ca3} <Debug> DynamicQueryHandler: Done processing query | ||
1200 | 2024.08.15 05:34:31.423863 [ 3 ] {1564885b-13c1-4f23-beb3-b048d57b7ca3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1201 | 2024.08.15 05:34:31.423879 [ 3 ] {} <Debug> HTTP-Session: 56114287-80fd-4376-b983-26cd94ad800f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1202 | 2024.08.15 05:34:31.424054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1203 | 2024.08.15 05:34:31.424103 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1204 | 2024.08.15 05:34:31.424123 [ 3 ] {} <Debug> HTTP-Session: e0479087-6d44-464a-a76e-f6fdde1b2588 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1205 | 2024.08.15 05:34:31.424139 [ 3 ] {} <Debug> HTTP-Session: e0479087-6d44-464a-a76e-f6fdde1b2588 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1206 | 2024.08.15 05:34:31.424152 [ 3 ] {} <Debug> HTTP-Session: e0479087-6d44-464a-a76e-f6fdde1b2588 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1207 | 2024.08.15 05:34:31.424183 [ 3 ] {} <Trace> HTTP-Session: e0479087-6d44-464a-a76e-f6fdde1b2588 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1208 | 2024.08.15 05:34:31.424304 [ 3 ] {4dcddf7d-9b97-4179-b244-ac4320a55921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1209 | 2024.08.15 05:34:31.424347 [ 3 ] {4dcddf7d-9b97-4179-b244-ac4320a55921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1210 | 2024.08.15 05:34:31.424492 [ 3 ] {4dcddf7d-9b97-4179-b244-ac4320a55921} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1211 | 2024.08.15 05:34:31.424832 [ 3 ] {4dcddf7d-9b97-4179-b244-ac4320a55921} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1212 | 2024.08.15 05:34:31.424871 [ 3 ] {4dcddf7d-9b97-4179-b244-ac4320a55921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1213 | 2024.08.15 05:34:31.425297 [ 3 ] {4dcddf7d-9b97-4179-b244-ac4320a55921} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1214 | 2024.08.15 05:34:31.425832 [ 3 ] {4dcddf7d-9b97-4179-b244-ac4320a55921} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1215 | 2024.08.15 05:34:31.425997 [ 3 ] {4dcddf7d-9b97-4179-b244-ac4320a55921} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001734 sec., 36908.881199538635 rows/sec., 2.88 MiB/sec. | ||
1216 | 2024.08.15 05:34:31.426172 [ 3 ] {4dcddf7d-9b97-4179-b244-ac4320a55921} <Debug> DynamicQueryHandler: Done processing query | ||
1217 | 2024.08.15 05:34:31.426206 [ 3 ] {4dcddf7d-9b97-4179-b244-ac4320a55921} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1218 | 2024.08.15 05:34:31.426231 [ 3 ] {} <Debug> HTTP-Session: e0479087-6d44-464a-a76e-f6fdde1b2588 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1219 | 2024.08.15 05:34:31.426508 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30161, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1220 | 2024.08.15 05:34:31.426563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1221 | 2024.08.15 05:34:31.426583 [ 3 ] {} <Debug> HTTP-Session: 45b89759-7d8a-45df-8068-dd26ae7f79c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1222 | 2024.08.15 05:34:31.426600 [ 3 ] {} <Debug> HTTP-Session: 45b89759-7d8a-45df-8068-dd26ae7f79c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1223 | 2024.08.15 05:34:31.426614 [ 3 ] {} <Debug> HTTP-Session: 45b89759-7d8a-45df-8068-dd26ae7f79c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1224 | 2024.08.15 05:34:31.426645 [ 3 ] {} <Trace> HTTP-Session: 45b89759-7d8a-45df-8068-dd26ae7f79c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1225 | 2024.08.15 05:34:31.426793 [ 3 ] {671f5c49-10a1-49cd-a2dc-31e641e32566} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1226 | 2024.08.15 05:34:31.426840 [ 3 ] {671f5c49-10a1-49cd-a2dc-31e641e32566} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1227 | 2024.08.15 05:34:31.426987 [ 3 ] {671f5c49-10a1-49cd-a2dc-31e641e32566} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1228 | 2024.08.15 05:34:31.427374 [ 3 ] {671f5c49-10a1-49cd-a2dc-31e641e32566} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1229 | 2024.08.15 05:34:31.427411 [ 3 ] {671f5c49-10a1-49cd-a2dc-31e641e32566} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1230 | 2024.08.15 05:34:31.427957 [ 3 ] {671f5c49-10a1-49cd-a2dc-31e641e32566} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1231 | 2024.08.15 05:34:31.428602 [ 3 ] {671f5c49-10a1-49cd-a2dc-31e641e32566} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1232 | 2024.08.15 05:34:31.428765 [ 3 ] {671f5c49-10a1-49cd-a2dc-31e641e32566} <Debug> executeQuery: Read 158 rows, 11.26 KiB in 0.002032 sec., 77755.90551181103 rows/sec., 5.41 MiB/sec. | ||
1233 | 2024.08.15 05:34:31.429042 [ 3 ] {671f5c49-10a1-49cd-a2dc-31e641e32566} <Debug> DynamicQueryHandler: Done processing query | ||
1234 | 2024.08.15 05:34:31.429072 [ 3 ] {671f5c49-10a1-49cd-a2dc-31e641e32566} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1235 | 2024.08.15 05:34:31.429087 [ 3 ] {} <Debug> HTTP-Session: 45b89759-7d8a-45df-8068-dd26ae7f79c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1236 | 2024.08.15 05:34:31.429224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 8827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1237 | 2024.08.15 05:34:31.429275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1238 | 2024.08.15 05:34:31.429293 [ 3 ] {} <Debug> HTTP-Session: 549f9955-1332-4f12-8e59-028081360b2b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1239 | 2024.08.15 05:34:31.429309 [ 3 ] {} <Debug> HTTP-Session: 549f9955-1332-4f12-8e59-028081360b2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1240 | 2024.08.15 05:34:31.429322 [ 3 ] {} <Debug> HTTP-Session: 549f9955-1332-4f12-8e59-028081360b2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1241 | 2024.08.15 05:34:31.429353 [ 3 ] {} <Trace> HTTP-Session: 549f9955-1332-4f12-8e59-028081360b2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1242 | 2024.08.15 05:34:31.429482 [ 3 ] {a15cc05d-3088-405c-b0be-04049eae09c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1243 | 2024.08.15 05:34:31.429529 [ 3 ] {a15cc05d-3088-405c-b0be-04049eae09c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1244 | 2024.08.15 05:34:31.429674 [ 3 ] {a15cc05d-3088-405c-b0be-04049eae09c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1245 | 2024.08.15 05:34:31.429966 [ 3 ] {a15cc05d-3088-405c-b0be-04049eae09c7} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1246 | 2024.08.15 05:34:31.430002 [ 3 ] {a15cc05d-3088-405c-b0be-04049eae09c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1247 | 2024.08.15 05:34:31.430516 [ 3 ] {a15cc05d-3088-405c-b0be-04049eae09c7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1248 | 2024.08.15 05:34:31.431251 [ 3 ] {a15cc05d-3088-405c-b0be-04049eae09c7} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1249 | 2024.08.15 05:34:31.431411 [ 3 ] {a15cc05d-3088-405c-b0be-04049eae09c7} <Debug> executeQuery: Read 58 rows, 4.01 KiB in 0.001976 sec., 29352.226720647774 rows/sec., 1.98 MiB/sec. | ||
1250 | 2024.08.15 05:34:31.431720 [ 3 ] {a15cc05d-3088-405c-b0be-04049eae09c7} <Debug> DynamicQueryHandler: Done processing query | ||
1251 | 2024.08.15 05:34:31.431750 [ 3 ] {a15cc05d-3088-405c-b0be-04049eae09c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1252 | 2024.08.15 05:34:31.431777 [ 3 ] {} <Debug> HTTP-Session: 549f9955-1332-4f12-8e59-028081360b2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1253 | 2024.08.15 05:34:35.232289 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1254 | 2024.08.15 05:34:35.232347 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1255 | 2024.08.15 05:34:36.399078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1256 | 2024.08.15 05:34:36.399194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1257 | 2024.08.15 05:34:36.399219 [ 3 ] {} <Debug> HTTP-Session: 3cc95300-21aa-49b0-8d64-94a200f0a813 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1258 | 2024.08.15 05:34:36.399245 [ 3 ] {} <Debug> HTTP-Session: 3cc95300-21aa-49b0-8d64-94a200f0a813 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1259 | 2024.08.15 05:34:36.399260 [ 3 ] {} <Debug> HTTP-Session: 3cc95300-21aa-49b0-8d64-94a200f0a813 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1260 | 2024.08.15 05:34:36.399312 [ 3 ] {} <Trace> HTTP-Session: 3cc95300-21aa-49b0-8d64-94a200f0a813 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1261 | 2024.08.15 05:34:36.399549 [ 3 ] {c532c423-8ef1-46ee-9990-9a33434deeb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1262 | 2024.08.15 05:34:36.399940 [ 3 ] {c532c423-8ef1-46ee-9990-9a33434deeb1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1263 | 2024.08.15 05:34:36.399984 [ 3 ] {c532c423-8ef1-46ee-9990-9a33434deeb1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1264 | 2024.08.15 05:34:36.400287 [ 3 ] {c532c423-8ef1-46ee-9990-9a33434deeb1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1265 | 2024.08.15 05:34:36.400372 [ 3 ] {c532c423-8ef1-46ee-9990-9a33434deeb1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1266 | 2024.08.15 05:34:36.400549 [ 3 ] {c532c423-8ef1-46ee-9990-9a33434deeb1} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1267 | 2024.08.15 05:34:36.400692 [ 254 ] {c532c423-8ef1-46ee-9990-9a33434deeb1} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1268 | 2024.08.15 05:34:36.400696 [ 253 ] {c532c423-8ef1-46ee-9990-9a33434deeb1} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1269 | 2024.08.15 05:34:36.400860 [ 3 ] {c532c423-8ef1-46ee-9990-9a33434deeb1} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (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 | ||
1270 | 2024.08.15 05:34:36.400892 [ 3 ] {c532c423-8ef1-46ee-9990-9a33434deeb1} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1271 | 2024.08.15 05:34:36.401036 [ 3 ] {c532c423-8ef1-46ee-9990-9a33434deeb1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1272 | 2024.08.15 05:34:36.401075 [ 3 ] {c532c423-8ef1-46ee-9990-9a33434deeb1} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1273 | 2024.08.15 05:34:36.401132 [ 3 ] {c532c423-8ef1-46ee-9990-9a33434deeb1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1274 | 2024.08.15 05:34:36.401178 [ 3 ] {c532c423-8ef1-46ee-9990-9a33434deeb1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1275 | 2024.08.15 05:34:36.402838 [ 3 ] {c532c423-8ef1-46ee-9990-9a33434deeb1} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.003389 sec., 5311.301268810858 rows/sec., 217.27 KiB/sec. | ||
1276 | 2024.08.15 05:34:36.403175 [ 3 ] {c532c423-8ef1-46ee-9990-9a33434deeb1} <Debug> DynamicQueryHandler: Done processing query | ||
1277 | 2024.08.15 05:34:36.403205 [ 3 ] {c532c423-8ef1-46ee-9990-9a33434deeb1} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1278 | 2024.08.15 05:34:36.403223 [ 3 ] {} <Debug> HTTP-Session: 3cc95300-21aa-49b0-8d64-94a200f0a813 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1279 | 2024.08.15 05:34:36.403487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1280 | 2024.08.15 05:34:36.403542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1281 | 2024.08.15 05:34:36.403561 [ 3 ] {} <Debug> HTTP-Session: aaa3577c-cc5f-431e-b335-4d72bc36a435 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1282 | 2024.08.15 05:34:36.403580 [ 3 ] {} <Debug> HTTP-Session: aaa3577c-cc5f-431e-b335-4d72bc36a435 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1283 | 2024.08.15 05:34:36.403594 [ 3 ] {} <Debug> HTTP-Session: aaa3577c-cc5f-431e-b335-4d72bc36a435 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1284 | 2024.08.15 05:34:36.403632 [ 3 ] {} <Trace> HTTP-Session: aaa3577c-cc5f-431e-b335-4d72bc36a435 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1285 | 2024.08.15 05:34:36.403791 [ 3 ] {487cd8d8-4b0a-4b24-ad91-8e61f296a02e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1286 | 2024.08.15 05:34:36.404061 [ 3 ] {487cd8d8-4b0a-4b24-ad91-8e61f296a02e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1287 | 2024.08.15 05:34:36.404101 [ 3 ] {487cd8d8-4b0a-4b24-ad91-8e61f296a02e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
1288 | 2024.08.15 05:34:36.404364 [ 3 ] {487cd8d8-4b0a-4b24-ad91-8e61f296a02e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1289 | 2024.08.15 05:34:36.404432 [ 3 ] {487cd8d8-4b0a-4b24-ad91-8e61f296a02e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1290 | 2024.08.15 05:34:36.404574 [ 3 ] {487cd8d8-4b0a-4b24-ad91-8e61f296a02e} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1291 | 2024.08.15 05:34:36.404645 [ 256 ] {487cd8d8-4b0a-4b24-ad91-8e61f296a02e} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1292 | 2024.08.15 05:34:36.404671 [ 257 ] {487cd8d8-4b0a-4b24-ad91-8e61f296a02e} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1293 | 2024.08.15 05:34:36.404787 [ 3 ] {487cd8d8-4b0a-4b24-ad91-8e61f296a02e} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (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 | ||
1294 | 2024.08.15 05:34:36.404827 [ 3 ] {487cd8d8-4b0a-4b24-ad91-8e61f296a02e} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1295 | 2024.08.15 05:34:36.404912 [ 3 ] {487cd8d8-4b0a-4b24-ad91-8e61f296a02e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1296 | 2024.08.15 05:34:36.404936 [ 3 ] {487cd8d8-4b0a-4b24-ad91-8e61f296a02e} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1297 | 2024.08.15 05:34:36.404977 [ 3 ] {487cd8d8-4b0a-4b24-ad91-8e61f296a02e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
1298 | 2024.08.15 05:34:36.405018 [ 3 ] {487cd8d8-4b0a-4b24-ad91-8e61f296a02e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
1299 | 2024.08.15 05:34:36.406274 [ 3 ] {487cd8d8-4b0a-4b24-ad91-8e61f296a02e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002555 sec., 7045.009784735812 rows/sec., 288.19 KiB/sec. | ||
1300 | 2024.08.15 05:34:36.406566 [ 3 ] {487cd8d8-4b0a-4b24-ad91-8e61f296a02e} <Debug> DynamicQueryHandler: Done processing query | ||
1301 | 2024.08.15 05:34:36.406592 [ 3 ] {487cd8d8-4b0a-4b24-ad91-8e61f296a02e} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1302 | 2024.08.15 05:34:36.406609 [ 3 ] {} <Debug> HTTP-Session: aaa3577c-cc5f-431e-b335-4d72bc36a435 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1303 | 2024.08.15 05:34:36.407163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1304 | 2024.08.15 05:34:36.407213 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1305 | 2024.08.15 05:34:36.407233 [ 3 ] {} <Debug> HTTP-Session: 3e3720e1-3bb4-4d38-8b07-0869fc639537 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1306 | 2024.08.15 05:34:36.407250 [ 3 ] {} <Debug> HTTP-Session: 3e3720e1-3bb4-4d38-8b07-0869fc639537 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1307 | 2024.08.15 05:34:36.407265 [ 3 ] {} <Debug> HTTP-Session: 3e3720e1-3bb4-4d38-8b07-0869fc639537 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1308 | 2024.08.15 05:34:36.407296 [ 3 ] {} <Trace> HTTP-Session: 3e3720e1-3bb4-4d38-8b07-0869fc639537 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1309 | 2024.08.15 05:34:36.407450 [ 3 ] {0ea13e69-b0d9-4370-b430-d367b8163af2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1310 | 2024.08.15 05:34:36.407714 [ 3 ] {0ea13e69-b0d9-4370-b430-d367b8163af2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1311 | 2024.08.15 05:34:36.407758 [ 3 ] {0ea13e69-b0d9-4370-b430-d367b8163af2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
1312 | 2024.08.15 05:34:36.408015 [ 3 ] {0ea13e69-b0d9-4370-b430-d367b8163af2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1313 | 2024.08.15 05:34:36.408080 [ 3 ] {0ea13e69-b0d9-4370-b430-d367b8163af2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1314 | 2024.08.15 05:34:36.408220 [ 3 ] {0ea13e69-b0d9-4370-b430-d367b8163af2} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
1315 | 2024.08.15 05:34:36.408277 [ 250 ] {0ea13e69-b0d9-4370-b430-d367b8163af2} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1316 | 2024.08.15 05:34:36.408302 [ 252 ] {0ea13e69-b0d9-4370-b430-d367b8163af2} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1317 | 2024.08.15 05:34:36.408400 [ 3 ] {0ea13e69-b0d9-4370-b430-d367b8163af2} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (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 | ||
1318 | 2024.08.15 05:34:36.408429 [ 3 ] {0ea13e69-b0d9-4370-b430-d367b8163af2} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1319 | 2024.08.15 05:34:36.408506 [ 3 ] {0ea13e69-b0d9-4370-b430-d367b8163af2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1320 | 2024.08.15 05:34:36.408527 [ 3 ] {0ea13e69-b0d9-4370-b430-d367b8163af2} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1321 | 2024.08.15 05:34:36.408565 [ 3 ] {0ea13e69-b0d9-4370-b430-d367b8163af2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
1322 | 2024.08.15 05:34:36.408605 [ 3 ] {0ea13e69-b0d9-4370-b430-d367b8163af2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
1323 | 2024.08.15 05:34:36.409794 [ 3 ] {0ea13e69-b0d9-4370-b430-d367b8163af2} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002411 sec., 7465.7818332642055 rows/sec., 305.40 KiB/sec. | ||
1324 | 2024.08.15 05:34:36.410077 [ 3 ] {0ea13e69-b0d9-4370-b430-d367b8163af2} <Debug> DynamicQueryHandler: Done processing query | ||
1325 | 2024.08.15 05:34:36.410102 [ 3 ] {0ea13e69-b0d9-4370-b430-d367b8163af2} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1326 | 2024.08.15 05:34:36.410121 [ 3 ] {} <Debug> HTTP-Session: 3e3720e1-3bb4-4d38-8b07-0869fc639537 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1327 | 2024.08.15 05:34:36.410496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1328 | 2024.08.15 05:34:36.410544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1329 | 2024.08.15 05:34:36.410564 [ 3 ] {} <Debug> HTTP-Session: 07a813bb-5ee7-4238-a5a6-75f3c70c1ee6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1330 | 2024.08.15 05:34:36.410580 [ 3 ] {} <Debug> HTTP-Session: 07a813bb-5ee7-4238-a5a6-75f3c70c1ee6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1331 | 2024.08.15 05:34:36.410594 [ 3 ] {} <Debug> HTTP-Session: 07a813bb-5ee7-4238-a5a6-75f3c70c1ee6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1332 | 2024.08.15 05:34:36.410625 [ 3 ] {} <Trace> HTTP-Session: 07a813bb-5ee7-4238-a5a6-75f3c70c1ee6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1333 | 2024.08.15 05:34:36.410766 [ 3 ] {8542fea4-a506-4fca-aa2c-6b7202fa4abb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete) | ||
1334 | 2024.08.15 05:34:36.411026 [ 3 ] {8542fea4-a506-4fca-aa2c-6b7202fa4abb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1335 | 2024.08.15 05:34:36.411068 [ 3 ] {8542fea4-a506-4fca-aa2c-6b7202fa4abb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
1336 | 2024.08.15 05:34:36.411330 [ 3 ] {8542fea4-a506-4fca-aa2c-6b7202fa4abb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1337 | 2024.08.15 05:34:36.411395 [ 3 ] {8542fea4-a506-4fca-aa2c-6b7202fa4abb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1338 | 2024.08.15 05:34:36.411531 [ 3 ] {8542fea4-a506-4fca-aa2c-6b7202fa4abb} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1339 | 2024.08.15 05:34:36.411599 [ 256 ] {8542fea4-a506-4fca-aa2c-6b7202fa4abb} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1340 | 2024.08.15 05:34:36.411625 [ 255 ] {8542fea4-a506-4fca-aa2c-6b7202fa4abb} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1341 | 2024.08.15 05:34:36.411737 [ 3 ] {8542fea4-a506-4fca-aa2c-6b7202fa4abb} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (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 | ||
1342 | 2024.08.15 05:34:36.411766 [ 3 ] {8542fea4-a506-4fca-aa2c-6b7202fa4abb} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1343 | 2024.08.15 05:34:36.411872 [ 3 ] {8542fea4-a506-4fca-aa2c-6b7202fa4abb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1344 | 2024.08.15 05:34:36.411893 [ 3 ] {8542fea4-a506-4fca-aa2c-6b7202fa4abb} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1345 | 2024.08.15 05:34:36.411931 [ 3 ] {8542fea4-a506-4fca-aa2c-6b7202fa4abb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
1346 | 2024.08.15 05:34:36.411970 [ 3 ] {8542fea4-a506-4fca-aa2c-6b7202fa4abb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
1347 | 2024.08.15 05:34:36.413208 [ 3 ] {8542fea4-a506-4fca-aa2c-6b7202fa4abb} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002507 sec., 7179.896290386916 rows/sec., 293.71 KiB/sec. | ||
1348 | 2024.08.15 05:34:36.413499 [ 3 ] {8542fea4-a506-4fca-aa2c-6b7202fa4abb} <Debug> DynamicQueryHandler: Done processing query | ||
1349 | 2024.08.15 05:34:36.413525 [ 3 ] {8542fea4-a506-4fca-aa2c-6b7202fa4abb} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1350 | 2024.08.15 05:34:36.413542 [ 3 ] {} <Debug> HTTP-Session: 07a813bb-5ee7-4238-a5a6-75f3c70c1ee6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1351 | 2024.08.15 05:34:36.413771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 866, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1352 | 2024.08.15 05:34:36.413819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1353 | 2024.08.15 05:34:36.413840 [ 3 ] {} <Debug> HTTP-Session: db4f4a20-1bbf-491b-a0e4-45c8ce7f0a58 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1354 | 2024.08.15 05:34:36.413856 [ 3 ] {} <Debug> HTTP-Session: db4f4a20-1bbf-491b-a0e4-45c8ce7f0a58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1355 | 2024.08.15 05:34:36.413870 [ 3 ] {} <Debug> HTTP-Session: db4f4a20-1bbf-491b-a0e4-45c8ce7f0a58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1356 | 2024.08.15 05:34:36.413901 [ 3 ] {} <Trace> HTTP-Session: db4f4a20-1bbf-491b-a0e4-45c8ce7f0a58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1357 | 2024.08.15 05:34:36.414040 [ 3 ] {a51dd811-43a6-4b96-a360-208c0e04c5f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1358 | 2024.08.15 05:34:36.414302 [ 3 ] {a51dd811-43a6-4b96-a360-208c0e04c5f5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1359 | 2024.08.15 05:34:36.414343 [ 3 ] {a51dd811-43a6-4b96-a360-208c0e04c5f5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
1360 | 2024.08.15 05:34:36.414603 [ 3 ] {a51dd811-43a6-4b96-a360-208c0e04c5f5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1361 | 2024.08.15 05:34:36.414670 [ 3 ] {a51dd811-43a6-4b96-a360-208c0e04c5f5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1362 | 2024.08.15 05:34:36.414805 [ 3 ] {a51dd811-43a6-4b96-a360-208c0e04c5f5} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1363 | 2024.08.15 05:34:36.414909 [ 252 ] {a51dd811-43a6-4b96-a360-208c0e04c5f5} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1364 | 2024.08.15 05:34:36.414913 [ 253 ] {a51dd811-43a6-4b96-a360-208c0e04c5f5} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1365 | 2024.08.15 05:34:36.415040 [ 3 ] {a51dd811-43a6-4b96-a360-208c0e04c5f5} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (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 | ||
1366 | 2024.08.15 05:34:36.415070 [ 3 ] {a51dd811-43a6-4b96-a360-208c0e04c5f5} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1367 | 2024.08.15 05:34:36.415147 [ 3 ] {a51dd811-43a6-4b96-a360-208c0e04c5f5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1368 | 2024.08.15 05:34:36.415167 [ 3 ] {a51dd811-43a6-4b96-a360-208c0e04c5f5} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1369 | 2024.08.15 05:34:36.415205 [ 3 ] {a51dd811-43a6-4b96-a360-208c0e04c5f5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
1370 | 2024.08.15 05:34:36.415245 [ 3 ] {a51dd811-43a6-4b96-a360-208c0e04c5f5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
1371 | 2024.08.15 05:34:36.416510 [ 3 ] {a51dd811-43a6-4b96-a360-208c0e04c5f5} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002534 sec., 7103.393843725336 rows/sec., 290.58 KiB/sec. | ||
1372 | 2024.08.15 05:34:36.416810 [ 3 ] {a51dd811-43a6-4b96-a360-208c0e04c5f5} <Debug> DynamicQueryHandler: Done processing query | ||
1373 | 2024.08.15 05:34:36.416836 [ 3 ] {a51dd811-43a6-4b96-a360-208c0e04c5f5} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1374 | 2024.08.15 05:34:36.416852 [ 3 ] {} <Debug> HTTP-Session: db4f4a20-1bbf-491b-a0e4-45c8ce7f0a58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1375 | 2024.08.15 05:34:36.417066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1376 | 2024.08.15 05:34:36.417116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1377 | 2024.08.15 05:34:36.417135 [ 3 ] {} <Debug> HTTP-Session: 93ad9555-f523-4d97-8ef2-48f203f497c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1378 | 2024.08.15 05:34:36.417152 [ 3 ] {} <Debug> HTTP-Session: 93ad9555-f523-4d97-8ef2-48f203f497c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1379 | 2024.08.15 05:34:36.417166 [ 3 ] {} <Debug> HTTP-Session: 93ad9555-f523-4d97-8ef2-48f203f497c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1380 | 2024.08.15 05:34:36.417196 [ 3 ] {} <Trace> HTTP-Session: 93ad9555-f523-4d97-8ef2-48f203f497c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1381 | 2024.08.15 05:34:36.417344 [ 3 ] {f2f0e640-14f2-49f6-a3dc-d2978e4c061c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1382 | 2024.08.15 05:34:36.417611 [ 3 ] {f2f0e640-14f2-49f6-a3dc-d2978e4c061c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1383 | 2024.08.15 05:34:36.417651 [ 3 ] {f2f0e640-14f2-49f6-a3dc-d2978e4c061c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1384 | 2024.08.15 05:34:36.417917 [ 3 ] {f2f0e640-14f2-49f6-a3dc-d2978e4c061c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1385 | 2024.08.15 05:34:36.417981 [ 3 ] {f2f0e640-14f2-49f6-a3dc-d2978e4c061c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1386 | 2024.08.15 05:34:36.418116 [ 3 ] {f2f0e640-14f2-49f6-a3dc-d2978e4c061c} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
1387 | 2024.08.15 05:34:36.418212 [ 257 ] {f2f0e640-14f2-49f6-a3dc-d2978e4c061c} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1388 | 2024.08.15 05:34:36.418222 [ 253 ] {f2f0e640-14f2-49f6-a3dc-d2978e4c061c} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1389 | 2024.08.15 05:34:36.418327 [ 3 ] {f2f0e640-14f2-49f6-a3dc-d2978e4c061c} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (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 | ||
1390 | 2024.08.15 05:34:36.418355 [ 3 ] {f2f0e640-14f2-49f6-a3dc-d2978e4c061c} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1391 | 2024.08.15 05:34:36.418434 [ 3 ] {f2f0e640-14f2-49f6-a3dc-d2978e4c061c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1392 | 2024.08.15 05:34:36.418453 [ 3 ] {f2f0e640-14f2-49f6-a3dc-d2978e4c061c} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1393 | 2024.08.15 05:34:36.418492 [ 3 ] {f2f0e640-14f2-49f6-a3dc-d2978e4c061c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1394 | 2024.08.15 05:34:36.418532 [ 3 ] {f2f0e640-14f2-49f6-a3dc-d2978e4c061c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1395 | 2024.08.15 05:34:36.419571 [ 3 ] {f2f0e640-14f2-49f6-a3dc-d2978e4c061c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002289 sec., 7863.695937090433 rows/sec., 321.68 KiB/sec. | ||
1396 | 2024.08.15 05:34:36.419925 [ 3 ] {f2f0e640-14f2-49f6-a3dc-d2978e4c061c} <Debug> DynamicQueryHandler: Done processing query | ||
1397 | 2024.08.15 05:34:36.419956 [ 3 ] {f2f0e640-14f2-49f6-a3dc-d2978e4c061c} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1398 | 2024.08.15 05:34:36.419977 [ 3 ] {} <Debug> HTTP-Session: 93ad9555-f523-4d97-8ef2-48f203f497c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1399 | 2024.08.15 05:34:36.420216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 914, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1400 | 2024.08.15 05:34:36.420272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1401 | 2024.08.15 05:34:36.420297 [ 3 ] {} <Debug> HTTP-Session: 1411de3d-7f8a-4748-b1a9-4aae70844e54 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1402 | 2024.08.15 05:34:36.420317 [ 3 ] {} <Debug> HTTP-Session: 1411de3d-7f8a-4748-b1a9-4aae70844e54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1403 | 2024.08.15 05:34:36.420334 [ 3 ] {} <Debug> HTTP-Session: 1411de3d-7f8a-4748-b1a9-4aae70844e54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1404 | 2024.08.15 05:34:36.420370 [ 3 ] {} <Trace> HTTP-Session: 1411de3d-7f8a-4748-b1a9-4aae70844e54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1405 | 2024.08.15 05:34:36.420513 [ 3 ] {7a953ab8-abc5-4dff-91d3-b13e1f48abb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1406 | 2024.08.15 05:34:36.420779 [ 3 ] {7a953ab8-abc5-4dff-91d3-b13e1f48abb4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1407 | 2024.08.15 05:34:36.420821 [ 3 ] {7a953ab8-abc5-4dff-91d3-b13e1f48abb4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1408 | 2024.08.15 05:34:36.421090 [ 3 ] {7a953ab8-abc5-4dff-91d3-b13e1f48abb4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1409 | 2024.08.15 05:34:36.421158 [ 3 ] {7a953ab8-abc5-4dff-91d3-b13e1f48abb4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1410 | 2024.08.15 05:34:36.421297 [ 3 ] {7a953ab8-abc5-4dff-91d3-b13e1f48abb4} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
1411 | 2024.08.15 05:34:36.421389 [ 256 ] {7a953ab8-abc5-4dff-91d3-b13e1f48abb4} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1412 | 2024.08.15 05:34:36.421402 [ 257 ] {7a953ab8-abc5-4dff-91d3-b13e1f48abb4} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1413 | 2024.08.15 05:34:36.421514 [ 3 ] {7a953ab8-abc5-4dff-91d3-b13e1f48abb4} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (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 | ||
1414 | 2024.08.15 05:34:36.421543 [ 3 ] {7a953ab8-abc5-4dff-91d3-b13e1f48abb4} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1415 | 2024.08.15 05:34:36.421619 [ 3 ] {7a953ab8-abc5-4dff-91d3-b13e1f48abb4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1416 | 2024.08.15 05:34:36.421639 [ 3 ] {7a953ab8-abc5-4dff-91d3-b13e1f48abb4} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1417 | 2024.08.15 05:34:36.421678 [ 3 ] {7a953ab8-abc5-4dff-91d3-b13e1f48abb4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1418 | 2024.08.15 05:34:36.421716 [ 3 ] {7a953ab8-abc5-4dff-91d3-b13e1f48abb4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1419 | 2024.08.15 05:34:36.422966 [ 3 ] {7a953ab8-abc5-4dff-91d3-b13e1f48abb4} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002519 sec., 7145.692735212386 rows/sec., 292.31 KiB/sec. | ||
1420 | 2024.08.15 05:34:36.423310 [ 3 ] {7a953ab8-abc5-4dff-91d3-b13e1f48abb4} <Debug> DynamicQueryHandler: Done processing query | ||
1421 | 2024.08.15 05:34:36.423336 [ 3 ] {7a953ab8-abc5-4dff-91d3-b13e1f48abb4} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1422 | 2024.08.15 05:34:36.423353 [ 3 ] {} <Debug> HTTP-Session: 1411de3d-7f8a-4748-b1a9-4aae70844e54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1423 | 2024.08.15 05:34:36.423556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1424 | 2024.08.15 05:34:36.423605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1425 | 2024.08.15 05:34:36.423628 [ 3 ] {} <Debug> HTTP-Session: a14b3d80-7c55-4b20-8c0d-8087fb445bd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1426 | 2024.08.15 05:34:36.423644 [ 3 ] {} <Debug> HTTP-Session: a14b3d80-7c55-4b20-8c0d-8087fb445bd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1427 | 2024.08.15 05:34:36.423657 [ 3 ] {} <Debug> HTTP-Session: a14b3d80-7c55-4b20-8c0d-8087fb445bd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1428 | 2024.08.15 05:34:36.423688 [ 3 ] {} <Trace> HTTP-Session: a14b3d80-7c55-4b20-8c0d-8087fb445bd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1429 | 2024.08.15 05:34:36.423831 [ 3 ] {57fa4a31-2033-4392-b4e2-cd83aa348ac6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1430 | 2024.08.15 05:34:36.424090 [ 3 ] {57fa4a31-2033-4392-b4e2-cd83aa348ac6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1431 | 2024.08.15 05:34:36.424132 [ 3 ] {57fa4a31-2033-4392-b4e2-cd83aa348ac6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1432 | 2024.08.15 05:34:36.424395 [ 3 ] {57fa4a31-2033-4392-b4e2-cd83aa348ac6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1433 | 2024.08.15 05:34:36.424459 [ 3 ] {57fa4a31-2033-4392-b4e2-cd83aa348ac6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1434 | 2024.08.15 05:34:36.424595 [ 3 ] {57fa4a31-2033-4392-b4e2-cd83aa348ac6} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
1435 | 2024.08.15 05:34:36.424690 [ 257 ] {57fa4a31-2033-4392-b4e2-cd83aa348ac6} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1436 | 2024.08.15 05:34:36.424690 [ 253 ] {57fa4a31-2033-4392-b4e2-cd83aa348ac6} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1437 | 2024.08.15 05:34:36.424803 [ 3 ] {57fa4a31-2033-4392-b4e2-cd83aa348ac6} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (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 | ||
1438 | 2024.08.15 05:34:36.424832 [ 3 ] {57fa4a31-2033-4392-b4e2-cd83aa348ac6} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1439 | 2024.08.15 05:34:36.424909 [ 3 ] {57fa4a31-2033-4392-b4e2-cd83aa348ac6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1440 | 2024.08.15 05:34:36.424928 [ 3 ] {57fa4a31-2033-4392-b4e2-cd83aa348ac6} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1441 | 2024.08.15 05:34:36.424966 [ 3 ] {57fa4a31-2033-4392-b4e2-cd83aa348ac6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1442 | 2024.08.15 05:34:36.425006 [ 3 ] {57fa4a31-2033-4392-b4e2-cd83aa348ac6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1443 | 2024.08.15 05:34:36.426276 [ 3 ] {57fa4a31-2033-4392-b4e2-cd83aa348ac6} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002512 sec., 7165.605095541401 rows/sec., 293.12 KiB/sec. | ||
1444 | 2024.08.15 05:34:36.426560 [ 3 ] {57fa4a31-2033-4392-b4e2-cd83aa348ac6} <Debug> DynamicQueryHandler: Done processing query | ||
1445 | 2024.08.15 05:34:36.426584 [ 3 ] {57fa4a31-2033-4392-b4e2-cd83aa348ac6} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1446 | 2024.08.15 05:34:36.426600 [ 3 ] {} <Debug> HTTP-Session: a14b3d80-7c55-4b20-8c0d-8087fb445bd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1447 | 2024.08.15 05:34:36.426811 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 965, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1448 | 2024.08.15 05:34:36.426858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1449 | 2024.08.15 05:34:36.426877 [ 3 ] {} <Debug> HTTP-Session: e59e84dc-4726-483e-a36c-6e9d57c6774f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1450 | 2024.08.15 05:34:36.426894 [ 3 ] {} <Debug> HTTP-Session: e59e84dc-4726-483e-a36c-6e9d57c6774f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1451 | 2024.08.15 05:34:36.426907 [ 3 ] {} <Debug> HTTP-Session: e59e84dc-4726-483e-a36c-6e9d57c6774f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1452 | 2024.08.15 05:34:36.426937 [ 3 ] {} <Trace> HTTP-Session: e59e84dc-4726-483e-a36c-6e9d57c6774f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1453 | 2024.08.15 05:34:36.427085 [ 3 ] {7e95bee8-806a-4331-8ee1-3be2153e080a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1454 | 2024.08.15 05:34:36.427353 [ 3 ] {7e95bee8-806a-4331-8ee1-3be2153e080a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1455 | 2024.08.15 05:34:36.427395 [ 3 ] {7e95bee8-806a-4331-8ee1-3be2153e080a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1456 | 2024.08.15 05:34:36.427662 [ 3 ] {7e95bee8-806a-4331-8ee1-3be2153e080a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1457 | 2024.08.15 05:34:36.427726 [ 3 ] {7e95bee8-806a-4331-8ee1-3be2153e080a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1458 | 2024.08.15 05:34:36.427862 [ 3 ] {7e95bee8-806a-4331-8ee1-3be2153e080a} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
1459 | 2024.08.15 05:34:36.427954 [ 253 ] {7e95bee8-806a-4331-8ee1-3be2153e080a} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1460 | 2024.08.15 05:34:36.427963 [ 257 ] {7e95bee8-806a-4331-8ee1-3be2153e080a} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1461 | 2024.08.15 05:34:36.428064 [ 3 ] {7e95bee8-806a-4331-8ee1-3be2153e080a} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (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 | ||
1462 | 2024.08.15 05:34:36.428092 [ 3 ] {7e95bee8-806a-4331-8ee1-3be2153e080a} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1463 | 2024.08.15 05:34:36.428167 [ 3 ] {7e95bee8-806a-4331-8ee1-3be2153e080a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1464 | 2024.08.15 05:34:36.428186 [ 3 ] {7e95bee8-806a-4331-8ee1-3be2153e080a} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1465 | 2024.08.15 05:34:36.428223 [ 3 ] {7e95bee8-806a-4331-8ee1-3be2153e080a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1466 | 2024.08.15 05:34:36.428261 [ 3 ] {7e95bee8-806a-4331-8ee1-3be2153e080a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1467 | 2024.08.15 05:34:36.429343 [ 3 ] {7e95bee8-806a-4331-8ee1-3be2153e080a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002327 sec., 7735.281478298238 rows/sec., 316.43 KiB/sec. | ||
1468 | 2024.08.15 05:34:36.429625 [ 3 ] {7e95bee8-806a-4331-8ee1-3be2153e080a} <Debug> DynamicQueryHandler: Done processing query | ||
1469 | 2024.08.15 05:34:36.429648 [ 3 ] {7e95bee8-806a-4331-8ee1-3be2153e080a} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1470 | 2024.08.15 05:34:36.429665 [ 3 ] {} <Debug> HTTP-Session: e59e84dc-4726-483e-a36c-6e9d57c6774f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1471 | 2024.08.15 05:34:36.429894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 995, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1472 | 2024.08.15 05:34:36.429942 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1473 | 2024.08.15 05:34:36.429961 [ 3 ] {} <Debug> HTTP-Session: f71331e4-fafa-4341-afa8-ca1a8c99a073 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1474 | 2024.08.15 05:34:36.429977 [ 3 ] {} <Debug> HTTP-Session: f71331e4-fafa-4341-afa8-ca1a8c99a073 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1475 | 2024.08.15 05:34:36.429991 [ 3 ] {} <Debug> HTTP-Session: f71331e4-fafa-4341-afa8-ca1a8c99a073 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1476 | 2024.08.15 05:34:36.430020 [ 3 ] {} <Trace> HTTP-Session: f71331e4-fafa-4341-afa8-ca1a8c99a073 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1477 | 2024.08.15 05:34:36.430160 [ 3 ] {95c569da-be16-460b-9187-ca9f6cac1275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', '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) | ||
1478 | 2024.08.15 05:34:36.430426 [ 3 ] {95c569da-be16-460b-9187-ca9f6cac1275} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1479 | 2024.08.15 05:34:36.430468 [ 3 ] {95c569da-be16-460b-9187-ca9f6cac1275} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', '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 | ||
1480 | 2024.08.15 05:34:36.430739 [ 3 ] {95c569da-be16-460b-9187-ca9f6cac1275} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1481 | 2024.08.15 05:34:36.430802 [ 3 ] {95c569da-be16-460b-9187-ca9f6cac1275} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1482 | 2024.08.15 05:34:36.430938 [ 3 ] {95c569da-be16-460b-9187-ca9f6cac1275} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
1483 | 2024.08.15 05:34:36.431031 [ 253 ] {95c569da-be16-460b-9187-ca9f6cac1275} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1484 | 2024.08.15 05:34:36.431035 [ 257 ] {95c569da-be16-460b-9187-ca9f6cac1275} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1485 | 2024.08.15 05:34:36.431137 [ 3 ] {95c569da-be16-460b-9187-ca9f6cac1275} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (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 | ||
1486 | 2024.08.15 05:34:36.431165 [ 3 ] {95c569da-be16-460b-9187-ca9f6cac1275} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1487 | 2024.08.15 05:34:36.431241 [ 3 ] {95c569da-be16-460b-9187-ca9f6cac1275} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1488 | 2024.08.15 05:34:36.431260 [ 3 ] {95c569da-be16-460b-9187-ca9f6cac1275} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1489 | 2024.08.15 05:34:36.431298 [ 3 ] {95c569da-be16-460b-9187-ca9f6cac1275} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1490 | 2024.08.15 05:34:36.431338 [ 3 ] {95c569da-be16-460b-9187-ca9f6cac1275} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1491 | 2024.08.15 05:34:36.432431 [ 3 ] {95c569da-be16-460b-9187-ca9f6cac1275} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002339 sec., 7695.596408721676 rows/sec., 314.80 KiB/sec. | ||
1492 | 2024.08.15 05:34:36.432716 [ 3 ] {95c569da-be16-460b-9187-ca9f6cac1275} <Debug> DynamicQueryHandler: Done processing query | ||
1493 | 2024.08.15 05:34:36.432741 [ 3 ] {95c569da-be16-460b-9187-ca9f6cac1275} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1494 | 2024.08.15 05:34:36.432757 [ 3 ] {} <Debug> HTTP-Session: f71331e4-fafa-4341-afa8-ca1a8c99a073 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1495 | 2024.08.15 05:34:36.432982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1025, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1496 | 2024.08.15 05:34:36.433030 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1497 | 2024.08.15 05:34:36.433048 [ 3 ] {} <Debug> HTTP-Session: 0b10591f-199e-47ad-908f-5e8994f8c168 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1498 | 2024.08.15 05:34:36.433064 [ 3 ] {} <Debug> HTTP-Session: 0b10591f-199e-47ad-908f-5e8994f8c168 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1499 | 2024.08.15 05:34:36.433078 [ 3 ] {} <Debug> HTTP-Session: 0b10591f-199e-47ad-908f-5e8994f8c168 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1500 | 2024.08.15 05:34:36.433132 [ 3 ] {} <Trace> HTTP-Session: 0b10591f-199e-47ad-908f-5e8994f8c168 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1501 | 2024.08.15 05:34:36.433277 [ 3 ] {17df4b75-5f85-40cc-9d1a-d6b01535cfc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1502 | 2024.08.15 05:34:36.433543 [ 3 ] {17df4b75-5f85-40cc-9d1a-d6b01535cfc8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1503 | 2024.08.15 05:34:36.433585 [ 3 ] {17df4b75-5f85-40cc-9d1a-d6b01535cfc8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1504 | 2024.08.15 05:34:36.433858 [ 3 ] {17df4b75-5f85-40cc-9d1a-d6b01535cfc8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1505 | 2024.08.15 05:34:36.433922 [ 3 ] {17df4b75-5f85-40cc-9d1a-d6b01535cfc8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1506 | 2024.08.15 05:34:36.434056 [ 3 ] {17df4b75-5f85-40cc-9d1a-d6b01535cfc8} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
1507 | 2024.08.15 05:34:36.434161 [ 257 ] {17df4b75-5f85-40cc-9d1a-d6b01535cfc8} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1508 | 2024.08.15 05:34:36.434162 [ 253 ] {17df4b75-5f85-40cc-9d1a-d6b01535cfc8} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1509 | 2024.08.15 05:34:36.434269 [ 3 ] {17df4b75-5f85-40cc-9d1a-d6b01535cfc8} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (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 | ||
1510 | 2024.08.15 05:34:36.434296 [ 3 ] {17df4b75-5f85-40cc-9d1a-d6b01535cfc8} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1511 | 2024.08.15 05:34:36.434372 [ 3 ] {17df4b75-5f85-40cc-9d1a-d6b01535cfc8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1512 | 2024.08.15 05:34:36.434391 [ 3 ] {17df4b75-5f85-40cc-9d1a-d6b01535cfc8} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1513 | 2024.08.15 05:34:36.434428 [ 3 ] {17df4b75-5f85-40cc-9d1a-d6b01535cfc8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1514 | 2024.08.15 05:34:36.434472 [ 3 ] {17df4b75-5f85-40cc-9d1a-d6b01535cfc8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1515 | 2024.08.15 05:34:36.435513 [ 3 ] {17df4b75-5f85-40cc-9d1a-d6b01535cfc8} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002304 sec., 7812.5 rows/sec., 319.59 KiB/sec. | ||
1516 | 2024.08.15 05:34:36.435798 [ 3 ] {17df4b75-5f85-40cc-9d1a-d6b01535cfc8} <Debug> DynamicQueryHandler: Done processing query | ||
1517 | 2024.08.15 05:34:36.435823 [ 3 ] {17df4b75-5f85-40cc-9d1a-d6b01535cfc8} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1518 | 2024.08.15 05:34:36.435840 [ 3 ] {} <Debug> HTTP-Session: 0b10591f-199e-47ad-908f-5e8994f8c168 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1519 | 2024.08.15 05:34:36.440147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1520 | 2024.08.15 05:34:36.440195 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1521 | 2024.08.15 05:34:36.440215 [ 3 ] {} <Debug> HTTP-Session: ae65aa5b-ed0e-4bbc-80f9-ede422dfe1f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1522 | 2024.08.15 05:34:36.440231 [ 3 ] {} <Debug> HTTP-Session: ae65aa5b-ed0e-4bbc-80f9-ede422dfe1f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1523 | 2024.08.15 05:34:36.440245 [ 3 ] {} <Debug> HTTP-Session: ae65aa5b-ed0e-4bbc-80f9-ede422dfe1f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1524 | 2024.08.15 05:34:36.440275 [ 3 ] {} <Trace> HTTP-Session: ae65aa5b-ed0e-4bbc-80f9-ede422dfe1f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1525 | 2024.08.15 05:34:36.440416 [ 3 ] {a844853e-77d5-4782-8fb7-ed4800990c92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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) | ||
1526 | 2024.08.15 05:34:36.440691 [ 3 ] {a844853e-77d5-4782-8fb7-ed4800990c92} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1527 | 2024.08.15 05:34:36.440735 [ 3 ] {a844853e-77d5-4782-8fb7-ed4800990c92} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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 | ||
1528 | 2024.08.15 05:34:36.441010 [ 3 ] {a844853e-77d5-4782-8fb7-ed4800990c92} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1529 | 2024.08.15 05:34:36.441074 [ 3 ] {a844853e-77d5-4782-8fb7-ed4800990c92} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1530 | 2024.08.15 05:34:36.441209 [ 3 ] {a844853e-77d5-4782-8fb7-ed4800990c92} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
1531 | 2024.08.15 05:34:36.441299 [ 252 ] {a844853e-77d5-4782-8fb7-ed4800990c92} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1532 | 2024.08.15 05:34:36.441308 [ 255 ] {a844853e-77d5-4782-8fb7-ed4800990c92} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1533 | 2024.08.15 05:34:36.441408 [ 3 ] {a844853e-77d5-4782-8fb7-ed4800990c92} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (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 | ||
1534 | 2024.08.15 05:34:36.441437 [ 3 ] {a844853e-77d5-4782-8fb7-ed4800990c92} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1535 | 2024.08.15 05:34:36.441514 [ 3 ] {a844853e-77d5-4782-8fb7-ed4800990c92} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1536 | 2024.08.15 05:34:36.441533 [ 3 ] {a844853e-77d5-4782-8fb7-ed4800990c92} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1537 | 2024.08.15 05:34:36.441570 [ 3 ] {a844853e-77d5-4782-8fb7-ed4800990c92} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))" | ||
1538 | 2024.08.15 05:34:36.441609 [ 3 ] {a844853e-77d5-4782-8fb7-ed4800990c92} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))" | ||
1539 | 2024.08.15 05:34:36.442712 [ 3 ] {a844853e-77d5-4782-8fb7-ed4800990c92} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002365 sec., 7610.993657505286 rows/sec., 311.34 KiB/sec. | ||
1540 | 2024.08.15 05:34:36.442998 [ 3 ] {a844853e-77d5-4782-8fb7-ed4800990c92} <Debug> DynamicQueryHandler: Done processing query | ||
1541 | 2024.08.15 05:34:36.443023 [ 3 ] {a844853e-77d5-4782-8fb7-ed4800990c92} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1542 | 2024.08.15 05:34:36.443039 [ 3 ] {} <Debug> HTTP-Session: ae65aa5b-ed0e-4bbc-80f9-ede422dfe1f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1543 | 2024.08.15 05:34:36.450046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3916, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1544 | 2024.08.15 05:34:36.450103 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1545 | 2024.08.15 05:34:36.450129 [ 3 ] {} <Debug> HTTP-Session: 8b9021bc-8d88-4afb-95c1-7ce786c08e33 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1546 | 2024.08.15 05:34:36.450149 [ 3 ] {} <Debug> HTTP-Session: 8b9021bc-8d88-4afb-95c1-7ce786c08e33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1547 | 2024.08.15 05:34:36.450166 [ 3 ] {} <Debug> HTTP-Session: 8b9021bc-8d88-4afb-95c1-7ce786c08e33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1548 | 2024.08.15 05:34:36.450202 [ 3 ] {} <Trace> HTTP-Session: 8b9021bc-8d88-4afb-95c1-7ce786c08e33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1549 | 2024.08.15 05:34:36.450345 [ 3 ] {0dd46e57-4ce4-4b91-a5c5-d354ab3d76ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1550 | 2024.08.15 05:34:36.450391 [ 3 ] {0dd46e57-4ce4-4b91-a5c5-d354ab3d76ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1551 | 2024.08.15 05:34:36.450558 [ 3 ] {0dd46e57-4ce4-4b91-a5c5-d354ab3d76ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1552 | 2024.08.15 05:34:36.450893 [ 3 ] {0dd46e57-4ce4-4b91-a5c5-d354ab3d76ac} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1553 | 2024.08.15 05:34:36.450932 [ 3 ] {0dd46e57-4ce4-4b91-a5c5-d354ab3d76ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1554 | 2024.08.15 05:34:36.451444 [ 3 ] {0dd46e57-4ce4-4b91-a5c5-d354ab3d76ac} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1555 | 2024.08.15 05:34:36.451763 [ 3 ] {0dd46e57-4ce4-4b91-a5c5-d354ab3d76ac} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1556 | 2024.08.15 05:34:36.451923 [ 3 ] {0dd46e57-4ce4-4b91-a5c5-d354ab3d76ac} <Debug> executeQuery: Read 12 rows, 2.06 KiB in 0.001625 sec., 7384.615384615385 rows/sec., 1.24 MiB/sec. | ||
1557 | 2024.08.15 05:34:36.452102 [ 3 ] {0dd46e57-4ce4-4b91-a5c5-d354ab3d76ac} <Debug> DynamicQueryHandler: Done processing query | ||
1558 | 2024.08.15 05:34:36.452128 [ 3 ] {0dd46e57-4ce4-4b91-a5c5-d354ab3d76ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1559 | 2024.08.15 05:34:36.452144 [ 3 ] {} <Debug> HTTP-Session: 8b9021bc-8d88-4afb-95c1-7ce786c08e33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1560 | 2024.08.15 05:34:36.452334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 28386, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1561 | 2024.08.15 05:34:36.452382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1562 | 2024.08.15 05:34:36.452401 [ 3 ] {} <Debug> HTTP-Session: 4e7e752f-7c7c-42ea-b765-c86992a2ab61 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1563 | 2024.08.15 05:34:36.452417 [ 3 ] {} <Debug> HTTP-Session: 4e7e752f-7c7c-42ea-b765-c86992a2ab61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1564 | 2024.08.15 05:34:36.452430 [ 3 ] {} <Debug> HTTP-Session: 4e7e752f-7c7c-42ea-b765-c86992a2ab61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1565 | 2024.08.15 05:34:36.452459 [ 3 ] {} <Trace> HTTP-Session: 4e7e752f-7c7c-42ea-b765-c86992a2ab61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1566 | 2024.08.15 05:34:36.452602 [ 3 ] {4a7c08bd-f375-45d9-883a-2c20b77e36a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1567 | 2024.08.15 05:34:36.452645 [ 3 ] {4a7c08bd-f375-45d9-883a-2c20b77e36a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1568 | 2024.08.15 05:34:36.452769 [ 3 ] {4a7c08bd-f375-45d9-883a-2c20b77e36a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1569 | 2024.08.15 05:34:36.453201 [ 3 ] {4a7c08bd-f375-45d9-883a-2c20b77e36a9} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1570 | 2024.08.15 05:34:36.453238 [ 3 ] {4a7c08bd-f375-45d9-883a-2c20b77e36a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1571 | 2024.08.15 05:34:36.453608 [ 3 ] {4a7c08bd-f375-45d9-883a-2c20b77e36a9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1572 | 2024.08.15 05:34:36.453923 [ 3 ] {4a7c08bd-f375-45d9-883a-2c20b77e36a9} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1573 | 2024.08.15 05:34:36.454078 [ 3 ] {4a7c08bd-f375-45d9-883a-2c20b77e36a9} <Debug> executeQuery: Read 189 rows, 16.90 KiB in 0.001541 sec., 122647.6314081765 rows/sec., 10.71 MiB/sec. | ||
1574 | 2024.08.15 05:34:36.454239 [ 3 ] {4a7c08bd-f375-45d9-883a-2c20b77e36a9} <Debug> DynamicQueryHandler: Done processing query | ||
1575 | 2024.08.15 05:34:36.454264 [ 3 ] {4a7c08bd-f375-45d9-883a-2c20b77e36a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1576 | 2024.08.15 05:34:36.454279 [ 3 ] {} <Debug> HTTP-Session: 4e7e752f-7c7c-42ea-b765-c86992a2ab61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1577 | 2024.08.15 05:34:36.454394 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1578 | 2024.08.15 05:34:36.454441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1579 | 2024.08.15 05:34:36.454459 [ 3 ] {} <Debug> HTTP-Session: 83828f1c-94fb-492f-942d-844929326c12 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1580 | 2024.08.15 05:34:36.454476 [ 3 ] {} <Debug> HTTP-Session: 83828f1c-94fb-492f-942d-844929326c12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1581 | 2024.08.15 05:34:36.454490 [ 3 ] {} <Debug> HTTP-Session: 83828f1c-94fb-492f-942d-844929326c12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1582 | 2024.08.15 05:34:36.454519 [ 3 ] {} <Trace> HTTP-Session: 83828f1c-94fb-492f-942d-844929326c12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1583 | 2024.08.15 05:34:36.454617 [ 3 ] {e8a52191-0603-4443-87b3-a9aef93d82a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
1584 | 2024.08.15 05:34:36.454659 [ 3 ] {e8a52191-0603-4443-87b3-a9aef93d82a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1585 | 2024.08.15 05:34:36.454785 [ 3 ] {e8a52191-0603-4443-87b3-a9aef93d82a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1586 | 2024.08.15 05:34:36.455148 [ 3 ] {e8a52191-0603-4443-87b3-a9aef93d82a2} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1587 | 2024.08.15 05:34:36.455183 [ 3 ] {e8a52191-0603-4443-87b3-a9aef93d82a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1588 | 2024.08.15 05:34:36.455527 [ 3 ] {e8a52191-0603-4443-87b3-a9aef93d82a2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1589 | 2024.08.15 05:34:36.455829 [ 3 ] {e8a52191-0603-4443-87b3-a9aef93d82a2} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1590 | 2024.08.15 05:34:36.455958 [ 3 ] {e8a52191-0603-4443-87b3-a9aef93d82a2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001364 sec., 10263.929618768329 rows/sec., 718.82 KiB/sec. | ||
1591 | 2024.08.15 05:34:36.456126 [ 3 ] {e8a52191-0603-4443-87b3-a9aef93d82a2} <Debug> DynamicQueryHandler: Done processing query | ||
1592 | 2024.08.15 05:34:36.456150 [ 3 ] {e8a52191-0603-4443-87b3-a9aef93d82a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1593 | 2024.08.15 05:34:36.456165 [ 3 ] {} <Debug> HTTP-Session: 83828f1c-94fb-492f-942d-844929326c12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1594 | 2024.08.15 05:34:36.456263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1595 | 2024.08.15 05:34:36.456310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1596 | 2024.08.15 05:34:36.456328 [ 3 ] {} <Debug> HTTP-Session: 20e21713-002b-4064-9341-224c0919275c Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1597 | 2024.08.15 05:34:36.456346 [ 3 ] {} <Debug> HTTP-Session: 20e21713-002b-4064-9341-224c0919275c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1598 | 2024.08.15 05:34:36.456360 [ 3 ] {} <Debug> HTTP-Session: 20e21713-002b-4064-9341-224c0919275c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1599 | 2024.08.15 05:34:36.456389 [ 3 ] {} <Trace> HTTP-Session: 20e21713-002b-4064-9341-224c0919275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1600 | 2024.08.15 05:34:36.456480 [ 3 ] {52d5550f-a838-43cb-9bbb-48a3232b7c6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
1601 | 2024.08.15 05:34:36.456522 [ 3 ] {52d5550f-a838-43cb-9bbb-48a3232b7c6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1602 | 2024.08.15 05:34:36.456643 [ 3 ] {52d5550f-a838-43cb-9bbb-48a3232b7c6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1603 | 2024.08.15 05:34:36.456942 [ 3 ] {52d5550f-a838-43cb-9bbb-48a3232b7c6d} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1604 | 2024.08.15 05:34:36.456979 [ 3 ] {52d5550f-a838-43cb-9bbb-48a3232b7c6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1605 | 2024.08.15 05:34:36.457270 [ 3 ] {52d5550f-a838-43cb-9bbb-48a3232b7c6d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1606 | 2024.08.15 05:34:36.457564 [ 3 ] {52d5550f-a838-43cb-9bbb-48a3232b7c6d} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1607 | 2024.08.15 05:34:36.457709 [ 3 ] {52d5550f-a838-43cb-9bbb-48a3232b7c6d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00125 sec., 4800 rows/sec., 283.59 KiB/sec. | ||
1608 | 2024.08.15 05:34:36.457955 [ 3 ] {52d5550f-a838-43cb-9bbb-48a3232b7c6d} <Debug> DynamicQueryHandler: Done processing query | ||
1609 | 2024.08.15 05:34:36.457981 [ 3 ] {52d5550f-a838-43cb-9bbb-48a3232b7c6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1610 | 2024.08.15 05:34:36.457996 [ 3 ] {} <Debug> HTTP-Session: 20e21713-002b-4064-9341-224c0919275c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1611 | 2024.08.15 05:34:36.458252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 61767, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1612 | 2024.08.15 05:34:36.458300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1613 | 2024.08.15 05:34:36.458318 [ 3 ] {} <Debug> HTTP-Session: c94227d0-4b02-4f67-b43a-6e1e50541558 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1614 | 2024.08.15 05:34:36.458334 [ 3 ] {} <Debug> HTTP-Session: c94227d0-4b02-4f67-b43a-6e1e50541558 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1615 | 2024.08.15 05:34:36.458347 [ 3 ] {} <Debug> HTTP-Session: c94227d0-4b02-4f67-b43a-6e1e50541558 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1616 | 2024.08.15 05:34:36.458377 [ 3 ] {} <Trace> HTTP-Session: c94227d0-4b02-4f67-b43a-6e1e50541558 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1617 | 2024.08.15 05:34:36.458579 [ 3 ] {d340eed4-c74e-4c9f-ae5d-bd2baed99fab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1618 | 2024.08.15 05:34:36.458622 [ 3 ] {d340eed4-c74e-4c9f-ae5d-bd2baed99fab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1619 | 2024.08.15 05:34:36.458760 [ 3 ] {d340eed4-c74e-4c9f-ae5d-bd2baed99fab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1620 | 2024.08.15 05:34:36.459266 [ 3 ] {d340eed4-c74e-4c9f-ae5d-bd2baed99fab} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1621 | 2024.08.15 05:34:36.459302 [ 3 ] {d340eed4-c74e-4c9f-ae5d-bd2baed99fab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1622 | 2024.08.15 05:34:36.459642 [ 3 ] {d340eed4-c74e-4c9f-ae5d-bd2baed99fab} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1623 | 2024.08.15 05:34:36.459939 [ 3 ] {d340eed4-c74e-4c9f-ae5d-bd2baed99fab} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1624 | 2024.08.15 05:34:36.460095 [ 3 ] {d340eed4-c74e-4c9f-ae5d-bd2baed99fab} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001633 sec., 233925.29087568892 rows/sec., 16.55 MiB/sec. | ||
1625 | 2024.08.15 05:34:36.460259 [ 3 ] {d340eed4-c74e-4c9f-ae5d-bd2baed99fab} <Debug> DynamicQueryHandler: Done processing query | ||
1626 | 2024.08.15 05:34:36.460284 [ 3 ] {d340eed4-c74e-4c9f-ae5d-bd2baed99fab} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
1627 | 2024.08.15 05:34:36.460299 [ 3 ] {} <Debug> HTTP-Session: c94227d0-4b02-4f67-b43a-6e1e50541558 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1628 | 2024.08.15 05:34:36.460405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1629 | 2024.08.15 05:34:36.460452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1630 | 2024.08.15 05:34:36.460472 [ 3 ] {} <Debug> HTTP-Session: a09afe72-adf0-44be-ba2a-e4f7169a4100 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1631 | 2024.08.15 05:34:36.460488 [ 3 ] {} <Debug> HTTP-Session: a09afe72-adf0-44be-ba2a-e4f7169a4100 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1632 | 2024.08.15 05:34:36.460501 [ 3 ] {} <Debug> HTTP-Session: a09afe72-adf0-44be-ba2a-e4f7169a4100 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1633 | 2024.08.15 05:34:36.460531 [ 3 ] {} <Trace> HTTP-Session: a09afe72-adf0-44be-ba2a-e4f7169a4100 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1634 | 2024.08.15 05:34:36.460624 [ 3 ] {0c96da99-bf23-4018-9f5b-7a8fe31bde42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
1635 | 2024.08.15 05:34:36.460666 [ 3 ] {0c96da99-bf23-4018-9f5b-7a8fe31bde42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1636 | 2024.08.15 05:34:36.460794 [ 3 ] {0c96da99-bf23-4018-9f5b-7a8fe31bde42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1637 | 2024.08.15 05:34:36.461051 [ 3 ] {0c96da99-bf23-4018-9f5b-7a8fe31bde42} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1638 | 2024.08.15 05:34:36.461088 [ 3 ] {0c96da99-bf23-4018-9f5b-7a8fe31bde42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1639 | 2024.08.15 05:34:36.461437 [ 3 ] {0c96da99-bf23-4018-9f5b-7a8fe31bde42} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1640 | 2024.08.15 05:34:36.461757 [ 3 ] {0c96da99-bf23-4018-9f5b-7a8fe31bde42} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1641 | 2024.08.15 05:34:36.461910 [ 3 ] {0c96da99-bf23-4018-9f5b-7a8fe31bde42} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001311 sec., 4576.659038901602 rows/sec., 239.11 KiB/sec. | ||
1642 | 2024.08.15 05:34:36.462157 [ 3 ] {0c96da99-bf23-4018-9f5b-7a8fe31bde42} <Debug> DynamicQueryHandler: Done processing query | ||
1643 | 2024.08.15 05:34:36.462182 [ 3 ] {0c96da99-bf23-4018-9f5b-7a8fe31bde42} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1644 | 2024.08.15 05:34:36.462197 [ 3 ] {} <Debug> HTTP-Session: a09afe72-adf0-44be-ba2a-e4f7169a4100 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1645 | 2024.08.15 05:34:36.462442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 44563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1646 | 2024.08.15 05:34:36.462490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1647 | 2024.08.15 05:34:36.462508 [ 3 ] {} <Debug> HTTP-Session: bba50d74-c9e2-4453-9cb9-abbad86d8cdc Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1648 | 2024.08.15 05:34:36.462524 [ 3 ] {} <Debug> HTTP-Session: bba50d74-c9e2-4453-9cb9-abbad86d8cdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1649 | 2024.08.15 05:34:36.462538 [ 3 ] {} <Debug> HTTP-Session: bba50d74-c9e2-4453-9cb9-abbad86d8cdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1650 | 2024.08.15 05:34:36.462567 [ 3 ] {} <Trace> HTTP-Session: bba50d74-c9e2-4453-9cb9-abbad86d8cdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1651 | 2024.08.15 05:34:36.462773 [ 3 ] {a4762503-d9d3-4fe5-bb4b-3e6f26698151} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1652 | 2024.08.15 05:34:36.462818 [ 3 ] {a4762503-d9d3-4fe5-bb4b-3e6f26698151} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1653 | 2024.08.15 05:34:36.462977 [ 3 ] {a4762503-d9d3-4fe5-bb4b-3e6f26698151} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1654 | 2024.08.15 05:34:36.463417 [ 3 ] {a4762503-d9d3-4fe5-bb4b-3e6f26698151} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1655 | 2024.08.15 05:34:36.463453 [ 3 ] {a4762503-d9d3-4fe5-bb4b-3e6f26698151} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1656 | 2024.08.15 05:34:36.463819 [ 3 ] {a4762503-d9d3-4fe5-bb4b-3e6f26698151} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1657 | 2024.08.15 05:34:36.464143 [ 3 ] {a4762503-d9d3-4fe5-bb4b-3e6f26698151} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1658 | 2024.08.15 05:34:36.464289 [ 3 ] {a4762503-d9d3-4fe5-bb4b-3e6f26698151} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001633 sec., 145131.65952235152 rows/sec., 9.73 MiB/sec. | ||
1659 | 2024.08.15 05:34:36.464458 [ 3 ] {a4762503-d9d3-4fe5-bb4b-3e6f26698151} <Debug> DynamicQueryHandler: Done processing query | ||
1660 | 2024.08.15 05:34:36.464483 [ 3 ] {a4762503-d9d3-4fe5-bb4b-3e6f26698151} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
1661 | 2024.08.15 05:34:36.464498 [ 3 ] {} <Debug> HTTP-Session: bba50d74-c9e2-4453-9cb9-abbad86d8cdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1662 | 2024.08.15 05:34:36.464604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1663 | 2024.08.15 05:34:36.464652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1664 | 2024.08.15 05:34:36.464671 [ 3 ] {} <Debug> HTTP-Session: fc54e4f4-ce97-4c90-b31c-59816e722020 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1665 | 2024.08.15 05:34:36.464687 [ 3 ] {} <Debug> HTTP-Session: fc54e4f4-ce97-4c90-b31c-59816e722020 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1666 | 2024.08.15 05:34:36.464701 [ 3 ] {} <Debug> HTTP-Session: fc54e4f4-ce97-4c90-b31c-59816e722020 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1667 | 2024.08.15 05:34:36.464730 [ 3 ] {} <Trace> HTTP-Session: fc54e4f4-ce97-4c90-b31c-59816e722020 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1668 | 2024.08.15 05:34:36.464819 [ 3 ] {62392f58-0384-4a85-a184-931533bdd2f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
1669 | 2024.08.15 05:34:36.464882 [ 3 ] {62392f58-0384-4a85-a184-931533bdd2f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1670 | 2024.08.15 05:34:36.465023 [ 3 ] {62392f58-0384-4a85-a184-931533bdd2f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1671 | 2024.08.15 05:34:36.465348 [ 3 ] {62392f58-0384-4a85-a184-931533bdd2f4} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1672 | 2024.08.15 05:34:36.465384 [ 3 ] {62392f58-0384-4a85-a184-931533bdd2f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1673 | 2024.08.15 05:34:36.466278 [ 3 ] {62392f58-0384-4a85-a184-931533bdd2f4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1674 | 2024.08.15 05:34:36.466595 [ 3 ] {62392f58-0384-4a85-a184-931533bdd2f4} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1675 | 2024.08.15 05:34:36.466750 [ 3 ] {62392f58-0384-4a85-a184-931533bdd2f4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001944 sec., 514.40329218107 rows/sec., 34.66 KiB/sec. | ||
1676 | 2024.08.15 05:34:36.467023 [ 3 ] {62392f58-0384-4a85-a184-931533bdd2f4} <Debug> DynamicQueryHandler: Done processing query | ||
1677 | 2024.08.15 05:34:36.467047 [ 3 ] {62392f58-0384-4a85-a184-931533bdd2f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
1678 | 2024.08.15 05:34:36.467063 [ 3 ] {} <Debug> HTTP-Session: fc54e4f4-ce97-4c90-b31c-59816e722020 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1679 | 2024.08.15 05:34:36.467206 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1680 | 2024.08.15 05:34:36.467253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1681 | 2024.08.15 05:34:36.467272 [ 3 ] {} <Debug> HTTP-Session: 6c520c10-8517-4851-9967-c307236ddab5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1682 | 2024.08.15 05:34:36.467288 [ 3 ] {} <Debug> HTTP-Session: 6c520c10-8517-4851-9967-c307236ddab5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1683 | 2024.08.15 05:34:36.467302 [ 3 ] {} <Debug> HTTP-Session: 6c520c10-8517-4851-9967-c307236ddab5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1684 | 2024.08.15 05:34:36.467332 [ 3 ] {} <Trace> HTTP-Session: 6c520c10-8517-4851-9967-c307236ddab5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1685 | 2024.08.15 05:34:36.467478 [ 3 ] {c932bb3a-aa71-463f-8813-ea7d73b2b724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1686 | 2024.08.15 05:34:36.467522 [ 3 ] {c932bb3a-aa71-463f-8813-ea7d73b2b724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1687 | 2024.08.15 05:34:36.467665 [ 3 ] {c932bb3a-aa71-463f-8813-ea7d73b2b724} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1688 | 2024.08.15 05:34:36.467970 [ 3 ] {c932bb3a-aa71-463f-8813-ea7d73b2b724} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1689 | 2024.08.15 05:34:36.468005 [ 3 ] {c932bb3a-aa71-463f-8813-ea7d73b2b724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1690 | 2024.08.15 05:34:36.468359 [ 3 ] {c932bb3a-aa71-463f-8813-ea7d73b2b724} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1691 | 2024.08.15 05:34:36.468671 [ 3 ] {c932bb3a-aa71-463f-8813-ea7d73b2b724} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1692 | 2024.08.15 05:34:36.468821 [ 3 ] {c932bb3a-aa71-463f-8813-ea7d73b2b724} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001414 sec., 57991.513437058 rows/sec., 3.68 MiB/sec. | ||
1693 | 2024.08.15 05:34:36.468983 [ 3 ] {c932bb3a-aa71-463f-8813-ea7d73b2b724} <Debug> DynamicQueryHandler: Done processing query | ||
1694 | 2024.08.15 05:34:36.469008 [ 3 ] {c932bb3a-aa71-463f-8813-ea7d73b2b724} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1695 | 2024.08.15 05:34:36.469023 [ 3 ] {} <Debug> HTTP-Session: 6c520c10-8517-4851-9967-c307236ddab5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1696 | 2024.08.15 05:34:41.405009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 7829, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1697 | 2024.08.15 05:34:41.405148 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1698 | 2024.08.15 05:34:41.405179 [ 3 ] {} <Debug> HTTP-Session: 5e728032-cded-4130-a293-f4847b72fa38 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1699 | 2024.08.15 05:34:41.405207 [ 3 ] {} <Debug> HTTP-Session: 5e728032-cded-4130-a293-f4847b72fa38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1700 | 2024.08.15 05:34:41.405226 [ 3 ] {} <Debug> HTTP-Session: 5e728032-cded-4130-a293-f4847b72fa38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1701 | 2024.08.15 05:34:41.405280 [ 3 ] {} <Trace> HTTP-Session: 5e728032-cded-4130-a293-f4847b72fa38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1702 | 2024.08.15 05:34:41.405489 [ 3 ] {6e68f044-2a48-4d13-b76f-873252dd806f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1703 | 2024.08.15 05:34:41.405559 [ 3 ] {6e68f044-2a48-4d13-b76f-873252dd806f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1704 | 2024.08.15 05:34:41.405741 [ 3 ] {6e68f044-2a48-4d13-b76f-873252dd806f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1705 | 2024.08.15 05:34:41.406234 [ 3 ] {6e68f044-2a48-4d13-b76f-873252dd806f} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1706 | 2024.08.15 05:34:41.406277 [ 3 ] {6e68f044-2a48-4d13-b76f-873252dd806f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1707 | 2024.08.15 05:34:41.406639 [ 3 ] {6e68f044-2a48-4d13-b76f-873252dd806f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1708 | 2024.08.15 05:34:41.406969 [ 3 ] {6e68f044-2a48-4d13-b76f-873252dd806f} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1709 | 2024.08.15 05:34:41.407114 [ 3 ] {6e68f044-2a48-4d13-b76f-873252dd806f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001696 sec., 33018.8679245283 rows/sec., 2.54 MiB/sec. | ||
1710 | 2024.08.15 05:34:41.407404 [ 3 ] {6e68f044-2a48-4d13-b76f-873252dd806f} <Debug> DynamicQueryHandler: Done processing query | ||
1711 | 2024.08.15 05:34:41.407432 [ 3 ] {6e68f044-2a48-4d13-b76f-873252dd806f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1712 | 2024.08.15 05:34:41.407449 [ 3 ] {} <Debug> HTTP-Session: 5e728032-cded-4130-a293-f4847b72fa38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1713 | 2024.08.15 05:34:41.407590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1714 | 2024.08.15 05:34:41.407646 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1715 | 2024.08.15 05:34:41.407665 [ 3 ] {} <Debug> HTTP-Session: e01ca60c-78b5-4617-ab68-faa55fb2b540 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1716 | 2024.08.15 05:34:41.407684 [ 3 ] {} <Debug> HTTP-Session: e01ca60c-78b5-4617-ab68-faa55fb2b540 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1717 | 2024.08.15 05:34:41.407698 [ 3 ] {} <Debug> HTTP-Session: e01ca60c-78b5-4617-ab68-faa55fb2b540 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1718 | 2024.08.15 05:34:41.407733 [ 3 ] {} <Trace> HTTP-Session: e01ca60c-78b5-4617-ab68-faa55fb2b540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1719 | 2024.08.15 05:34:41.407863 [ 3 ] {87adbf53-493f-401c-bc59-f535fda314fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1720 | 2024.08.15 05:34:41.407909 [ 3 ] {87adbf53-493f-401c-bc59-f535fda314fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1721 | 2024.08.15 05:34:41.408059 [ 3 ] {87adbf53-493f-401c-bc59-f535fda314fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1722 | 2024.08.15 05:34:41.408493 [ 3 ] {87adbf53-493f-401c-bc59-f535fda314fa} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1723 | 2024.08.15 05:34:41.408532 [ 3 ] {87adbf53-493f-401c-bc59-f535fda314fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1724 | 2024.08.15 05:34:41.408845 [ 3 ] {87adbf53-493f-401c-bc59-f535fda314fa} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1725 | 2024.08.15 05:34:41.409156 [ 3 ] {87adbf53-493f-401c-bc59-f535fda314fa} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1726 | 2024.08.15 05:34:41.409312 [ 3 ] {87adbf53-493f-401c-bc59-f535fda314fa} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001495 sec., 42809.36454849498 rows/sec., 3.34 MiB/sec. | ||
1727 | 2024.08.15 05:34:41.409602 [ 3 ] {87adbf53-493f-401c-bc59-f535fda314fa} <Debug> DynamicQueryHandler: Done processing query | ||
1728 | 2024.08.15 05:34:41.409626 [ 3 ] {87adbf53-493f-401c-bc59-f535fda314fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1729 | 2024.08.15 05:34:41.409642 [ 3 ] {} <Debug> HTTP-Session: e01ca60c-78b5-4617-ab68-faa55fb2b540 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1730 | 2024.08.15 05:34:41.409861 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1731 | 2024.08.15 05:34:41.409911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1732 | 2024.08.15 05:34:41.409930 [ 3 ] {} <Debug> HTTP-Session: 47b56f3b-34ce-45be-97bc-44f25b43fc0b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1733 | 2024.08.15 05:34:41.409947 [ 3 ] {} <Debug> HTTP-Session: 47b56f3b-34ce-45be-97bc-44f25b43fc0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1734 | 2024.08.15 05:34:41.409960 [ 3 ] {} <Debug> HTTP-Session: 47b56f3b-34ce-45be-97bc-44f25b43fc0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1735 | 2024.08.15 05:34:41.409991 [ 3 ] {} <Trace> HTTP-Session: 47b56f3b-34ce-45be-97bc-44f25b43fc0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1736 | 2024.08.15 05:34:41.410143 [ 3 ] {31ec5781-ec26-4ff1-acf9-cd102d602f46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1737 | 2024.08.15 05:34:41.410190 [ 3 ] {31ec5781-ec26-4ff1-acf9-cd102d602f46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1738 | 2024.08.15 05:34:41.410355 [ 3 ] {31ec5781-ec26-4ff1-acf9-cd102d602f46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1739 | 2024.08.15 05:34:41.410773 [ 3 ] {31ec5781-ec26-4ff1-acf9-cd102d602f46} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1740 | 2024.08.15 05:34:41.410810 [ 3 ] {31ec5781-ec26-4ff1-acf9-cd102d602f46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1741 | 2024.08.15 05:34:41.411194 [ 3 ] {31ec5781-ec26-4ff1-acf9-cd102d602f46} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1742 | 2024.08.15 05:34:41.411519 [ 3 ] {31ec5781-ec26-4ff1-acf9-cd102d602f46} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1743 | 2024.08.15 05:34:41.411685 [ 3 ] {31ec5781-ec26-4ff1-acf9-cd102d602f46} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001602 sec., 99875.15605493134 rows/sec., 6.96 MiB/sec. | ||
1744 | 2024.08.15 05:34:41.411861 [ 3 ] {31ec5781-ec26-4ff1-acf9-cd102d602f46} <Debug> DynamicQueryHandler: Done processing query | ||
1745 | 2024.08.15 05:34:41.411885 [ 3 ] {31ec5781-ec26-4ff1-acf9-cd102d602f46} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1746 | 2024.08.15 05:34:41.411900 [ 3 ] {} <Debug> HTTP-Session: 47b56f3b-34ce-45be-97bc-44f25b43fc0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1747 | 2024.08.15 05:34:41.412037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1748 | 2024.08.15 05:34:41.412086 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1749 | 2024.08.15 05:34:41.412104 [ 3 ] {} <Debug> HTTP-Session: 862be50c-19a6-464a-a018-64b3a79523ae Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1750 | 2024.08.15 05:34:41.412122 [ 3 ] {} <Debug> HTTP-Session: 862be50c-19a6-464a-a018-64b3a79523ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1751 | 2024.08.15 05:34:41.412140 [ 3 ] {} <Debug> HTTP-Session: 862be50c-19a6-464a-a018-64b3a79523ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1752 | 2024.08.15 05:34:41.412170 [ 3 ] {} <Trace> HTTP-Session: 862be50c-19a6-464a-a018-64b3a79523ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1753 | 2024.08.15 05:34:41.412291 [ 3 ] {f59bd225-b7d4-4e44-a54e-373295693ee6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1754 | 2024.08.15 05:34:41.412335 [ 3 ] {f59bd225-b7d4-4e44-a54e-373295693ee6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1755 | 2024.08.15 05:34:41.412461 [ 3 ] {f59bd225-b7d4-4e44-a54e-373295693ee6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1756 | 2024.08.15 05:34:41.412766 [ 3 ] {f59bd225-b7d4-4e44-a54e-373295693ee6} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1757 | 2024.08.15 05:34:41.412802 [ 3 ] {f59bd225-b7d4-4e44-a54e-373295693ee6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1758 | 2024.08.15 05:34:41.413157 [ 3 ] {f59bd225-b7d4-4e44-a54e-373295693ee6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1759 | 2024.08.15 05:34:41.413472 [ 3 ] {f59bd225-b7d4-4e44-a54e-373295693ee6} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1760 | 2024.08.15 05:34:41.413630 [ 3 ] {f59bd225-b7d4-4e44-a54e-373295693ee6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001379 sec., 43509.789702683105 rows/sec., 2.93 MiB/sec. | ||
1761 | 2024.08.15 05:34:41.413797 [ 3 ] {f59bd225-b7d4-4e44-a54e-373295693ee6} <Debug> DynamicQueryHandler: Done processing query | ||
1762 | 2024.08.15 05:34:41.413821 [ 3 ] {f59bd225-b7d4-4e44-a54e-373295693ee6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1763 | 2024.08.15 05:34:41.413837 [ 3 ] {} <Debug> HTTP-Session: 862be50c-19a6-464a-a018-64b3a79523ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1764 | 2024.08.15 05:34:46.409533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 28386, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1765 | 2024.08.15 05:34:46.409667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1766 | 2024.08.15 05:34:46.409695 [ 3 ] {} <Debug> HTTP-Session: c8da5936-f2ba-4ae5-8f3c-6f6cc0f720b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1767 | 2024.08.15 05:34:46.409724 [ 3 ] {} <Debug> HTTP-Session: c8da5936-f2ba-4ae5-8f3c-6f6cc0f720b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1768 | 2024.08.15 05:34:46.409742 [ 3 ] {} <Debug> HTTP-Session: c8da5936-f2ba-4ae5-8f3c-6f6cc0f720b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1769 | 2024.08.15 05:34:46.409799 [ 3 ] {} <Trace> HTTP-Session: c8da5936-f2ba-4ae5-8f3c-6f6cc0f720b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1770 | 2024.08.15 05:34:46.410057 [ 3 ] {4b3a1a41-fa69-4ef5-8041-695afa51a675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1771 | 2024.08.15 05:34:46.410131 [ 3 ] {4b3a1a41-fa69-4ef5-8041-695afa51a675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1772 | 2024.08.15 05:34:46.410345 [ 3 ] {4b3a1a41-fa69-4ef5-8041-695afa51a675} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1773 | 2024.08.15 05:34:46.410935 [ 3 ] {4b3a1a41-fa69-4ef5-8041-695afa51a675} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1774 | 2024.08.15 05:34:46.410977 [ 3 ] {4b3a1a41-fa69-4ef5-8041-695afa51a675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1775 | 2024.08.15 05:34:46.411400 [ 3 ] {4b3a1a41-fa69-4ef5-8041-695afa51a675} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1776 | 2024.08.15 05:34:46.411772 [ 3 ] {4b3a1a41-fa69-4ef5-8041-695afa51a675} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1777 | 2024.08.15 05:34:46.411915 [ 3 ] {4b3a1a41-fa69-4ef5-8041-695afa51a675} <Debug> executeQuery: Read 189 rows, 16.90 KiB in 0.001971 sec., 95890.4109589041 rows/sec., 8.37 MiB/sec. | ||
1778 | 2024.08.15 05:34:46.412220 [ 3 ] {4b3a1a41-fa69-4ef5-8041-695afa51a675} <Debug> DynamicQueryHandler: Done processing query | ||
1779 | 2024.08.15 05:34:46.412247 [ 3 ] {4b3a1a41-fa69-4ef5-8041-695afa51a675} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1780 | 2024.08.15 05:34:46.412264 [ 3 ] {} <Debug> HTTP-Session: c8da5936-f2ba-4ae5-8f3c-6f6cc0f720b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1781 | 2024.08.15 05:34:46.412399 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1782 | 2024.08.15 05:34:46.412456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1783 | 2024.08.15 05:34:46.412476 [ 3 ] {} <Debug> HTTP-Session: fe72d81d-a0ac-4c1d-9a78-b9a5133be054 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1784 | 2024.08.15 05:34:46.412494 [ 3 ] {} <Debug> HTTP-Session: fe72d81d-a0ac-4c1d-9a78-b9a5133be054 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1785 | 2024.08.15 05:34:46.412509 [ 3 ] {} <Debug> HTTP-Session: fe72d81d-a0ac-4c1d-9a78-b9a5133be054 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1786 | 2024.08.15 05:34:46.412545 [ 3 ] {} <Trace> HTTP-Session: fe72d81d-a0ac-4c1d-9a78-b9a5133be054 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1787 | 2024.08.15 05:34:46.412654 [ 3 ] {47ccad6d-f149-48c1-b259-1f822109bf40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
1788 | 2024.08.15 05:34:46.412701 [ 3 ] {47ccad6d-f149-48c1-b259-1f822109bf40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1789 | 2024.08.15 05:34:46.412846 [ 3 ] {47ccad6d-f149-48c1-b259-1f822109bf40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1790 | 2024.08.15 05:34:46.413156 [ 3 ] {47ccad6d-f149-48c1-b259-1f822109bf40} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1791 | 2024.08.15 05:34:46.413193 [ 3 ] {47ccad6d-f149-48c1-b259-1f822109bf40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1792 | 2024.08.15 05:34:46.413510 [ 3 ] {47ccad6d-f149-48c1-b259-1f822109bf40} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1793 | 2024.08.15 05:34:46.413814 [ 3 ] {47ccad6d-f149-48c1-b259-1f822109bf40} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1794 | 2024.08.15 05:34:46.413941 [ 3 ] {47ccad6d-f149-48c1-b259-1f822109bf40} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001315 sec., 10646.38783269962 rows/sec., 745.60 KiB/sec. | ||
1795 | 2024.08.15 05:34:46.414198 [ 3 ] {47ccad6d-f149-48c1-b259-1f822109bf40} <Debug> DynamicQueryHandler: Done processing query | ||
1796 | 2024.08.15 05:34:46.414223 [ 3 ] {47ccad6d-f149-48c1-b259-1f822109bf40} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1797 | 2024.08.15 05:34:46.414239 [ 3 ] {} <Debug> HTTP-Session: fe72d81d-a0ac-4c1d-9a78-b9a5133be054 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1798 | 2024.08.15 05:34:46.414356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1799 | 2024.08.15 05:34:46.414407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1800 | 2024.08.15 05:34:46.414427 [ 3 ] {} <Debug> HTTP-Session: 3c40ab63-9d14-4f85-9f55-514a34138278 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1801 | 2024.08.15 05:34:46.414443 [ 3 ] {} <Debug> HTTP-Session: 3c40ab63-9d14-4f85-9f55-514a34138278 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1802 | 2024.08.15 05:34:46.414457 [ 3 ] {} <Debug> HTTP-Session: 3c40ab63-9d14-4f85-9f55-514a34138278 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1803 | 2024.08.15 05:34:46.414488 [ 3 ] {} <Trace> HTTP-Session: 3c40ab63-9d14-4f85-9f55-514a34138278 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1804 | 2024.08.15 05:34:46.414587 [ 3 ] {3b18b92c-90c5-43b9-b3f4-655d40f4b881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
1805 | 2024.08.15 05:34:46.414631 [ 3 ] {3b18b92c-90c5-43b9-b3f4-655d40f4b881} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1806 | 2024.08.15 05:34:46.414773 [ 3 ] {3b18b92c-90c5-43b9-b3f4-655d40f4b881} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1807 | 2024.08.15 05:34:46.415057 [ 3 ] {3b18b92c-90c5-43b9-b3f4-655d40f4b881} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1808 | 2024.08.15 05:34:46.415093 [ 3 ] {3b18b92c-90c5-43b9-b3f4-655d40f4b881} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1809 | 2024.08.15 05:34:46.415397 [ 3 ] {3b18b92c-90c5-43b9-b3f4-655d40f4b881} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1810 | 2024.08.15 05:34:46.415705 [ 3 ] {3b18b92c-90c5-43b9-b3f4-655d40f4b881} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1811 | 2024.08.15 05:34:46.415831 [ 3 ] {3b18b92c-90c5-43b9-b3f4-655d40f4b881} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001267 sec., 4735.59589581689 rows/sec., 279.79 KiB/sec. | ||
1812 | 2024.08.15 05:34:46.416088 [ 3 ] {3b18b92c-90c5-43b9-b3f4-655d40f4b881} <Debug> DynamicQueryHandler: Done processing query | ||
1813 | 2024.08.15 05:34:46.416113 [ 3 ] {3b18b92c-90c5-43b9-b3f4-655d40f4b881} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1814 | 2024.08.15 05:34:46.416129 [ 3 ] {} <Debug> HTTP-Session: 3c40ab63-9d14-4f85-9f55-514a34138278 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1815 | 2024.08.15 05:34:46.416371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 61767, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1816 | 2024.08.15 05:34:46.416420 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1817 | 2024.08.15 05:34:46.416439 [ 3 ] {} <Debug> HTTP-Session: be099c7b-2431-445c-91c6-758d0a20bb17 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1818 | 2024.08.15 05:34:46.416457 [ 3 ] {} <Debug> HTTP-Session: be099c7b-2431-445c-91c6-758d0a20bb17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1819 | 2024.08.15 05:34:46.416471 [ 3 ] {} <Debug> HTTP-Session: be099c7b-2431-445c-91c6-758d0a20bb17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1820 | 2024.08.15 05:34:46.416502 [ 3 ] {} <Trace> HTTP-Session: be099c7b-2431-445c-91c6-758d0a20bb17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1821 | 2024.08.15 05:34:46.416702 [ 3 ] {05b205c8-5fc1-4119-992b-3a8610c36f71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1822 | 2024.08.15 05:34:46.416746 [ 3 ] {05b205c8-5fc1-4119-992b-3a8610c36f71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1823 | 2024.08.15 05:34:46.416893 [ 3 ] {05b205c8-5fc1-4119-992b-3a8610c36f71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1824 | 2024.08.15 05:34:46.417395 [ 3 ] {05b205c8-5fc1-4119-992b-3a8610c36f71} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1825 | 2024.08.15 05:34:46.417431 [ 3 ] {05b205c8-5fc1-4119-992b-3a8610c36f71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1826 | 2024.08.15 05:34:46.417751 [ 3 ] {05b205c8-5fc1-4119-992b-3a8610c36f71} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1827 | 2024.08.15 05:34:46.418062 [ 3 ] {05b205c8-5fc1-4119-992b-3a8610c36f71} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1828 | 2024.08.15 05:34:46.418192 [ 3 ] {05b205c8-5fc1-4119-992b-3a8610c36f71} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001595 sec., 239498.43260188086 rows/sec., 16.95 MiB/sec. | ||
1829 | 2024.08.15 05:34:46.418446 [ 3 ] {05b205c8-5fc1-4119-992b-3a8610c36f71} <Debug> DynamicQueryHandler: Done processing query | ||
1830 | 2024.08.15 05:34:46.418471 [ 3 ] {05b205c8-5fc1-4119-992b-3a8610c36f71} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
1831 | 2024.08.15 05:34:46.418487 [ 3 ] {} <Debug> HTTP-Session: be099c7b-2431-445c-91c6-758d0a20bb17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1832 | 2024.08.15 05:34:46.418606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1833 | 2024.08.15 05:34:46.418655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1834 | 2024.08.15 05:34:46.418674 [ 3 ] {} <Debug> HTTP-Session: c8106d43-1be7-409b-ab80-30540634da5f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1835 | 2024.08.15 05:34:46.418691 [ 3 ] {} <Debug> HTTP-Session: c8106d43-1be7-409b-ab80-30540634da5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1836 | 2024.08.15 05:34:46.418705 [ 3 ] {} <Debug> HTTP-Session: c8106d43-1be7-409b-ab80-30540634da5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1837 | 2024.08.15 05:34:46.418735 [ 3 ] {} <Trace> HTTP-Session: c8106d43-1be7-409b-ab80-30540634da5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1838 | 2024.08.15 05:34:46.418830 [ 3 ] {e1de05ba-8889-4e6e-bb32-f324fb88732a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
1839 | 2024.08.15 05:34:46.418875 [ 3 ] {e1de05ba-8889-4e6e-bb32-f324fb88732a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1840 | 2024.08.15 05:34:46.419018 [ 3 ] {e1de05ba-8889-4e6e-bb32-f324fb88732a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1841 | 2024.08.15 05:34:46.419275 [ 3 ] {e1de05ba-8889-4e6e-bb32-f324fb88732a} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1842 | 2024.08.15 05:34:46.419311 [ 3 ] {e1de05ba-8889-4e6e-bb32-f324fb88732a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1843 | 2024.08.15 05:34:46.419662 [ 3 ] {e1de05ba-8889-4e6e-bb32-f324fb88732a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1844 | 2024.08.15 05:34:46.419983 [ 3 ] {e1de05ba-8889-4e6e-bb32-f324fb88732a} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1845 | 2024.08.15 05:34:46.420109 [ 3 ] {e1de05ba-8889-4e6e-bb32-f324fb88732a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001305 sec., 4597.701149425287 rows/sec., 240.21 KiB/sec. | ||
1846 | 2024.08.15 05:34:46.420269 [ 3 ] {e1de05ba-8889-4e6e-bb32-f324fb88732a} <Debug> DynamicQueryHandler: Done processing query | ||
1847 | 2024.08.15 05:34:46.420294 [ 3 ] {e1de05ba-8889-4e6e-bb32-f324fb88732a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1848 | 2024.08.15 05:34:46.420310 [ 3 ] {} <Debug> HTTP-Session: c8106d43-1be7-409b-ab80-30540634da5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1849 | 2024.08.15 05:34:46.420526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 44563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1850 | 2024.08.15 05:34:46.420573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1851 | 2024.08.15 05:34:46.420592 [ 3 ] {} <Debug> HTTP-Session: 873037f2-a2e7-44d3-b1b1-37c6226ef4db Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1852 | 2024.08.15 05:34:46.420609 [ 3 ] {} <Debug> HTTP-Session: 873037f2-a2e7-44d3-b1b1-37c6226ef4db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1853 | 2024.08.15 05:34:46.420623 [ 3 ] {} <Debug> HTTP-Session: 873037f2-a2e7-44d3-b1b1-37c6226ef4db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1854 | 2024.08.15 05:34:46.420653 [ 3 ] {} <Trace> HTTP-Session: 873037f2-a2e7-44d3-b1b1-37c6226ef4db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1855 | 2024.08.15 05:34:46.420853 [ 3 ] {a9e72b1f-82f0-49fc-9a76-21a74e8a347f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1856 | 2024.08.15 05:34:46.420900 [ 3 ] {a9e72b1f-82f0-49fc-9a76-21a74e8a347f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1857 | 2024.08.15 05:34:46.421037 [ 3 ] {a9e72b1f-82f0-49fc-9a76-21a74e8a347f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1858 | 2024.08.15 05:34:46.421448 [ 3 ] {a9e72b1f-82f0-49fc-9a76-21a74e8a347f} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1859 | 2024.08.15 05:34:46.421483 [ 3 ] {a9e72b1f-82f0-49fc-9a76-21a74e8a347f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1860 | 2024.08.15 05:34:46.421852 [ 3 ] {a9e72b1f-82f0-49fc-9a76-21a74e8a347f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1861 | 2024.08.15 05:34:46.422182 [ 3 ] {a9e72b1f-82f0-49fc-9a76-21a74e8a347f} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1862 | 2024.08.15 05:34:46.422310 [ 3 ] {a9e72b1f-82f0-49fc-9a76-21a74e8a347f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001574 sec., 150571.79161372298 rows/sec., 10.09 MiB/sec. | ||
1863 | 2024.08.15 05:34:46.422472 [ 3 ] {a9e72b1f-82f0-49fc-9a76-21a74e8a347f} <Debug> DynamicQueryHandler: Done processing query | ||
1864 | 2024.08.15 05:34:46.422496 [ 3 ] {a9e72b1f-82f0-49fc-9a76-21a74e8a347f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
1865 | 2024.08.15 05:34:46.422512 [ 3 ] {} <Debug> HTTP-Session: 873037f2-a2e7-44d3-b1b1-37c6226ef4db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1866 | 2024.08.15 05:34:46.422620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1867 | 2024.08.15 05:34:46.422667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1868 | 2024.08.15 05:34:46.422686 [ 3 ] {} <Debug> HTTP-Session: 59559ec4-1fe1-4107-afaf-2f33745de87a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1869 | 2024.08.15 05:34:46.422703 [ 3 ] {} <Debug> HTTP-Session: 59559ec4-1fe1-4107-afaf-2f33745de87a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1870 | 2024.08.15 05:34:46.422717 [ 3 ] {} <Debug> HTTP-Session: 59559ec4-1fe1-4107-afaf-2f33745de87a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1871 | 2024.08.15 05:34:46.422748 [ 3 ] {} <Trace> HTTP-Session: 59559ec4-1fe1-4107-afaf-2f33745de87a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1872 | 2024.08.15 05:34:46.422838 [ 3 ] {7ab4a35e-ebd3-4284-b608-31975df9bb0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
1873 | 2024.08.15 05:34:46.422882 [ 3 ] {7ab4a35e-ebd3-4284-b608-31975df9bb0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1874 | 2024.08.15 05:34:46.423007 [ 3 ] {7ab4a35e-ebd3-4284-b608-31975df9bb0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1875 | 2024.08.15 05:34:46.423252 [ 3 ] {7ab4a35e-ebd3-4284-b608-31975df9bb0c} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1876 | 2024.08.15 05:34:46.423288 [ 3 ] {7ab4a35e-ebd3-4284-b608-31975df9bb0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1877 | 2024.08.15 05:34:46.423631 [ 3 ] {7ab4a35e-ebd3-4284-b608-31975df9bb0c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1878 | 2024.08.15 05:34:46.423949 [ 3 ] {7ab4a35e-ebd3-4284-b608-31975df9bb0c} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1879 | 2024.08.15 05:34:46.424072 [ 3 ] {7ab4a35e-ebd3-4284-b608-31975df9bb0c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001257 sec., 795.5449482895783 rows/sec., 53.61 KiB/sec. | ||
1880 | 2024.08.15 05:34:46.424331 [ 3 ] {7ab4a35e-ebd3-4284-b608-31975df9bb0c} <Debug> DynamicQueryHandler: Done processing query | ||
1881 | 2024.08.15 05:34:46.424355 [ 3 ] {7ab4a35e-ebd3-4284-b608-31975df9bb0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
1882 | 2024.08.15 05:34:46.424372 [ 3 ] {} <Debug> HTTP-Session: 59559ec4-1fe1-4107-afaf-2f33745de87a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1883 | 2024.08.15 05:34:46.424488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1884 | 2024.08.15 05:34:46.424535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1885 | 2024.08.15 05:34:46.424555 [ 3 ] {} <Debug> HTTP-Session: a647905e-9b94-4d48-b5f6-b7e804ccaa30 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1886 | 2024.08.15 05:34:46.424571 [ 3 ] {} <Debug> HTTP-Session: a647905e-9b94-4d48-b5f6-b7e804ccaa30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1887 | 2024.08.15 05:34:46.424585 [ 3 ] {} <Debug> HTTP-Session: a647905e-9b94-4d48-b5f6-b7e804ccaa30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1888 | 2024.08.15 05:34:46.424614 [ 3 ] {} <Trace> HTTP-Session: a647905e-9b94-4d48-b5f6-b7e804ccaa30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1889 | 2024.08.15 05:34:46.424740 [ 3 ] {61dd2599-8ee2-4264-9436-19e9335f2128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1890 | 2024.08.15 05:34:46.424784 [ 3 ] {61dd2599-8ee2-4264-9436-19e9335f2128} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1891 | 2024.08.15 05:34:46.424927 [ 3 ] {61dd2599-8ee2-4264-9436-19e9335f2128} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1892 | 2024.08.15 05:34:46.425227 [ 3 ] {61dd2599-8ee2-4264-9436-19e9335f2128} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1893 | 2024.08.15 05:34:46.425262 [ 3 ] {61dd2599-8ee2-4264-9436-19e9335f2128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1894 | 2024.08.15 05:34:46.425611 [ 3 ] {61dd2599-8ee2-4264-9436-19e9335f2128} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1895 | 2024.08.15 05:34:46.425924 [ 3 ] {61dd2599-8ee2-4264-9436-19e9335f2128} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1896 | 2024.08.15 05:34:46.426055 [ 3 ] {61dd2599-8ee2-4264-9436-19e9335f2128} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001367 sec., 59985.369422092175 rows/sec., 3.81 MiB/sec. | ||
1897 | 2024.08.15 05:34:46.426216 [ 3 ] {61dd2599-8ee2-4264-9436-19e9335f2128} <Debug> DynamicQueryHandler: Done processing query | ||
1898 | 2024.08.15 05:34:46.426241 [ 3 ] {61dd2599-8ee2-4264-9436-19e9335f2128} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1899 | 2024.08.15 05:34:46.426256 [ 3 ] {} <Debug> HTTP-Session: a647905e-9b94-4d48-b5f6-b7e804ccaa30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1900 | 2024.08.15 05:34:50.232392 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1901 | 2024.08.15 05:34:50.232473 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1902 | 2024.08.15 05:34:51.405679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 7829, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1903 | 2024.08.15 05:34:51.405794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1904 | 2024.08.15 05:34:51.405817 [ 3 ] {} <Debug> HTTP-Session: 124e9d0d-b4cf-470c-95fe-560a476402d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1905 | 2024.08.15 05:34:51.405841 [ 3 ] {} <Debug> HTTP-Session: 124e9d0d-b4cf-470c-95fe-560a476402d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1906 | 2024.08.15 05:34:51.405856 [ 3 ] {} <Debug> HTTP-Session: 124e9d0d-b4cf-470c-95fe-560a476402d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1907 | 2024.08.15 05:34:51.405906 [ 3 ] {} <Trace> HTTP-Session: 124e9d0d-b4cf-470c-95fe-560a476402d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1908 | 2024.08.15 05:34:51.406107 [ 3 ] {ddd2521a-1e72-4c96-b3da-284ccc76281b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1909 | 2024.08.15 05:34:51.406174 [ 3 ] {ddd2521a-1e72-4c96-b3da-284ccc76281b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1910 | 2024.08.15 05:34:51.406362 [ 3 ] {ddd2521a-1e72-4c96-b3da-284ccc76281b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1911 | 2024.08.15 05:34:51.406873 [ 3 ] {ddd2521a-1e72-4c96-b3da-284ccc76281b} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1912 | 2024.08.15 05:34:51.406925 [ 3 ] {ddd2521a-1e72-4c96-b3da-284ccc76281b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1913 | 2024.08.15 05:34:51.407290 [ 3 ] {ddd2521a-1e72-4c96-b3da-284ccc76281b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1914 | 2024.08.15 05:34:51.407614 [ 3 ] {ddd2521a-1e72-4c96-b3da-284ccc76281b} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1915 | 2024.08.15 05:34:51.407770 [ 3 ] {ddd2521a-1e72-4c96-b3da-284ccc76281b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001723 sec., 32501.450957632038 rows/sec., 2.50 MiB/sec. | ||
1916 | 2024.08.15 05:34:51.407796 [ 76 ] {} <Debug> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1917 | 2024.08.15 05:34:51.407927 [ 76 ] {} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1918 | 2024.08.15 05:34:51.407970 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1919 | 2024.08.15 05:34:51.408069 [ 3 ] {ddd2521a-1e72-4c96-b3da-284ccc76281b} <Debug> DynamicQueryHandler: Done processing query | ||
1920 | 2024.08.15 05:34:51.408159 [ 3 ] {ddd2521a-1e72-4c96-b3da-284ccc76281b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1921 | 2024.08.15 05:34:51.408247 [ 3 ] {} <Debug> HTTP-Session: 124e9d0d-b4cf-470c-95fe-560a476402d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1922 | 2024.08.15 05:34:51.408455 [ 192 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::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 | ||
1923 | 2024.08.15 05:34:51.408502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1924 | 2024.08.15 05:34:51.408589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1925 | 2024.08.15 05:34:51.408638 [ 3 ] {} <Debug> HTTP-Session: 6f8f2717-56b5-47d6-ac01-efeaeb25b8ac Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1926 | 2024.08.15 05:34:51.408683 [ 3 ] {} <Debug> HTTP-Session: 6f8f2717-56b5-47d6-ac01-efeaeb25b8ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1927 | 2024.08.15 05:34:51.408727 [ 3 ] {} <Debug> HTTP-Session: 6f8f2717-56b5-47d6-ac01-efeaeb25b8ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1928 | 2024.08.15 05:34:51.408756 [ 192 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1929 | 2024.08.15 05:34:51.408791 [ 3 ] {} <Trace> HTTP-Session: 6f8f2717-56b5-47d6-ac01-efeaeb25b8ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1930 | 2024.08.15 05:34:51.408841 [ 192 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 52 rows starting from the beginning of the part | ||
1931 | 2024.08.15 05:34:51.408980 [ 3 ] {7da2de8e-5430-4fba-a052-72f089825b47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1932 | 2024.08.15 05:34:51.409116 [ 3 ] {7da2de8e-5430-4fba-a052-72f089825b47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1933 | 2024.08.15 05:34:51.409154 [ 192 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part | ||
1934 | 2024.08.15 05:34:51.409495 [ 192 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 189 rows starting from the beginning of the part | ||
1935 | 2024.08.15 05:34:51.409879 [ 192 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
1936 | 2024.08.15 05:34:51.410049 [ 3 ] {7da2de8e-5430-4fba-a052-72f089825b47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1937 | 2024.08.15 05:34:51.410179 [ 192 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 189 rows starting from the beginning of the part | ||
1938 | 2024.08.15 05:34:51.410453 [ 192 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part | ||
1939 | 2024.08.15 05:34:51.411204 [ 3 ] {7da2de8e-5430-4fba-a052-72f089825b47} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1940 | 2024.08.15 05:34:51.411275 [ 3 ] {7da2de8e-5430-4fba-a052-72f089825b47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1941 | 2024.08.15 05:34:51.412075 [ 3 ] {7da2de8e-5430-4fba-a052-72f089825b47} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1942 | 2024.08.15 05:34:51.413025 [ 3 ] {7da2de8e-5430-4fba-a052-72f089825b47} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1943 | 2024.08.15 05:34:51.413392 [ 76 ] {} <Debug> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1944 | 2024.08.15 05:34:51.413465 [ 192 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 598 rows, containing 4 columns (4 merged, 0 gathered) in 0.005370753 sec., 111343.7910847883 rows/sec., 9.29 MiB/sec. | ||
1945 | 2024.08.15 05:34:51.413492 [ 76 ] {} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1946 | 2024.08.15 05:34:51.413516 [ 3 ] {7da2de8e-5430-4fba-a052-72f089825b47} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004605 sec., 13897.937024972856 rows/sec., 1.08 MiB/sec. | ||
1947 | 2024.08.15 05:34:51.413549 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1948 | 2024.08.15 05:34:51.413865 [ 191 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1949 | 2024.08.15 05:34:51.414030 [ 189 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::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 | ||
1950 | 2024.08.15 05:34:51.414042 [ 3 ] {7da2de8e-5430-4fba-a052-72f089825b47} <Debug> DynamicQueryHandler: Done processing query | ||
1951 | 2024.08.15 05:34:51.414125 [ 3 ] {7da2de8e-5430-4fba-a052-72f089825b47} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1952 | 2024.08.15 05:34:51.414160 [ 3 ] {} <Debug> HTTP-Session: 6f8f2717-56b5-47d6-ac01-efeaeb25b8ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1953 | 2024.08.15 05:34:51.414513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1954 | 2024.08.15 05:34:51.414711 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1955 | 2024.08.15 05:34:51.414732 [ 189 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1956 | 2024.08.15 05:34:51.414763 [ 3 ] {} <Debug> HTTP-Session: 98cea298-af21-4bc0-9355-79382309463d Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1957 | 2024.08.15 05:34:51.414811 [ 3 ] {} <Debug> HTTP-Session: 98cea298-af21-4bc0-9355-79382309463d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1958 | 2024.08.15 05:34:51.414811 [ 189 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part | ||
1959 | 2024.08.15 05:34:51.414845 [ 3 ] {} <Debug> HTTP-Session: 98cea298-af21-4bc0-9355-79382309463d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1960 | 2024.08.15 05:34:51.414920 [ 3 ] {} <Trace> HTTP-Session: 98cea298-af21-4bc0-9355-79382309463d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1961 | 2024.08.15 05:34:51.415039 [ 191 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_6_1} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1962 | 2024.08.15 05:34:51.415299 [ 189 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part | ||
1963 | 2024.08.15 05:34:51.415460 [ 3 ] {c3fe43f5-dce0-4712-81e2-3dca48471ce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1964 | 2024.08.15 05:34:51.415473 [ 191 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_6_1} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1965 | 2024.08.15 05:34:51.415728 [ 3 ] {c3fe43f5-dce0-4712-81e2-3dca48471ce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1966 | 2024.08.15 05:34:51.415856 [ 189 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 382 rows starting from the beginning of the part | ||
1967 | 2024.08.15 05:34:51.415922 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
1968 | 2024.08.15 05:34:51.416271 [ 189 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
1969 | 2024.08.15 05:34:51.416568 [ 189 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 382 rows starting from the beginning of the part | ||
1970 | 2024.08.15 05:34:51.416898 [ 189 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part | ||
1971 | 2024.08.15 05:34:51.417084 [ 3 ] {c3fe43f5-dce0-4712-81e2-3dca48471ce0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1972 | 2024.08.15 05:34:51.418148 [ 3 ] {c3fe43f5-dce0-4712-81e2-3dca48471ce0} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1973 | 2024.08.15 05:34:51.418221 [ 3 ] {c3fe43f5-dce0-4712-81e2-3dca48471ce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1974 | 2024.08.15 05:34:51.419329 [ 3 ] {c3fe43f5-dce0-4712-81e2-3dca48471ce0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1975 | 2024.08.15 05:34:51.419975 [ 189 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1012 rows, containing 4 columns (4 merged, 0 gathered) in 0.006253472 sec., 161830.10014276867 rows/sec., 11.74 MiB/sec. | ||
1976 | 2024.08.15 05:34:51.420183 [ 189 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1977 | 2024.08.15 05:34:51.420249 [ 3 ] {c3fe43f5-dce0-4712-81e2-3dca48471ce0} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1978 | 2024.08.15 05:34:51.420593 [ 76 ] {} <Debug> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1979 | 2024.08.15 05:34:51.420642 [ 3 ] {c3fe43f5-dce0-4712-81e2-3dca48471ce0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005396 sec., 29651.59377316531 rows/sec., 2.07 MiB/sec. | ||
1980 | 2024.08.15 05:34:51.420744 [ 76 ] {} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1981 | 2024.08.15 05:34:51.420872 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1982 | 2024.08.15 05:34:51.421291 [ 191 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::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 | ||
1983 | 2024.08.15 05:34:51.421302 [ 3 ] {c3fe43f5-dce0-4712-81e2-3dca48471ce0} <Debug> DynamicQueryHandler: Done processing query | ||
1984 | 2024.08.15 05:34:51.421370 [ 3 ] {c3fe43f5-dce0-4712-81e2-3dca48471ce0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1985 | 2024.08.15 05:34:51.421437 [ 3 ] {} <Debug> HTTP-Session: 98cea298-af21-4bc0-9355-79382309463d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1986 | 2024.08.15 05:34:51.421520 [ 189 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_6_1} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1987 | 2024.08.15 05:34:51.421716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1988 | 2024.08.15 05:34:51.421748 [ 191 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1989 | 2024.08.15 05:34:51.421784 [ 189 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_6_1} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1990 | 2024.08.15 05:34:51.421836 [ 191 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 140 rows starting from the beginning of the part | ||
1991 | 2024.08.15 05:34:51.421840 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1992 | 2024.08.15 05:34:51.421909 [ 3 ] {} <Debug> HTTP-Session: 335aa560-c8d0-47de-9bd0-6bb302d0fb29 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
1993 | 2024.08.15 05:34:51.421968 [ 3 ] {} <Debug> HTTP-Session: 335aa560-c8d0-47de-9bd0-6bb302d0fb29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1994 | 2024.08.15 05:34:51.422080 [ 3 ] {} <Debug> HTTP-Session: 335aa560-c8d0-47de-9bd0-6bb302d0fb29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1995 | 2024.08.15 05:34:51.422086 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
1996 | 2024.08.15 05:34:51.422252 [ 3 ] {} <Trace> HTTP-Session: 335aa560-c8d0-47de-9bd0-6bb302d0fb29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1997 | 2024.08.15 05:34:51.422270 [ 191 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 158 rows starting from the beginning of the part | ||
1998 | 2024.08.15 05:34:51.422393 [ 191 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 237 rows starting from the beginning of the part | ||
1999 | 2024.08.15 05:34:51.422519 [ 3 ] {aaffbdbc-64d1-4fb7-94e9-ecf5dc51c23d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2000 | 2024.08.15 05:34:51.422605 [ 191 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part | ||
2001 | 2024.08.15 05:34:51.422660 [ 3 ] {aaffbdbc-64d1-4fb7-94e9-ecf5dc51c23d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2002 | 2024.08.15 05:34:51.423015 [ 191 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 237 rows starting from the beginning of the part | ||
2003 | 2024.08.15 05:34:51.423301 [ 191 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part | ||
2004 | 2024.08.15 05:34:51.423680 [ 3 ] {aaffbdbc-64d1-4fb7-94e9-ecf5dc51c23d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2005 | 2024.08.15 05:34:51.424185 [ 3 ] {aaffbdbc-64d1-4fb7-94e9-ecf5dc51c23d} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2006 | 2024.08.15 05:34:51.424228 [ 3 ] {aaffbdbc-64d1-4fb7-94e9-ecf5dc51c23d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2007 | 2024.08.15 05:34:51.424784 [ 3 ] {aaffbdbc-64d1-4fb7-94e9-ecf5dc51c23d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2008 | 2024.08.15 05:34:51.425260 [ 3 ] {aaffbdbc-64d1-4fb7-94e9-ecf5dc51c23d} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2009 | 2024.08.15 05:34:51.425266 [ 200 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1092 rows, containing 5 columns (5 merged, 0 gathered) in 0.004170389 sec., 261846.0771884829 rows/sec., 17.93 MiB/sec. | ||
2010 | 2024.08.15 05:34:51.425502 [ 76 ] {} <Debug> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2011 | 2024.08.15 05:34:51.425532 [ 3 ] {aaffbdbc-64d1-4fb7-94e9-ecf5dc51c23d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003109 sec., 19298.80990672242 rows/sec., 1.30 MiB/sec. | ||
2012 | 2024.08.15 05:34:51.425583 [ 76 ] {} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2013 | 2024.08.15 05:34:51.425676 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2014 | 2024.08.15 05:34:51.425684 [ 200 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2015 | 2024.08.15 05:34:51.426099 [ 3 ] {aaffbdbc-64d1-4fb7-94e9-ecf5dc51c23d} <Debug> DynamicQueryHandler: Done processing query | ||
2016 | 2024.08.15 05:34:51.426145 [ 191 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
2017 | 2024.08.15 05:34:51.426155 [ 3 ] {aaffbdbc-64d1-4fb7-94e9-ecf5dc51c23d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2018 | 2024.08.15 05:34:51.426210 [ 3 ] {} <Debug> HTTP-Session: 335aa560-c8d0-47de-9bd0-6bb302d0fb29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2019 | 2024.08.15 05:34:51.426439 [ 191 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2020 | 2024.08.15 05:34:51.426538 [ 191 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 46 rows starting from the beginning of the part | ||
2021 | 2024.08.15 05:34:51.426810 [ 191 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 58 rows starting from the beginning of the part | ||
2022 | 2024.08.15 05:34:51.427073 [ 191 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 82 rows starting from the beginning of the part | ||
2023 | 2024.08.15 05:34:51.427299 [ 191 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
2024 | 2024.08.15 05:34:51.427548 [ 191 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
2025 | 2024.08.15 05:34:51.427602 [ 200 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2026 | 2024.08.15 05:34:51.427760 [ 191 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
2027 | 2024.08.15 05:34:51.428139 [ 200 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2028 | 2024.08.15 05:34:51.428331 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
2029 | 2024.08.15 05:34:51.429112 [ 186 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 388 rows, containing 4 columns (4 merged, 0 gathered) in 0.003277049 sec., 118399.20611501383 rows/sec., 7.81 MiB/sec. | ||
2030 | 2024.08.15 05:34:51.429308 [ 200 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2031 | 2024.08.15 05:34:51.429695 [ 200 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_6_1} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2032 | 2024.08.15 05:34:51.429770 [ 200 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_6_1} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2033 | 2024.08.15 05:34:51.429850 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
2034 | 2024.08.15 05:34:54.434925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2035 | 2024.08.15 05:34:54.435067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2036 | 2024.08.15 05:34:54.435092 [ 3 ] {} <Debug> HTTP-Session: 04c085d7-69a8-4c7d-85b3-b1a5e1b0fbdb Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2037 | 2024.08.15 05:34:54.435117 [ 3 ] {} <Debug> HTTP-Session: 04c085d7-69a8-4c7d-85b3-b1a5e1b0fbdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2038 | 2024.08.15 05:34:54.435133 [ 3 ] {} <Debug> HTTP-Session: 04c085d7-69a8-4c7d-85b3-b1a5e1b0fbdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2039 | 2024.08.15 05:34:54.435184 [ 3 ] {} <Trace> HTTP-Session: 04c085d7-69a8-4c7d-85b3-b1a5e1b0fbdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2040 | 2024.08.15 05:34:54.435431 [ 3 ] {7c0b3435-4872-4c74-ae78-b2440653d7cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', '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) | ||
2041 | 2024.08.15 05:34:54.435833 [ 3 ] {7c0b3435-4872-4c74-ae78-b2440653d7cb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2042 | 2024.08.15 05:34:54.435881 [ 3 ] {7c0b3435-4872-4c74-ae78-b2440653d7cb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', '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 | ||
2043 | 2024.08.15 05:34:54.436248 [ 3 ] {7c0b3435-4872-4c74-ae78-b2440653d7cb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2044 | 2024.08.15 05:34:54.436334 [ 3 ] {7c0b3435-4872-4c74-ae78-b2440653d7cb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2045 | 2024.08.15 05:34:54.436515 [ 3 ] {7c0b3435-4872-4c74-ae78-b2440653d7cb} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
2046 | 2024.08.15 05:34:54.436611 [ 250 ] {7c0b3435-4872-4c74-ae78-b2440653d7cb} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2047 | 2024.08.15 05:34:54.436683 [ 255 ] {7c0b3435-4872-4c74-ae78-b2440653d7cb} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2048 | 2024.08.15 05:34:54.436683 [ 253 ] {7c0b3435-4872-4c74-ae78-b2440653d7cb} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2049 | 2024.08.15 05:34:54.436817 [ 3 ] {7c0b3435-4872-4c74-ae78-b2440653d7cb} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (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 | ||
2050 | 2024.08.15 05:34:54.436850 [ 3 ] {7c0b3435-4872-4c74-ae78-b2440653d7cb} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2051 | 2024.08.15 05:34:54.436967 [ 3 ] {7c0b3435-4872-4c74-ae78-b2440653d7cb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2052 | 2024.08.15 05:34:54.436991 [ 3 ] {7c0b3435-4872-4c74-ae78-b2440653d7cb} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2053 | 2024.08.15 05:34:54.437032 [ 3 ] {7c0b3435-4872-4c74-ae78-b2440653d7cb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
2054 | 2024.08.15 05:34:54.437076 [ 3 ] {7c0b3435-4872-4c74-ae78-b2440653d7cb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
2055 | 2024.08.15 05:34:54.437122 [ 3 ] {7c0b3435-4872-4c74-ae78-b2440653d7cb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
2056 | 2024.08.15 05:34:54.438974 [ 3 ] {7c0b3435-4872-4c74-ae78-b2440653d7cb} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.003653 sec., 8212.428141253764 rows/sec., 307.70 KiB/sec. | ||
2057 | 2024.08.15 05:34:54.439364 [ 3 ] {7c0b3435-4872-4c74-ae78-b2440653d7cb} <Debug> DynamicQueryHandler: Done processing query | ||
2058 | 2024.08.15 05:34:54.439392 [ 3 ] {7c0b3435-4872-4c74-ae78-b2440653d7cb} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2059 | 2024.08.15 05:34:54.439409 [ 3 ] {} <Debug> HTTP-Session: 04c085d7-69a8-4c7d-85b3-b1a5e1b0fbdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2060 | 2024.08.15 05:34:54.439773 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2061 | 2024.08.15 05:34:54.439824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2062 | 2024.08.15 05:34:54.439844 [ 3 ] {} <Debug> HTTP-Session: 839c796c-3a8b-4fd2-ab42-54f5571ee814 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2063 | 2024.08.15 05:34:54.439865 [ 3 ] {} <Debug> HTTP-Session: 839c796c-3a8b-4fd2-ab42-54f5571ee814 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2064 | 2024.08.15 05:34:54.439880 [ 3 ] {} <Debug> HTTP-Session: 839c796c-3a8b-4fd2-ab42-54f5571ee814 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2065 | 2024.08.15 05:34:54.439913 [ 3 ] {} <Trace> HTTP-Session: 839c796c-3a8b-4fd2-ab42-54f5571ee814 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2066 | 2024.08.15 05:34:54.440065 [ 3 ] {fac6fdd9-6d6f-4160-bc86-521139687b53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', '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) | ||
2067 | 2024.08.15 05:34:54.440358 [ 3 ] {fac6fdd9-6d6f-4160-bc86-521139687b53} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2068 | 2024.08.15 05:34:54.440406 [ 3 ] {fac6fdd9-6d6f-4160-bc86-521139687b53} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', '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 | ||
2069 | 2024.08.15 05:34:54.440704 [ 3 ] {fac6fdd9-6d6f-4160-bc86-521139687b53} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2070 | 2024.08.15 05:34:54.440777 [ 3 ] {fac6fdd9-6d6f-4160-bc86-521139687b53} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2071 | 2024.08.15 05:34:54.440919 [ 3 ] {fac6fdd9-6d6f-4160-bc86-521139687b53} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
2072 | 2024.08.15 05:34:54.441054 [ 259 ] {fac6fdd9-6d6f-4160-bc86-521139687b53} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2073 | 2024.08.15 05:34:54.441088 [ 260 ] {fac6fdd9-6d6f-4160-bc86-521139687b53} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2074 | 2024.08.15 05:34:54.441095 [ 261 ] {fac6fdd9-6d6f-4160-bc86-521139687b53} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2075 | 2024.08.15 05:34:54.441250 [ 3 ] {fac6fdd9-6d6f-4160-bc86-521139687b53} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (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 | ||
2076 | 2024.08.15 05:34:54.441289 [ 3 ] {fac6fdd9-6d6f-4160-bc86-521139687b53} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2077 | 2024.08.15 05:34:54.441397 [ 3 ] {fac6fdd9-6d6f-4160-bc86-521139687b53} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2078 | 2024.08.15 05:34:54.441419 [ 3 ] {fac6fdd9-6d6f-4160-bc86-521139687b53} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2079 | 2024.08.15 05:34:54.441462 [ 3 ] {fac6fdd9-6d6f-4160-bc86-521139687b53} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', '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'))" | ||
2080 | 2024.08.15 05:34:54.441510 [ 3 ] {fac6fdd9-6d6f-4160-bc86-521139687b53} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', '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'))" | ||
2081 | 2024.08.15 05:34:54.441549 [ 3 ] {fac6fdd9-6d6f-4160-bc86-521139687b53} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', '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'))" | ||
2082 | 2024.08.15 05:34:54.443321 [ 3 ] {fac6fdd9-6d6f-4160-bc86-521139687b53} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.00333 sec., 9009.009009009009 rows/sec., 337.54 KiB/sec. | ||
2083 | 2024.08.15 05:34:54.443664 [ 3 ] {fac6fdd9-6d6f-4160-bc86-521139687b53} <Debug> DynamicQueryHandler: Done processing query | ||
2084 | 2024.08.15 05:34:54.443689 [ 3 ] {fac6fdd9-6d6f-4160-bc86-521139687b53} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2085 | 2024.08.15 05:34:54.443709 [ 3 ] {} <Debug> HTTP-Session: 839c796c-3a8b-4fd2-ab42-54f5571ee814 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2086 | 2024.08.15 05:34:54.444176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1155, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2087 | 2024.08.15 05:34:54.444225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2088 | 2024.08.15 05:34:54.444246 [ 3 ] {} <Debug> HTTP-Session: de2c2440-2134-4f27-9860-184566bfed25 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2089 | 2024.08.15 05:34:54.444263 [ 3 ] {} <Debug> HTTP-Session: de2c2440-2134-4f27-9860-184566bfed25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2090 | 2024.08.15 05:34:54.444277 [ 3 ] {} <Debug> HTTP-Session: de2c2440-2134-4f27-9860-184566bfed25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2091 | 2024.08.15 05:34:54.444309 [ 3 ] {} <Trace> HTTP-Session: de2c2440-2134-4f27-9860-184566bfed25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2092 | 2024.08.15 05:34:54.444509 [ 3 ] {9f919a88-b0b4-47e2-af3f-fdd8773efa61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_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) | ||
2093 | 2024.08.15 05:34:54.444809 [ 3 ] {9f919a88-b0b4-47e2-af3f-fdd8773efa61} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2094 | 2024.08.15 05:34:54.444855 [ 3 ] {9f919a88-b0b4-47e2-af3f-fdd8773efa61} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_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 | ||
2095 | 2024.08.15 05:34:54.445161 [ 3 ] {9f919a88-b0b4-47e2-af3f-fdd8773efa61} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2096 | 2024.08.15 05:34:54.445230 [ 3 ] {9f919a88-b0b4-47e2-af3f-fdd8773efa61} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2097 | 2024.08.15 05:34:54.445368 [ 3 ] {9f919a88-b0b4-47e2-af3f-fdd8773efa61} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
2098 | 2024.08.15 05:34:54.445429 [ 250 ] {9f919a88-b0b4-47e2-af3f-fdd8773efa61} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2099 | 2024.08.15 05:34:54.445514 [ 257 ] {9f919a88-b0b4-47e2-af3f-fdd8773efa61} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2100 | 2024.08.15 05:34:54.445517 [ 259 ] {9f919a88-b0b4-47e2-af3f-fdd8773efa61} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2101 | 2024.08.15 05:34:54.445666 [ 3 ] {9f919a88-b0b4-47e2-af3f-fdd8773efa61} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (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 | ||
2102 | 2024.08.15 05:34:54.445697 [ 3 ] {9f919a88-b0b4-47e2-af3f-fdd8773efa61} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2103 | 2024.08.15 05:34:54.445801 [ 3 ] {9f919a88-b0b4-47e2-af3f-fdd8773efa61} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2104 | 2024.08.15 05:34:54.445822 [ 3 ] {9f919a88-b0b4-47e2-af3f-fdd8773efa61} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2105 | 2024.08.15 05:34:54.445867 [ 3 ] {9f919a88-b0b4-47e2-af3f-fdd8773efa61} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_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'))" | ||
2106 | 2024.08.15 05:34:54.445909 [ 3 ] {9f919a88-b0b4-47e2-af3f-fdd8773efa61} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_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'))" | ||
2107 | 2024.08.15 05:34:54.445947 [ 3 ] {9f919a88-b0b4-47e2-af3f-fdd8773efa61} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_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'))" | ||
2108 | 2024.08.15 05:34:54.447584 [ 3 ] {9f919a88-b0b4-47e2-af3f-fdd8773efa61} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.003146 sec., 9535.918626827717 rows/sec., 357.29 KiB/sec. | ||
2109 | 2024.08.15 05:34:54.447920 [ 3 ] {9f919a88-b0b4-47e2-af3f-fdd8773efa61} <Debug> DynamicQueryHandler: Done processing query | ||
2110 | 2024.08.15 05:34:54.447948 [ 3 ] {9f919a88-b0b4-47e2-af3f-fdd8773efa61} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2111 | 2024.08.15 05:34:54.447965 [ 3 ] {} <Debug> HTTP-Session: de2c2440-2134-4f27-9860-184566bfed25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2112 | 2024.08.15 05:34:54.448217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1188, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2113 | 2024.08.15 05:34:54.448267 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2114 | 2024.08.15 05:34:54.448291 [ 3 ] {} <Debug> HTTP-Session: cac9c73d-57ed-4002-99ea-8a36d303bb52 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2115 | 2024.08.15 05:34:54.448308 [ 3 ] {} <Debug> HTTP-Session: cac9c73d-57ed-4002-99ea-8a36d303bb52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2116 | 2024.08.15 05:34:54.448322 [ 3 ] {} <Debug> HTTP-Session: cac9c73d-57ed-4002-99ea-8a36d303bb52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2117 | 2024.08.15 05:34:54.448354 [ 3 ] {} <Trace> HTTP-Session: cac9c73d-57ed-4002-99ea-8a36d303bb52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2118 | 2024.08.15 05:34:54.448503 [ 3 ] {c14069fd-1590-4388-9174-2f0bf6626094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_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) | ||
2119 | 2024.08.15 05:34:54.448783 [ 3 ] {c14069fd-1590-4388-9174-2f0bf6626094} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2120 | 2024.08.15 05:34:54.448829 [ 3 ] {c14069fd-1590-4388-9174-2f0bf6626094} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_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 | ||
2121 | 2024.08.15 05:34:54.449129 [ 3 ] {c14069fd-1590-4388-9174-2f0bf6626094} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2122 | 2024.08.15 05:34:54.449201 [ 3 ] {c14069fd-1590-4388-9174-2f0bf6626094} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2123 | 2024.08.15 05:34:54.449340 [ 3 ] {c14069fd-1590-4388-9174-2f0bf6626094} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
2124 | 2024.08.15 05:34:54.449451 [ 250 ] {c14069fd-1590-4388-9174-2f0bf6626094} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2125 | 2024.08.15 05:34:54.449474 [ 259 ] {c14069fd-1590-4388-9174-2f0bf6626094} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2126 | 2024.08.15 05:34:54.449475 [ 255 ] {c14069fd-1590-4388-9174-2f0bf6626094} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2127 | 2024.08.15 05:34:54.449590 [ 3 ] {c14069fd-1590-4388-9174-2f0bf6626094} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (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 | ||
2128 | 2024.08.15 05:34:54.449620 [ 3 ] {c14069fd-1590-4388-9174-2f0bf6626094} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2129 | 2024.08.15 05:34:54.449728 [ 3 ] {c14069fd-1590-4388-9174-2f0bf6626094} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2130 | 2024.08.15 05:34:54.449749 [ 3 ] {c14069fd-1590-4388-9174-2f0bf6626094} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2131 | 2024.08.15 05:34:54.449788 [ 3 ] {c14069fd-1590-4388-9174-2f0bf6626094} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_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'))" | ||
2132 | 2024.08.15 05:34:54.449827 [ 3 ] {c14069fd-1590-4388-9174-2f0bf6626094} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_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'))" | ||
2133 | 2024.08.15 05:34:54.449863 [ 3 ] {c14069fd-1590-4388-9174-2f0bf6626094} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_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'))" | ||
2134 | 2024.08.15 05:34:54.451581 [ 3 ] {c14069fd-1590-4388-9174-2f0bf6626094} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.003147 sec., 9532.888465204956 rows/sec., 357.17 KiB/sec. | ||
2135 | 2024.08.15 05:34:54.451982 [ 3 ] {c14069fd-1590-4388-9174-2f0bf6626094} <Debug> DynamicQueryHandler: Done processing query | ||
2136 | 2024.08.15 05:34:54.452012 [ 3 ] {c14069fd-1590-4388-9174-2f0bf6626094} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2137 | 2024.08.15 05:34:54.452035 [ 3 ] {} <Debug> HTTP-Session: cac9c73d-57ed-4002-99ea-8a36d303bb52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2138 | 2024.08.15 05:34:54.452320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2139 | 2024.08.15 05:34:54.452374 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2140 | 2024.08.15 05:34:54.452408 [ 3 ] {} <Debug> HTTP-Session: ea9cdb69-33d1-461d-a302-00968caeff68 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2141 | 2024.08.15 05:34:54.452427 [ 3 ] {} <Debug> HTTP-Session: ea9cdb69-33d1-461d-a302-00968caeff68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2142 | 2024.08.15 05:34:54.452444 [ 3 ] {} <Debug> HTTP-Session: ea9cdb69-33d1-461d-a302-00968caeff68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2143 | 2024.08.15 05:34:54.452477 [ 3 ] {} <Trace> HTTP-Session: ea9cdb69-33d1-461d-a302-00968caeff68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2144 | 2024.08.15 05:34:54.452657 [ 3 ] {a4f1af51-6ff0-4b0e-986a-f47b0c9f69c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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) | ||
2145 | 2024.08.15 05:34:54.452957 [ 3 ] {a4f1af51-6ff0-4b0e-986a-f47b0c9f69c2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2146 | 2024.08.15 05:34:54.453007 [ 3 ] {a4f1af51-6ff0-4b0e-986a-f47b0c9f69c2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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 | ||
2147 | 2024.08.15 05:34:54.453321 [ 3 ] {a4f1af51-6ff0-4b0e-986a-f47b0c9f69c2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2148 | 2024.08.15 05:34:54.453389 [ 3 ] {a4f1af51-6ff0-4b0e-986a-f47b0c9f69c2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2149 | 2024.08.15 05:34:54.453531 [ 3 ] {a4f1af51-6ff0-4b0e-986a-f47b0c9f69c2} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
2150 | 2024.08.15 05:34:54.453599 [ 250 ] {a4f1af51-6ff0-4b0e-986a-f47b0c9f69c2} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2151 | 2024.08.15 05:34:54.453661 [ 257 ] {a4f1af51-6ff0-4b0e-986a-f47b0c9f69c2} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2152 | 2024.08.15 05:34:54.453674 [ 259 ] {a4f1af51-6ff0-4b0e-986a-f47b0c9f69c2} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2153 | 2024.08.15 05:34:54.453789 [ 3 ] {a4f1af51-6ff0-4b0e-986a-f47b0c9f69c2} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (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 | ||
2154 | 2024.08.15 05:34:54.453819 [ 3 ] {a4f1af51-6ff0-4b0e-986a-f47b0c9f69c2} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2155 | 2024.08.15 05:34:54.453925 [ 3 ] {a4f1af51-6ff0-4b0e-986a-f47b0c9f69c2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2156 | 2024.08.15 05:34:54.453951 [ 3 ] {a4f1af51-6ff0-4b0e-986a-f47b0c9f69c2} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2157 | 2024.08.15 05:34:54.454009 [ 3 ] {a4f1af51-6ff0-4b0e-986a-f47b0c9f69c2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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'))" | ||
2158 | 2024.08.15 05:34:54.454070 [ 3 ] {a4f1af51-6ff0-4b0e-986a-f47b0c9f69c2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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'))" | ||
2159 | 2024.08.15 05:34:54.454127 [ 3 ] {a4f1af51-6ff0-4b0e-986a-f47b0c9f69c2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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'))" | ||
2160 | 2024.08.15 05:34:54.455926 [ 3 ] {a4f1af51-6ff0-4b0e-986a-f47b0c9f69c2} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.00335 sec., 8955.223880597016 rows/sec., 335.53 KiB/sec. | ||
2161 | 2024.08.15 05:34:54.456283 [ 3 ] {a4f1af51-6ff0-4b0e-986a-f47b0c9f69c2} <Debug> DynamicQueryHandler: Done processing query | ||
2162 | 2024.08.15 05:34:54.456312 [ 3 ] {a4f1af51-6ff0-4b0e-986a-f47b0c9f69c2} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2163 | 2024.08.15 05:34:54.456343 [ 3 ] {} <Debug> HTTP-Session: ea9cdb69-33d1-461d-a302-00968caeff68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2164 | 2024.08.15 05:34:54.456585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2165 | 2024.08.15 05:34:54.456634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2166 | 2024.08.15 05:34:54.456653 [ 3 ] {} <Debug> HTTP-Session: 90f912c5-0685-440b-89b6-96d7d995ad54 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2167 | 2024.08.15 05:34:54.456670 [ 3 ] {} <Debug> HTTP-Session: 90f912c5-0685-440b-89b6-96d7d995ad54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2168 | 2024.08.15 05:34:54.456686 [ 3 ] {} <Debug> HTTP-Session: 90f912c5-0685-440b-89b6-96d7d995ad54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2169 | 2024.08.15 05:34:54.456717 [ 3 ] {} <Trace> HTTP-Session: 90f912c5-0685-440b-89b6-96d7d995ad54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2170 | 2024.08.15 05:34:54.456871 [ 3 ] {6a2ddc31-5210-430b-87da-a14cd9ecfb27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', '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', '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) | ||
2171 | 2024.08.15 05:34:54.457157 [ 3 ] {6a2ddc31-5210-430b-87da-a14cd9ecfb27} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2172 | 2024.08.15 05:34:54.457205 [ 3 ] {6a2ddc31-5210-430b-87da-a14cd9ecfb27} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', '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', '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 | ||
2173 | 2024.08.15 05:34:54.457528 [ 3 ] {6a2ddc31-5210-430b-87da-a14cd9ecfb27} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2174 | 2024.08.15 05:34:54.457599 [ 3 ] {6a2ddc31-5210-430b-87da-a14cd9ecfb27} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2175 | 2024.08.15 05:34:54.457738 [ 3 ] {6a2ddc31-5210-430b-87da-a14cd9ecfb27} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
2176 | 2024.08.15 05:34:54.457817 [ 250 ] {6a2ddc31-5210-430b-87da-a14cd9ecfb27} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2177 | 2024.08.15 05:34:54.457871 [ 260 ] {6a2ddc31-5210-430b-87da-a14cd9ecfb27} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2178 | 2024.08.15 05:34:54.457905 [ 255 ] {6a2ddc31-5210-430b-87da-a14cd9ecfb27} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2179 | 2024.08.15 05:34:54.458025 [ 3 ] {6a2ddc31-5210-430b-87da-a14cd9ecfb27} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (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 | ||
2180 | 2024.08.15 05:34:54.458058 [ 3 ] {6a2ddc31-5210-430b-87da-a14cd9ecfb27} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2181 | 2024.08.15 05:34:54.458163 [ 3 ] {6a2ddc31-5210-430b-87da-a14cd9ecfb27} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2182 | 2024.08.15 05:34:54.458187 [ 3 ] {6a2ddc31-5210-430b-87da-a14cd9ecfb27} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2183 | 2024.08.15 05:34:54.458230 [ 3 ] {6a2ddc31-5210-430b-87da-a14cd9ecfb27} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', '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', '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'))" | ||
2184 | 2024.08.15 05:34:54.458273 [ 3 ] {6a2ddc31-5210-430b-87da-a14cd9ecfb27} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', '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', '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'))" | ||
2185 | 2024.08.15 05:34:54.458318 [ 3 ] {6a2ddc31-5210-430b-87da-a14cd9ecfb27} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', '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', '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'))" | ||
2186 | 2024.08.15 05:34:54.460246 [ 3 ] {6a2ddc31-5210-430b-87da-a14cd9ecfb27} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.003451 sec., 8693.132425383947 rows/sec., 325.71 KiB/sec. | ||
2187 | 2024.08.15 05:34:54.460615 [ 3 ] {6a2ddc31-5210-430b-87da-a14cd9ecfb27} <Debug> DynamicQueryHandler: Done processing query | ||
2188 | 2024.08.15 05:34:54.460654 [ 3 ] {6a2ddc31-5210-430b-87da-a14cd9ecfb27} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2189 | 2024.08.15 05:34:54.460674 [ 3 ] {} <Debug> HTTP-Session: 90f912c5-0685-440b-89b6-96d7d995ad54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2190 | 2024.08.15 05:34:54.528283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 2476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2191 | 2024.08.15 05:34:54.528400 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2192 | 2024.08.15 05:34:54.528426 [ 3 ] {} <Debug> HTTP-Session: d2a55492-72c2-48df-93ae-05accfd77c51 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2193 | 2024.08.15 05:34:54.528452 [ 3 ] {} <Debug> HTTP-Session: d2a55492-72c2-48df-93ae-05accfd77c51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2194 | 2024.08.15 05:34:54.528468 [ 3 ] {} <Debug> HTTP-Session: d2a55492-72c2-48df-93ae-05accfd77c51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2195 | 2024.08.15 05:34:54.528519 [ 3 ] {} <Trace> HTTP-Session: d2a55492-72c2-48df-93ae-05accfd77c51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2196 | 2024.08.15 05:34:54.528706 [ 3 ] {62d3060c-3937-4ad2-9fa5-06f9acc44613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2197 | 2024.08.15 05:34:54.528779 [ 3 ] {62d3060c-3937-4ad2-9fa5-06f9acc44613} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2198 | 2024.08.15 05:34:54.529013 [ 3 ] {62d3060c-3937-4ad2-9fa5-06f9acc44613} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2199 | 2024.08.15 05:34:54.529469 [ 3 ] {62d3060c-3937-4ad2-9fa5-06f9acc44613} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2200 | 2024.08.15 05:34:54.529512 [ 3 ] {62d3060c-3937-4ad2-9fa5-06f9acc44613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2201 | 2024.08.15 05:34:54.530053 [ 3 ] {62d3060c-3937-4ad2-9fa5-06f9acc44613} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2202 | 2024.08.15 05:34:54.530384 [ 3 ] {62d3060c-3937-4ad2-9fa5-06f9acc44613} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2203 | 2024.08.15 05:34:54.530536 [ 3 ] {62d3060c-3937-4ad2-9fa5-06f9acc44613} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001891 sec., 3172.9243786356424 rows/sec., 706.47 KiB/sec. | ||
2204 | 2024.08.15 05:34:54.530758 [ 3 ] {62d3060c-3937-4ad2-9fa5-06f9acc44613} <Debug> DynamicQueryHandler: Done processing query | ||
2205 | 2024.08.15 05:34:54.530786 [ 3 ] {62d3060c-3937-4ad2-9fa5-06f9acc44613} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2206 | 2024.08.15 05:34:54.530802 [ 3 ] {} <Debug> HTTP-Session: d2a55492-72c2-48df-93ae-05accfd77c51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2207 | 2024.08.15 05:34:54.531129 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 193871, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2208 | 2024.08.15 05:34:54.531180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2209 | 2024.08.15 05:34:54.531199 [ 3 ] {} <Debug> HTTP-Session: fd5d48d5-b92f-4f97-b6e3-5564b2a107d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2210 | 2024.08.15 05:34:54.531216 [ 3 ] {} <Debug> HTTP-Session: fd5d48d5-b92f-4f97-b6e3-5564b2a107d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2211 | 2024.08.15 05:34:54.531231 [ 3 ] {} <Debug> HTTP-Session: fd5d48d5-b92f-4f97-b6e3-5564b2a107d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2212 | 2024.08.15 05:34:54.531262 [ 3 ] {} <Trace> HTTP-Session: fd5d48d5-b92f-4f97-b6e3-5564b2a107d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2213 | 2024.08.15 05:34:54.532163 [ 3 ] {260cf842-00c2-48cd-bce6-a05e935803a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2214 | 2024.08.15 05:34:54.532212 [ 3 ] {260cf842-00c2-48cd-bce6-a05e935803a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2215 | 2024.08.15 05:34:54.532340 [ 3 ] {260cf842-00c2-48cd-bce6-a05e935803a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2216 | 2024.08.15 05:34:54.533429 [ 3 ] {260cf842-00c2-48cd-bce6-a05e935803a5} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2217 | 2024.08.15 05:34:54.533467 [ 3 ] {260cf842-00c2-48cd-bce6-a05e935803a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2218 | 2024.08.15 05:34:54.533874 [ 3 ] {260cf842-00c2-48cd-bce6-a05e935803a5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2219 | 2024.08.15 05:34:54.534202 [ 3 ] {260cf842-00c2-48cd-bce6-a05e935803a5} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2220 | 2024.08.15 05:34:54.534357 [ 3 ] {260cf842-00c2-48cd-bce6-a05e935803a5} <Debug> executeQuery: Read 1329 rows, 113.46 KiB in 0.002937 sec., 452502.55362614914 rows/sec., 37.73 MiB/sec. | ||
2221 | 2024.08.15 05:34:54.534520 [ 3 ] {260cf842-00c2-48cd-bce6-a05e935803a5} <Debug> DynamicQueryHandler: Done processing query | ||
2222 | 2024.08.15 05:34:54.534545 [ 3 ] {260cf842-00c2-48cd-bce6-a05e935803a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
2223 | 2024.08.15 05:34:54.534561 [ 3 ] {} <Debug> HTTP-Session: fd5d48d5-b92f-4f97-b6e3-5564b2a107d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2224 | 2024.08.15 05:34:54.534799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 32348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2225 | 2024.08.15 05:34:54.534847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2226 | 2024.08.15 05:34:54.534868 [ 3 ] {} <Debug> HTTP-Session: 309b7673-0164-44cf-affd-6f94f08afaad Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2227 | 2024.08.15 05:34:54.534884 [ 3 ] {} <Debug> HTTP-Session: 309b7673-0164-44cf-affd-6f94f08afaad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2228 | 2024.08.15 05:34:54.534898 [ 3 ] {} <Debug> HTTP-Session: 309b7673-0164-44cf-affd-6f94f08afaad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2229 | 2024.08.15 05:34:54.534930 [ 3 ] {} <Trace> HTTP-Session: 309b7673-0164-44cf-affd-6f94f08afaad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2230 | 2024.08.15 05:34:54.535160 [ 3 ] {32bfc3e3-3dac-4b2b-9794-7cd6a1eede88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
2231 | 2024.08.15 05:34:54.535204 [ 3 ] {32bfc3e3-3dac-4b2b-9794-7cd6a1eede88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2232 | 2024.08.15 05:34:54.535335 [ 3 ] {32bfc3e3-3dac-4b2b-9794-7cd6a1eede88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2233 | 2024.08.15 05:34:54.535739 [ 3 ] {32bfc3e3-3dac-4b2b-9794-7cd6a1eede88} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2234 | 2024.08.15 05:34:54.535777 [ 3 ] {32bfc3e3-3dac-4b2b-9794-7cd6a1eede88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2235 | 2024.08.15 05:34:54.536128 [ 3 ] {32bfc3e3-3dac-4b2b-9794-7cd6a1eede88} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2236 | 2024.08.15 05:34:54.536439 [ 3 ] {32bfc3e3-3dac-4b2b-9794-7cd6a1eede88} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2237 | 2024.08.15 05:34:54.536600 [ 3 ] {32bfc3e3-3dac-4b2b-9794-7cd6a1eede88} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001577 sec., 153455.92897907418 rows/sec., 10.40 MiB/sec. | ||
2238 | 2024.08.15 05:34:54.536868 [ 3 ] {32bfc3e3-3dac-4b2b-9794-7cd6a1eede88} <Debug> DynamicQueryHandler: Done processing query | ||
2239 | 2024.08.15 05:34:54.536894 [ 3 ] {32bfc3e3-3dac-4b2b-9794-7cd6a1eede88} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2240 | 2024.08.15 05:34:54.536912 [ 3 ] {} <Debug> HTTP-Session: 309b7673-0164-44cf-affd-6f94f08afaad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2241 | 2024.08.15 05:34:54.537066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2242 | 2024.08.15 05:34:54.537117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2243 | 2024.08.15 05:34:54.537137 [ 3 ] {} <Debug> HTTP-Session: 6baf4aec-9dd0-48af-8400-b9c2f535675f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2244 | 2024.08.15 05:34:54.537155 [ 3 ] {} <Debug> HTTP-Session: 6baf4aec-9dd0-48af-8400-b9c2f535675f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2245 | 2024.08.15 05:34:54.537169 [ 3 ] {} <Debug> HTTP-Session: 6baf4aec-9dd0-48af-8400-b9c2f535675f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2246 | 2024.08.15 05:34:54.537201 [ 3 ] {} <Trace> HTTP-Session: 6baf4aec-9dd0-48af-8400-b9c2f535675f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2247 | 2024.08.15 05:34:54.537300 [ 3 ] {92508379-2deb-4416-b831-687d680c995e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
2248 | 2024.08.15 05:34:54.537343 [ 3 ] {92508379-2deb-4416-b831-687d680c995e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2249 | 2024.08.15 05:34:54.537504 [ 3 ] {92508379-2deb-4416-b831-687d680c995e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2250 | 2024.08.15 05:34:54.537852 [ 3 ] {92508379-2deb-4416-b831-687d680c995e} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2251 | 2024.08.15 05:34:54.537889 [ 3 ] {92508379-2deb-4416-b831-687d680c995e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2252 | 2024.08.15 05:34:54.538192 [ 3 ] {92508379-2deb-4416-b831-687d680c995e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2253 | 2024.08.15 05:34:54.538508 [ 3 ] {92508379-2deb-4416-b831-687d680c995e} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2254 | 2024.08.15 05:34:54.538662 [ 3 ] {92508379-2deb-4416-b831-687d680c995e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001379 sec., 4350.97897026831 rows/sec., 257.06 KiB/sec. | ||
2255 | 2024.08.15 05:34:54.538828 [ 3 ] {92508379-2deb-4416-b831-687d680c995e} <Debug> DynamicQueryHandler: Done processing query | ||
2256 | 2024.08.15 05:34:54.538853 [ 3 ] {92508379-2deb-4416-b831-687d680c995e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2257 | 2024.08.15 05:34:54.538869 [ 3 ] {} <Debug> HTTP-Session: 6baf4aec-9dd0-48af-8400-b9c2f535675f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2258 | 2024.08.15 05:34:54.539081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 136745, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2259 | 2024.08.15 05:34:54.539131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2260 | 2024.08.15 05:34:54.539153 [ 3 ] {} <Debug> HTTP-Session: 813ab864-5f53-4a22-88c4-eef8f3eaa995 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2261 | 2024.08.15 05:34:54.539170 [ 3 ] {} <Debug> HTTP-Session: 813ab864-5f53-4a22-88c4-eef8f3eaa995 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2262 | 2024.08.15 05:34:54.539187 [ 3 ] {} <Debug> HTTP-Session: 813ab864-5f53-4a22-88c4-eef8f3eaa995 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2263 | 2024.08.15 05:34:54.539218 [ 3 ] {} <Trace> HTTP-Session: 813ab864-5f53-4a22-88c4-eef8f3eaa995 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2264 | 2024.08.15 05:34:54.539521 [ 3 ] {3da1e347-a50d-4ff4-90b9-7ef2afedc219} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2265 | 2024.08.15 05:34:54.539565 [ 3 ] {3da1e347-a50d-4ff4-90b9-7ef2afedc219} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2266 | 2024.08.15 05:34:54.539692 [ 3 ] {3da1e347-a50d-4ff4-90b9-7ef2afedc219} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2267 | 2024.08.15 05:34:54.540558 [ 3 ] {3da1e347-a50d-4ff4-90b9-7ef2afedc219} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2268 | 2024.08.15 05:34:54.540595 [ 3 ] {3da1e347-a50d-4ff4-90b9-7ef2afedc219} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2269 | 2024.08.15 05:34:54.540945 [ 3 ] {3da1e347-a50d-4ff4-90b9-7ef2afedc219} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2270 | 2024.08.15 05:34:54.541267 [ 3 ] {3da1e347-a50d-4ff4-90b9-7ef2afedc219} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2271 | 2024.08.15 05:34:54.541430 [ 3 ] {3da1e347-a50d-4ff4-90b9-7ef2afedc219} <Debug> executeQuery: Read 838 rows, 61.97 KiB in 0.002084 sec., 402111.3243761996 rows/sec., 29.04 MiB/sec. | ||
2272 | 2024.08.15 05:34:54.541601 [ 3 ] {3da1e347-a50d-4ff4-90b9-7ef2afedc219} <Debug> DynamicQueryHandler: Done processing query | ||
2273 | 2024.08.15 05:34:54.541626 [ 3 ] {3da1e347-a50d-4ff4-90b9-7ef2afedc219} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
2274 | 2024.08.15 05:34:54.541642 [ 3 ] {} <Debug> HTTP-Session: 813ab864-5f53-4a22-88c4-eef8f3eaa995 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2275 | 2024.08.15 05:34:54.541797 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2276 | 2024.08.15 05:34:54.541846 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2277 | 2024.08.15 05:34:54.541866 [ 3 ] {} <Debug> HTTP-Session: a4072dee-5b83-4d8d-b2d3-da5acdf316f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2278 | 2024.08.15 05:34:54.541883 [ 3 ] {} <Debug> HTTP-Session: a4072dee-5b83-4d8d-b2d3-da5acdf316f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2279 | 2024.08.15 05:34:54.541897 [ 3 ] {} <Debug> HTTP-Session: a4072dee-5b83-4d8d-b2d3-da5acdf316f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2280 | 2024.08.15 05:34:54.541927 [ 3 ] {} <Trace> HTTP-Session: a4072dee-5b83-4d8d-b2d3-da5acdf316f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2281 | 2024.08.15 05:34:54.542033 [ 3 ] {6c5655f4-afc6-4b0d-af6c-936529ac57a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2282 | 2024.08.15 05:34:54.542077 [ 3 ] {6c5655f4-afc6-4b0d-af6c-936529ac57a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2283 | 2024.08.15 05:34:54.542205 [ 3 ] {6c5655f4-afc6-4b0d-af6c-936529ac57a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2284 | 2024.08.15 05:34:54.542497 [ 3 ] {6c5655f4-afc6-4b0d-af6c-936529ac57a0} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2285 | 2024.08.15 05:34:54.542535 [ 3 ] {6c5655f4-afc6-4b0d-af6c-936529ac57a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2286 | 2024.08.15 05:34:54.542898 [ 3 ] {6c5655f4-afc6-4b0d-af6c-936529ac57a0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2287 | 2024.08.15 05:34:54.543225 [ 3 ] {6c5655f4-afc6-4b0d-af6c-936529ac57a0} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2288 | 2024.08.15 05:34:54.543390 [ 3 ] {6c5655f4-afc6-4b0d-af6c-936529ac57a0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001381 sec., 4344.677769732078 rows/sec., 226.99 KiB/sec. | ||
2289 | 2024.08.15 05:34:54.543565 [ 3 ] {6c5655f4-afc6-4b0d-af6c-936529ac57a0} <Debug> DynamicQueryHandler: Done processing query | ||
2290 | 2024.08.15 05:34:54.543595 [ 3 ] {6c5655f4-afc6-4b0d-af6c-936529ac57a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2291 | 2024.08.15 05:34:54.543617 [ 3 ] {} <Debug> HTTP-Session: a4072dee-5b83-4d8d-b2d3-da5acdf316f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2292 | 2024.08.15 05:34:54.544090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 352284, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2293 | 2024.08.15 05:34:54.544157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2294 | 2024.08.15 05:34:54.544193 [ 3 ] {} <Debug> HTTP-Session: 7516fe5d-2316-4180-b0b1-1bccb5b4c5ee Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2295 | 2024.08.15 05:34:54.544211 [ 3 ] {} <Debug> HTTP-Session: 7516fe5d-2316-4180-b0b1-1bccb5b4c5ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2296 | 2024.08.15 05:34:54.544226 [ 3 ] {} <Debug> HTTP-Session: 7516fe5d-2316-4180-b0b1-1bccb5b4c5ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2297 | 2024.08.15 05:34:54.544258 [ 3 ] {} <Trace> HTTP-Session: 7516fe5d-2316-4180-b0b1-1bccb5b4c5ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2298 | 2024.08.15 05:34:54.545211 [ 3 ] {99b44d61-bbe7-4ded-8c62-afaa060470a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2299 | 2024.08.15 05:34:54.545271 [ 3 ] {99b44d61-bbe7-4ded-8c62-afaa060470a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2300 | 2024.08.15 05:34:54.545415 [ 3 ] {99b44d61-bbe7-4ded-8c62-afaa060470a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2301 | 2024.08.15 05:34:54.546986 [ 3 ] {99b44d61-bbe7-4ded-8c62-afaa060470a8} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2302 | 2024.08.15 05:34:54.547023 [ 3 ] {99b44d61-bbe7-4ded-8c62-afaa060470a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2303 | 2024.08.15 05:34:54.547638 [ 3 ] {99b44d61-bbe7-4ded-8c62-afaa060470a8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2304 | 2024.08.15 05:34:54.547982 [ 3 ] {99b44d61-bbe7-4ded-8c62-afaa060470a8} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2305 | 2024.08.15 05:34:54.548138 [ 3 ] {99b44d61-bbe7-4ded-8c62-afaa060470a8} <Debug> executeQuery: Read 1865 rows, 127.37 KiB in 0.003645 sec., 511659.8079561043 rows/sec., 34.12 MiB/sec. | ||
2306 | 2024.08.15 05:34:54.548429 [ 3 ] {99b44d61-bbe7-4ded-8c62-afaa060470a8} <Debug> DynamicQueryHandler: Done processing query | ||
2307 | 2024.08.15 05:34:54.548456 [ 3 ] {99b44d61-bbe7-4ded-8c62-afaa060470a8} <Debug> MemoryTracker: Peak memory usage (for query): 5.22 MiB. | ||
2308 | 2024.08.15 05:34:54.548473 [ 3 ] {} <Debug> HTTP-Session: 7516fe5d-2316-4180-b0b1-1bccb5b4c5ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2309 | 2024.08.15 05:34:54.548652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2310 | 2024.08.15 05:34:54.548703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2311 | 2024.08.15 05:34:54.548721 [ 3 ] {} <Debug> HTTP-Session: ba645832-e881-40bf-b3d8-6d7056249dc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2312 | 2024.08.15 05:34:54.548738 [ 3 ] {} <Debug> HTTP-Session: ba645832-e881-40bf-b3d8-6d7056249dc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2313 | 2024.08.15 05:34:54.548753 [ 3 ] {} <Debug> HTTP-Session: ba645832-e881-40bf-b3d8-6d7056249dc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2314 | 2024.08.15 05:34:54.548784 [ 3 ] {} <Trace> HTTP-Session: ba645832-e881-40bf-b3d8-6d7056249dc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2315 | 2024.08.15 05:34:54.548880 [ 3 ] {31886db0-d447-40e1-a825-1f06d447b241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
2316 | 2024.08.15 05:34:54.548927 [ 3 ] {31886db0-d447-40e1-a825-1f06d447b241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2317 | 2024.08.15 05:34:54.549073 [ 3 ] {31886db0-d447-40e1-a825-1f06d447b241} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2318 | 2024.08.15 05:34:54.549349 [ 3 ] {31886db0-d447-40e1-a825-1f06d447b241} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2319 | 2024.08.15 05:34:54.549388 [ 3 ] {31886db0-d447-40e1-a825-1f06d447b241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2320 | 2024.08.15 05:34:54.549751 [ 3 ] {31886db0-d447-40e1-a825-1f06d447b241} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2321 | 2024.08.15 05:34:54.550077 [ 3 ] {31886db0-d447-40e1-a825-1f06d447b241} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2322 | 2024.08.15 05:34:54.550229 [ 3 ] {31886db0-d447-40e1-a825-1f06d447b241} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001363 sec., 733.6757153338224 rows/sec., 49.44 KiB/sec. | ||
2323 | 2024.08.15 05:34:54.550395 [ 3 ] {31886db0-d447-40e1-a825-1f06d447b241} <Debug> DynamicQueryHandler: Done processing query | ||
2324 | 2024.08.15 05:34:54.550420 [ 3 ] {31886db0-d447-40e1-a825-1f06d447b241} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
2325 | 2024.08.15 05:34:54.550437 [ 3 ] {} <Debug> HTTP-Session: ba645832-e881-40bf-b3d8-6d7056249dc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2326 | 2024.08.15 05:34:54.550568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 8514, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2327 | 2024.08.15 05:34:54.550622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2328 | 2024.08.15 05:34:54.550642 [ 3 ] {} <Debug> HTTP-Session: 4f55a4c3-abad-4a58-903c-6042e216d0bd Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2329 | 2024.08.15 05:34:54.550660 [ 3 ] {} <Debug> HTTP-Session: 4f55a4c3-abad-4a58-903c-6042e216d0bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2330 | 2024.08.15 05:34:54.550676 [ 3 ] {} <Debug> HTTP-Session: 4f55a4c3-abad-4a58-903c-6042e216d0bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2331 | 2024.08.15 05:34:54.550707 [ 3 ] {} <Trace> HTTP-Session: 4f55a4c3-abad-4a58-903c-6042e216d0bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2332 | 2024.08.15 05:34:54.550817 [ 3 ] {d215a913-3192-4e22-b579-2a5b65bbfd61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2333 | 2024.08.15 05:34:54.550862 [ 3 ] {d215a913-3192-4e22-b579-2a5b65bbfd61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2334 | 2024.08.15 05:34:54.550989 [ 3 ] {d215a913-3192-4e22-b579-2a5b65bbfd61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2335 | 2024.08.15 05:34:54.551307 [ 3 ] {d215a913-3192-4e22-b579-2a5b65bbfd61} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2336 | 2024.08.15 05:34:54.551345 [ 3 ] {d215a913-3192-4e22-b579-2a5b65bbfd61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2337 | 2024.08.15 05:34:54.551705 [ 3 ] {d215a913-3192-4e22-b579-2a5b65bbfd61} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2338 | 2024.08.15 05:34:54.552033 [ 3 ] {d215a913-3192-4e22-b579-2a5b65bbfd61} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2339 | 2024.08.15 05:34:54.552182 [ 3 ] {d215a913-3192-4e22-b579-2a5b65bbfd61} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001393 sec., 41636.7552045944 rows/sec., 2.58 MiB/sec. | ||
2340 | 2024.08.15 05:34:54.552352 [ 3 ] {d215a913-3192-4e22-b579-2a5b65bbfd61} <Debug> DynamicQueryHandler: Done processing query | ||
2341 | 2024.08.15 05:34:54.552377 [ 3 ] {d215a913-3192-4e22-b579-2a5b65bbfd61} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2342 | 2024.08.15 05:34:54.552394 [ 3 ] {} <Debug> HTTP-Session: 4f55a4c3-abad-4a58-903c-6042e216d0bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2343 | 2024.08.15 05:34:56.400576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 7829, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2344 | 2024.08.15 05:34:56.400696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2345 | 2024.08.15 05:34:56.400721 [ 3 ] {} <Debug> HTTP-Session: 02c4f3d7-cc0b-4775-85bb-c17940e2bb3d Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2346 | 2024.08.15 05:34:56.400746 [ 3 ] {} <Debug> HTTP-Session: 02c4f3d7-cc0b-4775-85bb-c17940e2bb3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2347 | 2024.08.15 05:34:56.400761 [ 3 ] {} <Debug> HTTP-Session: 02c4f3d7-cc0b-4775-85bb-c17940e2bb3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2348 | 2024.08.15 05:34:56.400814 [ 3 ] {} <Trace> HTTP-Session: 02c4f3d7-cc0b-4775-85bb-c17940e2bb3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2349 | 2024.08.15 05:34:56.401008 [ 3 ] {0b2f2d04-7fe3-4533-8ace-3f22ce9db4da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2350 | 2024.08.15 05:34:56.401075 [ 3 ] {0b2f2d04-7fe3-4533-8ace-3f22ce9db4da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2351 | 2024.08.15 05:34:56.401264 [ 3 ] {0b2f2d04-7fe3-4533-8ace-3f22ce9db4da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2352 | 2024.08.15 05:34:56.401720 [ 3 ] {0b2f2d04-7fe3-4533-8ace-3f22ce9db4da} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2353 | 2024.08.15 05:34:56.401764 [ 3 ] {0b2f2d04-7fe3-4533-8ace-3f22ce9db4da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2354 | 2024.08.15 05:34:56.402133 [ 3 ] {0b2f2d04-7fe3-4533-8ace-3f22ce9db4da} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2355 | 2024.08.15 05:34:56.402467 [ 3 ] {0b2f2d04-7fe3-4533-8ace-3f22ce9db4da} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2356 | 2024.08.15 05:34:56.402631 [ 3 ] {0b2f2d04-7fe3-4533-8ace-3f22ce9db4da} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001685 sec., 33234.42136498516 rows/sec., 2.55 MiB/sec. | ||
2357 | 2024.08.15 05:34:56.402832 [ 3 ] {0b2f2d04-7fe3-4533-8ace-3f22ce9db4da} <Debug> DynamicQueryHandler: Done processing query | ||
2358 | 2024.08.15 05:34:56.402859 [ 3 ] {0b2f2d04-7fe3-4533-8ace-3f22ce9db4da} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2359 | 2024.08.15 05:34:56.402876 [ 3 ] {} <Debug> HTTP-Session: 02c4f3d7-cc0b-4775-85bb-c17940e2bb3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2360 | 2024.08.15 05:34:56.403008 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2361 | 2024.08.15 05:34:56.403060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2362 | 2024.08.15 05:34:56.403079 [ 3 ] {} <Debug> HTTP-Session: 6887d8cb-296f-4ecc-9c66-0ba62c91320a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2363 | 2024.08.15 05:34:56.403097 [ 3 ] {} <Debug> HTTP-Session: 6887d8cb-296f-4ecc-9c66-0ba62c91320a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2364 | 2024.08.15 05:34:56.403112 [ 3 ] {} <Debug> HTTP-Session: 6887d8cb-296f-4ecc-9c66-0ba62c91320a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2365 | 2024.08.15 05:34:56.403174 [ 3 ] {} <Trace> HTTP-Session: 6887d8cb-296f-4ecc-9c66-0ba62c91320a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2366 | 2024.08.15 05:34:56.403312 [ 3 ] {97065365-04f1-4ec4-8e5c-16097a4340ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2367 | 2024.08.15 05:34:56.403357 [ 3 ] {97065365-04f1-4ec4-8e5c-16097a4340ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2368 | 2024.08.15 05:34:56.403488 [ 3 ] {97065365-04f1-4ec4-8e5c-16097a4340ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2369 | 2024.08.15 05:34:56.403827 [ 3 ] {97065365-04f1-4ec4-8e5c-16097a4340ee} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2370 | 2024.08.15 05:34:56.403868 [ 3 ] {97065365-04f1-4ec4-8e5c-16097a4340ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2371 | 2024.08.15 05:34:56.404191 [ 3 ] {97065365-04f1-4ec4-8e5c-16097a4340ee} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2372 | 2024.08.15 05:34:56.404509 [ 3 ] {97065365-04f1-4ec4-8e5c-16097a4340ee} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2373 | 2024.08.15 05:34:56.404672 [ 3 ] {97065365-04f1-4ec4-8e5c-16097a4340ee} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001398 sec., 45779.68526466381 rows/sec., 3.57 MiB/sec. | ||
2374 | 2024.08.15 05:34:56.404843 [ 3 ] {97065365-04f1-4ec4-8e5c-16097a4340ee} <Debug> DynamicQueryHandler: Done processing query | ||
2375 | 2024.08.15 05:34:56.404868 [ 3 ] {97065365-04f1-4ec4-8e5c-16097a4340ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2376 | 2024.08.15 05:34:56.404883 [ 3 ] {} <Debug> HTTP-Session: 6887d8cb-296f-4ecc-9c66-0ba62c91320a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2377 | 2024.08.15 05:34:56.405060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12261, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2378 | 2024.08.15 05:34:56.405111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2379 | 2024.08.15 05:34:56.405133 [ 3 ] {} <Debug> HTTP-Session: f88c36b9-f257-4b82-9b59-32f405a54813 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2380 | 2024.08.15 05:34:56.405150 [ 3 ] {} <Debug> HTTP-Session: f88c36b9-f257-4b82-9b59-32f405a54813 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2381 | 2024.08.15 05:34:56.405164 [ 3 ] {} <Debug> HTTP-Session: f88c36b9-f257-4b82-9b59-32f405a54813 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2382 | 2024.08.15 05:34:56.405196 [ 3 ] {} <Trace> HTTP-Session: f88c36b9-f257-4b82-9b59-32f405a54813 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2383 | 2024.08.15 05:34:56.405312 [ 3 ] {39da9590-f49d-4cca-a989-b57f79257409} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2384 | 2024.08.15 05:34:56.405358 [ 3 ] {39da9590-f49d-4cca-a989-b57f79257409} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2385 | 2024.08.15 05:34:56.405507 [ 3 ] {39da9590-f49d-4cca-a989-b57f79257409} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2386 | 2024.08.15 05:34:56.405838 [ 3 ] {39da9590-f49d-4cca-a989-b57f79257409} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2387 | 2024.08.15 05:34:56.405875 [ 3 ] {39da9590-f49d-4cca-a989-b57f79257409} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2388 | 2024.08.15 05:34:56.406271 [ 3 ] {39da9590-f49d-4cca-a989-b57f79257409} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2389 | 2024.08.15 05:34:56.406626 [ 3 ] {39da9590-f49d-4cca-a989-b57f79257409} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2390 | 2024.08.15 05:34:56.406784 [ 3 ] {39da9590-f49d-4cca-a989-b57f79257409} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.00151 sec., 42384.1059602649 rows/sec., 2.95 MiB/sec. | ||
2391 | 2024.08.15 05:34:56.406954 [ 3 ] {39da9590-f49d-4cca-a989-b57f79257409} <Debug> DynamicQueryHandler: Done processing query | ||
2392 | 2024.08.15 05:34:56.406978 [ 3 ] {39da9590-f49d-4cca-a989-b57f79257409} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2393 | 2024.08.15 05:34:56.406995 [ 3 ] {} <Debug> HTTP-Session: f88c36b9-f257-4b82-9b59-32f405a54813 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2394 | 2024.08.15 05:34:56.407116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3681, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2395 | 2024.08.15 05:34:56.407165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2396 | 2024.08.15 05:34:56.407185 [ 3 ] {} <Debug> HTTP-Session: 0716ef71-bf63-4e69-b7f7-4ada530336f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2397 | 2024.08.15 05:34:56.407201 [ 3 ] {} <Debug> HTTP-Session: 0716ef71-bf63-4e69-b7f7-4ada530336f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2398 | 2024.08.15 05:34:56.407215 [ 3 ] {} <Debug> HTTP-Session: 0716ef71-bf63-4e69-b7f7-4ada530336f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2399 | 2024.08.15 05:34:56.407245 [ 3 ] {} <Trace> HTTP-Session: 0716ef71-bf63-4e69-b7f7-4ada530336f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2400 | 2024.08.15 05:34:56.407348 [ 3 ] {9a711430-83a0-49dd-a161-8dd33e729d27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2401 | 2024.08.15 05:34:56.407393 [ 3 ] {9a711430-83a0-49dd-a161-8dd33e729d27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2402 | 2024.08.15 05:34:56.407519 [ 3 ] {9a711430-83a0-49dd-a161-8dd33e729d27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2403 | 2024.08.15 05:34:56.407790 [ 3 ] {9a711430-83a0-49dd-a161-8dd33e729d27} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2404 | 2024.08.15 05:34:56.407826 [ 3 ] {9a711430-83a0-49dd-a161-8dd33e729d27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2405 | 2024.08.15 05:34:56.408173 [ 3 ] {9a711430-83a0-49dd-a161-8dd33e729d27} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2406 | 2024.08.15 05:34:56.408493 [ 3 ] {9a711430-83a0-49dd-a161-8dd33e729d27} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2407 | 2024.08.15 05:34:56.408647 [ 3 ] {9a711430-83a0-49dd-a161-8dd33e729d27} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001325 sec., 18113.20754716981 rows/sec., 1.22 MiB/sec. | ||
2408 | 2024.08.15 05:34:56.408814 [ 3 ] {9a711430-83a0-49dd-a161-8dd33e729d27} <Debug> DynamicQueryHandler: Done processing query | ||
2409 | 2024.08.15 05:34:56.408839 [ 3 ] {9a711430-83a0-49dd-a161-8dd33e729d27} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2410 | 2024.08.15 05:34:56.408855 [ 3 ] {} <Debug> HTTP-Session: 0716ef71-bf63-4e69-b7f7-4ada530336f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2411 | 2024.08.15 05:35:01.403097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2412 | 2024.08.15 05:35:01.403240 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2413 | 2024.08.15 05:35:01.403268 [ 3 ] {} <Debug> HTTP-Session: 03bc91dc-fbb3-4cbd-ac23-ce89befc94f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2414 | 2024.08.15 05:35:01.403296 [ 3 ] {} <Debug> HTTP-Session: 03bc91dc-fbb3-4cbd-ac23-ce89befc94f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2415 | 2024.08.15 05:35:01.403314 [ 3 ] {} <Debug> HTTP-Session: 03bc91dc-fbb3-4cbd-ac23-ce89befc94f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2416 | 2024.08.15 05:35:01.403369 [ 3 ] {} <Trace> HTTP-Session: 03bc91dc-fbb3-4cbd-ac23-ce89befc94f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2417 | 2024.08.15 05:35:01.403642 [ 3 ] {c0773dd7-b1ab-4323-996a-5b6ad4dfaa33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', '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) | ||
2418 | 2024.08.15 05:35:01.404105 [ 3 ] {c0773dd7-b1ab-4323-996a-5b6ad4dfaa33} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2419 | 2024.08.15 05:35:01.404162 [ 3 ] {c0773dd7-b1ab-4323-996a-5b6ad4dfaa33} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', '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 | ||
2420 | 2024.08.15 05:35:01.404549 [ 3 ] {c0773dd7-b1ab-4323-996a-5b6ad4dfaa33} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2421 | 2024.08.15 05:35:01.404632 [ 3 ] {c0773dd7-b1ab-4323-996a-5b6ad4dfaa33} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2422 | 2024.08.15 05:35:01.404804 [ 3 ] {c0773dd7-b1ab-4323-996a-5b6ad4dfaa33} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
2423 | 2024.08.15 05:35:01.405013 [ 255 ] {c0773dd7-b1ab-4323-996a-5b6ad4dfaa33} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2424 | 2024.08.15 05:35:01.405051 [ 261 ] {c0773dd7-b1ab-4323-996a-5b6ad4dfaa33} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2425 | 2024.08.15 05:35:01.405049 [ 260 ] {c0773dd7-b1ab-4323-996a-5b6ad4dfaa33} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2426 | 2024.08.15 05:35:01.405013 [ 259 ] {c0773dd7-b1ab-4323-996a-5b6ad4dfaa33} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2427 | 2024.08.15 05:35:01.405263 [ 3 ] {c0773dd7-b1ab-4323-996a-5b6ad4dfaa33} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (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 | ||
2428 | 2024.08.15 05:35:01.405327 [ 3 ] {c0773dd7-b1ab-4323-996a-5b6ad4dfaa33} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2429 | 2024.08.15 05:35:01.405459 [ 3 ] {c0773dd7-b1ab-4323-996a-5b6ad4dfaa33} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2430 | 2024.08.15 05:35:01.405483 [ 3 ] {c0773dd7-b1ab-4323-996a-5b6ad4dfaa33} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
2431 | 2024.08.15 05:35:01.405525 [ 3 ] {c0773dd7-b1ab-4323-996a-5b6ad4dfaa33} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
2432 | 2024.08.15 05:35:01.405569 [ 3 ] {c0773dd7-b1ab-4323-996a-5b6ad4dfaa33} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
2433 | 2024.08.15 05:35:01.405609 [ 3 ] {c0773dd7-b1ab-4323-996a-5b6ad4dfaa33} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
2434 | 2024.08.15 05:35:01.405646 [ 3 ] {c0773dd7-b1ab-4323-996a-5b6ad4dfaa33} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
2435 | 2024.08.15 05:35:01.408201 [ 3 ] {c0773dd7-b1ab-4323-996a-5b6ad4dfaa33} <Debug> executeQuery: Read 36 rows, 1.34 KiB in 0.004691 sec., 7674.269878490727 rows/sec., 285.83 KiB/sec. | ||
2436 | 2024.08.15 05:35:01.408667 [ 3 ] {c0773dd7-b1ab-4323-996a-5b6ad4dfaa33} <Debug> DynamicQueryHandler: Done processing query | ||
2437 | 2024.08.15 05:35:01.408699 [ 3 ] {c0773dd7-b1ab-4323-996a-5b6ad4dfaa33} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2438 | 2024.08.15 05:35:01.408720 [ 3 ] {} <Debug> HTTP-Session: 03bc91dc-fbb3-4cbd-ac23-ce89befc94f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2439 | 2024.08.15 05:35:01.410450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2440 | 2024.08.15 05:35:01.410539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2441 | 2024.08.15 05:35:01.410576 [ 3 ] {} <Debug> HTTP-Session: c32ea31a-9164-4970-8c80-59680db58ff8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2442 | 2024.08.15 05:35:01.410607 [ 3 ] {} <Debug> HTTP-Session: c32ea31a-9164-4970-8c80-59680db58ff8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2443 | 2024.08.15 05:35:01.410633 [ 3 ] {} <Debug> HTTP-Session: c32ea31a-9164-4970-8c80-59680db58ff8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2444 | 2024.08.15 05:35:01.410694 [ 3 ] {} <Trace> HTTP-Session: c32ea31a-9164-4970-8c80-59680db58ff8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2445 | 2024.08.15 05:35:01.410983 [ 3 ] {6cf037eb-245b-4e2e-924b-1fee42de6afc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
2446 | 2024.08.15 05:35:01.411365 [ 3 ] {6cf037eb-245b-4e2e-924b-1fee42de6afc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2447 | 2024.08.15 05:35:01.411412 [ 3 ] {6cf037eb-245b-4e2e-924b-1fee42de6afc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
2448 | 2024.08.15 05:35:01.411726 [ 3 ] {6cf037eb-245b-4e2e-924b-1fee42de6afc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2449 | 2024.08.15 05:35:01.411791 [ 3 ] {6cf037eb-245b-4e2e-924b-1fee42de6afc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2450 | 2024.08.15 05:35:01.411934 [ 3 ] {6cf037eb-245b-4e2e-924b-1fee42de6afc} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
2451 | 2024.08.15 05:35:01.412148 [ 253 ] {6cf037eb-245b-4e2e-924b-1fee42de6afc} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2452 | 2024.08.15 05:35:01.412151 [ 259 ] {6cf037eb-245b-4e2e-924b-1fee42de6afc} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2453 | 2024.08.15 05:35:01.412156 [ 257 ] {6cf037eb-245b-4e2e-924b-1fee42de6afc} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2454 | 2024.08.15 05:35:01.412166 [ 255 ] {6cf037eb-245b-4e2e-924b-1fee42de6afc} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2455 | 2024.08.15 05:35:01.412385 [ 3 ] {6cf037eb-245b-4e2e-924b-1fee42de6afc} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (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 | ||
2456 | 2024.08.15 05:35:01.412418 [ 3 ] {6cf037eb-245b-4e2e-924b-1fee42de6afc} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2457 | 2024.08.15 05:35:01.412543 [ 3 ] {6cf037eb-245b-4e2e-924b-1fee42de6afc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2458 | 2024.08.15 05:35:01.412566 [ 3 ] {6cf037eb-245b-4e2e-924b-1fee42de6afc} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
2459 | 2024.08.15 05:35:01.412605 [ 3 ] {6cf037eb-245b-4e2e-924b-1fee42de6afc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
2460 | 2024.08.15 05:35:01.412647 [ 3 ] {6cf037eb-245b-4e2e-924b-1fee42de6afc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
2461 | 2024.08.15 05:35:01.412685 [ 3 ] {6cf037eb-245b-4e2e-924b-1fee42de6afc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
2462 | 2024.08.15 05:35:01.412721 [ 3 ] {6cf037eb-245b-4e2e-924b-1fee42de6afc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
2463 | 2024.08.15 05:35:01.415125 [ 3 ] {6cf037eb-245b-4e2e-924b-1fee42de6afc} <Debug> executeQuery: Read 36 rows, 1.34 KiB in 0.004298 sec., 8375.988832014891 rows/sec., 311.96 KiB/sec. | ||
2464 | 2024.08.15 05:35:01.415544 [ 3 ] {6cf037eb-245b-4e2e-924b-1fee42de6afc} <Debug> DynamicQueryHandler: Done processing query | ||
2465 | 2024.08.15 05:35:01.415574 [ 3 ] {6cf037eb-245b-4e2e-924b-1fee42de6afc} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2466 | 2024.08.15 05:35:01.415595 [ 3 ] {} <Debug> HTTP-Session: c32ea31a-9164-4970-8c80-59680db58ff8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2467 | 2024.08.15 05:35:01.415856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2468 | 2024.08.15 05:35:01.415916 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2469 | 2024.08.15 05:35:01.415939 [ 3 ] {} <Debug> HTTP-Session: e0e6f170-b9c2-44af-898a-3f3eee32bfa3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2470 | 2024.08.15 05:35:01.415960 [ 3 ] {} <Debug> HTTP-Session: e0e6f170-b9c2-44af-898a-3f3eee32bfa3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2471 | 2024.08.15 05:35:01.415977 [ 3 ] {} <Debug> HTTP-Session: e0e6f170-b9c2-44af-898a-3f3eee32bfa3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2472 | 2024.08.15 05:35:01.416015 [ 3 ] {} <Trace> HTTP-Session: e0e6f170-b9c2-44af-898a-3f3eee32bfa3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2473 | 2024.08.15 05:35:01.416195 [ 3 ] {c032636a-7dcc-4649-89a5-6cb8095f2736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
2474 | 2024.08.15 05:35:01.416494 [ 3 ] {c032636a-7dcc-4649-89a5-6cb8095f2736} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2475 | 2024.08.15 05:35:01.416541 [ 3 ] {c032636a-7dcc-4649-89a5-6cb8095f2736} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
2476 | 2024.08.15 05:35:01.416857 [ 3 ] {c032636a-7dcc-4649-89a5-6cb8095f2736} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2477 | 2024.08.15 05:35:01.416923 [ 3 ] {c032636a-7dcc-4649-89a5-6cb8095f2736} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2478 | 2024.08.15 05:35:01.417062 [ 3 ] {c032636a-7dcc-4649-89a5-6cb8095f2736} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
2479 | 2024.08.15 05:35:01.417224 [ 257 ] {c032636a-7dcc-4649-89a5-6cb8095f2736} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2480 | 2024.08.15 05:35:01.417243 [ 260 ] {c032636a-7dcc-4649-89a5-6cb8095f2736} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2481 | 2024.08.15 05:35:01.417264 [ 250 ] {c032636a-7dcc-4649-89a5-6cb8095f2736} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2482 | 2024.08.15 05:35:01.417259 [ 263 ] {c032636a-7dcc-4649-89a5-6cb8095f2736} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2483 | 2024.08.15 05:35:01.417410 [ 3 ] {c032636a-7dcc-4649-89a5-6cb8095f2736} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (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 | ||
2484 | 2024.08.15 05:35:01.417438 [ 3 ] {c032636a-7dcc-4649-89a5-6cb8095f2736} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2485 | 2024.08.15 05:35:01.417555 [ 3 ] {c032636a-7dcc-4649-89a5-6cb8095f2736} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2486 | 2024.08.15 05:35:01.417577 [ 3 ] {c032636a-7dcc-4649-89a5-6cb8095f2736} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
2487 | 2024.08.15 05:35:01.417617 [ 3 ] {c032636a-7dcc-4649-89a5-6cb8095f2736} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
2488 | 2024.08.15 05:35:01.417659 [ 3 ] {c032636a-7dcc-4649-89a5-6cb8095f2736} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
2489 | 2024.08.15 05:35:01.417697 [ 3 ] {c032636a-7dcc-4649-89a5-6cb8095f2736} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
2490 | 2024.08.15 05:35:01.417732 [ 3 ] {c032636a-7dcc-4649-89a5-6cb8095f2736} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
2491 | 2024.08.15 05:35:01.419623 [ 3 ] {c032636a-7dcc-4649-89a5-6cb8095f2736} <Debug> executeQuery: Read 36 rows, 1.34 KiB in 0.003517 sec., 10235.996588001137 rows/sec., 381.24 KiB/sec. | ||
2492 | 2024.08.15 05:35:01.419989 [ 3 ] {c032636a-7dcc-4649-89a5-6cb8095f2736} <Debug> DynamicQueryHandler: Done processing query | ||
2493 | 2024.08.15 05:35:01.420013 [ 3 ] {c032636a-7dcc-4649-89a5-6cb8095f2736} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2494 | 2024.08.15 05:35:01.420030 [ 3 ] {} <Debug> HTTP-Session: e0e6f170-b9c2-44af-898a-3f3eee32bfa3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2495 | 2024.08.15 05:35:01.420239 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1400, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2496 | 2024.08.15 05:35:01.420288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2497 | 2024.08.15 05:35:01.420308 [ 3 ] {} <Debug> HTTP-Session: 2e4b9a93-00d8-4d7d-8090-99b41f38c017 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2498 | 2024.08.15 05:35:01.420324 [ 3 ] {} <Debug> HTTP-Session: 2e4b9a93-00d8-4d7d-8090-99b41f38c017 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2499 | 2024.08.15 05:35:01.420337 [ 3 ] {} <Debug> HTTP-Session: 2e4b9a93-00d8-4d7d-8090-99b41f38c017 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2500 | 2024.08.15 05:35:01.420368 [ 3 ] {} <Trace> HTTP-Session: 2e4b9a93-00d8-4d7d-8090-99b41f38c017 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2501 | 2024.08.15 05:35:01.420525 [ 3 ] {47ad14a4-8700-4e7c-afb1-5dfa7cae17b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
2502 | 2024.08.15 05:35:01.420816 [ 3 ] {47ad14a4-8700-4e7c-afb1-5dfa7cae17b9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2503 | 2024.08.15 05:35:01.420865 [ 3 ] {47ad14a4-8700-4e7c-afb1-5dfa7cae17b9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
2504 | 2024.08.15 05:35:01.421185 [ 3 ] {47ad14a4-8700-4e7c-afb1-5dfa7cae17b9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2505 | 2024.08.15 05:35:01.421250 [ 3 ] {47ad14a4-8700-4e7c-afb1-5dfa7cae17b9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2506 | 2024.08.15 05:35:01.421390 [ 3 ] {47ad14a4-8700-4e7c-afb1-5dfa7cae17b9} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
2507 | 2024.08.15 05:35:01.421538 [ 253 ] {47ad14a4-8700-4e7c-afb1-5dfa7cae17b9} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2508 | 2024.08.15 05:35:01.421585 [ 259 ] {47ad14a4-8700-4e7c-afb1-5dfa7cae17b9} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2509 | 2024.08.15 05:35:01.421586 [ 255 ] {47ad14a4-8700-4e7c-afb1-5dfa7cae17b9} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2510 | 2024.08.15 05:35:01.421667 [ 262 ] {47ad14a4-8700-4e7c-afb1-5dfa7cae17b9} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2511 | 2024.08.15 05:35:01.421847 [ 3 ] {47ad14a4-8700-4e7c-afb1-5dfa7cae17b9} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (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 | ||
2512 | 2024.08.15 05:35:01.421878 [ 3 ] {47ad14a4-8700-4e7c-afb1-5dfa7cae17b9} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2513 | 2024.08.15 05:35:01.422002 [ 3 ] {47ad14a4-8700-4e7c-afb1-5dfa7cae17b9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2514 | 2024.08.15 05:35:01.422023 [ 3 ] {47ad14a4-8700-4e7c-afb1-5dfa7cae17b9} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
2515 | 2024.08.15 05:35:01.422063 [ 3 ] {47ad14a4-8700-4e7c-afb1-5dfa7cae17b9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
2516 | 2024.08.15 05:35:01.422107 [ 3 ] {47ad14a4-8700-4e7c-afb1-5dfa7cae17b9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
2517 | 2024.08.15 05:35:01.422145 [ 3 ] {47ad14a4-8700-4e7c-afb1-5dfa7cae17b9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
2518 | 2024.08.15 05:35:01.422181 [ 3 ] {47ad14a4-8700-4e7c-afb1-5dfa7cae17b9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
2519 | 2024.08.15 05:35:01.424477 [ 3 ] {47ad14a4-8700-4e7c-afb1-5dfa7cae17b9} <Debug> executeQuery: Read 36 rows, 1.34 KiB in 0.004032 sec., 8928.57142857143 rows/sec., 332.54 KiB/sec. | ||
2520 | 2024.08.15 05:35:01.424903 [ 3 ] {47ad14a4-8700-4e7c-afb1-5dfa7cae17b9} <Debug> DynamicQueryHandler: Done processing query | ||
2521 | 2024.08.15 05:35:01.424932 [ 3 ] {47ad14a4-8700-4e7c-afb1-5dfa7cae17b9} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2522 | 2024.08.15 05:35:01.424953 [ 3 ] {} <Debug> HTTP-Session: 2e4b9a93-00d8-4d7d-8090-99b41f38c017 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2523 | 2024.08.15 05:35:01.428667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2524 | 2024.08.15 05:35:01.428726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2525 | 2024.08.15 05:35:01.428751 [ 3 ] {} <Debug> HTTP-Session: 7f82543a-223e-43fd-94f6-e0b940cf139a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2526 | 2024.08.15 05:35:01.428771 [ 3 ] {} <Debug> HTTP-Session: 7f82543a-223e-43fd-94f6-e0b940cf139a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2527 | 2024.08.15 05:35:01.428788 [ 3 ] {} <Debug> HTTP-Session: 7f82543a-223e-43fd-94f6-e0b940cf139a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2528 | 2024.08.15 05:35:01.428826 [ 3 ] {} <Trace> HTTP-Session: 7f82543a-223e-43fd-94f6-e0b940cf139a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2529 | 2024.08.15 05:35:01.428959 [ 3 ] {df60c803-84a7-429a-a6d3-5d230c94594c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2530 | 2024.08.15 05:35:01.429015 [ 3 ] {df60c803-84a7-429a-a6d3-5d230c94594c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2531 | 2024.08.15 05:35:01.429202 [ 3 ] {df60c803-84a7-429a-a6d3-5d230c94594c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2532 | 2024.08.15 05:35:01.429507 [ 3 ] {df60c803-84a7-429a-a6d3-5d230c94594c} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2533 | 2024.08.15 05:35:01.429545 [ 3 ] {df60c803-84a7-429a-a6d3-5d230c94594c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2534 | 2024.08.15 05:35:01.430022 [ 3 ] {df60c803-84a7-429a-a6d3-5d230c94594c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2535 | 2024.08.15 05:35:01.430328 [ 3 ] {df60c803-84a7-429a-a6d3-5d230c94594c} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2536 | 2024.08.15 05:35:01.430478 [ 3 ] {df60c803-84a7-429a-a6d3-5d230c94594c} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.001565 sec., 2555.9105431309904 rows/sec., 276.43 KiB/sec. | ||
2537 | 2024.08.15 05:35:01.430783 [ 3 ] {df60c803-84a7-429a-a6d3-5d230c94594c} <Debug> DynamicQueryHandler: Done processing query | ||
2538 | 2024.08.15 05:35:01.430813 [ 3 ] {df60c803-84a7-429a-a6d3-5d230c94594c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2539 | 2024.08.15 05:35:01.430831 [ 3 ] {} <Debug> HTTP-Session: 7f82543a-223e-43fd-94f6-e0b940cf139a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2540 | 2024.08.15 05:35:01.430949 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2541 | 2024.08.15 05:35:01.430997 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2542 | 2024.08.15 05:35:01.431016 [ 3 ] {} <Debug> HTTP-Session: 47e74bbf-bb6f-497a-badb-1923f1e2c8e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2543 | 2024.08.15 05:35:01.431033 [ 3 ] {} <Debug> HTTP-Session: 47e74bbf-bb6f-497a-badb-1923f1e2c8e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2544 | 2024.08.15 05:35:01.431047 [ 3 ] {} <Debug> HTTP-Session: 47e74bbf-bb6f-497a-badb-1923f1e2c8e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2545 | 2024.08.15 05:35:01.431079 [ 3 ] {} <Trace> HTTP-Session: 47e74bbf-bb6f-497a-badb-1923f1e2c8e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2546 | 2024.08.15 05:35:01.431191 [ 3 ] {ad29debe-805b-4baf-baa1-ccdbe500c3bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2547 | 2024.08.15 05:35:01.431235 [ 3 ] {ad29debe-805b-4baf-baa1-ccdbe500c3bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2548 | 2024.08.15 05:35:01.431381 [ 3 ] {ad29debe-805b-4baf-baa1-ccdbe500c3bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2549 | 2024.08.15 05:35:01.432236 [ 3 ] {ad29debe-805b-4baf-baa1-ccdbe500c3bd} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2550 | 2024.08.15 05:35:01.432273 [ 3 ] {ad29debe-805b-4baf-baa1-ccdbe500c3bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2551 | 2024.08.15 05:35:01.432611 [ 3 ] {ad29debe-805b-4baf-baa1-ccdbe500c3bd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2552 | 2024.08.15 05:35:01.432920 [ 3 ] {ad29debe-805b-4baf-baa1-ccdbe500c3bd} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2553 | 2024.08.15 05:35:01.433079 [ 3 ] {ad29debe-805b-4baf-baa1-ccdbe500c3bd} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001914 sec., 13584.117032392895 rows/sec., 1.08 MiB/sec. | ||
2554 | 2024.08.15 05:35:01.433354 [ 3 ] {ad29debe-805b-4baf-baa1-ccdbe500c3bd} <Debug> DynamicQueryHandler: Done processing query | ||
2555 | 2024.08.15 05:35:01.433379 [ 3 ] {ad29debe-805b-4baf-baa1-ccdbe500c3bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2556 | 2024.08.15 05:35:01.433395 [ 3 ] {} <Debug> HTTP-Session: 47e74bbf-bb6f-497a-badb-1923f1e2c8e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2557 | 2024.08.15 05:35:01.433555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2558 | 2024.08.15 05:35:01.433605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2559 | 2024.08.15 05:35:01.433624 [ 3 ] {} <Debug> HTTP-Session: 51394ef8-9c9c-43d2-9238-16ad1a599030 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2560 | 2024.08.15 05:35:01.433641 [ 3 ] {} <Debug> HTTP-Session: 51394ef8-9c9c-43d2-9238-16ad1a599030 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2561 | 2024.08.15 05:35:01.433654 [ 3 ] {} <Debug> HTTP-Session: 51394ef8-9c9c-43d2-9238-16ad1a599030 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2562 | 2024.08.15 05:35:01.433685 [ 3 ] {} <Trace> HTTP-Session: 51394ef8-9c9c-43d2-9238-16ad1a599030 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2563 | 2024.08.15 05:35:01.433820 [ 3 ] {1095aa97-c032-471a-b30c-f8723c1252a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2564 | 2024.08.15 05:35:01.433864 [ 3 ] {1095aa97-c032-471a-b30c-f8723c1252a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2565 | 2024.08.15 05:35:01.434008 [ 3 ] {1095aa97-c032-471a-b30c-f8723c1252a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2566 | 2024.08.15 05:35:01.434401 [ 3 ] {1095aa97-c032-471a-b30c-f8723c1252a5} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2567 | 2024.08.15 05:35:01.434437 [ 3 ] {1095aa97-c032-471a-b30c-f8723c1252a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2568 | 2024.08.15 05:35:01.434759 [ 3 ] {1095aa97-c032-471a-b30c-f8723c1252a5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2569 | 2024.08.15 05:35:01.435068 [ 3 ] {1095aa97-c032-471a-b30c-f8723c1252a5} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2570 | 2024.08.15 05:35:01.435234 [ 3 ] {1095aa97-c032-471a-b30c-f8723c1252a5} <Debug> executeQuery: Read 134 rows, 11.45 KiB in 0.001464 sec., 91530.05464480874 rows/sec., 7.64 MiB/sec. | ||
2571 | 2024.08.15 05:35:01.435392 [ 3 ] {1095aa97-c032-471a-b30c-f8723c1252a5} <Debug> DynamicQueryHandler: Done processing query | ||
2572 | 2024.08.15 05:35:01.435416 [ 3 ] {1095aa97-c032-471a-b30c-f8723c1252a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2573 | 2024.08.15 05:35:01.435432 [ 3 ] {} <Debug> HTTP-Session: 51394ef8-9c9c-43d2-9238-16ad1a599030 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2574 | 2024.08.15 05:35:01.435577 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 17492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2575 | 2024.08.15 05:35:01.435624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2576 | 2024.08.15 05:35:01.435643 [ 3 ] {} <Debug> HTTP-Session: 309ee4d8-f448-4810-940c-28a63c8b5d63 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2577 | 2024.08.15 05:35:01.435660 [ 3 ] {} <Debug> HTTP-Session: 309ee4d8-f448-4810-940c-28a63c8b5d63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2578 | 2024.08.15 05:35:01.435673 [ 3 ] {} <Debug> HTTP-Session: 309ee4d8-f448-4810-940c-28a63c8b5d63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2579 | 2024.08.15 05:35:01.435704 [ 3 ] {} <Trace> HTTP-Session: 309ee4d8-f448-4810-940c-28a63c8b5d63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2580 | 2024.08.15 05:35:01.435821 [ 3 ] {25390cd3-48bd-4182-9d03-c2562ea08be6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2581 | 2024.08.15 05:35:01.435862 [ 3 ] {25390cd3-48bd-4182-9d03-c2562ea08be6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2582 | 2024.08.15 05:35:01.435988 [ 3 ] {25390cd3-48bd-4182-9d03-c2562ea08be6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2583 | 2024.08.15 05:35:01.436330 [ 3 ] {25390cd3-48bd-4182-9d03-c2562ea08be6} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2584 | 2024.08.15 05:35:01.436368 [ 3 ] {25390cd3-48bd-4182-9d03-c2562ea08be6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2585 | 2024.08.15 05:35:01.436681 [ 3 ] {25390cd3-48bd-4182-9d03-c2562ea08be6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2586 | 2024.08.15 05:35:01.436990 [ 3 ] {25390cd3-48bd-4182-9d03-c2562ea08be6} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2587 | 2024.08.15 05:35:01.437148 [ 3 ] {25390cd3-48bd-4182-9d03-c2562ea08be6} <Debug> executeQuery: Read 103 rows, 8.25 KiB in 0.00137 sec., 75182.48175182482 rows/sec., 5.88 MiB/sec. | ||
2588 | 2024.08.15 05:35:01.437314 [ 3 ] {25390cd3-48bd-4182-9d03-c2562ea08be6} <Debug> DynamicQueryHandler: Done processing query | ||
2589 | 2024.08.15 05:35:01.437338 [ 3 ] {25390cd3-48bd-4182-9d03-c2562ea08be6} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2590 | 2024.08.15 05:35:01.437354 [ 3 ] {} <Debug> HTTP-Session: 309ee4d8-f448-4810-940c-28a63c8b5d63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2591 | 2024.08.15 05:35:01.437501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2592 | 2024.08.15 05:35:01.437549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2593 | 2024.08.15 05:35:01.437568 [ 3 ] {} <Debug> HTTP-Session: 8ed6c6ee-4f57-4ac7-97ba-234c14bd7f8b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2594 | 2024.08.15 05:35:01.437584 [ 3 ] {} <Debug> HTTP-Session: 8ed6c6ee-4f57-4ac7-97ba-234c14bd7f8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2595 | 2024.08.15 05:35:01.437598 [ 3 ] {} <Debug> HTTP-Session: 8ed6c6ee-4f57-4ac7-97ba-234c14bd7f8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2596 | 2024.08.15 05:35:01.437628 [ 3 ] {} <Trace> HTTP-Session: 8ed6c6ee-4f57-4ac7-97ba-234c14bd7f8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2597 | 2024.08.15 05:35:01.437769 [ 3 ] {60e2909a-ae12-4360-af0b-be6792de1de0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2598 | 2024.08.15 05:35:01.437814 [ 3 ] {60e2909a-ae12-4360-af0b-be6792de1de0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2599 | 2024.08.15 05:35:01.437957 [ 3 ] {60e2909a-ae12-4360-af0b-be6792de1de0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2600 | 2024.08.15 05:35:01.438319 [ 3 ] {60e2909a-ae12-4360-af0b-be6792de1de0} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2601 | 2024.08.15 05:35:01.438355 [ 3 ] {60e2909a-ae12-4360-af0b-be6792de1de0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2602 | 2024.08.15 05:35:01.438754 [ 3 ] {60e2909a-ae12-4360-af0b-be6792de1de0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2603 | 2024.08.15 05:35:01.439083 [ 3 ] {60e2909a-ae12-4360-af0b-be6792de1de0} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2604 | 2024.08.15 05:35:01.439241 [ 3 ] {60e2909a-ae12-4360-af0b-be6792de1de0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001538 sec., 104031.20936280883 rows/sec., 7.25 MiB/sec. | ||
2605 | 2024.08.15 05:35:01.439400 [ 3 ] {60e2909a-ae12-4360-af0b-be6792de1de0} <Debug> DynamicQueryHandler: Done processing query | ||
2606 | 2024.08.15 05:35:01.439424 [ 3 ] {60e2909a-ae12-4360-af0b-be6792de1de0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2607 | 2024.08.15 05:35:01.439439 [ 3 ] {} <Debug> HTTP-Session: 8ed6c6ee-4f57-4ac7-97ba-234c14bd7f8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2608 | 2024.08.15 05:35:01.439590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 41704, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2609 | 2024.08.15 05:35:01.439638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2610 | 2024.08.15 05:35:01.439658 [ 3 ] {} <Debug> HTTP-Session: b04ec4f7-3fab-4447-b1a8-3aa4270a9054 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2611 | 2024.08.15 05:35:01.439674 [ 3 ] {} <Debug> HTTP-Session: b04ec4f7-3fab-4447-b1a8-3aa4270a9054 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2612 | 2024.08.15 05:35:01.439688 [ 3 ] {} <Debug> HTTP-Session: b04ec4f7-3fab-4447-b1a8-3aa4270a9054 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2613 | 2024.08.15 05:35:01.439718 [ 3 ] {} <Trace> HTTP-Session: b04ec4f7-3fab-4447-b1a8-3aa4270a9054 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2614 | 2024.08.15 05:35:01.439988 [ 3 ] {ab333d06-c06c-4f35-a611-7593ac159c6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2615 | 2024.08.15 05:35:01.440050 [ 3 ] {ab333d06-c06c-4f35-a611-7593ac159c6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
2616 | 2024.08.15 05:35:01.440448 [ 3 ] {ab333d06-c06c-4f35-a611-7593ac159c6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2617 | 2024.08.15 05:35:01.441099 [ 3 ] {ab333d06-c06c-4f35-a611-7593ac159c6a} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2618 | 2024.08.15 05:35:01.441137 [ 3 ] {ab333d06-c06c-4f35-a611-7593ac159c6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2619 | 2024.08.15 05:35:01.443920 [ 3 ] {ab333d06-c06c-4f35-a611-7593ac159c6a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2620 | 2024.08.15 05:35:01.444469 [ 3 ] {ab333d06-c06c-4f35-a611-7593ac159c6a} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2621 | 2024.08.15 05:35:01.444620 [ 3 ] {ab333d06-c06c-4f35-a611-7593ac159c6a} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.004821 sec., 5393.071976768306 rows/sec., 9.66 MiB/sec. | ||
2622 | 2024.08.15 05:35:01.444850 [ 3 ] {ab333d06-c06c-4f35-a611-7593ac159c6a} <Debug> DynamicQueryHandler: Done processing query | ||
2623 | 2024.08.15 05:35:01.444874 [ 3 ] {ab333d06-c06c-4f35-a611-7593ac159c6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
2624 | 2024.08.15 05:35:01.444890 [ 3 ] {} <Debug> HTTP-Session: b04ec4f7-3fab-4447-b1a8-3aa4270a9054 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2625 | 2024.08.15 05:35:01.445009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3397, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2626 | 2024.08.15 05:35:01.445057 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2627 | 2024.08.15 05:35:01.445076 [ 3 ] {} <Debug> HTTP-Session: 92771bab-801a-4b96-a163-36c3e13b1811 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2628 | 2024.08.15 05:35:01.445093 [ 3 ] {} <Debug> HTTP-Session: 92771bab-801a-4b96-a163-36c3e13b1811 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2629 | 2024.08.15 05:35:01.445106 [ 3 ] {} <Debug> HTTP-Session: 92771bab-801a-4b96-a163-36c3e13b1811 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2630 | 2024.08.15 05:35:01.445138 [ 3 ] {} <Trace> HTTP-Session: 92771bab-801a-4b96-a163-36c3e13b1811 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2631 | 2024.08.15 05:35:01.445238 [ 3 ] {a13d5ad7-5c83-4eee-9a58-e65818100e16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2632 | 2024.08.15 05:35:01.445284 [ 3 ] {a13d5ad7-5c83-4eee-9a58-e65818100e16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2633 | 2024.08.15 05:35:01.445411 [ 3 ] {a13d5ad7-5c83-4eee-9a58-e65818100e16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2634 | 2024.08.15 05:35:01.445677 [ 3 ] {a13d5ad7-5c83-4eee-9a58-e65818100e16} <Trace> oximeter.measurements_i64 (2b61167c-b48c-4fc0-97c0-8888be23e626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2635 | 2024.08.15 05:35:01.445714 [ 3 ] {a13d5ad7-5c83-4eee-9a58-e65818100e16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2636 | 2024.08.15 05:35:01.446064 [ 3 ] {a13d5ad7-5c83-4eee-9a58-e65818100e16} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2637 | 2024.08.15 05:35:01.446405 [ 3 ] {a13d5ad7-5c83-4eee-9a58-e65818100e16} <Trace> oximeter.measurements_i64 (2b61167c-b48c-4fc0-97c0-8888be23e626): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2638 | 2024.08.15 05:35:01.446569 [ 3 ] {a13d5ad7-5c83-4eee-9a58-e65818100e16} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.001351 sec., 15544.041450777202 rows/sec., 1.13 MiB/sec. | ||
2639 | 2024.08.15 05:35:01.446854 [ 3 ] {a13d5ad7-5c83-4eee-9a58-e65818100e16} <Debug> DynamicQueryHandler: Done processing query | ||
2640 | 2024.08.15 05:35:01.446878 [ 3 ] {a13d5ad7-5c83-4eee-9a58-e65818100e16} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2641 | 2024.08.15 05:35:01.446894 [ 3 ] {} <Debug> HTTP-Session: 92771bab-801a-4b96-a163-36c3e13b1811 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2642 | 2024.08.15 05:35:01.447036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2643 | 2024.08.15 05:35:01.447085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2644 | 2024.08.15 05:35:01.447104 [ 3 ] {} <Debug> HTTP-Session: 4f02717b-3840-47c8-a965-054d4ac7658a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2645 | 2024.08.15 05:35:01.447123 [ 3 ] {} <Debug> HTTP-Session: 4f02717b-3840-47c8-a965-054d4ac7658a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2646 | 2024.08.15 05:35:01.447137 [ 3 ] {} <Debug> HTTP-Session: 4f02717b-3840-47c8-a965-054d4ac7658a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2647 | 2024.08.15 05:35:01.447167 [ 3 ] {} <Trace> HTTP-Session: 4f02717b-3840-47c8-a965-054d4ac7658a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2648 | 2024.08.15 05:35:01.447282 [ 3 ] {0d1dd7c9-5b73-4a5d-b369-9a0aa0ef6ba0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2649 | 2024.08.15 05:35:01.447327 [ 3 ] {0d1dd7c9-5b73-4a5d-b369-9a0aa0ef6ba0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2650 | 2024.08.15 05:35:01.447470 [ 3 ] {0d1dd7c9-5b73-4a5d-b369-9a0aa0ef6ba0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2651 | 2024.08.15 05:35:01.447757 [ 3 ] {0d1dd7c9-5b73-4a5d-b369-9a0aa0ef6ba0} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2652 | 2024.08.15 05:35:01.447793 [ 3 ] {0d1dd7c9-5b73-4a5d-b369-9a0aa0ef6ba0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2653 | 2024.08.15 05:35:01.448146 [ 3 ] {0d1dd7c9-5b73-4a5d-b369-9a0aa0ef6ba0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2654 | 2024.08.15 05:35:01.448467 [ 3 ] {0d1dd7c9-5b73-4a5d-b369-9a0aa0ef6ba0} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2655 | 2024.08.15 05:35:01.448617 [ 3 ] {0d1dd7c9-5b73-4a5d-b369-9a0aa0ef6ba0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00137 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec. | ||
2656 | 2024.08.15 05:35:01.448783 [ 3 ] {0d1dd7c9-5b73-4a5d-b369-9a0aa0ef6ba0} <Debug> DynamicQueryHandler: Done processing query | ||
2657 | 2024.08.15 05:35:01.448808 [ 3 ] {0d1dd7c9-5b73-4a5d-b369-9a0aa0ef6ba0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2658 | 2024.08.15 05:35:01.448823 [ 3 ] {} <Debug> HTTP-Session: 4f02717b-3840-47c8-a965-054d4ac7658a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2659 | 2024.08.15 05:35:05.232518 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2660 | 2024.08.15 05:35:05.232592 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2661 | 2024.08.15 05:35:06.409796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 28386, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2662 | 2024.08.15 05:35:06.409946 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2663 | 2024.08.15 05:35:06.409989 [ 3 ] {} <Debug> HTTP-Session: 83cbb110-7332-4caa-8c98-2ae1c9c4f56b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2664 | 2024.08.15 05:35:06.410030 [ 3 ] {} <Debug> HTTP-Session: 83cbb110-7332-4caa-8c98-2ae1c9c4f56b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2665 | 2024.08.15 05:35:06.410058 [ 3 ] {} <Debug> HTTP-Session: 83cbb110-7332-4caa-8c98-2ae1c9c4f56b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2666 | 2024.08.15 05:35:06.410134 [ 3 ] {} <Trace> HTTP-Session: 83cbb110-7332-4caa-8c98-2ae1c9c4f56b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2667 | 2024.08.15 05:35:06.410410 [ 3 ] {e97b6217-3d2e-42bf-8059-ad2e07a998f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2668 | 2024.08.15 05:35:06.410477 [ 3 ] {e97b6217-3d2e-42bf-8059-ad2e07a998f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2669 | 2024.08.15 05:35:06.410662 [ 3 ] {e97b6217-3d2e-42bf-8059-ad2e07a998f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2670 | 2024.08.15 05:35:06.411227 [ 3 ] {e97b6217-3d2e-42bf-8059-ad2e07a998f1} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2671 | 2024.08.15 05:35:06.411270 [ 3 ] {e97b6217-3d2e-42bf-8059-ad2e07a998f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2672 | 2024.08.15 05:35:06.411649 [ 3 ] {e97b6217-3d2e-42bf-8059-ad2e07a998f1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2673 | 2024.08.15 05:35:06.411982 [ 3 ] {e97b6217-3d2e-42bf-8059-ad2e07a998f1} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2674 | 2024.08.15 05:35:06.412132 [ 3 ] {e97b6217-3d2e-42bf-8059-ad2e07a998f1} <Debug> executeQuery: Read 189 rows, 16.90 KiB in 0.001814 sec., 104189.6361631753 rows/sec., 9.10 MiB/sec. | ||
2675 | 2024.08.15 05:35:06.412454 [ 3 ] {e97b6217-3d2e-42bf-8059-ad2e07a998f1} <Debug> DynamicQueryHandler: Done processing query | ||
2676 | 2024.08.15 05:35:06.412483 [ 3 ] {e97b6217-3d2e-42bf-8059-ad2e07a998f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2677 | 2024.08.15 05:35:06.412501 [ 3 ] {} <Debug> HTTP-Session: 83cbb110-7332-4caa-8c98-2ae1c9c4f56b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2678 | 2024.08.15 05:35:06.412660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2679 | 2024.08.15 05:35:06.412717 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2680 | 2024.08.15 05:35:06.412738 [ 3 ] {} <Debug> HTTP-Session: bdd478c0-7549-4a53-9cd2-f017b45726a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2681 | 2024.08.15 05:35:06.412756 [ 3 ] {} <Debug> HTTP-Session: bdd478c0-7549-4a53-9cd2-f017b45726a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2682 | 2024.08.15 05:35:06.412772 [ 3 ] {} <Debug> HTTP-Session: bdd478c0-7549-4a53-9cd2-f017b45726a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2683 | 2024.08.15 05:35:06.412808 [ 3 ] {} <Trace> HTTP-Session: bdd478c0-7549-4a53-9cd2-f017b45726a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2684 | 2024.08.15 05:35:06.412917 [ 3 ] {7385e603-7b21-4ae3-971b-85fd428a2792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
2685 | 2024.08.15 05:35:06.412965 [ 3 ] {7385e603-7b21-4ae3-971b-85fd428a2792} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2686 | 2024.08.15 05:35:06.413111 [ 3 ] {7385e603-7b21-4ae3-971b-85fd428a2792} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2687 | 2024.08.15 05:35:06.413403 [ 3 ] {7385e603-7b21-4ae3-971b-85fd428a2792} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2688 | 2024.08.15 05:35:06.413440 [ 3 ] {7385e603-7b21-4ae3-971b-85fd428a2792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2689 | 2024.08.15 05:35:06.413756 [ 3 ] {7385e603-7b21-4ae3-971b-85fd428a2792} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2690 | 2024.08.15 05:35:06.414077 [ 3 ] {7385e603-7b21-4ae3-971b-85fd428a2792} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2691 | 2024.08.15 05:35:06.414218 [ 3 ] {7385e603-7b21-4ae3-971b-85fd428a2792} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001321 sec., 10598.031794095383 rows/sec., 742.22 KiB/sec. | ||
2692 | 2024.08.15 05:35:06.414640 [ 3 ] {7385e603-7b21-4ae3-971b-85fd428a2792} <Debug> DynamicQueryHandler: Done processing query | ||
2693 | 2024.08.15 05:35:06.414664 [ 3 ] {7385e603-7b21-4ae3-971b-85fd428a2792} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2694 | 2024.08.15 05:35:06.414681 [ 3 ] {} <Debug> HTTP-Session: bdd478c0-7549-4a53-9cd2-f017b45726a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2695 | 2024.08.15 05:35:06.414880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2696 | 2024.08.15 05:35:06.414930 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2697 | 2024.08.15 05:35:06.414951 [ 3 ] {} <Debug> HTTP-Session: 0dee3358-c865-4541-a0e7-36c571a3b30b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2698 | 2024.08.15 05:35:06.414968 [ 3 ] {} <Debug> HTTP-Session: 0dee3358-c865-4541-a0e7-36c571a3b30b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2699 | 2024.08.15 05:35:06.414982 [ 3 ] {} <Debug> HTTP-Session: 0dee3358-c865-4541-a0e7-36c571a3b30b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2700 | 2024.08.15 05:35:06.415015 [ 3 ] {} <Trace> HTTP-Session: 0dee3358-c865-4541-a0e7-36c571a3b30b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2701 | 2024.08.15 05:35:06.415111 [ 3 ] {72150a87-3f1c-4bbf-a7ad-d7ab47e96584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
2702 | 2024.08.15 05:35:06.415155 [ 3 ] {72150a87-3f1c-4bbf-a7ad-d7ab47e96584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2703 | 2024.08.15 05:35:06.415466 [ 3 ] {72150a87-3f1c-4bbf-a7ad-d7ab47e96584} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2704 | 2024.08.15 05:35:06.415741 [ 3 ] {72150a87-3f1c-4bbf-a7ad-d7ab47e96584} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2705 | 2024.08.15 05:35:06.415779 [ 3 ] {72150a87-3f1c-4bbf-a7ad-d7ab47e96584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2706 | 2024.08.15 05:35:06.416080 [ 3 ] {72150a87-3f1c-4bbf-a7ad-d7ab47e96584} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2707 | 2024.08.15 05:35:06.416388 [ 3 ] {72150a87-3f1c-4bbf-a7ad-d7ab47e96584} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2708 | 2024.08.15 05:35:06.416511 [ 3 ] {72150a87-3f1c-4bbf-a7ad-d7ab47e96584} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001426 sec., 4207.57363253857 rows/sec., 248.59 KiB/sec. | ||
2709 | 2024.08.15 05:35:06.416676 [ 3 ] {72150a87-3f1c-4bbf-a7ad-d7ab47e96584} <Debug> DynamicQueryHandler: Done processing query | ||
2710 | 2024.08.15 05:35:06.416701 [ 3 ] {72150a87-3f1c-4bbf-a7ad-d7ab47e96584} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2711 | 2024.08.15 05:35:06.416717 [ 3 ] {} <Debug> HTTP-Session: 0dee3358-c865-4541-a0e7-36c571a3b30b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2712 | 2024.08.15 05:35:06.416945 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 61767, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2713 | 2024.08.15 05:35:06.416996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2714 | 2024.08.15 05:35:06.417016 [ 3 ] {} <Debug> HTTP-Session: f91ee4c9-4f76-4412-ab2a-712fa6e1c8b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2715 | 2024.08.15 05:35:06.417034 [ 3 ] {} <Debug> HTTP-Session: f91ee4c9-4f76-4412-ab2a-712fa6e1c8b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2716 | 2024.08.15 05:35:06.417048 [ 3 ] {} <Debug> HTTP-Session: f91ee4c9-4f76-4412-ab2a-712fa6e1c8b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2717 | 2024.08.15 05:35:06.417079 [ 3 ] {} <Trace> HTTP-Session: f91ee4c9-4f76-4412-ab2a-712fa6e1c8b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2718 | 2024.08.15 05:35:06.417282 [ 3 ] {83dec35c-e0aa-4e19-ac08-946eb2e671f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2719 | 2024.08.15 05:35:06.417325 [ 3 ] {83dec35c-e0aa-4e19-ac08-946eb2e671f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2720 | 2024.08.15 05:35:06.417455 [ 3 ] {83dec35c-e0aa-4e19-ac08-946eb2e671f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2721 | 2024.08.15 05:35:06.417965 [ 3 ] {83dec35c-e0aa-4e19-ac08-946eb2e671f6} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2722 | 2024.08.15 05:35:06.418002 [ 3 ] {83dec35c-e0aa-4e19-ac08-946eb2e671f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2723 | 2024.08.15 05:35:06.418327 [ 3 ] {83dec35c-e0aa-4e19-ac08-946eb2e671f6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2724 | 2024.08.15 05:35:06.418628 [ 3 ] {83dec35c-e0aa-4e19-ac08-946eb2e671f6} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2725 | 2024.08.15 05:35:06.418751 [ 3 ] {83dec35c-e0aa-4e19-ac08-946eb2e671f6} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001578 sec., 242078.5804816223 rows/sec., 17.13 MiB/sec. | ||
2726 | 2024.08.15 05:35:06.419267 [ 3 ] {83dec35c-e0aa-4e19-ac08-946eb2e671f6} <Debug> DynamicQueryHandler: Done processing query | ||
2727 | 2024.08.15 05:35:06.419293 [ 3 ] {83dec35c-e0aa-4e19-ac08-946eb2e671f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
2728 | 2024.08.15 05:35:06.419309 [ 3 ] {} <Debug> HTTP-Session: f91ee4c9-4f76-4412-ab2a-712fa6e1c8b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2729 | 2024.08.15 05:35:06.419466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2730 | 2024.08.15 05:35:06.419516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2731 | 2024.08.15 05:35:06.419535 [ 3 ] {} <Debug> HTTP-Session: c17c56e6-88be-4bff-88d6-e2e01bd1f6d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2732 | 2024.08.15 05:35:06.419552 [ 3 ] {} <Debug> HTTP-Session: c17c56e6-88be-4bff-88d6-e2e01bd1f6d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2733 | 2024.08.15 05:35:06.419566 [ 3 ] {} <Debug> HTTP-Session: c17c56e6-88be-4bff-88d6-e2e01bd1f6d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2734 | 2024.08.15 05:35:06.419597 [ 3 ] {} <Trace> HTTP-Session: c17c56e6-88be-4bff-88d6-e2e01bd1f6d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2735 | 2024.08.15 05:35:06.419694 [ 3 ] {4d9b2d74-4060-4e2f-bdb6-c1cdc598a5cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2736 | 2024.08.15 05:35:06.419742 [ 3 ] {4d9b2d74-4060-4e2f-bdb6-c1cdc598a5cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2737 | 2024.08.15 05:35:06.419897 [ 3 ] {4d9b2d74-4060-4e2f-bdb6-c1cdc598a5cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2738 | 2024.08.15 05:35:06.420155 [ 3 ] {4d9b2d74-4060-4e2f-bdb6-c1cdc598a5cb} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2739 | 2024.08.15 05:35:06.420192 [ 3 ] {4d9b2d74-4060-4e2f-bdb6-c1cdc598a5cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2740 | 2024.08.15 05:35:06.420549 [ 3 ] {4d9b2d74-4060-4e2f-bdb6-c1cdc598a5cb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2741 | 2024.08.15 05:35:06.420885 [ 3 ] {4d9b2d74-4060-4e2f-bdb6-c1cdc598a5cb} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2742 | 2024.08.15 05:35:06.421020 [ 3 ] {4d9b2d74-4060-4e2f-bdb6-c1cdc598a5cb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001348 sec., 4451.038575667656 rows/sec., 232.55 KiB/sec. | ||
2743 | 2024.08.15 05:35:06.421437 [ 3 ] {4d9b2d74-4060-4e2f-bdb6-c1cdc598a5cb} <Debug> DynamicQueryHandler: Done processing query | ||
2744 | 2024.08.15 05:35:06.421463 [ 3 ] {4d9b2d74-4060-4e2f-bdb6-c1cdc598a5cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2745 | 2024.08.15 05:35:06.421480 [ 3 ] {} <Debug> HTTP-Session: c17c56e6-88be-4bff-88d6-e2e01bd1f6d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2746 | 2024.08.15 05:35:06.421650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 44563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2747 | 2024.08.15 05:35:06.421700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2748 | 2024.08.15 05:35:06.421720 [ 3 ] {} <Debug> HTTP-Session: 58b1b9ec-9999-4399-ae0d-f78575f560f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2749 | 2024.08.15 05:35:06.421737 [ 3 ] {} <Debug> HTTP-Session: 58b1b9ec-9999-4399-ae0d-f78575f560f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2750 | 2024.08.15 05:35:06.421751 [ 3 ] {} <Debug> HTTP-Session: 58b1b9ec-9999-4399-ae0d-f78575f560f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2751 | 2024.08.15 05:35:06.421781 [ 3 ] {} <Trace> HTTP-Session: 58b1b9ec-9999-4399-ae0d-f78575f560f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2752 | 2024.08.15 05:35:06.421981 [ 3 ] {f95544e0-f42e-4fb1-9806-8d4ebbf1835c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2753 | 2024.08.15 05:35:06.422028 [ 3 ] {f95544e0-f42e-4fb1-9806-8d4ebbf1835c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2754 | 2024.08.15 05:35:06.422189 [ 3 ] {f95544e0-f42e-4fb1-9806-8d4ebbf1835c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2755 | 2024.08.15 05:35:06.422641 [ 3 ] {f95544e0-f42e-4fb1-9806-8d4ebbf1835c} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2756 | 2024.08.15 05:35:06.422678 [ 3 ] {f95544e0-f42e-4fb1-9806-8d4ebbf1835c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2757 | 2024.08.15 05:35:06.423071 [ 3 ] {f95544e0-f42e-4fb1-9806-8d4ebbf1835c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2758 | 2024.08.15 05:35:06.423404 [ 3 ] {f95544e0-f42e-4fb1-9806-8d4ebbf1835c} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2759 | 2024.08.15 05:35:06.423545 [ 3 ] {f95544e0-f42e-4fb1-9806-8d4ebbf1835c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001669 sec., 142001.19832234873 rows/sec., 9.52 MiB/sec. | ||
2760 | 2024.08.15 05:35:06.423843 [ 3 ] {f95544e0-f42e-4fb1-9806-8d4ebbf1835c} <Debug> DynamicQueryHandler: Done processing query | ||
2761 | 2024.08.15 05:35:06.423868 [ 3 ] {f95544e0-f42e-4fb1-9806-8d4ebbf1835c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
2762 | 2024.08.15 05:35:06.423885 [ 3 ] {} <Debug> HTTP-Session: 58b1b9ec-9999-4399-ae0d-f78575f560f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2763 | 2024.08.15 05:35:06.424015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2764 | 2024.08.15 05:35:06.424064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2765 | 2024.08.15 05:35:06.424084 [ 3 ] {} <Debug> HTTP-Session: 46f252fe-8eae-4337-8890-05809f784db4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2766 | 2024.08.15 05:35:06.424102 [ 3 ] {} <Debug> HTTP-Session: 46f252fe-8eae-4337-8890-05809f784db4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2767 | 2024.08.15 05:35:06.424117 [ 3 ] {} <Debug> HTTP-Session: 46f252fe-8eae-4337-8890-05809f784db4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2768 | 2024.08.15 05:35:06.424147 [ 3 ] {} <Trace> HTTP-Session: 46f252fe-8eae-4337-8890-05809f784db4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2769 | 2024.08.15 05:35:06.424238 [ 3 ] {05a091eb-eefb-46d5-967c-e88e993ae1a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
2770 | 2024.08.15 05:35:06.424284 [ 3 ] {05a091eb-eefb-46d5-967c-e88e993ae1a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2771 | 2024.08.15 05:35:06.424429 [ 3 ] {05a091eb-eefb-46d5-967c-e88e993ae1a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2772 | 2024.08.15 05:35:06.424678 [ 3 ] {05a091eb-eefb-46d5-967c-e88e993ae1a6} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2773 | 2024.08.15 05:35:06.424713 [ 3 ] {05a091eb-eefb-46d5-967c-e88e993ae1a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2774 | 2024.08.15 05:35:06.425049 [ 3 ] {05a091eb-eefb-46d5-967c-e88e993ae1a6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2775 | 2024.08.15 05:35:06.425358 [ 3 ] {05a091eb-eefb-46d5-967c-e88e993ae1a6} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2776 | 2024.08.15 05:35:06.425487 [ 3 ] {05a091eb-eefb-46d5-967c-e88e993ae1a6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001271 sec., 786.7820613690008 rows/sec., 53.02 KiB/sec. | ||
2777 | 2024.08.15 05:35:06.425741 [ 3 ] {05a091eb-eefb-46d5-967c-e88e993ae1a6} <Debug> DynamicQueryHandler: Done processing query | ||
2778 | 2024.08.15 05:35:06.425766 [ 3 ] {05a091eb-eefb-46d5-967c-e88e993ae1a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
2779 | 2024.08.15 05:35:06.425783 [ 3 ] {} <Debug> HTTP-Session: 46f252fe-8eae-4337-8890-05809f784db4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2780 | 2024.08.15 05:35:06.425911 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2781 | 2024.08.15 05:35:06.425960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2782 | 2024.08.15 05:35:06.425979 [ 3 ] {} <Debug> HTTP-Session: 5658fc1b-cd9f-4c04-b5a9-16590945d446 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2783 | 2024.08.15 05:35:06.425996 [ 3 ] {} <Debug> HTTP-Session: 5658fc1b-cd9f-4c04-b5a9-16590945d446 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2784 | 2024.08.15 05:35:06.426010 [ 3 ] {} <Debug> HTTP-Session: 5658fc1b-cd9f-4c04-b5a9-16590945d446 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2785 | 2024.08.15 05:35:06.426040 [ 3 ] {} <Trace> HTTP-Session: 5658fc1b-cd9f-4c04-b5a9-16590945d446 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2786 | 2024.08.15 05:35:06.426185 [ 3 ] {b25253d0-a7f1-4f17-9c38-36eeef106339} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2787 | 2024.08.15 05:35:06.426228 [ 3 ] {b25253d0-a7f1-4f17-9c38-36eeef106339} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2788 | 2024.08.15 05:35:06.426371 [ 3 ] {b25253d0-a7f1-4f17-9c38-36eeef106339} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2789 | 2024.08.15 05:35:06.426662 [ 3 ] {b25253d0-a7f1-4f17-9c38-36eeef106339} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2790 | 2024.08.15 05:35:06.426697 [ 3 ] {b25253d0-a7f1-4f17-9c38-36eeef106339} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2791 | 2024.08.15 05:35:06.427041 [ 3 ] {b25253d0-a7f1-4f17-9c38-36eeef106339} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2792 | 2024.08.15 05:35:06.427361 [ 3 ] {b25253d0-a7f1-4f17-9c38-36eeef106339} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2793 | 2024.08.15 05:35:06.427487 [ 3 ] {b25253d0-a7f1-4f17-9c38-36eeef106339} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001376 sec., 59593.023255813954 rows/sec., 3.78 MiB/sec. | ||
2794 | 2024.08.15 05:35:06.427649 [ 3 ] {b25253d0-a7f1-4f17-9c38-36eeef106339} <Debug> DynamicQueryHandler: Done processing query | ||
2795 | 2024.08.15 05:35:06.427673 [ 3 ] {b25253d0-a7f1-4f17-9c38-36eeef106339} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2796 | 2024.08.15 05:35:06.427689 [ 3 ] {} <Debug> HTTP-Session: 5658fc1b-cd9f-4c04-b5a9-16590945d446 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2797 | 2024.08.15 05:35:11.406716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2798 | 2024.08.15 05:35:11.406849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2799 | 2024.08.15 05:35:11.406878 [ 3 ] {} <Debug> HTTP-Session: c2310be4-a135-409b-94a6-a47fd4d8bd32 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2800 | 2024.08.15 05:35:11.406907 [ 3 ] {} <Debug> HTTP-Session: c2310be4-a135-409b-94a6-a47fd4d8bd32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2801 | 2024.08.15 05:35:11.406924 [ 3 ] {} <Debug> HTTP-Session: c2310be4-a135-409b-94a6-a47fd4d8bd32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2802 | 2024.08.15 05:35:11.406978 [ 3 ] {} <Trace> HTTP-Session: c2310be4-a135-409b-94a6-a47fd4d8bd32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2803 | 2024.08.15 05:35:11.407185 [ 3 ] {244a1a5d-e254-4f77-b6b1-320eabe75e8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2804 | 2024.08.15 05:35:11.407258 [ 3 ] {244a1a5d-e254-4f77-b6b1-320eabe75e8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2805 | 2024.08.15 05:35:11.407468 [ 3 ] {244a1a5d-e254-4f77-b6b1-320eabe75e8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2806 | 2024.08.15 05:35:11.407878 [ 3 ] {244a1a5d-e254-4f77-b6b1-320eabe75e8d} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2807 | 2024.08.15 05:35:11.407923 [ 3 ] {244a1a5d-e254-4f77-b6b1-320eabe75e8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2808 | 2024.08.15 05:35:11.408281 [ 3 ] {244a1a5d-e254-4f77-b6b1-320eabe75e8d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2809 | 2024.08.15 05:35:11.408603 [ 3 ] {244a1a5d-e254-4f77-b6b1-320eabe75e8d} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2810 | 2024.08.15 05:35:11.408757 [ 3 ] {244a1a5d-e254-4f77-b6b1-320eabe75e8d} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001635 sec., 15902.140672782874 rows/sec., 1.26 MiB/sec. | ||
2811 | 2024.08.15 05:35:11.408955 [ 3 ] {244a1a5d-e254-4f77-b6b1-320eabe75e8d} <Debug> DynamicQueryHandler: Done processing query | ||
2812 | 2024.08.15 05:35:11.408981 [ 3 ] {244a1a5d-e254-4f77-b6b1-320eabe75e8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2813 | 2024.08.15 05:35:11.408997 [ 3 ] {} <Debug> HTTP-Session: c2310be4-a135-409b-94a6-a47fd4d8bd32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2814 | 2024.08.15 05:35:11.409193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2815 | 2024.08.15 05:35:11.409243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2816 | 2024.08.15 05:35:11.409263 [ 3 ] {} <Debug> HTTP-Session: 60b4e5a6-8c94-48c5-a7e5-d46ad2a231ad Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2817 | 2024.08.15 05:35:11.409281 [ 3 ] {} <Debug> HTTP-Session: 60b4e5a6-8c94-48c5-a7e5-d46ad2a231ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2818 | 2024.08.15 05:35:11.409295 [ 3 ] {} <Debug> HTTP-Session: 60b4e5a6-8c94-48c5-a7e5-d46ad2a231ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2819 | 2024.08.15 05:35:11.409329 [ 3 ] {} <Trace> HTTP-Session: 60b4e5a6-8c94-48c5-a7e5-d46ad2a231ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2820 | 2024.08.15 05:35:11.409470 [ 3 ] {4a0c280d-c569-4958-83e4-31d610edcfd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2821 | 2024.08.15 05:35:11.409517 [ 3 ] {4a0c280d-c569-4958-83e4-31d610edcfd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2822 | 2024.08.15 05:35:11.409643 [ 3 ] {4a0c280d-c569-4958-83e4-31d610edcfd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2823 | 2024.08.15 05:35:11.410022 [ 3 ] {4a0c280d-c569-4958-83e4-31d610edcfd1} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2824 | 2024.08.15 05:35:11.410059 [ 3 ] {4a0c280d-c569-4958-83e4-31d610edcfd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2825 | 2024.08.15 05:35:11.410370 [ 3 ] {4a0c280d-c569-4958-83e4-31d610edcfd1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2826 | 2024.08.15 05:35:11.410666 [ 3 ] {4a0c280d-c569-4958-83e4-31d610edcfd1} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2827 | 2024.08.15 05:35:11.410819 [ 3 ] {4a0c280d-c569-4958-83e4-31d610edcfd1} <Debug> executeQuery: Read 134 rows, 11.45 KiB in 0.001403 sec., 95509.6222380613 rows/sec., 7.97 MiB/sec. | ||
2828 | 2024.08.15 05:35:11.410827 [ 53 ] {} <Debug> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2829 | 2024.08.15 05:35:11.410927 [ 53 ] {} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2830 | 2024.08.15 05:35:11.410970 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2831 | 2024.08.15 05:35:11.411056 [ 3 ] {4a0c280d-c569-4958-83e4-31d610edcfd1} <Debug> DynamicQueryHandler: Done processing query | ||
2832 | 2024.08.15 05:35:11.411091 [ 3 ] {4a0c280d-c569-4958-83e4-31d610edcfd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2833 | 2024.08.15 05:35:11.411098 [ 191 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::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 | ||
2834 | 2024.08.15 05:35:11.411111 [ 3 ] {} <Debug> HTTP-Session: 60b4e5a6-8c94-48c5-a7e5-d46ad2a231ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2835 | 2024.08.15 05:35:11.411218 [ 191 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2836 | 2024.08.15 05:35:11.411247 [ 191 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 189 rows starting from the beginning of the part | ||
2837 | 2024.08.15 05:35:11.411282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 15281, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2838 | 2024.08.15 05:35:11.411333 [ 191 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1329 rows starting from the beginning of the part | ||
2839 | 2024.08.15 05:35:11.411370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2840 | 2024.08.15 05:35:11.411497 [ 3 ] {} <Debug> HTTP-Session: b30e6d26-6cd9-4f5b-a51a-24c1b518c12e Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2841 | 2024.08.15 05:35:11.411619 [ 3 ] {} <Debug> HTTP-Session: b30e6d26-6cd9-4f5b-a51a-24c1b518c12e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2842 | 2024.08.15 05:35:11.411720 [ 3 ] {} <Debug> HTTP-Session: b30e6d26-6cd9-4f5b-a51a-24c1b518c12e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2843 | 2024.08.15 05:35:11.411752 [ 191 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
2844 | 2024.08.15 05:35:11.411862 [ 3 ] {} <Trace> HTTP-Session: b30e6d26-6cd9-4f5b-a51a-24c1b518c12e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2845 | 2024.08.15 05:35:11.411973 [ 191 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 134 rows starting from the beginning of the part | ||
2846 | 2024.08.15 05:35:11.412246 [ 3 ] {6c901a03-568b-4614-ba90-a17dacb285f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2847 | 2024.08.15 05:35:11.412326 [ 191 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 189 rows starting from the beginning of the part | ||
2848 | 2024.08.15 05:35:11.412361 [ 3 ] {6c901a03-568b-4614-ba90-a17dacb285f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2849 | 2024.08.15 05:35:11.412464 [ 191 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 134 rows starting from the beginning of the part | ||
2850 | 2024.08.15 05:35:11.413100 [ 3 ] {6c901a03-568b-4614-ba90-a17dacb285f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2851 | 2024.08.15 05:35:11.413658 [ 3 ] {6c901a03-568b-4614-ba90-a17dacb285f8} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2852 | 2024.08.15 05:35:11.413717 [ 3 ] {6c901a03-568b-4614-ba90-a17dacb285f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2853 | 2024.08.15 05:35:11.414441 [ 3 ] {6c901a03-568b-4614-ba90-a17dacb285f8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2854 | 2024.08.15 05:35:11.414846 [ 186 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2031 rows, containing 4 columns (4 merged, 0 gathered) in 0.00379827 sec., 534717.1212157113 rows/sec., 44.88 MiB/sec. | ||
2855 | 2024.08.15 05:35:11.414991 [ 3 ] {6c901a03-568b-4614-ba90-a17dacb285f8} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2856 | 2024.08.15 05:35:11.415198 [ 53 ] {} <Debug> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2857 | 2024.08.15 05:35:11.415226 [ 201 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2858 | 2024.08.15 05:35:11.415235 [ 3 ] {6c901a03-568b-4614-ba90-a17dacb285f8} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.003186 sec., 28248.58757062147 rows/sec., 2.21 MiB/sec. | ||
2859 | 2024.08.15 05:35:11.415275 [ 53 ] {} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2860 | 2024.08.15 05:35:11.415375 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2861 | 2024.08.15 05:35:11.415893 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::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 | ||
2862 | 2024.08.15 05:35:11.416524 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2863 | 2024.08.15 05:35:11.416538 [ 3 ] {6c901a03-568b-4614-ba90-a17dacb285f8} <Debug> DynamicQueryHandler: Done processing query | ||
2864 | 2024.08.15 05:35:11.416619 [ 3 ] {6c901a03-568b-4614-ba90-a17dacb285f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2865 | 2024.08.15 05:35:11.416644 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 382 rows starting from the beginning of the part | ||
2866 | 2024.08.15 05:35:11.416668 [ 3 ] {} <Debug> HTTP-Session: b30e6d26-6cd9-4f5b-a51a-24c1b518c12e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2867 | 2024.08.15 05:35:11.416927 [ 201 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_11_2} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2868 | 2024.08.15 05:35:11.416985 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 838 rows starting from the beginning of the part | ||
2869 | 2024.08.15 05:35:11.417077 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2870 | 2024.08.15 05:35:11.417379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2871 | 2024.08.15 05:35:11.417395 [ 201 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_11_2} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2872 | 2024.08.15 05:35:11.417425 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part | ||
2873 | 2024.08.15 05:35:11.417485 [ 3 ] {} <Debug> HTTP-Session: c0633780-2120-4806-a28a-5033db3b29b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2874 | 2024.08.15 05:35:11.417580 [ 3 ] {} <Debug> HTTP-Session: c0633780-2120-4806-a28a-5033db3b29b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2875 | 2024.08.15 05:35:11.417679 [ 3 ] {} <Debug> HTTP-Session: c0633780-2120-4806-a28a-5033db3b29b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2876 | 2024.08.15 05:35:11.417824 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
2877 | 2024.08.15 05:35:11.417912 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 103 rows starting from the beginning of the part | ||
2878 | 2024.08.15 05:35:11.418005 [ 3 ] {} <Trace> HTTP-Session: c0633780-2120-4806-a28a-5033db3b29b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2879 | 2024.08.15 05:35:11.418125 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 382 rows starting from the beginning of the part | ||
2880 | 2024.08.15 05:35:11.418454 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 90 rows starting from the beginning of the part | ||
2881 | 2024.08.15 05:35:11.418482 [ 3 ] {4c38c8bf-d7c9-423c-b726-ed7961672e5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2882 | 2024.08.15 05:35:11.418740 [ 3 ] {4c38c8bf-d7c9-423c-b726-ed7961672e5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2883 | 2024.08.15 05:35:11.419251 [ 3 ] {4c38c8bf-d7c9-423c-b726-ed7961672e5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2884 | 2024.08.15 05:35:11.420194 [ 3 ] {4c38c8bf-d7c9-423c-b726-ed7961672e5b} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2885 | 2024.08.15 05:35:11.420269 [ 3 ] {4c38c8bf-d7c9-423c-b726-ed7961672e5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2886 | 2024.08.15 05:35:11.421199 [ 3 ] {4c38c8bf-d7c9-423c-b726-ed7961672e5b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2887 | 2024.08.15 05:35:11.421582 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1859 rows, containing 4 columns (4 merged, 0 gathered) in 0.006054418 sec., 307048.5057358114 rows/sec., 22.24 MiB/sec. | ||
2888 | 2024.08.15 05:35:11.421885 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2889 | 2024.08.15 05:35:11.422043 [ 3 ] {4c38c8bf-d7c9-423c-b726-ed7961672e5b} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2890 | 2024.08.15 05:35:11.422411 [ 53 ] {} <Debug> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2891 | 2024.08.15 05:35:11.422507 [ 53 ] {} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2892 | 2024.08.15 05:35:11.422560 [ 3 ] {4c38c8bf-d7c9-423c-b726-ed7961672e5b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004288 sec., 37313.432835820895 rows/sec., 2.60 MiB/sec. | ||
2893 | 2024.08.15 05:35:11.422583 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2894 | 2024.08.15 05:35:11.423024 [ 191 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::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 | ||
2895 | 2024.08.15 05:35:11.423178 [ 3 ] {4c38c8bf-d7c9-423c-b726-ed7961672e5b} <Debug> DynamicQueryHandler: Done processing query | ||
2896 | 2024.08.15 05:35:11.423225 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_11_2} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2897 | 2024.08.15 05:35:11.423233 [ 3 ] {4c38c8bf-d7c9-423c-b726-ed7961672e5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2898 | 2024.08.15 05:35:11.423334 [ 3 ] {} <Debug> HTTP-Session: c0633780-2120-4806-a28a-5033db3b29b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2899 | 2024.08.15 05:35:11.423438 [ 191 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2900 | 2024.08.15 05:35:11.423498 [ 191 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1092 rows starting from the beginning of the part | ||
2901 | 2024.08.15 05:35:11.423515 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_11_2} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2902 | 2024.08.15 05:35:11.423719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 41771, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2903 | 2024.08.15 05:35:11.423834 [ 191 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1865 rows starting from the beginning of the part | ||
2904 | 2024.08.15 05:35:11.423948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2905 | 2024.08.15 05:35:11.423943 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
2906 | 2024.08.15 05:35:11.424078 [ 3 ] {} <Debug> HTTP-Session: ce18843e-dfca-4b36-b3d9-0328478debf4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2907 | 2024.08.15 05:35:11.424139 [ 191 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part | ||
2908 | 2024.08.15 05:35:11.424151 [ 3 ] {} <Debug> HTTP-Session: ce18843e-dfca-4b36-b3d9-0328478debf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2909 | 2024.08.15 05:35:11.424196 [ 3 ] {} <Debug> HTTP-Session: ce18843e-dfca-4b36-b3d9-0328478debf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2910 | 2024.08.15 05:35:11.424287 [ 3 ] {} <Trace> HTTP-Session: ce18843e-dfca-4b36-b3d9-0328478debf4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2911 | 2024.08.15 05:35:11.424321 [ 191 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part | ||
2912 | 2024.08.15 05:35:11.424435 [ 191 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::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 | ||
2913 | 2024.08.15 05:35:11.424566 [ 191 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::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 | ||
2914 | 2024.08.15 05:35:11.425060 [ 3 ] {c3976661-c213-4359-9931-d525eba800ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2915 | 2024.08.15 05:35:11.425170 [ 3 ] {c3976661-c213-4359-9931-d525eba800ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
2916 | 2024.08.15 05:35:11.426145 [ 3 ] {c3976661-c213-4359-9931-d525eba800ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2917 | 2024.08.15 05:35:11.426824 [ 191 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3578 rows, containing 5 columns (5 merged, 0 gathered) in 0.004077636 sec., 877469.2002915415 rows/sec., 59.29 MiB/sec. | ||
2918 | 2024.08.15 05:35:11.427065 [ 3 ] {c3976661-c213-4359-9931-d525eba800ac} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2919 | 2024.08.15 05:35:11.427106 [ 3 ] {c3976661-c213-4359-9931-d525eba800ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2920 | 2024.08.15 05:35:11.427275 [ 193 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2921 | 2024.08.15 05:35:11.428362 [ 193 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2922 | 2024.08.15 05:35:11.428561 [ 193 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2923 | 2024.08.15 05:35:11.428709 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
2924 | 2024.08.15 05:35:11.428709 [ 3 ] {c3976661-c213-4359-9931-d525eba800ac} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2925 | 2024.08.15 05:35:11.429179 [ 3 ] {c3976661-c213-4359-9931-d525eba800ac} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2926 | 2024.08.15 05:35:11.429380 [ 3 ] {c3976661-c213-4359-9931-d525eba800ac} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.004933 sec., 5270.626393675248 rows/sec., 9.44 MiB/sec. | ||
2927 | 2024.08.15 05:35:11.429694 [ 3 ] {c3976661-c213-4359-9931-d525eba800ac} <Debug> DynamicQueryHandler: Done processing query | ||
2928 | 2024.08.15 05:35:11.429719 [ 3 ] {c3976661-c213-4359-9931-d525eba800ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
2929 | 2024.08.15 05:35:11.429737 [ 3 ] {} <Debug> HTTP-Session: ce18843e-dfca-4b36-b3d9-0328478debf4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2930 | 2024.08.15 05:35:11.429875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2931 | 2024.08.15 05:35:11.429922 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2932 | 2024.08.15 05:35:11.429941 [ 3 ] {} <Debug> HTTP-Session: 6f736f75-3b0a-4c6a-817e-4c2bfb2cd3ed Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2933 | 2024.08.15 05:35:11.429957 [ 3 ] {} <Debug> HTTP-Session: 6f736f75-3b0a-4c6a-817e-4c2bfb2cd3ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2934 | 2024.08.15 05:35:11.429971 [ 3 ] {} <Debug> HTTP-Session: 6f736f75-3b0a-4c6a-817e-4c2bfb2cd3ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2935 | 2024.08.15 05:35:11.430002 [ 3 ] {} <Trace> HTTP-Session: 6f736f75-3b0a-4c6a-817e-4c2bfb2cd3ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2936 | 2024.08.15 05:35:11.430120 [ 3 ] {e8369921-c846-4976-ad55-a7df033f0dce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2937 | 2024.08.15 05:35:11.430165 [ 3 ] {e8369921-c846-4976-ad55-a7df033f0dce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2938 | 2024.08.15 05:35:11.430295 [ 3 ] {e8369921-c846-4976-ad55-a7df033f0dce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2939 | 2024.08.15 05:35:11.430592 [ 3 ] {e8369921-c846-4976-ad55-a7df033f0dce} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2940 | 2024.08.15 05:35:11.430628 [ 3 ] {e8369921-c846-4976-ad55-a7df033f0dce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2941 | 2024.08.15 05:35:11.430988 [ 3 ] {e8369921-c846-4976-ad55-a7df033f0dce} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2942 | 2024.08.15 05:35:11.431309 [ 3 ] {e8369921-c846-4976-ad55-a7df033f0dce} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2943 | 2024.08.15 05:35:11.431471 [ 53 ] {} <Debug> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2944 | 2024.08.15 05:35:11.431479 [ 3 ] {e8369921-c846-4976-ad55-a7df033f0dce} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001391 sec., 43134.43565780014 rows/sec., 2.91 MiB/sec. | ||
2945 | 2024.08.15 05:35:11.431528 [ 53 ] {} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2946 | 2024.08.15 05:35:11.431594 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2947 | 2024.08.15 05:35:11.431842 [ 3 ] {e8369921-c846-4976-ad55-a7df033f0dce} <Debug> DynamicQueryHandler: Done processing query | ||
2948 | 2024.08.15 05:35:11.431894 [ 3 ] {e8369921-c846-4976-ad55-a7df033f0dce} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2949 | 2024.08.15 05:35:11.431893 [ 191 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
2950 | 2024.08.15 05:35:11.431986 [ 3 ] {} <Debug> HTTP-Session: 6f736f75-3b0a-4c6a-817e-4c2bfb2cd3ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2951 | 2024.08.15 05:35:11.432354 [ 191 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2952 | 2024.08.15 05:35:11.432389 [ 191 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 388 rows starting from the beginning of the part | ||
2953 | 2024.08.15 05:35:11.432474 [ 191 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 58 rows starting from the beginning of the part | ||
2954 | 2024.08.15 05:35:11.432611 [ 191 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
2955 | 2024.08.15 05:35:11.432712 [ 191 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part | ||
2956 | 2024.08.15 05:35:11.432870 [ 191 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part | ||
2957 | 2024.08.15 05:35:11.432987 [ 191 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
2958 | 2024.08.15 05:35:11.434093 [ 196 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 672 rows, containing 4 columns (4 merged, 0 gathered) in 0.00238576 sec., 281671.24941318494 rows/sec., 18.48 MiB/sec. | ||
2959 | 2024.08.15 05:35:11.434384 [ 196 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2960 | 2024.08.15 05:35:11.434857 [ 196 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_11_2} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2961 | 2024.08.15 05:35:11.434954 [ 196 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_11_2} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2962 | 2024.08.15 05:35:11.435058 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
2963 | 2024.08.15 05:35:12.507673 [ 52 ] {} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2964 | 2024.08.15 05:35:12.507735 [ 52 ] {} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2965 | 2024.08.15 05:35:12.507756 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2966 | 2024.08.15 05:35:12.508029 [ 191 ] {abddd3f7-2e6b-423d-94d9-69a80f768004::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 | ||
2967 | 2024.08.15 05:35:12.508375 [ 191 ] {abddd3f7-2e6b-423d-94d9-69a80f768004::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2968 | 2024.08.15 05:35:12.508417 [ 191 ] {abddd3f7-2e6b-423d-94d9-69a80f768004::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
2969 | 2024.08.15 05:35:12.508511 [ 191 ] {abddd3f7-2e6b-423d-94d9-69a80f768004::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
2970 | 2024.08.15 05:35:12.508650 [ 191 ] {abddd3f7-2e6b-423d-94d9-69a80f768004::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part | ||
2971 | 2024.08.15 05:35:12.508759 [ 191 ] {abddd3f7-2e6b-423d-94d9-69a80f768004::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 | ||
2972 | 2024.08.15 05:35:12.508865 [ 191 ] {abddd3f7-2e6b-423d-94d9-69a80f768004::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 | ||
2973 | 2024.08.15 05:35:12.510868 [ 193 ] {abddd3f7-2e6b-423d-94d9-69a80f768004::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 6 columns (6 merged, 0 gathered) in 0.003019755 sec., 13246.107714036405 rows/sec., 2.05 MiB/sec. | ||
2974 | 2024.08.15 05:35:12.511228 [ 194 ] {abddd3f7-2e6b-423d-94d9-69a80f768004::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2975 | 2024.08.15 05:35:12.511946 [ 194 ] {abddd3f7-2e6b-423d-94d9-69a80f768004::all_1_5_1} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2976 | 2024.08.15 05:35:12.512066 [ 194 ] {abddd3f7-2e6b-423d-94d9-69a80f768004::all_1_5_1} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
2977 | 2024.08.15 05:35:12.512174 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
2978 | 2024.08.15 05:35:16.409991 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 28386, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2979 | 2024.08.15 05:35:16.410132 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2980 | 2024.08.15 05:35:16.410163 [ 3 ] {} <Debug> HTTP-Session: f493d31a-b54f-413a-b46c-1b61549d7294 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2981 | 2024.08.15 05:35:16.410192 [ 3 ] {} <Debug> HTTP-Session: f493d31a-b54f-413a-b46c-1b61549d7294 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2982 | 2024.08.15 05:35:16.410210 [ 3 ] {} <Debug> HTTP-Session: f493d31a-b54f-413a-b46c-1b61549d7294 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2983 | 2024.08.15 05:35:16.410265 [ 3 ] {} <Trace> HTTP-Session: f493d31a-b54f-413a-b46c-1b61549d7294 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2984 | 2024.08.15 05:35:16.410516 [ 3 ] {600187d2-9d71-4375-9a34-9735624eefc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2985 | 2024.08.15 05:35:16.410590 [ 3 ] {600187d2-9d71-4375-9a34-9735624eefc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2986 | 2024.08.15 05:35:16.410804 [ 3 ] {600187d2-9d71-4375-9a34-9735624eefc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2987 | 2024.08.15 05:35:16.411304 [ 3 ] {600187d2-9d71-4375-9a34-9735624eefc0} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2988 | 2024.08.15 05:35:16.411344 [ 3 ] {600187d2-9d71-4375-9a34-9735624eefc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2989 | 2024.08.15 05:35:16.411707 [ 3 ] {600187d2-9d71-4375-9a34-9735624eefc0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2990 | 2024.08.15 05:35:16.412018 [ 3 ] {600187d2-9d71-4375-9a34-9735624eefc0} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2991 | 2024.08.15 05:35:16.412223 [ 3 ] {600187d2-9d71-4375-9a34-9735624eefc0} <Debug> executeQuery: Read 189 rows, 16.90 KiB in 0.001817 sec., 104017.61144744084 rows/sec., 9.08 MiB/sec. | ||
2992 | 2024.08.15 05:35:16.412418 [ 3 ] {600187d2-9d71-4375-9a34-9735624eefc0} <Debug> DynamicQueryHandler: Done processing query | ||
2993 | 2024.08.15 05:35:16.412446 [ 3 ] {600187d2-9d71-4375-9a34-9735624eefc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2994 | 2024.08.15 05:35:16.412462 [ 3 ] {} <Debug> HTTP-Session: f493d31a-b54f-413a-b46c-1b61549d7294 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2995 | 2024.08.15 05:35:16.412610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2996 | 2024.08.15 05:35:16.412664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2997 | 2024.08.15 05:35:16.412683 [ 3 ] {} <Debug> HTTP-Session: 4e01cfd8-c2b7-41b1-86a7-0ac688e3f244 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
2998 | 2024.08.15 05:35:16.412701 [ 3 ] {} <Debug> HTTP-Session: 4e01cfd8-c2b7-41b1-86a7-0ac688e3f244 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2999 | 2024.08.15 05:35:16.412715 [ 3 ] {} <Debug> HTTP-Session: 4e01cfd8-c2b7-41b1-86a7-0ac688e3f244 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3000 | 2024.08.15 05:35:16.412751 [ 3 ] {} <Trace> HTTP-Session: 4e01cfd8-c2b7-41b1-86a7-0ac688e3f244 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3001 | 2024.08.15 05:35:16.412859 [ 3 ] {d56c023a-b8e0-490e-9da9-8394d7cb6ac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3002 | 2024.08.15 05:35:16.412904 [ 3 ] {d56c023a-b8e0-490e-9da9-8394d7cb6ac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3003 | 2024.08.15 05:35:16.413032 [ 3 ] {d56c023a-b8e0-490e-9da9-8394d7cb6ac7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3004 | 2024.08.15 05:35:16.413341 [ 3 ] {d56c023a-b8e0-490e-9da9-8394d7cb6ac7} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3005 | 2024.08.15 05:35:16.413377 [ 3 ] {d56c023a-b8e0-490e-9da9-8394d7cb6ac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3006 | 2024.08.15 05:35:16.413746 [ 3 ] {d56c023a-b8e0-490e-9da9-8394d7cb6ac7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3007 | 2024.08.15 05:35:16.414051 [ 3 ] {d56c023a-b8e0-490e-9da9-8394d7cb6ac7} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3008 | 2024.08.15 05:35:16.414182 [ 3 ] {d56c023a-b8e0-490e-9da9-8394d7cb6ac7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001355 sec., 10332.10332103321 rows/sec., 723.59 KiB/sec. | ||
3009 | 2024.08.15 05:35:16.414469 [ 3 ] {d56c023a-b8e0-490e-9da9-8394d7cb6ac7} <Debug> DynamicQueryHandler: Done processing query | ||
3010 | 2024.08.15 05:35:16.414495 [ 3 ] {d56c023a-b8e0-490e-9da9-8394d7cb6ac7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3011 | 2024.08.15 05:35:16.414511 [ 3 ] {} <Debug> HTTP-Session: 4e01cfd8-c2b7-41b1-86a7-0ac688e3f244 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3012 | 2024.08.15 05:35:16.414661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3013 | 2024.08.15 05:35:16.414711 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3014 | 2024.08.15 05:35:16.414730 [ 3 ] {} <Debug> HTTP-Session: 47d96c3c-a48a-4f83-a62c-97648c8f29b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3015 | 2024.08.15 05:35:16.414747 [ 3 ] {} <Debug> HTTP-Session: 47d96c3c-a48a-4f83-a62c-97648c8f29b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3016 | 2024.08.15 05:35:16.414762 [ 3 ] {} <Debug> HTTP-Session: 47d96c3c-a48a-4f83-a62c-97648c8f29b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3017 | 2024.08.15 05:35:16.414793 [ 3 ] {} <Trace> HTTP-Session: 47d96c3c-a48a-4f83-a62c-97648c8f29b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3018 | 2024.08.15 05:35:16.414892 [ 3 ] {08c1928b-15cb-4fda-b1ae-502a6f286327} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
3019 | 2024.08.15 05:35:16.414935 [ 3 ] {08c1928b-15cb-4fda-b1ae-502a6f286327} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3020 | 2024.08.15 05:35:16.415077 [ 3 ] {08c1928b-15cb-4fda-b1ae-502a6f286327} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3021 | 2024.08.15 05:35:16.415452 [ 3 ] {08c1928b-15cb-4fda-b1ae-502a6f286327} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3022 | 2024.08.15 05:35:16.415488 [ 3 ] {08c1928b-15cb-4fda-b1ae-502a6f286327} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3023 | 2024.08.15 05:35:16.415785 [ 3 ] {08c1928b-15cb-4fda-b1ae-502a6f286327} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3024 | 2024.08.15 05:35:16.416080 [ 3 ] {08c1928b-15cb-4fda-b1ae-502a6f286327} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3025 | 2024.08.15 05:35:16.416199 [ 47 ] {} <Debug> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3026 | 2024.08.15 05:35:16.416209 [ 3 ] {08c1928b-15cb-4fda-b1ae-502a6f286327} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001343 sec., 4467.6098287416235 rows/sec., 263.96 KiB/sec. | ||
3027 | 2024.08.15 05:35:16.416249 [ 47 ] {} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3028 | 2024.08.15 05:35:16.416292 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3029 | 2024.08.15 05:35:16.416443 [ 3 ] {08c1928b-15cb-4fda-b1ae-502a6f286327} <Debug> DynamicQueryHandler: Done processing query | ||
3030 | 2024.08.15 05:35:16.416486 [ 191 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
3031 | 2024.08.15 05:35:16.416498 [ 3 ] {08c1928b-15cb-4fda-b1ae-502a6f286327} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3032 | 2024.08.15 05:35:16.416569 [ 3 ] {} <Debug> HTTP-Session: 47d96c3c-a48a-4f83-a62c-97648c8f29b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3033 | 2024.08.15 05:35:16.416736 [ 191 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3034 | 2024.08.15 05:35:16.416772 [ 191 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
3035 | 2024.08.15 05:35:16.416842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 61767, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3036 | 2024.08.15 05:35:16.416890 [ 191 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
3037 | 2024.08.15 05:35:16.416937 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3038 | 2024.08.15 05:35:16.417001 [ 3 ] {} <Debug> HTTP-Session: a9418a35-53e9-43a8-8cec-5c7047cd2bd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3039 | 2024.08.15 05:35:16.417058 [ 3 ] {} <Debug> HTTP-Session: a9418a35-53e9-43a8-8cec-5c7047cd2bd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3040 | 2024.08.15 05:35:16.417075 [ 191 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
3041 | 2024.08.15 05:35:16.417123 [ 3 ] {} <Debug> HTTP-Session: a9418a35-53e9-43a8-8cec-5c7047cd2bd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3042 | 2024.08.15 05:35:16.417297 [ 3 ] {} <Trace> HTTP-Session: a9418a35-53e9-43a8-8cec-5c7047cd2bd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3043 | 2024.08.15 05:35:16.417445 [ 191 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
3044 | 2024.08.15 05:35:16.417559 [ 191 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
3045 | 2024.08.15 05:35:16.417711 [ 3 ] {3bd9b84f-4afe-48d6-9e86-f18dffa4ec52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3046 | 2024.08.15 05:35:16.417775 [ 3 ] {3bd9b84f-4afe-48d6-9e86-f18dffa4ec52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3047 | 2024.08.15 05:35:16.417996 [ 3 ] {3bd9b84f-4afe-48d6-9e86-f18dffa4ec52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3048 | 2024.08.15 05:35:16.418694 [ 3 ] {3bd9b84f-4afe-48d6-9e86-f18dffa4ec52} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3049 | 2024.08.15 05:35:16.418738 [ 3 ] {3bd9b84f-4afe-48d6-9e86-f18dffa4ec52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3050 | 2024.08.15 05:35:16.418969 [ 193 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.002603736 sec., 11521.905446635143 rows/sec., 686.36 KiB/sec. | ||
3051 | 2024.08.15 05:35:16.419224 [ 193 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3052 | 2024.08.15 05:35:16.419330 [ 3 ] {3bd9b84f-4afe-48d6-9e86-f18dffa4ec52} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3053 | 2024.08.15 05:35:16.420288 [ 3 ] {3bd9b84f-4afe-48d6-9e86-f18dffa4ec52} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3054 | 2024.08.15 05:35:16.420340 [ 193 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_5_1} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3055 | 2024.08.15 05:35:16.420566 [ 193 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_5_1} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3056 | 2024.08.15 05:35:16.420576 [ 3 ] {3bd9b84f-4afe-48d6-9e86-f18dffa4ec52} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.003047 sec., 125369.21562192321 rows/sec., 8.87 MiB/sec. | ||
3057 | 2024.08.15 05:35:16.420807 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
3058 | 2024.08.15 05:35:16.420948 [ 3 ] {3bd9b84f-4afe-48d6-9e86-f18dffa4ec52} <Debug> DynamicQueryHandler: Done processing query | ||
3059 | 2024.08.15 05:35:16.420978 [ 3 ] {3bd9b84f-4afe-48d6-9e86-f18dffa4ec52} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
3060 | 2024.08.15 05:35:16.420994 [ 3 ] {} <Debug> HTTP-Session: a9418a35-53e9-43a8-8cec-5c7047cd2bd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3061 | 2024.08.15 05:35:16.421145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3062 | 2024.08.15 05:35:16.421194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3063 | 2024.08.15 05:35:16.421213 [ 3 ] {} <Debug> HTTP-Session: cd943c4d-2d93-4ef6-9089-5ec4ffb71ef2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3064 | 2024.08.15 05:35:16.421230 [ 3 ] {} <Debug> HTTP-Session: cd943c4d-2d93-4ef6-9089-5ec4ffb71ef2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3065 | 2024.08.15 05:35:16.421244 [ 3 ] {} <Debug> HTTP-Session: cd943c4d-2d93-4ef6-9089-5ec4ffb71ef2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3066 | 2024.08.15 05:35:16.421276 [ 3 ] {} <Trace> HTTP-Session: cd943c4d-2d93-4ef6-9089-5ec4ffb71ef2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3067 | 2024.08.15 05:35:16.421373 [ 3 ] {38bee103-16b9-482a-b2b7-eb5d2241ae2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3068 | 2024.08.15 05:35:16.421419 [ 3 ] {38bee103-16b9-482a-b2b7-eb5d2241ae2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3069 | 2024.08.15 05:35:16.421565 [ 3 ] {38bee103-16b9-482a-b2b7-eb5d2241ae2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3070 | 2024.08.15 05:35:16.421891 [ 3 ] {38bee103-16b9-482a-b2b7-eb5d2241ae2d} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3071 | 2024.08.15 05:35:16.421926 [ 3 ] {38bee103-16b9-482a-b2b7-eb5d2241ae2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3072 | 2024.08.15 05:35:16.422284 [ 3 ] {38bee103-16b9-482a-b2b7-eb5d2241ae2d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3073 | 2024.08.15 05:35:16.422601 [ 3 ] {38bee103-16b9-482a-b2b7-eb5d2241ae2d} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3074 | 2024.08.15 05:35:16.422731 [ 3 ] {38bee103-16b9-482a-b2b7-eb5d2241ae2d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001383 sec., 4338.394793926248 rows/sec., 226.66 KiB/sec. | ||
3075 | 2024.08.15 05:35:16.422895 [ 3 ] {38bee103-16b9-482a-b2b7-eb5d2241ae2d} <Debug> DynamicQueryHandler: Done processing query | ||
3076 | 2024.08.15 05:35:16.422920 [ 3 ] {38bee103-16b9-482a-b2b7-eb5d2241ae2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3077 | 2024.08.15 05:35:16.422936 [ 3 ] {} <Debug> HTTP-Session: cd943c4d-2d93-4ef6-9089-5ec4ffb71ef2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3078 | 2024.08.15 05:35:16.423107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 44563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3079 | 2024.08.15 05:35:16.423160 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3080 | 2024.08.15 05:35:16.423181 [ 3 ] {} <Debug> HTTP-Session: df53ad65-66e4-4197-8ba1-89290a504d06 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3081 | 2024.08.15 05:35:16.423197 [ 3 ] {} <Debug> HTTP-Session: df53ad65-66e4-4197-8ba1-89290a504d06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3082 | 2024.08.15 05:35:16.423211 [ 3 ] {} <Debug> HTTP-Session: df53ad65-66e4-4197-8ba1-89290a504d06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3083 | 2024.08.15 05:35:16.423241 [ 3 ] {} <Trace> HTTP-Session: df53ad65-66e4-4197-8ba1-89290a504d06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3084 | 2024.08.15 05:35:16.423439 [ 3 ] {101f58be-9aad-4b21-82e9-56b4be34de1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3085 | 2024.08.15 05:35:16.423485 [ 3 ] {101f58be-9aad-4b21-82e9-56b4be34de1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3086 | 2024.08.15 05:35:16.423625 [ 3 ] {101f58be-9aad-4b21-82e9-56b4be34de1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3087 | 2024.08.15 05:35:16.424047 [ 3 ] {101f58be-9aad-4b21-82e9-56b4be34de1d} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3088 | 2024.08.15 05:35:16.424082 [ 3 ] {101f58be-9aad-4b21-82e9-56b4be34de1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3089 | 2024.08.15 05:35:16.424459 [ 3 ] {101f58be-9aad-4b21-82e9-56b4be34de1d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3090 | 2024.08.15 05:35:16.424793 [ 3 ] {101f58be-9aad-4b21-82e9-56b4be34de1d} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3091 | 2024.08.15 05:35:16.424920 [ 3 ] {101f58be-9aad-4b21-82e9-56b4be34de1d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0016 sec., 148125 rows/sec., 9.93 MiB/sec. | ||
3092 | 2024.08.15 05:35:16.425084 [ 3 ] {101f58be-9aad-4b21-82e9-56b4be34de1d} <Debug> DynamicQueryHandler: Done processing query | ||
3093 | 2024.08.15 05:35:16.425109 [ 3 ] {101f58be-9aad-4b21-82e9-56b4be34de1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3094 | 2024.08.15 05:35:16.425125 [ 3 ] {} <Debug> HTTP-Session: df53ad65-66e4-4197-8ba1-89290a504d06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3095 | 2024.08.15 05:35:16.425251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3096 | 2024.08.15 05:35:16.425300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3097 | 2024.08.15 05:35:16.425319 [ 3 ] {} <Debug> HTTP-Session: aac4198d-4f61-43d5-a945-91dbd8e7e97d Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3098 | 2024.08.15 05:35:16.425335 [ 3 ] {} <Debug> HTTP-Session: aac4198d-4f61-43d5-a945-91dbd8e7e97d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3099 | 2024.08.15 05:35:16.425349 [ 3 ] {} <Debug> HTTP-Session: aac4198d-4f61-43d5-a945-91dbd8e7e97d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3100 | 2024.08.15 05:35:16.425379 [ 3 ] {} <Trace> HTTP-Session: aac4198d-4f61-43d5-a945-91dbd8e7e97d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3101 | 2024.08.15 05:35:16.425469 [ 3 ] {5dad0224-4827-4ab8-a9e6-65e4e7b839e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
3102 | 2024.08.15 05:35:16.425515 [ 3 ] {5dad0224-4827-4ab8-a9e6-65e4e7b839e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3103 | 2024.08.15 05:35:16.425642 [ 3 ] {5dad0224-4827-4ab8-a9e6-65e4e7b839e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3104 | 2024.08.15 05:35:16.425900 [ 3 ] {5dad0224-4827-4ab8-a9e6-65e4e7b839e9} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3105 | 2024.08.15 05:35:16.425935 [ 3 ] {5dad0224-4827-4ab8-a9e6-65e4e7b839e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3106 | 2024.08.15 05:35:16.426271 [ 3 ] {5dad0224-4827-4ab8-a9e6-65e4e7b839e9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3107 | 2024.08.15 05:35:16.426580 [ 3 ] {5dad0224-4827-4ab8-a9e6-65e4e7b839e9} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3108 | 2024.08.15 05:35:16.426698 [ 47 ] {} <Debug> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3109 | 2024.08.15 05:35:16.426708 [ 3 ] {5dad0224-4827-4ab8-a9e6-65e4e7b839e9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001259 sec., 794.2811755361398 rows/sec., 53.52 KiB/sec. | ||
3110 | 2024.08.15 05:35:16.426740 [ 47 ] {} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3111 | 2024.08.15 05:35:16.426778 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3112 | 2024.08.15 05:35:16.426981 [ 3 ] {5dad0224-4827-4ab8-a9e6-65e4e7b839e9} <Debug> DynamicQueryHandler: Done processing query | ||
3113 | 2024.08.15 05:35:16.427044 [ 3 ] {5dad0224-4827-4ab8-a9e6-65e4e7b839e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3114 | 2024.08.15 05:35:16.427056 [ 195 ] {73f49326-8ca5-47bc-88f4-892effbaf908::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 | ||
3115 | 2024.08.15 05:35:16.427120 [ 3 ] {} <Debug> HTTP-Session: aac4198d-4f61-43d5-a945-91dbd8e7e97d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3116 | 2024.08.15 05:35:16.427331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3117 | 2024.08.15 05:35:16.427374 [ 195 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3118 | 2024.08.15 05:35:16.427392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3119 | 2024.08.15 05:35:16.427423 [ 3 ] {} <Debug> HTTP-Session: 3307da78-a38e-47ee-8f4c-8296cca210c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3120 | 2024.08.15 05:35:16.427426 [ 195 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
3121 | 2024.08.15 05:35:16.427441 [ 3 ] {} <Debug> HTTP-Session: 3307da78-a38e-47ee-8f4c-8296cca210c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3122 | 2024.08.15 05:35:16.427461 [ 3 ] {} <Debug> HTTP-Session: 3307da78-a38e-47ee-8f4c-8296cca210c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3123 | 2024.08.15 05:35:16.427501 [ 3 ] {} <Trace> HTTP-Session: 3307da78-a38e-47ee-8f4c-8296cca210c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3124 | 2024.08.15 05:35:16.427586 [ 195 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
3125 | 2024.08.15 05:35:16.427813 [ 3 ] {03337a9c-4e70-4485-8029-41a445fb9fde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3126 | 2024.08.15 05:35:16.427826 [ 195 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
3127 | 2024.08.15 05:35:16.427958 [ 3 ] {03337a9c-4e70-4485-8029-41a445fb9fde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3128 | 2024.08.15 05:35:16.428132 [ 195 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
3129 | 2024.08.15 05:35:16.428400 [ 195 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
3130 | 2024.08.15 05:35:16.428863 [ 3 ] {03337a9c-4e70-4485-8029-41a445fb9fde} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3131 | 2024.08.15 05:35:16.429345 [ 3 ] {03337a9c-4e70-4485-8029-41a445fb9fde} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3132 | 2024.08.15 05:35:16.429387 [ 3 ] {03337a9c-4e70-4485-8029-41a445fb9fde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3133 | 2024.08.15 05:35:16.429981 [ 191 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.003123506 sec., 1600.7652938716942 rows/sec., 107.86 KiB/sec. | ||
3134 | 2024.08.15 05:35:16.429988 [ 3 ] {03337a9c-4e70-4485-8029-41a445fb9fde} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3135 | 2024.08.15 05:35:16.430115 [ 191 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3136 | 2024.08.15 05:35:16.430487 [ 3 ] {03337a9c-4e70-4485-8029-41a445fb9fde} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3137 | 2024.08.15 05:35:16.430671 [ 3 ] {03337a9c-4e70-4485-8029-41a445fb9fde} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003033 sec., 27035.9380151665 rows/sec., 1.72 MiB/sec. | ||
3138 | 2024.08.15 05:35:16.430785 [ 191 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_5_1} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3139 | 2024.08.15 05:35:16.430871 [ 191 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_5_1} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3140 | 2024.08.15 05:35:16.430880 [ 3 ] {03337a9c-4e70-4485-8029-41a445fb9fde} <Debug> DynamicQueryHandler: Done processing query | ||
3141 | 2024.08.15 05:35:16.430914 [ 3 ] {03337a9c-4e70-4485-8029-41a445fb9fde} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3142 | 2024.08.15 05:35:16.430943 [ 3 ] {} <Debug> HTTP-Session: 3307da78-a38e-47ee-8f4c-8296cca210c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3143 | 2024.08.15 05:35:16.430951 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
3144 | 2024.08.15 05:35:20.232636 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3145 | 2024.08.15 05:35:20.232701 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3146 | 2024.08.15 05:35:21.407125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3147 | 2024.08.15 05:35:21.407253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3148 | 2024.08.15 05:35:21.407281 [ 3 ] {} <Debug> HTTP-Session: 13b6f2f3-801e-4a90-84fb-e0198b35c45f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3149 | 2024.08.15 05:35:21.407308 [ 3 ] {} <Debug> HTTP-Session: 13b6f2f3-801e-4a90-84fb-e0198b35c45f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3150 | 2024.08.15 05:35:21.407327 [ 3 ] {} <Debug> HTTP-Session: 13b6f2f3-801e-4a90-84fb-e0198b35c45f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3151 | 2024.08.15 05:35:21.407383 [ 3 ] {} <Trace> HTTP-Session: 13b6f2f3-801e-4a90-84fb-e0198b35c45f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3152 | 2024.08.15 05:35:21.407665 [ 3 ] {e449f781-263f-490b-b2fe-a675a0e8310d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
3153 | 2024.08.15 05:35:21.408081 [ 3 ] {e449f781-263f-490b-b2fe-a675a0e8310d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3154 | 2024.08.15 05:35:21.408131 [ 3 ] {e449f781-263f-490b-b2fe-a675a0e8310d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
3155 | 2024.08.15 05:35:21.408494 [ 3 ] {e449f781-263f-490b-b2fe-a675a0e8310d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3156 | 2024.08.15 05:35:21.408573 [ 3 ] {e449f781-263f-490b-b2fe-a675a0e8310d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3157 | 2024.08.15 05:35:21.408745 [ 3 ] {e449f781-263f-490b-b2fe-a675a0e8310d} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
3158 | 2024.08.15 05:35:21.408784 [ 3 ] {e449f781-263f-490b-b2fe-a675a0e8310d} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
3159 | 2024.08.15 05:35:21.408810 [ 3 ] {e449f781-263f-490b-b2fe-a675a0e8310d} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (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 | ||
3160 | 2024.08.15 05:35:21.408828 [ 3 ] {e449f781-263f-490b-b2fe-a675a0e8310d} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3161 | 2024.08.15 05:35:21.408876 [ 3 ] {e449f781-263f-490b-b2fe-a675a0e8310d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
3162 | 2024.08.15 05:35:21.408902 [ 3 ] {e449f781-263f-490b-b2fe-a675a0e8310d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 40 rows starting from 0 | ||
3163 | 2024.08.15 05:35:21.410102 [ 3 ] {e449f781-263f-490b-b2fe-a675a0e8310d} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.002572 sec., 15552.099533437013 rows/sec., 593.08 KiB/sec. | ||
3164 | 2024.08.15 05:35:21.410375 [ 3 ] {e449f781-263f-490b-b2fe-a675a0e8310d} <Debug> DynamicQueryHandler: Done processing query | ||
3165 | 2024.08.15 05:35:21.410402 [ 3 ] {e449f781-263f-490b-b2fe-a675a0e8310d} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
3166 | 2024.08.15 05:35:21.410419 [ 3 ] {} <Debug> HTTP-Session: 13b6f2f3-801e-4a90-84fb-e0198b35c45f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3167 | 2024.08.15 05:35:21.410829 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3168 | 2024.08.15 05:35:21.410877 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3169 | 2024.08.15 05:35:21.410898 [ 3 ] {} <Debug> HTTP-Session: b5eeea37-3ec6-4985-afc9-45c7dd2e62f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3170 | 2024.08.15 05:35:21.410914 [ 3 ] {} <Debug> HTTP-Session: b5eeea37-3ec6-4985-afc9-45c7dd2e62f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3171 | 2024.08.15 05:35:21.410928 [ 3 ] {} <Debug> HTTP-Session: b5eeea37-3ec6-4985-afc9-45c7dd2e62f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3172 | 2024.08.15 05:35:21.410959 [ 3 ] {} <Trace> HTTP-Session: b5eeea37-3ec6-4985-afc9-45c7dd2e62f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3173 | 2024.08.15 05:35:21.411069 [ 3 ] {aeea0f03-99b5-4cee-8306-97cdd5f95fd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
3174 | 2024.08.15 05:35:21.411115 [ 3 ] {aeea0f03-99b5-4cee-8306-97cdd5f95fd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3175 | 2024.08.15 05:35:21.411283 [ 3 ] {aeea0f03-99b5-4cee-8306-97cdd5f95fd6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3176 | 2024.08.15 05:35:21.411589 [ 3 ] {aeea0f03-99b5-4cee-8306-97cdd5f95fd6} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3177 | 2024.08.15 05:35:21.411629 [ 3 ] {aeea0f03-99b5-4cee-8306-97cdd5f95fd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3178 | 2024.08.15 05:35:21.412104 [ 3 ] {aeea0f03-99b5-4cee-8306-97cdd5f95fd6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3179 | 2024.08.15 05:35:21.412417 [ 3 ] {aeea0f03-99b5-4cee-8306-97cdd5f95fd6} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3180 | 2024.08.15 05:35:21.412562 [ 3 ] {aeea0f03-99b5-4cee-8306-97cdd5f95fd6} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001529 sec., 654.0222367560497 rows/sec., 148.18 KiB/sec. | ||
3181 | 2024.08.15 05:35:21.412743 [ 3 ] {aeea0f03-99b5-4cee-8306-97cdd5f95fd6} <Debug> DynamicQueryHandler: Done processing query | ||
3182 | 2024.08.15 05:35:21.412767 [ 3 ] {aeea0f03-99b5-4cee-8306-97cdd5f95fd6} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3183 | 2024.08.15 05:35:21.412782 [ 3 ] {} <Debug> HTTP-Session: b5eeea37-3ec6-4985-afc9-45c7dd2e62f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3184 | 2024.08.15 05:35:21.412966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3185 | 2024.08.15 05:35:21.413014 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3186 | 2024.08.15 05:35:21.413033 [ 3 ] {} <Debug> HTTP-Session: cf1e137a-9ab1-4763-b6e5-fea3b73a457d Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3187 | 2024.08.15 05:35:21.413049 [ 3 ] {} <Debug> HTTP-Session: cf1e137a-9ab1-4763-b6e5-fea3b73a457d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3188 | 2024.08.15 05:35:21.413062 [ 3 ] {} <Debug> HTTP-Session: cf1e137a-9ab1-4763-b6e5-fea3b73a457d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3189 | 2024.08.15 05:35:21.413092 [ 3 ] {} <Trace> HTTP-Session: cf1e137a-9ab1-4763-b6e5-fea3b73a457d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3190 | 2024.08.15 05:35:21.413195 [ 3 ] {123a11d6-46ab-4308-916e-347cd7b0f385} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3191 | 2024.08.15 05:35:21.413237 [ 3 ] {123a11d6-46ab-4308-916e-347cd7b0f385} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3192 | 2024.08.15 05:35:21.413367 [ 3 ] {123a11d6-46ab-4308-916e-347cd7b0f385} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3193 | 2024.08.15 05:35:21.413655 [ 3 ] {123a11d6-46ab-4308-916e-347cd7b0f385} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3194 | 2024.08.15 05:35:21.413692 [ 3 ] {123a11d6-46ab-4308-916e-347cd7b0f385} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3195 | 2024.08.15 05:35:21.413997 [ 3 ] {123a11d6-46ab-4308-916e-347cd7b0f385} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3196 | 2024.08.15 05:35:21.414295 [ 3 ] {123a11d6-46ab-4308-916e-347cd7b0f385} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3197 | 2024.08.15 05:35:21.414450 [ 3 ] {123a11d6-46ab-4308-916e-347cd7b0f385} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001282 sec., 20280.811232449298 rows/sec., 1.61 MiB/sec. | ||
3198 | 2024.08.15 05:35:21.414617 [ 3 ] {123a11d6-46ab-4308-916e-347cd7b0f385} <Debug> DynamicQueryHandler: Done processing query | ||
3199 | 2024.08.15 05:35:21.414641 [ 3 ] {123a11d6-46ab-4308-916e-347cd7b0f385} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3200 | 2024.08.15 05:35:21.414656 [ 3 ] {} <Debug> HTTP-Session: cf1e137a-9ab1-4763-b6e5-fea3b73a457d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3201 | 2024.08.15 05:35:21.414773 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3202 | 2024.08.15 05:35:21.414822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3203 | 2024.08.15 05:35:21.414840 [ 3 ] {} <Debug> HTTP-Session: 0ac15cac-fdce-453d-b6f3-c5d39c536840 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3204 | 2024.08.15 05:35:21.414857 [ 3 ] {} <Debug> HTTP-Session: 0ac15cac-fdce-453d-b6f3-c5d39c536840 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3205 | 2024.08.15 05:35:21.414870 [ 3 ] {} <Debug> HTTP-Session: 0ac15cac-fdce-453d-b6f3-c5d39c536840 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3206 | 2024.08.15 05:35:21.414900 [ 3 ] {} <Trace> HTTP-Session: 0ac15cac-fdce-453d-b6f3-c5d39c536840 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3207 | 2024.08.15 05:35:21.414992 [ 3 ] {6c665c08-a60a-4c73-bf4e-c1a16f36b4bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3208 | 2024.08.15 05:35:21.415034 [ 3 ] {6c665c08-a60a-4c73-bf4e-c1a16f36b4bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3209 | 2024.08.15 05:35:21.415200 [ 3 ] {6c665c08-a60a-4c73-bf4e-c1a16f36b4bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3210 | 2024.08.15 05:35:21.415458 [ 3 ] {6c665c08-a60a-4c73-bf4e-c1a16f36b4bb} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3211 | 2024.08.15 05:35:21.415493 [ 3 ] {6c665c08-a60a-4c73-bf4e-c1a16f36b4bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3212 | 2024.08.15 05:35:21.415916 [ 3 ] {6c665c08-a60a-4c73-bf4e-c1a16f36b4bb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
3213 | 2024.08.15 05:35:21.416233 [ 3 ] {6c665c08-a60a-4c73-bf4e-c1a16f36b4bb} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3214 | 2024.08.15 05:35:21.416381 [ 3 ] {6c665c08-a60a-4c73-bf4e-c1a16f36b4bb} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001412 sec., 1416.4305949008499 rows/sec., 115.50 KiB/sec. | ||
3215 | 2024.08.15 05:35:21.416653 [ 3 ] {6c665c08-a60a-4c73-bf4e-c1a16f36b4bb} <Debug> DynamicQueryHandler: Done processing query | ||
3216 | 2024.08.15 05:35:21.416677 [ 3 ] {6c665c08-a60a-4c73-bf4e-c1a16f36b4bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3217 | 2024.08.15 05:35:21.416693 [ 3 ] {} <Debug> HTTP-Session: 0ac15cac-fdce-453d-b6f3-c5d39c536840 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3218 | 2024.08.15 05:35:21.416830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3219 | 2024.08.15 05:35:21.416878 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3220 | 2024.08.15 05:35:21.416897 [ 3 ] {} <Debug> HTTP-Session: 7d1be2d9-820a-49ec-83f8-3ff76f2482bb Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3221 | 2024.08.15 05:35:21.416913 [ 3 ] {} <Debug> HTTP-Session: 7d1be2d9-820a-49ec-83f8-3ff76f2482bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3222 | 2024.08.15 05:35:21.416927 [ 3 ] {} <Debug> HTTP-Session: 7d1be2d9-820a-49ec-83f8-3ff76f2482bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3223 | 2024.08.15 05:35:21.416957 [ 3 ] {} <Trace> HTTP-Session: 7d1be2d9-820a-49ec-83f8-3ff76f2482bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3224 | 2024.08.15 05:35:21.417108 [ 3 ] {86cbae48-324f-4518-8ef5-de27bcad62ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3225 | 2024.08.15 05:35:21.417151 [ 3 ] {86cbae48-324f-4518-8ef5-de27bcad62ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3226 | 2024.08.15 05:35:21.417294 [ 3 ] {86cbae48-324f-4518-8ef5-de27bcad62ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3227 | 2024.08.15 05:35:21.417656 [ 3 ] {86cbae48-324f-4518-8ef5-de27bcad62ee} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3228 | 2024.08.15 05:35:21.417691 [ 3 ] {86cbae48-324f-4518-8ef5-de27bcad62ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3229 | 2024.08.15 05:35:21.418016 [ 3 ] {86cbae48-324f-4518-8ef5-de27bcad62ee} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3230 | 2024.08.15 05:35:21.418320 [ 3 ] {86cbae48-324f-4518-8ef5-de27bcad62ee} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3231 | 2024.08.15 05:35:21.418466 [ 3 ] {86cbae48-324f-4518-8ef5-de27bcad62ee} <Debug> executeQuery: Read 135 rows, 11.52 KiB in 0.001435 sec., 94076.6550522648 rows/sec., 7.84 MiB/sec. | ||
3232 | 2024.08.15 05:35:21.418633 [ 3 ] {86cbae48-324f-4518-8ef5-de27bcad62ee} <Debug> DynamicQueryHandler: Done processing query | ||
3233 | 2024.08.15 05:35:21.418657 [ 3 ] {86cbae48-324f-4518-8ef5-de27bcad62ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3234 | 2024.08.15 05:35:21.418674 [ 3 ] {} <Debug> HTTP-Session: 7d1be2d9-820a-49ec-83f8-3ff76f2482bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3235 | 2024.08.15 05:35:21.418794 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3236 | 2024.08.15 05:35:21.418841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3237 | 2024.08.15 05:35:21.418861 [ 3 ] {} <Debug> HTTP-Session: f088cce1-7ede-4292-af35-a6ccd4ea260f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3238 | 2024.08.15 05:35:21.418877 [ 3 ] {} <Debug> HTTP-Session: f088cce1-7ede-4292-af35-a6ccd4ea260f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3239 | 2024.08.15 05:35:21.418890 [ 3 ] {} <Debug> HTTP-Session: f088cce1-7ede-4292-af35-a6ccd4ea260f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3240 | 2024.08.15 05:35:21.418920 [ 3 ] {} <Trace> HTTP-Session: f088cce1-7ede-4292-af35-a6ccd4ea260f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3241 | 2024.08.15 05:35:21.419011 [ 3 ] {08bf35f0-8879-44cd-bdbb-ebf41e6ca2e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3242 | 2024.08.15 05:35:21.419052 [ 3 ] {08bf35f0-8879-44cd-bdbb-ebf41e6ca2e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3243 | 2024.08.15 05:35:21.419180 [ 3 ] {08bf35f0-8879-44cd-bdbb-ebf41e6ca2e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3244 | 2024.08.15 05:35:21.419471 [ 3 ] {08bf35f0-8879-44cd-bdbb-ebf41e6ca2e1} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3245 | 2024.08.15 05:35:21.419508 [ 3 ] {08bf35f0-8879-44cd-bdbb-ebf41e6ca2e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3246 | 2024.08.15 05:35:21.419799 [ 3 ] {08bf35f0-8879-44cd-bdbb-ebf41e6ca2e1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
3247 | 2024.08.15 05:35:21.420097 [ 3 ] {08bf35f0-8879-44cd-bdbb-ebf41e6ca2e1} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3248 | 2024.08.15 05:35:21.420246 [ 3 ] {08bf35f0-8879-44cd-bdbb-ebf41e6ca2e1} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001252 sec., 1597.4440894568688 rows/sec., 111.54 KiB/sec. | ||
3249 | 2024.08.15 05:35:21.420516 [ 3 ] {08bf35f0-8879-44cd-bdbb-ebf41e6ca2e1} <Debug> DynamicQueryHandler: Done processing query | ||
3250 | 2024.08.15 05:35:21.420541 [ 3 ] {08bf35f0-8879-44cd-bdbb-ebf41e6ca2e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3251 | 2024.08.15 05:35:21.420557 [ 3 ] {} <Debug> HTTP-Session: f088cce1-7ede-4292-af35-a6ccd4ea260f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3252 | 2024.08.15 05:35:21.420682 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 15624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3253 | 2024.08.15 05:35:21.420730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3254 | 2024.08.15 05:35:21.420748 [ 3 ] {} <Debug> HTTP-Session: 5aa6e89a-d575-4b2d-b246-122ee2be28bc Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3255 | 2024.08.15 05:35:21.420765 [ 3 ] {} <Debug> HTTP-Session: 5aa6e89a-d575-4b2d-b246-122ee2be28bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3256 | 2024.08.15 05:35:21.420778 [ 3 ] {} <Debug> HTTP-Session: 5aa6e89a-d575-4b2d-b246-122ee2be28bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3257 | 2024.08.15 05:35:21.420808 [ 3 ] {} <Trace> HTTP-Session: 5aa6e89a-d575-4b2d-b246-122ee2be28bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3258 | 2024.08.15 05:35:21.420927 [ 3 ] {a61432f7-8c61-4ca9-adc9-6589ac20f50a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3259 | 2024.08.15 05:35:21.420969 [ 3 ] {a61432f7-8c61-4ca9-adc9-6589ac20f50a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3260 | 2024.08.15 05:35:21.421110 [ 3 ] {a61432f7-8c61-4ca9-adc9-6589ac20f50a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3261 | 2024.08.15 05:35:21.421448 [ 3 ] {a61432f7-8c61-4ca9-adc9-6589ac20f50a} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3262 | 2024.08.15 05:35:21.421484 [ 3 ] {a61432f7-8c61-4ca9-adc9-6589ac20f50a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3263 | 2024.08.15 05:35:21.421785 [ 3 ] {a61432f7-8c61-4ca9-adc9-6589ac20f50a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3264 | 2024.08.15 05:35:21.422080 [ 3 ] {a61432f7-8c61-4ca9-adc9-6589ac20f50a} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3265 | 2024.08.15 05:35:21.422239 [ 3 ] {a61432f7-8c61-4ca9-adc9-6589ac20f50a} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001352 sec., 68047.33727810651 rows/sec., 5.32 MiB/sec. | ||
3266 | 2024.08.15 05:35:21.422530 [ 3 ] {a61432f7-8c61-4ca9-adc9-6589ac20f50a} <Debug> DynamicQueryHandler: Done processing query | ||
3267 | 2024.08.15 05:35:21.422555 [ 3 ] {a61432f7-8c61-4ca9-adc9-6589ac20f50a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3268 | 2024.08.15 05:35:21.422571 [ 3 ] {} <Debug> HTTP-Session: 5aa6e89a-d575-4b2d-b246-122ee2be28bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3269 | 2024.08.15 05:35:21.422734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30745, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3270 | 2024.08.15 05:35:21.422782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3271 | 2024.08.15 05:35:21.422801 [ 3 ] {} <Debug> HTTP-Session: d3ecf3f0-64f8-4c56-889f-28d5b91ea9dc Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3272 | 2024.08.15 05:35:21.422817 [ 3 ] {} <Debug> HTTP-Session: d3ecf3f0-64f8-4c56-889f-28d5b91ea9dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3273 | 2024.08.15 05:35:21.422830 [ 3 ] {} <Debug> HTTP-Session: d3ecf3f0-64f8-4c56-889f-28d5b91ea9dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3274 | 2024.08.15 05:35:21.422860 [ 3 ] {} <Trace> HTTP-Session: d3ecf3f0-64f8-4c56-889f-28d5b91ea9dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3275 | 2024.08.15 05:35:21.423011 [ 3 ] {3425cdee-ec25-4922-9063-fd8e9ec56d8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3276 | 2024.08.15 05:35:21.423056 [ 3 ] {3425cdee-ec25-4922-9063-fd8e9ec56d8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3277 | 2024.08.15 05:35:21.423213 [ 3 ] {3425cdee-ec25-4922-9063-fd8e9ec56d8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3278 | 2024.08.15 05:35:21.423594 [ 3 ] {3425cdee-ec25-4922-9063-fd8e9ec56d8d} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3279 | 2024.08.15 05:35:21.423631 [ 3 ] {3425cdee-ec25-4922-9063-fd8e9ec56d8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3280 | 2024.08.15 05:35:21.424010 [ 3 ] {3425cdee-ec25-4922-9063-fd8e9ec56d8d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3281 | 2024.08.15 05:35:21.424335 [ 3 ] {3425cdee-ec25-4922-9063-fd8e9ec56d8d} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3282 | 2024.08.15 05:35:21.424489 [ 3 ] {3425cdee-ec25-4922-9063-fd8e9ec56d8d} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001553 sec., 103670.31551835158 rows/sec., 7.22 MiB/sec. | ||
3283 | 2024.08.15 05:35:21.424663 [ 3 ] {3425cdee-ec25-4922-9063-fd8e9ec56d8d} <Debug> DynamicQueryHandler: Done processing query | ||
3284 | 2024.08.15 05:35:21.424687 [ 3 ] {3425cdee-ec25-4922-9063-fd8e9ec56d8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3285 | 2024.08.15 05:35:21.424702 [ 3 ] {} <Debug> HTTP-Session: d3ecf3f0-64f8-4c56-889f-28d5b91ea9dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3286 | 2024.08.15 05:35:21.424891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 41818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3287 | 2024.08.15 05:35:21.424939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3288 | 2024.08.15 05:35:21.424958 [ 3 ] {} <Debug> HTTP-Session: f46523de-3b33-4692-88cc-3a2d58bfc9fa Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3289 | 2024.08.15 05:35:21.424974 [ 3 ] {} <Debug> HTTP-Session: f46523de-3b33-4692-88cc-3a2d58bfc9fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3290 | 2024.08.15 05:35:21.424988 [ 3 ] {} <Debug> HTTP-Session: f46523de-3b33-4692-88cc-3a2d58bfc9fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3291 | 2024.08.15 05:35:21.425018 [ 3 ] {} <Trace> HTTP-Session: f46523de-3b33-4692-88cc-3a2d58bfc9fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3292 | 2024.08.15 05:35:21.425327 [ 3 ] {f4432b47-f18d-474d-af1a-dc9c156f694d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3293 | 2024.08.15 05:35:21.425390 [ 3 ] {f4432b47-f18d-474d-af1a-dc9c156f694d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3294 | 2024.08.15 05:35:21.425775 [ 3 ] {f4432b47-f18d-474d-af1a-dc9c156f694d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3295 | 2024.08.15 05:35:21.426401 [ 3 ] {f4432b47-f18d-474d-af1a-dc9c156f694d} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3296 | 2024.08.15 05:35:21.426436 [ 3 ] {f4432b47-f18d-474d-af1a-dc9c156f694d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3297 | 2024.08.15 05:35:21.427017 [ 3 ] {f4432b47-f18d-474d-af1a-dc9c156f694d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3298 | 2024.08.15 05:35:21.427413 [ 3 ] {f4432b47-f18d-474d-af1a-dc9c156f694d} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3299 | 2024.08.15 05:35:21.427592 [ 3 ] {f4432b47-f18d-474d-af1a-dc9c156f694d} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002492 sec., 10433.38683788122 rows/sec., 18.70 MiB/sec. | ||
3300 | 2024.08.15 05:35:21.427809 [ 3 ] {f4432b47-f18d-474d-af1a-dc9c156f694d} <Debug> DynamicQueryHandler: Done processing query | ||
3301 | 2024.08.15 05:35:21.427833 [ 3 ] {f4432b47-f18d-474d-af1a-dc9c156f694d} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3302 | 2024.08.15 05:35:21.427850 [ 3 ] {} <Debug> HTTP-Session: f46523de-3b33-4692-88cc-3a2d58bfc9fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3303 | 2024.08.15 05:35:21.427985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3304 | 2024.08.15 05:35:21.428034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3305 | 2024.08.15 05:35:21.428052 [ 3 ] {} <Debug> HTTP-Session: 48f7b7df-a14a-4a7f-b83d-6b29798176f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3306 | 2024.08.15 05:35:21.428068 [ 3 ] {} <Debug> HTTP-Session: 48f7b7df-a14a-4a7f-b83d-6b29798176f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3307 | 2024.08.15 05:35:21.428081 [ 3 ] {} <Debug> HTTP-Session: 48f7b7df-a14a-4a7f-b83d-6b29798176f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3308 | 2024.08.15 05:35:21.428111 [ 3 ] {} <Trace> HTTP-Session: 48f7b7df-a14a-4a7f-b83d-6b29798176f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3309 | 2024.08.15 05:35:21.428220 [ 3 ] {dadcefc5-3288-4672-af52-3abf756d0481} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3310 | 2024.08.15 05:35:21.428264 [ 3 ] {dadcefc5-3288-4672-af52-3abf756d0481} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3311 | 2024.08.15 05:35:21.428390 [ 3 ] {dadcefc5-3288-4672-af52-3abf756d0481} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3312 | 2024.08.15 05:35:21.428725 [ 3 ] {dadcefc5-3288-4672-af52-3abf756d0481} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3313 | 2024.08.15 05:35:21.428760 [ 3 ] {dadcefc5-3288-4672-af52-3abf756d0481} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3314 | 2024.08.15 05:35:21.429108 [ 3 ] {dadcefc5-3288-4672-af52-3abf756d0481} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3315 | 2024.08.15 05:35:21.429424 [ 3 ] {dadcefc5-3288-4672-af52-3abf756d0481} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3316 | 2024.08.15 05:35:21.429576 [ 3 ] {dadcefc5-3288-4672-af52-3abf756d0481} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001383 sec., 43383.94793926248 rows/sec., 2.92 MiB/sec. | ||
3317 | 2024.08.15 05:35:21.429743 [ 3 ] {dadcefc5-3288-4672-af52-3abf756d0481} <Debug> DynamicQueryHandler: Done processing query | ||
3318 | 2024.08.15 05:35:21.429767 [ 3 ] {dadcefc5-3288-4672-af52-3abf756d0481} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3319 | 2024.08.15 05:35:21.429783 [ 3 ] {} <Debug> HTTP-Session: 48f7b7df-a14a-4a7f-b83d-6b29798176f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3320 | 2024.08.15 05:35:26.247714 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3321 | 2024.08.15 05:35:26.247845 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3322 | 2024.08.15 05:35:26.247871 [ 3 ] {} <Debug> HTTP-Session: a22b4813-9452-44cb-9884-3dd7bb640fed Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3323 | 2024.08.15 05:35:26.247895 [ 3 ] {} <Debug> HTTP-Session: a22b4813-9452-44cb-9884-3dd7bb640fed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3324 | 2024.08.15 05:35:26.247910 [ 3 ] {} <Debug> HTTP-Session: a22b4813-9452-44cb-9884-3dd7bb640fed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3325 | 2024.08.15 05:35:26.247961 [ 3 ] {} <Trace> HTTP-Session: a22b4813-9452-44cb-9884-3dd7bb640fed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3326 | 2024.08.15 05:35:26.248143 [ 3 ] {3d1be5b8-998f-402c-bf22-26e81e446c00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3327 | 2024.08.15 05:35:26.248212 [ 3 ] {3d1be5b8-998f-402c-bf22-26e81e446c00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3328 | 2024.08.15 05:35:26.248420 [ 3 ] {3d1be5b8-998f-402c-bf22-26e81e446c00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3329 | 2024.08.15 05:35:26.248846 [ 3 ] {3d1be5b8-998f-402c-bf22-26e81e446c00} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3330 | 2024.08.15 05:35:26.248894 [ 3 ] {3d1be5b8-998f-402c-bf22-26e81e446c00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3331 | 2024.08.15 05:35:26.249267 [ 3 ] {3d1be5b8-998f-402c-bf22-26e81e446c00} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3332 | 2024.08.15 05:35:26.249613 [ 3 ] {3d1be5b8-998f-402c-bf22-26e81e446c00} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3333 | 2024.08.15 05:35:26.249787 [ 3 ] {3d1be5b8-998f-402c-bf22-26e81e446c00} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001688 sec., 2369.6682464454975 rows/sec., 192.07 KiB/sec. | ||
3334 | 2024.08.15 05:35:26.250027 [ 3 ] {3d1be5b8-998f-402c-bf22-26e81e446c00} <Debug> DynamicQueryHandler: Done processing query | ||
3335 | 2024.08.15 05:35:26.250055 [ 3 ] {3d1be5b8-998f-402c-bf22-26e81e446c00} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3336 | 2024.08.15 05:35:26.250073 [ 3 ] {} <Debug> HTTP-Session: a22b4813-9452-44cb-9884-3dd7bb640fed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3337 | 2024.08.15 05:35:26.250222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3338 | 2024.08.15 05:35:26.250281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3339 | 2024.08.15 05:35:26.250302 [ 3 ] {} <Debug> HTTP-Session: c18b4c17-def3-4beb-b7f5-ec376b502b78 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3340 | 2024.08.15 05:35:26.250320 [ 3 ] {} <Debug> HTTP-Session: c18b4c17-def3-4beb-b7f5-ec376b502b78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3341 | 2024.08.15 05:35:26.250335 [ 3 ] {} <Debug> HTTP-Session: c18b4c17-def3-4beb-b7f5-ec376b502b78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3342 | 2024.08.15 05:35:26.250370 [ 3 ] {} <Trace> HTTP-Session: c18b4c17-def3-4beb-b7f5-ec376b502b78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3343 | 2024.08.15 05:35:26.250477 [ 3 ] {f290293d-1535-4fd5-9215-e49e64d4ec65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3344 | 2024.08.15 05:35:26.250525 [ 3 ] {f290293d-1535-4fd5-9215-e49e64d4ec65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3345 | 2024.08.15 05:35:26.250659 [ 3 ] {f290293d-1535-4fd5-9215-e49e64d4ec65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3346 | 2024.08.15 05:35:26.250968 [ 3 ] {f290293d-1535-4fd5-9215-e49e64d4ec65} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3347 | 2024.08.15 05:35:26.251007 [ 3 ] {f290293d-1535-4fd5-9215-e49e64d4ec65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3348 | 2024.08.15 05:35:26.251316 [ 3 ] {f290293d-1535-4fd5-9215-e49e64d4ec65} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3349 | 2024.08.15 05:35:26.251625 [ 3 ] {f290293d-1535-4fd5-9215-e49e64d4ec65} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3350 | 2024.08.15 05:35:26.251776 [ 3 ] {f290293d-1535-4fd5-9215-e49e64d4ec65} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001324 sec., 4531.722054380664 rows/sec., 369.53 KiB/sec. | ||
3351 | 2024.08.15 05:35:26.251955 [ 3 ] {f290293d-1535-4fd5-9215-e49e64d4ec65} <Debug> DynamicQueryHandler: Done processing query | ||
3352 | 2024.08.15 05:35:26.251982 [ 3 ] {f290293d-1535-4fd5-9215-e49e64d4ec65} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3353 | 2024.08.15 05:35:26.251998 [ 3 ] {} <Debug> HTTP-Session: c18b4c17-def3-4beb-b7f5-ec376b502b78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3354 | 2024.08.15 05:35:26.252290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 196099, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3355 | 2024.08.15 05:35:26.252345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3356 | 2024.08.15 05:35:26.252365 [ 3 ] {} <Debug> HTTP-Session: 96ae674f-e901-4465-95ff-24abaa20c470 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3357 | 2024.08.15 05:35:26.252384 [ 3 ] {} <Debug> HTTP-Session: 96ae674f-e901-4465-95ff-24abaa20c470 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3358 | 2024.08.15 05:35:26.252398 [ 3 ] {} <Debug> HTTP-Session: 96ae674f-e901-4465-95ff-24abaa20c470 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3359 | 2024.08.15 05:35:26.252431 [ 3 ] {} <Trace> HTTP-Session: 96ae674f-e901-4465-95ff-24abaa20c470 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3360 | 2024.08.15 05:35:26.253520 [ 3 ] {33337269-ac5e-4dcb-8d70-02a52bfbe63c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3361 | 2024.08.15 05:35:26.253571 [ 3 ] {33337269-ac5e-4dcb-8d70-02a52bfbe63c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3362 | 2024.08.15 05:35:26.253707 [ 3 ] {33337269-ac5e-4dcb-8d70-02a52bfbe63c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3363 | 2024.08.15 05:35:26.254920 [ 3 ] {33337269-ac5e-4dcb-8d70-02a52bfbe63c} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3364 | 2024.08.15 05:35:26.254960 [ 3 ] {33337269-ac5e-4dcb-8d70-02a52bfbe63c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3365 | 2024.08.15 05:35:26.255364 [ 3 ] {33337269-ac5e-4dcb-8d70-02a52bfbe63c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3366 | 2024.08.15 05:35:26.255686 [ 3 ] {33337269-ac5e-4dcb-8d70-02a52bfbe63c} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3367 | 2024.08.15 05:35:26.255839 [ 3 ] {33337269-ac5e-4dcb-8d70-02a52bfbe63c} <Debug> executeQuery: Read 1344 rows, 114.79 KiB in 0.003242 sec., 414558.91425046267 rows/sec., 34.58 MiB/sec. | ||
3368 | 2024.08.15 05:35:26.256015 [ 3 ] {33337269-ac5e-4dcb-8d70-02a52bfbe63c} <Debug> DynamicQueryHandler: Done processing query | ||
3369 | 2024.08.15 05:35:26.256040 [ 3 ] {33337269-ac5e-4dcb-8d70-02a52bfbe63c} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
3370 | 2024.08.15 05:35:26.256057 [ 3 ] {} <Debug> HTTP-Session: 96ae674f-e901-4465-95ff-24abaa20c470 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3371 | 2024.08.15 05:35:26.256291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3372 | 2024.08.15 05:35:26.256349 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3373 | 2024.08.15 05:35:26.256370 [ 3 ] {} <Debug> HTTP-Session: 57ce32b3-e34c-43d0-aaf6-c352abe9e48e Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3374 | 2024.08.15 05:35:26.256387 [ 3 ] {} <Debug> HTTP-Session: 57ce32b3-e34c-43d0-aaf6-c352abe9e48e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3375 | 2024.08.15 05:35:26.256401 [ 3 ] {} <Debug> HTTP-Session: 57ce32b3-e34c-43d0-aaf6-c352abe9e48e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3376 | 2024.08.15 05:35:26.256434 [ 3 ] {} <Trace> HTTP-Session: 57ce32b3-e34c-43d0-aaf6-c352abe9e48e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3377 | 2024.08.15 05:35:26.256535 [ 3 ] {49afed09-fbaf-4e39-9d6d-402516c4bf13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3378 | 2024.08.15 05:35:26.256580 [ 3 ] {49afed09-fbaf-4e39-9d6d-402516c4bf13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3379 | 2024.08.15 05:35:26.256704 [ 3 ] {49afed09-fbaf-4e39-9d6d-402516c4bf13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3380 | 2024.08.15 05:35:26.257142 [ 3 ] {49afed09-fbaf-4e39-9d6d-402516c4bf13} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3381 | 2024.08.15 05:35:26.257177 [ 3 ] {49afed09-fbaf-4e39-9d6d-402516c4bf13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3382 | 2024.08.15 05:35:26.257473 [ 3 ] {49afed09-fbaf-4e39-9d6d-402516c4bf13} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3383 | 2024.08.15 05:35:26.257777 [ 3 ] {49afed09-fbaf-4e39-9d6d-402516c4bf13} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3384 | 2024.08.15 05:35:26.257920 [ 3 ] {49afed09-fbaf-4e39-9d6d-402516c4bf13} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001401 sec., 4282.655246252677 rows/sec., 299.03 KiB/sec. | ||
3385 | 2024.08.15 05:35:26.258197 [ 3 ] {49afed09-fbaf-4e39-9d6d-402516c4bf13} <Debug> DynamicQueryHandler: Done processing query | ||
3386 | 2024.08.15 05:35:26.258223 [ 3 ] {49afed09-fbaf-4e39-9d6d-402516c4bf13} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3387 | 2024.08.15 05:35:26.258239 [ 3 ] {} <Debug> HTTP-Session: 57ce32b3-e34c-43d0-aaf6-c352abe9e48e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3388 | 2024.08.15 05:35:26.258411 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 32348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3389 | 2024.08.15 05:35:26.258462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3390 | 2024.08.15 05:35:26.258481 [ 3 ] {} <Debug> HTTP-Session: c63f217a-546d-4ca9-96c8-0bda1e25b567 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3391 | 2024.08.15 05:35:26.258498 [ 3 ] {} <Debug> HTTP-Session: c63f217a-546d-4ca9-96c8-0bda1e25b567 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3392 | 2024.08.15 05:35:26.258512 [ 3 ] {} <Debug> HTTP-Session: c63f217a-546d-4ca9-96c8-0bda1e25b567 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3393 | 2024.08.15 05:35:26.258543 [ 3 ] {} <Trace> HTTP-Session: c63f217a-546d-4ca9-96c8-0bda1e25b567 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3394 | 2024.08.15 05:35:26.258719 [ 3 ] {e5966885-39fc-4dd5-b3e5-728f4060b240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3395 | 2024.08.15 05:35:26.258762 [ 3 ] {e5966885-39fc-4dd5-b3e5-728f4060b240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3396 | 2024.08.15 05:35:26.258905 [ 3 ] {e5966885-39fc-4dd5-b3e5-728f4060b240} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3397 | 2024.08.15 05:35:26.259324 [ 3 ] {e5966885-39fc-4dd5-b3e5-728f4060b240} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3398 | 2024.08.15 05:35:26.259361 [ 3 ] {e5966885-39fc-4dd5-b3e5-728f4060b240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3399 | 2024.08.15 05:35:26.259674 [ 3 ] {e5966885-39fc-4dd5-b3e5-728f4060b240} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3400 | 2024.08.15 05:35:26.259974 [ 3 ] {e5966885-39fc-4dd5-b3e5-728f4060b240} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3401 | 2024.08.15 05:35:26.260131 [ 3 ] {e5966885-39fc-4dd5-b3e5-728f4060b240} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.0015 sec., 161333.33333333334 rows/sec., 10.93 MiB/sec. | ||
3402 | 2024.08.15 05:35:26.260128 [ 37 ] {} <Debug> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3403 | 2024.08.15 05:35:26.260240 [ 37 ] {} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3404 | 2024.08.15 05:35:26.260290 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3405 | 2024.08.15 05:35:26.260377 [ 3 ] {e5966885-39fc-4dd5-b3e5-728f4060b240} <Debug> DynamicQueryHandler: Done processing query | ||
3406 | 2024.08.15 05:35:26.260425 [ 3 ] {e5966885-39fc-4dd5-b3e5-728f4060b240} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3407 | 2024.08.15 05:35:26.260486 [ 3 ] {} <Debug> HTTP-Session: c63f217a-546d-4ca9-96c8-0bda1e25b567 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3408 | 2024.08.15 05:35:26.260553 [ 195 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::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 | ||
3409 | 2024.08.15 05:35:26.260685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3410 | 2024.08.15 05:35:26.260707 [ 195 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3411 | 2024.08.15 05:35:26.260755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3412 | 2024.08.15 05:35:26.260761 [ 195 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
3413 | 2024.08.15 05:35:26.260782 [ 3 ] {} <Debug> HTTP-Session: 575b7614-4fee-44d9-869f-ff830da7ee0e Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3414 | 2024.08.15 05:35:26.260804 [ 3 ] {} <Debug> HTTP-Session: 575b7614-4fee-44d9-869f-ff830da7ee0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3415 | 2024.08.15 05:35:26.260826 [ 3 ] {} <Debug> HTTP-Session: 575b7614-4fee-44d9-869f-ff830da7ee0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3416 | 2024.08.15 05:35:26.260903 [ 3 ] {} <Trace> HTTP-Session: 575b7614-4fee-44d9-869f-ff830da7ee0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3417 | 2024.08.15 05:35:26.260904 [ 195 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::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 | ||
3418 | 2024.08.15 05:35:26.261124 [ 195 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 242 rows starting from the beginning of the part | ||
3419 | 2024.08.15 05:35:26.261142 [ 3 ] {2db5ba43-3994-48d4-97a9-e27fafa4205f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
3420 | 2024.08.15 05:35:26.261319 [ 3 ] {2db5ba43-3994-48d4-97a9-e27fafa4205f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3421 | 2024.08.15 05:35:26.261485 [ 195 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::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 | ||
3422 | 2024.08.15 05:35:26.261642 [ 195 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::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 | ||
3423 | 2024.08.15 05:35:26.261908 [ 195 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 242 rows starting from the beginning of the part | ||
3424 | 2024.08.15 05:35:26.262321 [ 3 ] {2db5ba43-3994-48d4-97a9-e27fafa4205f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3425 | 2024.08.15 05:35:26.262800 [ 3 ] {2db5ba43-3994-48d4-97a9-e27fafa4205f} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3426 | 2024.08.15 05:35:26.262843 [ 3 ] {2db5ba43-3994-48d4-97a9-e27fafa4205f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3427 | 2024.08.15 05:35:26.263311 [ 3 ] {2db5ba43-3994-48d4-97a9-e27fafa4205f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3428 | 2024.08.15 05:35:26.263723 [ 191 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 4 columns (4 merged, 0 gathered) in 0.003356021 sec., 160904.83343221035 rows/sec., 10.32 MiB/sec. | ||
3429 | 2024.08.15 05:35:26.263867 [ 195 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3430 | 2024.08.15 05:35:26.263872 [ 3 ] {2db5ba43-3994-48d4-97a9-e27fafa4205f} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3431 | 2024.08.15 05:35:26.264130 [ 3 ] {2db5ba43-3994-48d4-97a9-e27fafa4205f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.003076 sec., 1950.5851755526658 rows/sec., 115.24 KiB/sec. | ||
3432 | 2024.08.15 05:35:26.264774 [ 3 ] {2db5ba43-3994-48d4-97a9-e27fafa4205f} <Debug> DynamicQueryHandler: Done processing query | ||
3433 | 2024.08.15 05:35:26.264814 [ 3 ] {2db5ba43-3994-48d4-97a9-e27fafa4205f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3434 | 2024.08.15 05:35:26.264832 [ 3 ] {} <Debug> HTTP-Session: 575b7614-4fee-44d9-869f-ff830da7ee0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3435 | 2024.08.15 05:35:26.264950 [ 195 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_6_1} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3436 | 2024.08.15 05:35:26.265022 [ 195 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_6_1} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3437 | 2024.08.15 05:35:26.265095 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
3438 | 2024.08.15 05:35:26.265121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 139469, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3439 | 2024.08.15 05:35:26.265171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3440 | 2024.08.15 05:35:26.265190 [ 3 ] {} <Debug> HTTP-Session: e2893ab2-4409-4c54-8885-9d274dc4b8a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3441 | 2024.08.15 05:35:26.265207 [ 3 ] {} <Debug> HTTP-Session: e2893ab2-4409-4c54-8885-9d274dc4b8a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3442 | 2024.08.15 05:35:26.265221 [ 3 ] {} <Debug> HTTP-Session: e2893ab2-4409-4c54-8885-9d274dc4b8a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3443 | 2024.08.15 05:35:26.265253 [ 3 ] {} <Trace> HTTP-Session: e2893ab2-4409-4c54-8885-9d274dc4b8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3444 | 2024.08.15 05:35:26.265707 [ 3 ] {60ccad22-865e-4706-9aaf-2eef230aeee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3445 | 2024.08.15 05:35:26.265751 [ 3 ] {60ccad22-865e-4706-9aaf-2eef230aeee8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3446 | 2024.08.15 05:35:26.265890 [ 3 ] {60ccad22-865e-4706-9aaf-2eef230aeee8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3447 | 2024.08.15 05:35:26.266781 [ 3 ] {60ccad22-865e-4706-9aaf-2eef230aeee8} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3448 | 2024.08.15 05:35:26.266818 [ 3 ] {60ccad22-865e-4706-9aaf-2eef230aeee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3449 | 2024.08.15 05:35:26.267200 [ 3 ] {60ccad22-865e-4706-9aaf-2eef230aeee8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3450 | 2024.08.15 05:35:26.267511 [ 3 ] {60ccad22-865e-4706-9aaf-2eef230aeee8} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3451 | 2024.08.15 05:35:26.267674 [ 3 ] {60ccad22-865e-4706-9aaf-2eef230aeee8} <Debug> executeQuery: Read 854 rows, 63.26 KiB in 0.002275 sec., 375384.6153846154 rows/sec., 27.16 MiB/sec. | ||
3452 | 2024.08.15 05:35:26.267846 [ 3 ] {60ccad22-865e-4706-9aaf-2eef230aeee8} <Debug> DynamicQueryHandler: Done processing query | ||
3453 | 2024.08.15 05:35:26.267872 [ 3 ] {60ccad22-865e-4706-9aaf-2eef230aeee8} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
3454 | 2024.08.15 05:35:26.267888 [ 3 ] {} <Debug> HTTP-Session: e2893ab2-4409-4c54-8885-9d274dc4b8a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3455 | 2024.08.15 05:35:26.268204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3456 | 2024.08.15 05:35:26.268253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3457 | 2024.08.15 05:35:26.268271 [ 3 ] {} <Debug> HTTP-Session: 33897d49-6a12-4808-acdd-3569f6b241b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3458 | 2024.08.15 05:35:26.268288 [ 3 ] {} <Debug> HTTP-Session: 33897d49-6a12-4808-acdd-3569f6b241b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3459 | 2024.08.15 05:35:26.268302 [ 3 ] {} <Debug> HTTP-Session: 33897d49-6a12-4808-acdd-3569f6b241b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3460 | 2024.08.15 05:35:26.268332 [ 3 ] {} <Trace> HTTP-Session: 33897d49-6a12-4808-acdd-3569f6b241b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3461 | 2024.08.15 05:35:26.268426 [ 3 ] {15944112-6be2-4e6d-af95-b89a20efec55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3462 | 2024.08.15 05:35:26.268470 [ 3 ] {15944112-6be2-4e6d-af95-b89a20efec55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3463 | 2024.08.15 05:35:26.268600 [ 3 ] {15944112-6be2-4e6d-af95-b89a20efec55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3464 | 2024.08.15 05:35:26.268888 [ 3 ] {15944112-6be2-4e6d-af95-b89a20efec55} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3465 | 2024.08.15 05:35:26.268925 [ 3 ] {15944112-6be2-4e6d-af95-b89a20efec55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3466 | 2024.08.15 05:35:26.269277 [ 3 ] {15944112-6be2-4e6d-af95-b89a20efec55} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3467 | 2024.08.15 05:35:26.269592 [ 3 ] {15944112-6be2-4e6d-af95-b89a20efec55} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3468 | 2024.08.15 05:35:26.269733 [ 3 ] {15944112-6be2-4e6d-af95-b89a20efec55} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001324 sec., 4531.722054380664 rows/sec., 236.76 KiB/sec. | ||
3469 | 2024.08.15 05:35:26.269746 [ 36 ] {} <Debug> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3470 | 2024.08.15 05:35:26.269865 [ 36 ] {} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3471 | 2024.08.15 05:35:26.269908 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3472 | 2024.08.15 05:35:26.269997 [ 3 ] {15944112-6be2-4e6d-af95-b89a20efec55} <Debug> DynamicQueryHandler: Done processing query | ||
3473 | 2024.08.15 05:35:26.270065 [ 3 ] {15944112-6be2-4e6d-af95-b89a20efec55} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3474 | 2024.08.15 05:35:26.270154 [ 3 ] {} <Debug> HTTP-Session: 33897d49-6a12-4808-acdd-3569f6b241b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3475 | 2024.08.15 05:35:26.270355 [ 198 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::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 | ||
3476 | 2024.08.15 05:35:26.270447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 174258, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3477 | 2024.08.15 05:35:26.270550 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3478 | 2024.08.15 05:35:26.270602 [ 3 ] {} <Debug> HTTP-Session: 09a6950b-60ff-4410-8365-57eef6540436 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3479 | 2024.08.15 05:35:26.270649 [ 3 ] {} <Debug> HTTP-Session: 09a6950b-60ff-4410-8365-57eef6540436 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3480 | 2024.08.15 05:35:26.270662 [ 198 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3481 | 2024.08.15 05:35:26.270679 [ 3 ] {} <Debug> HTTP-Session: 09a6950b-60ff-4410-8365-57eef6540436 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3482 | 2024.08.15 05:35:26.270735 [ 198 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
3483 | 2024.08.15 05:35:26.270761 [ 3 ] {} <Trace> HTTP-Session: 09a6950b-60ff-4410-8365-57eef6540436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3484 | 2024.08.15 05:35:26.271052 [ 198 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
3485 | 2024.08.15 05:35:26.271175 [ 198 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
3486 | 2024.08.15 05:35:26.271312 [ 198 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
3487 | 2024.08.15 05:35:26.271481 [ 3 ] {e14ef301-f38b-4958-b772-9927d0e95213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3488 | 2024.08.15 05:35:26.271596 [ 198 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
3489 | 2024.08.15 05:35:26.271682 [ 3 ] {e14ef301-f38b-4958-b772-9927d0e95213} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3490 | 2024.08.15 05:35:26.271890 [ 198 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
3491 | 2024.08.15 05:35:26.272610 [ 3 ] {e14ef301-f38b-4958-b772-9927d0e95213} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3492 | 2024.08.15 05:35:26.274022 [ 198 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.003980834 sec., 9043.33112106659 rows/sec., 472.48 KiB/sec. | ||
3493 | 2024.08.15 05:35:26.274164 [ 198 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3494 | 2024.08.15 05:35:26.274202 [ 3 ] {e14ef301-f38b-4958-b772-9927d0e95213} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3495 | 2024.08.15 05:35:26.274277 [ 3 ] {e14ef301-f38b-4958-b772-9927d0e95213} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3496 | 2024.08.15 05:35:26.275036 [ 198 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_6_1} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3497 | 2024.08.15 05:35:26.275212 [ 198 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_6_1} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3498 | 2024.08.15 05:35:26.275221 [ 3 ] {e14ef301-f38b-4958-b772-9927d0e95213} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3499 | 2024.08.15 05:35:26.275362 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
3500 | 2024.08.15 05:35:26.275669 [ 3 ] {e14ef301-f38b-4958-b772-9927d0e95213} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3501 | 2024.08.15 05:35:26.275848 [ 3 ] {e14ef301-f38b-4958-b772-9927d0e95213} <Debug> executeQuery: Read 922 rows, 63.08 KiB in 0.004805 sec., 191883.4547346514 rows/sec., 12.82 MiB/sec. | ||
3502 | 2024.08.15 05:35:26.276214 [ 3 ] {e14ef301-f38b-4958-b772-9927d0e95213} <Debug> DynamicQueryHandler: Done processing query | ||
3503 | 2024.08.15 05:35:26.276239 [ 3 ] {e14ef301-f38b-4958-b772-9927d0e95213} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
3504 | 2024.08.15 05:35:26.276255 [ 3 ] {} <Debug> HTTP-Session: 09a6950b-60ff-4410-8365-57eef6540436 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3505 | 2024.08.15 05:35:26.276571 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3506 | 2024.08.15 05:35:26.276621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3507 | 2024.08.15 05:35:26.276640 [ 3 ] {} <Debug> HTTP-Session: 74715630-62ef-4ec9-812a-f8e630a7ed34 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3508 | 2024.08.15 05:35:26.276656 [ 3 ] {} <Debug> HTTP-Session: 74715630-62ef-4ec9-812a-f8e630a7ed34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3509 | 2024.08.15 05:35:26.276669 [ 3 ] {} <Debug> HTTP-Session: 74715630-62ef-4ec9-812a-f8e630a7ed34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3510 | 2024.08.15 05:35:26.276700 [ 3 ] {} <Trace> HTTP-Session: 74715630-62ef-4ec9-812a-f8e630a7ed34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3511 | 2024.08.15 05:35:26.276792 [ 3 ] {9cc29a71-16e5-4416-a4bf-92a8c100d610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
3512 | 2024.08.15 05:35:26.276839 [ 3 ] {9cc29a71-16e5-4416-a4bf-92a8c100d610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3513 | 2024.08.15 05:35:26.276984 [ 3 ] {9cc29a71-16e5-4416-a4bf-92a8c100d610} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3514 | 2024.08.15 05:35:26.277253 [ 3 ] {9cc29a71-16e5-4416-a4bf-92a8c100d610} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3515 | 2024.08.15 05:35:26.277291 [ 3 ] {9cc29a71-16e5-4416-a4bf-92a8c100d610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3516 | 2024.08.15 05:35:26.277636 [ 3 ] {9cc29a71-16e5-4416-a4bf-92a8c100d610} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3517 | 2024.08.15 05:35:26.277957 [ 3 ] {9cc29a71-16e5-4416-a4bf-92a8c100d610} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3518 | 2024.08.15 05:35:26.278098 [ 3 ] {9cc29a71-16e5-4416-a4bf-92a8c100d610} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001321 sec., 757.0022710068131 rows/sec., 51.01 KiB/sec. | ||
3519 | 2024.08.15 05:35:26.278267 [ 3 ] {9cc29a71-16e5-4416-a4bf-92a8c100d610} <Debug> DynamicQueryHandler: Done processing query | ||
3520 | 2024.08.15 05:35:26.278291 [ 3 ] {9cc29a71-16e5-4416-a4bf-92a8c100d610} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3521 | 2024.08.15 05:35:26.278307 [ 3 ] {} <Debug> HTTP-Session: 74715630-62ef-4ec9-812a-f8e630a7ed34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3522 | 2024.08.15 05:35:26.278425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3523 | 2024.08.15 05:35:26.278474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3524 | 2024.08.15 05:35:26.278493 [ 3 ] {} <Debug> HTTP-Session: 72a5c55f-10ed-4847-b8f1-f6da34324ef2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3525 | 2024.08.15 05:35:26.278509 [ 3 ] {} <Debug> HTTP-Session: 72a5c55f-10ed-4847-b8f1-f6da34324ef2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3526 | 2024.08.15 05:35:26.278523 [ 3 ] {} <Debug> HTTP-Session: 72a5c55f-10ed-4847-b8f1-f6da34324ef2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3527 | 2024.08.15 05:35:26.278554 [ 3 ] {} <Trace> HTTP-Session: 72a5c55f-10ed-4847-b8f1-f6da34324ef2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3528 | 2024.08.15 05:35:26.278679 [ 3 ] {4436b28b-8591-4e8c-8924-66fb9e3fd833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3529 | 2024.08.15 05:35:26.278742 [ 3 ] {4436b28b-8591-4e8c-8924-66fb9e3fd833} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3530 | 2024.08.15 05:35:26.279143 [ 3 ] {4436b28b-8591-4e8c-8924-66fb9e3fd833} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3531 | 2024.08.15 05:35:26.279597 [ 3 ] {4436b28b-8591-4e8c-8924-66fb9e3fd833} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3532 | 2024.08.15 05:35:26.279634 [ 3 ] {4436b28b-8591-4e8c-8924-66fb9e3fd833} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3533 | 2024.08.15 05:35:26.280195 [ 3 ] {4436b28b-8591-4e8c-8924-66fb9e3fd833} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3534 | 2024.08.15 05:35:26.280601 [ 3 ] {4436b28b-8591-4e8c-8924-66fb9e3fd833} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3535 | 2024.08.15 05:35:26.280796 [ 3 ] {4436b28b-8591-4e8c-8924-66fb9e3fd833} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002172 sec., 1841.620626151013 rows/sec., 3.30 MiB/sec. | ||
3536 | 2024.08.15 05:35:26.281016 [ 3 ] {4436b28b-8591-4e8c-8924-66fb9e3fd833} <Debug> DynamicQueryHandler: Done processing query | ||
3537 | 2024.08.15 05:35:26.281041 [ 3 ] {4436b28b-8591-4e8c-8924-66fb9e3fd833} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
3538 | 2024.08.15 05:35:26.281057 [ 3 ] {} <Debug> HTTP-Session: 72a5c55f-10ed-4847-b8f1-f6da34324ef2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3539 | 2024.08.15 05:35:26.281179 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 975, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3540 | 2024.08.15 05:35:26.281229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3541 | 2024.08.15 05:35:26.281247 [ 3 ] {} <Debug> HTTP-Session: 3ab35bf4-c9c7-4b27-8b20-b5d29c0964b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3542 | 2024.08.15 05:35:26.281264 [ 3 ] {} <Debug> HTTP-Session: 3ab35bf4-c9c7-4b27-8b20-b5d29c0964b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3543 | 2024.08.15 05:35:26.281277 [ 3 ] {} <Debug> HTTP-Session: 3ab35bf4-c9c7-4b27-8b20-b5d29c0964b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3544 | 2024.08.15 05:35:26.281308 [ 3 ] {} <Trace> HTTP-Session: 3ab35bf4-c9c7-4b27-8b20-b5d29c0964b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3545 | 2024.08.15 05:35:26.281402 [ 3 ] {bba2b9cc-ad93-4d17-a894-f73a3ff0bd99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3546 | 2024.08.15 05:35:26.281445 [ 3 ] {bba2b9cc-ad93-4d17-a894-f73a3ff0bd99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3547 | 2024.08.15 05:35:26.281572 [ 3 ] {bba2b9cc-ad93-4d17-a894-f73a3ff0bd99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3548 | 2024.08.15 05:35:26.281833 [ 3 ] {bba2b9cc-ad93-4d17-a894-f73a3ff0bd99} <Trace> oximeter.measurements_i64 (2b61167c-b48c-4fc0-97c0-8888be23e626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3549 | 2024.08.15 05:35:26.281869 [ 3 ] {bba2b9cc-ad93-4d17-a894-f73a3ff0bd99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3550 | 2024.08.15 05:35:26.282221 [ 3 ] {bba2b9cc-ad93-4d17-a894-f73a3ff0bd99} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3551 | 2024.08.15 05:35:26.282534 [ 3 ] {bba2b9cc-ad93-4d17-a894-f73a3ff0bd99} <Trace> oximeter.measurements_i64 (2b61167c-b48c-4fc0-97c0-8888be23e626): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3552 | 2024.08.15 05:35:26.282682 [ 3 ] {bba2b9cc-ad93-4d17-a894-f73a3ff0bd99} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001293 sec., 4640.371229698376 rows/sec., 327.79 KiB/sec. | ||
3553 | 2024.08.15 05:35:26.282953 [ 3 ] {bba2b9cc-ad93-4d17-a894-f73a3ff0bd99} <Debug> DynamicQueryHandler: Done processing query | ||
3554 | 2024.08.15 05:35:26.282977 [ 3 ] {bba2b9cc-ad93-4d17-a894-f73a3ff0bd99} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3555 | 2024.08.15 05:35:26.282994 [ 3 ] {} <Debug> HTTP-Session: 3ab35bf4-c9c7-4b27-8b20-b5d29c0964b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3556 | 2024.08.15 05:35:26.283128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 11848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3557 | 2024.08.15 05:35:26.283176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3558 | 2024.08.15 05:35:26.283199 [ 3 ] {} <Debug> HTTP-Session: 332c9416-7ef4-47f3-9885-4e53ee573758 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3559 | 2024.08.15 05:35:26.283216 [ 3 ] {} <Debug> HTTP-Session: 332c9416-7ef4-47f3-9885-4e53ee573758 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3560 | 2024.08.15 05:35:26.283229 [ 3 ] {} <Debug> HTTP-Session: 332c9416-7ef4-47f3-9885-4e53ee573758 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3561 | 2024.08.15 05:35:26.283260 [ 3 ] {} <Trace> HTTP-Session: 332c9416-7ef4-47f3-9885-4e53ee573758 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3562 | 2024.08.15 05:35:26.283375 [ 3 ] {ff0ab866-47e4-409e-90af-7be44757c833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3563 | 2024.08.15 05:35:26.283421 [ 3 ] {ff0ab866-47e4-409e-90af-7be44757c833} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3564 | 2024.08.15 05:35:26.283560 [ 3 ] {ff0ab866-47e4-409e-90af-7be44757c833} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3565 | 2024.08.15 05:35:26.283863 [ 3 ] {ff0ab866-47e4-409e-90af-7be44757c833} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3566 | 2024.08.15 05:35:26.283900 [ 3 ] {ff0ab866-47e4-409e-90af-7be44757c833} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3567 | 2024.08.15 05:35:26.284251 [ 3 ] {ff0ab866-47e4-409e-90af-7be44757c833} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3568 | 2024.08.15 05:35:26.284558 [ 3 ] {ff0ab866-47e4-409e-90af-7be44757c833} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3569 | 2024.08.15 05:35:26.284714 [ 3 ] {ff0ab866-47e4-409e-90af-7be44757c833} <Debug> executeQuery: Read 80 rows, 5.21 KiB in 0.001373 sec., 58266.569555717404 rows/sec., 3.70 MiB/sec. | ||
3570 | 2024.08.15 05:35:26.284880 [ 3 ] {ff0ab866-47e4-409e-90af-7be44757c833} <Debug> DynamicQueryHandler: Done processing query | ||
3571 | 2024.08.15 05:35:26.284905 [ 3 ] {ff0ab866-47e4-409e-90af-7be44757c833} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3572 | 2024.08.15 05:35:26.284920 [ 3 ] {} <Debug> HTTP-Session: 332c9416-7ef4-47f3-9885-4e53ee573758 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3573 | 2024.08.15 05:35:26.397704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3574 | 2024.08.15 05:35:26.397873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3575 | 2024.08.15 05:35:26.397908 [ 3 ] {} <Debug> HTTP-Session: 8dde7f4e-e621-40d7-ac28-0080980506f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3576 | 2024.08.15 05:35:26.397941 [ 3 ] {} <Debug> HTTP-Session: 8dde7f4e-e621-40d7-ac28-0080980506f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3577 | 2024.08.15 05:35:26.397964 [ 3 ] {} <Debug> HTTP-Session: 8dde7f4e-e621-40d7-ac28-0080980506f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3578 | 2024.08.15 05:35:26.398041 [ 3 ] {} <Trace> HTTP-Session: 8dde7f4e-e621-40d7-ac28-0080980506f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3579 | 2024.08.15 05:35:26.398256 [ 3 ] {f97c2e1b-4fd2-4ede-9324-3fe60dc501db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3580 | 2024.08.15 05:35:26.398326 [ 3 ] {f97c2e1b-4fd2-4ede-9324-3fe60dc501db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3581 | 2024.08.15 05:35:26.398518 [ 3 ] {f97c2e1b-4fd2-4ede-9324-3fe60dc501db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3582 | 2024.08.15 05:35:26.398877 [ 3 ] {f97c2e1b-4fd2-4ede-9324-3fe60dc501db} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3583 | 2024.08.15 05:35:26.398924 [ 3 ] {f97c2e1b-4fd2-4ede-9324-3fe60dc501db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3584 | 2024.08.15 05:35:26.399301 [ 3 ] {f97c2e1b-4fd2-4ede-9324-3fe60dc501db} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3585 | 2024.08.15 05:35:26.399660 [ 3 ] {f97c2e1b-4fd2-4ede-9324-3fe60dc501db} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3586 | 2024.08.15 05:35:26.399843 [ 3 ] {f97c2e1b-4fd2-4ede-9324-3fe60dc501db} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.001639 sec., 2440.5125076266013 rows/sec., 205.56 KiB/sec. | ||
3587 | 2024.08.15 05:35:26.400060 [ 3 ] {f97c2e1b-4fd2-4ede-9324-3fe60dc501db} <Debug> DynamicQueryHandler: Done processing query | ||
3588 | 2024.08.15 05:35:26.400087 [ 3 ] {f97c2e1b-4fd2-4ede-9324-3fe60dc501db} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3589 | 2024.08.15 05:35:26.400104 [ 3 ] {} <Debug> HTTP-Session: 8dde7f4e-e621-40d7-ac28-0080980506f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3590 | 2024.08.15 05:35:26.400226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3591 | 2024.08.15 05:35:26.400276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3592 | 2024.08.15 05:35:26.400296 [ 3 ] {} <Debug> HTTP-Session: 04800276-0aaa-4bc0-9402-79d4911fb300 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3593 | 2024.08.15 05:35:26.400314 [ 3 ] {} <Debug> HTTP-Session: 04800276-0aaa-4bc0-9402-79d4911fb300 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3594 | 2024.08.15 05:35:26.400328 [ 3 ] {} <Debug> HTTP-Session: 04800276-0aaa-4bc0-9402-79d4911fb300 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3595 | 2024.08.15 05:35:26.400363 [ 3 ] {} <Trace> HTTP-Session: 04800276-0aaa-4bc0-9402-79d4911fb300 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3596 | 2024.08.15 05:35:26.400473 [ 3 ] {2f0904e7-cac5-4871-89af-d983631c825b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3597 | 2024.08.15 05:35:26.400518 [ 3 ] {2f0904e7-cac5-4871-89af-d983631c825b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3598 | 2024.08.15 05:35:26.400650 [ 3 ] {2f0904e7-cac5-4871-89af-d983631c825b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3599 | 2024.08.15 05:35:26.400941 [ 3 ] {2f0904e7-cac5-4871-89af-d983631c825b} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3600 | 2024.08.15 05:35:26.400979 [ 3 ] {2f0904e7-cac5-4871-89af-d983631c825b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3601 | 2024.08.15 05:35:26.401288 [ 3 ] {2f0904e7-cac5-4871-89af-d983631c825b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3602 | 2024.08.15 05:35:26.401592 [ 3 ] {2f0904e7-cac5-4871-89af-d983631c825b} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3603 | 2024.08.15 05:35:26.401751 [ 3 ] {2f0904e7-cac5-4871-89af-d983631c825b} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.001301 sec., 6149.116064565718 rows/sec., 493.91 KiB/sec. | ||
3604 | 2024.08.15 05:35:26.402059 [ 3 ] {2f0904e7-cac5-4871-89af-d983631c825b} <Debug> DynamicQueryHandler: Done processing query | ||
3605 | 2024.08.15 05:35:26.402084 [ 3 ] {2f0904e7-cac5-4871-89af-d983631c825b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3606 | 2024.08.15 05:35:26.402100 [ 3 ] {} <Debug> HTTP-Session: 04800276-0aaa-4bc0-9402-79d4911fb300 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3607 | 2024.08.15 05:35:26.402234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3608 | 2024.08.15 05:35:26.402283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3609 | 2024.08.15 05:35:26.402303 [ 3 ] {} <Debug> HTTP-Session: fe545344-75f4-47c7-bc10-d673658d7287 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3610 | 2024.08.15 05:35:26.402319 [ 3 ] {} <Debug> HTTP-Session: fe545344-75f4-47c7-bc10-d673658d7287 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3611 | 2024.08.15 05:35:26.402334 [ 3 ] {} <Debug> HTTP-Session: fe545344-75f4-47c7-bc10-d673658d7287 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3612 | 2024.08.15 05:35:26.402366 [ 3 ] {} <Trace> HTTP-Session: fe545344-75f4-47c7-bc10-d673658d7287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3613 | 2024.08.15 05:35:26.402465 [ 3 ] {42d676c9-0433-45c2-8f85-b6e8d0a23740} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3614 | 2024.08.15 05:35:26.402514 [ 3 ] {42d676c9-0433-45c2-8f85-b6e8d0a23740} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3615 | 2024.08.15 05:35:26.402681 [ 3 ] {42d676c9-0433-45c2-8f85-b6e8d0a23740} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3616 | 2024.08.15 05:35:26.402989 [ 3 ] {42d676c9-0433-45c2-8f85-b6e8d0a23740} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3617 | 2024.08.15 05:35:26.403026 [ 3 ] {42d676c9-0433-45c2-8f85-b6e8d0a23740} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3618 | 2024.08.15 05:35:26.403399 [ 3 ] {42d676c9-0433-45c2-8f85-b6e8d0a23740} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3619 | 2024.08.15 05:35:26.403733 [ 3 ] {42d676c9-0433-45c2-8f85-b6e8d0a23740} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3620 | 2024.08.15 05:35:26.403896 [ 3 ] {42d676c9-0433-45c2-8f85-b6e8d0a23740} <Debug> executeQuery: Read 2 rows, 156.00 B in 0.001442 sec., 1386.9625520110958 rows/sec., 105.65 KiB/sec. | ||
3621 | 2024.08.15 05:35:26.404062 [ 3 ] {42d676c9-0433-45c2-8f85-b6e8d0a23740} <Debug> DynamicQueryHandler: Done processing query | ||
3622 | 2024.08.15 05:35:26.404086 [ 3 ] {42d676c9-0433-45c2-8f85-b6e8d0a23740} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3623 | 2024.08.15 05:35:26.404102 [ 3 ] {} <Debug> HTTP-Session: fe545344-75f4-47c7-bc10-d673658d7287 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3624 | 2024.08.15 05:35:26.404214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3625 | 2024.08.15 05:35:26.404261 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3626 | 2024.08.15 05:35:26.404280 [ 3 ] {} <Debug> HTTP-Session: 342e874f-2f9a-44ce-887c-0b25c2acd918 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3627 | 2024.08.15 05:35:26.404296 [ 3 ] {} <Debug> HTTP-Session: 342e874f-2f9a-44ce-887c-0b25c2acd918 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3628 | 2024.08.15 05:35:26.404310 [ 3 ] {} <Debug> HTTP-Session: 342e874f-2f9a-44ce-887c-0b25c2acd918 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3629 | 2024.08.15 05:35:26.404341 [ 3 ] {} <Trace> HTTP-Session: 342e874f-2f9a-44ce-887c-0b25c2acd918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3630 | 2024.08.15 05:35:26.404436 [ 3 ] {0ebe3133-acaf-4bc0-924b-1d2f2983fd3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3631 | 2024.08.15 05:35:26.404482 [ 3 ] {0ebe3133-acaf-4bc0-924b-1d2f2983fd3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3632 | 2024.08.15 05:35:26.404606 [ 3 ] {0ebe3133-acaf-4bc0-924b-1d2f2983fd3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3633 | 2024.08.15 05:35:26.404855 [ 3 ] {0ebe3133-acaf-4bc0-924b-1d2f2983fd3f} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3634 | 2024.08.15 05:35:26.404892 [ 3 ] {0ebe3133-acaf-4bc0-924b-1d2f2983fd3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3635 | 2024.08.15 05:35:26.405240 [ 3 ] {0ebe3133-acaf-4bc0-924b-1d2f2983fd3f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3636 | 2024.08.15 05:35:26.405561 [ 3 ] {0ebe3133-acaf-4bc0-924b-1d2f2983fd3f} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3637 | 2024.08.15 05:35:26.405720 [ 3 ] {0ebe3133-acaf-4bc0-924b-1d2f2983fd3f} <Debug> executeQuery: Read 2 rows, 129.00 B in 0.001306 sec., 1531.3935681470136 rows/sec., 96.46 KiB/sec. | ||
3638 | 2024.08.15 05:35:26.405886 [ 3 ] {0ebe3133-acaf-4bc0-924b-1d2f2983fd3f} <Debug> DynamicQueryHandler: Done processing query | ||
3639 | 2024.08.15 05:35:26.405911 [ 3 ] {0ebe3133-acaf-4bc0-924b-1d2f2983fd3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3640 | 2024.08.15 05:35:26.405927 [ 3 ] {} <Debug> HTTP-Session: 342e874f-2f9a-44ce-887c-0b25c2acd918 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3641 | 2024.08.15 05:35:31.406879 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3642 | 2024.08.15 05:35:31.407007 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3643 | 2024.08.15 05:35:31.407032 [ 3 ] {} <Debug> HTTP-Session: d1e66db7-da3d-4566-9e84-b3added6ebf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3644 | 2024.08.15 05:35:31.407056 [ 3 ] {} <Debug> HTTP-Session: d1e66db7-da3d-4566-9e84-b3added6ebf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3645 | 2024.08.15 05:35:31.407071 [ 3 ] {} <Debug> HTTP-Session: d1e66db7-da3d-4566-9e84-b3added6ebf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3646 | 2024.08.15 05:35:31.407121 [ 3 ] {} <Trace> HTTP-Session: d1e66db7-da3d-4566-9e84-b3added6ebf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3647 | 2024.08.15 05:35:31.407309 [ 3 ] {8eae3cf8-77db-465a-abf5-89c930c6013a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3648 | 2024.08.15 05:35:31.407376 [ 3 ] {8eae3cf8-77db-465a-abf5-89c930c6013a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3649 | 2024.08.15 05:35:31.407572 [ 3 ] {8eae3cf8-77db-465a-abf5-89c930c6013a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3650 | 2024.08.15 05:35:31.407974 [ 3 ] {8eae3cf8-77db-465a-abf5-89c930c6013a} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3651 | 2024.08.15 05:35:31.408016 [ 3 ] {8eae3cf8-77db-465a-abf5-89c930c6013a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3652 | 2024.08.15 05:35:31.408376 [ 3 ] {8eae3cf8-77db-465a-abf5-89c930c6013a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3653 | 2024.08.15 05:35:31.408703 [ 3 ] {8eae3cf8-77db-465a-abf5-89c930c6013a} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3654 | 2024.08.15 05:35:31.408886 [ 3 ] {8eae3cf8-77db-465a-abf5-89c930c6013a} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001637 sec., 15882.712278558338 rows/sec., 1.26 MiB/sec. | ||
3655 | 2024.08.15 05:35:31.409072 [ 3 ] {8eae3cf8-77db-465a-abf5-89c930c6013a} <Debug> DynamicQueryHandler: Done processing query | ||
3656 | 2024.08.15 05:35:31.409099 [ 3 ] {8eae3cf8-77db-465a-abf5-89c930c6013a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3657 | 2024.08.15 05:35:31.409115 [ 3 ] {} <Debug> HTTP-Session: d1e66db7-da3d-4566-9e84-b3added6ebf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3658 | 2024.08.15 05:35:31.409292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3659 | 2024.08.15 05:35:31.409340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3660 | 2024.08.15 05:35:31.409359 [ 3 ] {} <Debug> HTTP-Session: a3bac244-f66f-4ed2-afdf-88c1fc81efe2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3661 | 2024.08.15 05:35:31.409376 [ 3 ] {} <Debug> HTTP-Session: a3bac244-f66f-4ed2-afdf-88c1fc81efe2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3662 | 2024.08.15 05:35:31.409389 [ 3 ] {} <Debug> HTTP-Session: a3bac244-f66f-4ed2-afdf-88c1fc81efe2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3663 | 2024.08.15 05:35:31.409420 [ 3 ] {} <Trace> HTTP-Session: a3bac244-f66f-4ed2-afdf-88c1fc81efe2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3664 | 2024.08.15 05:35:31.409516 [ 3 ] {6ce5f685-3d5d-42cf-87a9-42de875f520e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3665 | 2024.08.15 05:35:31.409559 [ 3 ] {6ce5f685-3d5d-42cf-87a9-42de875f520e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3666 | 2024.08.15 05:35:31.409688 [ 3 ] {6ce5f685-3d5d-42cf-87a9-42de875f520e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3667 | 2024.08.15 05:35:31.409987 [ 3 ] {6ce5f685-3d5d-42cf-87a9-42de875f520e} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3668 | 2024.08.15 05:35:31.410024 [ 3 ] {6ce5f685-3d5d-42cf-87a9-42de875f520e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3669 | 2024.08.15 05:35:31.410327 [ 3 ] {6ce5f685-3d5d-42cf-87a9-42de875f520e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3670 | 2024.08.15 05:35:31.410630 [ 3 ] {6ce5f685-3d5d-42cf-87a9-42de875f520e} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3671 | 2024.08.15 05:35:31.410790 [ 3 ] {6ce5f685-3d5d-42cf-87a9-42de875f520e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001293 sec., 1546.7904098994586 rows/sec., 126.13 KiB/sec. | ||
3672 | 2024.08.15 05:35:31.410983 [ 3 ] {6ce5f685-3d5d-42cf-87a9-42de875f520e} <Debug> DynamicQueryHandler: Done processing query | ||
3673 | 2024.08.15 05:35:31.411007 [ 3 ] {6ce5f685-3d5d-42cf-87a9-42de875f520e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3674 | 2024.08.15 05:35:31.411055 [ 3 ] {} <Debug> HTTP-Session: a3bac244-f66f-4ed2-afdf-88c1fc81efe2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3675 | 2024.08.15 05:35:31.411208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3676 | 2024.08.15 05:35:31.411257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3677 | 2024.08.15 05:35:31.411276 [ 3 ] {} <Debug> HTTP-Session: ca1f29cc-a610-4a6d-bac2-77095ed24157 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3678 | 2024.08.15 05:35:31.411292 [ 3 ] {} <Debug> HTTP-Session: ca1f29cc-a610-4a6d-bac2-77095ed24157 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3679 | 2024.08.15 05:35:31.411307 [ 3 ] {} <Debug> HTTP-Session: ca1f29cc-a610-4a6d-bac2-77095ed24157 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3680 | 2024.08.15 05:35:31.411337 [ 3 ] {} <Trace> HTTP-Session: ca1f29cc-a610-4a6d-bac2-77095ed24157 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3681 | 2024.08.15 05:35:31.411466 [ 3 ] {d091bc6d-26b4-4422-8d72-a8c237d8b8bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3682 | 2024.08.15 05:35:31.411510 [ 3 ] {d091bc6d-26b4-4422-8d72-a8c237d8b8bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3683 | 2024.08.15 05:35:31.411635 [ 3 ] {d091bc6d-26b4-4422-8d72-a8c237d8b8bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3684 | 2024.08.15 05:35:31.412013 [ 3 ] {d091bc6d-26b4-4422-8d72-a8c237d8b8bb} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3685 | 2024.08.15 05:35:31.412050 [ 3 ] {d091bc6d-26b4-4422-8d72-a8c237d8b8bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3686 | 2024.08.15 05:35:31.412363 [ 3 ] {d091bc6d-26b4-4422-8d72-a8c237d8b8bb} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3687 | 2024.08.15 05:35:31.412677 [ 3 ] {d091bc6d-26b4-4422-8d72-a8c237d8b8bb} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3688 | 2024.08.15 05:35:31.412834 [ 3 ] {d091bc6d-26b4-4422-8d72-a8c237d8b8bb} <Debug> executeQuery: Read 135 rows, 11.52 KiB in 0.001415 sec., 95406.36042402827 rows/sec., 7.95 MiB/sec. | ||
3689 | 2024.08.15 05:35:31.412834 [ 24 ] {} <Debug> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3690 | 2024.08.15 05:35:31.412956 [ 24 ] {} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3691 | 2024.08.15 05:35:31.412991 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3692 | 2024.08.15 05:35:31.413060 [ 3 ] {d091bc6d-26b4-4422-8d72-a8c237d8b8bb} <Debug> DynamicQueryHandler: Done processing query | ||
3693 | 2024.08.15 05:35:31.413135 [ 3 ] {d091bc6d-26b4-4422-8d72-a8c237d8b8bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3694 | 2024.08.15 05:35:31.413212 [ 3 ] {} <Debug> HTTP-Session: ca1f29cc-a610-4a6d-bac2-77095ed24157 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3695 | 2024.08.15 05:35:31.413308 [ 195 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::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 | ||
3696 | 2024.08.15 05:35:31.413485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3697 | 2024.08.15 05:35:31.413591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3698 | 2024.08.15 05:35:31.413623 [ 3 ] {} <Debug> HTTP-Session: 1c1c9550-5ca7-44ce-b4f3-4bc709d5f111 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3699 | 2024.08.15 05:35:31.413642 [ 195 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3700 | 2024.08.15 05:35:31.413649 [ 3 ] {} <Debug> HTTP-Session: 1c1c9550-5ca7-44ce-b4f3-4bc709d5f111 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3701 | 2024.08.15 05:35:31.413678 [ 3 ] {} <Debug> HTTP-Session: 1c1c9550-5ca7-44ce-b4f3-4bc709d5f111 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3702 | 2024.08.15 05:35:31.413688 [ 195 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1407 rows starting from the beginning of the part | ||
3703 | 2024.08.15 05:35:31.413718 [ 3 ] {} <Trace> HTTP-Session: 1c1c9550-5ca7-44ce-b4f3-4bc709d5f111 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3704 | 2024.08.15 05:35:31.413791 [ 195 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 189 rows starting from the beginning of the part | ||
3705 | 2024.08.15 05:35:31.413880 [ 3 ] {035c81c7-2abe-43e6-ba80-fd17c431db46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3706 | 2024.08.15 05:35:31.414034 [ 3 ] {035c81c7-2abe-43e6-ba80-fd17c431db46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3707 | 2024.08.15 05:35:31.414037 [ 195 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 135 rows starting from the beginning of the part | ||
3708 | 2024.08.15 05:35:31.414448 [ 195 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1344 rows starting from the beginning of the part | ||
3709 | 2024.08.15 05:35:31.414656 [ 195 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
3710 | 2024.08.15 05:35:31.414847 [ 195 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 135 rows starting from the beginning of the part | ||
3711 | 2024.08.15 05:35:31.414884 [ 3 ] {035c81c7-2abe-43e6-ba80-fd17c431db46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3712 | 2024.08.15 05:35:31.415441 [ 3 ] {035c81c7-2abe-43e6-ba80-fd17c431db46} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3713 | 2024.08.15 05:35:31.415481 [ 3 ] {035c81c7-2abe-43e6-ba80-fd17c431db46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
3714 | 2024.08.15 05:35:31.416031 [ 3 ] {035c81c7-2abe-43e6-ba80-fd17c431db46} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3715 | 2024.08.15 05:35:31.416537 [ 3 ] {035c81c7-2abe-43e6-ba80-fd17c431db46} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3716 | 2024.08.15 05:35:31.416696 [ 3 ] {035c81c7-2abe-43e6-ba80-fd17c431db46} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.002863 sec., 698.5679357317499 rows/sec., 48.78 KiB/sec. | ||
3717 | 2024.08.15 05:35:31.417096 [ 3 ] {035c81c7-2abe-43e6-ba80-fd17c431db46} <Debug> DynamicQueryHandler: Done processing query | ||
3718 | 2024.08.15 05:35:31.417126 [ 3 ] {035c81c7-2abe-43e6-ba80-fd17c431db46} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3719 | 2024.08.15 05:35:31.417143 [ 3 ] {} <Debug> HTTP-Session: 1c1c9550-5ca7-44ce-b4f3-4bc709d5f111 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3720 | 2024.08.15 05:35:31.417292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 15624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3721 | 2024.08.15 05:35:31.417298 [ 191 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3214 rows, containing 4 columns (4 merged, 0 gathered) in 0.0042158 sec., 762370.1314104085 rows/sec., 63.84 MiB/sec. | ||
3722 | 2024.08.15 05:35:31.417348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3723 | 2024.08.15 05:35:31.417369 [ 3 ] {} <Debug> HTTP-Session: 616d5032-7db6-4a8a-b2f6-ef024cc5c43c Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3724 | 2024.08.15 05:35:31.417385 [ 3 ] {} <Debug> HTTP-Session: 616d5032-7db6-4a8a-b2f6-ef024cc5c43c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3725 | 2024.08.15 05:35:31.417399 [ 3 ] {} <Debug> HTTP-Session: 616d5032-7db6-4a8a-b2f6-ef024cc5c43c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3726 | 2024.08.15 05:35:31.417432 [ 3 ] {} <Trace> HTTP-Session: 616d5032-7db6-4a8a-b2f6-ef024cc5c43c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3727 | 2024.08.15 05:35:31.417502 [ 191 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3728 | 2024.08.15 05:35:31.417577 [ 3 ] {50e8a69c-9bd0-4ad2-a691-b37a108119d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3729 | 2024.08.15 05:35:31.417624 [ 3 ] {50e8a69c-9bd0-4ad2-a691-b37a108119d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3730 | 2024.08.15 05:35:31.417937 [ 3 ] {50e8a69c-9bd0-4ad2-a691-b37a108119d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3731 | 2024.08.15 05:35:31.418065 [ 191 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_16_3} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3732 | 2024.08.15 05:35:31.418158 [ 191 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_16_3} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3733 | 2024.08.15 05:35:31.418262 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
3734 | 2024.08.15 05:35:31.418380 [ 3 ] {50e8a69c-9bd0-4ad2-a691-b37a108119d8} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3735 | 2024.08.15 05:35:31.418418 [ 3 ] {50e8a69c-9bd0-4ad2-a691-b37a108119d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3736 | 2024.08.15 05:35:31.418742 [ 3 ] {50e8a69c-9bd0-4ad2-a691-b37a108119d8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3737 | 2024.08.15 05:35:31.419047 [ 3 ] {50e8a69c-9bd0-4ad2-a691-b37a108119d8} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3738 | 2024.08.15 05:35:31.419200 [ 24 ] {} <Debug> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3739 | 2024.08.15 05:35:31.419214 [ 3 ] {50e8a69c-9bd0-4ad2-a691-b37a108119d8} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001688 sec., 54502.36966824644 rows/sec., 4.26 MiB/sec. | ||
3740 | 2024.08.15 05:35:31.419257 [ 24 ] {} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3741 | 2024.08.15 05:35:31.419330 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3742 | 2024.08.15 05:35:31.419502 [ 199 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::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 | ||
3743 | 2024.08.15 05:35:31.419513 [ 3 ] {50e8a69c-9bd0-4ad2-a691-b37a108119d8} <Debug> DynamicQueryHandler: Done processing query | ||
3744 | 2024.08.15 05:35:31.419555 [ 3 ] {50e8a69c-9bd0-4ad2-a691-b37a108119d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3745 | 2024.08.15 05:35:31.419574 [ 3 ] {} <Debug> HTTP-Session: 616d5032-7db6-4a8a-b2f6-ef024cc5c43c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3746 | 2024.08.15 05:35:31.419637 [ 199 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3747 | 2024.08.15 05:35:31.419665 [ 199 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 877 rows starting from the beginning of the part | ||
3748 | 2024.08.15 05:35:31.419748 [ 199 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 382 rows starting from the beginning of the part | ||
3749 | 2024.08.15 05:35:31.419879 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30753, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3750 | 2024.08.15 05:35:31.419984 [ 199 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 92 rows starting from the beginning of the part | ||
3751 | 2024.08.15 05:35:31.420029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3752 | 2024.08.15 05:35:31.420127 [ 3 ] {} <Debug> HTTP-Session: 92a0b17a-5169-4393-9b7f-f2a8c175abce Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3753 | 2024.08.15 05:35:31.420247 [ 3 ] {} <Debug> HTTP-Session: 92a0b17a-5169-4393-9b7f-f2a8c175abce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3754 | 2024.08.15 05:35:31.420339 [ 3 ] {} <Debug> HTTP-Session: 92a0b17a-5169-4393-9b7f-f2a8c175abce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3755 | 2024.08.15 05:35:31.420360 [ 199 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 854 rows starting from the beginning of the part | ||
3756 | 2024.08.15 05:35:31.420417 [ 3 ] {} <Trace> HTTP-Session: 92a0b17a-5169-4393-9b7f-f2a8c175abce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3757 | 2024.08.15 05:35:31.420497 [ 199 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part | ||
3758 | 2024.08.15 05:35:31.420604 [ 199 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 92 rows starting from the beginning of the part | ||
3759 | 2024.08.15 05:35:31.420667 [ 3 ] {872cf5e4-2545-4fcb-826d-e098251611e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3760 | 2024.08.15 05:35:31.420852 [ 3 ] {872cf5e4-2545-4fcb-826d-e098251611e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3761 | 2024.08.15 05:35:31.421288 [ 3 ] {872cf5e4-2545-4fcb-826d-e098251611e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3762 | 2024.08.15 05:35:31.421905 [ 3 ] {872cf5e4-2545-4fcb-826d-e098251611e5} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3763 | 2024.08.15 05:35:31.421951 [ 3 ] {872cf5e4-2545-4fcb-826d-e098251611e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
3764 | 2024.08.15 05:35:31.422481 [ 3 ] {872cf5e4-2545-4fcb-826d-e098251611e5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3765 | 2024.08.15 05:35:31.422575 [ 197 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2305 rows, containing 4 columns (4 merged, 0 gathered) in 0.003121936 sec., 738323.9118290702 rows/sec., 53.62 MiB/sec. | ||
3766 | 2024.08.15 05:35:31.422894 [ 197 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3767 | 2024.08.15 05:35:31.423046 [ 3 ] {872cf5e4-2545-4fcb-826d-e098251611e5} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3768 | 2024.08.15 05:35:31.423281 [ 7 ] {} <Debug> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3769 | 2024.08.15 05:35:31.423383 [ 7 ] {} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3770 | 2024.08.15 05:35:31.423437 [ 3 ] {872cf5e4-2545-4fcb-826d-e098251611e5} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.002844 sec., 56610.40787623066 rows/sec., 3.94 MiB/sec. | ||
3771 | 2024.08.15 05:35:31.423462 [ 7 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
3772 | 2024.08.15 05:35:31.424047 [ 199 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::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 | ||
3773 | 2024.08.15 05:35:31.424200 [ 3 ] {872cf5e4-2545-4fcb-826d-e098251611e5} <Debug> DynamicQueryHandler: Done processing query | ||
3774 | 2024.08.15 05:35:31.424261 [ 3 ] {872cf5e4-2545-4fcb-826d-e098251611e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3775 | 2024.08.15 05:35:31.424333 [ 3 ] {} <Debug> HTTP-Session: 92a0b17a-5169-4393-9b7f-f2a8c175abce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3776 | 2024.08.15 05:35:31.424446 [ 199 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3777 | 2024.08.15 05:35:31.424520 [ 199 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3578 rows starting from the beginning of the part | ||
3778 | 2024.08.15 05:35:31.424552 [ 197 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_16_3} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3779 | 2024.08.15 05:35:31.424579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 41840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3780 | 2024.08.15 05:35:31.424772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3781 | 2024.08.15 05:35:31.424933 [ 3 ] {} <Debug> HTTP-Session: 44bb0a0f-eefc-4fb6-889d-0a9aa8182edd Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3782 | 2024.08.15 05:35:31.424930 [ 199 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part | ||
3783 | 2024.08.15 05:35:31.424956 [ 197 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_16_3} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3784 | 2024.08.15 05:35:31.425020 [ 3 ] {} <Debug> HTTP-Session: 44bb0a0f-eefc-4fb6-889d-0a9aa8182edd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3785 | 2024.08.15 05:35:31.425107 [ 3 ] {} <Debug> HTTP-Session: 44bb0a0f-eefc-4fb6-889d-0a9aa8182edd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3786 | 2024.08.15 05:35:31.425257 [ 3 ] {} <Trace> HTTP-Session: 44bb0a0f-eefc-4fb6-889d-0a9aa8182edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3787 | 2024.08.15 05:35:31.425381 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
3788 | 2024.08.15 05:35:31.425427 [ 199 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 161 rows starting from the beginning of the part | ||
3789 | 2024.08.15 05:35:31.425576 [ 199 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 922 rows starting from the beginning of the part | ||
3790 | 2024.08.15 05:35:31.425673 [ 199 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::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 | ||
3791 | 2024.08.15 05:35:31.425828 [ 199 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 161 rows starting from the beginning of the part | ||
3792 | 2024.08.15 05:35:31.425879 [ 3 ] {309f4214-c6c1-4371-a99b-af017edc584e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3793 | 2024.08.15 05:35:31.426163 [ 3 ] {309f4214-c6c1-4371-a99b-af017edc584e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3794 | 2024.08.15 05:35:31.426932 [ 3 ] {309f4214-c6c1-4371-a99b-af017edc584e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3795 | 2024.08.15 05:35:31.428113 [ 3 ] {309f4214-c6c1-4371-a99b-af017edc584e} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3796 | 2024.08.15 05:35:31.428150 [ 3 ] {309f4214-c6c1-4371-a99b-af017edc584e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
3797 | 2024.08.15 05:35:31.429066 [ 3 ] {309f4214-c6c1-4371-a99b-af017edc584e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3798 | 2024.08.15 05:35:31.429471 [ 3 ] {309f4214-c6c1-4371-a99b-af017edc584e} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3799 | 2024.08.15 05:35:31.429630 [ 3 ] {309f4214-c6c1-4371-a99b-af017edc584e} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.004158 sec., 6253.006253006252 rows/sec., 11.21 MiB/sec. | ||
3800 | 2024.08.15 05:35:31.429844 [ 3 ] {309f4214-c6c1-4371-a99b-af017edc584e} <Debug> DynamicQueryHandler: Done processing query | ||
3801 | 2024.08.15 05:35:31.429869 [ 3 ] {309f4214-c6c1-4371-a99b-af017edc584e} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3802 | 2024.08.15 05:35:31.429885 [ 3 ] {} <Debug> HTTP-Session: 44bb0a0f-eefc-4fb6-889d-0a9aa8182edd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3803 | 2024.08.15 05:35:31.430034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3804 | 2024.08.15 05:35:31.430083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3805 | 2024.08.15 05:35:31.430101 [ 3 ] {} <Debug> HTTP-Session: 9d40a585-f0b2-4fc9-9f8d-35560291ca9e Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3806 | 2024.08.15 05:35:31.430118 [ 3 ] {} <Debug> HTTP-Session: 9d40a585-f0b2-4fc9-9f8d-35560291ca9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3807 | 2024.08.15 05:35:31.430132 [ 3 ] {} <Debug> HTTP-Session: 9d40a585-f0b2-4fc9-9f8d-35560291ca9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3808 | 2024.08.15 05:35:31.430162 [ 3 ] {} <Trace> HTTP-Session: 9d40a585-f0b2-4fc9-9f8d-35560291ca9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3809 | 2024.08.15 05:35:31.430279 [ 3 ] {b699dc10-4940-40af-b323-730c180c30c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3810 | 2024.08.15 05:35:31.430322 [ 3 ] {b699dc10-4940-40af-b323-730c180c30c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3811 | 2024.08.15 05:35:31.430443 [ 3 ] {b699dc10-4940-40af-b323-730c180c30c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3812 | 2024.08.15 05:35:31.430710 [ 3 ] {b699dc10-4940-40af-b323-730c180c30c3} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3813 | 2024.08.15 05:35:31.430743 [ 3 ] {b699dc10-4940-40af-b323-730c180c30c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3814 | 2024.08.15 05:35:31.431080 [ 3 ] {b699dc10-4940-40af-b323-730c180c30c3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3815 | 2024.08.15 05:35:31.431522 [ 199 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5061 rows, containing 5 columns (5 merged, 0 gathered) in 0.007894957 sec., 641042.1234719835 rows/sec., 43.30 MiB/sec. | ||
3816 | 2024.08.15 05:35:31.431638 [ 3 ] {b699dc10-4940-40af-b323-730c180c30c3} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3817 | 2024.08.15 05:35:31.431777 [ 7 ] {} <Debug> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3818 | 2024.08.15 05:35:31.431783 [ 3 ] {b699dc10-4940-40af-b323-730c180c30c3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00153 sec., 39215.686274509804 rows/sec., 2.64 MiB/sec. | ||
3819 | 2024.08.15 05:35:31.431812 [ 7 ] {} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3820 | 2024.08.15 05:35:31.431885 [ 7 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3821 | 2024.08.15 05:35:31.432018 [ 197 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3822 | 2024.08.15 05:35:31.432577 [ 188 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
3823 | 2024.08.15 05:35:31.432414 [ 3 ] {b699dc10-4940-40af-b323-730c180c30c3} <Debug> DynamicQueryHandler: Done processing query | ||
3824 | 2024.08.15 05:35:31.432731 [ 3 ] {b699dc10-4940-40af-b323-730c180c30c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3825 | 2024.08.15 05:35:31.432816 [ 3 ] {} <Debug> HTTP-Session: 9d40a585-f0b2-4fc9-9f8d-35560291ca9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3826 | 2024.08.15 05:35:31.433218 [ 188 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3827 | 2024.08.15 05:35:31.433324 [ 188 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 672 rows starting from the beginning of the part | ||
3828 | 2024.08.15 05:35:31.433558 [ 188 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part | ||
3829 | 2024.08.15 05:35:31.433636 [ 197 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3830 | 2024.08.15 05:35:31.433950 [ 197 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3831 | 2024.08.15 05:35:31.433966 [ 188 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part | ||
3832 | 2024.08.15 05:35:31.434223 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.01 MiB. | ||
3833 | 2024.08.15 05:35:31.434291 [ 188 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 80 rows starting from the beginning of the part | ||
3834 | 2024.08.15 05:35:31.434393 [ 188 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
3835 | 2024.08.15 05:35:31.434583 [ 188 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
3836 | 2024.08.15 05:35:31.435922 [ 199 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003835571 sec., 249245.80981553986 rows/sec., 16.32 MiB/sec. | ||
3837 | 2024.08.15 05:35:31.436106 [ 197 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3838 | 2024.08.15 05:35:31.436494 [ 197 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_16_3} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3839 | 2024.08.15 05:35:31.436569 [ 197 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_16_3} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3840 | 2024.08.15 05:35:31.436649 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
3841 | 2024.08.15 05:35:35.232941 [ 29 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3842 | 2024.08.15 05:35:35.233005 [ 29 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3843 | 2024.08.15 05:35:36.409719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3844 | 2024.08.15 05:35:36.409840 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3845 | 2024.08.15 05:35:36.409869 [ 3 ] {} <Debug> HTTP-Session: baf93631-4669-4974-8cec-bcfa9476c9c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3846 | 2024.08.15 05:35:36.409897 [ 3 ] {} <Debug> HTTP-Session: baf93631-4669-4974-8cec-bcfa9476c9c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3847 | 2024.08.15 05:35:36.409916 [ 3 ] {} <Debug> HTTP-Session: baf93631-4669-4974-8cec-bcfa9476c9c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3848 | 2024.08.15 05:35:36.409971 [ 3 ] {} <Trace> HTTP-Session: baf93631-4669-4974-8cec-bcfa9476c9c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3849 | 2024.08.15 05:35:36.410175 [ 3 ] {1f8c2758-26ef-4be5-9834-2358185a9302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3850 | 2024.08.15 05:35:36.410249 [ 3 ] {1f8c2758-26ef-4be5-9834-2358185a9302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3851 | 2024.08.15 05:35:36.410448 [ 3 ] {1f8c2758-26ef-4be5-9834-2358185a9302} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3852 | 2024.08.15 05:35:36.410852 [ 3 ] {1f8c2758-26ef-4be5-9834-2358185a9302} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3853 | 2024.08.15 05:35:36.410894 [ 3 ] {1f8c2758-26ef-4be5-9834-2358185a9302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
3854 | 2024.08.15 05:35:36.411256 [ 3 ] {1f8c2758-26ef-4be5-9834-2358185a9302} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3855 | 2024.08.15 05:35:36.411595 [ 3 ] {1f8c2758-26ef-4be5-9834-2358185a9302} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3856 | 2024.08.15 05:35:36.411758 [ 3 ] {1f8c2758-26ef-4be5-9834-2358185a9302} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.00164 sec., 2439.0243902439024 rows/sec., 197.69 KiB/sec. | ||
3857 | 2024.08.15 05:35:36.411776 [ 30 ] {} <Debug> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3858 | 2024.08.15 05:35:36.411881 [ 30 ] {} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3859 | 2024.08.15 05:35:36.411929 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
3860 | 2024.08.15 05:35:36.412059 [ 3 ] {1f8c2758-26ef-4be5-9834-2358185a9302} <Debug> DynamicQueryHandler: Done processing query | ||
3861 | 2024.08.15 05:35:36.412132 [ 3 ] {1f8c2758-26ef-4be5-9834-2358185a9302} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3862 | 2024.08.15 05:35:36.412260 [ 3 ] {} <Debug> HTTP-Session: baf93631-4669-4974-8cec-bcfa9476c9c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3863 | 2024.08.15 05:35:36.412405 [ 188 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::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 | ||
3864 | 2024.08.15 05:35:36.412582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3865 | 2024.08.15 05:35:36.412648 [ 188 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3866 | 2024.08.15 05:35:36.412680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3867 | 2024.08.15 05:35:36.412704 [ 188 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part | ||
3868 | 2024.08.15 05:35:36.412732 [ 3 ] {} <Debug> HTTP-Session: 7e74abfb-73ff-4b7a-89f4-506ce5ca852b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3869 | 2024.08.15 05:35:36.412769 [ 3 ] {} <Debug> HTTP-Session: 7e74abfb-73ff-4b7a-89f4-506ce5ca852b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3870 | 2024.08.15 05:35:36.412810 [ 3 ] {} <Debug> HTTP-Session: 7e74abfb-73ff-4b7a-89f4-506ce5ca852b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3871 | 2024.08.15 05:35:36.412965 [ 3 ] {} <Trace> HTTP-Session: 7e74abfb-73ff-4b7a-89f4-506ce5ca852b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3872 | 2024.08.15 05:35:36.412988 [ 188 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
3873 | 2024.08.15 05:35:36.413277 [ 188 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part | ||
3874 | 2024.08.15 05:35:36.413499 [ 3 ] {5644c197-2d51-41d7-81e8-4574df49938e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3875 | 2024.08.15 05:35:36.413606 [ 188 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::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 | ||
3876 | 2024.08.15 05:35:36.413680 [ 3 ] {5644c197-2d51-41d7-81e8-4574df49938e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3877 | 2024.08.15 05:35:36.413937 [ 188 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part | ||
3878 | 2024.08.15 05:35:36.414294 [ 188 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::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 | ||
3879 | 2024.08.15 05:35:36.414635 [ 3 ] {5644c197-2d51-41d7-81e8-4574df49938e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3880 | 2024.08.15 05:35:36.415621 [ 3 ] {5644c197-2d51-41d7-81e8-4574df49938e} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3881 | 2024.08.15 05:35:36.415679 [ 3 ] {5644c197-2d51-41d7-81e8-4574df49938e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
3882 | 2024.08.15 05:35:36.416510 [ 3 ] {5644c197-2d51-41d7-81e8-4574df49938e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3883 | 2024.08.15 05:35:36.416769 [ 188 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 112 rows, containing 4 columns (4 merged, 0 gathered) in 0.004742341 sec., 23617.027961506778 rows/sec., 1.87 MiB/sec. | ||
3884 | 2024.08.15 05:35:36.417005 [ 188 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3885 | 2024.08.15 05:35:36.417339 [ 3 ] {5644c197-2d51-41d7-81e8-4574df49938e} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3886 | 2024.08.15 05:35:36.417777 [ 3 ] {5644c197-2d51-41d7-81e8-4574df49938e} <Debug> executeQuery: Read 201 rows, 18.00 KiB in 0.004538 sec., 44292.63992948435 rows/sec., 3.87 MiB/sec. | ||
3887 | 2024.08.15 05:35:36.418097 [ 188 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_6_1} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3888 | 2024.08.15 05:35:36.418355 [ 3 ] {5644c197-2d51-41d7-81e8-4574df49938e} <Debug> DynamicQueryHandler: Done processing query | ||
3889 | 2024.08.15 05:35:36.418396 [ 3 ] {5644c197-2d51-41d7-81e8-4574df49938e} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3890 | 2024.08.15 05:35:36.418408 [ 188 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_6_1} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3891 | 2024.08.15 05:35:36.418435 [ 3 ] {} <Debug> HTTP-Session: 7e74abfb-73ff-4b7a-89f4-506ce5ca852b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3892 | 2024.08.15 05:35:36.418550 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
3893 | 2024.08.15 05:35:36.418607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3894 | 2024.08.15 05:35:36.418664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3895 | 2024.08.15 05:35:36.418684 [ 3 ] {} <Debug> HTTP-Session: d778ad86-c695-4f23-8775-30c8badd6b7a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3896 | 2024.08.15 05:35:36.418701 [ 3 ] {} <Debug> HTTP-Session: d778ad86-c695-4f23-8775-30c8badd6b7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3897 | 2024.08.15 05:35:36.418715 [ 3 ] {} <Debug> HTTP-Session: d778ad86-c695-4f23-8775-30c8badd6b7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3898 | 2024.08.15 05:35:36.418748 [ 3 ] {} <Trace> HTTP-Session: d778ad86-c695-4f23-8775-30c8badd6b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3899 | 2024.08.15 05:35:36.418856 [ 3 ] {cd837939-8b04-4145-9cb1-d58275423f2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3900 | 2024.08.15 05:35:36.418901 [ 3 ] {cd837939-8b04-4145-9cb1-d58275423f2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3901 | 2024.08.15 05:35:36.419055 [ 3 ] {cd837939-8b04-4145-9cb1-d58275423f2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3902 | 2024.08.15 05:35:36.419358 [ 3 ] {cd837939-8b04-4145-9cb1-d58275423f2e} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3903 | 2024.08.15 05:35:36.419395 [ 3 ] {cd837939-8b04-4145-9cb1-d58275423f2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
3904 | 2024.08.15 05:35:36.419713 [ 3 ] {cd837939-8b04-4145-9cb1-d58275423f2e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3905 | 2024.08.15 05:35:36.420030 [ 3 ] {cd837939-8b04-4145-9cb1-d58275423f2e} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3906 | 2024.08.15 05:35:36.420184 [ 3 ] {cd837939-8b04-4145-9cb1-d58275423f2e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001359 sec., 10301.69242089772 rows/sec., 721.46 KiB/sec. | ||
3907 | 2024.08.15 05:35:36.420345 [ 3 ] {cd837939-8b04-4145-9cb1-d58275423f2e} <Debug> DynamicQueryHandler: Done processing query | ||
3908 | 2024.08.15 05:35:36.420370 [ 3 ] {cd837939-8b04-4145-9cb1-d58275423f2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3909 | 2024.08.15 05:35:36.420386 [ 3 ] {} <Debug> HTTP-Session: d778ad86-c695-4f23-8775-30c8badd6b7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3910 | 2024.08.15 05:35:36.420509 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3911 | 2024.08.15 05:35:36.420559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3912 | 2024.08.15 05:35:36.420578 [ 3 ] {} <Debug> HTTP-Session: e31e9f7b-d786-40fc-8c01-b5c37093b279 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3913 | 2024.08.15 05:35:36.420595 [ 3 ] {} <Debug> HTTP-Session: e31e9f7b-d786-40fc-8c01-b5c37093b279 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3914 | 2024.08.15 05:35:36.420609 [ 3 ] {} <Debug> HTTP-Session: e31e9f7b-d786-40fc-8c01-b5c37093b279 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3915 | 2024.08.15 05:35:36.420639 [ 3 ] {} <Trace> HTTP-Session: e31e9f7b-d786-40fc-8c01-b5c37093b279 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3916 | 2024.08.15 05:35:36.420733 [ 3 ] {45478d0c-766a-445a-9524-4badd4c6c31a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
3917 | 2024.08.15 05:35:36.420777 [ 3 ] {45478d0c-766a-445a-9524-4badd4c6c31a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3918 | 2024.08.15 05:35:36.420904 [ 3 ] {45478d0c-766a-445a-9524-4badd4c6c31a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3919 | 2024.08.15 05:35:36.421190 [ 3 ] {45478d0c-766a-445a-9524-4badd4c6c31a} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3920 | 2024.08.15 05:35:36.421227 [ 3 ] {45478d0c-766a-445a-9524-4badd4c6c31a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
3921 | 2024.08.15 05:35:36.421527 [ 3 ] {45478d0c-766a-445a-9524-4badd4c6c31a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3922 | 2024.08.15 05:35:36.421830 [ 3 ] {45478d0c-766a-445a-9524-4badd4c6c31a} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3923 | 2024.08.15 05:35:36.421980 [ 3 ] {45478d0c-766a-445a-9524-4badd4c6c31a} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00127 sec., 4724.4094488188975 rows/sec., 279.13 KiB/sec. | ||
3924 | 2024.08.15 05:35:36.422179 [ 3 ] {45478d0c-766a-445a-9524-4badd4c6c31a} <Debug> DynamicQueryHandler: Done processing query | ||
3925 | 2024.08.15 05:35:36.422204 [ 3 ] {45478d0c-766a-445a-9524-4badd4c6c31a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3926 | 2024.08.15 05:35:36.422220 [ 3 ] {} <Debug> HTTP-Session: e31e9f7b-d786-40fc-8c01-b5c37093b279 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3927 | 2024.08.15 05:35:36.422401 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 62444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3928 | 2024.08.15 05:35:36.422452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3929 | 2024.08.15 05:35:36.422471 [ 3 ] {} <Debug> HTTP-Session: 74f999fb-3f4f-469f-9439-3676d2d9ad5d Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3930 | 2024.08.15 05:35:36.422488 [ 3 ] {} <Debug> HTTP-Session: 74f999fb-3f4f-469f-9439-3676d2d9ad5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3931 | 2024.08.15 05:35:36.422502 [ 3 ] {} <Debug> HTTP-Session: 74f999fb-3f4f-469f-9439-3676d2d9ad5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3932 | 2024.08.15 05:35:36.422532 [ 3 ] {} <Trace> HTTP-Session: 74f999fb-3f4f-469f-9439-3676d2d9ad5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3933 | 2024.08.15 05:35:36.422755 [ 3 ] {7bf88054-dcac-4af9-beec-fcbac0c36c83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3934 | 2024.08.15 05:35:36.422797 [ 3 ] {7bf88054-dcac-4af9-beec-fcbac0c36c83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3935 | 2024.08.15 05:35:36.422923 [ 3 ] {7bf88054-dcac-4af9-beec-fcbac0c36c83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3936 | 2024.08.15 05:35:36.423457 [ 3 ] {7bf88054-dcac-4af9-beec-fcbac0c36c83} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3937 | 2024.08.15 05:35:36.423494 [ 3 ] {7bf88054-dcac-4af9-beec-fcbac0c36c83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
3938 | 2024.08.15 05:35:36.423814 [ 3 ] {7bf88054-dcac-4af9-beec-fcbac0c36c83} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3939 | 2024.08.15 05:35:36.424132 [ 3 ] {7bf88054-dcac-4af9-beec-fcbac0c36c83} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3940 | 2024.08.15 05:35:36.424286 [ 3 ] {7bf88054-dcac-4af9-beec-fcbac0c36c83} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.001657 sec., 232951.11647555823 rows/sec., 16.50 MiB/sec. | ||
3941 | 2024.08.15 05:35:36.424454 [ 3 ] {7bf88054-dcac-4af9-beec-fcbac0c36c83} <Debug> DynamicQueryHandler: Done processing query | ||
3942 | 2024.08.15 05:35:36.424479 [ 3 ] {7bf88054-dcac-4af9-beec-fcbac0c36c83} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
3943 | 2024.08.15 05:35:36.424495 [ 3 ] {} <Debug> HTTP-Session: 74f999fb-3f4f-469f-9439-3676d2d9ad5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3944 | 2024.08.15 05:35:36.424627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3945 | 2024.08.15 05:35:36.424676 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3946 | 2024.08.15 05:35:36.424696 [ 3 ] {} <Debug> HTTP-Session: b939f2c4-c0d9-4b9f-9b51-a32a28dba10e Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3947 | 2024.08.15 05:35:36.424713 [ 3 ] {} <Debug> HTTP-Session: b939f2c4-c0d9-4b9f-9b51-a32a28dba10e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3948 | 2024.08.15 05:35:36.424727 [ 3 ] {} <Debug> HTTP-Session: b939f2c4-c0d9-4b9f-9b51-a32a28dba10e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3949 | 2024.08.15 05:35:36.424757 [ 3 ] {} <Trace> HTTP-Session: b939f2c4-c0d9-4b9f-9b51-a32a28dba10e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3950 | 2024.08.15 05:35:36.424851 [ 3 ] {1907583c-d935-412f-a7d5-0772adb08ea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3951 | 2024.08.15 05:35:36.424897 [ 3 ] {1907583c-d935-412f-a7d5-0772adb08ea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3952 | 2024.08.15 05:35:36.425026 [ 3 ] {1907583c-d935-412f-a7d5-0772adb08ea9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3953 | 2024.08.15 05:35:36.425278 [ 3 ] {1907583c-d935-412f-a7d5-0772adb08ea9} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3954 | 2024.08.15 05:35:36.425315 [ 3 ] {1907583c-d935-412f-a7d5-0772adb08ea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
3955 | 2024.08.15 05:35:36.425676 [ 3 ] {1907583c-d935-412f-a7d5-0772adb08ea9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3956 | 2024.08.15 05:35:36.426001 [ 3 ] {1907583c-d935-412f-a7d5-0772adb08ea9} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3957 | 2024.08.15 05:35:36.426154 [ 3 ] {1907583c-d935-412f-a7d5-0772adb08ea9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001318 sec., 4552.352048558422 rows/sec., 237.84 KiB/sec. | ||
3958 | 2024.08.15 05:35:36.426321 [ 3 ] {1907583c-d935-412f-a7d5-0772adb08ea9} <Debug> DynamicQueryHandler: Done processing query | ||
3959 | 2024.08.15 05:35:36.426345 [ 3 ] {1907583c-d935-412f-a7d5-0772adb08ea9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3960 | 2024.08.15 05:35:36.426362 [ 3 ] {} <Debug> HTTP-Session: b939f2c4-c0d9-4b9f-9b51-a32a28dba10e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3961 | 2024.08.15 05:35:36.426526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 44573, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3962 | 2024.08.15 05:35:36.426574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3963 | 2024.08.15 05:35:36.426593 [ 3 ] {} <Debug> HTTP-Session: 5d8fc9c0-cfa4-46a6-b537-75fdc7e3d5b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3964 | 2024.08.15 05:35:36.426610 [ 3 ] {} <Debug> HTTP-Session: 5d8fc9c0-cfa4-46a6-b537-75fdc7e3d5b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3965 | 2024.08.15 05:35:36.426624 [ 3 ] {} <Debug> HTTP-Session: 5d8fc9c0-cfa4-46a6-b537-75fdc7e3d5b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3966 | 2024.08.15 05:35:36.426654 [ 3 ] {} <Trace> HTTP-Session: 5d8fc9c0-cfa4-46a6-b537-75fdc7e3d5b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3967 | 2024.08.15 05:35:36.426852 [ 3 ] {493c71af-0f66-444e-8618-33e00d55083a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3968 | 2024.08.15 05:35:36.426898 [ 3 ] {493c71af-0f66-444e-8618-33e00d55083a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3969 | 2024.08.15 05:35:36.427038 [ 3 ] {493c71af-0f66-444e-8618-33e00d55083a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3970 | 2024.08.15 05:35:36.427499 [ 3 ] {493c71af-0f66-444e-8618-33e00d55083a} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3971 | 2024.08.15 05:35:36.427536 [ 3 ] {493c71af-0f66-444e-8618-33e00d55083a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
3972 | 2024.08.15 05:35:36.427932 [ 3 ] {493c71af-0f66-444e-8618-33e00d55083a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3973 | 2024.08.15 05:35:36.428318 [ 3 ] {493c71af-0f66-444e-8618-33e00d55083a} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3974 | 2024.08.15 05:35:36.428488 [ 3 ] {493c71af-0f66-444e-8618-33e00d55083a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001747 sec., 135661.13337149398 rows/sec., 9.09 MiB/sec. | ||
3975 | 2024.08.15 05:35:36.428667 [ 3 ] {493c71af-0f66-444e-8618-33e00d55083a} <Debug> DynamicQueryHandler: Done processing query | ||
3976 | 2024.08.15 05:35:36.428692 [ 3 ] {493c71af-0f66-444e-8618-33e00d55083a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3977 | 2024.08.15 05:35:36.428708 [ 3 ] {} <Debug> HTTP-Session: 5d8fc9c0-cfa4-46a6-b537-75fdc7e3d5b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3978 | 2024.08.15 05:35:36.428848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3979 | 2024.08.15 05:35:36.428897 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3980 | 2024.08.15 05:35:36.428916 [ 3 ] {} <Debug> HTTP-Session: 0ddb7821-3bf1-4b69-972d-0b441e7bdc5f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3981 | 2024.08.15 05:35:36.428933 [ 3 ] {} <Debug> HTTP-Session: 0ddb7821-3bf1-4b69-972d-0b441e7bdc5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3982 | 2024.08.15 05:35:36.428947 [ 3 ] {} <Debug> HTTP-Session: 0ddb7821-3bf1-4b69-972d-0b441e7bdc5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3983 | 2024.08.15 05:35:36.428977 [ 3 ] {} <Trace> HTTP-Session: 0ddb7821-3bf1-4b69-972d-0b441e7bdc5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3984 | 2024.08.15 05:35:36.429066 [ 3 ] {9f8a2eb6-5dce-4b89-a8d1-7cd615c13192} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
3985 | 2024.08.15 05:35:36.429110 [ 3 ] {9f8a2eb6-5dce-4b89-a8d1-7cd615c13192} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3986 | 2024.08.15 05:35:36.429238 [ 3 ] {9f8a2eb6-5dce-4b89-a8d1-7cd615c13192} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3987 | 2024.08.15 05:35:36.429506 [ 3 ] {9f8a2eb6-5dce-4b89-a8d1-7cd615c13192} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3988 | 2024.08.15 05:35:36.429542 [ 3 ] {9f8a2eb6-5dce-4b89-a8d1-7cd615c13192} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
3989 | 2024.08.15 05:35:36.429885 [ 3 ] {9f8a2eb6-5dce-4b89-a8d1-7cd615c13192} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3990 | 2024.08.15 05:35:36.430219 [ 3 ] {9f8a2eb6-5dce-4b89-a8d1-7cd615c13192} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3991 | 2024.08.15 05:35:36.430345 [ 3 ] {9f8a2eb6-5dce-4b89-a8d1-7cd615c13192} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001297 sec., 771.0100231303007 rows/sec., 51.95 KiB/sec. | ||
3992 | 2024.08.15 05:35:36.430541 [ 3 ] {9f8a2eb6-5dce-4b89-a8d1-7cd615c13192} <Debug> DynamicQueryHandler: Done processing query | ||
3993 | 2024.08.15 05:35:36.430564 [ 3 ] {9f8a2eb6-5dce-4b89-a8d1-7cd615c13192} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3994 | 2024.08.15 05:35:36.430580 [ 3 ] {} <Debug> HTTP-Session: 0ddb7821-3bf1-4b69-972d-0b441e7bdc5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3995 | 2024.08.15 05:35:36.430701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3996 | 2024.08.15 05:35:36.430749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3997 | 2024.08.15 05:35:36.430769 [ 3 ] {} <Debug> HTTP-Session: f89d10b5-7e82-4f61-8f4a-8c60e30ac9a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
3998 | 2024.08.15 05:35:36.430786 [ 3 ] {} <Debug> HTTP-Session: f89d10b5-7e82-4f61-8f4a-8c60e30ac9a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3999 | 2024.08.15 05:35:36.430799 [ 3 ] {} <Debug> HTTP-Session: f89d10b5-7e82-4f61-8f4a-8c60e30ac9a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4000 | 2024.08.15 05:35:36.430829 [ 3 ] {} <Trace> HTTP-Session: f89d10b5-7e82-4f61-8f4a-8c60e30ac9a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4001 | 2024.08.15 05:35:36.430976 [ 3 ] {2a08394d-f144-479d-9f96-97f9efcc353a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4002 | 2024.08.15 05:35:36.431042 [ 3 ] {2a08394d-f144-479d-9f96-97f9efcc353a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4003 | 2024.08.15 05:35:36.431463 [ 3 ] {2a08394d-f144-479d-9f96-97f9efcc353a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4004 | 2024.08.15 05:35:36.431952 [ 3 ] {2a08394d-f144-479d-9f96-97f9efcc353a} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4005 | 2024.08.15 05:35:36.431989 [ 3 ] {2a08394d-f144-479d-9f96-97f9efcc353a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4006 | 2024.08.15 05:35:36.432571 [ 3 ] {2a08394d-f144-479d-9f96-97f9efcc353a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4007 | 2024.08.15 05:35:36.432979 [ 3 ] {2a08394d-f144-479d-9f96-97f9efcc353a} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4008 | 2024.08.15 05:35:36.433151 [ 28 ] {} <Debug> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
4009 | 2024.08.15 05:35:36.433170 [ 3 ] {2a08394d-f144-479d-9f96-97f9efcc353a} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002266 sec., 1765.2250661959401 rows/sec., 3.16 MiB/sec. | ||
4010 | 2024.08.15 05:35:36.433222 [ 28 ] {} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4011 | 2024.08.15 05:35:36.433313 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4012 | 2024.08.15 05:35:36.433522 [ 199 ] {f74056ac-963a-4604-86a0-b4c0a6355317::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 | ||
4013 | 2024.08.15 05:35:36.433607 [ 3 ] {2a08394d-f144-479d-9f96-97f9efcc353a} <Debug> DynamicQueryHandler: Done processing query | ||
4014 | 2024.08.15 05:35:36.433637 [ 3 ] {2a08394d-f144-479d-9f96-97f9efcc353a} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
4015 | 2024.08.15 05:35:36.433662 [ 3 ] {} <Debug> HTTP-Session: f89d10b5-7e82-4f61-8f4a-8c60e30ac9a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4016 | 2024.08.15 05:35:36.433827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4017 | 2024.08.15 05:35:36.433902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4018 | 2024.08.15 05:35:36.433904 [ 199 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4019 | 2024.08.15 05:35:36.433925 [ 3 ] {} <Debug> HTTP-Session: 859aa002-99d9-4d26-82af-2ad6dae35e3d Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4020 | 2024.08.15 05:35:36.433954 [ 3 ] {} <Debug> HTTP-Session: 859aa002-99d9-4d26-82af-2ad6dae35e3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4021 | 2024.08.15 05:35:36.433978 [ 3 ] {} <Debug> HTTP-Session: 859aa002-99d9-4d26-82af-2ad6dae35e3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4022 | 2024.08.15 05:35:36.434003 [ 199 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part | ||
4023 | 2024.08.15 05:35:36.434016 [ 3 ] {} <Trace> HTTP-Session: 859aa002-99d9-4d26-82af-2ad6dae35e3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4024 | 2024.08.15 05:35:36.434227 [ 3 ] {98fda2bf-97ae-4fa0-a638-d876abe5ff34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4025 | 2024.08.15 05:35:36.434319 [ 3 ] {98fda2bf-97ae-4fa0-a638-d876abe5ff34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4026 | 2024.08.15 05:35:36.434331 [ 199 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
4027 | 2024.08.15 05:35:36.434816 [ 3 ] {98fda2bf-97ae-4fa0-a638-d876abe5ff34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4028 | 2024.08.15 05:35:36.434829 [ 199 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part | ||
4029 | 2024.08.15 05:35:36.435237 [ 199 ] {f74056ac-963a-4604-86a0-b4c0a6355317::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 | ||
4030 | 2024.08.15 05:35:36.435662 [ 3 ] {98fda2bf-97ae-4fa0-a638-d876abe5ff34} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4031 | 2024.08.15 05:35:36.435673 [ 199 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part | ||
4032 | 2024.08.15 05:35:36.435706 [ 3 ] {98fda2bf-97ae-4fa0-a638-d876abe5ff34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4033 | 2024.08.15 05:35:36.436028 [ 199 ] {f74056ac-963a-4604-86a0-b4c0a6355317::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 | ||
4034 | 2024.08.15 05:35:36.436539 [ 3 ] {98fda2bf-97ae-4fa0-a638-d876abe5ff34} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4035 | 2024.08.15 05:35:36.437018 [ 3 ] {98fda2bf-97ae-4fa0-a638-d876abe5ff34} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4036 | 2024.08.15 05:35:36.437236 [ 3 ] {98fda2bf-97ae-4fa0-a638-d876abe5ff34} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003121 sec., 26273.630246715795 rows/sec., 1.67 MiB/sec. | ||
4037 | 2024.08.15 05:35:36.437510 [ 3 ] {98fda2bf-97ae-4fa0-a638-d876abe5ff34} <Debug> DynamicQueryHandler: Done processing query | ||
4038 | 2024.08.15 05:35:36.437540 [ 3 ] {98fda2bf-97ae-4fa0-a638-d876abe5ff34} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4039 | 2024.08.15 05:35:36.437570 [ 3 ] {} <Debug> HTTP-Session: 859aa002-99d9-4d26-82af-2ad6dae35e3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4040 | 2024.08.15 05:35:36.440720 [ 187 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 112 rows, containing 19 columns (19 merged, 0 gathered) in 0.007277964 sec., 15388.919208723759 rows/sec., 27.57 MiB/sec. | ||
4041 | 2024.08.15 05:35:36.441058 [ 187 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
4042 | 2024.08.15 05:35:36.441636 [ 187 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4043 | 2024.08.15 05:35:36.441712 [ 187 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
4044 | 2024.08.15 05:35:36.441806 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. | ||
4045 | 2024.08.15 05:35:41.406744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4046 | 2024.08.15 05:35:41.406873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4047 | 2024.08.15 05:35:41.406898 [ 3 ] {} <Debug> HTTP-Session: 523d2b65-e770-440e-93e2-0c1b9d494a00 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4048 | 2024.08.15 05:35:41.406923 [ 3 ] {} <Debug> HTTP-Session: 523d2b65-e770-440e-93e2-0c1b9d494a00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4049 | 2024.08.15 05:35:41.406938 [ 3 ] {} <Debug> HTTP-Session: 523d2b65-e770-440e-93e2-0c1b9d494a00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4050 | 2024.08.15 05:35:41.406985 [ 3 ] {} <Trace> HTTP-Session: 523d2b65-e770-440e-93e2-0c1b9d494a00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4051 | 2024.08.15 05:35:41.407161 [ 3 ] {5e6284b0-4a08-4951-a319-57b90158c656} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4052 | 2024.08.15 05:35:41.407224 [ 3 ] {5e6284b0-4a08-4951-a319-57b90158c656} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4053 | 2024.08.15 05:35:41.407410 [ 3 ] {5e6284b0-4a08-4951-a319-57b90158c656} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4054 | 2024.08.15 05:35:41.407861 [ 3 ] {5e6284b0-4a08-4951-a319-57b90158c656} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4055 | 2024.08.15 05:35:41.407900 [ 3 ] {5e6284b0-4a08-4951-a319-57b90158c656} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4056 | 2024.08.15 05:35:41.408270 [ 3 ] {5e6284b0-4a08-4951-a319-57b90158c656} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4057 | 2024.08.15 05:35:41.408599 [ 3 ] {5e6284b0-4a08-4951-a319-57b90158c656} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4058 | 2024.08.15 05:35:41.408739 [ 3 ] {5e6284b0-4a08-4951-a319-57b90158c656} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001636 sec., 15892.42053789731 rows/sec., 1.26 MiB/sec. | ||
4059 | 2024.08.15 05:35:41.409032 [ 3 ] {5e6284b0-4a08-4951-a319-57b90158c656} <Debug> DynamicQueryHandler: Done processing query | ||
4060 | 2024.08.15 05:35:41.409060 [ 3 ] {5e6284b0-4a08-4951-a319-57b90158c656} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4061 | 2024.08.15 05:35:41.409078 [ 3 ] {} <Debug> HTTP-Session: 523d2b65-e770-440e-93e2-0c1b9d494a00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4062 | 2024.08.15 05:35:41.409252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4063 | 2024.08.15 05:35:41.409301 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4064 | 2024.08.15 05:35:41.409320 [ 3 ] {} <Debug> HTTP-Session: 418c63f2-9fcd-40cb-8e6a-5ad851ad51bd Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4065 | 2024.08.15 05:35:41.409338 [ 3 ] {} <Debug> HTTP-Session: 418c63f2-9fcd-40cb-8e6a-5ad851ad51bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4066 | 2024.08.15 05:35:41.409352 [ 3 ] {} <Debug> HTTP-Session: 418c63f2-9fcd-40cb-8e6a-5ad851ad51bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4067 | 2024.08.15 05:35:41.409383 [ 3 ] {} <Trace> HTTP-Session: 418c63f2-9fcd-40cb-8e6a-5ad851ad51bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4068 | 2024.08.15 05:35:41.409530 [ 3 ] {2e6443a2-2be1-4fdd-8a0e-287735ef646c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4069 | 2024.08.15 05:35:41.409581 [ 3 ] {2e6443a2-2be1-4fdd-8a0e-287735ef646c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4070 | 2024.08.15 05:35:41.409728 [ 3 ] {2e6443a2-2be1-4fdd-8a0e-287735ef646c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4071 | 2024.08.15 05:35:41.410120 [ 3 ] {2e6443a2-2be1-4fdd-8a0e-287735ef646c} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4072 | 2024.08.15 05:35:41.410156 [ 3 ] {2e6443a2-2be1-4fdd-8a0e-287735ef646c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4073 | 2024.08.15 05:35:41.410481 [ 3 ] {2e6443a2-2be1-4fdd-8a0e-287735ef646c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4074 | 2024.08.15 05:35:41.410793 [ 3 ] {2e6443a2-2be1-4fdd-8a0e-287735ef646c} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4075 | 2024.08.15 05:35:41.410934 [ 3 ] {2e6443a2-2be1-4fdd-8a0e-287735ef646c} <Debug> executeQuery: Read 134 rows, 11.45 KiB in 0.001463 sec., 91592.61790840738 rows/sec., 7.64 MiB/sec. | ||
4076 | 2024.08.15 05:35:41.411138 [ 3 ] {2e6443a2-2be1-4fdd-8a0e-287735ef646c} <Debug> DynamicQueryHandler: Done processing query | ||
4077 | 2024.08.15 05:35:41.411164 [ 3 ] {2e6443a2-2be1-4fdd-8a0e-287735ef646c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4078 | 2024.08.15 05:35:41.411180 [ 3 ] {} <Debug> HTTP-Session: 418c63f2-9fcd-40cb-8e6a-5ad851ad51bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4079 | 2024.08.15 05:35:41.411321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 15281, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4080 | 2024.08.15 05:35:41.411371 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4081 | 2024.08.15 05:35:41.411390 [ 3 ] {} <Debug> HTTP-Session: 74615711-a583-490d-809c-7a41ce4b58a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4082 | 2024.08.15 05:35:41.411407 [ 3 ] {} <Debug> HTTP-Session: 74615711-a583-490d-809c-7a41ce4b58a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4083 | 2024.08.15 05:35:41.411421 [ 3 ] {} <Debug> HTTP-Session: 74615711-a583-490d-809c-7a41ce4b58a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4084 | 2024.08.15 05:35:41.411451 [ 3 ] {} <Trace> HTTP-Session: 74615711-a583-490d-809c-7a41ce4b58a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4085 | 2024.08.15 05:35:41.411574 [ 3 ] {ee5e8f72-20c0-47b5-bdf1-8a45f13ac83b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4086 | 2024.08.15 05:35:41.411619 [ 3 ] {ee5e8f72-20c0-47b5-bdf1-8a45f13ac83b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4087 | 2024.08.15 05:35:41.411754 [ 3 ] {ee5e8f72-20c0-47b5-bdf1-8a45f13ac83b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4088 | 2024.08.15 05:35:41.412087 [ 3 ] {ee5e8f72-20c0-47b5-bdf1-8a45f13ac83b} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4089 | 2024.08.15 05:35:41.412124 [ 3 ] {ee5e8f72-20c0-47b5-bdf1-8a45f13ac83b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4090 | 2024.08.15 05:35:41.412428 [ 3 ] {ee5e8f72-20c0-47b5-bdf1-8a45f13ac83b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4091 | 2024.08.15 05:35:41.412727 [ 3 ] {ee5e8f72-20c0-47b5-bdf1-8a45f13ac83b} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4092 | 2024.08.15 05:35:41.412885 [ 3 ] {ee5e8f72-20c0-47b5-bdf1-8a45f13ac83b} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001354 sec., 66469.71935007385 rows/sec., 5.19 MiB/sec. | ||
4093 | 2024.08.15 05:35:41.413039 [ 3 ] {ee5e8f72-20c0-47b5-bdf1-8a45f13ac83b} <Debug> DynamicQueryHandler: Done processing query | ||
4094 | 2024.08.15 05:35:41.413064 [ 3 ] {ee5e8f72-20c0-47b5-bdf1-8a45f13ac83b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4095 | 2024.08.15 05:35:41.413079 [ 3 ] {} <Debug> HTTP-Session: 74615711-a583-490d-809c-7a41ce4b58a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4096 | 2024.08.15 05:35:41.413216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4097 | 2024.08.15 05:35:41.413270 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4098 | 2024.08.15 05:35:41.413290 [ 3 ] {} <Debug> HTTP-Session: 3a6bd00e-b36f-430b-9605-21e289db49f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4099 | 2024.08.15 05:35:41.413306 [ 3 ] {} <Debug> HTTP-Session: 3a6bd00e-b36f-430b-9605-21e289db49f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4100 | 2024.08.15 05:35:41.413320 [ 3 ] {} <Debug> HTTP-Session: 3a6bd00e-b36f-430b-9605-21e289db49f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4101 | 2024.08.15 05:35:41.413349 [ 3 ] {} <Trace> HTTP-Session: 3a6bd00e-b36f-430b-9605-21e289db49f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4102 | 2024.08.15 05:35:41.413500 [ 3 ] {58056a1f-f839-4b62-b931-45047894ab46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4103 | 2024.08.15 05:35:41.413547 [ 3 ] {58056a1f-f839-4b62-b931-45047894ab46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4104 | 2024.08.15 05:35:41.413694 [ 3 ] {58056a1f-f839-4b62-b931-45047894ab46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4105 | 2024.08.15 05:35:41.414082 [ 3 ] {58056a1f-f839-4b62-b931-45047894ab46} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4106 | 2024.08.15 05:35:41.414118 [ 3 ] {58056a1f-f839-4b62-b931-45047894ab46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4107 | 2024.08.15 05:35:41.414503 [ 3 ] {58056a1f-f839-4b62-b931-45047894ab46} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4108 | 2024.08.15 05:35:41.414832 [ 3 ] {58056a1f-f839-4b62-b931-45047894ab46} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4109 | 2024.08.15 05:35:41.414991 [ 3 ] {58056a1f-f839-4b62-b931-45047894ab46} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001554 sec., 102960.10296010296 rows/sec., 7.17 MiB/sec. | ||
4110 | 2024.08.15 05:35:41.415160 [ 3 ] {58056a1f-f839-4b62-b931-45047894ab46} <Debug> DynamicQueryHandler: Done processing query | ||
4111 | 2024.08.15 05:35:41.415185 [ 3 ] {58056a1f-f839-4b62-b931-45047894ab46} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4112 | 2024.08.15 05:35:41.415200 [ 3 ] {} <Debug> HTTP-Session: 3a6bd00e-b36f-430b-9605-21e289db49f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4113 | 2024.08.15 05:35:41.415351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 41824, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4114 | 2024.08.15 05:35:41.415399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4115 | 2024.08.15 05:35:41.415418 [ 3 ] {} <Debug> HTTP-Session: 27edb151-9592-4fdb-b5dd-1902a0e89882 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4116 | 2024.08.15 05:35:41.415435 [ 3 ] {} <Debug> HTTP-Session: 27edb151-9592-4fdb-b5dd-1902a0e89882 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4117 | 2024.08.15 05:35:41.415449 [ 3 ] {} <Debug> HTTP-Session: 27edb151-9592-4fdb-b5dd-1902a0e89882 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4118 | 2024.08.15 05:35:41.415478 [ 3 ] {} <Trace> HTTP-Session: 27edb151-9592-4fdb-b5dd-1902a0e89882 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4119 | 2024.08.15 05:35:41.415758 [ 3 ] {694113b9-450c-47cf-a2af-576ec722448f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4120 | 2024.08.15 05:35:41.415823 [ 3 ] {694113b9-450c-47cf-a2af-576ec722448f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4121 | 2024.08.15 05:35:41.416227 [ 3 ] {694113b9-450c-47cf-a2af-576ec722448f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4122 | 2024.08.15 05:35:41.417012 [ 3 ] {694113b9-450c-47cf-a2af-576ec722448f} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4123 | 2024.08.15 05:35:41.417049 [ 3 ] {694113b9-450c-47cf-a2af-576ec722448f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4124 | 2024.08.15 05:35:41.417662 [ 3 ] {694113b9-450c-47cf-a2af-576ec722448f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4125 | 2024.08.15 05:35:41.418070 [ 3 ] {694113b9-450c-47cf-a2af-576ec722448f} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4126 | 2024.08.15 05:35:41.418270 [ 3 ] {694113b9-450c-47cf-a2af-576ec722448f} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002711 sec., 9590.556990040575 rows/sec., 17.19 MiB/sec. | ||
4127 | 2024.08.15 05:35:41.418603 [ 3 ] {694113b9-450c-47cf-a2af-576ec722448f} <Debug> DynamicQueryHandler: Done processing query | ||
4128 | 2024.08.15 05:35:41.418627 [ 3 ] {694113b9-450c-47cf-a2af-576ec722448f} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4129 | 2024.08.15 05:35:41.418644 [ 3 ] {} <Debug> HTTP-Session: 27edb151-9592-4fdb-b5dd-1902a0e89882 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4130 | 2024.08.15 05:35:41.418775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4131 | 2024.08.15 05:35:41.418825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4132 | 2024.08.15 05:35:41.418844 [ 3 ] {} <Debug> HTTP-Session: c818e1dd-c778-472e-9637-8bd37d9ddd2f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4133 | 2024.08.15 05:35:41.418861 [ 3 ] {} <Debug> HTTP-Session: c818e1dd-c778-472e-9637-8bd37d9ddd2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4134 | 2024.08.15 05:35:41.418875 [ 3 ] {} <Debug> HTTP-Session: c818e1dd-c778-472e-9637-8bd37d9ddd2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4135 | 2024.08.15 05:35:41.418905 [ 3 ] {} <Trace> HTTP-Session: c818e1dd-c778-472e-9637-8bd37d9ddd2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4136 | 2024.08.15 05:35:41.419031 [ 3 ] {630889df-d1ee-4bfe-b149-f454e1b6c5af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4137 | 2024.08.15 05:35:41.419075 [ 3 ] {630889df-d1ee-4bfe-b149-f454e1b6c5af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4138 | 2024.08.15 05:35:41.419204 [ 3 ] {630889df-d1ee-4bfe-b149-f454e1b6c5af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4139 | 2024.08.15 05:35:41.419508 [ 3 ] {630889df-d1ee-4bfe-b149-f454e1b6c5af} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4140 | 2024.08.15 05:35:41.419545 [ 3 ] {630889df-d1ee-4bfe-b149-f454e1b6c5af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4141 | 2024.08.15 05:35:41.419900 [ 3 ] {630889df-d1ee-4bfe-b149-f454e1b6c5af} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4142 | 2024.08.15 05:35:41.420231 [ 3 ] {630889df-d1ee-4bfe-b149-f454e1b6c5af} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4143 | 2024.08.15 05:35:41.420387 [ 3 ] {630889df-d1ee-4bfe-b149-f454e1b6c5af} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00141 sec., 42553.1914893617 rows/sec., 2.87 MiB/sec. | ||
4144 | 2024.08.15 05:35:41.420551 [ 3 ] {630889df-d1ee-4bfe-b149-f454e1b6c5af} <Debug> DynamicQueryHandler: Done processing query | ||
4145 | 2024.08.15 05:35:41.420576 [ 3 ] {630889df-d1ee-4bfe-b149-f454e1b6c5af} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4146 | 2024.08.15 05:35:41.420591 [ 3 ] {} <Debug> HTTP-Session: c818e1dd-c778-472e-9637-8bd37d9ddd2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4147 | 2024.08.15 05:35:46.410014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4148 | 2024.08.15 05:35:46.410150 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4149 | 2024.08.15 05:35:46.410180 [ 3 ] {} <Debug> HTTP-Session: c6dfa305-eed5-418b-8981-6548aab4de6b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4150 | 2024.08.15 05:35:46.410209 [ 3 ] {} <Debug> HTTP-Session: c6dfa305-eed5-418b-8981-6548aab4de6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4151 | 2024.08.15 05:35:46.410227 [ 3 ] {} <Debug> HTTP-Session: c6dfa305-eed5-418b-8981-6548aab4de6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4152 | 2024.08.15 05:35:46.410281 [ 3 ] {} <Trace> HTTP-Session: c6dfa305-eed5-418b-8981-6548aab4de6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4153 | 2024.08.15 05:35:46.410472 [ 3 ] {f72744ad-8524-4e7c-ad67-3656d6ceff56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4154 | 2024.08.15 05:35:46.410544 [ 3 ] {f72744ad-8524-4e7c-ad67-3656d6ceff56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4155 | 2024.08.15 05:35:46.410746 [ 3 ] {f72744ad-8524-4e7c-ad67-3656d6ceff56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4156 | 2024.08.15 05:35:46.411169 [ 3 ] {f72744ad-8524-4e7c-ad67-3656d6ceff56} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4157 | 2024.08.15 05:35:46.411207 [ 3 ] {f72744ad-8524-4e7c-ad67-3656d6ceff56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4158 | 2024.08.15 05:35:46.411560 [ 3 ] {f72744ad-8524-4e7c-ad67-3656d6ceff56} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4159 | 2024.08.15 05:35:46.411898 [ 3 ] {f72744ad-8524-4e7c-ad67-3656d6ceff56} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4160 | 2024.08.15 05:35:46.412036 [ 3 ] {f72744ad-8524-4e7c-ad67-3656d6ceff56} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001622 sec., 2466.091245376079 rows/sec., 199.89 KiB/sec. | ||
4161 | 2024.08.15 05:35:46.412222 [ 3 ] {f72744ad-8524-4e7c-ad67-3656d6ceff56} <Debug> DynamicQueryHandler: Done processing query | ||
4162 | 2024.08.15 05:35:46.412248 [ 3 ] {f72744ad-8524-4e7c-ad67-3656d6ceff56} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4163 | 2024.08.15 05:35:46.412270 [ 3 ] {} <Debug> HTTP-Session: c6dfa305-eed5-418b-8981-6548aab4de6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4164 | 2024.08.15 05:35:46.412490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4165 | 2024.08.15 05:35:46.412540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4166 | 2024.08.15 05:35:46.412560 [ 3 ] {} <Debug> HTTP-Session: eed494a5-7864-4c32-b86b-51880e901e63 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4167 | 2024.08.15 05:35:46.412576 [ 3 ] {} <Debug> HTTP-Session: eed494a5-7864-4c32-b86b-51880e901e63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4168 | 2024.08.15 05:35:46.412590 [ 3 ] {} <Debug> HTTP-Session: eed494a5-7864-4c32-b86b-51880e901e63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4169 | 2024.08.15 05:35:46.412620 [ 3 ] {} <Trace> HTTP-Session: eed494a5-7864-4c32-b86b-51880e901e63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4170 | 2024.08.15 05:35:46.412768 [ 3 ] {fe4f6805-b280-471e-af17-84d930c0fb51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4171 | 2024.08.15 05:35:46.412810 [ 3 ] {fe4f6805-b280-471e-af17-84d930c0fb51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4172 | 2024.08.15 05:35:46.412934 [ 3 ] {fe4f6805-b280-471e-af17-84d930c0fb51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4173 | 2024.08.15 05:35:46.413390 [ 3 ] {fe4f6805-b280-471e-af17-84d930c0fb51} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4174 | 2024.08.15 05:35:46.413425 [ 3 ] {fe4f6805-b280-471e-af17-84d930c0fb51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4175 | 2024.08.15 05:35:46.413745 [ 3 ] {fe4f6805-b280-471e-af17-84d930c0fb51} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4176 | 2024.08.15 05:35:46.414043 [ 3 ] {fe4f6805-b280-471e-af17-84d930c0fb51} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4177 | 2024.08.15 05:35:46.414166 [ 3 ] {fe4f6805-b280-471e-af17-84d930c0fb51} <Debug> executeQuery: Read 201 rows, 18.00 KiB in 0.001466 sec., 137107.77626193725 rows/sec., 11.99 MiB/sec. | ||
4178 | 2024.08.15 05:35:46.414327 [ 3 ] {fe4f6805-b280-471e-af17-84d930c0fb51} <Debug> DynamicQueryHandler: Done processing query | ||
4179 | 2024.08.15 05:35:46.414352 [ 3 ] {fe4f6805-b280-471e-af17-84d930c0fb51} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4180 | 2024.08.15 05:35:46.414368 [ 3 ] {} <Debug> HTTP-Session: eed494a5-7864-4c32-b86b-51880e901e63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4181 | 2024.08.15 05:35:46.414499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4182 | 2024.08.15 05:35:46.414548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4183 | 2024.08.15 05:35:46.414568 [ 3 ] {} <Debug> HTTP-Session: c1506906-d21f-4774-8b95-19199a38c96d Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4184 | 2024.08.15 05:35:46.414584 [ 3 ] {} <Debug> HTTP-Session: c1506906-d21f-4774-8b95-19199a38c96d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4185 | 2024.08.15 05:35:46.414598 [ 3 ] {} <Debug> HTTP-Session: c1506906-d21f-4774-8b95-19199a38c96d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4186 | 2024.08.15 05:35:46.414629 [ 3 ] {} <Trace> HTTP-Session: c1506906-d21f-4774-8b95-19199a38c96d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4187 | 2024.08.15 05:35:46.414724 [ 3 ] {04af5cb4-0692-4eef-904b-4f2e5bffda54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4188 | 2024.08.15 05:35:46.414766 [ 3 ] {04af5cb4-0692-4eef-904b-4f2e5bffda54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4189 | 2024.08.15 05:35:46.414888 [ 3 ] {04af5cb4-0692-4eef-904b-4f2e5bffda54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4190 | 2024.08.15 05:35:46.415174 [ 3 ] {04af5cb4-0692-4eef-904b-4f2e5bffda54} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4191 | 2024.08.15 05:35:46.415211 [ 3 ] {04af5cb4-0692-4eef-904b-4f2e5bffda54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4192 | 2024.08.15 05:35:46.415511 [ 3 ] {04af5cb4-0692-4eef-904b-4f2e5bffda54} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4193 | 2024.08.15 05:35:46.415805 [ 3 ] {04af5cb4-0692-4eef-904b-4f2e5bffda54} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4194 | 2024.08.15 05:35:46.415929 [ 3 ] {04af5cb4-0692-4eef-904b-4f2e5bffda54} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001232 sec., 11363.636363636364 rows/sec., 795.84 KiB/sec. | ||
4195 | 2024.08.15 05:35:46.416088 [ 3 ] {04af5cb4-0692-4eef-904b-4f2e5bffda54} <Debug> DynamicQueryHandler: Done processing query | ||
4196 | 2024.08.15 05:35:46.416113 [ 3 ] {04af5cb4-0692-4eef-904b-4f2e5bffda54} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4197 | 2024.08.15 05:35:46.416129 [ 3 ] {} <Debug> HTTP-Session: c1506906-d21f-4774-8b95-19199a38c96d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4198 | 2024.08.15 05:35:46.416241 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4199 | 2024.08.15 05:35:46.416290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4200 | 2024.08.15 05:35:46.416309 [ 3 ] {} <Debug> HTTP-Session: 140b8bdd-3e7b-49ff-b40a-70d33c5cff1f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4201 | 2024.08.15 05:35:46.416326 [ 3 ] {} <Debug> HTTP-Session: 140b8bdd-3e7b-49ff-b40a-70d33c5cff1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4202 | 2024.08.15 05:35:46.416339 [ 3 ] {} <Debug> HTTP-Session: 140b8bdd-3e7b-49ff-b40a-70d33c5cff1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4203 | 2024.08.15 05:35:46.416369 [ 3 ] {} <Trace> HTTP-Session: 140b8bdd-3e7b-49ff-b40a-70d33c5cff1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4204 | 2024.08.15 05:35:46.416462 [ 3 ] {9a6b93f0-795e-422d-9318-52582681f6aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
4205 | 2024.08.15 05:35:46.416503 [ 3 ] {9a6b93f0-795e-422d-9318-52582681f6aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4206 | 2024.08.15 05:35:46.416628 [ 3 ] {9a6b93f0-795e-422d-9318-52582681f6aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4207 | 2024.08.15 05:35:46.416906 [ 3 ] {9a6b93f0-795e-422d-9318-52582681f6aa} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4208 | 2024.08.15 05:35:46.416942 [ 3 ] {9a6b93f0-795e-422d-9318-52582681f6aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4209 | 2024.08.15 05:35:46.417247 [ 3 ] {9a6b93f0-795e-422d-9318-52582681f6aa} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4210 | 2024.08.15 05:35:46.417535 [ 3 ] {9a6b93f0-795e-422d-9318-52582681f6aa} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4211 | 2024.08.15 05:35:46.417657 [ 3 ] {9a6b93f0-795e-422d-9318-52582681f6aa} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00122 sec., 4918.032786885246 rows/sec., 290.57 KiB/sec. | ||
4212 | 2024.08.15 05:35:46.417816 [ 3 ] {9a6b93f0-795e-422d-9318-52582681f6aa} <Debug> DynamicQueryHandler: Done processing query | ||
4213 | 2024.08.15 05:35:46.417841 [ 3 ] {9a6b93f0-795e-422d-9318-52582681f6aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4214 | 2024.08.15 05:35:46.417857 [ 3 ] {} <Debug> HTTP-Session: 140b8bdd-3e7b-49ff-b40a-70d33c5cff1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4215 | 2024.08.15 05:35:46.418027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 62444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4216 | 2024.08.15 05:35:46.418076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4217 | 2024.08.15 05:35:46.418096 [ 3 ] {} <Debug> HTTP-Session: 27e1e53e-f7eb-45a1-aabd-a0ff813e1466 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4218 | 2024.08.15 05:35:46.418112 [ 3 ] {} <Debug> HTTP-Session: 27e1e53e-f7eb-45a1-aabd-a0ff813e1466 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4219 | 2024.08.15 05:35:46.418126 [ 3 ] {} <Debug> HTTP-Session: 27e1e53e-f7eb-45a1-aabd-a0ff813e1466 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4220 | 2024.08.15 05:35:46.418155 [ 3 ] {} <Trace> HTTP-Session: 27e1e53e-f7eb-45a1-aabd-a0ff813e1466 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4221 | 2024.08.15 05:35:46.418359 [ 3 ] {34d3507a-7ea4-4b98-9795-4d9692674709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4222 | 2024.08.15 05:35:46.418402 [ 3 ] {34d3507a-7ea4-4b98-9795-4d9692674709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4223 | 2024.08.15 05:35:46.418524 [ 3 ] {34d3507a-7ea4-4b98-9795-4d9692674709} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4224 | 2024.08.15 05:35:46.419026 [ 3 ] {34d3507a-7ea4-4b98-9795-4d9692674709} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4225 | 2024.08.15 05:35:46.419062 [ 3 ] {34d3507a-7ea4-4b98-9795-4d9692674709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4226 | 2024.08.15 05:35:46.419374 [ 3 ] {34d3507a-7ea4-4b98-9795-4d9692674709} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4227 | 2024.08.15 05:35:46.419666 [ 3 ] {34d3507a-7ea4-4b98-9795-4d9692674709} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4228 | 2024.08.15 05:35:46.419787 [ 3 ] {34d3507a-7ea4-4b98-9795-4d9692674709} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.00155 sec., 249032.25806451615 rows/sec., 17.64 MiB/sec. | ||
4229 | 2024.08.15 05:35:46.420053 [ 3 ] {34d3507a-7ea4-4b98-9795-4d9692674709} <Debug> DynamicQueryHandler: Done processing query | ||
4230 | 2024.08.15 05:35:46.420100 [ 3 ] {34d3507a-7ea4-4b98-9795-4d9692674709} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
4231 | 2024.08.15 05:35:46.420126 [ 3 ] {} <Debug> HTTP-Session: 27e1e53e-f7eb-45a1-aabd-a0ff813e1466 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4232 | 2024.08.15 05:35:46.420254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4233 | 2024.08.15 05:35:46.420305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4234 | 2024.08.15 05:35:46.420325 [ 3 ] {} <Debug> HTTP-Session: 6c362ac1-0132-457f-877f-824b35466a21 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4235 | 2024.08.15 05:35:46.420341 [ 3 ] {} <Debug> HTTP-Session: 6c362ac1-0132-457f-877f-824b35466a21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4236 | 2024.08.15 05:35:46.420355 [ 3 ] {} <Debug> HTTP-Session: 6c362ac1-0132-457f-877f-824b35466a21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4237 | 2024.08.15 05:35:46.420384 [ 3 ] {} <Trace> HTTP-Session: 6c362ac1-0132-457f-877f-824b35466a21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4238 | 2024.08.15 05:35:46.420479 [ 3 ] {e89ce306-4d0b-4e73-821d-1b828cbf378f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4239 | 2024.08.15 05:35:46.420524 [ 3 ] {e89ce306-4d0b-4e73-821d-1b828cbf378f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4240 | 2024.08.15 05:35:46.420669 [ 3 ] {e89ce306-4d0b-4e73-821d-1b828cbf378f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4241 | 2024.08.15 05:35:46.420941 [ 3 ] {e89ce306-4d0b-4e73-821d-1b828cbf378f} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4242 | 2024.08.15 05:35:46.420975 [ 3 ] {e89ce306-4d0b-4e73-821d-1b828cbf378f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4243 | 2024.08.15 05:35:46.421322 [ 3 ] {e89ce306-4d0b-4e73-821d-1b828cbf378f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4244 | 2024.08.15 05:35:46.421632 [ 3 ] {e89ce306-4d0b-4e73-821d-1b828cbf378f} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4245 | 2024.08.15 05:35:46.421756 [ 3 ] {e89ce306-4d0b-4e73-821d-1b828cbf378f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001302 sec., 4608.294930875576 rows/sec., 240.77 KiB/sec. | ||
4246 | 2024.08.15 05:35:46.421959 [ 3 ] {e89ce306-4d0b-4e73-821d-1b828cbf378f} <Debug> DynamicQueryHandler: Done processing query | ||
4247 | 2024.08.15 05:35:46.421983 [ 3 ] {e89ce306-4d0b-4e73-821d-1b828cbf378f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4248 | 2024.08.15 05:35:46.421999 [ 3 ] {} <Debug> HTTP-Session: 6c362ac1-0132-457f-877f-824b35466a21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4249 | 2024.08.15 05:35:46.422150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 44601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4250 | 2024.08.15 05:35:46.422198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4251 | 2024.08.15 05:35:46.422217 [ 3 ] {} <Debug> HTTP-Session: 91a2e1ac-4df4-4225-a436-9e7778651242 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4252 | 2024.08.15 05:35:46.422233 [ 3 ] {} <Debug> HTTP-Session: 91a2e1ac-4df4-4225-a436-9e7778651242 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4253 | 2024.08.15 05:35:46.422247 [ 3 ] {} <Debug> HTTP-Session: 91a2e1ac-4df4-4225-a436-9e7778651242 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4254 | 2024.08.15 05:35:46.422278 [ 3 ] {} <Trace> HTTP-Session: 91a2e1ac-4df4-4225-a436-9e7778651242 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4255 | 2024.08.15 05:35:46.422470 [ 3 ] {41b66d6d-191f-4ae9-b002-c772651630d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4256 | 2024.08.15 05:35:46.422515 [ 3 ] {41b66d6d-191f-4ae9-b002-c772651630d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4257 | 2024.08.15 05:35:46.422654 [ 3 ] {41b66d6d-191f-4ae9-b002-c772651630d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4258 | 2024.08.15 05:35:46.423154 [ 3 ] {41b66d6d-191f-4ae9-b002-c772651630d6} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4259 | 2024.08.15 05:35:46.423188 [ 3 ] {41b66d6d-191f-4ae9-b002-c772651630d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4260 | 2024.08.15 05:35:46.423558 [ 3 ] {41b66d6d-191f-4ae9-b002-c772651630d6} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4261 | 2024.08.15 05:35:46.423879 [ 3 ] {41b66d6d-191f-4ae9-b002-c772651630d6} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): 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.08.15 05:35:46.424009 [ 3 ] {41b66d6d-191f-4ae9-b002-c772651630d6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001645 sec., 144072.9483282675 rows/sec., 9.66 MiB/sec. | ||
4263 | 2024.08.15 05:35:46.424181 [ 3 ] {41b66d6d-191f-4ae9-b002-c772651630d6} <Debug> DynamicQueryHandler: Done processing query | ||
4264 | 2024.08.15 05:35:46.424205 [ 3 ] {41b66d6d-191f-4ae9-b002-c772651630d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4265 | 2024.08.15 05:35:46.424221 [ 3 ] {} <Debug> HTTP-Session: 91a2e1ac-4df4-4225-a436-9e7778651242 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4266 | 2024.08.15 05:35:46.424342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4267 | 2024.08.15 05:35:46.424389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4268 | 2024.08.15 05:35:46.424408 [ 3 ] {} <Debug> HTTP-Session: 76f0376c-f932-499c-b0a6-3529465c06dc Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4269 | 2024.08.15 05:35:46.424424 [ 3 ] {} <Debug> HTTP-Session: 76f0376c-f932-499c-b0a6-3529465c06dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4270 | 2024.08.15 05:35:46.424438 [ 3 ] {} <Debug> HTTP-Session: 76f0376c-f932-499c-b0a6-3529465c06dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4271 | 2024.08.15 05:35:46.424468 [ 3 ] {} <Trace> HTTP-Session: 76f0376c-f932-499c-b0a6-3529465c06dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4272 | 2024.08.15 05:35:46.424557 [ 3 ] {b2c5ee22-cdad-467e-9923-4034a893b25c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
4273 | 2024.08.15 05:35:46.424602 [ 3 ] {b2c5ee22-cdad-467e-9923-4034a893b25c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4274 | 2024.08.15 05:35:46.424727 [ 3 ] {b2c5ee22-cdad-467e-9923-4034a893b25c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4275 | 2024.08.15 05:35:46.424987 [ 3 ] {b2c5ee22-cdad-467e-9923-4034a893b25c} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4276 | 2024.08.15 05:35:46.425022 [ 3 ] {b2c5ee22-cdad-467e-9923-4034a893b25c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4277 | 2024.08.15 05:35:46.425360 [ 3 ] {b2c5ee22-cdad-467e-9923-4034a893b25c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4278 | 2024.08.15 05:35:46.425667 [ 3 ] {b2c5ee22-cdad-467e-9923-4034a893b25c} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4279 | 2024.08.15 05:35:46.425822 [ 3 ] {b2c5ee22-cdad-467e-9923-4034a893b25c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001278 sec., 782.4726134585289 rows/sec., 52.73 KiB/sec. | ||
4280 | 2024.08.15 05:35:46.426100 [ 3 ] {b2c5ee22-cdad-467e-9923-4034a893b25c} <Debug> DynamicQueryHandler: Done processing query | ||
4281 | 2024.08.15 05:35:46.426124 [ 3 ] {b2c5ee22-cdad-467e-9923-4034a893b25c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4282 | 2024.08.15 05:35:46.426140 [ 3 ] {} <Debug> HTTP-Session: 76f0376c-f932-499c-b0a6-3529465c06dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4283 | 2024.08.15 05:35:46.426251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4284 | 2024.08.15 05:35:46.426299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4285 | 2024.08.15 05:35:46.426317 [ 3 ] {} <Debug> HTTP-Session: 7db6ef1d-f4b3-41d6-9c41-25dfa9fa9d2e Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4286 | 2024.08.15 05:35:46.426334 [ 3 ] {} <Debug> HTTP-Session: 7db6ef1d-f4b3-41d6-9c41-25dfa9fa9d2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4287 | 2024.08.15 05:35:46.426347 [ 3 ] {} <Debug> HTTP-Session: 7db6ef1d-f4b3-41d6-9c41-25dfa9fa9d2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4288 | 2024.08.15 05:35:46.426377 [ 3 ] {} <Trace> HTTP-Session: 7db6ef1d-f4b3-41d6-9c41-25dfa9fa9d2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4289 | 2024.08.15 05:35:46.426505 [ 3 ] {1e270c21-c748-4f7e-b0c3-b71444c6ad0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4290 | 2024.08.15 05:35:46.426572 [ 3 ] {1e270c21-c748-4f7e-b0c3-b71444c6ad0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4291 | 2024.08.15 05:35:46.426992 [ 3 ] {1e270c21-c748-4f7e-b0c3-b71444c6ad0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4292 | 2024.08.15 05:35:46.427482 [ 3 ] {1e270c21-c748-4f7e-b0c3-b71444c6ad0a} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4293 | 2024.08.15 05:35:46.427517 [ 3 ] {1e270c21-c748-4f7e-b0c3-b71444c6ad0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4294 | 2024.08.15 05:35:46.428090 [ 3 ] {1e270c21-c748-4f7e-b0c3-b71444c6ad0a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4295 | 2024.08.15 05:35:46.428491 [ 3 ] {1e270c21-c748-4f7e-b0c3-b71444c6ad0a} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4296 | 2024.08.15 05:35:46.428669 [ 3 ] {1e270c21-c748-4f7e-b0c3-b71444c6ad0a} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002222 sec., 1800.1800180018001 rows/sec., 3.23 MiB/sec. | ||
4297 | 2024.08.15 05:35:46.428896 [ 3 ] {1e270c21-c748-4f7e-b0c3-b71444c6ad0a} <Debug> DynamicQueryHandler: Done processing query | ||
4298 | 2024.08.15 05:35:46.428920 [ 3 ] {1e270c21-c748-4f7e-b0c3-b71444c6ad0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
4299 | 2024.08.15 05:35:46.428936 [ 3 ] {} <Debug> HTTP-Session: 7db6ef1d-f4b3-41d6-9c41-25dfa9fa9d2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4300 | 2024.08.15 05:35:46.429059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4301 | 2024.08.15 05:35:46.429109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4302 | 2024.08.15 05:35:46.429127 [ 3 ] {} <Debug> HTTP-Session: 619e967d-e6cc-41b6-9b02-4fe92d3517f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4303 | 2024.08.15 05:35:46.429143 [ 3 ] {} <Debug> HTTP-Session: 619e967d-e6cc-41b6-9b02-4fe92d3517f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4304 | 2024.08.15 05:35:46.429157 [ 3 ] {} <Debug> HTTP-Session: 619e967d-e6cc-41b6-9b02-4fe92d3517f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4305 | 2024.08.15 05:35:46.429187 [ 3 ] {} <Trace> HTTP-Session: 619e967d-e6cc-41b6-9b02-4fe92d3517f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4306 | 2024.08.15 05:35:46.429314 [ 3 ] {b43a26fe-f50a-456d-b8d8-bb3e23bc622f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4307 | 2024.08.15 05:35:46.429357 [ 3 ] {b43a26fe-f50a-456d-b8d8-bb3e23bc622f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4308 | 2024.08.15 05:35:46.429483 [ 3 ] {b43a26fe-f50a-456d-b8d8-bb3e23bc622f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4309 | 2024.08.15 05:35:46.429845 [ 3 ] {b43a26fe-f50a-456d-b8d8-bb3e23bc622f} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4310 | 2024.08.15 05:35:46.429882 [ 3 ] {b43a26fe-f50a-456d-b8d8-bb3e23bc622f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4311 | 2024.08.15 05:35:46.430227 [ 3 ] {b43a26fe-f50a-456d-b8d8-bb3e23bc622f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4312 | 2024.08.15 05:35:46.430532 [ 3 ] {b43a26fe-f50a-456d-b8d8-bb3e23bc622f} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4313 | 2024.08.15 05:35:46.430682 [ 3 ] {b43a26fe-f50a-456d-b8d8-bb3e23bc622f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001413 sec., 58032.55484784147 rows/sec., 3.69 MiB/sec. | ||
4314 | 2024.08.15 05:35:46.430889 [ 3 ] {b43a26fe-f50a-456d-b8d8-bb3e23bc622f} <Debug> DynamicQueryHandler: Done processing query | ||
4315 | 2024.08.15 05:35:46.430913 [ 3 ] {b43a26fe-f50a-456d-b8d8-bb3e23bc622f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4316 | 2024.08.15 05:35:46.430929 [ 3 ] {} <Debug> HTTP-Session: 619e967d-e6cc-41b6-9b02-4fe92d3517f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4317 | 2024.08.15 05:35:50.233247 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4318 | 2024.08.15 05:35:50.233315 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4319 | 2024.08.15 05:35:51.406620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4320 | 2024.08.15 05:35:51.406729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4321 | 2024.08.15 05:35:51.406754 [ 3 ] {} <Debug> HTTP-Session: 84a84f9a-9ea5-46b5-a246-d1162892d5b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4322 | 2024.08.15 05:35:51.406779 [ 3 ] {} <Debug> HTTP-Session: 84a84f9a-9ea5-46b5-a246-d1162892d5b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4323 | 2024.08.15 05:35:51.406794 [ 3 ] {} <Debug> HTTP-Session: 84a84f9a-9ea5-46b5-a246-d1162892d5b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4324 | 2024.08.15 05:35:51.406843 [ 3 ] {} <Trace> HTTP-Session: 84a84f9a-9ea5-46b5-a246-d1162892d5b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4325 | 2024.08.15 05:35:51.407043 [ 3 ] {e8fe8e67-71af-4093-8faa-ec9656f21042} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4326 | 2024.08.15 05:35:51.407118 [ 3 ] {e8fe8e67-71af-4093-8faa-ec9656f21042} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4327 | 2024.08.15 05:35:51.407329 [ 3 ] {e8fe8e67-71af-4093-8faa-ec9656f21042} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4328 | 2024.08.15 05:35:51.407813 [ 3 ] {e8fe8e67-71af-4093-8faa-ec9656f21042} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4329 | 2024.08.15 05:35:51.407859 [ 3 ] {e8fe8e67-71af-4093-8faa-ec9656f21042} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4330 | 2024.08.15 05:35:51.408211 [ 3 ] {e8fe8e67-71af-4093-8faa-ec9656f21042} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4331 | 2024.08.15 05:35:51.408545 [ 3 ] {e8fe8e67-71af-4093-8faa-ec9656f21042} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4332 | 2024.08.15 05:35:51.408717 [ 3 ] {e8fe8e67-71af-4093-8faa-ec9656f21042} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001728 sec., 15046.296296296297 rows/sec., 1.19 MiB/sec. | ||
4333 | 2024.08.15 05:35:51.408910 [ 3 ] {e8fe8e67-71af-4093-8faa-ec9656f21042} <Debug> DynamicQueryHandler: Done processing query | ||
4334 | 2024.08.15 05:35:51.408936 [ 3 ] {e8fe8e67-71af-4093-8faa-ec9656f21042} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4335 | 2024.08.15 05:35:51.408953 [ 3 ] {} <Debug> HTTP-Session: 84a84f9a-9ea5-46b5-a246-d1162892d5b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4336 | 2024.08.15 05:35:51.409109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4337 | 2024.08.15 05:35:51.409157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4338 | 2024.08.15 05:35:51.409176 [ 3 ] {} <Debug> HTTP-Session: efe1752c-01b8-4c35-99c9-1bf1d50666b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4339 | 2024.08.15 05:35:51.409193 [ 3 ] {} <Debug> HTTP-Session: efe1752c-01b8-4c35-99c9-1bf1d50666b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4340 | 2024.08.15 05:35:51.409206 [ 3 ] {} <Debug> HTTP-Session: efe1752c-01b8-4c35-99c9-1bf1d50666b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4341 | 2024.08.15 05:35:51.409238 [ 3 ] {} <Trace> HTTP-Session: efe1752c-01b8-4c35-99c9-1bf1d50666b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4342 | 2024.08.15 05:35:51.409330 [ 3 ] {e8dc7907-d82e-40ef-a742-3c0f39b7b133} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4343 | 2024.08.15 05:35:51.409374 [ 3 ] {e8dc7907-d82e-40ef-a742-3c0f39b7b133} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4344 | 2024.08.15 05:35:51.409498 [ 3 ] {e8dc7907-d82e-40ef-a742-3c0f39b7b133} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4345 | 2024.08.15 05:35:51.409796 [ 3 ] {e8dc7907-d82e-40ef-a742-3c0f39b7b133} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4346 | 2024.08.15 05:35:51.409833 [ 3 ] {e8dc7907-d82e-40ef-a742-3c0f39b7b133} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4347 | 2024.08.15 05:35:51.410124 [ 3 ] {e8dc7907-d82e-40ef-a742-3c0f39b7b133} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
4348 | 2024.08.15 05:35:51.410431 [ 3 ] {e8dc7907-d82e-40ef-a742-3c0f39b7b133} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4349 | 2024.08.15 05:35:51.410588 [ 3 ] {e8dc7907-d82e-40ef-a742-3c0f39b7b133} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00128 sec., 1562.4999999999998 rows/sec., 127.41 KiB/sec. | ||
4350 | 2024.08.15 05:35:51.410864 [ 3 ] {e8dc7907-d82e-40ef-a742-3c0f39b7b133} <Debug> DynamicQueryHandler: Done processing query | ||
4351 | 2024.08.15 05:35:51.410890 [ 3 ] {e8dc7907-d82e-40ef-a742-3c0f39b7b133} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4352 | 2024.08.15 05:35:51.410905 [ 3 ] {} <Debug> HTTP-Session: efe1752c-01b8-4c35-99c9-1bf1d50666b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4353 | 2024.08.15 05:35:51.411031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4354 | 2024.08.15 05:35:51.411080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4355 | 2024.08.15 05:35:51.411100 [ 3 ] {} <Debug> HTTP-Session: 289bda0e-e474-4ffa-b08d-1c68a815ada9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4356 | 2024.08.15 05:35:51.411118 [ 3 ] {} <Debug> HTTP-Session: 289bda0e-e474-4ffa-b08d-1c68a815ada9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4357 | 2024.08.15 05:35:51.411132 [ 3 ] {} <Debug> HTTP-Session: 289bda0e-e474-4ffa-b08d-1c68a815ada9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4358 | 2024.08.15 05:35:51.411162 [ 3 ] {} <Trace> HTTP-Session: 289bda0e-e474-4ffa-b08d-1c68a815ada9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4359 | 2024.08.15 05:35:51.411295 [ 3 ] {50db8ec9-f95a-474b-8432-b20425d40c6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4360 | 2024.08.15 05:35:51.411338 [ 3 ] {50db8ec9-f95a-474b-8432-b20425d40c6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4361 | 2024.08.15 05:35:51.411474 [ 3 ] {50db8ec9-f95a-474b-8432-b20425d40c6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4362 | 2024.08.15 05:35:51.411858 [ 3 ] {50db8ec9-f95a-474b-8432-b20425d40c6c} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4363 | 2024.08.15 05:35:51.411894 [ 3 ] {50db8ec9-f95a-474b-8432-b20425d40c6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4364 | 2024.08.15 05:35:51.412201 [ 3 ] {50db8ec9-f95a-474b-8432-b20425d40c6c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4365 | 2024.08.15 05:35:51.412495 [ 3 ] {50db8ec9-f95a-474b-8432-b20425d40c6c} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4366 | 2024.08.15 05:35:51.412650 [ 3 ] {50db8ec9-f95a-474b-8432-b20425d40c6c} <Debug> executeQuery: Read 135 rows, 11.52 KiB in 0.001411 sec., 95676.82494684622 rows/sec., 7.97 MiB/sec. | ||
4367 | 2024.08.15 05:35:51.412811 [ 3 ] {50db8ec9-f95a-474b-8432-b20425d40c6c} <Debug> DynamicQueryHandler: Done processing query | ||
4368 | 2024.08.15 05:35:51.412835 [ 3 ] {50db8ec9-f95a-474b-8432-b20425d40c6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4369 | 2024.08.15 05:35:51.412851 [ 3 ] {} <Debug> HTTP-Session: 289bda0e-e474-4ffa-b08d-1c68a815ada9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4370 | 2024.08.15 05:35:51.412980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4371 | 2024.08.15 05:35:51.413027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4372 | 2024.08.15 05:35:51.413045 [ 3 ] {} <Debug> HTTP-Session: ef9d4211-9fb7-41c4-82ec-68719e65d114 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4373 | 2024.08.15 05:35:51.413062 [ 3 ] {} <Debug> HTTP-Session: ef9d4211-9fb7-41c4-82ec-68719e65d114 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4374 | 2024.08.15 05:35:51.413075 [ 3 ] {} <Debug> HTTP-Session: ef9d4211-9fb7-41c4-82ec-68719e65d114 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4375 | 2024.08.15 05:35:51.413105 [ 3 ] {} <Trace> HTTP-Session: ef9d4211-9fb7-41c4-82ec-68719e65d114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4376 | 2024.08.15 05:35:51.413194 [ 3 ] {7a80644e-9cd3-4f7e-8fa8-8964df24c732} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4377 | 2024.08.15 05:35:51.413235 [ 3 ] {7a80644e-9cd3-4f7e-8fa8-8964df24c732} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4378 | 2024.08.15 05:35:51.413361 [ 3 ] {7a80644e-9cd3-4f7e-8fa8-8964df24c732} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4379 | 2024.08.15 05:35:51.413632 [ 3 ] {7a80644e-9cd3-4f7e-8fa8-8964df24c732} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4380 | 2024.08.15 05:35:51.413669 [ 3 ] {7a80644e-9cd3-4f7e-8fa8-8964df24c732} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4381 | 2024.08.15 05:35:51.413956 [ 3 ] {7a80644e-9cd3-4f7e-8fa8-8964df24c732} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
4382 | 2024.08.15 05:35:51.414254 [ 3 ] {7a80644e-9cd3-4f7e-8fa8-8964df24c732} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4383 | 2024.08.15 05:35:51.414407 [ 3 ] {7a80644e-9cd3-4f7e-8fa8-8964df24c732} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001235 sec., 1619.4331983805669 rows/sec., 113.08 KiB/sec. | ||
4384 | 2024.08.15 05:35:51.414569 [ 3 ] {7a80644e-9cd3-4f7e-8fa8-8964df24c732} <Debug> DynamicQueryHandler: Done processing query | ||
4385 | 2024.08.15 05:35:51.414593 [ 3 ] {7a80644e-9cd3-4f7e-8fa8-8964df24c732} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4386 | 2024.08.15 05:35:51.414609 [ 3 ] {} <Debug> HTTP-Session: ef9d4211-9fb7-41c4-82ec-68719e65d114 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4387 | 2024.08.15 05:35:51.414718 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 15624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4388 | 2024.08.15 05:35:51.414766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4389 | 2024.08.15 05:35:51.414785 [ 3 ] {} <Debug> HTTP-Session: 1ab6ff2e-aabe-4a34-96b6-61d8b9dcf3e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4390 | 2024.08.15 05:35:51.414827 [ 3 ] {} <Debug> HTTP-Session: 1ab6ff2e-aabe-4a34-96b6-61d8b9dcf3e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4391 | 2024.08.15 05:35:51.414841 [ 3 ] {} <Debug> HTTP-Session: 1ab6ff2e-aabe-4a34-96b6-61d8b9dcf3e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4392 | 2024.08.15 05:35:51.414870 [ 3 ] {} <Trace> HTTP-Session: 1ab6ff2e-aabe-4a34-96b6-61d8b9dcf3e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4393 | 2024.08.15 05:35:51.414984 [ 3 ] {f322caff-a556-4297-9154-4e6a8ae48ffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4394 | 2024.08.15 05:35:51.415026 [ 3 ] {f322caff-a556-4297-9154-4e6a8ae48ffd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4395 | 2024.08.15 05:35:51.415152 [ 3 ] {f322caff-a556-4297-9154-4e6a8ae48ffd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4396 | 2024.08.15 05:35:51.415542 [ 3 ] {f322caff-a556-4297-9154-4e6a8ae48ffd} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4397 | 2024.08.15 05:35:51.415578 [ 3 ] {f322caff-a556-4297-9154-4e6a8ae48ffd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4398 | 2024.08.15 05:35:51.415876 [ 3 ] {f322caff-a556-4297-9154-4e6a8ae48ffd} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4399 | 2024.08.15 05:35:51.416171 [ 3 ] {f322caff-a556-4297-9154-4e6a8ae48ffd} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4400 | 2024.08.15 05:35:51.416346 [ 3 ] {f322caff-a556-4297-9154-4e6a8ae48ffd} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001401 sec., 65667.38044254105 rows/sec., 5.13 MiB/sec. | ||
4401 | 2024.08.15 05:35:51.416509 [ 3 ] {f322caff-a556-4297-9154-4e6a8ae48ffd} <Debug> DynamicQueryHandler: Done processing query | ||
4402 | 2024.08.15 05:35:51.416533 [ 3 ] {f322caff-a556-4297-9154-4e6a8ae48ffd} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4403 | 2024.08.15 05:35:51.416547 [ 3 ] {} <Debug> HTTP-Session: 1ab6ff2e-aabe-4a34-96b6-61d8b9dcf3e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4404 | 2024.08.15 05:35:51.416708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4405 | 2024.08.15 05:35:51.416755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4406 | 2024.08.15 05:35:51.416773 [ 3 ] {} <Debug> HTTP-Session: e23b9544-ddb6-4386-9798-fb008db13792 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4407 | 2024.08.15 05:35:51.416789 [ 3 ] {} <Debug> HTTP-Session: e23b9544-ddb6-4386-9798-fb008db13792 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4408 | 2024.08.15 05:35:51.416802 [ 3 ] {} <Debug> HTTP-Session: e23b9544-ddb6-4386-9798-fb008db13792 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4409 | 2024.08.15 05:35:51.416832 [ 3 ] {} <Trace> HTTP-Session: e23b9544-ddb6-4386-9798-fb008db13792 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4410 | 2024.08.15 05:35:51.416968 [ 3 ] {16d3865b-4c5c-442a-a62c-1967fe0a3260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4411 | 2024.08.15 05:35:51.417013 [ 3 ] {16d3865b-4c5c-442a-a62c-1967fe0a3260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4412 | 2024.08.15 05:35:51.417158 [ 3 ] {16d3865b-4c5c-442a-a62c-1967fe0a3260} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4413 | 2024.08.15 05:35:51.417613 [ 3 ] {16d3865b-4c5c-442a-a62c-1967fe0a3260} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4414 | 2024.08.15 05:35:51.417648 [ 3 ] {16d3865b-4c5c-442a-a62c-1967fe0a3260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4415 | 2024.08.15 05:35:51.418025 [ 3 ] {16d3865b-4c5c-442a-a62c-1967fe0a3260} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4416 | 2024.08.15 05:35:51.418360 [ 3 ] {16d3865b-4c5c-442a-a62c-1967fe0a3260} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4417 | 2024.08.15 05:35:51.418522 [ 3 ] {16d3865b-4c5c-442a-a62c-1967fe0a3260} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001607 sec., 100186.6832607343 rows/sec., 6.98 MiB/sec. | ||
4418 | 2024.08.15 05:35:51.418786 [ 3 ] {16d3865b-4c5c-442a-a62c-1967fe0a3260} <Debug> DynamicQueryHandler: Done processing query | ||
4419 | 2024.08.15 05:35:51.418820 [ 3 ] {16d3865b-4c5c-442a-a62c-1967fe0a3260} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4420 | 2024.08.15 05:35:51.418840 [ 3 ] {} <Debug> HTTP-Session: e23b9544-ddb6-4386-9798-fb008db13792 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4421 | 2024.08.15 05:35:51.418975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 41863, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4422 | 2024.08.15 05:35:51.419025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4423 | 2024.08.15 05:35:51.419044 [ 3 ] {} <Debug> HTTP-Session: 1bddd0c6-27d2-489f-a14b-4b899128e8fc Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4424 | 2024.08.15 05:35:51.419061 [ 3 ] {} <Debug> HTTP-Session: 1bddd0c6-27d2-489f-a14b-4b899128e8fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4425 | 2024.08.15 05:35:51.419074 [ 3 ] {} <Debug> HTTP-Session: 1bddd0c6-27d2-489f-a14b-4b899128e8fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4426 | 2024.08.15 05:35:51.419105 [ 3 ] {} <Trace> HTTP-Session: 1bddd0c6-27d2-489f-a14b-4b899128e8fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4427 | 2024.08.15 05:35:51.419497 [ 3 ] {ba68a172-fc0c-41df-97b8-a48b790f2b89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4428 | 2024.08.15 05:35:51.419563 [ 3 ] {ba68a172-fc0c-41df-97b8-a48b790f2b89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4429 | 2024.08.15 05:35:51.419982 [ 3 ] {ba68a172-fc0c-41df-97b8-a48b790f2b89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4430 | 2024.08.15 05:35:51.420589 [ 3 ] {ba68a172-fc0c-41df-97b8-a48b790f2b89} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4431 | 2024.08.15 05:35:51.420626 [ 3 ] {ba68a172-fc0c-41df-97b8-a48b790f2b89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4432 | 2024.08.15 05:35:51.421222 [ 3 ] {ba68a172-fc0c-41df-97b8-a48b790f2b89} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4433 | 2024.08.15 05:35:51.421758 [ 3 ] {ba68a172-fc0c-41df-97b8-a48b790f2b89} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4434 | 2024.08.15 05:35:51.421974 [ 3 ] {ba68a172-fc0c-41df-97b8-a48b790f2b89} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002774 sec., 9372.746935832733 rows/sec., 16.80 MiB/sec. | ||
4435 | 2024.08.15 05:35:51.422187 [ 3 ] {ba68a172-fc0c-41df-97b8-a48b790f2b89} <Debug> DynamicQueryHandler: Done processing query | ||
4436 | 2024.08.15 05:35:51.422213 [ 3 ] {ba68a172-fc0c-41df-97b8-a48b790f2b89} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4437 | 2024.08.15 05:35:51.422228 [ 3 ] {} <Debug> HTTP-Session: 1bddd0c6-27d2-489f-a14b-4b899128e8fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4438 | 2024.08.15 05:35:51.422368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4439 | 2024.08.15 05:35:51.422416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4440 | 2024.08.15 05:35:51.422435 [ 3 ] {} <Debug> HTTP-Session: 6c64c1eb-88d5-4254-a7bf-28dfc2b6b23e Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4441 | 2024.08.15 05:35:51.422452 [ 3 ] {} <Debug> HTTP-Session: 6c64c1eb-88d5-4254-a7bf-28dfc2b6b23e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4442 | 2024.08.15 05:35:51.422466 [ 3 ] {} <Debug> HTTP-Session: 6c64c1eb-88d5-4254-a7bf-28dfc2b6b23e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4443 | 2024.08.15 05:35:51.422496 [ 3 ] {} <Trace> HTTP-Session: 6c64c1eb-88d5-4254-a7bf-28dfc2b6b23e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4444 | 2024.08.15 05:35:51.422604 [ 3 ] {150ffe15-cfe5-488d-ad61-3c58e3668ce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4445 | 2024.08.15 05:35:51.422647 [ 3 ] {150ffe15-cfe5-488d-ad61-3c58e3668ce2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4446 | 2024.08.15 05:35:51.422775 [ 3 ] {150ffe15-cfe5-488d-ad61-3c58e3668ce2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4447 | 2024.08.15 05:35:51.423097 [ 3 ] {150ffe15-cfe5-488d-ad61-3c58e3668ce2} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4448 | 2024.08.15 05:35:51.423135 [ 3 ] {150ffe15-cfe5-488d-ad61-3c58e3668ce2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4449 | 2024.08.15 05:35:51.423484 [ 3 ] {150ffe15-cfe5-488d-ad61-3c58e3668ce2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4450 | 2024.08.15 05:35:51.423804 [ 3 ] {150ffe15-cfe5-488d-ad61-3c58e3668ce2} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4451 | 2024.08.15 05:35:51.423963 [ 3 ] {150ffe15-cfe5-488d-ad61-3c58e3668ce2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001394 sec., 43041.6068866571 rows/sec., 2.90 MiB/sec. | ||
4452 | 2024.08.15 05:35:51.424130 [ 3 ] {150ffe15-cfe5-488d-ad61-3c58e3668ce2} <Debug> DynamicQueryHandler: Done processing query | ||
4453 | 2024.08.15 05:35:51.424154 [ 3 ] {150ffe15-cfe5-488d-ad61-3c58e3668ce2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4454 | 2024.08.15 05:35:51.424170 [ 3 ] {} <Debug> HTTP-Session: 6c64c1eb-88d5-4254-a7bf-28dfc2b6b23e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4455 | 2024.08.15 05:35:56.245481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4456 | 2024.08.15 05:35:56.245608 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4457 | 2024.08.15 05:35:56.245634 [ 3 ] {} <Debug> HTTP-Session: 2d29d6ef-7b29-445c-a566-f22aeea0e226 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4458 | 2024.08.15 05:35:56.245660 [ 3 ] {} <Debug> HTTP-Session: 2d29d6ef-7b29-445c-a566-f22aeea0e226 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4459 | 2024.08.15 05:35:56.245675 [ 3 ] {} <Debug> HTTP-Session: 2d29d6ef-7b29-445c-a566-f22aeea0e226 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4460 | 2024.08.15 05:35:56.245726 [ 3 ] {} <Trace> HTTP-Session: 2d29d6ef-7b29-445c-a566-f22aeea0e226 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4461 | 2024.08.15 05:35:56.245910 [ 3 ] {e2675ef4-b4f1-4f20-b897-d6e1e6ce1676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4462 | 2024.08.15 05:35:56.245976 [ 3 ] {e2675ef4-b4f1-4f20-b897-d6e1e6ce1676} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4463 | 2024.08.15 05:35:56.246167 [ 3 ] {e2675ef4-b4f1-4f20-b897-d6e1e6ce1676} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4464 | 2024.08.15 05:35:56.246571 [ 3 ] {e2675ef4-b4f1-4f20-b897-d6e1e6ce1676} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4465 | 2024.08.15 05:35:56.246614 [ 3 ] {e2675ef4-b4f1-4f20-b897-d6e1e6ce1676} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4466 | 2024.08.15 05:35:56.246979 [ 3 ] {e2675ef4-b4f1-4f20-b897-d6e1e6ce1676} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4467 | 2024.08.15 05:35:56.247310 [ 3 ] {e2675ef4-b4f1-4f20-b897-d6e1e6ce1676} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4468 | 2024.08.15 05:35:56.247479 [ 3 ] {e2675ef4-b4f1-4f20-b897-d6e1e6ce1676} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001617 sec., 2473.7167594310454 rows/sec., 200.51 KiB/sec. | ||
4469 | 2024.08.15 05:35:56.247791 [ 3 ] {e2675ef4-b4f1-4f20-b897-d6e1e6ce1676} <Debug> DynamicQueryHandler: Done processing query | ||
4470 | 2024.08.15 05:35:56.247819 [ 3 ] {e2675ef4-b4f1-4f20-b897-d6e1e6ce1676} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4471 | 2024.08.15 05:35:56.247835 [ 3 ] {} <Debug> HTTP-Session: 2d29d6ef-7b29-445c-a566-f22aeea0e226 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4472 | 2024.08.15 05:35:56.248159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 195698, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4473 | 2024.08.15 05:35:56.248208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4474 | 2024.08.15 05:35:56.248228 [ 3 ] {} <Debug> HTTP-Session: cc42c0e2-cdea-416d-a2b1-ea63ce0f25de Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4475 | 2024.08.15 05:35:56.248246 [ 3 ] {} <Debug> HTTP-Session: cc42c0e2-cdea-416d-a2b1-ea63ce0f25de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4476 | 2024.08.15 05:35:56.248260 [ 3 ] {} <Debug> HTTP-Session: cc42c0e2-cdea-416d-a2b1-ea63ce0f25de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4477 | 2024.08.15 05:35:56.248293 [ 3 ] {} <Trace> HTTP-Session: cc42c0e2-cdea-416d-a2b1-ea63ce0f25de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4478 | 2024.08.15 05:35:56.248840 [ 3 ] {748e34e0-13cd-48ae-9aa4-99ad259ee42c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4479 | 2024.08.15 05:35:56.248893 [ 3 ] {748e34e0-13cd-48ae-9aa4-99ad259ee42c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4480 | 2024.08.15 05:35:56.249050 [ 3 ] {748e34e0-13cd-48ae-9aa4-99ad259ee42c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4481 | 2024.08.15 05:35:56.250275 [ 3 ] {748e34e0-13cd-48ae-9aa4-99ad259ee42c} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4482 | 2024.08.15 05:35:56.250316 [ 3 ] {748e34e0-13cd-48ae-9aa4-99ad259ee42c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4483 | 2024.08.15 05:35:56.250717 [ 3 ] {748e34e0-13cd-48ae-9aa4-99ad259ee42c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4484 | 2024.08.15 05:35:56.251035 [ 3 ] {748e34e0-13cd-48ae-9aa4-99ad259ee42c} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4485 | 2024.08.15 05:35:56.251198 [ 3 ] {748e34e0-13cd-48ae-9aa4-99ad259ee42c} <Debug> executeQuery: Read 1341 rows, 114.57 KiB in 0.002739 sec., 489594.7426067908 rows/sec., 40.85 MiB/sec. | ||
4486 | 2024.08.15 05:35:56.251204 [ 49 ] {} <Debug> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4487 | 2024.08.15 05:35:56.251307 [ 49 ] {} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4488 | 2024.08.15 05:35:56.251354 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4489 | 2024.08.15 05:35:56.251466 [ 3 ] {748e34e0-13cd-48ae-9aa4-99ad259ee42c} <Debug> DynamicQueryHandler: Done processing query | ||
4490 | 2024.08.15 05:35:56.251556 [ 3 ] {748e34e0-13cd-48ae-9aa4-99ad259ee42c} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
4491 | 2024.08.15 05:35:56.251658 [ 3 ] {} <Debug> HTTP-Session: cc42c0e2-cdea-416d-a2b1-ea63ce0f25de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4492 | 2024.08.15 05:35:56.251766 [ 192 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::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 | ||
4493 | 2024.08.15 05:35:56.252010 [ 192 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4494 | 2024.08.15 05:35:56.252018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 32348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4495 | 2024.08.15 05:35:56.252069 [ 192 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1424 rows starting from the beginning of the part | ||
4496 | 2024.08.15 05:35:56.252124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4497 | 2024.08.15 05:35:56.252193 [ 3 ] {} <Debug> HTTP-Session: 7acf8010-53f5-4d0d-969b-f3080f6977ed Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4498 | 2024.08.15 05:35:56.252265 [ 3 ] {} <Debug> HTTP-Session: 7acf8010-53f5-4d0d-969b-f3080f6977ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4499 | 2024.08.15 05:35:56.252338 [ 3 ] {} <Debug> HTTP-Session: 7acf8010-53f5-4d0d-969b-f3080f6977ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4500 | 2024.08.15 05:35:56.252324 [ 192 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 201 rows starting from the beginning of the part | ||
4501 | 2024.08.15 05:35:56.252434 [ 3 ] {} <Trace> HTTP-Session: 7acf8010-53f5-4d0d-969b-f3080f6977ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4502 | 2024.08.15 05:35:56.252587 [ 192 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 134 rows starting from the beginning of the part | ||
4503 | 2024.08.15 05:35:56.252805 [ 192 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 201 rows starting from the beginning of the part | ||
4504 | 2024.08.15 05:35:56.252827 [ 3 ] {9bf30473-cba4-4b16-acd5-129f7994f845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4505 | 2024.08.15 05:35:56.252987 [ 3 ] {9bf30473-cba4-4b16-acd5-129f7994f845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4506 | 2024.08.15 05:35:56.253058 [ 192 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 135 rows starting from the beginning of the part | ||
4507 | 2024.08.15 05:35:56.253465 [ 192 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1341 rows starting from the beginning of the part | ||
4508 | 2024.08.15 05:35:56.254031 [ 3 ] {9bf30473-cba4-4b16-acd5-129f7994f845} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4509 | 2024.08.15 05:35:56.254829 [ 3 ] {9bf30473-cba4-4b16-acd5-129f7994f845} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4510 | 2024.08.15 05:35:56.254892 [ 3 ] {9bf30473-cba4-4b16-acd5-129f7994f845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4511 | 2024.08.15 05:35:56.255746 [ 3 ] {9bf30473-cba4-4b16-acd5-129f7994f845} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4512 | 2024.08.15 05:35:56.256370 [ 3 ] {9bf30473-cba4-4b16-acd5-129f7994f845} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4513 | 2024.08.15 05:35:56.256689 [ 3 ] {9bf30473-cba4-4b16-acd5-129f7994f845} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.004013 sec., 60304.011961126336 rows/sec., 4.09 MiB/sec. | ||
4514 | 2024.08.15 05:35:56.257350 [ 3 ] {9bf30473-cba4-4b16-acd5-129f7994f845} <Debug> DynamicQueryHandler: Done processing query | ||
4515 | 2024.08.15 05:35:56.257349 [ 187 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3436 rows, containing 4 columns (4 merged, 0 gathered) in 0.005909245 sec., 581461.7603433265 rows/sec., 48.84 MiB/sec. | ||
4516 | 2024.08.15 05:35:56.257381 [ 3 ] {9bf30473-cba4-4b16-acd5-129f7994f845} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4517 | 2024.08.15 05:35:56.257404 [ 3 ] {} <Debug> HTTP-Session: 7acf8010-53f5-4d0d-969b-f3080f6977ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4518 | 2024.08.15 05:35:56.257580 [ 187 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4519 | 2024.08.15 05:35:56.257584 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4520 | 2024.08.15 05:35:56.257645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4521 | 2024.08.15 05:35:56.257666 [ 3 ] {} <Debug> HTTP-Session: e064e2ea-16f6-4816-b96f-d973f64572f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4522 | 2024.08.15 05:35:56.257684 [ 3 ] {} <Debug> HTTP-Session: e064e2ea-16f6-4816-b96f-d973f64572f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4523 | 2024.08.15 05:35:56.257702 [ 3 ] {} <Debug> HTTP-Session: e064e2ea-16f6-4816-b96f-d973f64572f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4524 | 2024.08.15 05:35:56.257753 [ 3 ] {} <Trace> HTTP-Session: e064e2ea-16f6-4816-b96f-d973f64572f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4525 | 2024.08.15 05:35:56.257887 [ 3 ] {bc27e385-f7c2-47d2-a701-d85a90289e6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
4526 | 2024.08.15 05:35:56.257937 [ 3 ] {bc27e385-f7c2-47d2-a701-d85a90289e6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4527 | 2024.08.15 05:35:56.258036 [ 187 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_21_4} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4528 | 2024.08.15 05:35:56.258155 [ 3 ] {bc27e385-f7c2-47d2-a701-d85a90289e6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4529 | 2024.08.15 05:35:56.258162 [ 187 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_21_4} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4530 | 2024.08.15 05:35:56.258276 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
4531 | 2024.08.15 05:35:56.258497 [ 3 ] {bc27e385-f7c2-47d2-a701-d85a90289e6e} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4532 | 2024.08.15 05:35:56.258535 [ 3 ] {bc27e385-f7c2-47d2-a701-d85a90289e6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4533 | 2024.08.15 05:35:56.258844 [ 3 ] {bc27e385-f7c2-47d2-a701-d85a90289e6e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4534 | 2024.08.15 05:35:56.259148 [ 3 ] {bc27e385-f7c2-47d2-a701-d85a90289e6e} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4535 | 2024.08.15 05:35:56.259299 [ 3 ] {bc27e385-f7c2-47d2-a701-d85a90289e6e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001432 sec., 4189.944134078212 rows/sec., 247.55 KiB/sec. | ||
4536 | 2024.08.15 05:35:56.259308 [ 49 ] {} <Debug> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
4537 | 2024.08.15 05:35:56.259389 [ 49 ] {} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4538 | 2024.08.15 05:35:56.259451 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4539 | 2024.08.15 05:35:56.259591 [ 3 ] {bc27e385-f7c2-47d2-a701-d85a90289e6e} <Debug> DynamicQueryHandler: Done processing query | ||
4540 | 2024.08.15 05:35:56.259601 [ 192 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
4541 | 2024.08.15 05:35:56.259625 [ 3 ] {bc27e385-f7c2-47d2-a701-d85a90289e6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4542 | 2024.08.15 05:35:56.259668 [ 3 ] {} <Debug> HTTP-Session: e064e2ea-16f6-4816-b96f-d973f64572f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4543 | 2024.08.15 05:35:56.259790 [ 192 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4544 | 2024.08.15 05:35:56.259825 [ 192 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
4545 | 2024.08.15 05:35:56.259905 [ 192 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
4546 | 2024.08.15 05:35:56.260077 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 137422, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4547 | 2024.08.15 05:35:56.260245 [ 192 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
4548 | 2024.08.15 05:35:56.260253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4549 | 2024.08.15 05:35:56.260315 [ 3 ] {} <Debug> HTTP-Session: bea57460-a3fd-4964-8d0d-6b4f4ecec010 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4550 | 2024.08.15 05:35:56.260414 [ 3 ] {} <Debug> HTTP-Session: bea57460-a3fd-4964-8d0d-6b4f4ecec010 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4551 | 2024.08.15 05:35:56.260461 [ 192 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
4552 | 2024.08.15 05:35:56.260490 [ 3 ] {} <Debug> HTTP-Session: bea57460-a3fd-4964-8d0d-6b4f4ecec010 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4553 | 2024.08.15 05:35:56.260606 [ 3 ] {} <Trace> HTTP-Session: bea57460-a3fd-4964-8d0d-6b4f4ecec010 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4554 | 2024.08.15 05:35:56.260750 [ 192 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
4555 | 2024.08.15 05:35:56.261257 [ 3 ] {2123e252-40c1-4a9a-a080-35a319eb8460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4556 | 2024.08.15 05:35:56.261324 [ 3 ] {2123e252-40c1-4a9a-a080-35a319eb8460} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4557 | 2024.08.15 05:35:56.261879 [ 3 ] {2123e252-40c1-4a9a-a080-35a319eb8460} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4558 | 2024.08.15 05:35:56.262522 [ 187 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.002977373 sec., 10075.996524452932 rows/sec., 600.23 KiB/sec. | ||
4559 | 2024.08.15 05:35:56.262763 [ 189 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
4560 | 2024.08.15 05:35:56.263133 [ 3 ] {2123e252-40c1-4a9a-a080-35a319eb8460} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4561 | 2024.08.15 05:35:56.263217 [ 3 ] {2123e252-40c1-4a9a-a080-35a319eb8460} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4562 | 2024.08.15 05:35:56.263550 [ 189 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_9_2} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4563 | 2024.08.15 05:35:56.263795 [ 189 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_9_2} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
4564 | 2024.08.15 05:35:56.263939 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
4565 | 2024.08.15 05:35:56.263942 [ 3 ] {2123e252-40c1-4a9a-a080-35a319eb8460} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4566 | 2024.08.15 05:35:56.264298 [ 3 ] {2123e252-40c1-4a9a-a080-35a319eb8460} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4567 | 2024.08.15 05:35:56.264457 [ 49 ] {} <Debug> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4568 | 2024.08.15 05:35:56.264470 [ 3 ] {2123e252-40c1-4a9a-a080-35a319eb8460} <Debug> executeQuery: Read 842 rows, 62.29 KiB in 0.003551 sec., 237116.30526612222 rows/sec., 17.13 MiB/sec. | ||
4569 | 2024.08.15 05:35:56.264502 [ 49 ] {} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4570 | 2024.08.15 05:35:56.264571 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4571 | 2024.08.15 05:35:56.264770 [ 192 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::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 | ||
4572 | 2024.08.15 05:35:56.264821 [ 3 ] {2123e252-40c1-4a9a-a080-35a319eb8460} <Debug> DynamicQueryHandler: Done processing query | ||
4573 | 2024.08.15 05:35:56.264876 [ 3 ] {2123e252-40c1-4a9a-a080-35a319eb8460} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
4574 | 2024.08.15 05:35:56.264926 [ 3 ] {} <Debug> HTTP-Session: bea57460-a3fd-4964-8d0d-6b4f4ecec010 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4575 | 2024.08.15 05:35:56.265014 [ 192 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4576 | 2024.08.15 05:35:56.265048 [ 192 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 896 rows starting from the beginning of the part | ||
4577 | 2024.08.15 05:35:56.265144 [ 192 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 386 rows starting from the beginning of the part | ||
4578 | 2024.08.15 05:35:56.265254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4579 | 2024.08.15 05:35:56.265447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4580 | 2024.08.15 05:35:56.265489 [ 192 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::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 | ||
4581 | 2024.08.15 05:35:56.265516 [ 3 ] {} <Debug> HTTP-Session: 346ebda9-b157-4b47-9d9e-dcebcadc24d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4582 | 2024.08.15 05:35:56.265570 [ 3 ] {} <Debug> HTTP-Session: 346ebda9-b157-4b47-9d9e-dcebcadc24d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4583 | 2024.08.15 05:35:56.265627 [ 3 ] {} <Debug> HTTP-Session: 346ebda9-b157-4b47-9d9e-dcebcadc24d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4584 | 2024.08.15 05:35:56.265758 [ 3 ] {} <Trace> HTTP-Session: 346ebda9-b157-4b47-9d9e-dcebcadc24d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4585 | 2024.08.15 05:35:56.265772 [ 192 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 386 rows starting from the beginning of the part | ||
4586 | 2024.08.15 05:35:56.265995 [ 192 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::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 | ||
4587 | 2024.08.15 05:35:56.266050 [ 3 ] {017aa3c1-46ff-4139-b42d-47cd6e733a42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4588 | 2024.08.15 05:35:56.266270 [ 3 ] {017aa3c1-46ff-4139-b42d-47cd6e733a42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4589 | 2024.08.15 05:35:56.266290 [ 192 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 842 rows starting from the beginning of the part | ||
4590 | 2024.08.15 05:35:56.266996 [ 3 ] {017aa3c1-46ff-4139-b42d-47cd6e733a42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4591 | 2024.08.15 05:35:56.267707 [ 3 ] {017aa3c1-46ff-4139-b42d-47cd6e733a42} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4592 | 2024.08.15 05:35:56.267776 [ 3 ] {017aa3c1-46ff-4139-b42d-47cd6e733a42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4593 | 2024.08.15 05:35:56.268705 [ 3 ] {017aa3c1-46ff-4139-b42d-47cd6e733a42} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4594 | 2024.08.15 05:35:56.269154 [ 3 ] {017aa3c1-46ff-4139-b42d-47cd6e733a42} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4595 | 2024.08.15 05:35:56.269534 [ 187 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2692 rows, containing 4 columns (4 merged, 0 gathered) in 0.004854543 sec., 554532.1155873992 rows/sec., 40.13 MiB/sec. | ||
4596 | 2024.08.15 05:35:56.269600 [ 3 ] {017aa3c1-46ff-4139-b42d-47cd6e733a42} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003662 sec., 1638.4489350081924 rows/sec., 85.60 KiB/sec. | ||
4597 | 2024.08.15 05:35:56.269969 [ 187 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4598 | 2024.08.15 05:35:56.270165 [ 3 ] {017aa3c1-46ff-4139-b42d-47cd6e733a42} <Debug> DynamicQueryHandler: Done processing query | ||
4599 | 2024.08.15 05:35:56.270226 [ 3 ] {017aa3c1-46ff-4139-b42d-47cd6e733a42} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4600 | 2024.08.15 05:35:56.270255 [ 3 ] {} <Debug> HTTP-Session: 346ebda9-b157-4b47-9d9e-dcebcadc24d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4601 | 2024.08.15 05:35:56.270509 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 173817, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4602 | 2024.08.15 05:35:56.270538 [ 187 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_21_4} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4603 | 2024.08.15 05:35:56.270576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4604 | 2024.08.15 05:35:56.270603 [ 3 ] {} <Debug> HTTP-Session: 11e9755a-c8b0-4e2a-906e-4518dfcf41c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4605 | 2024.08.15 05:35:56.270620 [ 3 ] {} <Debug> HTTP-Session: 11e9755a-c8b0-4e2a-906e-4518dfcf41c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4606 | 2024.08.15 05:35:56.270631 [ 187 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_21_4} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4607 | 2024.08.15 05:35:56.270636 [ 3 ] {} <Debug> HTTP-Session: 11e9755a-c8b0-4e2a-906e-4518dfcf41c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4608 | 2024.08.15 05:35:56.270686 [ 3 ] {} <Trace> HTTP-Session: 11e9755a-c8b0-4e2a-906e-4518dfcf41c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4609 | 2024.08.15 05:35:56.270720 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
4610 | 2024.08.15 05:35:56.271184 [ 3 ] {ea645ab9-6962-48e4-8368-1580e2f7e50a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4611 | 2024.08.15 05:35:56.271230 [ 3 ] {ea645ab9-6962-48e4-8368-1580e2f7e50a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4612 | 2024.08.15 05:35:56.271381 [ 3 ] {ea645ab9-6962-48e4-8368-1580e2f7e50a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4613 | 2024.08.15 05:35:56.272210 [ 3 ] {ea645ab9-6962-48e4-8368-1580e2f7e50a} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4614 | 2024.08.15 05:35:56.272246 [ 3 ] {ea645ab9-6962-48e4-8368-1580e2f7e50a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4615 | 2024.08.15 05:35:56.272669 [ 3 ] {ea645ab9-6962-48e4-8368-1580e2f7e50a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4616 | 2024.08.15 05:35:56.272996 [ 3 ] {ea645ab9-6962-48e4-8368-1580e2f7e50a} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4617 | 2024.08.15 05:35:56.273146 [ 3 ] {ea645ab9-6962-48e4-8368-1580e2f7e50a} <Debug> executeQuery: Read 919 rows, 62.87 KiB in 0.00228 sec., 403070.1754385965 rows/sec., 26.93 MiB/sec. | ||
4618 | 2024.08.15 05:35:56.273156 [ 49 ] {} <Debug> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4619 | 2024.08.15 05:35:56.273248 [ 49 ] {} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4620 | 2024.08.15 05:35:56.273314 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4621 | 2024.08.15 05:35:56.273468 [ 3 ] {ea645ab9-6962-48e4-8368-1580e2f7e50a} <Debug> DynamicQueryHandler: Done processing query | ||
4622 | 2024.08.15 05:35:56.273511 [ 200 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::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 | ||
4623 | 2024.08.15 05:35:56.273527 [ 3 ] {ea645ab9-6962-48e4-8368-1580e2f7e50a} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
4624 | 2024.08.15 05:35:56.273591 [ 3 ] {} <Debug> HTTP-Session: 11e9755a-c8b0-4e2a-906e-4518dfcf41c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4625 | 2024.08.15 05:35:56.273734 [ 200 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4626 | 2024.08.15 05:35:56.273777 [ 200 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5061 rows starting from the beginning of the part | ||
4627 | 2024.08.15 05:35:56.273969 [ 200 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 237 rows starting from the beginning of the part | ||
4628 | 2024.08.15 05:35:56.274025 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4629 | 2024.08.15 05:35:56.274186 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4630 | 2024.08.15 05:35:56.274290 [ 200 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part | ||
4631 | 2024.08.15 05:35:56.274309 [ 3 ] {} <Debug> HTTP-Session: d5918122-7cdb-4607-9466-a31a6f4d841a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4632 | 2024.08.15 05:35:56.274365 [ 3 ] {} <Debug> HTTP-Session: d5918122-7cdb-4607-9466-a31a6f4d841a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4633 | 2024.08.15 05:35:56.274414 [ 3 ] {} <Debug> HTTP-Session: d5918122-7cdb-4607-9466-a31a6f4d841a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4634 | 2024.08.15 05:35:56.274559 [ 3 ] {} <Trace> HTTP-Session: d5918122-7cdb-4607-9466-a31a6f4d841a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4635 | 2024.08.15 05:35:56.274574 [ 200 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 237 rows starting from the beginning of the part | ||
4636 | 2024.08.15 05:35:56.274827 [ 200 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 161 rows starting from the beginning of the part | ||
4637 | 2024.08.15 05:35:56.274887 [ 3 ] {bf535b01-18ec-4c99-95b0-ce3c0e950786} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
4638 | 2024.08.15 05:35:56.275097 [ 3 ] {bf535b01-18ec-4c99-95b0-ce3c0e950786} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4639 | 2024.08.15 05:35:56.275134 [ 200 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 919 rows starting from the beginning of the part | ||
4640 | 2024.08.15 05:35:56.275955 [ 3 ] {bf535b01-18ec-4c99-95b0-ce3c0e950786} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4641 | 2024.08.15 05:35:56.276537 [ 3 ] {bf535b01-18ec-4c99-95b0-ce3c0e950786} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4642 | 2024.08.15 05:35:56.276582 [ 3 ] {bf535b01-18ec-4c99-95b0-ce3c0e950786} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4643 | 2024.08.15 05:35:56.277372 [ 3 ] {bf535b01-18ec-4c99-95b0-ce3c0e950786} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4644 | 2024.08.15 05:35:56.278133 [ 3 ] {bf535b01-18ec-4c99-95b0-ce3c0e950786} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4645 | 2024.08.15 05:35:56.278459 [ 3 ] {bf535b01-18ec-4c99-95b0-ce3c0e950786} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00368 sec., 271.7391304347826 rows/sec., 18.31 KiB/sec. | ||
4646 | 2024.08.15 05:35:56.278998 [ 3 ] {bf535b01-18ec-4c99-95b0-ce3c0e950786} <Debug> DynamicQueryHandler: Done processing query | ||
4647 | 2024.08.15 05:35:56.279030 [ 3 ] {bf535b01-18ec-4c99-95b0-ce3c0e950786} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4648 | 2024.08.15 05:35:56.279049 [ 3 ] {} <Debug> HTTP-Session: d5918122-7cdb-4607-9466-a31a6f4d841a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4649 | 2024.08.15 05:35:56.279184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4650 | 2024.08.15 05:35:56.279246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4651 | 2024.08.15 05:35:56.279266 [ 3 ] {} <Debug> HTTP-Session: aa2ddc42-ee35-4fb8-996a-621569750f13 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4652 | 2024.08.15 05:35:56.279290 [ 3 ] {} <Debug> HTTP-Session: aa2ddc42-ee35-4fb8-996a-621569750f13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4653 | 2024.08.15 05:35:56.279309 [ 3 ] {} <Debug> HTTP-Session: aa2ddc42-ee35-4fb8-996a-621569750f13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4654 | 2024.08.15 05:35:56.279340 [ 3 ] {} <Trace> HTTP-Session: aa2ddc42-ee35-4fb8-996a-621569750f13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4655 | 2024.08.15 05:35:56.279506 [ 3 ] {e48cb15e-80ff-4c14-bed8-ba50ec1e1151} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4656 | 2024.08.15 05:35:56.279774 [ 3 ] {e48cb15e-80ff-4c14-bed8-ba50ec1e1151} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4657 | 2024.08.15 05:35:56.279933 [ 192 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6775 rows, containing 5 columns (5 merged, 0 gathered) in 0.006518598 sec., 1039333.9181216576 rows/sec., 70.16 MiB/sec. | ||
4658 | 2024.08.15 05:35:56.280504 [ 192 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4659 | 2024.08.15 05:35:56.280669 [ 3 ] {e48cb15e-80ff-4c14-bed8-ba50ec1e1151} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4660 | 2024.08.15 05:35:56.281521 [ 192 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4661 | 2024.08.15 05:35:56.281750 [ 192 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4662 | 2024.08.15 05:35:56.281876 [ 3 ] {e48cb15e-80ff-4c14-bed8-ba50ec1e1151} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4663 | 2024.08.15 05:35:56.281916 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.42 MiB. | ||
4664 | 2024.08.15 05:35:56.281937 [ 3 ] {e48cb15e-80ff-4c14-bed8-ba50ec1e1151} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4665 | 2024.08.15 05:35:56.282551 [ 3 ] {e48cb15e-80ff-4c14-bed8-ba50ec1e1151} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4666 | 2024.08.15 05:35:56.282971 [ 3 ] {e48cb15e-80ff-4c14-bed8-ba50ec1e1151} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4667 | 2024.08.15 05:35:56.283162 [ 3 ] {e48cb15e-80ff-4c14-bed8-ba50ec1e1151} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.003736 sec., 1070.663811563169 rows/sec., 1.92 MiB/sec. | ||
4668 | 2024.08.15 05:35:56.283384 [ 3 ] {e48cb15e-80ff-4c14-bed8-ba50ec1e1151} <Debug> DynamicQueryHandler: Done processing query | ||
4669 | 2024.08.15 05:35:56.283410 [ 3 ] {e48cb15e-80ff-4c14-bed8-ba50ec1e1151} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
4670 | 2024.08.15 05:35:56.283426 [ 3 ] {} <Debug> HTTP-Session: aa2ddc42-ee35-4fb8-996a-621569750f13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4671 | 2024.08.15 05:35:56.283580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 11848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4672 | 2024.08.15 05:35:56.283631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4673 | 2024.08.15 05:35:56.283652 [ 3 ] {} <Debug> HTTP-Session: 6e2609eb-e0e4-4194-8618-7c64949b5cdb Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4674 | 2024.08.15 05:35:56.283676 [ 3 ] {} <Debug> HTTP-Session: 6e2609eb-e0e4-4194-8618-7c64949b5cdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4675 | 2024.08.15 05:35:56.283691 [ 3 ] {} <Debug> HTTP-Session: 6e2609eb-e0e4-4194-8618-7c64949b5cdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4676 | 2024.08.15 05:35:56.283726 [ 3 ] {} <Trace> HTTP-Session: 6e2609eb-e0e4-4194-8618-7c64949b5cdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4677 | 2024.08.15 05:35:56.283860 [ 3 ] {b6fb423e-fd97-41c7-a5d9-ca0ff5627b9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4678 | 2024.08.15 05:35:56.283909 [ 3 ] {b6fb423e-fd97-41c7-a5d9-ca0ff5627b9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4679 | 2024.08.15 05:35:56.284052 [ 3 ] {b6fb423e-fd97-41c7-a5d9-ca0ff5627b9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4680 | 2024.08.15 05:35:56.284357 [ 3 ] {b6fb423e-fd97-41c7-a5d9-ca0ff5627b9e} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4681 | 2024.08.15 05:35:56.284394 [ 3 ] {b6fb423e-fd97-41c7-a5d9-ca0ff5627b9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4682 | 2024.08.15 05:35:56.284746 [ 3 ] {b6fb423e-fd97-41c7-a5d9-ca0ff5627b9e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4683 | 2024.08.15 05:35:56.285067 [ 3 ] {b6fb423e-fd97-41c7-a5d9-ca0ff5627b9e} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4684 | 2024.08.15 05:35:56.285213 [ 3 ] {b6fb423e-fd97-41c7-a5d9-ca0ff5627b9e} <Debug> executeQuery: Read 80 rows, 5.21 KiB in 0.001406 sec., 56899.00426742532 rows/sec., 3.62 MiB/sec. | ||
4685 | 2024.08.15 05:35:56.285244 [ 74 ] {} <Debug> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4686 | 2024.08.15 05:35:56.285360 [ 74 ] {} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4687 | 2024.08.15 05:35:56.285406 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4688 | 2024.08.15 05:35:56.285446 [ 3 ] {b6fb423e-fd97-41c7-a5d9-ca0ff5627b9e} <Debug> DynamicQueryHandler: Done processing query | ||
4689 | 2024.08.15 05:35:56.285504 [ 3 ] {b6fb423e-fd97-41c7-a5d9-ca0ff5627b9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4690 | 2024.08.15 05:35:56.285566 [ 3 ] {} <Debug> HTTP-Session: 6e2609eb-e0e4-4194-8618-7c64949b5cdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4691 | 2024.08.15 05:35:56.285621 [ 200 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
4692 | 2024.08.15 05:35:56.285750 [ 200 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4693 | 2024.08.15 05:35:56.285781 [ 200 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 956 rows starting from the beginning of the part | ||
4694 | 2024.08.15 05:35:56.285879 [ 200 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
4695 | 2024.08.15 05:35:56.286070 [ 200 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
4696 | 2024.08.15 05:35:56.286275 [ 200 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
4697 | 2024.08.15 05:35:56.286452 [ 200 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
4698 | 2024.08.15 05:35:56.286636 [ 200 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 80 rows starting from the beginning of the part | ||
4699 | 2024.08.15 05:35:56.287884 [ 192 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1320 rows, containing 4 columns (4 merged, 0 gathered) in 0.002396821 sec., 550729.4870997876 rows/sec., 35.95 MiB/sec. | ||
4700 | 2024.08.15 05:35:56.288187 [ 201 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4701 | 2024.08.15 05:35:56.288635 [ 201 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_21_4} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4702 | 2024.08.15 05:35:56.288720 [ 201 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_21_4} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4703 | 2024.08.15 05:35:56.288814 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
4704 | 2024.08.15 05:35:56.397469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4705 | 2024.08.15 05:35:56.397586 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4706 | 2024.08.15 05:35:56.397611 [ 3 ] {} <Debug> HTTP-Session: 122160ea-2fc8-4238-a8b7-064f215760c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4707 | 2024.08.15 05:35:56.397637 [ 3 ] {} <Debug> HTTP-Session: 122160ea-2fc8-4238-a8b7-064f215760c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4708 | 2024.08.15 05:35:56.397653 [ 3 ] {} <Debug> HTTP-Session: 122160ea-2fc8-4238-a8b7-064f215760c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4709 | 2024.08.15 05:35:56.397704 [ 3 ] {} <Trace> HTTP-Session: 122160ea-2fc8-4238-a8b7-064f215760c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4710 | 2024.08.15 05:35:56.397880 [ 3 ] {4cc54a01-5f4f-4305-bf62-980c0eeb72d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4711 | 2024.08.15 05:35:56.397952 [ 3 ] {4cc54a01-5f4f-4305-bf62-980c0eeb72d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4712 | 2024.08.15 05:35:56.398147 [ 3 ] {4cc54a01-5f4f-4305-bf62-980c0eeb72d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4713 | 2024.08.15 05:35:56.398530 [ 3 ] {4cc54a01-5f4f-4305-bf62-980c0eeb72d8} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4714 | 2024.08.15 05:35:56.398571 [ 3 ] {4cc54a01-5f4f-4305-bf62-980c0eeb72d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4715 | 2024.08.15 05:35:56.398939 [ 3 ] {4cc54a01-5f4f-4305-bf62-980c0eeb72d8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4716 | 2024.08.15 05:35:56.399269 [ 3 ] {4cc54a01-5f4f-4305-bf62-980c0eeb72d8} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4717 | 2024.08.15 05:35:56.399431 [ 3 ] {4cc54a01-5f4f-4305-bf62-980c0eeb72d8} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.001602 sec., 2496.8789013732835 rows/sec., 210.31 KiB/sec. | ||
4718 | 2024.08.15 05:35:56.399621 [ 3 ] {4cc54a01-5f4f-4305-bf62-980c0eeb72d8} <Debug> DynamicQueryHandler: Done processing query | ||
4719 | 2024.08.15 05:35:56.399649 [ 3 ] {4cc54a01-5f4f-4305-bf62-980c0eeb72d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4720 | 2024.08.15 05:35:56.399666 [ 3 ] {} <Debug> HTTP-Session: 122160ea-2fc8-4238-a8b7-064f215760c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4721 | 2024.08.15 05:35:56.399795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4722 | 2024.08.15 05:35:56.399845 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4723 | 2024.08.15 05:35:56.399865 [ 3 ] {} <Debug> HTTP-Session: a51c8582-9783-4f8f-9431-f9ac76b769ee Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4724 | 2024.08.15 05:35:56.399882 [ 3 ] {} <Debug> HTTP-Session: a51c8582-9783-4f8f-9431-f9ac76b769ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4725 | 2024.08.15 05:35:56.399896 [ 3 ] {} <Debug> HTTP-Session: a51c8582-9783-4f8f-9431-f9ac76b769ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4726 | 2024.08.15 05:35:56.399926 [ 3 ] {} <Trace> HTTP-Session: a51c8582-9783-4f8f-9431-f9ac76b769ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4727 | 2024.08.15 05:35:56.400024 [ 3 ] {e828dd0b-b733-4ed7-943a-cbc2de64d7b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4728 | 2024.08.15 05:35:56.400067 [ 3 ] {e828dd0b-b733-4ed7-943a-cbc2de64d7b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4729 | 2024.08.15 05:35:56.400195 [ 3 ] {e828dd0b-b733-4ed7-943a-cbc2de64d7b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4730 | 2024.08.15 05:35:56.400514 [ 3 ] {e828dd0b-b733-4ed7-943a-cbc2de64d7b7} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4731 | 2024.08.15 05:35:56.400551 [ 3 ] {e828dd0b-b733-4ed7-943a-cbc2de64d7b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4732 | 2024.08.15 05:35:56.400859 [ 3 ] {e828dd0b-b733-4ed7-943a-cbc2de64d7b7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4733 | 2024.08.15 05:35:56.401163 [ 3 ] {e828dd0b-b733-4ed7-943a-cbc2de64d7b7} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4734 | 2024.08.15 05:35:56.401331 [ 3 ] {e828dd0b-b733-4ed7-943a-cbc2de64d7b7} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.001324 sec., 6042.296072507553 rows/sec., 485.33 KiB/sec. | ||
4735 | 2024.08.15 05:35:56.401502 [ 3 ] {e828dd0b-b733-4ed7-943a-cbc2de64d7b7} <Debug> DynamicQueryHandler: Done processing query | ||
4736 | 2024.08.15 05:35:56.401528 [ 3 ] {e828dd0b-b733-4ed7-943a-cbc2de64d7b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4737 | 2024.08.15 05:35:56.401544 [ 3 ] {} <Debug> HTTP-Session: a51c8582-9783-4f8f-9431-f9ac76b769ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4738 | 2024.08.15 05:35:56.401678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4739 | 2024.08.15 05:35:56.401727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4740 | 2024.08.15 05:35:56.401747 [ 3 ] {} <Debug> HTTP-Session: e0cb7fb0-3085-4744-a062-2ac8d72fa4e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4741 | 2024.08.15 05:35:56.401764 [ 3 ] {} <Debug> HTTP-Session: e0cb7fb0-3085-4744-a062-2ac8d72fa4e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4742 | 2024.08.15 05:35:56.401778 [ 3 ] {} <Debug> HTTP-Session: e0cb7fb0-3085-4744-a062-2ac8d72fa4e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4743 | 2024.08.15 05:35:56.401813 [ 3 ] {} <Trace> HTTP-Session: e0cb7fb0-3085-4744-a062-2ac8d72fa4e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4744 | 2024.08.15 05:35:56.401905 [ 3 ] {475108cf-a7ba-474f-925c-065bef16e6d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4745 | 2024.08.15 05:35:56.401953 [ 3 ] {475108cf-a7ba-474f-925c-065bef16e6d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4746 | 2024.08.15 05:35:56.402100 [ 3 ] {475108cf-a7ba-474f-925c-065bef16e6d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4747 | 2024.08.15 05:35:56.402433 [ 3 ] {475108cf-a7ba-474f-925c-065bef16e6d9} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4748 | 2024.08.15 05:35:56.402470 [ 3 ] {475108cf-a7ba-474f-925c-065bef16e6d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4749 | 2024.08.15 05:35:56.402838 [ 3 ] {475108cf-a7ba-474f-925c-065bef16e6d9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4750 | 2024.08.15 05:35:56.403173 [ 3 ] {475108cf-a7ba-474f-925c-065bef16e6d9} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4751 | 2024.08.15 05:35:56.403334 [ 3 ] {475108cf-a7ba-474f-925c-065bef16e6d9} <Debug> executeQuery: Read 2 rows, 156.00 B in 0.001443 sec., 1386.001386001386 rows/sec., 105.57 KiB/sec. | ||
4752 | 2024.08.15 05:35:56.403507 [ 3 ] {475108cf-a7ba-474f-925c-065bef16e6d9} <Debug> DynamicQueryHandler: Done processing query | ||
4753 | 2024.08.15 05:35:56.403532 [ 3 ] {475108cf-a7ba-474f-925c-065bef16e6d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4754 | 2024.08.15 05:35:56.403549 [ 3 ] {} <Debug> HTTP-Session: e0cb7fb0-3085-4744-a062-2ac8d72fa4e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4755 | 2024.08.15 05:35:56.403709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4756 | 2024.08.15 05:35:56.403758 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4757 | 2024.08.15 05:35:56.403777 [ 3 ] {} <Debug> HTTP-Session: 9dfef14d-3b85-4fb8-bcb8-49d9c883a6eb Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4758 | 2024.08.15 05:35:56.403794 [ 3 ] {} <Debug> HTTP-Session: 9dfef14d-3b85-4fb8-bcb8-49d9c883a6eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4759 | 2024.08.15 05:35:56.403808 [ 3 ] {} <Debug> HTTP-Session: 9dfef14d-3b85-4fb8-bcb8-49d9c883a6eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4760 | 2024.08.15 05:35:56.403837 [ 3 ] {} <Trace> HTTP-Session: 9dfef14d-3b85-4fb8-bcb8-49d9c883a6eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4761 | 2024.08.15 05:35:56.403930 [ 3 ] {905e95fb-fd4c-4fc4-84aa-4466b93ca1fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4762 | 2024.08.15 05:35:56.403976 [ 3 ] {905e95fb-fd4c-4fc4-84aa-4466b93ca1fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4763 | 2024.08.15 05:35:56.404105 [ 3 ] {905e95fb-fd4c-4fc4-84aa-4466b93ca1fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4764 | 2024.08.15 05:35:56.404382 [ 3 ] {905e95fb-fd4c-4fc4-84aa-4466b93ca1fd} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4765 | 2024.08.15 05:35:56.404418 [ 3 ] {905e95fb-fd4c-4fc4-84aa-4466b93ca1fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4766 | 2024.08.15 05:35:56.404770 [ 3 ] {905e95fb-fd4c-4fc4-84aa-4466b93ca1fd} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4767 | 2024.08.15 05:35:56.405088 [ 3 ] {905e95fb-fd4c-4fc4-84aa-4466b93ca1fd} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4768 | 2024.08.15 05:35:56.405233 [ 3 ] {905e95fb-fd4c-4fc4-84aa-4466b93ca1fd} <Debug> executeQuery: Read 2 rows, 129.00 B in 0.001322 sec., 1512.8593040847202 rows/sec., 95.29 KiB/sec. | ||
4769 | 2024.08.15 05:35:56.405406 [ 3 ] {905e95fb-fd4c-4fc4-84aa-4466b93ca1fd} <Debug> DynamicQueryHandler: Done processing query | ||
4770 | 2024.08.15 05:35:56.405431 [ 3 ] {905e95fb-fd4c-4fc4-84aa-4466b93ca1fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4771 | 2024.08.15 05:35:56.405447 [ 3 ] {} <Debug> HTTP-Session: 9dfef14d-3b85-4fb8-bcb8-49d9c883a6eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4772 | 2024.08.15 05:36:01.407045 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4773 | 2024.08.15 05:36:01.407172 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4774 | 2024.08.15 05:36:01.407203 [ 3 ] {} <Debug> HTTP-Session: 1200fb57-8227-4e5c-a54c-b2e2d1282b53 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4775 | 2024.08.15 05:36:01.407232 [ 3 ] {} <Debug> HTTP-Session: 1200fb57-8227-4e5c-a54c-b2e2d1282b53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4776 | 2024.08.15 05:36:01.407249 [ 3 ] {} <Debug> HTTP-Session: 1200fb57-8227-4e5c-a54c-b2e2d1282b53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4777 | 2024.08.15 05:36:01.407304 [ 3 ] {} <Trace> HTTP-Session: 1200fb57-8227-4e5c-a54c-b2e2d1282b53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4778 | 2024.08.15 05:36:01.407512 [ 3 ] {989aed6a-1226-45f8-9710-33f003c82ddf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4779 | 2024.08.15 05:36:01.407589 [ 3 ] {989aed6a-1226-45f8-9710-33f003c82ddf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4780 | 2024.08.15 05:36:01.407809 [ 3 ] {989aed6a-1226-45f8-9710-33f003c82ddf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4781 | 2024.08.15 05:36:01.408269 [ 3 ] {989aed6a-1226-45f8-9710-33f003c82ddf} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4782 | 2024.08.15 05:36:01.408314 [ 3 ] {989aed6a-1226-45f8-9710-33f003c82ddf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4783 | 2024.08.15 05:36:01.408673 [ 3 ] {989aed6a-1226-45f8-9710-33f003c82ddf} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4784 | 2024.08.15 05:36:01.409002 [ 3 ] {989aed6a-1226-45f8-9710-33f003c82ddf} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4785 | 2024.08.15 05:36:01.409174 [ 3 ] {989aed6a-1226-45f8-9710-33f003c82ddf} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.00172 sec., 15116.279069767443 rows/sec., 1.20 MiB/sec. | ||
4786 | 2024.08.15 05:36:01.409183 [ 130 ] {} <Debug> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4787 | 2024.08.15 05:36:01.409282 [ 130 ] {} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4788 | 2024.08.15 05:36:01.409338 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4789 | 2024.08.15 05:36:01.409521 [ 3 ] {989aed6a-1226-45f8-9710-33f003c82ddf} <Debug> DynamicQueryHandler: Done processing query | ||
4790 | 2024.08.15 05:36:01.409608 [ 3 ] {989aed6a-1226-45f8-9710-33f003c82ddf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4791 | 2024.08.15 05:36:01.409622 [ 186 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::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 | ||
4792 | 2024.08.15 05:36:01.409674 [ 3 ] {} <Debug> HTTP-Session: 1200fb57-8227-4e5c-a54c-b2e2d1282b53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4793 | 2024.08.15 05:36:01.409871 [ 186 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4794 | 2024.08.15 05:36:01.409930 [ 186 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::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 | ||
4795 | 2024.08.15 05:36:01.409944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4796 | 2024.08.15 05:36:01.410092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4797 | 2024.08.15 05:36:01.410165 [ 186 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part | ||
4798 | 2024.08.15 05:36:01.410187 [ 3 ] {} <Debug> HTTP-Session: 592abde3-3cf7-416c-9e05-8b8fb280d1a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4799 | 2024.08.15 05:36:01.410263 [ 3 ] {} <Debug> HTTP-Session: 592abde3-3cf7-416c-9e05-8b8fb280d1a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4800 | 2024.08.15 05:36:01.410334 [ 3 ] {} <Debug> HTTP-Session: 592abde3-3cf7-416c-9e05-8b8fb280d1a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4801 | 2024.08.15 05:36:01.410472 [ 186 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::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 | ||
4802 | 2024.08.15 05:36:01.410472 [ 3 ] {} <Trace> HTTP-Session: 592abde3-3cf7-416c-9e05-8b8fb280d1a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4803 | 2024.08.15 05:36:01.410730 [ 186 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part | ||
4804 | 2024.08.15 05:36:01.410962 [ 186 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::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 | ||
4805 | 2024.08.15 05:36:01.411009 [ 3 ] {5a775d82-3cd3-4572-a39a-e1c5a2eca3c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4806 | 2024.08.15 05:36:01.411199 [ 186 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 26 rows starting from the beginning of the part | ||
4807 | 2024.08.15 05:36:01.411216 [ 3 ] {5a775d82-3cd3-4572-a39a-e1c5a2eca3c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4808 | 2024.08.15 05:36:01.411923 [ 3 ] {5a775d82-3cd3-4572-a39a-e1c5a2eca3c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4809 | 2024.08.15 05:36:01.412846 [ 3 ] {5a775d82-3cd3-4572-a39a-e1c5a2eca3c1} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4810 | 2024.08.15 05:36:01.412929 [ 3 ] {5a775d82-3cd3-4572-a39a-e1c5a2eca3c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4811 | 2024.08.15 05:36:01.413810 [ 186 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 116 rows, containing 4 columns (4 merged, 0 gathered) in 0.004388103 sec., 26435.113305225517 rows/sec., 2.09 MiB/sec. | ||
4812 | 2024.08.15 05:36:01.413857 [ 3 ] {5a775d82-3cd3-4572-a39a-e1c5a2eca3c1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4813 | 2024.08.15 05:36:01.413998 [ 186 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4814 | 2024.08.15 05:36:01.414652 [ 3 ] {5a775d82-3cd3-4572-a39a-e1c5a2eca3c1} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4815 | 2024.08.15 05:36:01.414931 [ 3 ] {5a775d82-3cd3-4572-a39a-e1c5a2eca3c1} <Debug> executeQuery: Read 134 rows, 11.45 KiB in 0.0042 sec., 31904.76190476191 rows/sec., 2.66 MiB/sec. | ||
4816 | 2024.08.15 05:36:01.414938 [ 186 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_11_2} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4817 | 2024.08.15 05:36:01.415165 [ 186 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_11_2} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4818 | 2024.08.15 05:36:01.415277 [ 3 ] {5a775d82-3cd3-4572-a39a-e1c5a2eca3c1} <Debug> DynamicQueryHandler: Done processing query | ||
4819 | 2024.08.15 05:36:01.415297 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4820 | 2024.08.15 05:36:01.415320 [ 3 ] {5a775d82-3cd3-4572-a39a-e1c5a2eca3c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4821 | 2024.08.15 05:36:01.415361 [ 3 ] {} <Debug> HTTP-Session: 592abde3-3cf7-416c-9e05-8b8fb280d1a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4822 | 2024.08.15 05:36:01.415567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 15281, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4823 | 2024.08.15 05:36:01.415617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4824 | 2024.08.15 05:36:01.415637 [ 3 ] {} <Debug> HTTP-Session: c657d700-cd04-4a1f-9a61-42d1c3a79c1e Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4825 | 2024.08.15 05:36:01.415653 [ 3 ] {} <Debug> HTTP-Session: c657d700-cd04-4a1f-9a61-42d1c3a79c1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4826 | 2024.08.15 05:36:01.415667 [ 3 ] {} <Debug> HTTP-Session: c657d700-cd04-4a1f-9a61-42d1c3a79c1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4827 | 2024.08.15 05:36:01.415698 [ 3 ] {} <Trace> HTTP-Session: c657d700-cd04-4a1f-9a61-42d1c3a79c1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4828 | 2024.08.15 05:36:01.415846 [ 3 ] {15099235-c09e-46b0-a97f-80cacceb2372} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4829 | 2024.08.15 05:36:01.415889 [ 3 ] {15099235-c09e-46b0-a97f-80cacceb2372} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4830 | 2024.08.15 05:36:01.416043 [ 3 ] {15099235-c09e-46b0-a97f-80cacceb2372} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4831 | 2024.08.15 05:36:01.416386 [ 3 ] {15099235-c09e-46b0-a97f-80cacceb2372} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4832 | 2024.08.15 05:36:01.416421 [ 3 ] {15099235-c09e-46b0-a97f-80cacceb2372} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4833 | 2024.08.15 05:36:01.416735 [ 3 ] {15099235-c09e-46b0-a97f-80cacceb2372} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4834 | 2024.08.15 05:36:01.417041 [ 3 ] {15099235-c09e-46b0-a97f-80cacceb2372} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4835 | 2024.08.15 05:36:01.417166 [ 3 ] {15099235-c09e-46b0-a97f-80cacceb2372} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.00138 sec., 65217.39130434783 rows/sec., 5.09 MiB/sec. | ||
4836 | 2024.08.15 05:36:01.417335 [ 3 ] {15099235-c09e-46b0-a97f-80cacceb2372} <Debug> DynamicQueryHandler: Done processing query | ||
4837 | 2024.08.15 05:36:01.417361 [ 3 ] {15099235-c09e-46b0-a97f-80cacceb2372} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4838 | 2024.08.15 05:36:01.417377 [ 3 ] {} <Debug> HTTP-Session: c657d700-cd04-4a1f-9a61-42d1c3a79c1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4839 | 2024.08.15 05:36:01.417611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4840 | 2024.08.15 05:36:01.417658 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4841 | 2024.08.15 05:36:01.417678 [ 3 ] {} <Debug> HTTP-Session: 2d2b114f-a79a-464d-b2cb-ab4064530837 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4842 | 2024.08.15 05:36:01.417695 [ 3 ] {} <Debug> HTTP-Session: 2d2b114f-a79a-464d-b2cb-ab4064530837 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4843 | 2024.08.15 05:36:01.417709 [ 3 ] {} <Debug> HTTP-Session: 2d2b114f-a79a-464d-b2cb-ab4064530837 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4844 | 2024.08.15 05:36:01.417739 [ 3 ] {} <Trace> HTTP-Session: 2d2b114f-a79a-464d-b2cb-ab4064530837 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4845 | 2024.08.15 05:36:01.417883 [ 3 ] {6c085331-733c-4653-a332-3ba444e3c5a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4846 | 2024.08.15 05:36:01.417930 [ 3 ] {6c085331-733c-4653-a332-3ba444e3c5a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4847 | 2024.08.15 05:36:01.418073 [ 3 ] {6c085331-733c-4653-a332-3ba444e3c5a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4848 | 2024.08.15 05:36:01.418458 [ 3 ] {6c085331-733c-4653-a332-3ba444e3c5a1} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4849 | 2024.08.15 05:36:01.418494 [ 3 ] {6c085331-733c-4653-a332-3ba444e3c5a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4850 | 2024.08.15 05:36:01.418881 [ 3 ] {6c085331-733c-4653-a332-3ba444e3c5a1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4851 | 2024.08.15 05:36:01.419208 [ 3 ] {6c085331-733c-4653-a332-3ba444e3c5a1} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4852 | 2024.08.15 05:36:01.419340 [ 3 ] {6c085331-733c-4653-a332-3ba444e3c5a1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001523 sec., 105055.81089954037 rows/sec., 7.32 MiB/sec. | ||
4853 | 2024.08.15 05:36:01.419547 [ 3 ] {6c085331-733c-4653-a332-3ba444e3c5a1} <Debug> DynamicQueryHandler: Done processing query | ||
4854 | 2024.08.15 05:36:01.419573 [ 3 ] {6c085331-733c-4653-a332-3ba444e3c5a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4855 | 2024.08.15 05:36:01.419589 [ 3 ] {} <Debug> HTTP-Session: 2d2b114f-a79a-464d-b2cb-ab4064530837 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4856 | 2024.08.15 05:36:01.419805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 41914, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4857 | 2024.08.15 05:36:01.419854 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4858 | 2024.08.15 05:36:01.419872 [ 3 ] {} <Debug> HTTP-Session: 30306ac2-eea7-47e3-a2d2-eefd32933070 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4859 | 2024.08.15 05:36:01.419889 [ 3 ] {} <Debug> HTTP-Session: 30306ac2-eea7-47e3-a2d2-eefd32933070 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4860 | 2024.08.15 05:36:01.419903 [ 3 ] {} <Debug> HTTP-Session: 30306ac2-eea7-47e3-a2d2-eefd32933070 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4861 | 2024.08.15 05:36:01.419932 [ 3 ] {} <Trace> HTTP-Session: 30306ac2-eea7-47e3-a2d2-eefd32933070 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4862 | 2024.08.15 05:36:01.420215 [ 3 ] {0f1442d4-6f8f-4794-99f6-5b7dc390e7d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4863 | 2024.08.15 05:36:01.420277 [ 3 ] {0f1442d4-6f8f-4794-99f6-5b7dc390e7d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4864 | 2024.08.15 05:36:01.420691 [ 3 ] {0f1442d4-6f8f-4794-99f6-5b7dc390e7d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4865 | 2024.08.15 05:36:01.421334 [ 3 ] {0f1442d4-6f8f-4794-99f6-5b7dc390e7d3} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4866 | 2024.08.15 05:36:01.421370 [ 3 ] {0f1442d4-6f8f-4794-99f6-5b7dc390e7d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4867 | 2024.08.15 05:36:01.421969 [ 3 ] {0f1442d4-6f8f-4794-99f6-5b7dc390e7d3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4868 | 2024.08.15 05:36:01.422383 [ 3 ] {0f1442d4-6f8f-4794-99f6-5b7dc390e7d3} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4869 | 2024.08.15 05:36:01.422512 [ 147 ] {} <Debug> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4870 | 2024.08.15 05:36:01.422532 [ 3 ] {0f1442d4-6f8f-4794-99f6-5b7dc390e7d3} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002514 sec., 10342.084327764518 rows/sec., 18.53 MiB/sec. | ||
4871 | 2024.08.15 05:36:01.422564 [ 147 ] {} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4872 | 2024.08.15 05:36:01.422612 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4873 | 2024.08.15 05:36:01.423009 [ 201 ] {f74056ac-963a-4604-86a0-b4c0a6355317::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 | ||
4874 | 2024.08.15 05:36:01.423058 [ 3 ] {0f1442d4-6f8f-4794-99f6-5b7dc390e7d3} <Debug> DynamicQueryHandler: Done processing query | ||
4875 | 2024.08.15 05:36:01.423163 [ 3 ] {0f1442d4-6f8f-4794-99f6-5b7dc390e7d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4876 | 2024.08.15 05:36:01.423280 [ 3 ] {} <Debug> HTTP-Session: 30306ac2-eea7-47e3-a2d2-eefd32933070 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4877 | 2024.08.15 05:36:01.423542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4878 | 2024.08.15 05:36:01.423656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4879 | 2024.08.15 05:36:01.423709 [ 3 ] {} <Debug> HTTP-Session: 924ffb95-1f5d-4ff6-82f4-d8fbc1a1e2d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4880 | 2024.08.15 05:36:01.423756 [ 3 ] {} <Debug> HTTP-Session: 924ffb95-1f5d-4ff6-82f4-d8fbc1a1e2d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4881 | 2024.08.15 05:36:01.423800 [ 3 ] {} <Debug> HTTP-Session: 924ffb95-1f5d-4ff6-82f4-d8fbc1a1e2d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4882 | 2024.08.15 05:36:01.423847 [ 201 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4883 | 2024.08.15 05:36:01.423865 [ 3 ] {} <Trace> HTTP-Session: 924ffb95-1f5d-4ff6-82f4-d8fbc1a1e2d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4884 | 2024.08.15 05:36:01.423976 [ 201 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 112 rows starting from the beginning of the part | ||
4885 | 2024.08.15 05:36:01.424106 [ 3 ] {c5a2217d-691c-459c-b0dc-c31726e84f2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4886 | 2024.08.15 05:36:01.424209 [ 3 ] {c5a2217d-691c-459c-b0dc-c31726e84f2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4887 | 2024.08.15 05:36:01.424718 [ 201 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part | ||
4888 | 2024.08.15 05:36:01.425026 [ 3 ] {c5a2217d-691c-459c-b0dc-c31726e84f2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4889 | 2024.08.15 05:36:01.425462 [ 201 ] {f74056ac-963a-4604-86a0-b4c0a6355317::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 | ||
4890 | 2024.08.15 05:36:01.426184 [ 3 ] {c5a2217d-691c-459c-b0dc-c31726e84f2a} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4891 | 2024.08.15 05:36:01.426196 [ 201 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part | ||
4892 | 2024.08.15 05:36:01.426250 [ 3 ] {c5a2217d-691c-459c-b0dc-c31726e84f2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4893 | 2024.08.15 05:36:01.426763 [ 201 ] {f74056ac-963a-4604-86a0-b4c0a6355317::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 | ||
4894 | 2024.08.15 05:36:01.427448 [ 201 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 26 rows starting from the beginning of the part | ||
4895 | 2024.08.15 05:36:01.427498 [ 3 ] {c5a2217d-691c-459c-b0dc-c31726e84f2a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4896 | 2024.08.15 05:36:01.428543 [ 3 ] {c5a2217d-691c-459c-b0dc-c31726e84f2a} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4897 | 2024.08.15 05:36:01.428839 [ 3 ] {c5a2217d-691c-459c-b0dc-c31726e84f2a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004827 sec., 12430.080795525171 rows/sec., 857.81 KiB/sec. | ||
4898 | 2024.08.15 05:36:01.429160 [ 3 ] {c5a2217d-691c-459c-b0dc-c31726e84f2a} <Debug> DynamicQueryHandler: Done processing query | ||
4899 | 2024.08.15 05:36:01.429213 [ 3 ] {c5a2217d-691c-459c-b0dc-c31726e84f2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4900 | 2024.08.15 05:36:01.429263 [ 3 ] {} <Debug> HTTP-Session: 924ffb95-1f5d-4ff6-82f4-d8fbc1a1e2d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4901 | 2024.08.15 05:36:01.431326 [ 192 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 19 columns (19 merged, 0 gathered) in 0.008607433 sec., 23003.373944357165 rows/sec., 41.22 MiB/sec. | ||
4902 | 2024.08.15 05:36:01.431874 [ 192 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4903 | 2024.08.15 05:36:01.432575 [ 192 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4904 | 2024.08.15 05:36:01.432672 [ 192 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4905 | 2024.08.15 05:36:01.432831 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.36 MiB. | ||
4906 | 2024.08.15 05:36:05.233579 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4907 | 2024.08.15 05:36:05.233657 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4908 | 2024.08.15 05:36:06.001210 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000850858 sec. | ||
4909 | 2024.08.15 05:36:06.410111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4910 | 2024.08.15 05:36:06.410239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4911 | 2024.08.15 05:36:06.410269 [ 3 ] {} <Debug> HTTP-Session: e4729117-ebb1-40d5-8ba0-f8b80b2e4179 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4912 | 2024.08.15 05:36:06.410298 [ 3 ] {} <Debug> HTTP-Session: e4729117-ebb1-40d5-8ba0-f8b80b2e4179 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4913 | 2024.08.15 05:36:06.410316 [ 3 ] {} <Debug> HTTP-Session: e4729117-ebb1-40d5-8ba0-f8b80b2e4179 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4914 | 2024.08.15 05:36:06.410370 [ 3 ] {} <Trace> HTTP-Session: e4729117-ebb1-40d5-8ba0-f8b80b2e4179 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4915 | 2024.08.15 05:36:06.410550 [ 3 ] {b33e9a8f-730f-4376-b862-0a48e08eb17c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4916 | 2024.08.15 05:36:06.410617 [ 3 ] {b33e9a8f-730f-4376-b862-0a48e08eb17c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4917 | 2024.08.15 05:36:06.410802 [ 3 ] {b33e9a8f-730f-4376-b862-0a48e08eb17c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4918 | 2024.08.15 05:36:06.411207 [ 3 ] {b33e9a8f-730f-4376-b862-0a48e08eb17c} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4919 | 2024.08.15 05:36:06.411250 [ 3 ] {b33e9a8f-730f-4376-b862-0a48e08eb17c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4920 | 2024.08.15 05:36:06.411613 [ 3 ] {b33e9a8f-730f-4376-b862-0a48e08eb17c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4921 | 2024.08.15 05:36:06.411943 [ 3 ] {b33e9a8f-730f-4376-b862-0a48e08eb17c} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4922 | 2024.08.15 05:36:06.412091 [ 3 ] {b33e9a8f-730f-4376-b862-0a48e08eb17c} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001591 sec., 2514.14204902577 rows/sec., 203.78 KiB/sec. | ||
4923 | 2024.08.15 05:36:06.412293 [ 3 ] {b33e9a8f-730f-4376-b862-0a48e08eb17c} <Debug> DynamicQueryHandler: Done processing query | ||
4924 | 2024.08.15 05:36:06.412320 [ 3 ] {b33e9a8f-730f-4376-b862-0a48e08eb17c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4925 | 2024.08.15 05:36:06.412342 [ 3 ] {} <Debug> HTTP-Session: e4729117-ebb1-40d5-8ba0-f8b80b2e4179 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4926 | 2024.08.15 05:36:06.412553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4927 | 2024.08.15 05:36:06.412602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4928 | 2024.08.15 05:36:06.412623 [ 3 ] {} <Debug> HTTP-Session: 393e714c-e4e2-45e9-9ae7-9a9e222f9f04 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4929 | 2024.08.15 05:36:06.412639 [ 3 ] {} <Debug> HTTP-Session: 393e714c-e4e2-45e9-9ae7-9a9e222f9f04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4930 | 2024.08.15 05:36:06.412653 [ 3 ] {} <Debug> HTTP-Session: 393e714c-e4e2-45e9-9ae7-9a9e222f9f04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4931 | 2024.08.15 05:36:06.412684 [ 3 ] {} <Trace> HTTP-Session: 393e714c-e4e2-45e9-9ae7-9a9e222f9f04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4932 | 2024.08.15 05:36:06.412827 [ 3 ] {40bd75c5-a8bb-4564-a0c6-137ea389aefe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4933 | 2024.08.15 05:36:06.412871 [ 3 ] {40bd75c5-a8bb-4564-a0c6-137ea389aefe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4934 | 2024.08.15 05:36:06.412997 [ 3 ] {40bd75c5-a8bb-4564-a0c6-137ea389aefe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4935 | 2024.08.15 05:36:06.413415 [ 3 ] {40bd75c5-a8bb-4564-a0c6-137ea389aefe} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4936 | 2024.08.15 05:36:06.413452 [ 3 ] {40bd75c5-a8bb-4564-a0c6-137ea389aefe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4937 | 2024.08.15 05:36:06.413772 [ 3 ] {40bd75c5-a8bb-4564-a0c6-137ea389aefe} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4938 | 2024.08.15 05:36:06.414083 [ 3 ] {40bd75c5-a8bb-4564-a0c6-137ea389aefe} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4939 | 2024.08.15 05:36:06.414241 [ 3 ] {40bd75c5-a8bb-4564-a0c6-137ea389aefe} <Debug> executeQuery: Read 201 rows, 18.00 KiB in 0.001475 sec., 136271.18644067796 rows/sec., 11.92 MiB/sec. | ||
4940 | 2024.08.15 05:36:06.414541 [ 3 ] {40bd75c5-a8bb-4564-a0c6-137ea389aefe} <Debug> DynamicQueryHandler: Done processing query | ||
4941 | 2024.08.15 05:36:06.414567 [ 3 ] {40bd75c5-a8bb-4564-a0c6-137ea389aefe} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4942 | 2024.08.15 05:36:06.414583 [ 3 ] {} <Debug> HTTP-Session: 393e714c-e4e2-45e9-9ae7-9a9e222f9f04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4943 | 2024.08.15 05:36:06.414725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4944 | 2024.08.15 05:36:06.414774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4945 | 2024.08.15 05:36:06.414794 [ 3 ] {} <Debug> HTTP-Session: f5e145f9-3743-4d2a-98ee-7d72ebadd55c Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4946 | 2024.08.15 05:36:06.414810 [ 3 ] {} <Debug> HTTP-Session: f5e145f9-3743-4d2a-98ee-7d72ebadd55c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4947 | 2024.08.15 05:36:06.414824 [ 3 ] {} <Debug> HTTP-Session: f5e145f9-3743-4d2a-98ee-7d72ebadd55c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4948 | 2024.08.15 05:36:06.414854 [ 3 ] {} <Trace> HTTP-Session: f5e145f9-3743-4d2a-98ee-7d72ebadd55c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4949 | 2024.08.15 05:36:06.414950 [ 3 ] {43eba290-92af-4e76-812e-d32a516e1e4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4950 | 2024.08.15 05:36:06.414994 [ 3 ] {43eba290-92af-4e76-812e-d32a516e1e4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4951 | 2024.08.15 05:36:06.415139 [ 3 ] {43eba290-92af-4e76-812e-d32a516e1e4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4952 | 2024.08.15 05:36:06.415427 [ 3 ] {43eba290-92af-4e76-812e-d32a516e1e4b} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4953 | 2024.08.15 05:36:06.415464 [ 3 ] {43eba290-92af-4e76-812e-d32a516e1e4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4954 | 2024.08.15 05:36:06.415771 [ 3 ] {43eba290-92af-4e76-812e-d32a516e1e4b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4955 | 2024.08.15 05:36:06.416070 [ 3 ] {43eba290-92af-4e76-812e-d32a516e1e4b} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4956 | 2024.08.15 05:36:06.416231 [ 3 ] {43eba290-92af-4e76-812e-d32a516e1e4b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001296 sec., 10802.469135802468 rows/sec., 756.53 KiB/sec. | ||
4957 | 2024.08.15 05:36:06.416524 [ 3 ] {43eba290-92af-4e76-812e-d32a516e1e4b} <Debug> DynamicQueryHandler: Done processing query | ||
4958 | 2024.08.15 05:36:06.416549 [ 3 ] {43eba290-92af-4e76-812e-d32a516e1e4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4959 | 2024.08.15 05:36:06.416565 [ 3 ] {} <Debug> HTTP-Session: f5e145f9-3743-4d2a-98ee-7d72ebadd55c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4960 | 2024.08.15 05:36:06.416685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4961 | 2024.08.15 05:36:06.416732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4962 | 2024.08.15 05:36:06.416752 [ 3 ] {} <Debug> HTTP-Session: 16c52e2c-35d0-4720-b368-7380394aef76 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4963 | 2024.08.15 05:36:06.416768 [ 3 ] {} <Debug> HTTP-Session: 16c52e2c-35d0-4720-b368-7380394aef76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4964 | 2024.08.15 05:36:06.416782 [ 3 ] {} <Debug> HTTP-Session: 16c52e2c-35d0-4720-b368-7380394aef76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4965 | 2024.08.15 05:36:06.416812 [ 3 ] {} <Trace> HTTP-Session: 16c52e2c-35d0-4720-b368-7380394aef76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4966 | 2024.08.15 05:36:06.416906 [ 3 ] {6234809c-9128-4eea-9cc6-c67bce420258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
4967 | 2024.08.15 05:36:06.416950 [ 3 ] {6234809c-9128-4eea-9cc6-c67bce420258} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4968 | 2024.08.15 05:36:06.417093 [ 3 ] {6234809c-9128-4eea-9cc6-c67bce420258} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4969 | 2024.08.15 05:36:06.417367 [ 3 ] {6234809c-9128-4eea-9cc6-c67bce420258} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4970 | 2024.08.15 05:36:06.417405 [ 3 ] {6234809c-9128-4eea-9cc6-c67bce420258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4971 | 2024.08.15 05:36:06.417704 [ 3 ] {6234809c-9128-4eea-9cc6-c67bce420258} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4972 | 2024.08.15 05:36:06.418003 [ 3 ] {6234809c-9128-4eea-9cc6-c67bce420258} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4973 | 2024.08.15 05:36:06.418158 [ 3 ] {6234809c-9128-4eea-9cc6-c67bce420258} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001273 sec., 4713.275726630008 rows/sec., 278.47 KiB/sec. | ||
4974 | 2024.08.15 05:36:06.418417 [ 3 ] {6234809c-9128-4eea-9cc6-c67bce420258} <Debug> DynamicQueryHandler: Done processing query | ||
4975 | 2024.08.15 05:36:06.418443 [ 3 ] {6234809c-9128-4eea-9cc6-c67bce420258} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4976 | 2024.08.15 05:36:06.418459 [ 3 ] {} <Debug> HTTP-Session: 16c52e2c-35d0-4720-b368-7380394aef76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4977 | 2024.08.15 05:36:06.418644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 62444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4978 | 2024.08.15 05:36:06.418693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4979 | 2024.08.15 05:36:06.418712 [ 3 ] {} <Debug> HTTP-Session: 3a4cb9a9-1c96-4b34-9260-18c0b266d72a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4980 | 2024.08.15 05:36:06.418729 [ 3 ] {} <Debug> HTTP-Session: 3a4cb9a9-1c96-4b34-9260-18c0b266d72a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4981 | 2024.08.15 05:36:06.418742 [ 3 ] {} <Debug> HTTP-Session: 3a4cb9a9-1c96-4b34-9260-18c0b266d72a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4982 | 2024.08.15 05:36:06.418772 [ 3 ] {} <Trace> HTTP-Session: 3a4cb9a9-1c96-4b34-9260-18c0b266d72a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4983 | 2024.08.15 05:36:06.418970 [ 3 ] {04b52223-f00e-4669-9acb-0fa854dee54f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4984 | 2024.08.15 05:36:06.419013 [ 3 ] {04b52223-f00e-4669-9acb-0fa854dee54f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4985 | 2024.08.15 05:36:06.419155 [ 3 ] {04b52223-f00e-4669-9acb-0fa854dee54f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4986 | 2024.08.15 05:36:06.419635 [ 3 ] {04b52223-f00e-4669-9acb-0fa854dee54f} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4987 | 2024.08.15 05:36:06.419671 [ 3 ] {04b52223-f00e-4669-9acb-0fa854dee54f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4988 | 2024.08.15 05:36:06.419984 [ 3 ] {04b52223-f00e-4669-9acb-0fa854dee54f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4989 | 2024.08.15 05:36:06.420282 [ 3 ] {04b52223-f00e-4669-9acb-0fa854dee54f} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4990 | 2024.08.15 05:36:06.420443 [ 3 ] {04b52223-f00e-4669-9acb-0fa854dee54f} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.001562 sec., 247119.0781049936 rows/sec., 17.51 MiB/sec. | ||
4991 | 2024.08.15 05:36:06.420731 [ 3 ] {04b52223-f00e-4669-9acb-0fa854dee54f} <Debug> DynamicQueryHandler: Done processing query | ||
4992 | 2024.08.15 05:36:06.420757 [ 3 ] {04b52223-f00e-4669-9acb-0fa854dee54f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
4993 | 2024.08.15 05:36:06.420773 [ 3 ] {} <Debug> HTTP-Session: 3a4cb9a9-1c96-4b34-9260-18c0b266d72a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4994 | 2024.08.15 05:36:06.420919 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4995 | 2024.08.15 05:36:06.420967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4996 | 2024.08.15 05:36:06.420986 [ 3 ] {} <Debug> HTTP-Session: 960a29fb-8b47-4c1d-9a33-f7cc14b807af Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
4997 | 2024.08.15 05:36:06.421002 [ 3 ] {} <Debug> HTTP-Session: 960a29fb-8b47-4c1d-9a33-f7cc14b807af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4998 | 2024.08.15 05:36:06.421016 [ 3 ] {} <Debug> HTTP-Session: 960a29fb-8b47-4c1d-9a33-f7cc14b807af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4999 | 2024.08.15 05:36:06.421046 [ 3 ] {} <Trace> HTTP-Session: 960a29fb-8b47-4c1d-9a33-f7cc14b807af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5000 | 2024.08.15 05:36:06.421144 [ 3 ] {943ef5a3-b9fb-4e3d-92d2-2f7d5aee2ef3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5001 | 2024.08.15 05:36:06.421190 [ 3 ] {943ef5a3-b9fb-4e3d-92d2-2f7d5aee2ef3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5002 | 2024.08.15 05:36:06.421333 [ 3 ] {943ef5a3-b9fb-4e3d-92d2-2f7d5aee2ef3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5003 | 2024.08.15 05:36:06.421581 [ 3 ] {943ef5a3-b9fb-4e3d-92d2-2f7d5aee2ef3} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5004 | 2024.08.15 05:36:06.421616 [ 3 ] {943ef5a3-b9fb-4e3d-92d2-2f7d5aee2ef3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5005 | 2024.08.15 05:36:06.421968 [ 3 ] {943ef5a3-b9fb-4e3d-92d2-2f7d5aee2ef3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5006 | 2024.08.15 05:36:06.422289 [ 3 ] {943ef5a3-b9fb-4e3d-92d2-2f7d5aee2ef3} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5007 | 2024.08.15 05:36:06.422446 [ 3 ] {943ef5a3-b9fb-4e3d-92d2-2f7d5aee2ef3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001318 sec., 4552.352048558422 rows/sec., 237.84 KiB/sec. | ||
5008 | 2024.08.15 05:36:06.423007 [ 3 ] {943ef5a3-b9fb-4e3d-92d2-2f7d5aee2ef3} <Debug> DynamicQueryHandler: Done processing query | ||
5009 | 2024.08.15 05:36:06.423033 [ 3 ] {943ef5a3-b9fb-4e3d-92d2-2f7d5aee2ef3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5010 | 2024.08.15 05:36:06.423048 [ 3 ] {} <Debug> HTTP-Session: 960a29fb-8b47-4c1d-9a33-f7cc14b807af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5011 | 2024.08.15 05:36:06.423271 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 44608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5012 | 2024.08.15 05:36:06.423320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5013 | 2024.08.15 05:36:06.423340 [ 3 ] {} <Debug> HTTP-Session: 13b58163-c89f-49e3-bc6b-07f9b751b9f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5014 | 2024.08.15 05:36:06.423357 [ 3 ] {} <Debug> HTTP-Session: 13b58163-c89f-49e3-bc6b-07f9b751b9f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5015 | 2024.08.15 05:36:06.423372 [ 3 ] {} <Debug> HTTP-Session: 13b58163-c89f-49e3-bc6b-07f9b751b9f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5016 | 2024.08.15 05:36:06.423401 [ 3 ] {} <Trace> HTTP-Session: 13b58163-c89f-49e3-bc6b-07f9b751b9f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5017 | 2024.08.15 05:36:06.423576 [ 3 ] {1fd28b96-7797-47b4-8c7d-24a95367490a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5018 | 2024.08.15 05:36:06.423624 [ 3 ] {1fd28b96-7797-47b4-8c7d-24a95367490a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5019 | 2024.08.15 05:36:06.423796 [ 3 ] {1fd28b96-7797-47b4-8c7d-24a95367490a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5020 | 2024.08.15 05:36:06.424208 [ 3 ] {1fd28b96-7797-47b4-8c7d-24a95367490a} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5021 | 2024.08.15 05:36:06.424244 [ 3 ] {1fd28b96-7797-47b4-8c7d-24a95367490a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5022 | 2024.08.15 05:36:06.424616 [ 3 ] {1fd28b96-7797-47b4-8c7d-24a95367490a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5023 | 2024.08.15 05:36:06.424937 [ 3 ] {1fd28b96-7797-47b4-8c7d-24a95367490a} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5024 | 2024.08.15 05:36:06.425062 [ 3 ] {1fd28b96-7797-47b4-8c7d-24a95367490a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00157 sec., 150955.41401273885 rows/sec., 10.12 MiB/sec. | ||
5025 | 2024.08.15 05:36:06.425465 [ 3 ] {1fd28b96-7797-47b4-8c7d-24a95367490a} <Debug> DynamicQueryHandler: Done processing query | ||
5026 | 2024.08.15 05:36:06.425550 [ 3 ] {1fd28b96-7797-47b4-8c7d-24a95367490a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5027 | 2024.08.15 05:36:06.425622 [ 3 ] {} <Debug> HTTP-Session: 13b58163-c89f-49e3-bc6b-07f9b751b9f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5028 | 2024.08.15 05:36:06.425853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5029 | 2024.08.15 05:36:06.425904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5030 | 2024.08.15 05:36:06.425924 [ 3 ] {} <Debug> HTTP-Session: 860ef433-8963-4b0f-94df-9c8d6d88010c Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5031 | 2024.08.15 05:36:06.425941 [ 3 ] {} <Debug> HTTP-Session: 860ef433-8963-4b0f-94df-9c8d6d88010c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5032 | 2024.08.15 05:36:06.425955 [ 3 ] {} <Debug> HTTP-Session: 860ef433-8963-4b0f-94df-9c8d6d88010c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5033 | 2024.08.15 05:36:06.425986 [ 3 ] {} <Trace> HTTP-Session: 860ef433-8963-4b0f-94df-9c8d6d88010c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5034 | 2024.08.15 05:36:06.426081 [ 3 ] {376a307f-48e3-4d96-a508-9a8b07f8fe1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
5035 | 2024.08.15 05:36:06.426126 [ 3 ] {376a307f-48e3-4d96-a508-9a8b07f8fe1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5036 | 2024.08.15 05:36:06.426263 [ 3 ] {376a307f-48e3-4d96-a508-9a8b07f8fe1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5037 | 2024.08.15 05:36:06.426496 [ 3 ] {376a307f-48e3-4d96-a508-9a8b07f8fe1b} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5038 | 2024.08.15 05:36:06.426532 [ 3 ] {376a307f-48e3-4d96-a508-9a8b07f8fe1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5039 | 2024.08.15 05:36:06.426876 [ 3 ] {376a307f-48e3-4d96-a508-9a8b07f8fe1b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5040 | 2024.08.15 05:36:06.427187 [ 3 ] {376a307f-48e3-4d96-a508-9a8b07f8fe1b} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5041 | 2024.08.15 05:36:06.427307 [ 127 ] {} <Debug> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
5042 | 2024.08.15 05:36:06.427313 [ 3 ] {376a307f-48e3-4d96-a508-9a8b07f8fe1b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001256 sec., 796.1783439490446 rows/sec., 53.65 KiB/sec. | ||
5043 | 2024.08.15 05:36:06.427345 [ 127 ] {} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5044 | 2024.08.15 05:36:06.427382 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5045 | 2024.08.15 05:36:06.427612 [ 3 ] {376a307f-48e3-4d96-a508-9a8b07f8fe1b} <Debug> DynamicQueryHandler: Done processing query | ||
5046 | 2024.08.15 05:36:06.427701 [ 3 ] {376a307f-48e3-4d96-a508-9a8b07f8fe1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5047 | 2024.08.15 05:36:06.427788 [ 3 ] {} <Debug> HTTP-Session: 860ef433-8963-4b0f-94df-9c8d6d88010c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5048 | 2024.08.15 05:36:06.427868 [ 196 ] {73f49326-8ca5-47bc-88f4-892effbaf908::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 | ||
5049 | 2024.08.15 05:36:06.427979 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5050 | 2024.08.15 05:36:06.428075 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5051 | 2024.08.15 05:36:06.428130 [ 3 ] {} <Debug> HTTP-Session: f4bfb689-5428-48e0-81a2-d4c12d6bc1a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5052 | 2024.08.15 05:36:06.428174 [ 3 ] {} <Debug> HTTP-Session: f4bfb689-5428-48e0-81a2-d4c12d6bc1a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5053 | 2024.08.15 05:36:06.428218 [ 3 ] {} <Debug> HTTP-Session: f4bfb689-5428-48e0-81a2-d4c12d6bc1a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5054 | 2024.08.15 05:36:06.428253 [ 196 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5055 | 2024.08.15 05:36:06.428278 [ 3 ] {} <Trace> HTTP-Session: f4bfb689-5428-48e0-81a2-d4c12d6bc1a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5056 | 2024.08.15 05:36:06.428343 [ 196 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
5057 | 2024.08.15 05:36:06.428549 [ 3 ] {84f6a24a-7490-49f6-8f56-84b33e2ee69e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5058 | 2024.08.15 05:36:06.428587 [ 196 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
5059 | 2024.08.15 05:36:06.428848 [ 3 ] {84f6a24a-7490-49f6-8f56-84b33e2ee69e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5060 | 2024.08.15 05:36:06.428905 [ 196 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
5061 | 2024.08.15 05:36:06.429300 [ 196 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
5062 | 2024.08.15 05:36:06.429617 [ 196 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
5063 | 2024.08.15 05:36:06.430020 [ 196 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
5064 | 2024.08.15 05:36:06.431432 [ 3 ] {84f6a24a-7490-49f6-8f56-84b33e2ee69e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5065 | 2024.08.15 05:36:06.433157 [ 3 ] {84f6a24a-7490-49f6-8f56-84b33e2ee69e} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5066 | 2024.08.15 05:36:06.433227 [ 3 ] {84f6a24a-7490-49f6-8f56-84b33e2ee69e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5067 | 2024.08.15 05:36:06.433667 [ 196 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.006173051 sec., 1619.944497461628 rows/sec., 109.16 KiB/sec. | ||
5068 | 2024.08.15 05:36:06.433900 [ 196 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
5069 | 2024.08.15 05:36:06.434959 [ 196 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_10_2} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5070 | 2024.08.15 05:36:06.435004 [ 3 ] {84f6a24a-7490-49f6-8f56-84b33e2ee69e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5071 | 2024.08.15 05:36:06.435117 [ 196 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_10_2} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
5072 | 2024.08.15 05:36:06.435289 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
5073 | 2024.08.15 05:36:06.435661 [ 3 ] {84f6a24a-7490-49f6-8f56-84b33e2ee69e} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5074 | 2024.08.15 05:36:06.435841 [ 3 ] {84f6a24a-7490-49f6-8f56-84b33e2ee69e} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.007436 sec., 537.9236148466917 rows/sec., 987.07 KiB/sec. | ||
5075 | 2024.08.15 05:36:06.436365 [ 3 ] {84f6a24a-7490-49f6-8f56-84b33e2ee69e} <Debug> DynamicQueryHandler: Done processing query | ||
5076 | 2024.08.15 05:36:06.436391 [ 3 ] {84f6a24a-7490-49f6-8f56-84b33e2ee69e} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
5077 | 2024.08.15 05:36:06.436407 [ 3 ] {} <Debug> HTTP-Session: f4bfb689-5428-48e0-81a2-d4c12d6bc1a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5078 | 2024.08.15 05:36:06.436534 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5079 | 2024.08.15 05:36:06.436583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5080 | 2024.08.15 05:36:06.436602 [ 3 ] {} <Debug> HTTP-Session: c107a6c2-135f-4ed1-a645-8f2f6bff4a7c Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5081 | 2024.08.15 05:36:06.436618 [ 3 ] {} <Debug> HTTP-Session: c107a6c2-135f-4ed1-a645-8f2f6bff4a7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5082 | 2024.08.15 05:36:06.436632 [ 3 ] {} <Debug> HTTP-Session: c107a6c2-135f-4ed1-a645-8f2f6bff4a7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5083 | 2024.08.15 05:36:06.436662 [ 3 ] {} <Trace> HTTP-Session: c107a6c2-135f-4ed1-a645-8f2f6bff4a7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5084 | 2024.08.15 05:36:06.436782 [ 3 ] {6dec7a7c-3854-44b6-ba75-1b26d0ca8894} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5085 | 2024.08.15 05:36:06.436826 [ 3 ] {6dec7a7c-3854-44b6-ba75-1b26d0ca8894} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5086 | 2024.08.15 05:36:06.436963 [ 3 ] {6dec7a7c-3854-44b6-ba75-1b26d0ca8894} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5087 | 2024.08.15 05:36:06.437292 [ 3 ] {6dec7a7c-3854-44b6-ba75-1b26d0ca8894} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5088 | 2024.08.15 05:36:06.437331 [ 3 ] {6dec7a7c-3854-44b6-ba75-1b26d0ca8894} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5089 | 2024.08.15 05:36:06.437693 [ 3 ] {6dec7a7c-3854-44b6-ba75-1b26d0ca8894} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5090 | 2024.08.15 05:36:06.438021 [ 3 ] {6dec7a7c-3854-44b6-ba75-1b26d0ca8894} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5091 | 2024.08.15 05:36:06.438151 [ 3 ] {6dec7a7c-3854-44b6-ba75-1b26d0ca8894} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001413 sec., 58032.55484784147 rows/sec., 3.69 MiB/sec. | ||
5092 | 2024.08.15 05:36:06.438378 [ 3 ] {6dec7a7c-3854-44b6-ba75-1b26d0ca8894} <Debug> DynamicQueryHandler: Done processing query | ||
5093 | 2024.08.15 05:36:06.438403 [ 3 ] {6dec7a7c-3854-44b6-ba75-1b26d0ca8894} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5094 | 2024.08.15 05:36:06.438419 [ 3 ] {} <Debug> HTTP-Session: c107a6c2-135f-4ed1-a645-8f2f6bff4a7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5095 | 2024.08.15 05:36:11.406757 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5096 | 2024.08.15 05:36:11.406895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5097 | 2024.08.15 05:36:11.406924 [ 3 ] {} <Debug> HTTP-Session: 937c5cf5-cd8c-40d1-9de6-e131c447a154 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5098 | 2024.08.15 05:36:11.406953 [ 3 ] {} <Debug> HTTP-Session: 937c5cf5-cd8c-40d1-9de6-e131c447a154 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5099 | 2024.08.15 05:36:11.406997 [ 3 ] {} <Debug> HTTP-Session: 937c5cf5-cd8c-40d1-9de6-e131c447a154 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5100 | 2024.08.15 05:36:11.407051 [ 3 ] {} <Trace> HTTP-Session: 937c5cf5-cd8c-40d1-9de6-e131c447a154 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5101 | 2024.08.15 05:36:11.407258 [ 3 ] {3362e5c5-91ed-4b6c-b24d-df8186ac3454} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5102 | 2024.08.15 05:36:11.407332 [ 3 ] {3362e5c5-91ed-4b6c-b24d-df8186ac3454} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5103 | 2024.08.15 05:36:11.407545 [ 3 ] {3362e5c5-91ed-4b6c-b24d-df8186ac3454} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5104 | 2024.08.15 05:36:11.408009 [ 3 ] {3362e5c5-91ed-4b6c-b24d-df8186ac3454} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5105 | 2024.08.15 05:36:11.408048 [ 3 ] {3362e5c5-91ed-4b6c-b24d-df8186ac3454} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5106 | 2024.08.15 05:36:11.408407 [ 3 ] {3362e5c5-91ed-4b6c-b24d-df8186ac3454} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5107 | 2024.08.15 05:36:11.408736 [ 3 ] {3362e5c5-91ed-4b6c-b24d-df8186ac3454} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5108 | 2024.08.15 05:36:11.408876 [ 3 ] {3362e5c5-91ed-4b6c-b24d-df8186ac3454} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001689 sec., 15393.724097098875 rows/sec., 1.22 MiB/sec. | ||
5109 | 2024.08.15 05:36:11.409186 [ 3 ] {3362e5c5-91ed-4b6c-b24d-df8186ac3454} <Debug> DynamicQueryHandler: Done processing query | ||
5110 | 2024.08.15 05:36:11.409214 [ 3 ] {3362e5c5-91ed-4b6c-b24d-df8186ac3454} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5111 | 2024.08.15 05:36:11.409230 [ 3 ] {} <Debug> HTTP-Session: 937c5cf5-cd8c-40d1-9de6-e131c447a154 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5112 | 2024.08.15 05:36:11.409372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5113 | 2024.08.15 05:36:11.409421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5114 | 2024.08.15 05:36:11.409440 [ 3 ] {} <Debug> HTTP-Session: bab9fc95-c892-41f3-a7e6-76d0992dd25c Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5115 | 2024.08.15 05:36:11.409457 [ 3 ] {} <Debug> HTTP-Session: bab9fc95-c892-41f3-a7e6-76d0992dd25c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5116 | 2024.08.15 05:36:11.409471 [ 3 ] {} <Debug> HTTP-Session: bab9fc95-c892-41f3-a7e6-76d0992dd25c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5117 | 2024.08.15 05:36:11.409501 [ 3 ] {} <Trace> HTTP-Session: bab9fc95-c892-41f3-a7e6-76d0992dd25c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5118 | 2024.08.15 05:36:11.409632 [ 3 ] {5d57c11d-c21b-4ddb-9ecb-b52b62aed356} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5119 | 2024.08.15 05:36:11.409676 [ 3 ] {5d57c11d-c21b-4ddb-9ecb-b52b62aed356} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5120 | 2024.08.15 05:36:11.409815 [ 3 ] {5d57c11d-c21b-4ddb-9ecb-b52b62aed356} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5121 | 2024.08.15 05:36:11.410246 [ 3 ] {5d57c11d-c21b-4ddb-9ecb-b52b62aed356} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5122 | 2024.08.15 05:36:11.410283 [ 3 ] {5d57c11d-c21b-4ddb-9ecb-b52b62aed356} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5123 | 2024.08.15 05:36:11.410595 [ 3 ] {5d57c11d-c21b-4ddb-9ecb-b52b62aed356} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5124 | 2024.08.15 05:36:11.410890 [ 3 ] {5d57c11d-c21b-4ddb-9ecb-b52b62aed356} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5125 | 2024.08.15 05:36:11.411017 [ 3 ] {5d57c11d-c21b-4ddb-9ecb-b52b62aed356} <Debug> executeQuery: Read 134 rows, 11.45 KiB in 0.00144 sec., 93055.55555555555 rows/sec., 7.76 MiB/sec. | ||
5126 | 2024.08.15 05:36:11.411176 [ 3 ] {5d57c11d-c21b-4ddb-9ecb-b52b62aed356} <Debug> DynamicQueryHandler: Done processing query | ||
5127 | 2024.08.15 05:36:11.411201 [ 3 ] {5d57c11d-c21b-4ddb-9ecb-b52b62aed356} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5128 | 2024.08.15 05:36:11.411217 [ 3 ] {} <Debug> HTTP-Session: bab9fc95-c892-41f3-a7e6-76d0992dd25c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5129 | 2024.08.15 05:36:11.411411 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 15281, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5130 | 2024.08.15 05:36:11.411459 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5131 | 2024.08.15 05:36:11.411478 [ 3 ] {} <Debug> HTTP-Session: c6b42cbc-1666-456b-9aa4-24c7eee32183 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5132 | 2024.08.15 05:36:11.411495 [ 3 ] {} <Debug> HTTP-Session: c6b42cbc-1666-456b-9aa4-24c7eee32183 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5133 | 2024.08.15 05:36:11.411509 [ 3 ] {} <Debug> HTTP-Session: c6b42cbc-1666-456b-9aa4-24c7eee32183 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5134 | 2024.08.15 05:36:11.411539 [ 3 ] {} <Trace> HTTP-Session: c6b42cbc-1666-456b-9aa4-24c7eee32183 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5135 | 2024.08.15 05:36:11.411654 [ 3 ] {5e7aeda3-1e96-4ff2-8bd6-ce857096de23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5136 | 2024.08.15 05:36:11.411697 [ 3 ] {5e7aeda3-1e96-4ff2-8bd6-ce857096de23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5137 | 2024.08.15 05:36:11.411819 [ 3 ] {5e7aeda3-1e96-4ff2-8bd6-ce857096de23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5138 | 2024.08.15 05:36:11.412177 [ 3 ] {5e7aeda3-1e96-4ff2-8bd6-ce857096de23} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5139 | 2024.08.15 05:36:11.412214 [ 3 ] {5e7aeda3-1e96-4ff2-8bd6-ce857096de23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5140 | 2024.08.15 05:36:11.412522 [ 3 ] {5e7aeda3-1e96-4ff2-8bd6-ce857096de23} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5141 | 2024.08.15 05:36:11.412835 [ 3 ] {5e7aeda3-1e96-4ff2-8bd6-ce857096de23} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5142 | 2024.08.15 05:36:11.412960 [ 3 ] {5e7aeda3-1e96-4ff2-8bd6-ce857096de23} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001345 sec., 66914.49814126393 rows/sec., 5.23 MiB/sec. | ||
5143 | 2024.08.15 05:36:11.413224 [ 3 ] {5e7aeda3-1e96-4ff2-8bd6-ce857096de23} <Debug> DynamicQueryHandler: Done processing query | ||
5144 | 2024.08.15 05:36:11.413250 [ 3 ] {5e7aeda3-1e96-4ff2-8bd6-ce857096de23} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5145 | 2024.08.15 05:36:11.413266 [ 3 ] {} <Debug> HTTP-Session: c6b42cbc-1666-456b-9aa4-24c7eee32183 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5146 | 2024.08.15 05:36:11.413478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5147 | 2024.08.15 05:36:11.413534 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5148 | 2024.08.15 05:36:11.413555 [ 3 ] {} <Debug> HTTP-Session: 7f284282-eece-4429-bd47-54b752a49724 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5149 | 2024.08.15 05:36:11.413573 [ 3 ] {} <Debug> HTTP-Session: 7f284282-eece-4429-bd47-54b752a49724 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5150 | 2024.08.15 05:36:11.413588 [ 3 ] {} <Debug> HTTP-Session: 7f284282-eece-4429-bd47-54b752a49724 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5151 | 2024.08.15 05:36:11.413620 [ 3 ] {} <Trace> HTTP-Session: 7f284282-eece-4429-bd47-54b752a49724 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5152 | 2024.08.15 05:36:11.413759 [ 3 ] {5520e627-2a7c-4221-a18d-ea0e7a5c8ea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5153 | 2024.08.15 05:36:11.413808 [ 3 ] {5520e627-2a7c-4221-a18d-ea0e7a5c8ea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5154 | 2024.08.15 05:36:11.413963 [ 3 ] {5520e627-2a7c-4221-a18d-ea0e7a5c8ea9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5155 | 2024.08.15 05:36:11.414364 [ 3 ] {5520e627-2a7c-4221-a18d-ea0e7a5c8ea9} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5156 | 2024.08.15 05:36:11.414401 [ 3 ] {5520e627-2a7c-4221-a18d-ea0e7a5c8ea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5157 | 2024.08.15 05:36:11.414774 [ 3 ] {5520e627-2a7c-4221-a18d-ea0e7a5c8ea9} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5158 | 2024.08.15 05:36:11.415106 [ 3 ] {5520e627-2a7c-4221-a18d-ea0e7a5c8ea9} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5159 | 2024.08.15 05:36:11.415232 [ 3 ] {5520e627-2a7c-4221-a18d-ea0e7a5c8ea9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001536 sec., 104166.66666666666 rows/sec., 7.26 MiB/sec. | ||
5160 | 2024.08.15 05:36:11.415399 [ 3 ] {5520e627-2a7c-4221-a18d-ea0e7a5c8ea9} <Debug> DynamicQueryHandler: Done processing query | ||
5161 | 2024.08.15 05:36:11.415425 [ 3 ] {5520e627-2a7c-4221-a18d-ea0e7a5c8ea9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5162 | 2024.08.15 05:36:11.415441 [ 3 ] {} <Debug> HTTP-Session: 7f284282-eece-4429-bd47-54b752a49724 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5163 | 2024.08.15 05:36:11.415666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 41873, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5164 | 2024.08.15 05:36:11.415715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5165 | 2024.08.15 05:36:11.415735 [ 3 ] {} <Debug> HTTP-Session: 5f3ca818-fccf-441c-8edf-08f44df014c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5166 | 2024.08.15 05:36:11.415751 [ 3 ] {} <Debug> HTTP-Session: 5f3ca818-fccf-441c-8edf-08f44df014c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5167 | 2024.08.15 05:36:11.415764 [ 3 ] {} <Debug> HTTP-Session: 5f3ca818-fccf-441c-8edf-08f44df014c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5168 | 2024.08.15 05:36:11.415794 [ 3 ] {} <Trace> HTTP-Session: 5f3ca818-fccf-441c-8edf-08f44df014c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5169 | 2024.08.15 05:36:11.416081 [ 3 ] {5f4e8e5d-5aaf-414b-85b0-8b067f875244} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5170 | 2024.08.15 05:36:11.416144 [ 3 ] {5f4e8e5d-5aaf-414b-85b0-8b067f875244} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5171 | 2024.08.15 05:36:11.416542 [ 3 ] {5f4e8e5d-5aaf-414b-85b0-8b067f875244} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5172 | 2024.08.15 05:36:11.417217 [ 3 ] {5f4e8e5d-5aaf-414b-85b0-8b067f875244} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5173 | 2024.08.15 05:36:11.417251 [ 3 ] {5f4e8e5d-5aaf-414b-85b0-8b067f875244} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5174 | 2024.08.15 05:36:11.417861 [ 3 ] {5f4e8e5d-5aaf-414b-85b0-8b067f875244} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5175 | 2024.08.15 05:36:11.418256 [ 3 ] {5f4e8e5d-5aaf-414b-85b0-8b067f875244} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5176 | 2024.08.15 05:36:11.418403 [ 3 ] {5f4e8e5d-5aaf-414b-85b0-8b067f875244} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002526 sec., 10292.953285827394 rows/sec., 18.44 MiB/sec. | ||
5177 | 2024.08.15 05:36:11.418615 [ 3 ] {5f4e8e5d-5aaf-414b-85b0-8b067f875244} <Debug> DynamicQueryHandler: Done processing query | ||
5178 | 2024.08.15 05:36:11.418640 [ 3 ] {5f4e8e5d-5aaf-414b-85b0-8b067f875244} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
5179 | 2024.08.15 05:36:11.418656 [ 3 ] {} <Debug> HTTP-Session: 5f3ca818-fccf-441c-8edf-08f44df014c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5180 | 2024.08.15 05:36:11.418787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5181 | 2024.08.15 05:36:11.418835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5182 | 2024.08.15 05:36:11.418853 [ 3 ] {} <Debug> HTTP-Session: 6f437c02-b465-48d7-82a9-30cf65d40be7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5183 | 2024.08.15 05:36:11.418870 [ 3 ] {} <Debug> HTTP-Session: 6f437c02-b465-48d7-82a9-30cf65d40be7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5184 | 2024.08.15 05:36:11.418883 [ 3 ] {} <Debug> HTTP-Session: 6f437c02-b465-48d7-82a9-30cf65d40be7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5185 | 2024.08.15 05:36:11.418913 [ 3 ] {} <Trace> HTTP-Session: 6f437c02-b465-48d7-82a9-30cf65d40be7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5186 | 2024.08.15 05:36:11.419025 [ 3 ] {cc792de1-2477-4ba8-96ff-83699351be4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5187 | 2024.08.15 05:36:11.419069 [ 3 ] {cc792de1-2477-4ba8-96ff-83699351be4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5188 | 2024.08.15 05:36:11.419194 [ 3 ] {cc792de1-2477-4ba8-96ff-83699351be4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5189 | 2024.08.15 05:36:11.419483 [ 3 ] {cc792de1-2477-4ba8-96ff-83699351be4b} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5190 | 2024.08.15 05:36:11.419519 [ 3 ] {cc792de1-2477-4ba8-96ff-83699351be4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5191 | 2024.08.15 05:36:11.419865 [ 3 ] {cc792de1-2477-4ba8-96ff-83699351be4b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5192 | 2024.08.15 05:36:11.420185 [ 3 ] {cc792de1-2477-4ba8-96ff-83699351be4b} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5193 | 2024.08.15 05:36:11.420313 [ 3 ] {cc792de1-2477-4ba8-96ff-83699351be4b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001327 sec., 45214.7701582517 rows/sec., 3.05 MiB/sec. | ||
5194 | 2024.08.15 05:36:11.420616 [ 3 ] {cc792de1-2477-4ba8-96ff-83699351be4b} <Debug> DynamicQueryHandler: Done processing query | ||
5195 | 2024.08.15 05:36:11.420657 [ 3 ] {cc792de1-2477-4ba8-96ff-83699351be4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5196 | 2024.08.15 05:36:11.420674 [ 3 ] {} <Debug> HTTP-Session: 6f437c02-b465-48d7-82a9-30cf65d40be7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5197 | 2024.08.15 05:36:16.410411 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5198 | 2024.08.15 05:36:16.410540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5199 | 2024.08.15 05:36:16.410568 [ 3 ] {} <Debug> HTTP-Session: 1c6e9203-e0c3-42a8-a37f-a3164882ed54 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5200 | 2024.08.15 05:36:16.410593 [ 3 ] {} <Debug> HTTP-Session: 1c6e9203-e0c3-42a8-a37f-a3164882ed54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5201 | 2024.08.15 05:36:16.410608 [ 3 ] {} <Debug> HTTP-Session: 1c6e9203-e0c3-42a8-a37f-a3164882ed54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5202 | 2024.08.15 05:36:16.410657 [ 3 ] {} <Trace> HTTP-Session: 1c6e9203-e0c3-42a8-a37f-a3164882ed54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5203 | 2024.08.15 05:36:16.410830 [ 3 ] {5ac7d340-c163-48b9-9678-94bb9d957e29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5204 | 2024.08.15 05:36:16.410898 [ 3 ] {5ac7d340-c163-48b9-9678-94bb9d957e29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5205 | 2024.08.15 05:36:16.411091 [ 3 ] {5ac7d340-c163-48b9-9678-94bb9d957e29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5206 | 2024.08.15 05:36:16.411479 [ 3 ] {5ac7d340-c163-48b9-9678-94bb9d957e29} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5207 | 2024.08.15 05:36:16.411519 [ 3 ] {5ac7d340-c163-48b9-9678-94bb9d957e29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5208 | 2024.08.15 05:36:16.411873 [ 3 ] {5ac7d340-c163-48b9-9678-94bb9d957e29} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5209 | 2024.08.15 05:36:16.412204 [ 3 ] {5ac7d340-c163-48b9-9678-94bb9d957e29} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5210 | 2024.08.15 05:36:16.412347 [ 3 ] {5ac7d340-c163-48b9-9678-94bb9d957e29} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.00157 sec., 2547.770700636943 rows/sec., 206.51 KiB/sec. | ||
5211 | 2024.08.15 05:36:16.412523 [ 3 ] {5ac7d340-c163-48b9-9678-94bb9d957e29} <Debug> DynamicQueryHandler: Done processing query | ||
5212 | 2024.08.15 05:36:16.412549 [ 3 ] {5ac7d340-c163-48b9-9678-94bb9d957e29} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5213 | 2024.08.15 05:36:16.412565 [ 3 ] {} <Debug> HTTP-Session: 1c6e9203-e0c3-42a8-a37f-a3164882ed54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5214 | 2024.08.15 05:36:16.412722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5215 | 2024.08.15 05:36:16.412771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5216 | 2024.08.15 05:36:16.412790 [ 3 ] {} <Debug> HTTP-Session: 980e56f0-7d7d-4581-bc1f-c01919413716 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5217 | 2024.08.15 05:36:16.412808 [ 3 ] {} <Debug> HTTP-Session: 980e56f0-7d7d-4581-bc1f-c01919413716 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5218 | 2024.08.15 05:36:16.412823 [ 3 ] {} <Debug> HTTP-Session: 980e56f0-7d7d-4581-bc1f-c01919413716 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5219 | 2024.08.15 05:36:16.412854 [ 3 ] {} <Trace> HTTP-Session: 980e56f0-7d7d-4581-bc1f-c01919413716 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5220 | 2024.08.15 05:36:16.412949 [ 3 ] {d5a27279-c052-4770-aecd-fe7c59ccbfa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5221 | 2024.08.15 05:36:16.412994 [ 3 ] {d5a27279-c052-4770-aecd-fe7c59ccbfa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5222 | 2024.08.15 05:36:16.413119 [ 3 ] {d5a27279-c052-4770-aecd-fe7c59ccbfa3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5223 | 2024.08.15 05:36:16.413421 [ 3 ] {d5a27279-c052-4770-aecd-fe7c59ccbfa3} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5224 | 2024.08.15 05:36:16.413457 [ 3 ] {d5a27279-c052-4770-aecd-fe7c59ccbfa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5225 | 2024.08.15 05:36:16.413747 [ 3 ] {d5a27279-c052-4770-aecd-fe7c59ccbfa3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
5226 | 2024.08.15 05:36:16.414039 [ 3 ] {d5a27279-c052-4770-aecd-fe7c59ccbfa3} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5227 | 2024.08.15 05:36:16.414164 [ 3 ] {d5a27279-c052-4770-aecd-fe7c59ccbfa3} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001239 sec., 3228.410008071025 rows/sec., 263.25 KiB/sec. | ||
5228 | 2024.08.15 05:36:16.414411 [ 3 ] {d5a27279-c052-4770-aecd-fe7c59ccbfa3} <Debug> DynamicQueryHandler: Done processing query | ||
5229 | 2024.08.15 05:36:16.414437 [ 3 ] {d5a27279-c052-4770-aecd-fe7c59ccbfa3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5230 | 2024.08.15 05:36:16.414454 [ 3 ] {} <Debug> HTTP-Session: 980e56f0-7d7d-4581-bc1f-c01919413716 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5231 | 2024.08.15 05:36:16.414619 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5232 | 2024.08.15 05:36:16.414667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5233 | 2024.08.15 05:36:16.414687 [ 3 ] {} <Debug> HTTP-Session: 8e59c94b-1809-43fe-9820-ed47d4292391 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5234 | 2024.08.15 05:36:16.414704 [ 3 ] {} <Debug> HTTP-Session: 8e59c94b-1809-43fe-9820-ed47d4292391 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5235 | 2024.08.15 05:36:16.414718 [ 3 ] {} <Debug> HTTP-Session: 8e59c94b-1809-43fe-9820-ed47d4292391 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5236 | 2024.08.15 05:36:16.414748 [ 3 ] {} <Trace> HTTP-Session: 8e59c94b-1809-43fe-9820-ed47d4292391 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5237 | 2024.08.15 05:36:16.414893 [ 3 ] {9653692d-81cf-47cb-b81d-815ef29b607d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5238 | 2024.08.15 05:36:16.414936 [ 3 ] {9653692d-81cf-47cb-b81d-815ef29b607d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5239 | 2024.08.15 05:36:16.415078 [ 3 ] {9653692d-81cf-47cb-b81d-815ef29b607d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5240 | 2024.08.15 05:36:16.415490 [ 3 ] {9653692d-81cf-47cb-b81d-815ef29b607d} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5241 | 2024.08.15 05:36:16.415525 [ 3 ] {9653692d-81cf-47cb-b81d-815ef29b607d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5242 | 2024.08.15 05:36:16.415849 [ 3 ] {9653692d-81cf-47cb-b81d-815ef29b607d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5243 | 2024.08.15 05:36:16.416145 [ 3 ] {9653692d-81cf-47cb-b81d-815ef29b607d} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5244 | 2024.08.15 05:36:16.416275 [ 3 ] {9653692d-81cf-47cb-b81d-815ef29b607d} <Debug> executeQuery: Read 203 rows, 18.15 KiB in 0.00145 sec., 140000 rows/sec., 12.22 MiB/sec. | ||
5245 | 2024.08.15 05:36:16.416321 [ 138 ] {} <Debug> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5246 | 2024.08.15 05:36:16.416424 [ 138 ] {} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5247 | 2024.08.15 05:36:16.416470 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5248 | 2024.08.15 05:36:16.416501 [ 3 ] {9653692d-81cf-47cb-b81d-815ef29b607d} <Debug> DynamicQueryHandler: Done processing query | ||
5249 | 2024.08.15 05:36:16.416556 [ 3 ] {9653692d-81cf-47cb-b81d-815ef29b607d} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5250 | 2024.08.15 05:36:16.416610 [ 3 ] {} <Debug> HTTP-Session: 8e59c94b-1809-43fe-9820-ed47d4292391 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5251 | 2024.08.15 05:36:16.416906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5252 | 2024.08.15 05:36:16.416950 [ 201 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::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 | ||
5253 | 2024.08.15 05:36:16.417004 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5254 | 2024.08.15 05:36:16.417090 [ 3 ] {} <Debug> HTTP-Session: a6758b9a-81a3-445a-9baf-9c5c995b0348 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5255 | 2024.08.15 05:36:16.417116 [ 3 ] {} <Debug> HTTP-Session: a6758b9a-81a3-445a-9baf-9c5c995b0348 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5256 | 2024.08.15 05:36:16.417151 [ 3 ] {} <Debug> HTTP-Session: a6758b9a-81a3-445a-9baf-9c5c995b0348 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5257 | 2024.08.15 05:36:16.417232 [ 3 ] {} <Trace> HTTP-Session: a6758b9a-81a3-445a-9baf-9c5c995b0348 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5258 | 2024.08.15 05:36:16.417342 [ 201 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5259 | 2024.08.15 05:36:16.417431 [ 201 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1425 rows starting from the beginning of the part | ||
5260 | 2024.08.15 05:36:16.417440 [ 3 ] {293488c8-e977-4ae4-9116-f26c0f52031b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5261 | 2024.08.15 05:36:16.417533 [ 3 ] {293488c8-e977-4ae4-9116-f26c0f52031b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5262 | 2024.08.15 05:36:16.417682 [ 201 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part | ||
5263 | 2024.08.15 05:36:16.418040 [ 201 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 134 rows starting from the beginning of the part | ||
5264 | 2024.08.15 05:36:16.418365 [ 201 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 201 rows starting from the beginning of the part | ||
5265 | 2024.08.15 05:36:16.418763 [ 201 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 134 rows starting from the beginning of the part | ||
5266 | 2024.08.15 05:36:16.418871 [ 3 ] {293488c8-e977-4ae4-9116-f26c0f52031b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5267 | 2024.08.15 05:36:16.419074 [ 201 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 203 rows starting from the beginning of the part | ||
5268 | 2024.08.15 05:36:16.419816 [ 3 ] {293488c8-e977-4ae4-9116-f26c0f52031b} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5269 | 2024.08.15 05:36:16.419887 [ 3 ] {293488c8-e977-4ae4-9116-f26c0f52031b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5270 | 2024.08.15 05:36:16.420620 [ 3 ] {293488c8-e977-4ae4-9116-f26c0f52031b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
5271 | 2024.08.15 05:36:16.421557 [ 3 ] {293488c8-e977-4ae4-9116-f26c0f52031b} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5272 | 2024.08.15 05:36:16.421832 [ 3 ] {293488c8-e977-4ae4-9116-f26c0f52031b} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.004431 sec., 902.7307605506658 rows/sec., 63.03 KiB/sec. | ||
5273 | 2024.08.15 05:36:16.422437 [ 3 ] {293488c8-e977-4ae4-9116-f26c0f52031b} <Debug> DynamicQueryHandler: Done processing query | ||
5274 | 2024.08.15 05:36:16.422477 [ 3 ] {293488c8-e977-4ae4-9116-f26c0f52031b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5275 | 2024.08.15 05:36:16.422507 [ 3 ] {} <Debug> HTTP-Session: a6758b9a-81a3-445a-9baf-9c5c995b0348 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5276 | 2024.08.15 05:36:16.422524 [ 194 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2101 rows, containing 4 columns (4 merged, 0 gathered) in 0.005941756 sec., 353599.17169267806 rows/sec., 29.82 MiB/sec. | ||
5277 | 2024.08.15 05:36:16.422637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5278 | 2024.08.15 05:36:16.422698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5279 | 2024.08.15 05:36:16.422738 [ 3 ] {} <Debug> HTTP-Session: ab7a4021-a661-4892-9253-faadea56e378 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5280 | 2024.08.15 05:36:16.422760 [ 3 ] {} <Debug> HTTP-Session: ab7a4021-a661-4892-9253-faadea56e378 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5281 | 2024.08.15 05:36:16.422781 [ 3 ] {} <Debug> HTTP-Session: ab7a4021-a661-4892-9253-faadea56e378 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5282 | 2024.08.15 05:36:16.422837 [ 3 ] {} <Trace> HTTP-Session: ab7a4021-a661-4892-9253-faadea56e378 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5283 | 2024.08.15 05:36:16.422854 [ 193 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5284 | 2024.08.15 05:36:16.423015 [ 3 ] {549eece5-6701-4b54-a944-04f6ae880705} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5285 | 2024.08.15 05:36:16.423084 [ 3 ] {549eece5-6701-4b54-a944-04f6ae880705} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5286 | 2024.08.15 05:36:16.423708 [ 3 ] {549eece5-6701-4b54-a944-04f6ae880705} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5287 | 2024.08.15 05:36:16.423923 [ 193 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_26_5} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5288 | 2024.08.15 05:36:16.424115 [ 193 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_26_5} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5289 | 2024.08.15 05:36:16.424318 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
5290 | 2024.08.15 05:36:16.424386 [ 3 ] {549eece5-6701-4b54-a944-04f6ae880705} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5291 | 2024.08.15 05:36:16.424429 [ 3 ] {549eece5-6701-4b54-a944-04f6ae880705} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5292 | 2024.08.15 05:36:16.424752 [ 3 ] {549eece5-6701-4b54-a944-04f6ae880705} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5293 | 2024.08.15 05:36:16.425060 [ 3 ] {549eece5-6701-4b54-a944-04f6ae880705} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5294 | 2024.08.15 05:36:16.425211 [ 138 ] {} <Debug> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
5295 | 2024.08.15 05:36:16.425213 [ 3 ] {549eece5-6701-4b54-a944-04f6ae880705} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002242 sec., 6244.424620874219 rows/sec., 437.32 KiB/sec. | ||
5296 | 2024.08.15 05:36:16.425269 [ 138 ] {} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5297 | 2024.08.15 05:36:16.425340 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5298 | 2024.08.15 05:36:16.425586 [ 3 ] {549eece5-6701-4b54-a944-04f6ae880705} <Debug> DynamicQueryHandler: Done processing query | ||
5299 | 2024.08.15 05:36:16.425659 [ 3 ] {549eece5-6701-4b54-a944-04f6ae880705} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5300 | 2024.08.15 05:36:16.425669 [ 193 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::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 | ||
5301 | 2024.08.15 05:36:16.425721 [ 3 ] {} <Debug> HTTP-Session: ab7a4021-a661-4892-9253-faadea56e378 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5302 | 2024.08.15 05:36:16.425950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5303 | 2024.08.15 05:36:16.425970 [ 193 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5304 | 2024.08.15 05:36:16.426042 [ 193 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 242 rows starting from the beginning of the part | ||
5305 | 2024.08.15 05:36:16.426046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5306 | 2024.08.15 05:36:16.426084 [ 3 ] {} <Debug> HTTP-Session: be33ff6d-1182-4d82-b415-51f6272f188b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5307 | 2024.08.15 05:36:16.426114 [ 3 ] {} <Debug> HTTP-Session: be33ff6d-1182-4d82-b415-51f6272f188b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5308 | 2024.08.15 05:36:16.426187 [ 3 ] {} <Debug> HTTP-Session: be33ff6d-1182-4d82-b415-51f6272f188b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5309 | 2024.08.15 05:36:16.426317 [ 3 ] {} <Trace> HTTP-Session: be33ff6d-1182-4d82-b415-51f6272f188b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5310 | 2024.08.15 05:36:16.426335 [ 193 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
5311 | 2024.08.15 05:36:16.426595 [ 3 ] {91dc5cfc-e5ca-449e-922a-6c19983d2129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
5312 | 2024.08.15 05:36:16.426608 [ 193 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::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 | ||
5313 | 2024.08.15 05:36:16.426705 [ 3 ] {91dc5cfc-e5ca-449e-922a-6c19983d2129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5314 | 2024.08.15 05:36:16.426890 [ 193 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 242 rows starting from the beginning of the part | ||
5315 | 2024.08.15 05:36:16.427272 [ 193 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::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 | ||
5316 | 2024.08.15 05:36:16.427584 [ 193 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
5317 | 2024.08.15 05:36:16.428345 [ 3 ] {91dc5cfc-e5ca-449e-922a-6c19983d2129} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5318 | 2024.08.15 05:36:16.429076 [ 3 ] {91dc5cfc-e5ca-449e-922a-6c19983d2129} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5319 | 2024.08.15 05:36:16.429144 [ 3 ] {91dc5cfc-e5ca-449e-922a-6c19983d2129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5320 | 2024.08.15 05:36:16.429985 [ 3 ] {91dc5cfc-e5ca-449e-922a-6c19983d2129} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5321 | 2024.08.15 05:36:16.430683 [ 193 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 4 columns (4 merged, 0 gathered) in 0.005245471 sec., 102945.9508974504 rows/sec., 6.60 MiB/sec. | ||
5322 | 2024.08.15 05:36:16.430879 [ 3 ] {91dc5cfc-e5ca-449e-922a-6c19983d2129} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5323 | 2024.08.15 05:36:16.430964 [ 194 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
5324 | 2024.08.15 05:36:16.431204 [ 3 ] {91dc5cfc-e5ca-449e-922a-6c19983d2129} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004702 sec., 1276.0527435133986 rows/sec., 75.39 KiB/sec. | ||
5325 | 2024.08.15 05:36:16.431777 [ 3 ] {91dc5cfc-e5ca-449e-922a-6c19983d2129} <Debug> DynamicQueryHandler: Done processing query | ||
5326 | 2024.08.15 05:36:16.431876 [ 3 ] {91dc5cfc-e5ca-449e-922a-6c19983d2129} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5327 | 2024.08.15 05:36:16.431988 [ 3 ] {} <Debug> HTTP-Session: be33ff6d-1182-4d82-b415-51f6272f188b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5328 | 2024.08.15 05:36:16.432236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 63128, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5329 | 2024.08.15 05:36:16.432320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5330 | 2024.08.15 05:36:16.432349 [ 3 ] {} <Debug> HTTP-Session: 1cb4fc6f-e2dd-4268-988d-93edd459e92c Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5331 | 2024.08.15 05:36:16.432387 [ 3 ] {} <Debug> HTTP-Session: 1cb4fc6f-e2dd-4268-988d-93edd459e92c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5332 | 2024.08.15 05:36:16.432412 [ 194 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_11_2} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5333 | 2024.08.15 05:36:16.432423 [ 3 ] {} <Debug> HTTP-Session: 1cb4fc6f-e2dd-4268-988d-93edd459e92c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5334 | 2024.08.15 05:36:16.432516 [ 3 ] {} <Trace> HTTP-Session: 1cb4fc6f-e2dd-4268-988d-93edd459e92c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5335 | 2024.08.15 05:36:16.432581 [ 194 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_11_2} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
5336 | 2024.08.15 05:36:16.432737 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
5337 | 2024.08.15 05:36:16.432849 [ 3 ] {1c4838cf-f7af-437d-97ba-5fb4dfc10efd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5338 | 2024.08.15 05:36:16.432899 [ 3 ] {1c4838cf-f7af-437d-97ba-5fb4dfc10efd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5339 | 2024.08.15 05:36:16.433051 [ 3 ] {1c4838cf-f7af-437d-97ba-5fb4dfc10efd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5340 | 2024.08.15 05:36:16.433609 [ 3 ] {1c4838cf-f7af-437d-97ba-5fb4dfc10efd} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5341 | 2024.08.15 05:36:16.433646 [ 3 ] {1c4838cf-f7af-437d-97ba-5fb4dfc10efd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5342 | 2024.08.15 05:36:16.433977 [ 3 ] {1c4838cf-f7af-437d-97ba-5fb4dfc10efd} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5343 | 2024.08.15 05:36:16.434290 [ 3 ] {1c4838cf-f7af-437d-97ba-5fb4dfc10efd} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5344 | 2024.08.15 05:36:16.434448 [ 3 ] {1c4838cf-f7af-437d-97ba-5fb4dfc10efd} <Debug> executeQuery: Read 390 rows, 28.33 KiB in 0.001786 sec., 218365.06159014557 rows/sec., 15.49 MiB/sec. | ||
5345 | 2024.08.15 05:36:16.434455 [ 138 ] {} <Debug> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5346 | 2024.08.15 05:36:16.434551 [ 138 ] {} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5347 | 2024.08.15 05:36:16.434615 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5348 | 2024.08.15 05:36:16.434779 [ 3 ] {1c4838cf-f7af-437d-97ba-5fb4dfc10efd} <Debug> DynamicQueryHandler: Done processing query | ||
5349 | 2024.08.15 05:36:16.434874 [ 3 ] {1c4838cf-f7af-437d-97ba-5fb4dfc10efd} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
5350 | 2024.08.15 05:36:16.434911 [ 190 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::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 | ||
5351 | 2024.08.15 05:36:16.434950 [ 3 ] {} <Debug> HTTP-Session: 1cb4fc6f-e2dd-4268-988d-93edd459e92c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5352 | 2024.08.15 05:36:16.435202 [ 190 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5353 | 2024.08.15 05:36:16.435259 [ 190 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 898 rows starting from the beginning of the part | ||
5354 | 2024.08.15 05:36:16.435274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5355 | 2024.08.15 05:36:16.435355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5356 | 2024.08.15 05:36:16.435469 [ 3 ] {} <Debug> HTTP-Session: cc7cb73c-2078-4b75-859b-641bb3e85db2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5357 | 2024.08.15 05:36:16.435545 [ 190 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 8 rows starting from the beginning of the part | ||
5358 | 2024.08.15 05:36:16.435558 [ 3 ] {} <Debug> HTTP-Session: cc7cb73c-2078-4b75-859b-641bb3e85db2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5359 | 2024.08.15 05:36:16.435628 [ 3 ] {} <Debug> HTTP-Session: cc7cb73c-2078-4b75-859b-641bb3e85db2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5360 | 2024.08.15 05:36:16.435797 [ 3 ] {} <Trace> HTTP-Session: cc7cb73c-2078-4b75-859b-641bb3e85db2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5361 | 2024.08.15 05:36:16.435843 [ 190 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 90 rows starting from the beginning of the part | ||
5362 | 2024.08.15 05:36:16.436055 [ 190 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 386 rows starting from the beginning of the part | ||
5363 | 2024.08.15 05:36:16.436232 [ 3 ] {639e2feb-6799-4fab-9b32-813d2768a478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5364 | 2024.08.15 05:36:16.436390 [ 190 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 90 rows starting from the beginning of the part | ||
5365 | 2024.08.15 05:36:16.436412 [ 3 ] {639e2feb-6799-4fab-9b32-813d2768a478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5366 | 2024.08.15 05:36:16.436736 [ 190 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 390 rows starting from the beginning of the part | ||
5367 | 2024.08.15 05:36:16.437312 [ 3 ] {639e2feb-6799-4fab-9b32-813d2768a478} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5368 | 2024.08.15 05:36:16.437955 [ 3 ] {639e2feb-6799-4fab-9b32-813d2768a478} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5369 | 2024.08.15 05:36:16.438022 [ 3 ] {639e2feb-6799-4fab-9b32-813d2768a478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5370 | 2024.08.15 05:36:16.438937 [ 3 ] {639e2feb-6799-4fab-9b32-813d2768a478} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5371 | 2024.08.15 05:36:16.439754 [ 3 ] {639e2feb-6799-4fab-9b32-813d2768a478} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5372 | 2024.08.15 05:36:16.440096 [ 190 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1862 rows, containing 4 columns (4 merged, 0 gathered) in 0.005374034 sec., 346480.87451623863 rows/sec., 25.11 MiB/sec. | ||
5373 | 2024.08.15 05:36:16.440116 [ 138 ] {} <Debug> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
5374 | 2024.08.15 05:36:16.440168 [ 3 ] {639e2feb-6799-4fab-9b32-813d2768a478} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004132 sec., 1452.081316553727 rows/sec., 75.87 KiB/sec. | ||
5375 | 2024.08.15 05:36:16.440189 [ 138 ] {} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5376 | 2024.08.15 05:36:16.440266 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5377 | 2024.08.15 05:36:16.440427 [ 190 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5378 | 2024.08.15 05:36:16.440745 [ 194 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::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 | ||
5379 | 2024.08.15 05:36:16.440908 [ 3 ] {639e2feb-6799-4fab-9b32-813d2768a478} <Debug> DynamicQueryHandler: Done processing query | ||
5380 | 2024.08.15 05:36:16.441099 [ 3 ] {639e2feb-6799-4fab-9b32-813d2768a478} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5381 | 2024.08.15 05:36:16.441228 [ 3 ] {} <Debug> HTTP-Session: cc7cb73c-2078-4b75-859b-641bb3e85db2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5382 | 2024.08.15 05:36:16.441525 [ 194 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5383 | 2024.08.15 05:36:16.441688 [ 194 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part | ||
5384 | 2024.08.15 05:36:16.441773 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 44987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5385 | 2024.08.15 05:36:16.442050 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5386 | 2024.08.15 05:36:16.442186 [ 3 ] {} <Debug> HTTP-Session: 92fa41c3-6e16-4aa4-95fd-188352ab318a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5387 | 2024.08.15 05:36:16.442208 [ 194 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
5388 | 2024.08.15 05:36:16.442302 [ 3 ] {} <Debug> HTTP-Session: 92fa41c3-6e16-4aa4-95fd-188352ab318a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5389 | 2024.08.15 05:36:16.442419 [ 3 ] {} <Debug> HTTP-Session: 92fa41c3-6e16-4aa4-95fd-188352ab318a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5390 | 2024.08.15 05:36:16.442627 [ 3 ] {} <Trace> HTTP-Session: 92fa41c3-6e16-4aa4-95fd-188352ab318a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5391 | 2024.08.15 05:36:16.442636 [ 194 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
5392 | 2024.08.15 05:36:16.442738 [ 190 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_26_5} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5393 | 2024.08.15 05:36:16.442922 [ 194 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
5394 | 2024.08.15 05:36:16.443313 [ 190 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_26_5} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5395 | 2024.08.15 05:36:16.443436 [ 194 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
5396 | 2024.08.15 05:36:16.443490 [ 3 ] {d5fa31a4-c8d7-4cc2-b4f6-1816e29d55d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5397 | 2024.08.15 05:36:16.443688 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
5398 | 2024.08.15 05:36:16.443816 [ 3 ] {d5fa31a4-c8d7-4cc2-b4f6-1816e29d55d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5399 | 2024.08.15 05:36:16.443903 [ 194 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
5400 | 2024.08.15 05:36:16.444715 [ 3 ] {d5fa31a4-c8d7-4cc2-b4f6-1816e29d55d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5401 | 2024.08.15 05:36:16.445902 [ 3 ] {d5fa31a4-c8d7-4cc2-b4f6-1816e29d55d1} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5402 | 2024.08.15 05:36:16.445970 [ 3 ] {d5fa31a4-c8d7-4cc2-b4f6-1816e29d55d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5403 | 2024.08.15 05:36:16.446459 [ 194 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.006053218 sec., 10903.291439363327 rows/sec., 569.65 KiB/sec. | ||
5404 | 2024.08.15 05:36:16.446643 [ 194 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
5405 | 2024.08.15 05:36:16.447015 [ 3 ] {d5fa31a4-c8d7-4cc2-b4f6-1816e29d55d1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5406 | 2024.08.15 05:36:16.447535 [ 194 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_11_2} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5407 | 2024.08.15 05:36:16.447695 [ 194 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_11_2} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
5408 | 2024.08.15 05:36:16.447854 [ 3 ] {d5fa31a4-c8d7-4cc2-b4f6-1816e29d55d1} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5409 | 2024.08.15 05:36:16.447867 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
5410 | 2024.08.15 05:36:16.448078 [ 138 ] {} <Debug> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5411 | 2024.08.15 05:36:16.448079 [ 3 ] {d5fa31a4-c8d7-4cc2-b4f6-1816e29d55d1} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.005028 sec., 47533.810660302304 rows/sec., 3.19 MiB/sec. | ||
5412 | 2024.08.15 05:36:16.448127 [ 138 ] {} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5413 | 2024.08.15 05:36:16.448193 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5414 | 2024.08.15 05:36:16.448419 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::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 | ||
5415 | 2024.08.15 05:36:16.448486 [ 3 ] {d5fa31a4-c8d7-4cc2-b4f6-1816e29d55d1} <Debug> DynamicQueryHandler: Done processing query | ||
5416 | 2024.08.15 05:36:16.448539 [ 3 ] {d5fa31a4-c8d7-4cc2-b4f6-1816e29d55d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5417 | 2024.08.15 05:36:16.448587 [ 3 ] {} <Debug> HTTP-Session: 92fa41c3-6e16-4aa4-95fd-188352ab318a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5418 | 2024.08.15 05:36:16.448687 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5419 | 2024.08.15 05:36:16.448724 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6775 rows starting from the beginning of the part | ||
5420 | 2024.08.15 05:36:16.448882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5421 | 2024.08.15 05:36:16.448918 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
5422 | 2024.08.15 05:36:16.449049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5423 | 2024.08.15 05:36:16.449154 [ 3 ] {} <Debug> HTTP-Session: 200a1dfd-3fd7-4570-89bc-a05a3ab54b58 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5424 | 2024.08.15 05:36:16.449226 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::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 | ||
5425 | 2024.08.15 05:36:16.449241 [ 3 ] {} <Debug> HTTP-Session: 200a1dfd-3fd7-4570-89bc-a05a3ab54b58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5426 | 2024.08.15 05:36:16.449296 [ 3 ] {} <Debug> HTTP-Session: 200a1dfd-3fd7-4570-89bc-a05a3ab54b58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5427 | 2024.08.15 05:36:16.449455 [ 3 ] {} <Trace> HTTP-Session: 200a1dfd-3fd7-4570-89bc-a05a3ab54b58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5428 | 2024.08.15 05:36:16.449487 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 237 rows starting from the beginning of the part | ||
5429 | 2024.08.15 05:36:16.449708 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part | ||
5430 | 2024.08.15 05:36:16.449882 [ 3 ] {ce6384c5-22eb-404e-bf3a-3841449c86bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
5431 | 2024.08.15 05:36:16.450064 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 239 rows starting from the beginning of the part | ||
5432 | 2024.08.15 05:36:16.450080 [ 3 ] {ce6384c5-22eb-404e-bf3a-3841449c86bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5433 | 2024.08.15 05:36:16.450857 [ 3 ] {ce6384c5-22eb-404e-bf3a-3841449c86bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5434 | 2024.08.15 05:36:16.451465 [ 3 ] {ce6384c5-22eb-404e-bf3a-3841449c86bb} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5435 | 2024.08.15 05:36:16.451510 [ 3 ] {ce6384c5-22eb-404e-bf3a-3841449c86bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5436 | 2024.08.15 05:36:16.452273 [ 3 ] {ce6384c5-22eb-404e-bf3a-3841449c86bb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5437 | 2024.08.15 05:36:16.453221 [ 3 ] {ce6384c5-22eb-404e-bf3a-3841449c86bb} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5438 | 2024.08.15 05:36:16.453486 [ 3 ] {ce6384c5-22eb-404e-bf3a-3841449c86bb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003783 sec., 264.34047052603756 rows/sec., 17.81 KiB/sec. | ||
5439 | 2024.08.15 05:36:16.453797 [ 3 ] {ce6384c5-22eb-404e-bf3a-3841449c86bb} <Debug> DynamicQueryHandler: Done processing query | ||
5440 | 2024.08.15 05:36:16.453823 [ 3 ] {ce6384c5-22eb-404e-bf3a-3841449c86bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5441 | 2024.08.15 05:36:16.453839 [ 3 ] {} <Debug> HTTP-Session: 200a1dfd-3fd7-4570-89bc-a05a3ab54b58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5442 | 2024.08.15 05:36:16.453956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5443 | 2024.08.15 05:36:16.454046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5444 | 2024.08.15 05:36:16.454069 [ 3 ] {} <Debug> HTTP-Session: f3c6e38e-1fd6-4a70-b572-51b398d39f57 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5445 | 2024.08.15 05:36:16.454090 [ 3 ] {} <Debug> HTTP-Session: f3c6e38e-1fd6-4a70-b572-51b398d39f57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5446 | 2024.08.15 05:36:16.454107 [ 3 ] {} <Debug> HTTP-Session: f3c6e38e-1fd6-4a70-b572-51b398d39f57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5447 | 2024.08.15 05:36:16.454143 [ 3 ] {} <Trace> HTTP-Session: f3c6e38e-1fd6-4a70-b572-51b398d39f57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5448 | 2024.08.15 05:36:16.454316 [ 3 ] {492a5164-4647-4a64-b1da-c3e4b48866e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5449 | 2024.08.15 05:36:16.454608 [ 3 ] {492a5164-4647-4a64-b1da-c3e4b48866e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5450 | 2024.08.15 05:36:16.454721 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7573 rows, containing 5 columns (5 merged, 0 gathered) in 0.006422116 sec., 1179206.355039367 rows/sec., 79.68 MiB/sec. | ||
5451 | 2024.08.15 05:36:16.455299 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5452 | 2024.08.15 05:36:16.455321 [ 3 ] {492a5164-4647-4a64-b1da-c3e4b48866e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5453 | 2024.08.15 05:36:16.456520 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5454 | 2024.08.15 05:36:16.456774 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5455 | 2024.08.15 05:36:16.456890 [ 3 ] {492a5164-4647-4a64-b1da-c3e4b48866e6} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5456 | 2024.08.15 05:36:16.456943 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. | ||
5457 | 2024.08.15 05:36:16.456961 [ 3 ] {492a5164-4647-4a64-b1da-c3e4b48866e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5458 | 2024.08.15 05:36:16.457606 [ 3 ] {492a5164-4647-4a64-b1da-c3e4b48866e6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5459 | 2024.08.15 05:36:16.458031 [ 3 ] {492a5164-4647-4a64-b1da-c3e4b48866e6} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5460 | 2024.08.15 05:36:16.458233 [ 3 ] {492a5164-4647-4a64-b1da-c3e4b48866e6} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.004008 sec., 998.003992015968 rows/sec., 1.79 MiB/sec. | ||
5461 | 2024.08.15 05:36:16.458477 [ 3 ] {492a5164-4647-4a64-b1da-c3e4b48866e6} <Debug> DynamicQueryHandler: Done processing query | ||
5462 | 2024.08.15 05:36:16.458503 [ 3 ] {492a5164-4647-4a64-b1da-c3e4b48866e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
5463 | 2024.08.15 05:36:16.458519 [ 3 ] {} <Debug> HTTP-Session: f3c6e38e-1fd6-4a70-b572-51b398d39f57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5464 | 2024.08.15 05:36:16.458648 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5465 | 2024.08.15 05:36:16.458697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5466 | 2024.08.15 05:36:16.458717 [ 3 ] {} <Debug> HTTP-Session: 10ae037d-c4e2-4060-a8d1-6ce97b9a4e22 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5467 | 2024.08.15 05:36:16.458734 [ 3 ] {} <Debug> HTTP-Session: 10ae037d-c4e2-4060-a8d1-6ce97b9a4e22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5468 | 2024.08.15 05:36:16.458748 [ 3 ] {} <Debug> HTTP-Session: 10ae037d-c4e2-4060-a8d1-6ce97b9a4e22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5469 | 2024.08.15 05:36:16.458779 [ 3 ] {} <Trace> HTTP-Session: 10ae037d-c4e2-4060-a8d1-6ce97b9a4e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5470 | 2024.08.15 05:36:16.458915 [ 3 ] {d2530b16-029c-4d46-bc4d-cce2a9c4498c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5471 | 2024.08.15 05:36:16.458959 [ 3 ] {d2530b16-029c-4d46-bc4d-cce2a9c4498c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5472 | 2024.08.15 05:36:16.459090 [ 3 ] {d2530b16-029c-4d46-bc4d-cce2a9c4498c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5473 | 2024.08.15 05:36:16.459410 [ 3 ] {d2530b16-029c-4d46-bc4d-cce2a9c4498c} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5474 | 2024.08.15 05:36:16.459446 [ 3 ] {d2530b16-029c-4d46-bc4d-cce2a9c4498c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5475 | 2024.08.15 05:36:16.459809 [ 3 ] {d2530b16-029c-4d46-bc4d-cce2a9c4498c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5476 | 2024.08.15 05:36:16.460127 [ 3 ] {d2530b16-029c-4d46-bc4d-cce2a9c4498c} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5477 | 2024.08.15 05:36:16.460276 [ 138 ] {} <Debug> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5478 | 2024.08.15 05:36:16.460284 [ 3 ] {d2530b16-029c-4d46-bc4d-cce2a9c4498c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001421 sec., 57705.84095707248 rows/sec., 3.67 MiB/sec. | ||
5479 | 2024.08.15 05:36:16.460333 [ 138 ] {} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5480 | 2024.08.15 05:36:16.460393 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5481 | 2024.08.15 05:36:16.460685 [ 3 ] {d2530b16-029c-4d46-bc4d-cce2a9c4498c} <Debug> DynamicQueryHandler: Done processing query | ||
5482 | 2024.08.15 05:36:16.460750 [ 190 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
5483 | 2024.08.15 05:36:16.460771 [ 3 ] {d2530b16-029c-4d46-bc4d-cce2a9c4498c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5484 | 2024.08.15 05:36:16.460861 [ 3 ] {} <Debug> HTTP-Session: 10ae037d-c4e2-4060-a8d1-6ce97b9a4e22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5485 | 2024.08.15 05:36:16.461216 [ 190 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5486 | 2024.08.15 05:36:16.461253 [ 190 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1320 rows starting from the beginning of the part | ||
5487 | 2024.08.15 05:36:16.461325 [ 190 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
5488 | 2024.08.15 05:36:16.461439 [ 190 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part | ||
5489 | 2024.08.15 05:36:16.461677 [ 190 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part | ||
5490 | 2024.08.15 05:36:16.461755 [ 190 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
5491 | 2024.08.15 05:36:16.461839 [ 190 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part | ||
5492 | 2024.08.15 05:36:16.463001 [ 198 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1606 rows, containing 4 columns (4 merged, 0 gathered) in 0.002521673 sec., 636878.7705622418 rows/sec., 41.56 MiB/sec. | ||
5493 | 2024.08.15 05:36:16.463162 [ 190 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5494 | 2024.08.15 05:36:16.463520 [ 190 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_26_5} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5495 | 2024.08.15 05:36:16.463594 [ 190 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_26_5} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5496 | 2024.08.15 05:36:16.463659 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
5497 | 2024.08.15 05:36:20.233701 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5498 | 2024.08.15 05:36:20.233776 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5499 | 2024.08.15 05:36:21.407880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5500 | 2024.08.15 05:36:21.407995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5501 | 2024.08.15 05:36:21.408025 [ 3 ] {} <Debug> HTTP-Session: 336f655a-e2a7-44d6-987b-cb6ee1e86302 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5502 | 2024.08.15 05:36:21.408055 [ 3 ] {} <Debug> HTTP-Session: 336f655a-e2a7-44d6-987b-cb6ee1e86302 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5503 | 2024.08.15 05:36:21.408073 [ 3 ] {} <Debug> HTTP-Session: 336f655a-e2a7-44d6-987b-cb6ee1e86302 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5504 | 2024.08.15 05:36:21.408127 [ 3 ] {} <Trace> HTTP-Session: 336f655a-e2a7-44d6-987b-cb6ee1e86302 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5505 | 2024.08.15 05:36:21.408331 [ 3 ] {62c0cc1f-e23e-4c73-84e0-1759046d5055} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5506 | 2024.08.15 05:36:21.408404 [ 3 ] {62c0cc1f-e23e-4c73-84e0-1759046d5055} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5507 | 2024.08.15 05:36:21.408616 [ 3 ] {62c0cc1f-e23e-4c73-84e0-1759046d5055} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5508 | 2024.08.15 05:36:21.409099 [ 3 ] {62c0cc1f-e23e-4c73-84e0-1759046d5055} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5509 | 2024.08.15 05:36:21.409140 [ 3 ] {62c0cc1f-e23e-4c73-84e0-1759046d5055} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5510 | 2024.08.15 05:36:21.409496 [ 3 ] {62c0cc1f-e23e-4c73-84e0-1759046d5055} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5511 | 2024.08.15 05:36:21.409834 [ 3 ] {62c0cc1f-e23e-4c73-84e0-1759046d5055} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5512 | 2024.08.15 05:36:21.410006 [ 3 ] {62c0cc1f-e23e-4c73-84e0-1759046d5055} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001733 sec., 15002.885170225043 rows/sec., 1.19 MiB/sec. | ||
5513 | 2024.08.15 05:36:21.410214 [ 3 ] {62c0cc1f-e23e-4c73-84e0-1759046d5055} <Debug> DynamicQueryHandler: Done processing query | ||
5514 | 2024.08.15 05:36:21.410242 [ 3 ] {62c0cc1f-e23e-4c73-84e0-1759046d5055} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5515 | 2024.08.15 05:36:21.410259 [ 3 ] {} <Debug> HTTP-Session: 336f655a-e2a7-44d6-987b-cb6ee1e86302 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5516 | 2024.08.15 05:36:21.410402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5517 | 2024.08.15 05:36:21.410453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5518 | 2024.08.15 05:36:21.410472 [ 3 ] {} <Debug> HTTP-Session: 119ea8ed-e5cd-4499-b6cc-0402f907f0c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5519 | 2024.08.15 05:36:21.410489 [ 3 ] {} <Debug> HTTP-Session: 119ea8ed-e5cd-4499-b6cc-0402f907f0c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5520 | 2024.08.15 05:36:21.410505 [ 3 ] {} <Debug> HTTP-Session: 119ea8ed-e5cd-4499-b6cc-0402f907f0c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5521 | 2024.08.15 05:36:21.410536 [ 3 ] {} <Trace> HTTP-Session: 119ea8ed-e5cd-4499-b6cc-0402f907f0c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5522 | 2024.08.15 05:36:21.410632 [ 3 ] {3f40051d-6ced-41ed-aa85-6ea5cf8a3954} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5523 | 2024.08.15 05:36:21.410676 [ 3 ] {3f40051d-6ced-41ed-aa85-6ea5cf8a3954} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5524 | 2024.08.15 05:36:21.410806 [ 3 ] {3f40051d-6ced-41ed-aa85-6ea5cf8a3954} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5525 | 2024.08.15 05:36:21.411117 [ 3 ] {3f40051d-6ced-41ed-aa85-6ea5cf8a3954} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5526 | 2024.08.15 05:36:21.411154 [ 3 ] {3f40051d-6ced-41ed-aa85-6ea5cf8a3954} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5527 | 2024.08.15 05:36:21.411447 [ 3 ] {3f40051d-6ced-41ed-aa85-6ea5cf8a3954} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5528 | 2024.08.15 05:36:21.411757 [ 3 ] {3f40051d-6ced-41ed-aa85-6ea5cf8a3954} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5529 | 2024.08.15 05:36:21.411904 [ 133 ] {} <Debug> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
5530 | 2024.08.15 05:36:21.411916 [ 3 ] {3f40051d-6ced-41ed-aa85-6ea5cf8a3954} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001298 sec., 1540.8320493066258 rows/sec., 125.64 KiB/sec. | ||
5531 | 2024.08.15 05:36:21.411990 [ 133 ] {} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5532 | 2024.08.15 05:36:21.412063 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5533 | 2024.08.15 05:36:21.412233 [ 3 ] {3f40051d-6ced-41ed-aa85-6ea5cf8a3954} <Debug> DynamicQueryHandler: Done processing query | ||
5534 | 2024.08.15 05:36:21.412237 [ 195 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::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 | ||
5535 | 2024.08.15 05:36:21.412264 [ 3 ] {3f40051d-6ced-41ed-aa85-6ea5cf8a3954} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5536 | 2024.08.15 05:36:21.412290 [ 3 ] {} <Debug> HTTP-Session: 119ea8ed-e5cd-4499-b6cc-0402f907f0c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5537 | 2024.08.15 05:36:21.412390 [ 195 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5538 | 2024.08.15 05:36:21.412428 [ 195 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::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 | ||
5539 | 2024.08.15 05:36:21.412441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5540 | 2024.08.15 05:36:21.412514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5541 | 2024.08.15 05:36:21.412528 [ 195 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
5542 | 2024.08.15 05:36:21.412562 [ 3 ] {} <Debug> HTTP-Session: 04007ba2-7034-4ba4-a85e-721f0afdb24a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5543 | 2024.08.15 05:36:21.412643 [ 3 ] {} <Debug> HTTP-Session: 04007ba2-7034-4ba4-a85e-721f0afdb24a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5544 | 2024.08.15 05:36:21.412726 [ 3 ] {} <Debug> HTTP-Session: 04007ba2-7034-4ba4-a85e-721f0afdb24a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5545 | 2024.08.15 05:36:21.412901 [ 3 ] {} <Trace> HTTP-Session: 04007ba2-7034-4ba4-a85e-721f0afdb24a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5546 | 2024.08.15 05:36:21.412910 [ 195 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::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 | ||
5547 | 2024.08.15 05:36:21.413086 [ 195 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
5548 | 2024.08.15 05:36:21.413194 [ 3 ] {59abb2dd-7248-4f90-936c-72dc54c0f597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5549 | 2024.08.15 05:36:21.413280 [ 195 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
5550 | 2024.08.15 05:36:21.413313 [ 3 ] {59abb2dd-7248-4f90-936c-72dc54c0f597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5551 | 2024.08.15 05:36:21.413640 [ 195 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
5552 | 2024.08.15 05:36:21.414055 [ 3 ] {59abb2dd-7248-4f90-936c-72dc54c0f597} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5553 | 2024.08.15 05:36:21.414627 [ 3 ] {59abb2dd-7248-4f90-936c-72dc54c0f597} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5554 | 2024.08.15 05:36:21.414671 [ 3 ] {59abb2dd-7248-4f90-936c-72dc54c0f597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5555 | 2024.08.15 05:36:21.415192 [ 190 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.003019084 sec., 5962.073264606086 rows/sec., 486.17 KiB/sec. | ||
5556 | 2024.08.15 05:36:21.415197 [ 3 ] {59abb2dd-7248-4f90-936c-72dc54c0f597} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5557 | 2024.08.15 05:36:21.415433 [ 190 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
5558 | 2024.08.15 05:36:21.415934 [ 3 ] {59abb2dd-7248-4f90-936c-72dc54c0f597} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5559 | 2024.08.15 05:36:21.416299 [ 3 ] {59abb2dd-7248-4f90-936c-72dc54c0f597} <Debug> executeQuery: Read 135 rows, 11.52 KiB in 0.003234 sec., 41743.97031539889 rows/sec., 3.48 MiB/sec. | ||
5560 | 2024.08.15 05:36:21.416472 [ 190 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_6_1} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5561 | 2024.08.15 05:36:21.416631 [ 190 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_6_1} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
5562 | 2024.08.15 05:36:21.416659 [ 3 ] {59abb2dd-7248-4f90-936c-72dc54c0f597} <Debug> DynamicQueryHandler: Done processing query | ||
5563 | 2024.08.15 05:36:21.416716 [ 3 ] {59abb2dd-7248-4f90-936c-72dc54c0f597} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5564 | 2024.08.15 05:36:21.416772 [ 3 ] {} <Debug> HTTP-Session: 04007ba2-7034-4ba4-a85e-721f0afdb24a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5565 | 2024.08.15 05:36:21.416795 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5566 | 2024.08.15 05:36:21.416915 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5567 | 2024.08.15 05:36:21.416975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5568 | 2024.08.15 05:36:21.416996 [ 3 ] {} <Debug> HTTP-Session: 6890d2be-ae38-4e94-894c-a4c9be9eea05 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5569 | 2024.08.15 05:36:21.417018 [ 3 ] {} <Debug> HTTP-Session: 6890d2be-ae38-4e94-894c-a4c9be9eea05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5570 | 2024.08.15 05:36:21.417032 [ 3 ] {} <Debug> HTTP-Session: 6890d2be-ae38-4e94-894c-a4c9be9eea05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5571 | 2024.08.15 05:36:21.417065 [ 3 ] {} <Trace> HTTP-Session: 6890d2be-ae38-4e94-894c-a4c9be9eea05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5572 | 2024.08.15 05:36:21.417175 [ 3 ] {93b94e50-72cd-4f48-a5f3-4aa3c9e680c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5573 | 2024.08.15 05:36:21.417222 [ 3 ] {93b94e50-72cd-4f48-a5f3-4aa3c9e680c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5574 | 2024.08.15 05:36:21.417372 [ 3 ] {93b94e50-72cd-4f48-a5f3-4aa3c9e680c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5575 | 2024.08.15 05:36:21.417755 [ 3 ] {93b94e50-72cd-4f48-a5f3-4aa3c9e680c1} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5576 | 2024.08.15 05:36:21.417792 [ 3 ] {93b94e50-72cd-4f48-a5f3-4aa3c9e680c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5577 | 2024.08.15 05:36:21.418135 [ 3 ] {93b94e50-72cd-4f48-a5f3-4aa3c9e680c1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5578 | 2024.08.15 05:36:21.418501 [ 3 ] {93b94e50-72cd-4f48-a5f3-4aa3c9e680c1} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5579 | 2024.08.15 05:36:21.418663 [ 133 ] {} <Debug> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
5580 | 2024.08.15 05:36:21.418672 [ 3 ] {93b94e50-72cd-4f48-a5f3-4aa3c9e680c1} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001473 sec., 1357.7732518669384 rows/sec., 94.81 KiB/sec. | ||
5581 | 2024.08.15 05:36:21.418725 [ 133 ] {} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5582 | 2024.08.15 05:36:21.418792 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5583 | 2024.08.15 05:36:21.419007 [ 3 ] {93b94e50-72cd-4f48-a5f3-4aa3c9e680c1} <Debug> DynamicQueryHandler: Done processing query | ||
5584 | 2024.08.15 05:36:21.419058 [ 195 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::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 | ||
5585 | 2024.08.15 05:36:21.419078 [ 3 ] {93b94e50-72cd-4f48-a5f3-4aa3c9e680c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5586 | 2024.08.15 05:36:21.419145 [ 3 ] {} <Debug> HTTP-Session: 6890d2be-ae38-4e94-894c-a4c9be9eea05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5587 | 2024.08.15 05:36:21.419293 [ 195 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5588 | 2024.08.15 05:36:21.419319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 15624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5589 | 2024.08.15 05:36:21.419331 [ 195 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::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 | ||
5590 | 2024.08.15 05:36:21.419377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5591 | 2024.08.15 05:36:21.419423 [ 3 ] {} <Debug> HTTP-Session: 0e5f27a0-725f-447e-8487-d677978af651 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5592 | 2024.08.15 05:36:21.419443 [ 195 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
5593 | 2024.08.15 05:36:21.419459 [ 3 ] {} <Debug> HTTP-Session: 0e5f27a0-725f-447e-8487-d677978af651 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5594 | 2024.08.15 05:36:21.419500 [ 3 ] {} <Debug> HTTP-Session: 0e5f27a0-725f-447e-8487-d677978af651 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5595 | 2024.08.15 05:36:21.419652 [ 3 ] {} <Trace> HTTP-Session: 0e5f27a0-725f-447e-8487-d677978af651 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5596 | 2024.08.15 05:36:21.419741 [ 195 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::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 | ||
5597 | 2024.08.15 05:36:21.420018 [ 195 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
5598 | 2024.08.15 05:36:21.420026 [ 3 ] {038357d4-235a-470d-b646-1104e27a4ce8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5599 | 2024.08.15 05:36:21.420122 [ 3 ] {038357d4-235a-470d-b646-1104e27a4ce8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5600 | 2024.08.15 05:36:21.420149 [ 195 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
5601 | 2024.08.15 05:36:21.420546 [ 195 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
5602 | 2024.08.15 05:36:21.420921 [ 3 ] {038357d4-235a-470d-b646-1104e27a4ce8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5603 | 2024.08.15 05:36:21.421505 [ 3 ] {038357d4-235a-470d-b646-1104e27a4ce8} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5604 | 2024.08.15 05:36:21.421555 [ 3 ] {038357d4-235a-470d-b646-1104e27a4ce8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5605 | 2024.08.15 05:36:21.421962 [ 195 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.003087266 sec., 5830.401397223304 rows/sec., 407.10 KiB/sec. | ||
5606 | 2024.08.15 05:36:21.422080 [ 3 ] {038357d4-235a-470d-b646-1104e27a4ce8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5607 | 2024.08.15 05:36:21.422132 [ 190 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
5608 | 2024.08.15 05:36:21.422917 [ 3 ] {038357d4-235a-470d-b646-1104e27a4ce8} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5609 | 2024.08.15 05:36:21.422980 [ 190 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_6_1} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5610 | 2024.08.15 05:36:21.423183 [ 190 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_6_1} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
5611 | 2024.08.15 05:36:21.423257 [ 3 ] {038357d4-235a-470d-b646-1104e27a4ce8} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.003389 sec., 27146.65092947772 rows/sec., 2.12 MiB/sec. | ||
5612 | 2024.08.15 05:36:21.423405 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5613 | 2024.08.15 05:36:21.423609 [ 3 ] {038357d4-235a-470d-b646-1104e27a4ce8} <Debug> DynamicQueryHandler: Done processing query | ||
5614 | 2024.08.15 05:36:21.423639 [ 3 ] {038357d4-235a-470d-b646-1104e27a4ce8} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5615 | 2024.08.15 05:36:21.423654 [ 3 ] {} <Debug> HTTP-Session: 0e5f27a0-725f-447e-8487-d677978af651 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5616 | 2024.08.15 05:36:21.423834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5617 | 2024.08.15 05:36:21.423883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5618 | 2024.08.15 05:36:21.423902 [ 3 ] {} <Debug> HTTP-Session: 9b0b9323-9ffa-414d-9a11-912cec3d700d Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5619 | 2024.08.15 05:36:21.423918 [ 3 ] {} <Debug> HTTP-Session: 9b0b9323-9ffa-414d-9a11-912cec3d700d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5620 | 2024.08.15 05:36:21.423933 [ 3 ] {} <Debug> HTTP-Session: 9b0b9323-9ffa-414d-9a11-912cec3d700d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5621 | 2024.08.15 05:36:21.423964 [ 3 ] {} <Trace> HTTP-Session: 9b0b9323-9ffa-414d-9a11-912cec3d700d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5622 | 2024.08.15 05:36:21.424122 [ 3 ] {73689150-bdf9-4884-85fa-3b1079b9c3c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5623 | 2024.08.15 05:36:21.424168 [ 3 ] {73689150-bdf9-4884-85fa-3b1079b9c3c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5624 | 2024.08.15 05:36:21.424330 [ 3 ] {73689150-bdf9-4884-85fa-3b1079b9c3c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5625 | 2024.08.15 05:36:21.424744 [ 3 ] {73689150-bdf9-4884-85fa-3b1079b9c3c4} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5626 | 2024.08.15 05:36:21.424780 [ 3 ] {73689150-bdf9-4884-85fa-3b1079b9c3c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5627 | 2024.08.15 05:36:21.425167 [ 3 ] {73689150-bdf9-4884-85fa-3b1079b9c3c4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5628 | 2024.08.15 05:36:21.425497 [ 3 ] {73689150-bdf9-4884-85fa-3b1079b9c3c4} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5629 | 2024.08.15 05:36:21.425658 [ 3 ] {73689150-bdf9-4884-85fa-3b1079b9c3c4} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001608 sec., 100124.37810945274 rows/sec., 6.97 MiB/sec. | ||
5630 | 2024.08.15 05:36:21.425825 [ 3 ] {73689150-bdf9-4884-85fa-3b1079b9c3c4} <Debug> DynamicQueryHandler: Done processing query | ||
5631 | 2024.08.15 05:36:21.425848 [ 3 ] {73689150-bdf9-4884-85fa-3b1079b9c3c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5632 | 2024.08.15 05:36:21.425864 [ 3 ] {} <Debug> HTTP-Session: 9b0b9323-9ffa-414d-9a11-912cec3d700d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5633 | 2024.08.15 05:36:21.426012 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 41901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5634 | 2024.08.15 05:36:21.426061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5635 | 2024.08.15 05:36:21.426080 [ 3 ] {} <Debug> HTTP-Session: 6a6f161a-0f0f-49f0-b6a9-eb5e8ceb27a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5636 | 2024.08.15 05:36:21.426095 [ 3 ] {} <Debug> HTTP-Session: 6a6f161a-0f0f-49f0-b6a9-eb5e8ceb27a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5637 | 2024.08.15 05:36:21.426109 [ 3 ] {} <Debug> HTTP-Session: 6a6f161a-0f0f-49f0-b6a9-eb5e8ceb27a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5638 | 2024.08.15 05:36:21.426139 [ 3 ] {} <Trace> HTTP-Session: 6a6f161a-0f0f-49f0-b6a9-eb5e8ceb27a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5639 | 2024.08.15 05:36:21.426443 [ 3 ] {ba6509cd-fc55-4465-9973-6c8b8cb4b5fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5640 | 2024.08.15 05:36:21.426507 [ 3 ] {ba6509cd-fc55-4465-9973-6c8b8cb4b5fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5641 | 2024.08.15 05:36:21.426909 [ 3 ] {ba6509cd-fc55-4465-9973-6c8b8cb4b5fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5642 | 2024.08.15 05:36:21.427543 [ 3 ] {ba6509cd-fc55-4465-9973-6c8b8cb4b5fb} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5643 | 2024.08.15 05:36:21.427579 [ 3 ] {ba6509cd-fc55-4465-9973-6c8b8cb4b5fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5644 | 2024.08.15 05:36:21.428169 [ 3 ] {ba6509cd-fc55-4465-9973-6c8b8cb4b5fb} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5645 | 2024.08.15 05:36:21.428570 [ 3 ] {ba6509cd-fc55-4465-9973-6c8b8cb4b5fb} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5646 | 2024.08.15 05:36:21.428765 [ 3 ] {ba6509cd-fc55-4465-9973-6c8b8cb4b5fb} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002549 sec., 10200.078462142017 rows/sec., 18.28 MiB/sec. | ||
5647 | 2024.08.15 05:36:21.428982 [ 3 ] {ba6509cd-fc55-4465-9973-6c8b8cb4b5fb} <Debug> DynamicQueryHandler: Done processing query | ||
5648 | 2024.08.15 05:36:21.429007 [ 3 ] {ba6509cd-fc55-4465-9973-6c8b8cb4b5fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
5649 | 2024.08.15 05:36:21.429022 [ 3 ] {} <Debug> HTTP-Session: 6a6f161a-0f0f-49f0-b6a9-eb5e8ceb27a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5650 | 2024.08.15 05:36:21.429150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5651 | 2024.08.15 05:36:21.429198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5652 | 2024.08.15 05:36:21.429216 [ 3 ] {} <Debug> HTTP-Session: c16d6e1e-2e83-416b-b77c-1ace08792d52 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5653 | 2024.08.15 05:36:21.429232 [ 3 ] {} <Debug> HTTP-Session: c16d6e1e-2e83-416b-b77c-1ace08792d52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5654 | 2024.08.15 05:36:21.429246 [ 3 ] {} <Debug> HTTP-Session: c16d6e1e-2e83-416b-b77c-1ace08792d52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5655 | 2024.08.15 05:36:21.429276 [ 3 ] {} <Trace> HTTP-Session: c16d6e1e-2e83-416b-b77c-1ace08792d52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5656 | 2024.08.15 05:36:21.429393 [ 3 ] {f1050cf5-c7d0-426d-a4d9-78eb5e4ca8a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5657 | 2024.08.15 05:36:21.429436 [ 3 ] {f1050cf5-c7d0-426d-a4d9-78eb5e4ca8a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5658 | 2024.08.15 05:36:21.429563 [ 3 ] {f1050cf5-c7d0-426d-a4d9-78eb5e4ca8a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5659 | 2024.08.15 05:36:21.429862 [ 3 ] {f1050cf5-c7d0-426d-a4d9-78eb5e4ca8a9} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5660 | 2024.08.15 05:36:21.429899 [ 3 ] {f1050cf5-c7d0-426d-a4d9-78eb5e4ca8a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5661 | 2024.08.15 05:36:21.430247 [ 3 ] {f1050cf5-c7d0-426d-a4d9-78eb5e4ca8a9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5662 | 2024.08.15 05:36:21.430558 [ 3 ] {f1050cf5-c7d0-426d-a4d9-78eb5e4ca8a9} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5663 | 2024.08.15 05:36:21.430711 [ 3 ] {f1050cf5-c7d0-426d-a4d9-78eb5e4ca8a9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001356 sec., 44247.78761061947 rows/sec., 2.98 MiB/sec. | ||
5664 | 2024.08.15 05:36:21.430876 [ 3 ] {f1050cf5-c7d0-426d-a4d9-78eb5e4ca8a9} <Debug> DynamicQueryHandler: Done processing query | ||
5665 | 2024.08.15 05:36:21.430900 [ 3 ] {f1050cf5-c7d0-426d-a4d9-78eb5e4ca8a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5666 | 2024.08.15 05:36:21.430917 [ 3 ] {} <Debug> HTTP-Session: c16d6e1e-2e83-416b-b77c-1ace08792d52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5667 | 2024.08.15 05:36:26.247469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5668 | 2024.08.15 05:36:26.247660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5669 | 2024.08.15 05:36:26.247705 [ 3 ] {} <Debug> HTTP-Session: 9104c90a-76dd-4cad-b03d-b35e9f6e8e22 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5670 | 2024.08.15 05:36:26.247746 [ 3 ] {} <Debug> HTTP-Session: 9104c90a-76dd-4cad-b03d-b35e9f6e8e22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5671 | 2024.08.15 05:36:26.247775 [ 3 ] {} <Debug> HTTP-Session: 9104c90a-76dd-4cad-b03d-b35e9f6e8e22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5672 | 2024.08.15 05:36:26.247855 [ 3 ] {} <Trace> HTTP-Session: 9104c90a-76dd-4cad-b03d-b35e9f6e8e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5673 | 2024.08.15 05:36:26.248125 [ 3 ] {ebe7c1d1-bd74-4825-8488-4a90209d398d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5674 | 2024.08.15 05:36:26.248230 [ 3 ] {ebe7c1d1-bd74-4825-8488-4a90209d398d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5675 | 2024.08.15 05:36:26.248471 [ 3 ] {ebe7c1d1-bd74-4825-8488-4a90209d398d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5676 | 2024.08.15 05:36:26.248894 [ 3 ] {ebe7c1d1-bd74-4825-8488-4a90209d398d} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5677 | 2024.08.15 05:36:26.248936 [ 3 ] {ebe7c1d1-bd74-4825-8488-4a90209d398d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5678 | 2024.08.15 05:36:26.249295 [ 3 ] {ebe7c1d1-bd74-4825-8488-4a90209d398d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
5679 | 2024.08.15 05:36:26.249619 [ 3 ] {ebe7c1d1-bd74-4825-8488-4a90209d398d} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5680 | 2024.08.15 05:36:26.249796 [ 3 ] {ebe7c1d1-bd74-4825-8488-4a90209d398d} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001749 sec., 2287.0211549456835 rows/sec., 185.37 KiB/sec. | ||
5681 | 2024.08.15 05:36:26.249822 [ 126 ] {} <Debug> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
5682 | 2024.08.15 05:36:26.249962 [ 126 ] {} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5683 | 2024.08.15 05:36:26.250029 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5684 | 2024.08.15 05:36:26.250086 [ 3 ] {ebe7c1d1-bd74-4825-8488-4a90209d398d} <Debug> DynamicQueryHandler: Done processing query | ||
5685 | 2024.08.15 05:36:26.250151 [ 3 ] {ebe7c1d1-bd74-4825-8488-4a90209d398d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5686 | 2024.08.15 05:36:26.250212 [ 3 ] {} <Debug> HTTP-Session: 9104c90a-76dd-4cad-b03d-b35e9f6e8e22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5687 | 2024.08.15 05:36:26.250316 [ 197 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::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 | ||
5688 | 2024.08.15 05:36:26.250512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5689 | 2024.08.15 05:36:26.250544 [ 197 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5690 | 2024.08.15 05:36:26.250601 [ 197 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 30 rows starting from the beginning of the part | ||
5691 | 2024.08.15 05:36:26.250619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5692 | 2024.08.15 05:36:26.250654 [ 3 ] {} <Debug> HTTP-Session: 5eabe6f5-9977-4428-83a2-18a77437e7b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5693 | 2024.08.15 05:36:26.250688 [ 3 ] {} <Debug> HTTP-Session: 5eabe6f5-9977-4428-83a2-18a77437e7b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5694 | 2024.08.15 05:36:26.250725 [ 3 ] {} <Debug> HTTP-Session: 5eabe6f5-9977-4428-83a2-18a77437e7b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5695 | 2024.08.15 05:36:26.250857 [ 197 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::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 | ||
5696 | 2024.08.15 05:36:26.250856 [ 3 ] {} <Trace> HTTP-Session: 5eabe6f5-9977-4428-83a2-18a77437e7b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5697 | 2024.08.15 05:36:26.251066 [ 197 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 26 rows starting from the beginning of the part | ||
5698 | 2024.08.15 05:36:26.251311 [ 3 ] {1299666b-617e-4099-9fdc-4ceb346b415a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5699 | 2024.08.15 05:36:26.251396 [ 197 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::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 | ||
5700 | 2024.08.15 05:36:26.251482 [ 3 ] {1299666b-617e-4099-9fdc-4ceb346b415a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5701 | 2024.08.15 05:36:26.251668 [ 197 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 26 rows starting from the beginning of the part | ||
5702 | 2024.08.15 05:36:26.252006 [ 197 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::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 | ||
5703 | 2024.08.15 05:36:26.252616 [ 3 ] {1299666b-617e-4099-9fdc-4ceb346b415a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5704 | 2024.08.15 05:36:26.253252 [ 3 ] {1299666b-617e-4099-9fdc-4ceb346b415a} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5705 | 2024.08.15 05:36:26.253311 [ 3 ] {1299666b-617e-4099-9fdc-4ceb346b415a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5706 | 2024.08.15 05:36:26.254111 [ 3 ] {1299666b-617e-4099-9fdc-4ceb346b415a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
5707 | 2024.08.15 05:36:26.254835 [ 195 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 94 rows, containing 4 columns (4 merged, 0 gathered) in 0.00470197 sec., 19991.620533521058 rows/sec., 1.58 MiB/sec. | ||
5708 | 2024.08.15 05:36:26.254965 [ 3 ] {1299666b-617e-4099-9fdc-4ceb346b415a} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5709 | 2024.08.15 05:36:26.255013 [ 195 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
5710 | 2024.08.15 05:36:26.255183 [ 3 ] {1299666b-617e-4099-9fdc-4ceb346b415a} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.004108 sec., 1460.5647517039922 rows/sec., 119.10 KiB/sec. | ||
5711 | 2024.08.15 05:36:26.255421 [ 3 ] {1299666b-617e-4099-9fdc-4ceb346b415a} <Debug> DynamicQueryHandler: Done processing query | ||
5712 | 2024.08.15 05:36:26.255450 [ 3 ] {1299666b-617e-4099-9fdc-4ceb346b415a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5713 | 2024.08.15 05:36:26.255470 [ 3 ] {} <Debug> HTTP-Session: 5eabe6f5-9977-4428-83a2-18a77437e7b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5714 | 2024.08.15 05:36:26.255585 [ 195 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_16_3} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5715 | 2024.08.15 05:36:26.255659 [ 195 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_16_3} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
5716 | 2024.08.15 05:36:26.255744 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5717 | 2024.08.15 05:36:26.255801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 196099, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5718 | 2024.08.15 05:36:26.255850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5719 | 2024.08.15 05:36:26.255868 [ 3 ] {} <Debug> HTTP-Session: 99885279-384a-43b8-a0b1-65adea2fdcc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5720 | 2024.08.15 05:36:26.255885 [ 3 ] {} <Debug> HTTP-Session: 99885279-384a-43b8-a0b1-65adea2fdcc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5721 | 2024.08.15 05:36:26.255899 [ 3 ] {} <Debug> HTTP-Session: 99885279-384a-43b8-a0b1-65adea2fdcc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5722 | 2024.08.15 05:36:26.255930 [ 3 ] {} <Trace> HTTP-Session: 99885279-384a-43b8-a0b1-65adea2fdcc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5723 | 2024.08.15 05:36:26.256504 [ 3 ] {8ce0ae54-118e-4cdf-a616-78aa113d0745} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5724 | 2024.08.15 05:36:26.256549 [ 3 ] {8ce0ae54-118e-4cdf-a616-78aa113d0745} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5725 | 2024.08.15 05:36:26.256674 [ 3 ] {8ce0ae54-118e-4cdf-a616-78aa113d0745} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5726 | 2024.08.15 05:36:26.258010 [ 3 ] {8ce0ae54-118e-4cdf-a616-78aa113d0745} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5727 | 2024.08.15 05:36:26.258050 [ 3 ] {8ce0ae54-118e-4cdf-a616-78aa113d0745} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5728 | 2024.08.15 05:36:26.258442 [ 3 ] {8ce0ae54-118e-4cdf-a616-78aa113d0745} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5729 | 2024.08.15 05:36:26.258760 [ 3 ] {8ce0ae54-118e-4cdf-a616-78aa113d0745} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5730 | 2024.08.15 05:36:26.258911 [ 3 ] {8ce0ae54-118e-4cdf-a616-78aa113d0745} <Debug> executeQuery: Read 1344 rows, 114.79 KiB in 0.002835 sec., 474074.0740740741 rows/sec., 39.54 MiB/sec. | ||
5731 | 2024.08.15 05:36:26.259081 [ 3 ] {8ce0ae54-118e-4cdf-a616-78aa113d0745} <Debug> DynamicQueryHandler: Done processing query | ||
5732 | 2024.08.15 05:36:26.259106 [ 3 ] {8ce0ae54-118e-4cdf-a616-78aa113d0745} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
5733 | 2024.08.15 05:36:26.259122 [ 3 ] {} <Debug> HTTP-Session: 99885279-384a-43b8-a0b1-65adea2fdcc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5734 | 2024.08.15 05:36:26.259327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5735 | 2024.08.15 05:36:26.259375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5736 | 2024.08.15 05:36:26.259394 [ 3 ] {} <Debug> HTTP-Session: d2fbeb03-5d28-4a10-818e-683a209e30b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5737 | 2024.08.15 05:36:26.259410 [ 3 ] {} <Debug> HTTP-Session: d2fbeb03-5d28-4a10-818e-683a209e30b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5738 | 2024.08.15 05:36:26.259424 [ 3 ] {} <Debug> HTTP-Session: d2fbeb03-5d28-4a10-818e-683a209e30b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5739 | 2024.08.15 05:36:26.259454 [ 3 ] {} <Trace> HTTP-Session: d2fbeb03-5d28-4a10-818e-683a209e30b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5740 | 2024.08.15 05:36:26.259547 [ 3 ] {c09b96ab-3c95-442e-ad1b-42c9a31e7e93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5741 | 2024.08.15 05:36:26.259589 [ 3 ] {c09b96ab-3c95-442e-ad1b-42c9a31e7e93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5742 | 2024.08.15 05:36:26.259717 [ 3 ] {c09b96ab-3c95-442e-ad1b-42c9a31e7e93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5743 | 2024.08.15 05:36:26.259987 [ 3 ] {c09b96ab-3c95-442e-ad1b-42c9a31e7e93} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5744 | 2024.08.15 05:36:26.260024 [ 3 ] {c09b96ab-3c95-442e-ad1b-42c9a31e7e93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5745 | 2024.08.15 05:36:26.260314 [ 3 ] {c09b96ab-3c95-442e-ad1b-42c9a31e7e93} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
5746 | 2024.08.15 05:36:26.260620 [ 3 ] {c09b96ab-3c95-442e-ad1b-42c9a31e7e93} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5747 | 2024.08.15 05:36:26.260764 [ 3 ] {c09b96ab-3c95-442e-ad1b-42c9a31e7e93} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.00125 sec., 4800 rows/sec., 335.16 KiB/sec. | ||
5748 | 2024.08.15 05:36:26.260919 [ 3 ] {c09b96ab-3c95-442e-ad1b-42c9a31e7e93} <Debug> DynamicQueryHandler: Done processing query | ||
5749 | 2024.08.15 05:36:26.260942 [ 3 ] {c09b96ab-3c95-442e-ad1b-42c9a31e7e93} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5750 | 2024.08.15 05:36:26.260956 [ 3 ] {} <Debug> HTTP-Session: d2fbeb03-5d28-4a10-818e-683a209e30b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5751 | 2024.08.15 05:36:26.261130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 32348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5752 | 2024.08.15 05:36:26.261185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5753 | 2024.08.15 05:36:26.261205 [ 3 ] {} <Debug> HTTP-Session: a970cfd8-e34f-4965-aee1-fd24992c6ed2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5754 | 2024.08.15 05:36:26.261221 [ 3 ] {} <Debug> HTTP-Session: a970cfd8-e34f-4965-aee1-fd24992c6ed2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5755 | 2024.08.15 05:36:26.261235 [ 3 ] {} <Debug> HTTP-Session: a970cfd8-e34f-4965-aee1-fd24992c6ed2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5756 | 2024.08.15 05:36:26.261265 [ 3 ] {} <Trace> HTTP-Session: a970cfd8-e34f-4965-aee1-fd24992c6ed2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5757 | 2024.08.15 05:36:26.261432 [ 3 ] {1df6d4d2-0291-4b2c-bfca-ae484e2fed8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5758 | 2024.08.15 05:36:26.261474 [ 3 ] {1df6d4d2-0291-4b2c-bfca-ae484e2fed8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5759 | 2024.08.15 05:36:26.261661 [ 3 ] {1df6d4d2-0291-4b2c-bfca-ae484e2fed8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5760 | 2024.08.15 05:36:26.262090 [ 3 ] {1df6d4d2-0291-4b2c-bfca-ae484e2fed8c} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5761 | 2024.08.15 05:36:26.262127 [ 3 ] {1df6d4d2-0291-4b2c-bfca-ae484e2fed8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5762 | 2024.08.15 05:36:26.262459 [ 3 ] {1df6d4d2-0291-4b2c-bfca-ae484e2fed8c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5763 | 2024.08.15 05:36:26.262770 [ 3 ] {1df6d4d2-0291-4b2c-bfca-ae484e2fed8c} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5764 | 2024.08.15 05:36:26.262929 [ 3 ] {1df6d4d2-0291-4b2c-bfca-ae484e2fed8c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001532 sec., 157963.44647519581 rows/sec., 10.70 MiB/sec. | ||
5765 | 2024.08.15 05:36:26.263097 [ 3 ] {1df6d4d2-0291-4b2c-bfca-ae484e2fed8c} <Debug> DynamicQueryHandler: Done processing query | ||
5766 | 2024.08.15 05:36:26.263123 [ 3 ] {1df6d4d2-0291-4b2c-bfca-ae484e2fed8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5767 | 2024.08.15 05:36:26.263139 [ 3 ] {} <Debug> HTTP-Session: a970cfd8-e34f-4965-aee1-fd24992c6ed2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5768 | 2024.08.15 05:36:26.263261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5769 | 2024.08.15 05:36:26.263311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5770 | 2024.08.15 05:36:26.263331 [ 3 ] {} <Debug> HTTP-Session: 6d58c0eb-ba93-4ca8-b5f0-18671a11bc3f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5771 | 2024.08.15 05:36:26.263347 [ 3 ] {} <Debug> HTTP-Session: 6d58c0eb-ba93-4ca8-b5f0-18671a11bc3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5772 | 2024.08.15 05:36:26.263361 [ 3 ] {} <Debug> HTTP-Session: 6d58c0eb-ba93-4ca8-b5f0-18671a11bc3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5773 | 2024.08.15 05:36:26.263391 [ 3 ] {} <Trace> HTTP-Session: 6d58c0eb-ba93-4ca8-b5f0-18671a11bc3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5774 | 2024.08.15 05:36:26.263483 [ 3 ] {47b52589-6280-44bb-b05c-1046da3e3d24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
5775 | 2024.08.15 05:36:26.263525 [ 3 ] {47b52589-6280-44bb-b05c-1046da3e3d24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5776 | 2024.08.15 05:36:26.263656 [ 3 ] {47b52589-6280-44bb-b05c-1046da3e3d24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5777 | 2024.08.15 05:36:26.263931 [ 3 ] {47b52589-6280-44bb-b05c-1046da3e3d24} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5778 | 2024.08.15 05:36:26.263967 [ 3 ] {47b52589-6280-44bb-b05c-1046da3e3d24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5779 | 2024.08.15 05:36:26.264274 [ 3 ] {47b52589-6280-44bb-b05c-1046da3e3d24} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5780 | 2024.08.15 05:36:26.264573 [ 3 ] {47b52589-6280-44bb-b05c-1046da3e3d24} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5781 | 2024.08.15 05:36:26.264736 [ 3 ] {47b52589-6280-44bb-b05c-1046da3e3d24} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001266 sec., 4739.336492890995 rows/sec., 280.01 KiB/sec. | ||
5782 | 2024.08.15 05:36:26.264902 [ 3 ] {47b52589-6280-44bb-b05c-1046da3e3d24} <Debug> DynamicQueryHandler: Done processing query | ||
5783 | 2024.08.15 05:36:26.264927 [ 3 ] {47b52589-6280-44bb-b05c-1046da3e3d24} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5784 | 2024.08.15 05:36:26.264943 [ 3 ] {} <Debug> HTTP-Session: 6d58c0eb-ba93-4ca8-b5f0-18671a11bc3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5785 | 2024.08.15 05:36:26.265169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 138449, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5786 | 2024.08.15 05:36:26.265218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5787 | 2024.08.15 05:36:26.265237 [ 3 ] {} <Debug> HTTP-Session: 6e8e0e3a-fb7c-4dd3-a7f4-beab965ce3ad Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5788 | 2024.08.15 05:36:26.265254 [ 3 ] {} <Debug> HTTP-Session: 6e8e0e3a-fb7c-4dd3-a7f4-beab965ce3ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5789 | 2024.08.15 05:36:26.265268 [ 3 ] {} <Debug> HTTP-Session: 6e8e0e3a-fb7c-4dd3-a7f4-beab965ce3ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5790 | 2024.08.15 05:36:26.265299 [ 3 ] {} <Trace> HTTP-Session: 6e8e0e3a-fb7c-4dd3-a7f4-beab965ce3ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5791 | 2024.08.15 05:36:26.265706 [ 3 ] {8531cceb-29eb-4883-b625-2a2f736f6ad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5792 | 2024.08.15 05:36:26.265749 [ 3 ] {8531cceb-29eb-4883-b625-2a2f736f6ad6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5793 | 2024.08.15 05:36:26.265875 [ 3 ] {8531cceb-29eb-4883-b625-2a2f736f6ad6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5794 | 2024.08.15 05:36:26.266683 [ 3 ] {8531cceb-29eb-4883-b625-2a2f736f6ad6} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5795 | 2024.08.15 05:36:26.266721 [ 3 ] {8531cceb-29eb-4883-b625-2a2f736f6ad6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5796 | 2024.08.15 05:36:26.267060 [ 3 ] {8531cceb-29eb-4883-b625-2a2f736f6ad6} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5797 | 2024.08.15 05:36:26.267365 [ 3 ] {8531cceb-29eb-4883-b625-2a2f736f6ad6} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5798 | 2024.08.15 05:36:26.267530 [ 3 ] {8531cceb-29eb-4883-b625-2a2f736f6ad6} <Debug> executeQuery: Read 848 rows, 62.78 KiB in 0.002095 sec., 404773.26968973747 rows/sec., 29.26 MiB/sec. | ||
5799 | 2024.08.15 05:36:26.267701 [ 3 ] {8531cceb-29eb-4883-b625-2a2f736f6ad6} <Debug> DynamicQueryHandler: Done processing query | ||
5800 | 2024.08.15 05:36:26.267725 [ 3 ] {8531cceb-29eb-4883-b625-2a2f736f6ad6} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
5801 | 2024.08.15 05:36:26.267741 [ 3 ] {} <Debug> HTTP-Session: 6e8e0e3a-fb7c-4dd3-a7f4-beab965ce3ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5802 | 2024.08.15 05:36:26.267902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5803 | 2024.08.15 05:36:26.267951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5804 | 2024.08.15 05:36:26.267971 [ 3 ] {} <Debug> HTTP-Session: 5fb5bb7c-a763-441d-8731-5610399245f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5805 | 2024.08.15 05:36:26.267988 [ 3 ] {} <Debug> HTTP-Session: 5fb5bb7c-a763-441d-8731-5610399245f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5806 | 2024.08.15 05:36:26.268002 [ 3 ] {} <Debug> HTTP-Session: 5fb5bb7c-a763-441d-8731-5610399245f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5807 | 2024.08.15 05:36:26.268032 [ 3 ] {} <Trace> HTTP-Session: 5fb5bb7c-a763-441d-8731-5610399245f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5808 | 2024.08.15 05:36:26.268124 [ 3 ] {ab54c226-c1d5-423f-aa8d-3d6988ca8e49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5809 | 2024.08.15 05:36:26.268168 [ 3 ] {ab54c226-c1d5-423f-aa8d-3d6988ca8e49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5810 | 2024.08.15 05:36:26.268325 [ 3 ] {ab54c226-c1d5-423f-aa8d-3d6988ca8e49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5811 | 2024.08.15 05:36:26.268582 [ 3 ] {ab54c226-c1d5-423f-aa8d-3d6988ca8e49} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5812 | 2024.08.15 05:36:26.268618 [ 3 ] {ab54c226-c1d5-423f-aa8d-3d6988ca8e49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5813 | 2024.08.15 05:36:26.268968 [ 3 ] {ab54c226-c1d5-423f-aa8d-3d6988ca8e49} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5814 | 2024.08.15 05:36:26.269280 [ 3 ] {ab54c226-c1d5-423f-aa8d-3d6988ca8e49} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5815 | 2024.08.15 05:36:26.269444 [ 3 ] {ab54c226-c1d5-423f-aa8d-3d6988ca8e49} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001332 sec., 4504.504504504504 rows/sec., 235.34 KiB/sec. | ||
5816 | 2024.08.15 05:36:26.269612 [ 3 ] {ab54c226-c1d5-423f-aa8d-3d6988ca8e49} <Debug> DynamicQueryHandler: Done processing query | ||
5817 | 2024.08.15 05:36:26.269637 [ 3 ] {ab54c226-c1d5-423f-aa8d-3d6988ca8e49} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5818 | 2024.08.15 05:36:26.269653 [ 3 ] {} <Debug> HTTP-Session: 5fb5bb7c-a763-441d-8731-5610399245f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5819 | 2024.08.15 05:36:26.269985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 174410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5820 | 2024.08.15 05:36:26.270034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5821 | 2024.08.15 05:36:26.270079 [ 3 ] {} <Debug> HTTP-Session: e8668bf0-2bea-46c2-8bfc-ac4e1e7328da Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5822 | 2024.08.15 05:36:26.270098 [ 3 ] {} <Debug> HTTP-Session: e8668bf0-2bea-46c2-8bfc-ac4e1e7328da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5823 | 2024.08.15 05:36:26.270112 [ 3 ] {} <Debug> HTTP-Session: e8668bf0-2bea-46c2-8bfc-ac4e1e7328da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5824 | 2024.08.15 05:36:26.270141 [ 3 ] {} <Trace> HTTP-Session: e8668bf0-2bea-46c2-8bfc-ac4e1e7328da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5825 | 2024.08.15 05:36:26.270593 [ 3 ] {66636915-ced0-47ad-8022-c8dd9a97f75f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5826 | 2024.08.15 05:36:26.270641 [ 3 ] {66636915-ced0-47ad-8022-c8dd9a97f75f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5827 | 2024.08.15 05:36:26.270786 [ 3 ] {66636915-ced0-47ad-8022-c8dd9a97f75f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5828 | 2024.08.15 05:36:26.271614 [ 3 ] {66636915-ced0-47ad-8022-c8dd9a97f75f} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5829 | 2024.08.15 05:36:26.271650 [ 3 ] {66636915-ced0-47ad-8022-c8dd9a97f75f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5830 | 2024.08.15 05:36:26.272085 [ 3 ] {66636915-ced0-47ad-8022-c8dd9a97f75f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5831 | 2024.08.15 05:36:26.272418 [ 3 ] {66636915-ced0-47ad-8022-c8dd9a97f75f} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5832 | 2024.08.15 05:36:26.272592 [ 3 ] {66636915-ced0-47ad-8022-c8dd9a97f75f} <Debug> executeQuery: Read 922 rows, 63.08 KiB in 0.002291 sec., 402444.3474465299 rows/sec., 26.89 MiB/sec. | ||
5833 | 2024.08.15 05:36:26.272770 [ 3 ] {66636915-ced0-47ad-8022-c8dd9a97f75f} <Debug> DynamicQueryHandler: Done processing query | ||
5834 | 2024.08.15 05:36:26.272795 [ 3 ] {66636915-ced0-47ad-8022-c8dd9a97f75f} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
5835 | 2024.08.15 05:36:26.272810 [ 3 ] {} <Debug> HTTP-Session: e8668bf0-2bea-46c2-8bfc-ac4e1e7328da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5836 | 2024.08.15 05:36:26.273024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5837 | 2024.08.15 05:36:26.273072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5838 | 2024.08.15 05:36:26.273091 [ 3 ] {} <Debug> HTTP-Session: 7c3afe5a-617d-4306-8bae-982a8b23e6ec Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5839 | 2024.08.15 05:36:26.273107 [ 3 ] {} <Debug> HTTP-Session: 7c3afe5a-617d-4306-8bae-982a8b23e6ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5840 | 2024.08.15 05:36:26.273121 [ 3 ] {} <Debug> HTTP-Session: 7c3afe5a-617d-4306-8bae-982a8b23e6ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5841 | 2024.08.15 05:36:26.273150 [ 3 ] {} <Trace> HTTP-Session: 7c3afe5a-617d-4306-8bae-982a8b23e6ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5842 | 2024.08.15 05:36:26.273241 [ 3 ] {c9241a35-4d9e-4726-b6ec-ae4fa5a89418} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
5843 | 2024.08.15 05:36:26.273286 [ 3 ] {c9241a35-4d9e-4726-b6ec-ae4fa5a89418} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5844 | 2024.08.15 05:36:26.273417 [ 3 ] {c9241a35-4d9e-4726-b6ec-ae4fa5a89418} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5845 | 2024.08.15 05:36:26.273669 [ 3 ] {c9241a35-4d9e-4726-b6ec-ae4fa5a89418} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5846 | 2024.08.15 05:36:26.273705 [ 3 ] {c9241a35-4d9e-4726-b6ec-ae4fa5a89418} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5847 | 2024.08.15 05:36:26.274042 [ 3 ] {c9241a35-4d9e-4726-b6ec-ae4fa5a89418} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5848 | 2024.08.15 05:36:26.274350 [ 3 ] {c9241a35-4d9e-4726-b6ec-ae4fa5a89418} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5849 | 2024.08.15 05:36:26.274503 [ 3 ] {c9241a35-4d9e-4726-b6ec-ae4fa5a89418} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001285 sec., 778.2101167315176 rows/sec., 52.44 KiB/sec. | ||
5850 | 2024.08.15 05:36:26.274674 [ 3 ] {c9241a35-4d9e-4726-b6ec-ae4fa5a89418} <Debug> DynamicQueryHandler: Done processing query | ||
5851 | 2024.08.15 05:36:26.274699 [ 3 ] {c9241a35-4d9e-4726-b6ec-ae4fa5a89418} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5852 | 2024.08.15 05:36:26.274714 [ 3 ] {} <Debug> HTTP-Session: 7c3afe5a-617d-4306-8bae-982a8b23e6ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5853 | 2024.08.15 05:36:26.274874 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5854 | 2024.08.15 05:36:26.274923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5855 | 2024.08.15 05:36:26.274942 [ 3 ] {} <Debug> HTTP-Session: 9d7458ad-55d8-4a52-8a87-b372c8209e8a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5856 | 2024.08.15 05:36:26.274959 [ 3 ] {} <Debug> HTTP-Session: 9d7458ad-55d8-4a52-8a87-b372c8209e8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5857 | 2024.08.15 05:36:26.274973 [ 3 ] {} <Debug> HTTP-Session: 9d7458ad-55d8-4a52-8a87-b372c8209e8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5858 | 2024.08.15 05:36:26.275002 [ 3 ] {} <Trace> HTTP-Session: 9d7458ad-55d8-4a52-8a87-b372c8209e8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5859 | 2024.08.15 05:36:26.275121 [ 3 ] {fd1e096f-3f65-4c7b-8776-614669ce02c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5860 | 2024.08.15 05:36:26.275183 [ 3 ] {fd1e096f-3f65-4c7b-8776-614669ce02c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5861 | 2024.08.15 05:36:26.275594 [ 3 ] {fd1e096f-3f65-4c7b-8776-614669ce02c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5862 | 2024.08.15 05:36:26.276038 [ 3 ] {fd1e096f-3f65-4c7b-8776-614669ce02c5} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5863 | 2024.08.15 05:36:26.276074 [ 3 ] {fd1e096f-3f65-4c7b-8776-614669ce02c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5864 | 2024.08.15 05:36:26.276653 [ 3 ] {fd1e096f-3f65-4c7b-8776-614669ce02c5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
5865 | 2024.08.15 05:36:26.277063 [ 3 ] {fd1e096f-3f65-4c7b-8776-614669ce02c5} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5866 | 2024.08.15 05:36:26.277230 [ 126 ] {} <Debug> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
5867 | 2024.08.15 05:36:26.277257 [ 3 ] {fd1e096f-3f65-4c7b-8776-614669ce02c5} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002182 sec., 1833.1805682859763 rows/sec., 3.28 MiB/sec. | ||
5868 | 2024.08.15 05:36:26.277293 [ 126 ] {} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5869 | 2024.08.15 05:36:26.277357 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5870 | 2024.08.15 05:36:26.277984 [ 188 ] {f74056ac-963a-4604-86a0-b4c0a6355317::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 | ||
5871 | 2024.08.15 05:36:26.278141 [ 3 ] {fd1e096f-3f65-4c7b-8776-614669ce02c5} <Debug> DynamicQueryHandler: Done processing query | ||
5872 | 2024.08.15 05:36:26.278194 [ 3 ] {fd1e096f-3f65-4c7b-8776-614669ce02c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
5873 | 2024.08.15 05:36:26.278241 [ 3 ] {} <Debug> HTTP-Session: 9d7458ad-55d8-4a52-8a87-b372c8209e8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5874 | 2024.08.15 05:36:26.278482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 11848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5875 | 2024.08.15 05:36:26.278598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5876 | 2024.08.15 05:36:26.278650 [ 188 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5877 | 2024.08.15 05:36:26.278662 [ 3 ] {} <Debug> HTTP-Session: 4bbec3a3-0323-499e-b641-f097d01142ef Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5878 | 2024.08.15 05:36:26.278727 [ 3 ] {} <Debug> HTTP-Session: 4bbec3a3-0323-499e-b641-f097d01142ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5879 | 2024.08.15 05:36:26.278768 [ 3 ] {} <Debug> HTTP-Session: 4bbec3a3-0323-499e-b641-f097d01142ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5880 | 2024.08.15 05:36:26.278814 [ 188 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 198 rows starting from the beginning of the part | ||
5881 | 2024.08.15 05:36:26.278843 [ 3 ] {} <Trace> HTTP-Session: 4bbec3a3-0323-499e-b641-f097d01142ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5882 | 2024.08.15 05:36:26.279171 [ 3 ] {dba4259f-7adb-446a-b3c7-c115ef51b279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5883 | 2024.08.15 05:36:26.279397 [ 3 ] {dba4259f-7adb-446a-b3c7-c115ef51b279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5884 | 2024.08.15 05:36:26.279427 [ 188 ] {f74056ac-963a-4604-86a0-b4c0a6355317::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 | ||
5885 | 2024.08.15 05:36:26.280276 [ 188 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 26 rows starting from the beginning of the part | ||
5886 | 2024.08.15 05:36:26.280308 [ 3 ] {dba4259f-7adb-446a-b3c7-c115ef51b279} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5887 | 2024.08.15 05:36:26.280860 [ 188 ] {f74056ac-963a-4604-86a0-b4c0a6355317::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 | ||
5888 | 2024.08.15 05:36:26.281392 [ 3 ] {dba4259f-7adb-446a-b3c7-c115ef51b279} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5889 | 2024.08.15 05:36:26.281454 [ 3 ] {dba4259f-7adb-446a-b3c7-c115ef51b279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5890 | 2024.08.15 05:36:26.281533 [ 188 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 26 rows starting from the beginning of the part | ||
5891 | 2024.08.15 05:36:26.282165 [ 188 ] {f74056ac-963a-4604-86a0-b4c0a6355317::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 | ||
5892 | 2024.08.15 05:36:26.282616 [ 3 ] {dba4259f-7adb-446a-b3c7-c115ef51b279} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5893 | 2024.08.15 05:36:26.283601 [ 3 ] {dba4259f-7adb-446a-b3c7-c115ef51b279} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5894 | 2024.08.15 05:36:26.283934 [ 3 ] {dba4259f-7adb-446a-b3c7-c115ef51b279} <Debug> executeQuery: Read 80 rows, 5.21 KiB in 0.004922 sec., 16253.555465258025 rows/sec., 1.03 MiB/sec. | ||
5895 | 2024.08.15 05:36:26.284379 [ 3 ] {dba4259f-7adb-446a-b3c7-c115ef51b279} <Debug> DynamicQueryHandler: Done processing query | ||
5896 | 2024.08.15 05:36:26.284426 [ 3 ] {dba4259f-7adb-446a-b3c7-c115ef51b279} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5897 | 2024.08.15 05:36:26.284468 [ 3 ] {} <Debug> HTTP-Session: 4bbec3a3-0323-499e-b641-f097d01142ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5898 | 2024.08.15 05:36:26.287040 [ 195 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 262 rows, containing 19 columns (19 merged, 0 gathered) in 0.009516071 sec., 27532.371290630348 rows/sec., 49.33 MiB/sec. | ||
5899 | 2024.08.15 05:36:26.287385 [ 188 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
5900 | 2024.08.15 05:36:26.287953 [ 188 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5901 | 2024.08.15 05:36:26.288034 [ 188 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
5902 | 2024.08.15 05:36:26.288150 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.67 MiB. | ||
5903 | 2024.08.15 05:36:26.398038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5904 | 2024.08.15 05:36:26.398101 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5905 | 2024.08.15 05:36:26.398122 [ 3 ] {} <Debug> HTTP-Session: b64e1fe5-229c-467d-b147-32727427f445 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5906 | 2024.08.15 05:36:26.398140 [ 3 ] {} <Debug> HTTP-Session: b64e1fe5-229c-467d-b147-32727427f445 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5907 | 2024.08.15 05:36:26.398154 [ 3 ] {} <Debug> HTTP-Session: b64e1fe5-229c-467d-b147-32727427f445 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5908 | 2024.08.15 05:36:26.398190 [ 3 ] {} <Trace> HTTP-Session: b64e1fe5-229c-467d-b147-32727427f445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5909 | 2024.08.15 05:36:26.398304 [ 3 ] {c5bcf066-2031-46f0-95fd-00aea9c1fdad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5910 | 2024.08.15 05:36:26.398392 [ 3 ] {c5bcf066-2031-46f0-95fd-00aea9c1fdad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5911 | 2024.08.15 05:36:26.398672 [ 3 ] {c5bcf066-2031-46f0-95fd-00aea9c1fdad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5912 | 2024.08.15 05:36:26.399215 [ 3 ] {c5bcf066-2031-46f0-95fd-00aea9c1fdad} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5913 | 2024.08.15 05:36:26.399289 [ 3 ] {c5bcf066-2031-46f0-95fd-00aea9c1fdad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5914 | 2024.08.15 05:36:26.399616 [ 3 ] {c5bcf066-2031-46f0-95fd-00aea9c1fdad} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5915 | 2024.08.15 05:36:26.399935 [ 3 ] {c5bcf066-2031-46f0-95fd-00aea9c1fdad} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5916 | 2024.08.15 05:36:26.400076 [ 3 ] {c5bcf066-2031-46f0-95fd-00aea9c1fdad} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.001802 sec., 2219.7558268590456 rows/sec., 186.97 KiB/sec. | ||
5917 | 2024.08.15 05:36:26.400257 [ 3 ] {c5bcf066-2031-46f0-95fd-00aea9c1fdad} <Debug> DynamicQueryHandler: Done processing query | ||
5918 | 2024.08.15 05:36:26.400281 [ 3 ] {c5bcf066-2031-46f0-95fd-00aea9c1fdad} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5919 | 2024.08.15 05:36:26.400296 [ 3 ] {} <Debug> HTTP-Session: b64e1fe5-229c-467d-b147-32727427f445 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5920 | 2024.08.15 05:36:26.400416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5921 | 2024.08.15 05:36:26.400462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5922 | 2024.08.15 05:36:26.400482 [ 3 ] {} <Debug> HTTP-Session: 45b30095-6984-4678-8234-f0f68c2dee70 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5923 | 2024.08.15 05:36:26.400498 [ 3 ] {} <Debug> HTTP-Session: 45b30095-6984-4678-8234-f0f68c2dee70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5924 | 2024.08.15 05:36:26.400512 [ 3 ] {} <Debug> HTTP-Session: 45b30095-6984-4678-8234-f0f68c2dee70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5925 | 2024.08.15 05:36:26.400543 [ 3 ] {} <Trace> HTTP-Session: 45b30095-6984-4678-8234-f0f68c2dee70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5926 | 2024.08.15 05:36:26.400637 [ 3 ] {8d760722-bad9-4867-ac3c-af9324f7a49e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5927 | 2024.08.15 05:36:26.400677 [ 3 ] {8d760722-bad9-4867-ac3c-af9324f7a49e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5928 | 2024.08.15 05:36:26.400803 [ 3 ] {8d760722-bad9-4867-ac3c-af9324f7a49e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5929 | 2024.08.15 05:36:26.401075 [ 3 ] {8d760722-bad9-4867-ac3c-af9324f7a49e} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5930 | 2024.08.15 05:36:26.401111 [ 3 ] {8d760722-bad9-4867-ac3c-af9324f7a49e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5931 | 2024.08.15 05:36:26.401406 [ 3 ] {8d760722-bad9-4867-ac3c-af9324f7a49e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5932 | 2024.08.15 05:36:26.401709 [ 3 ] {8d760722-bad9-4867-ac3c-af9324f7a49e} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5933 | 2024.08.15 05:36:26.401850 [ 3 ] {8d760722-bad9-4867-ac3c-af9324f7a49e} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.001244 sec., 6430.868167202572 rows/sec., 516.54 KiB/sec. | ||
5934 | 2024.08.15 05:36:26.402110 [ 3 ] {8d760722-bad9-4867-ac3c-af9324f7a49e} <Debug> DynamicQueryHandler: Done processing query | ||
5935 | 2024.08.15 05:36:26.402150 [ 3 ] {8d760722-bad9-4867-ac3c-af9324f7a49e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5936 | 2024.08.15 05:36:26.402165 [ 3 ] {} <Debug> HTTP-Session: 45b30095-6984-4678-8234-f0f68c2dee70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5937 | 2024.08.15 05:36:26.402282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5938 | 2024.08.15 05:36:26.402327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5939 | 2024.08.15 05:36:26.402344 [ 3 ] {} <Debug> HTTP-Session: e9a4bec3-a262-437a-996c-7001319250b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5940 | 2024.08.15 05:36:26.402359 [ 3 ] {} <Debug> HTTP-Session: e9a4bec3-a262-437a-996c-7001319250b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5941 | 2024.08.15 05:36:26.402373 [ 3 ] {} <Debug> HTTP-Session: e9a4bec3-a262-437a-996c-7001319250b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5942 | 2024.08.15 05:36:26.402401 [ 3 ] {} <Trace> HTTP-Session: e9a4bec3-a262-437a-996c-7001319250b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5943 | 2024.08.15 05:36:26.402491 [ 3 ] {89c334c9-df09-470f-8f18-b3d9f8315994} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5944 | 2024.08.15 05:36:26.402533 [ 3 ] {89c334c9-df09-470f-8f18-b3d9f8315994} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5945 | 2024.08.15 05:36:26.402755 [ 3 ] {89c334c9-df09-470f-8f18-b3d9f8315994} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5946 | 2024.08.15 05:36:26.403024 [ 3 ] {89c334c9-df09-470f-8f18-b3d9f8315994} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5947 | 2024.08.15 05:36:26.403060 [ 3 ] {89c334c9-df09-470f-8f18-b3d9f8315994} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5948 | 2024.08.15 05:36:26.403399 [ 3 ] {89c334c9-df09-470f-8f18-b3d9f8315994} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5949 | 2024.08.15 05:36:26.403772 [ 3 ] {89c334c9-df09-470f-8f18-b3d9f8315994} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5950 | 2024.08.15 05:36:26.403896 [ 3 ] {89c334c9-df09-470f-8f18-b3d9f8315994} <Debug> executeQuery: Read 2 rows, 156.00 B in 0.001372 sec., 1457.725947521866 rows/sec., 111.04 KiB/sec. | ||
5951 | 2024.08.15 05:36:26.404051 [ 3 ] {89c334c9-df09-470f-8f18-b3d9f8315994} <Debug> DynamicQueryHandler: Done processing query | ||
5952 | 2024.08.15 05:36:26.404074 [ 3 ] {89c334c9-df09-470f-8f18-b3d9f8315994} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5953 | 2024.08.15 05:36:26.404090 [ 3 ] {} <Debug> HTTP-Session: e9a4bec3-a262-437a-996c-7001319250b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5954 | 2024.08.15 05:36:26.404196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5955 | 2024.08.15 05:36:26.404241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5956 | 2024.08.15 05:36:26.404259 [ 3 ] {} <Debug> HTTP-Session: 0568c428-b744-48dc-837b-84c2d8ec3e4a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5957 | 2024.08.15 05:36:26.404275 [ 3 ] {} <Debug> HTTP-Session: 0568c428-b744-48dc-837b-84c2d8ec3e4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5958 | 2024.08.15 05:36:26.404288 [ 3 ] {} <Debug> HTTP-Session: 0568c428-b744-48dc-837b-84c2d8ec3e4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5959 | 2024.08.15 05:36:26.404319 [ 3 ] {} <Trace> HTTP-Session: 0568c428-b744-48dc-837b-84c2d8ec3e4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5960 | 2024.08.15 05:36:26.404408 [ 3 ] {1b8f8bcc-b81a-4669-b31d-d054a177091e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5961 | 2024.08.15 05:36:26.404449 [ 3 ] {1b8f8bcc-b81a-4669-b31d-d054a177091e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5962 | 2024.08.15 05:36:26.404572 [ 3 ] {1b8f8bcc-b81a-4669-b31d-d054a177091e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5963 | 2024.08.15 05:36:26.404803 [ 3 ] {1b8f8bcc-b81a-4669-b31d-d054a177091e} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5964 | 2024.08.15 05:36:26.404838 [ 3 ] {1b8f8bcc-b81a-4669-b31d-d054a177091e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5965 | 2024.08.15 05:36:26.405175 [ 3 ] {1b8f8bcc-b81a-4669-b31d-d054a177091e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5966 | 2024.08.15 05:36:26.405486 [ 3 ] {1b8f8bcc-b81a-4669-b31d-d054a177091e} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5967 | 2024.08.15 05:36:26.405607 [ 3 ] {1b8f8bcc-b81a-4669-b31d-d054a177091e} <Debug> executeQuery: Read 2 rows, 129.00 B in 0.001221 sec., 1638.001638001638 rows/sec., 103.17 KiB/sec. | ||
5968 | 2024.08.15 05:36:26.405766 [ 3 ] {1b8f8bcc-b81a-4669-b31d-d054a177091e} <Debug> DynamicQueryHandler: Done processing query | ||
5969 | 2024.08.15 05:36:26.405791 [ 3 ] {1b8f8bcc-b81a-4669-b31d-d054a177091e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5970 | 2024.08.15 05:36:26.405807 [ 3 ] {} <Debug> HTTP-Session: 0568c428-b744-48dc-837b-84c2d8ec3e4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5971 | 2024.08.15 05:36:31.407684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5972 | 2024.08.15 05:36:31.407825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5973 | 2024.08.15 05:36:31.407854 [ 3 ] {} <Debug> HTTP-Session: 014e15cb-ccf6-4d33-87de-6f63ec469b95 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5974 | 2024.08.15 05:36:31.407881 [ 3 ] {} <Debug> HTTP-Session: 014e15cb-ccf6-4d33-87de-6f63ec469b95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5975 | 2024.08.15 05:36:31.407898 [ 3 ] {} <Debug> HTTP-Session: 014e15cb-ccf6-4d33-87de-6f63ec469b95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5976 | 2024.08.15 05:36:31.407955 [ 3 ] {} <Trace> HTTP-Session: 014e15cb-ccf6-4d33-87de-6f63ec469b95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5977 | 2024.08.15 05:36:31.408157 [ 3 ] {56098f17-0071-4f7c-932a-d6a06d898008} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5978 | 2024.08.15 05:36:31.408231 [ 3 ] {56098f17-0071-4f7c-932a-d6a06d898008} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5979 | 2024.08.15 05:36:31.408445 [ 3 ] {56098f17-0071-4f7c-932a-d6a06d898008} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5980 | 2024.08.15 05:36:31.408870 [ 3 ] {56098f17-0071-4f7c-932a-d6a06d898008} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5981 | 2024.08.15 05:36:31.408910 [ 3 ] {56098f17-0071-4f7c-932a-d6a06d898008} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
5982 | 2024.08.15 05:36:31.409273 [ 3 ] {56098f17-0071-4f7c-932a-d6a06d898008} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
5983 | 2024.08.15 05:36:31.409600 [ 3 ] {56098f17-0071-4f7c-932a-d6a06d898008} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5984 | 2024.08.15 05:36:31.409742 [ 3 ] {56098f17-0071-4f7c-932a-d6a06d898008} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.00165 sec., 15757.575757575758 rows/sec., 1.25 MiB/sec. | ||
5985 | 2024.08.15 05:36:31.409955 [ 3 ] {56098f17-0071-4f7c-932a-d6a06d898008} <Debug> DynamicQueryHandler: Done processing query | ||
5986 | 2024.08.15 05:36:31.409981 [ 3 ] {56098f17-0071-4f7c-932a-d6a06d898008} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5987 | 2024.08.15 05:36:31.409997 [ 3 ] {} <Debug> HTTP-Session: 014e15cb-ccf6-4d33-87de-6f63ec469b95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5988 | 2024.08.15 05:36:31.410168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5989 | 2024.08.15 05:36:31.410216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5990 | 2024.08.15 05:36:31.410235 [ 3 ] {} <Debug> HTTP-Session: 7ea0de49-94d2-408b-b0b9-f518bb4c763a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
5991 | 2024.08.15 05:36:31.410253 [ 3 ] {} <Debug> HTTP-Session: 7ea0de49-94d2-408b-b0b9-f518bb4c763a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5992 | 2024.08.15 05:36:31.410267 [ 3 ] {} <Debug> HTTP-Session: 7ea0de49-94d2-408b-b0b9-f518bb4c763a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5993 | 2024.08.15 05:36:31.410298 [ 3 ] {} <Trace> HTTP-Session: 7ea0de49-94d2-408b-b0b9-f518bb4c763a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5994 | 2024.08.15 05:36:31.410392 [ 3 ] {ac442a81-a524-452a-84a8-c691550a15c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5995 | 2024.08.15 05:36:31.410436 [ 3 ] {ac442a81-a524-452a-84a8-c691550a15c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5996 | 2024.08.15 05:36:31.410561 [ 3 ] {ac442a81-a524-452a-84a8-c691550a15c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5997 | 2024.08.15 05:36:31.410844 [ 3 ] {ac442a81-a524-452a-84a8-c691550a15c7} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5998 | 2024.08.15 05:36:31.410880 [ 3 ] {ac442a81-a524-452a-84a8-c691550a15c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
5999 | 2024.08.15 05:36:31.411181 [ 3 ] {ac442a81-a524-452a-84a8-c691550a15c7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
6000 | 2024.08.15 05:36:31.411478 [ 3 ] {ac442a81-a524-452a-84a8-c691550a15c7} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6001 | 2024.08.15 05:36:31.411607 [ 3 ] {ac442a81-a524-452a-84a8-c691550a15c7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001238 sec., 1615.5088852988692 rows/sec., 131.73 KiB/sec. | ||
6002 | 2024.08.15 05:36:31.411899 [ 3 ] {ac442a81-a524-452a-84a8-c691550a15c7} <Debug> DynamicQueryHandler: Done processing query | ||
6003 | 2024.08.15 05:36:31.411925 [ 3 ] {ac442a81-a524-452a-84a8-c691550a15c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6004 | 2024.08.15 05:36:31.411941 [ 3 ] {} <Debug> HTTP-Session: 7ea0de49-94d2-408b-b0b9-f518bb4c763a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6005 | 2024.08.15 05:36:31.412074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6006 | 2024.08.15 05:36:31.412122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6007 | 2024.08.15 05:36:31.412142 [ 3 ] {} <Debug> HTTP-Session: 0a3ef0ea-acab-44ed-be01-e89c6c5ddd3a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6008 | 2024.08.15 05:36:31.412158 [ 3 ] {} <Debug> HTTP-Session: 0a3ef0ea-acab-44ed-be01-e89c6c5ddd3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6009 | 2024.08.15 05:36:31.412171 [ 3 ] {} <Debug> HTTP-Session: 0a3ef0ea-acab-44ed-be01-e89c6c5ddd3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6010 | 2024.08.15 05:36:31.412201 [ 3 ] {} <Trace> HTTP-Session: 0a3ef0ea-acab-44ed-be01-e89c6c5ddd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6011 | 2024.08.15 05:36:31.412332 [ 3 ] {8291dbd3-0e15-4b84-9380-075ba8defc3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6012 | 2024.08.15 05:36:31.412376 [ 3 ] {8291dbd3-0e15-4b84-9380-075ba8defc3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6013 | 2024.08.15 05:36:31.412517 [ 3 ] {8291dbd3-0e15-4b84-9380-075ba8defc3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6014 | 2024.08.15 05:36:31.412939 [ 3 ] {8291dbd3-0e15-4b84-9380-075ba8defc3c} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6015 | 2024.08.15 05:36:31.412975 [ 3 ] {8291dbd3-0e15-4b84-9380-075ba8defc3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6016 | 2024.08.15 05:36:31.413289 [ 3 ] {8291dbd3-0e15-4b84-9380-075ba8defc3c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6017 | 2024.08.15 05:36:31.413587 [ 3 ] {8291dbd3-0e15-4b84-9380-075ba8defc3c} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6018 | 2024.08.15 05:36:31.413717 [ 3 ] {8291dbd3-0e15-4b84-9380-075ba8defc3c} <Debug> executeQuery: Read 135 rows, 11.52 KiB in 0.00144 sec., 93750 rows/sec., 7.81 MiB/sec. | ||
6019 | 2024.08.15 05:36:31.413936 [ 3 ] {8291dbd3-0e15-4b84-9380-075ba8defc3c} <Debug> DynamicQueryHandler: Done processing query | ||
6020 | 2024.08.15 05:36:31.413961 [ 3 ] {8291dbd3-0e15-4b84-9380-075ba8defc3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6021 | 2024.08.15 05:36:31.413977 [ 3 ] {} <Debug> HTTP-Session: 0a3ef0ea-acab-44ed-be01-e89c6c5ddd3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6022 | 2024.08.15 05:36:31.414144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6023 | 2024.08.15 05:36:31.414194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6024 | 2024.08.15 05:36:31.414212 [ 3 ] {} <Debug> HTTP-Session: cb43f961-8348-4216-90fe-91c5d27aeb91 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6025 | 2024.08.15 05:36:31.414228 [ 3 ] {} <Debug> HTTP-Session: cb43f961-8348-4216-90fe-91c5d27aeb91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6026 | 2024.08.15 05:36:31.414242 [ 3 ] {} <Debug> HTTP-Session: cb43f961-8348-4216-90fe-91c5d27aeb91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6027 | 2024.08.15 05:36:31.414271 [ 3 ] {} <Trace> HTTP-Session: cb43f961-8348-4216-90fe-91c5d27aeb91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6028 | 2024.08.15 05:36:31.414364 [ 3 ] {6c6dce3a-c85a-404e-8b40-ad7e0b2f3b58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6029 | 2024.08.15 05:36:31.414406 [ 3 ] {6c6dce3a-c85a-404e-8b40-ad7e0b2f3b58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6030 | 2024.08.15 05:36:31.414532 [ 3 ] {6c6dce3a-c85a-404e-8b40-ad7e0b2f3b58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6031 | 2024.08.15 05:36:31.414810 [ 3 ] {6c6dce3a-c85a-404e-8b40-ad7e0b2f3b58} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6032 | 2024.08.15 05:36:31.414845 [ 3 ] {6c6dce3a-c85a-404e-8b40-ad7e0b2f3b58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6033 | 2024.08.15 05:36:31.415135 [ 3 ] {6c6dce3a-c85a-404e-8b40-ad7e0b2f3b58} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
6034 | 2024.08.15 05:36:31.415427 [ 3 ] {6c6dce3a-c85a-404e-8b40-ad7e0b2f3b58} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6035 | 2024.08.15 05:36:31.415552 [ 3 ] {6c6dce3a-c85a-404e-8b40-ad7e0b2f3b58} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00121 sec., 1652.892561983471 rows/sec., 115.41 KiB/sec. | ||
6036 | 2024.08.15 05:36:31.415831 [ 3 ] {6c6dce3a-c85a-404e-8b40-ad7e0b2f3b58} <Debug> DynamicQueryHandler: Done processing query | ||
6037 | 2024.08.15 05:36:31.415856 [ 3 ] {6c6dce3a-c85a-404e-8b40-ad7e0b2f3b58} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6038 | 2024.08.15 05:36:31.415872 [ 3 ] {} <Debug> HTTP-Session: cb43f961-8348-4216-90fe-91c5d27aeb91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6039 | 2024.08.15 05:36:31.415994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 15624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6040 | 2024.08.15 05:36:31.416041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6041 | 2024.08.15 05:36:31.416061 [ 3 ] {} <Debug> HTTP-Session: 8d623deb-efda-4ab5-b605-21f35027f577 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6042 | 2024.08.15 05:36:31.416078 [ 3 ] {} <Debug> HTTP-Session: 8d623deb-efda-4ab5-b605-21f35027f577 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6043 | 2024.08.15 05:36:31.416093 [ 3 ] {} <Debug> HTTP-Session: 8d623deb-efda-4ab5-b605-21f35027f577 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6044 | 2024.08.15 05:36:31.416123 [ 3 ] {} <Trace> HTTP-Session: 8d623deb-efda-4ab5-b605-21f35027f577 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6045 | 2024.08.15 05:36:31.416247 [ 3 ] {4c6bb295-2eca-47d1-af27-11a1b7112ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6046 | 2024.08.15 05:36:31.416289 [ 3 ] {4c6bb295-2eca-47d1-af27-11a1b7112ff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6047 | 2024.08.15 05:36:31.416430 [ 3 ] {4c6bb295-2eca-47d1-af27-11a1b7112ff2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6048 | 2024.08.15 05:36:31.416776 [ 3 ] {4c6bb295-2eca-47d1-af27-11a1b7112ff2} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6049 | 2024.08.15 05:36:31.416812 [ 3 ] {4c6bb295-2eca-47d1-af27-11a1b7112ff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6050 | 2024.08.15 05:36:31.417124 [ 3 ] {4c6bb295-2eca-47d1-af27-11a1b7112ff2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6051 | 2024.08.15 05:36:31.417417 [ 3 ] {4c6bb295-2eca-47d1-af27-11a1b7112ff2} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6052 | 2024.08.15 05:36:31.417558 [ 3 ] {4c6bb295-2eca-47d1-af27-11a1b7112ff2} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001356 sec., 67846.60766961653 rows/sec., 5.30 MiB/sec. | ||
6053 | 2024.08.15 05:36:31.417754 [ 3 ] {4c6bb295-2eca-47d1-af27-11a1b7112ff2} <Debug> DynamicQueryHandler: Done processing query | ||
6054 | 2024.08.15 05:36:31.417781 [ 3 ] {4c6bb295-2eca-47d1-af27-11a1b7112ff2} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6055 | 2024.08.15 05:36:31.417797 [ 3 ] {} <Debug> HTTP-Session: 8d623deb-efda-4ab5-b605-21f35027f577 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6056 | 2024.08.15 05:36:31.417994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6057 | 2024.08.15 05:36:31.418042 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6058 | 2024.08.15 05:36:31.418061 [ 3 ] {} <Debug> HTTP-Session: c9d9790b-1ac6-419b-9dd6-1038859bd1e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6059 | 2024.08.15 05:36:31.418078 [ 3 ] {} <Debug> HTTP-Session: c9d9790b-1ac6-419b-9dd6-1038859bd1e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6060 | 2024.08.15 05:36:31.418093 [ 3 ] {} <Debug> HTTP-Session: c9d9790b-1ac6-419b-9dd6-1038859bd1e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6061 | 2024.08.15 05:36:31.418123 [ 3 ] {} <Trace> HTTP-Session: c9d9790b-1ac6-419b-9dd6-1038859bd1e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6062 | 2024.08.15 05:36:31.418261 [ 3 ] {4160670b-e189-4bb8-8ff3-418f4240afe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6063 | 2024.08.15 05:36:31.418306 [ 3 ] {4160670b-e189-4bb8-8ff3-418f4240afe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6064 | 2024.08.15 05:36:31.418453 [ 3 ] {4160670b-e189-4bb8-8ff3-418f4240afe5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6065 | 2024.08.15 05:36:31.418805 [ 3 ] {4160670b-e189-4bb8-8ff3-418f4240afe5} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6066 | 2024.08.15 05:36:31.418841 [ 3 ] {4160670b-e189-4bb8-8ff3-418f4240afe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6067 | 2024.08.15 05:36:31.419218 [ 3 ] {4160670b-e189-4bb8-8ff3-418f4240afe5} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6068 | 2024.08.15 05:36:31.419543 [ 3 ] {4160670b-e189-4bb8-8ff3-418f4240afe5} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6069 | 2024.08.15 05:36:31.419708 [ 3 ] {4160670b-e189-4bb8-8ff3-418f4240afe5} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001501 sec., 107261.8254497002 rows/sec., 7.47 MiB/sec. | ||
6070 | 2024.08.15 05:36:31.419873 [ 3 ] {4160670b-e189-4bb8-8ff3-418f4240afe5} <Debug> DynamicQueryHandler: Done processing query | ||
6071 | 2024.08.15 05:36:31.419898 [ 3 ] {4160670b-e189-4bb8-8ff3-418f4240afe5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6072 | 2024.08.15 05:36:31.419913 [ 3 ] {} <Debug> HTTP-Session: c9d9790b-1ac6-419b-9dd6-1038859bd1e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6073 | 2024.08.15 05:36:31.420074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 41929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6074 | 2024.08.15 05:36:31.420120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6075 | 2024.08.15 05:36:31.420139 [ 3 ] {} <Debug> HTTP-Session: 4a84ac5c-9acb-4860-afc6-1bed1a5fe60f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6076 | 2024.08.15 05:36:31.420156 [ 3 ] {} <Debug> HTTP-Session: 4a84ac5c-9acb-4860-afc6-1bed1a5fe60f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6077 | 2024.08.15 05:36:31.420170 [ 3 ] {} <Debug> HTTP-Session: 4a84ac5c-9acb-4860-afc6-1bed1a5fe60f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6078 | 2024.08.15 05:36:31.420199 [ 3 ] {} <Trace> HTTP-Session: 4a84ac5c-9acb-4860-afc6-1bed1a5fe60f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6079 | 2024.08.15 05:36:31.420489 [ 3 ] {bdc6aead-da4e-46c8-b4d5-af24105f51db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6080 | 2024.08.15 05:36:31.420554 [ 3 ] {bdc6aead-da4e-46c8-b4d5-af24105f51db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6081 | 2024.08.15 05:36:31.420957 [ 3 ] {bdc6aead-da4e-46c8-b4d5-af24105f51db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6082 | 2024.08.15 05:36:31.421605 [ 3 ] {bdc6aead-da4e-46c8-b4d5-af24105f51db} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6083 | 2024.08.15 05:36:31.421642 [ 3 ] {bdc6aead-da4e-46c8-b4d5-af24105f51db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6084 | 2024.08.15 05:36:31.422253 [ 3 ] {bdc6aead-da4e-46c8-b4d5-af24105f51db} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
6085 | 2024.08.15 05:36:31.422669 [ 3 ] {bdc6aead-da4e-46c8-b4d5-af24105f51db} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6086 | 2024.08.15 05:36:31.422855 [ 3 ] {bdc6aead-da4e-46c8-b4d5-af24105f51db} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002577 sec., 10089.251067132325 rows/sec., 18.08 MiB/sec. | ||
6087 | 2024.08.15 05:36:31.423075 [ 3 ] {bdc6aead-da4e-46c8-b4d5-af24105f51db} <Debug> DynamicQueryHandler: Done processing query | ||
6088 | 2024.08.15 05:36:31.423099 [ 3 ] {bdc6aead-da4e-46c8-b4d5-af24105f51db} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
6089 | 2024.08.15 05:36:31.423115 [ 3 ] {} <Debug> HTTP-Session: 4a84ac5c-9acb-4860-afc6-1bed1a5fe60f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6090 | 2024.08.15 05:36:31.423249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6091 | 2024.08.15 05:36:31.423298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6092 | 2024.08.15 05:36:31.423317 [ 3 ] {} <Debug> HTTP-Session: c2282aab-f967-42e6-b479-8e2e017c21a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6093 | 2024.08.15 05:36:31.423334 [ 3 ] {} <Debug> HTTP-Session: c2282aab-f967-42e6-b479-8e2e017c21a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6094 | 2024.08.15 05:36:31.423347 [ 3 ] {} <Debug> HTTP-Session: c2282aab-f967-42e6-b479-8e2e017c21a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6095 | 2024.08.15 05:36:31.423377 [ 3 ] {} <Trace> HTTP-Session: c2282aab-f967-42e6-b479-8e2e017c21a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6096 | 2024.08.15 05:36:31.423502 [ 3 ] {d1bb72fc-f1f3-43cc-8f51-b5f2a97f029f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6097 | 2024.08.15 05:36:31.423547 [ 3 ] {d1bb72fc-f1f3-43cc-8f51-b5f2a97f029f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6098 | 2024.08.15 05:36:31.423676 [ 3 ] {d1bb72fc-f1f3-43cc-8f51-b5f2a97f029f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6099 | 2024.08.15 05:36:31.423956 [ 3 ] {d1bb72fc-f1f3-43cc-8f51-b5f2a97f029f} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6100 | 2024.08.15 05:36:31.423993 [ 3 ] {d1bb72fc-f1f3-43cc-8f51-b5f2a97f029f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6101 | 2024.08.15 05:36:31.424347 [ 3 ] {d1bb72fc-f1f3-43cc-8f51-b5f2a97f029f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6102 | 2024.08.15 05:36:31.424672 [ 3 ] {d1bb72fc-f1f3-43cc-8f51-b5f2a97f029f} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6103 | 2024.08.15 05:36:31.424832 [ 3 ] {d1bb72fc-f1f3-43cc-8f51-b5f2a97f029f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001375 sec., 43636.36363636364 rows/sec., 2.94 MiB/sec. | ||
6104 | 2024.08.15 05:36:31.424986 [ 3 ] {d1bb72fc-f1f3-43cc-8f51-b5f2a97f029f} <Debug> DynamicQueryHandler: Done processing query | ||
6105 | 2024.08.15 05:36:31.425010 [ 3 ] {d1bb72fc-f1f3-43cc-8f51-b5f2a97f029f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6106 | 2024.08.15 05:36:31.425026 [ 3 ] {} <Debug> HTTP-Session: c2282aab-f967-42e6-b479-8e2e017c21a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6107 | 2024.08.15 05:36:35.234032 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6108 | 2024.08.15 05:36:35.234103 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6109 | 2024.08.15 05:36:36.411571 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6110 | 2024.08.15 05:36:36.411697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6111 | 2024.08.15 05:36:36.411726 [ 3 ] {} <Debug> HTTP-Session: 6c9d4f0c-eb63-4747-8db4-69fa09651e43 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6112 | 2024.08.15 05:36:36.411755 [ 3 ] {} <Debug> HTTP-Session: 6c9d4f0c-eb63-4747-8db4-69fa09651e43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6113 | 2024.08.15 05:36:36.411774 [ 3 ] {} <Debug> HTTP-Session: 6c9d4f0c-eb63-4747-8db4-69fa09651e43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6114 | 2024.08.15 05:36:36.411829 [ 3 ] {} <Trace> HTTP-Session: 6c9d4f0c-eb63-4747-8db4-69fa09651e43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6115 | 2024.08.15 05:36:36.412011 [ 3 ] {590b5614-3c4b-462d-a14b-26576d70fc8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6116 | 2024.08.15 05:36:36.412079 [ 3 ] {590b5614-3c4b-462d-a14b-26576d70fc8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6117 | 2024.08.15 05:36:36.412277 [ 3 ] {590b5614-3c4b-462d-a14b-26576d70fc8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6118 | 2024.08.15 05:36:36.412716 [ 3 ] {590b5614-3c4b-462d-a14b-26576d70fc8e} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6119 | 2024.08.15 05:36:36.412758 [ 3 ] {590b5614-3c4b-462d-a14b-26576d70fc8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6120 | 2024.08.15 05:36:36.413122 [ 3 ] {590b5614-3c4b-462d-a14b-26576d70fc8e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
6121 | 2024.08.15 05:36:36.413451 [ 3 ] {590b5614-3c4b-462d-a14b-26576d70fc8e} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6122 | 2024.08.15 05:36:36.413637 [ 3 ] {590b5614-3c4b-462d-a14b-26576d70fc8e} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001671 sec., 2393.77618192699 rows/sec., 194.03 KiB/sec. | ||
6123 | 2024.08.15 05:36:36.413961 [ 3 ] {590b5614-3c4b-462d-a14b-26576d70fc8e} <Debug> DynamicQueryHandler: Done processing query | ||
6124 | 2024.08.15 05:36:36.413988 [ 3 ] {590b5614-3c4b-462d-a14b-26576d70fc8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6125 | 2024.08.15 05:36:36.414006 [ 3 ] {} <Debug> HTTP-Session: 6c9d4f0c-eb63-4747-8db4-69fa09651e43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6126 | 2024.08.15 05:36:36.414206 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6127 | 2024.08.15 05:36:36.414256 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6128 | 2024.08.15 05:36:36.414275 [ 3 ] {} <Debug> HTTP-Session: 5a0e5de4-3a73-42be-9ade-3f2637db6bf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6129 | 2024.08.15 05:36:36.414293 [ 3 ] {} <Debug> HTTP-Session: 5a0e5de4-3a73-42be-9ade-3f2637db6bf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6130 | 2024.08.15 05:36:36.414307 [ 3 ] {} <Debug> HTTP-Session: 5a0e5de4-3a73-42be-9ade-3f2637db6bf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6131 | 2024.08.15 05:36:36.414338 [ 3 ] {} <Trace> HTTP-Session: 5a0e5de4-3a73-42be-9ade-3f2637db6bf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6132 | 2024.08.15 05:36:36.414481 [ 3 ] {9a0578e3-ddd2-4b7e-990f-5fa587a235ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6133 | 2024.08.15 05:36:36.414526 [ 3 ] {9a0578e3-ddd2-4b7e-990f-5fa587a235ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6134 | 2024.08.15 05:36:36.414674 [ 3 ] {9a0578e3-ddd2-4b7e-990f-5fa587a235ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6135 | 2024.08.15 05:36:36.415095 [ 3 ] {9a0578e3-ddd2-4b7e-990f-5fa587a235ce} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6136 | 2024.08.15 05:36:36.415133 [ 3 ] {9a0578e3-ddd2-4b7e-990f-5fa587a235ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6137 | 2024.08.15 05:36:36.415457 [ 3 ] {9a0578e3-ddd2-4b7e-990f-5fa587a235ce} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6138 | 2024.08.15 05:36:36.415763 [ 3 ] {9a0578e3-ddd2-4b7e-990f-5fa587a235ce} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6139 | 2024.08.15 05:36:36.415925 [ 3 ] {9a0578e3-ddd2-4b7e-990f-5fa587a235ce} <Debug> executeQuery: Read 201 rows, 18.00 KiB in 0.001506 sec., 133466.13545816732 rows/sec., 11.67 MiB/sec. | ||
6140 | 2024.08.15 05:36:36.415933 [ 113 ] {} <Debug> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6141 | 2024.08.15 05:36:36.416050 [ 113 ] {} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6142 | 2024.08.15 05:36:36.416088 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6143 | 2024.08.15 05:36:36.416163 [ 3 ] {9a0578e3-ddd2-4b7e-990f-5fa587a235ce} <Debug> DynamicQueryHandler: Done processing query | ||
6144 | 2024.08.15 05:36:36.416231 [ 3 ] {9a0578e3-ddd2-4b7e-990f-5fa587a235ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
6145 | 2024.08.15 05:36:36.416312 [ 3 ] {} <Debug> HTTP-Session: 5a0e5de4-3a73-42be-9ade-3f2637db6bf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6146 | 2024.08.15 05:36:36.416453 [ 199 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::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 | ||
6147 | 2024.08.15 05:36:36.416615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6148 | 2024.08.15 05:36:36.416793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6149 | 2024.08.15 05:36:36.416885 [ 3 ] {} <Debug> HTTP-Session: bf39cbdb-67db-4ce1-aa8a-718de6a4308f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6150 | 2024.08.15 05:36:36.416969 [ 3 ] {} <Debug> HTTP-Session: bf39cbdb-67db-4ce1-aa8a-718de6a4308f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6151 | 2024.08.15 05:36:36.417047 [ 3 ] {} <Debug> HTTP-Session: bf39cbdb-67db-4ce1-aa8a-718de6a4308f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6152 | 2024.08.15 05:36:36.417133 [ 199 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6153 | 2024.08.15 05:36:36.417185 [ 3 ] {} <Trace> HTTP-Session: bf39cbdb-67db-4ce1-aa8a-718de6a4308f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6154 | 2024.08.15 05:36:36.417263 [ 199 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1427 rows starting from the beginning of the part | ||
6155 | 2024.08.15 05:36:36.417584 [ 3 ] {e7ed94d9-2a47-42fd-beaf-cf77703ec3a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6156 | 2024.08.15 05:36:36.417591 [ 199 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 135 rows starting from the beginning of the part | ||
6157 | 2024.08.15 05:36:36.417708 [ 3 ] {e7ed94d9-2a47-42fd-beaf-cf77703ec3a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6158 | 2024.08.15 05:36:36.417867 [ 199 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1344 rows starting from the beginning of the part | ||
6159 | 2024.08.15 05:36:36.418141 [ 199 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 4 rows starting from the beginning of the part | ||
6160 | 2024.08.15 05:36:36.418415 [ 199 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 135 rows starting from the beginning of the part | ||
6161 | 2024.08.15 05:36:36.418618 [ 3 ] {e7ed94d9-2a47-42fd-beaf-cf77703ec3a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6162 | 2024.08.15 05:36:36.418631 [ 199 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 201 rows starting from the beginning of the part | ||
6163 | 2024.08.15 05:36:36.419191 [ 3 ] {e7ed94d9-2a47-42fd-beaf-cf77703ec3a4} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6164 | 2024.08.15 05:36:36.419239 [ 3 ] {e7ed94d9-2a47-42fd-beaf-cf77703ec3a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6165 | 2024.08.15 05:36:36.419862 [ 3 ] {e7ed94d9-2a47-42fd-beaf-cf77703ec3a4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6166 | 2024.08.15 05:36:36.420395 [ 3 ] {e7ed94d9-2a47-42fd-beaf-cf77703ec3a4} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6167 | 2024.08.15 05:36:36.420581 [ 3 ] {e7ed94d9-2a47-42fd-beaf-cf77703ec3a4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003174 sec., 4410.838059231253 rows/sec., 308.91 KiB/sec. | ||
6168 | 2024.08.15 05:36:36.421012 [ 3 ] {e7ed94d9-2a47-42fd-beaf-cf77703ec3a4} <Debug> DynamicQueryHandler: Done processing query | ||
6169 | 2024.08.15 05:36:36.421047 [ 3 ] {e7ed94d9-2a47-42fd-beaf-cf77703ec3a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6170 | 2024.08.15 05:36:36.421064 [ 3 ] {} <Debug> HTTP-Session: bf39cbdb-67db-4ce1-aa8a-718de6a4308f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6171 | 2024.08.15 05:36:36.421222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6172 | 2024.08.15 05:36:36.421296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6173 | 2024.08.15 05:36:36.421316 [ 188 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3246 rows, containing 4 columns (4 merged, 0 gathered) in 0.005115578 sec., 634532.402790066 rows/sec., 53.14 MiB/sec. | ||
6174 | 2024.08.15 05:36:36.421333 [ 3 ] {} <Debug> HTTP-Session: e8e4447e-e03e-4ca6-92ba-2c5d004aaac4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6175 | 2024.08.15 05:36:36.421411 [ 3 ] {} <Debug> HTTP-Session: e8e4447e-e03e-4ca6-92ba-2c5d004aaac4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6176 | 2024.08.15 05:36:36.421432 [ 3 ] {} <Debug> HTTP-Session: e8e4447e-e03e-4ca6-92ba-2c5d004aaac4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6177 | 2024.08.15 05:36:36.421466 [ 3 ] {} <Trace> HTTP-Session: e8e4447e-e03e-4ca6-92ba-2c5d004aaac4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6178 | 2024.08.15 05:36:36.421608 [ 3 ] {c8ac9f70-9a29-4845-9693-c55254da352f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
6179 | 2024.08.15 05:36:36.421673 [ 3 ] {c8ac9f70-9a29-4845-9693-c55254da352f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6180 | 2024.08.15 05:36:36.421693 [ 188 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6181 | 2024.08.15 05:36:36.422013 [ 3 ] {c8ac9f70-9a29-4845-9693-c55254da352f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6182 | 2024.08.15 05:36:36.422705 [ 188 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_31_6} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6183 | 2024.08.15 05:36:36.422817 [ 3 ] {c8ac9f70-9a29-4845-9693-c55254da352f} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6184 | 2024.08.15 05:36:36.422892 [ 3 ] {c8ac9f70-9a29-4845-9693-c55254da352f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6185 | 2024.08.15 05:36:36.422931 [ 188 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_31_6} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6186 | 2024.08.15 05:36:36.423107 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
6187 | 2024.08.15 05:36:36.423359 [ 3 ] {c8ac9f70-9a29-4845-9693-c55254da352f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6188 | 2024.08.15 05:36:36.423673 [ 3 ] {c8ac9f70-9a29-4845-9693-c55254da352f} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6189 | 2024.08.15 05:36:36.423838 [ 113 ] {} <Debug> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
6190 | 2024.08.15 05:36:36.423848 [ 3 ] {c8ac9f70-9a29-4845-9693-c55254da352f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.002274 sec., 2638.5224274406332 rows/sec., 155.89 KiB/sec. | ||
6191 | 2024.08.15 05:36:36.423897 [ 113 ] {} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6192 | 2024.08.15 05:36:36.423973 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6193 | 2024.08.15 05:36:36.424188 [ 3 ] {c8ac9f70-9a29-4845-9693-c55254da352f} <Debug> DynamicQueryHandler: Done processing query | ||
6194 | 2024.08.15 05:36:36.424226 [ 199 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
6195 | 2024.08.15 05:36:36.424228 [ 3 ] {c8ac9f70-9a29-4845-9693-c55254da352f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6196 | 2024.08.15 05:36:36.424308 [ 3 ] {} <Debug> HTTP-Session: e8e4447e-e03e-4ca6-92ba-2c5d004aaac4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6197 | 2024.08.15 05:36:36.424600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 62444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6198 | 2024.08.15 05:36:36.424608 [ 199 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6199 | 2024.08.15 05:36:36.424648 [ 199 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
6200 | 2024.08.15 05:36:36.424658 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6201 | 2024.08.15 05:36:36.424687 [ 3 ] {} <Debug> HTTP-Session: 6c544d12-7c71-4a4e-85d1-3aca2a4db6ce Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6202 | 2024.08.15 05:36:36.424724 [ 3 ] {} <Debug> HTTP-Session: 6c544d12-7c71-4a4e-85d1-3aca2a4db6ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6203 | 2024.08.15 05:36:36.424764 [ 199 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
6204 | 2024.08.15 05:36:36.424771 [ 3 ] {} <Debug> HTTP-Session: 6c544d12-7c71-4a4e-85d1-3aca2a4db6ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6205 | 2024.08.15 05:36:36.424842 [ 3 ] {} <Trace> HTTP-Session: 6c544d12-7c71-4a4e-85d1-3aca2a4db6ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6206 | 2024.08.15 05:36:36.424996 [ 199 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
6207 | 2024.08.15 05:36:36.425258 [ 199 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
6208 | 2024.08.15 05:36:36.425286 [ 3 ] {8f73a81e-2c8d-4d02-b516-605377c10a1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6209 | 2024.08.15 05:36:36.425375 [ 3 ] {8f73a81e-2c8d-4d02-b516-605377c10a1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6210 | 2024.08.15 05:36:36.425392 [ 199 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
6211 | 2024.08.15 05:36:36.425809 [ 3 ] {8f73a81e-2c8d-4d02-b516-605377c10a1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6212 | 2024.08.15 05:36:36.426567 [ 3 ] {8f73a81e-2c8d-4d02-b516-605377c10a1c} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6213 | 2024.08.15 05:36:36.426631 [ 3 ] {8f73a81e-2c8d-4d02-b516-605377c10a1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6214 | 2024.08.15 05:36:36.426689 [ 188 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.002625995 sec., 11424.241097184115 rows/sec., 680.55 KiB/sec. | ||
6215 | 2024.08.15 05:36:36.426933 [ 188 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
6216 | 2024.08.15 05:36:36.427267 [ 3 ] {8f73a81e-2c8d-4d02-b516-605377c10a1c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6217 | 2024.08.15 05:36:36.427619 [ 188 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_13_3} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6218 | 2024.08.15 05:36:36.427799 [ 188 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_13_3} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
6219 | 2024.08.15 05:36:36.427951 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
6220 | 2024.08.15 05:36:36.427984 [ 3 ] {8f73a81e-2c8d-4d02-b516-605377c10a1c} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6221 | 2024.08.15 05:36:36.428166 [ 113 ] {} <Debug> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6222 | 2024.08.15 05:36:36.428175 [ 3 ] {8f73a81e-2c8d-4d02-b516-605377c10a1c} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.00309 sec., 124919.0938511327 rows/sec., 8.85 MiB/sec. | ||
6223 | 2024.08.15 05:36:36.428224 [ 113 ] {} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6224 | 2024.08.15 05:36:36.428312 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6225 | 2024.08.15 05:36:36.428476 [ 189 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::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 | ||
6226 | 2024.08.15 05:36:36.428506 [ 3 ] {8f73a81e-2c8d-4d02-b516-605377c10a1c} <Debug> DynamicQueryHandler: Done processing query | ||
6227 | 2024.08.15 05:36:36.428548 [ 3 ] {8f73a81e-2c8d-4d02-b516-605377c10a1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
6228 | 2024.08.15 05:36:36.428587 [ 3 ] {} <Debug> HTTP-Session: 6c544d12-7c71-4a4e-85d1-3aca2a4db6ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6229 | 2024.08.15 05:36:36.428689 [ 189 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6230 | 2024.08.15 05:36:36.428726 [ 189 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 902 rows starting from the beginning of the part | ||
6231 | 2024.08.15 05:36:36.428830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6232 | 2024.08.15 05:36:36.428957 [ 189 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 92 rows starting from the beginning of the part | ||
6233 | 2024.08.15 05:36:36.428975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6234 | 2024.08.15 05:36:36.429042 [ 3 ] {} <Debug> HTTP-Session: 5e0c2cdf-4bc3-4918-8ff0-d17a70e5f719 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6235 | 2024.08.15 05:36:36.429111 [ 3 ] {} <Debug> HTTP-Session: 5e0c2cdf-4bc3-4918-8ff0-d17a70e5f719 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6236 | 2024.08.15 05:36:36.429176 [ 3 ] {} <Debug> HTTP-Session: 5e0c2cdf-4bc3-4918-8ff0-d17a70e5f719 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6237 | 2024.08.15 05:36:36.429242 [ 189 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 848 rows starting from the beginning of the part | ||
6238 | 2024.08.15 05:36:36.429277 [ 3 ] {} <Trace> HTTP-Session: 5e0c2cdf-4bc3-4918-8ff0-d17a70e5f719 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6239 | 2024.08.15 05:36:36.429470 [ 189 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part | ||
6240 | 2024.08.15 05:36:36.429717 [ 3 ] {39d3906b-fb09-448c-9223-bfa92786c072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6241 | 2024.08.15 05:36:36.429760 [ 189 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 92 rows starting from the beginning of the part | ||
6242 | 2024.08.15 05:36:36.429867 [ 3 ] {39d3906b-fb09-448c-9223-bfa92786c072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6243 | 2024.08.15 05:36:36.430055 [ 189 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 386 rows starting from the beginning of the part | ||
6244 | 2024.08.15 05:36:36.430769 [ 3 ] {39d3906b-fb09-448c-9223-bfa92786c072} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6245 | 2024.08.15 05:36:36.431411 [ 3 ] {39d3906b-fb09-448c-9223-bfa92786c072} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6246 | 2024.08.15 05:36:36.431467 [ 3 ] {39d3906b-fb09-448c-9223-bfa92786c072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6247 | 2024.08.15 05:36:36.432454 [ 3 ] {39d3906b-fb09-448c-9223-bfa92786c072} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6248 | 2024.08.15 05:36:36.432998 [ 3 ] {39d3906b-fb09-448c-9223-bfa92786c072} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6249 | 2024.08.15 05:36:36.433420 [ 3 ] {39d3906b-fb09-448c-9223-bfa92786c072} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003901 sec., 1538.0671622660857 rows/sec., 80.36 KiB/sec. | ||
6250 | 2024.08.15 05:36:36.433514 [ 189 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2328 rows, containing 4 columns (4 merged, 0 gathered) in 0.005093388 sec., 457063.1571755382 rows/sec., 33.22 MiB/sec. | ||
6251 | 2024.08.15 05:36:36.433725 [ 3 ] {39d3906b-fb09-448c-9223-bfa92786c072} <Debug> DynamicQueryHandler: Done processing query | ||
6252 | 2024.08.15 05:36:36.433768 [ 3 ] {39d3906b-fb09-448c-9223-bfa92786c072} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6253 | 2024.08.15 05:36:36.433789 [ 189 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6254 | 2024.08.15 05:36:36.433798 [ 3 ] {} <Debug> HTTP-Session: 5e0c2cdf-4bc3-4918-8ff0-d17a70e5f719 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6255 | 2024.08.15 05:36:36.434076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 44608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6256 | 2024.08.15 05:36:36.434186 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6257 | 2024.08.15 05:36:36.434231 [ 3 ] {} <Debug> HTTP-Session: 475415a5-1076-4ff8-8230-6fa0d183a81a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6258 | 2024.08.15 05:36:36.434271 [ 3 ] {} <Debug> HTTP-Session: 475415a5-1076-4ff8-8230-6fa0d183a81a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6259 | 2024.08.15 05:36:36.434309 [ 3 ] {} <Debug> HTTP-Session: 475415a5-1076-4ff8-8230-6fa0d183a81a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6260 | 2024.08.15 05:36:36.434370 [ 3 ] {} <Trace> HTTP-Session: 475415a5-1076-4ff8-8230-6fa0d183a81a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6261 | 2024.08.15 05:36:36.434393 [ 189 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_31_6} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6262 | 2024.08.15 05:36:36.434551 [ 189 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_31_6} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6263 | 2024.08.15 05:36:36.434671 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
6264 | 2024.08.15 05:36:36.434675 [ 3 ] {5d09df22-2130-4407-a101-c457d22a65ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6265 | 2024.08.15 05:36:36.434750 [ 3 ] {5d09df22-2130-4407-a101-c457d22a65ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6266 | 2024.08.15 05:36:36.434917 [ 3 ] {5d09df22-2130-4407-a101-c457d22a65ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6267 | 2024.08.15 05:36:36.435318 [ 3 ] {5d09df22-2130-4407-a101-c457d22a65ed} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6268 | 2024.08.15 05:36:36.435357 [ 3 ] {5d09df22-2130-4407-a101-c457d22a65ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6269 | 2024.08.15 05:36:36.435744 [ 3 ] {5d09df22-2130-4407-a101-c457d22a65ed} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6270 | 2024.08.15 05:36:36.436091 [ 3 ] {5d09df22-2130-4407-a101-c457d22a65ed} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6271 | 2024.08.15 05:36:36.436242 [ 113 ] {} <Debug> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6272 | 2024.08.15 05:36:36.436249 [ 3 ] {5d09df22-2130-4407-a101-c457d22a65ed} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001749 sec., 135506.00343053174 rows/sec., 9.08 MiB/sec. | ||
6273 | 2024.08.15 05:36:36.436296 [ 113 ] {} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6274 | 2024.08.15 05:36:36.436366 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6275 | 2024.08.15 05:36:36.436513 [ 199 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::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 | ||
6276 | 2024.08.15 05:36:36.436535 [ 3 ] {5d09df22-2130-4407-a101-c457d22a65ed} <Debug> DynamicQueryHandler: Done processing query | ||
6277 | 2024.08.15 05:36:36.436566 [ 3 ] {5d09df22-2130-4407-a101-c457d22a65ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6278 | 2024.08.15 05:36:36.436585 [ 3 ] {} <Debug> HTTP-Session: 475415a5-1076-4ff8-8230-6fa0d183a81a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6279 | 2024.08.15 05:36:36.436658 [ 199 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6280 | 2024.08.15 05:36:36.436690 [ 199 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7573 rows starting from the beginning of the part | ||
6281 | 2024.08.15 05:36:36.436756 [ 199 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 161 rows starting from the beginning of the part | ||
6282 | 2024.08.15 05:36:36.436856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6283 | 2024.08.15 05:36:36.437020 [ 199 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 922 rows starting from the beginning of the part | ||
6284 | 2024.08.15 05:36:36.437048 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6285 | 2024.08.15 05:36:36.437150 [ 3 ] {} <Debug> HTTP-Session: bebbbfb8-e70c-4f3c-874e-6544fc5a2887 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6286 | 2024.08.15 05:36:36.437308 [ 3 ] {} <Debug> HTTP-Session: bebbbfb8-e70c-4f3c-874e-6544fc5a2887 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6287 | 2024.08.15 05:36:36.437438 [ 3 ] {} <Debug> HTTP-Session: bebbbfb8-e70c-4f3c-874e-6544fc5a2887 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6288 | 2024.08.15 05:36:36.437516 [ 199 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
6289 | 2024.08.15 05:36:36.437560 [ 3 ] {} <Trace> HTTP-Session: bebbbfb8-e70c-4f3c-874e-6544fc5a2887 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6290 | 2024.08.15 05:36:36.437653 [ 199 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 161 rows starting from the beginning of the part | ||
6291 | 2024.08.15 05:36:36.437764 [ 3 ] {eda2829c-479c-4886-9a57-96d91b6965d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
6292 | 2024.08.15 05:36:36.437812 [ 199 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part | ||
6293 | 2024.08.15 05:36:36.437859 [ 3 ] {eda2829c-479c-4886-9a57-96d91b6965d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6294 | 2024.08.15 05:36:36.438271 [ 3 ] {eda2829c-479c-4886-9a57-96d91b6965d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6295 | 2024.08.15 05:36:36.438604 [ 3 ] {eda2829c-479c-4886-9a57-96d91b6965d0} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6296 | 2024.08.15 05:36:36.438640 [ 3 ] {eda2829c-479c-4886-9a57-96d91b6965d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6297 | 2024.08.15 05:36:36.439067 [ 3 ] {eda2829c-479c-4886-9a57-96d91b6965d0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6298 | 2024.08.15 05:36:36.439588 [ 3 ] {eda2829c-479c-4886-9a57-96d91b6965d0} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6299 | 2024.08.15 05:36:36.439784 [ 3 ] {eda2829c-479c-4886-9a57-96d91b6965d0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002094 sec., 477.5549188156638 rows/sec., 32.18 KiB/sec. | ||
6300 | 2024.08.15 05:36:36.440220 [ 3 ] {eda2829c-479c-4886-9a57-96d91b6965d0} <Debug> DynamicQueryHandler: Done processing query | ||
6301 | 2024.08.15 05:36:36.440271 [ 3 ] {eda2829c-479c-4886-9a57-96d91b6965d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
6302 | 2024.08.15 05:36:36.440303 [ 3 ] {} <Debug> HTTP-Session: bebbbfb8-e70c-4f3c-874e-6544fc5a2887 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6303 | 2024.08.15 05:36:36.440445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6304 | 2024.08.15 05:36:36.440498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6305 | 2024.08.15 05:36:36.440533 [ 3 ] {} <Debug> HTTP-Session: 03797b83-bd92-44b5-981e-2852cd506557 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6306 | 2024.08.15 05:36:36.440552 [ 3 ] {} <Debug> HTTP-Session: 03797b83-bd92-44b5-981e-2852cd506557 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6307 | 2024.08.15 05:36:36.440567 [ 3 ] {} <Debug> HTTP-Session: 03797b83-bd92-44b5-981e-2852cd506557 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6308 | 2024.08.15 05:36:36.440599 [ 3 ] {} <Trace> HTTP-Session: 03797b83-bd92-44b5-981e-2852cd506557 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6309 | 2024.08.15 05:36:36.440725 [ 3 ] {6beaa3e3-bbbd-43cf-b575-c8604ed67423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6310 | 2024.08.15 05:36:36.440796 [ 3 ] {6beaa3e3-bbbd-43cf-b575-c8604ed67423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6311 | 2024.08.15 05:36:36.441261 [ 3 ] {6beaa3e3-bbbd-43cf-b575-c8604ed67423} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6312 | 2024.08.15 05:36:36.441513 [ 187 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9056 rows, containing 5 columns (5 merged, 0 gathered) in 0.005048067 sec., 1793954.002591487 rows/sec., 121.19 MiB/sec. | ||
6313 | 2024.08.15 05:36:36.441766 [ 187 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6314 | 2024.08.15 05:36:36.441992 [ 3 ] {6beaa3e3-bbbd-43cf-b575-c8604ed67423} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6315 | 2024.08.15 05:36:36.442031 [ 3 ] {6beaa3e3-bbbd-43cf-b575-c8604ed67423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6316 | 2024.08.15 05:36:36.442572 [ 187 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6317 | 2024.08.15 05:36:36.442758 [ 187 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6318 | 2024.08.15 05:36:36.442875 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. | ||
6319 | 2024.08.15 05:36:36.443005 [ 3 ] {6beaa3e3-bbbd-43cf-b575-c8604ed67423} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
6320 | 2024.08.15 05:36:36.443418 [ 3 ] {6beaa3e3-bbbd-43cf-b575-c8604ed67423} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6321 | 2024.08.15 05:36:36.443607 [ 3 ] {6beaa3e3-bbbd-43cf-b575-c8604ed67423} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002932 sec., 1364.256480218281 rows/sec., 2.44 MiB/sec. | ||
6322 | 2024.08.15 05:36:36.443826 [ 3 ] {6beaa3e3-bbbd-43cf-b575-c8604ed67423} <Debug> DynamicQueryHandler: Done processing query | ||
6323 | 2024.08.15 05:36:36.443851 [ 3 ] {6beaa3e3-bbbd-43cf-b575-c8604ed67423} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
6324 | 2024.08.15 05:36:36.443866 [ 3 ] {} <Debug> HTTP-Session: 03797b83-bd92-44b5-981e-2852cd506557 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6325 | 2024.08.15 05:36:36.443995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6326 | 2024.08.15 05:36:36.444042 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6327 | 2024.08.15 05:36:36.444061 [ 3 ] {} <Debug> HTTP-Session: 8c190b5b-b75f-46be-b933-1eed4f2c0d98 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6328 | 2024.08.15 05:36:36.444078 [ 3 ] {} <Debug> HTTP-Session: 8c190b5b-b75f-46be-b933-1eed4f2c0d98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6329 | 2024.08.15 05:36:36.444092 [ 3 ] {} <Debug> HTTP-Session: 8c190b5b-b75f-46be-b933-1eed4f2c0d98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6330 | 2024.08.15 05:36:36.444124 [ 3 ] {} <Trace> HTTP-Session: 8c190b5b-b75f-46be-b933-1eed4f2c0d98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6331 | 2024.08.15 05:36:36.444241 [ 3 ] {26419d25-557c-46a3-8322-1537e68c6064} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6332 | 2024.08.15 05:36:36.444285 [ 3 ] {26419d25-557c-46a3-8322-1537e68c6064} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6333 | 2024.08.15 05:36:36.444411 [ 3 ] {26419d25-557c-46a3-8322-1537e68c6064} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6334 | 2024.08.15 05:36:36.444673 [ 3 ] {26419d25-557c-46a3-8322-1537e68c6064} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6335 | 2024.08.15 05:36:36.444709 [ 3 ] {26419d25-557c-46a3-8322-1537e68c6064} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6336 | 2024.08.15 05:36:36.445065 [ 3 ] {26419d25-557c-46a3-8322-1537e68c6064} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6337 | 2024.08.15 05:36:36.445390 [ 3 ] {26419d25-557c-46a3-8322-1537e68c6064} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6338 | 2024.08.15 05:36:36.445531 [ 3 ] {26419d25-557c-46a3-8322-1537e68c6064} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001328 sec., 61746.987951807234 rows/sec., 3.92 MiB/sec. | ||
6339 | 2024.08.15 05:36:36.445545 [ 112 ] {} <Debug> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6340 | 2024.08.15 05:36:36.445624 [ 112 ] {} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6341 | 2024.08.15 05:36:36.445681 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6342 | 2024.08.15 05:36:36.445809 [ 3 ] {26419d25-557c-46a3-8322-1537e68c6064} <Debug> DynamicQueryHandler: Done processing query | ||
6343 | 2024.08.15 05:36:36.445846 [ 200 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
6344 | 2024.08.15 05:36:36.445857 [ 3 ] {26419d25-557c-46a3-8322-1537e68c6064} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6345 | 2024.08.15 05:36:36.445923 [ 3 ] {} <Debug> HTTP-Session: 8c190b5b-b75f-46be-b933-1eed4f2c0d98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6346 | 2024.08.15 05:36:36.446048 [ 200 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6347 | 2024.08.15 05:36:36.446087 [ 200 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1606 rows starting from the beginning of the part | ||
6348 | 2024.08.15 05:36:36.446201 [ 200 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part | ||
6349 | 2024.08.15 05:36:36.446391 [ 200 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 80 rows starting from the beginning of the part | ||
6350 | 2024.08.15 05:36:36.446569 [ 200 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
6351 | 2024.08.15 05:36:36.446732 [ 200 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
6352 | 2024.08.15 05:36:36.446823 [ 200 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
6353 | 2024.08.15 05:36:36.448273 [ 200 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1890 rows, containing 4 columns (4 merged, 0 gathered) in 0.002518663 sec., 750398.1278956336 rows/sec., 48.96 MiB/sec. | ||
6354 | 2024.08.15 05:36:36.448468 [ 187 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6355 | 2024.08.15 05:36:36.448836 [ 187 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_31_6} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6356 | 2024.08.15 05:36:36.448911 [ 187 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_31_6} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6357 | 2024.08.15 05:36:36.448991 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
6358 | 2024.08.15 05:36:41.407314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6359 | 2024.08.15 05:36:41.407460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6360 | 2024.08.15 05:36:41.407490 [ 3 ] {} <Debug> HTTP-Session: 4ccb9b3b-b74d-4f19-a109-2a0df68a65d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6361 | 2024.08.15 05:36:41.407518 [ 3 ] {} <Debug> HTTP-Session: 4ccb9b3b-b74d-4f19-a109-2a0df68a65d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6362 | 2024.08.15 05:36:41.407536 [ 3 ] {} <Debug> HTTP-Session: 4ccb9b3b-b74d-4f19-a109-2a0df68a65d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6363 | 2024.08.15 05:36:41.407594 [ 3 ] {} <Trace> HTTP-Session: 4ccb9b3b-b74d-4f19-a109-2a0df68a65d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6364 | 2024.08.15 05:36:41.407804 [ 3 ] {7b9718d0-a5d4-4f18-9d70-50d141c177d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6365 | 2024.08.15 05:36:41.407881 [ 3 ] {7b9718d0-a5d4-4f18-9d70-50d141c177d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6366 | 2024.08.15 05:36:41.408086 [ 3 ] {7b9718d0-a5d4-4f18-9d70-50d141c177d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6367 | 2024.08.15 05:36:41.408455 [ 3 ] {7b9718d0-a5d4-4f18-9d70-50d141c177d8} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6368 | 2024.08.15 05:36:41.408498 [ 3 ] {7b9718d0-a5d4-4f18-9d70-50d141c177d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6369 | 2024.08.15 05:36:41.408858 [ 3 ] {7b9718d0-a5d4-4f18-9d70-50d141c177d8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
6370 | 2024.08.15 05:36:41.409184 [ 3 ] {7b9718d0-a5d4-4f18-9d70-50d141c177d8} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6371 | 2024.08.15 05:36:41.409346 [ 3 ] {7b9718d0-a5d4-4f18-9d70-50d141c177d8} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001607 sec., 16179.215930304917 rows/sec., 1.28 MiB/sec. | ||
6372 | 2024.08.15 05:36:41.409534 [ 3 ] {7b9718d0-a5d4-4f18-9d70-50d141c177d8} <Debug> DynamicQueryHandler: Done processing query | ||
6373 | 2024.08.15 05:36:41.409560 [ 3 ] {7b9718d0-a5d4-4f18-9d70-50d141c177d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6374 | 2024.08.15 05:36:41.409577 [ 3 ] {} <Debug> HTTP-Session: 4ccb9b3b-b74d-4f19-a109-2a0df68a65d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6375 | 2024.08.15 05:36:41.409747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6376 | 2024.08.15 05:36:41.409795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6377 | 2024.08.15 05:36:41.409814 [ 3 ] {} <Debug> HTTP-Session: 55c9c673-0954-46a8-bf01-baea7dd91871 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6378 | 2024.08.15 05:36:41.409831 [ 3 ] {} <Debug> HTTP-Session: 55c9c673-0954-46a8-bf01-baea7dd91871 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6379 | 2024.08.15 05:36:41.409845 [ 3 ] {} <Debug> HTTP-Session: 55c9c673-0954-46a8-bf01-baea7dd91871 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6380 | 2024.08.15 05:36:41.409877 [ 3 ] {} <Trace> HTTP-Session: 55c9c673-0954-46a8-bf01-baea7dd91871 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6381 | 2024.08.15 05:36:41.410011 [ 3 ] {c69ce901-ed8d-4523-ab1d-4a429eb623a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6382 | 2024.08.15 05:36:41.410054 [ 3 ] {c69ce901-ed8d-4523-ab1d-4a429eb623a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6383 | 2024.08.15 05:36:41.410177 [ 3 ] {c69ce901-ed8d-4523-ab1d-4a429eb623a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6384 | 2024.08.15 05:36:41.410507 [ 3 ] {c69ce901-ed8d-4523-ab1d-4a429eb623a3} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6385 | 2024.08.15 05:36:41.410544 [ 3 ] {c69ce901-ed8d-4523-ab1d-4a429eb623a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6386 | 2024.08.15 05:36:41.410868 [ 3 ] {c69ce901-ed8d-4523-ab1d-4a429eb623a3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6387 | 2024.08.15 05:36:41.411166 [ 3 ] {c69ce901-ed8d-4523-ab1d-4a429eb623a3} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6388 | 2024.08.15 05:36:41.411320 [ 3 ] {c69ce901-ed8d-4523-ab1d-4a429eb623a3} <Debug> executeQuery: Read 134 rows, 11.45 KiB in 0.001358 sec., 98674.52135493372 rows/sec., 8.23 MiB/sec. | ||
6389 | 2024.08.15 05:36:41.411578 [ 3 ] {c69ce901-ed8d-4523-ab1d-4a429eb623a3} <Debug> DynamicQueryHandler: Done processing query | ||
6390 | 2024.08.15 05:36:41.411626 [ 3 ] {c69ce901-ed8d-4523-ab1d-4a429eb623a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6391 | 2024.08.15 05:36:41.411663 [ 3 ] {} <Debug> HTTP-Session: 55c9c673-0954-46a8-bf01-baea7dd91871 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6392 | 2024.08.15 05:36:41.411847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 15281, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6393 | 2024.08.15 05:36:41.411898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6394 | 2024.08.15 05:36:41.411917 [ 3 ] {} <Debug> HTTP-Session: be9e7c86-6954-45b1-94df-9046cd2885af Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6395 | 2024.08.15 05:36:41.411933 [ 3 ] {} <Debug> HTTP-Session: be9e7c86-6954-45b1-94df-9046cd2885af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6396 | 2024.08.15 05:36:41.411947 [ 3 ] {} <Debug> HTTP-Session: be9e7c86-6954-45b1-94df-9046cd2885af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6397 | 2024.08.15 05:36:41.411978 [ 3 ] {} <Trace> HTTP-Session: be9e7c86-6954-45b1-94df-9046cd2885af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6398 | 2024.08.15 05:36:41.412097 [ 3 ] {a1ae7e52-2f17-4516-8de7-11dbd60ffb84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6399 | 2024.08.15 05:36:41.412141 [ 3 ] {a1ae7e52-2f17-4516-8de7-11dbd60ffb84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6400 | 2024.08.15 05:36:41.412284 [ 3 ] {a1ae7e52-2f17-4516-8de7-11dbd60ffb84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6401 | 2024.08.15 05:36:41.412687 [ 3 ] {a1ae7e52-2f17-4516-8de7-11dbd60ffb84} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6402 | 2024.08.15 05:36:41.412725 [ 3 ] {a1ae7e52-2f17-4516-8de7-11dbd60ffb84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6403 | 2024.08.15 05:36:41.413032 [ 3 ] {a1ae7e52-2f17-4516-8de7-11dbd60ffb84} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6404 | 2024.08.15 05:36:41.413340 [ 3 ] {a1ae7e52-2f17-4516-8de7-11dbd60ffb84} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6405 | 2024.08.15 05:36:41.413480 [ 3 ] {a1ae7e52-2f17-4516-8de7-11dbd60ffb84} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001424 sec., 63202.247191011236 rows/sec., 4.94 MiB/sec. | ||
6406 | 2024.08.15 05:36:41.413654 [ 3 ] {a1ae7e52-2f17-4516-8de7-11dbd60ffb84} <Debug> DynamicQueryHandler: Done processing query | ||
6407 | 2024.08.15 05:36:41.413678 [ 3 ] {a1ae7e52-2f17-4516-8de7-11dbd60ffb84} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6408 | 2024.08.15 05:36:41.413694 [ 3 ] {} <Debug> HTTP-Session: be9e7c86-6954-45b1-94df-9046cd2885af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6409 | 2024.08.15 05:36:41.413865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6410 | 2024.08.15 05:36:41.413952 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6411 | 2024.08.15 05:36:41.413978 [ 3 ] {} <Debug> HTTP-Session: 7ce84493-bdf4-481e-8daa-66058a06dd90 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6412 | 2024.08.15 05:36:41.413995 [ 3 ] {} <Debug> HTTP-Session: 7ce84493-bdf4-481e-8daa-66058a06dd90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6413 | 2024.08.15 05:36:41.414008 [ 3 ] {} <Debug> HTTP-Session: 7ce84493-bdf4-481e-8daa-66058a06dd90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6414 | 2024.08.15 05:36:41.414040 [ 3 ] {} <Trace> HTTP-Session: 7ce84493-bdf4-481e-8daa-66058a06dd90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6415 | 2024.08.15 05:36:41.414177 [ 3 ] {b0314dbe-22ac-49a7-a9e1-d4ff25e6d734} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6416 | 2024.08.15 05:36:41.414224 [ 3 ] {b0314dbe-22ac-49a7-a9e1-d4ff25e6d734} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6417 | 2024.08.15 05:36:41.414368 [ 3 ] {b0314dbe-22ac-49a7-a9e1-d4ff25e6d734} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6418 | 2024.08.15 05:36:41.414746 [ 3 ] {b0314dbe-22ac-49a7-a9e1-d4ff25e6d734} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6419 | 2024.08.15 05:36:41.414783 [ 3 ] {b0314dbe-22ac-49a7-a9e1-d4ff25e6d734} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6420 | 2024.08.15 05:36:41.415166 [ 3 ] {b0314dbe-22ac-49a7-a9e1-d4ff25e6d734} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6421 | 2024.08.15 05:36:41.415506 [ 3 ] {b0314dbe-22ac-49a7-a9e1-d4ff25e6d734} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6422 | 2024.08.15 05:36:41.415659 [ 3 ] {b0314dbe-22ac-49a7-a9e1-d4ff25e6d734} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001541 sec., 103828.68267358857 rows/sec., 7.23 MiB/sec. | ||
6423 | 2024.08.15 05:36:41.415817 [ 3 ] {b0314dbe-22ac-49a7-a9e1-d4ff25e6d734} <Debug> DynamicQueryHandler: Done processing query | ||
6424 | 2024.08.15 05:36:41.415841 [ 3 ] {b0314dbe-22ac-49a7-a9e1-d4ff25e6d734} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6425 | 2024.08.15 05:36:41.415857 [ 3 ] {} <Debug> HTTP-Session: 7ce84493-bdf4-481e-8daa-66058a06dd90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6426 | 2024.08.15 05:36:41.416094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 41912, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6427 | 2024.08.15 05:36:41.416143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6428 | 2024.08.15 05:36:41.416162 [ 3 ] {} <Debug> HTTP-Session: 1baee97d-8aa5-40c4-bfe9-fc9cf9407056 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6429 | 2024.08.15 05:36:41.416178 [ 3 ] {} <Debug> HTTP-Session: 1baee97d-8aa5-40c4-bfe9-fc9cf9407056 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6430 | 2024.08.15 05:36:41.416192 [ 3 ] {} <Debug> HTTP-Session: 1baee97d-8aa5-40c4-bfe9-fc9cf9407056 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6431 | 2024.08.15 05:36:41.416223 [ 3 ] {} <Trace> HTTP-Session: 1baee97d-8aa5-40c4-bfe9-fc9cf9407056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6432 | 2024.08.15 05:36:41.416510 [ 3 ] {9b6e3931-8cca-4ec6-9e55-7dc1f52539e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6433 | 2024.08.15 05:36:41.416572 [ 3 ] {9b6e3931-8cca-4ec6-9e55-7dc1f52539e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6434 | 2024.08.15 05:36:41.416986 [ 3 ] {9b6e3931-8cca-4ec6-9e55-7dc1f52539e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6435 | 2024.08.15 05:36:41.417699 [ 3 ] {9b6e3931-8cca-4ec6-9e55-7dc1f52539e8} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6436 | 2024.08.15 05:36:41.417736 [ 3 ] {9b6e3931-8cca-4ec6-9e55-7dc1f52539e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6437 | 2024.08.15 05:36:41.418354 [ 3 ] {9b6e3931-8cca-4ec6-9e55-7dc1f52539e8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
6438 | 2024.08.15 05:36:41.418765 [ 3 ] {9b6e3931-8cca-4ec6-9e55-7dc1f52539e8} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6439 | 2024.08.15 05:36:41.418952 [ 3 ] {9b6e3931-8cca-4ec6-9e55-7dc1f52539e8} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002639 sec., 9852.216748768473 rows/sec., 17.65 MiB/sec. | ||
6440 | 2024.08.15 05:36:41.419172 [ 3 ] {9b6e3931-8cca-4ec6-9e55-7dc1f52539e8} <Debug> DynamicQueryHandler: Done processing query | ||
6441 | 2024.08.15 05:36:41.419197 [ 3 ] {9b6e3931-8cca-4ec6-9e55-7dc1f52539e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
6442 | 2024.08.15 05:36:41.419213 [ 3 ] {} <Debug> HTTP-Session: 1baee97d-8aa5-40c4-bfe9-fc9cf9407056 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6443 | 2024.08.15 05:36:41.419339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6444 | 2024.08.15 05:36:41.419387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6445 | 2024.08.15 05:36:41.419406 [ 3 ] {} <Debug> HTTP-Session: 413949c8-19f2-4ed1-b2d2-a55f4590caf6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6446 | 2024.08.15 05:36:41.419422 [ 3 ] {} <Debug> HTTP-Session: 413949c8-19f2-4ed1-b2d2-a55f4590caf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6447 | 2024.08.15 05:36:41.419436 [ 3 ] {} <Debug> HTTP-Session: 413949c8-19f2-4ed1-b2d2-a55f4590caf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6448 | 2024.08.15 05:36:41.419467 [ 3 ] {} <Trace> HTTP-Session: 413949c8-19f2-4ed1-b2d2-a55f4590caf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6449 | 2024.08.15 05:36:41.419580 [ 3 ] {36f6dc0d-6a34-4a60-bb9f-4e348eaa22d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6450 | 2024.08.15 05:36:41.419625 [ 3 ] {36f6dc0d-6a34-4a60-bb9f-4e348eaa22d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6451 | 2024.08.15 05:36:41.419753 [ 3 ] {36f6dc0d-6a34-4a60-bb9f-4e348eaa22d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6452 | 2024.08.15 05:36:41.420026 [ 3 ] {36f6dc0d-6a34-4a60-bb9f-4e348eaa22d6} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6453 | 2024.08.15 05:36:41.420060 [ 3 ] {36f6dc0d-6a34-4a60-bb9f-4e348eaa22d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6454 | 2024.08.15 05:36:41.420388 [ 3 ] {36f6dc0d-6a34-4a60-bb9f-4e348eaa22d6} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6455 | 2024.08.15 05:36:41.420682 [ 3 ] {36f6dc0d-6a34-4a60-bb9f-4e348eaa22d6} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6456 | 2024.08.15 05:36:41.420891 [ 3 ] {36f6dc0d-6a34-4a60-bb9f-4e348eaa22d6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001349 sec., 44477.390659747965 rows/sec., 3.00 MiB/sec. | ||
6457 | 2024.08.15 05:36:41.421048 [ 3 ] {36f6dc0d-6a34-4a60-bb9f-4e348eaa22d6} <Debug> DynamicQueryHandler: Done processing query | ||
6458 | 2024.08.15 05:36:41.421073 [ 3 ] {36f6dc0d-6a34-4a60-bb9f-4e348eaa22d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6459 | 2024.08.15 05:36:41.421088 [ 3 ] {} <Debug> HTTP-Session: 413949c8-19f2-4ed1-b2d2-a55f4590caf6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6460 | 2024.08.15 05:36:46.411114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6461 | 2024.08.15 05:36:46.411259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6462 | 2024.08.15 05:36:46.411289 [ 3 ] {} <Debug> HTTP-Session: bba5ecdc-ba47-4e78-9148-44d63776e863 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6463 | 2024.08.15 05:36:46.411319 [ 3 ] {} <Debug> HTTP-Session: bba5ecdc-ba47-4e78-9148-44d63776e863 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6464 | 2024.08.15 05:36:46.411337 [ 3 ] {} <Debug> HTTP-Session: bba5ecdc-ba47-4e78-9148-44d63776e863 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6465 | 2024.08.15 05:36:46.411396 [ 3 ] {} <Trace> HTTP-Session: bba5ecdc-ba47-4e78-9148-44d63776e863 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6466 | 2024.08.15 05:36:46.411595 [ 3 ] {c95b0218-e3a1-4d0d-82e6-026871f86642} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6467 | 2024.08.15 05:36:46.411674 [ 3 ] {c95b0218-e3a1-4d0d-82e6-026871f86642} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6468 | 2024.08.15 05:36:46.411898 [ 3 ] {c95b0218-e3a1-4d0d-82e6-026871f86642} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6469 | 2024.08.15 05:36:46.412395 [ 3 ] {c95b0218-e3a1-4d0d-82e6-026871f86642} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6470 | 2024.08.15 05:36:46.412444 [ 3 ] {c95b0218-e3a1-4d0d-82e6-026871f86642} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6471 | 2024.08.15 05:36:46.412818 [ 3 ] {c95b0218-e3a1-4d0d-82e6-026871f86642} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
6472 | 2024.08.15 05:36:46.413157 [ 3 ] {c95b0218-e3a1-4d0d-82e6-026871f86642} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6473 | 2024.08.15 05:36:46.413313 [ 3 ] {c95b0218-e3a1-4d0d-82e6-026871f86642} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001777 sec., 2250.9848058525604 rows/sec., 182.45 KiB/sec. | ||
6474 | 2024.08.15 05:36:46.413579 [ 3 ] {c95b0218-e3a1-4d0d-82e6-026871f86642} <Debug> DynamicQueryHandler: Done processing query | ||
6475 | 2024.08.15 05:36:46.413608 [ 3 ] {c95b0218-e3a1-4d0d-82e6-026871f86642} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6476 | 2024.08.15 05:36:46.413624 [ 3 ] {} <Debug> HTTP-Session: bba5ecdc-ba47-4e78-9148-44d63776e863 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6477 | 2024.08.15 05:36:46.413872 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6478 | 2024.08.15 05:36:46.413935 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6479 | 2024.08.15 05:36:46.413956 [ 3 ] {} <Debug> HTTP-Session: 4d45d449-3564-43b0-90ba-0cece2633091 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6480 | 2024.08.15 05:36:46.413975 [ 3 ] {} <Debug> HTTP-Session: 4d45d449-3564-43b0-90ba-0cece2633091 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6481 | 2024.08.15 05:36:46.413989 [ 3 ] {} <Debug> HTTP-Session: 4d45d449-3564-43b0-90ba-0cece2633091 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6482 | 2024.08.15 05:36:46.414026 [ 3 ] {} <Trace> HTTP-Session: 4d45d449-3564-43b0-90ba-0cece2633091 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6483 | 2024.08.15 05:36:46.414186 [ 3 ] {8c1e8018-478f-402e-aebe-2e61a0fe0905} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6484 | 2024.08.15 05:36:46.414235 [ 3 ] {8c1e8018-478f-402e-aebe-2e61a0fe0905} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6485 | 2024.08.15 05:36:46.414377 [ 3 ] {8c1e8018-478f-402e-aebe-2e61a0fe0905} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6486 | 2024.08.15 05:36:46.414784 [ 3 ] {8c1e8018-478f-402e-aebe-2e61a0fe0905} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6487 | 2024.08.15 05:36:46.414822 [ 3 ] {8c1e8018-478f-402e-aebe-2e61a0fe0905} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6488 | 2024.08.15 05:36:46.415150 [ 3 ] {8c1e8018-478f-402e-aebe-2e61a0fe0905} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6489 | 2024.08.15 05:36:46.415464 [ 3 ] {8c1e8018-478f-402e-aebe-2e61a0fe0905} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6490 | 2024.08.15 05:36:46.415622 [ 3 ] {8c1e8018-478f-402e-aebe-2e61a0fe0905} <Debug> executeQuery: Read 201 rows, 18.00 KiB in 0.001509 sec., 133200.79522862824 rows/sec., 11.65 MiB/sec. | ||
6491 | 2024.08.15 05:36:46.415907 [ 3 ] {8c1e8018-478f-402e-aebe-2e61a0fe0905} <Debug> DynamicQueryHandler: Done processing query | ||
6492 | 2024.08.15 05:36:46.415951 [ 3 ] {8c1e8018-478f-402e-aebe-2e61a0fe0905} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
6493 | 2024.08.15 05:36:46.415969 [ 3 ] {} <Debug> HTTP-Session: 4d45d449-3564-43b0-90ba-0cece2633091 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6494 | 2024.08.15 05:36:46.416114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6495 | 2024.08.15 05:36:46.416164 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6496 | 2024.08.15 05:36:46.416185 [ 3 ] {} <Debug> HTTP-Session: 41fba6f0-b122-4090-bee3-14573ae93c69 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6497 | 2024.08.15 05:36:46.416203 [ 3 ] {} <Debug> HTTP-Session: 41fba6f0-b122-4090-bee3-14573ae93c69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6498 | 2024.08.15 05:36:46.416217 [ 3 ] {} <Debug> HTTP-Session: 41fba6f0-b122-4090-bee3-14573ae93c69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6499 | 2024.08.15 05:36:46.416251 [ 3 ] {} <Trace> HTTP-Session: 41fba6f0-b122-4090-bee3-14573ae93c69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6500 | 2024.08.15 05:36:46.416361 [ 3 ] {ce52f3c4-6d93-4970-ab73-ccdfc83a967d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6501 | 2024.08.15 05:36:46.416409 [ 3 ] {ce52f3c4-6d93-4970-ab73-ccdfc83a967d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6502 | 2024.08.15 05:36:46.416558 [ 3 ] {ce52f3c4-6d93-4970-ab73-ccdfc83a967d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6503 | 2024.08.15 05:36:46.416876 [ 3 ] {ce52f3c4-6d93-4970-ab73-ccdfc83a967d} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6504 | 2024.08.15 05:36:46.416914 [ 3 ] {ce52f3c4-6d93-4970-ab73-ccdfc83a967d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6505 | 2024.08.15 05:36:46.417224 [ 3 ] {ce52f3c4-6d93-4970-ab73-ccdfc83a967d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6506 | 2024.08.15 05:36:46.417515 [ 3 ] {ce52f3c4-6d93-4970-ab73-ccdfc83a967d} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6507 | 2024.08.15 05:36:46.417667 [ 3 ] {ce52f3c4-6d93-4970-ab73-ccdfc83a967d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001378 sec., 10159.65166908563 rows/sec., 711.52 KiB/sec. | ||
6508 | 2024.08.15 05:36:46.417938 [ 3 ] {ce52f3c4-6d93-4970-ab73-ccdfc83a967d} <Debug> DynamicQueryHandler: Done processing query | ||
6509 | 2024.08.15 05:36:46.417964 [ 3 ] {ce52f3c4-6d93-4970-ab73-ccdfc83a967d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6510 | 2024.08.15 05:36:46.417981 [ 3 ] {} <Debug> HTTP-Session: 41fba6f0-b122-4090-bee3-14573ae93c69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6511 | 2024.08.15 05:36:46.418105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6512 | 2024.08.15 05:36:46.418156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6513 | 2024.08.15 05:36:46.418175 [ 3 ] {} <Debug> HTTP-Session: 52c90cf3-cb6f-4bab-ae8b-d719d3a80138 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6514 | 2024.08.15 05:36:46.418192 [ 3 ] {} <Debug> HTTP-Session: 52c90cf3-cb6f-4bab-ae8b-d719d3a80138 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6515 | 2024.08.15 05:36:46.418206 [ 3 ] {} <Debug> HTTP-Session: 52c90cf3-cb6f-4bab-ae8b-d719d3a80138 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6516 | 2024.08.15 05:36:46.418238 [ 3 ] {} <Trace> HTTP-Session: 52c90cf3-cb6f-4bab-ae8b-d719d3a80138 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6517 | 2024.08.15 05:36:46.418348 [ 3 ] {ba58fa64-204a-431e-8a27-e76ef9c6bf85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
6518 | 2024.08.15 05:36:46.418402 [ 3 ] {ba58fa64-204a-431e-8a27-e76ef9c6bf85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6519 | 2024.08.15 05:36:46.418530 [ 3 ] {ba58fa64-204a-431e-8a27-e76ef9c6bf85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6520 | 2024.08.15 05:36:46.418804 [ 3 ] {ba58fa64-204a-431e-8a27-e76ef9c6bf85} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6521 | 2024.08.15 05:36:46.418841 [ 3 ] {ba58fa64-204a-431e-8a27-e76ef9c6bf85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6522 | 2024.08.15 05:36:46.419150 [ 3 ] {ba58fa64-204a-431e-8a27-e76ef9c6bf85} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6523 | 2024.08.15 05:36:46.419448 [ 3 ] {ba58fa64-204a-431e-8a27-e76ef9c6bf85} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6524 | 2024.08.15 05:36:46.419617 [ 3 ] {ba58fa64-204a-431e-8a27-e76ef9c6bf85} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001301 sec., 4611.837048424289 rows/sec., 272.48 KiB/sec. | ||
6525 | 2024.08.15 05:36:46.419773 [ 3 ] {ba58fa64-204a-431e-8a27-e76ef9c6bf85} <Debug> DynamicQueryHandler: Done processing query | ||
6526 | 2024.08.15 05:36:46.419798 [ 3 ] {ba58fa64-204a-431e-8a27-e76ef9c6bf85} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6527 | 2024.08.15 05:36:46.419814 [ 3 ] {} <Debug> HTTP-Session: 52c90cf3-cb6f-4bab-ae8b-d719d3a80138 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6528 | 2024.08.15 05:36:46.419979 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 62444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6529 | 2024.08.15 05:36:46.420028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6530 | 2024.08.15 05:36:46.420047 [ 3 ] {} <Debug> HTTP-Session: 8926001a-1111-4e5d-9e44-b15c8d50479b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6531 | 2024.08.15 05:36:46.420063 [ 3 ] {} <Debug> HTTP-Session: 8926001a-1111-4e5d-9e44-b15c8d50479b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6532 | 2024.08.15 05:36:46.420077 [ 3 ] {} <Debug> HTTP-Session: 8926001a-1111-4e5d-9e44-b15c8d50479b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6533 | 2024.08.15 05:36:46.420107 [ 3 ] {} <Trace> HTTP-Session: 8926001a-1111-4e5d-9e44-b15c8d50479b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6534 | 2024.08.15 05:36:46.420332 [ 3 ] {82498729-1275-46d3-b2f7-2436c3bff5aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6535 | 2024.08.15 05:36:46.420375 [ 3 ] {82498729-1275-46d3-b2f7-2436c3bff5aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6536 | 2024.08.15 05:36:46.420498 [ 3 ] {82498729-1275-46d3-b2f7-2436c3bff5aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6537 | 2024.08.15 05:36:46.421040 [ 3 ] {82498729-1275-46d3-b2f7-2436c3bff5aa} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6538 | 2024.08.15 05:36:46.421078 [ 3 ] {82498729-1275-46d3-b2f7-2436c3bff5aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6539 | 2024.08.15 05:36:46.421400 [ 3 ] {82498729-1275-46d3-b2f7-2436c3bff5aa} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6540 | 2024.08.15 05:36:46.421710 [ 3 ] {82498729-1275-46d3-b2f7-2436c3bff5aa} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6541 | 2024.08.15 05:36:46.421861 [ 3 ] {82498729-1275-46d3-b2f7-2436c3bff5aa} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.001633 sec., 236374.77036129823 rows/sec., 16.75 MiB/sec. | ||
6542 | 2024.08.15 05:36:46.422071 [ 3 ] {82498729-1275-46d3-b2f7-2436c3bff5aa} <Debug> DynamicQueryHandler: Done processing query | ||
6543 | 2024.08.15 05:36:46.422098 [ 3 ] {82498729-1275-46d3-b2f7-2436c3bff5aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
6544 | 2024.08.15 05:36:46.422115 [ 3 ] {} <Debug> HTTP-Session: 8926001a-1111-4e5d-9e44-b15c8d50479b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6545 | 2024.08.15 05:36:46.422359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6546 | 2024.08.15 05:36:46.422411 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6547 | 2024.08.15 05:36:46.422431 [ 3 ] {} <Debug> HTTP-Session: 584e8ddd-be4a-4b92-aaac-97d49414ae36 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6548 | 2024.08.15 05:36:46.422447 [ 3 ] {} <Debug> HTTP-Session: 584e8ddd-be4a-4b92-aaac-97d49414ae36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6549 | 2024.08.15 05:36:46.422461 [ 3 ] {} <Debug> HTTP-Session: 584e8ddd-be4a-4b92-aaac-97d49414ae36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6550 | 2024.08.15 05:36:46.422492 [ 3 ] {} <Trace> HTTP-Session: 584e8ddd-be4a-4b92-aaac-97d49414ae36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6551 | 2024.08.15 05:36:46.422601 [ 3 ] {43f413f6-ddca-4f59-bcf0-e52137e4f359} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6552 | 2024.08.15 05:36:46.422646 [ 3 ] {43f413f6-ddca-4f59-bcf0-e52137e4f359} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6553 | 2024.08.15 05:36:46.422781 [ 3 ] {43f413f6-ddca-4f59-bcf0-e52137e4f359} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6554 | 2024.08.15 05:36:46.423037 [ 3 ] {43f413f6-ddca-4f59-bcf0-e52137e4f359} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6555 | 2024.08.15 05:36:46.423074 [ 3 ] {43f413f6-ddca-4f59-bcf0-e52137e4f359} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6556 | 2024.08.15 05:36:46.423435 [ 3 ] {43f413f6-ddca-4f59-bcf0-e52137e4f359} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6557 | 2024.08.15 05:36:46.423755 [ 3 ] {43f413f6-ddca-4f59-bcf0-e52137e4f359} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6558 | 2024.08.15 05:36:46.423916 [ 3 ] {43f413f6-ddca-4f59-bcf0-e52137e4f359} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001338 sec., 4484.304932735426 rows/sec., 234.29 KiB/sec. | ||
6559 | 2024.08.15 05:36:46.424227 [ 3 ] {43f413f6-ddca-4f59-bcf0-e52137e4f359} <Debug> DynamicQueryHandler: Done processing query | ||
6560 | 2024.08.15 05:36:46.424252 [ 3 ] {43f413f6-ddca-4f59-bcf0-e52137e4f359} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6561 | 2024.08.15 05:36:46.424268 [ 3 ] {} <Debug> HTTP-Session: 584e8ddd-be4a-4b92-aaac-97d49414ae36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6562 | 2024.08.15 05:36:46.424427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 44608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6563 | 2024.08.15 05:36:46.424475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6564 | 2024.08.15 05:36:46.424495 [ 3 ] {} <Debug> HTTP-Session: 64f33811-8296-4d55-bde3-49f4487d3742 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6565 | 2024.08.15 05:36:46.424512 [ 3 ] {} <Debug> HTTP-Session: 64f33811-8296-4d55-bde3-49f4487d3742 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6566 | 2024.08.15 05:36:46.424526 [ 3 ] {} <Debug> HTTP-Session: 64f33811-8296-4d55-bde3-49f4487d3742 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6567 | 2024.08.15 05:36:46.424556 [ 3 ] {} <Trace> HTTP-Session: 64f33811-8296-4d55-bde3-49f4487d3742 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6568 | 2024.08.15 05:36:46.424753 [ 3 ] {74e2b69c-b10a-4fe6-b077-8faf3e668603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6569 | 2024.08.15 05:36:46.424801 [ 3 ] {74e2b69c-b10a-4fe6-b077-8faf3e668603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6570 | 2024.08.15 05:36:46.424967 [ 3 ] {74e2b69c-b10a-4fe6-b077-8faf3e668603} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6571 | 2024.08.15 05:36:46.425377 [ 3 ] {74e2b69c-b10a-4fe6-b077-8faf3e668603} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6572 | 2024.08.15 05:36:46.425413 [ 3 ] {74e2b69c-b10a-4fe6-b077-8faf3e668603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6573 | 2024.08.15 05:36:46.425794 [ 3 ] {74e2b69c-b10a-4fe6-b077-8faf3e668603} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6574 | 2024.08.15 05:36:46.426167 [ 3 ] {74e2b69c-b10a-4fe6-b077-8faf3e668603} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6575 | 2024.08.15 05:36:46.426329 [ 3 ] {74e2b69c-b10a-4fe6-b077-8faf3e668603} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001689 sec., 140319.71580817053 rows/sec., 9.41 MiB/sec. | ||
6576 | 2024.08.15 05:36:46.426501 [ 3 ] {74e2b69c-b10a-4fe6-b077-8faf3e668603} <Debug> DynamicQueryHandler: Done processing query | ||
6577 | 2024.08.15 05:36:46.426527 [ 3 ] {74e2b69c-b10a-4fe6-b077-8faf3e668603} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6578 | 2024.08.15 05:36:46.426542 [ 3 ] {} <Debug> HTTP-Session: 64f33811-8296-4d55-bde3-49f4487d3742 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6579 | 2024.08.15 05:36:46.426714 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6580 | 2024.08.15 05:36:46.426765 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6581 | 2024.08.15 05:36:46.426786 [ 3 ] {} <Debug> HTTP-Session: 8450f760-70b4-4613-8f55-663991426d84 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6582 | 2024.08.15 05:36:46.426802 [ 3 ] {} <Debug> HTTP-Session: 8450f760-70b4-4613-8f55-663991426d84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6583 | 2024.08.15 05:36:46.426817 [ 3 ] {} <Debug> HTTP-Session: 8450f760-70b4-4613-8f55-663991426d84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6584 | 2024.08.15 05:36:46.426847 [ 3 ] {} <Trace> HTTP-Session: 8450f760-70b4-4613-8f55-663991426d84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6585 | 2024.08.15 05:36:46.426940 [ 3 ] {9a97b804-bb0c-44e2-9219-17f246c9ed89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
6586 | 2024.08.15 05:36:46.426985 [ 3 ] {9a97b804-bb0c-44e2-9219-17f246c9ed89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6587 | 2024.08.15 05:36:46.427115 [ 3 ] {9a97b804-bb0c-44e2-9219-17f246c9ed89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6588 | 2024.08.15 05:36:46.427359 [ 3 ] {9a97b804-bb0c-44e2-9219-17f246c9ed89} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6589 | 2024.08.15 05:36:46.427396 [ 3 ] {9a97b804-bb0c-44e2-9219-17f246c9ed89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6590 | 2024.08.15 05:36:46.427748 [ 3 ] {9a97b804-bb0c-44e2-9219-17f246c9ed89} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6591 | 2024.08.15 05:36:46.428063 [ 3 ] {9a97b804-bb0c-44e2-9219-17f246c9ed89} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6592 | 2024.08.15 05:36:46.428229 [ 3 ] {9a97b804-bb0c-44e2-9219-17f246c9ed89} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001307 sec., 765.1109410864575 rows/sec., 51.56 KiB/sec. | ||
6593 | 2024.08.15 05:36:46.428384 [ 3 ] {9a97b804-bb0c-44e2-9219-17f246c9ed89} <Debug> DynamicQueryHandler: Done processing query | ||
6594 | 2024.08.15 05:36:46.428409 [ 3 ] {9a97b804-bb0c-44e2-9219-17f246c9ed89} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
6595 | 2024.08.15 05:36:46.428425 [ 3 ] {} <Debug> HTTP-Session: 8450f760-70b4-4613-8f55-663991426d84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6596 | 2024.08.15 05:36:46.428547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6597 | 2024.08.15 05:36:46.428596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6598 | 2024.08.15 05:36:46.428615 [ 3 ] {} <Debug> HTTP-Session: c82098ed-fd75-41ba-b07d-469bfce1647c Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6599 | 2024.08.15 05:36:46.428632 [ 3 ] {} <Debug> HTTP-Session: c82098ed-fd75-41ba-b07d-469bfce1647c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6600 | 2024.08.15 05:36:46.428646 [ 3 ] {} <Debug> HTTP-Session: c82098ed-fd75-41ba-b07d-469bfce1647c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6601 | 2024.08.15 05:36:46.428677 [ 3 ] {} <Trace> HTTP-Session: c82098ed-fd75-41ba-b07d-469bfce1647c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6602 | 2024.08.15 05:36:46.428811 [ 3 ] {5a4562bf-5c8e-42a0-811f-0736df5e7b56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6603 | 2024.08.15 05:36:46.428875 [ 3 ] {5a4562bf-5c8e-42a0-811f-0736df5e7b56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6604 | 2024.08.15 05:36:46.429286 [ 3 ] {5a4562bf-5c8e-42a0-811f-0736df5e7b56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6605 | 2024.08.15 05:36:46.429746 [ 3 ] {5a4562bf-5c8e-42a0-811f-0736df5e7b56} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6606 | 2024.08.15 05:36:46.429782 [ 3 ] {5a4562bf-5c8e-42a0-811f-0736df5e7b56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6607 | 2024.08.15 05:36:46.430358 [ 3 ] {5a4562bf-5c8e-42a0-811f-0736df5e7b56} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
6608 | 2024.08.15 05:36:46.430759 [ 3 ] {5a4562bf-5c8e-42a0-811f-0736df5e7b56} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6609 | 2024.08.15 05:36:46.430959 [ 3 ] {5a4562bf-5c8e-42a0-811f-0736df5e7b56} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002207 sec., 1812.4150430448572 rows/sec., 3.25 MiB/sec. | ||
6610 | 2024.08.15 05:36:46.431330 [ 3 ] {5a4562bf-5c8e-42a0-811f-0736df5e7b56} <Debug> DynamicQueryHandler: Done processing query | ||
6611 | 2024.08.15 05:36:46.431356 [ 3 ] {5a4562bf-5c8e-42a0-811f-0736df5e7b56} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
6612 | 2024.08.15 05:36:46.431373 [ 3 ] {} <Debug> HTTP-Session: c82098ed-fd75-41ba-b07d-469bfce1647c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6613 | 2024.08.15 05:36:46.431531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6614 | 2024.08.15 05:36:46.431582 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6615 | 2024.08.15 05:36:46.431603 [ 3 ] {} <Debug> HTTP-Session: 0ca5c5ab-d7b9-4a3f-a141-58f225e9cba3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6616 | 2024.08.15 05:36:46.431621 [ 3 ] {} <Debug> HTTP-Session: 0ca5c5ab-d7b9-4a3f-a141-58f225e9cba3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6617 | 2024.08.15 05:36:46.431635 [ 3 ] {} <Debug> HTTP-Session: 0ca5c5ab-d7b9-4a3f-a141-58f225e9cba3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6618 | 2024.08.15 05:36:46.431666 [ 3 ] {} <Trace> HTTP-Session: 0ca5c5ab-d7b9-4a3f-a141-58f225e9cba3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6619 | 2024.08.15 05:36:46.431792 [ 3 ] {a7dc5a3f-f064-483a-951d-7e8567e8f75c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6620 | 2024.08.15 05:36:46.431837 [ 3 ] {a7dc5a3f-f064-483a-951d-7e8567e8f75c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6621 | 2024.08.15 05:36:46.431964 [ 3 ] {a7dc5a3f-f064-483a-951d-7e8567e8f75c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6622 | 2024.08.15 05:36:46.432262 [ 3 ] {a7dc5a3f-f064-483a-951d-7e8567e8f75c} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6623 | 2024.08.15 05:36:46.432299 [ 3 ] {a7dc5a3f-f064-483a-951d-7e8567e8f75c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6624 | 2024.08.15 05:36:46.432663 [ 3 ] {a7dc5a3f-f064-483a-951d-7e8567e8f75c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6625 | 2024.08.15 05:36:46.432993 [ 3 ] {a7dc5a3f-f064-483a-951d-7e8567e8f75c} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6626 | 2024.08.15 05:36:46.433156 [ 3 ] {a7dc5a3f-f064-483a-951d-7e8567e8f75c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001408 sec., 58238.63636363637 rows/sec., 3.70 MiB/sec. | ||
6627 | 2024.08.15 05:36:46.433319 [ 3 ] {a7dc5a3f-f064-483a-951d-7e8567e8f75c} <Debug> DynamicQueryHandler: Done processing query | ||
6628 | 2024.08.15 05:36:46.433346 [ 3 ] {a7dc5a3f-f064-483a-951d-7e8567e8f75c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6629 | 2024.08.15 05:36:46.433362 [ 3 ] {} <Debug> HTTP-Session: 0ca5c5ab-d7b9-4a3f-a141-58f225e9cba3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6630 | 2024.08.15 05:36:50.234140 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6631 | 2024.08.15 05:36:50.234209 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6632 | 2024.08.15 05:36:51.407643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6633 | 2024.08.15 05:36:51.407817 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6634 | 2024.08.15 05:36:51.407861 [ 3 ] {} <Debug> HTTP-Session: 4a02f262-0c30-404d-b86a-032125a9f5f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6635 | 2024.08.15 05:36:51.407904 [ 3 ] {} <Debug> HTTP-Session: 4a02f262-0c30-404d-b86a-032125a9f5f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6636 | 2024.08.15 05:36:51.407932 [ 3 ] {} <Debug> HTTP-Session: 4a02f262-0c30-404d-b86a-032125a9f5f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6637 | 2024.08.15 05:36:51.408013 [ 3 ] {} <Trace> HTTP-Session: 4a02f262-0c30-404d-b86a-032125a9f5f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6638 | 2024.08.15 05:36:51.408307 [ 3 ] {eba4fbf9-8b54-4be4-8152-5f7177938c51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6639 | 2024.08.15 05:36:51.408415 [ 3 ] {eba4fbf9-8b54-4be4-8152-5f7177938c51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6640 | 2024.08.15 05:36:51.408622 [ 3 ] {eba4fbf9-8b54-4be4-8152-5f7177938c51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6641 | 2024.08.15 05:36:51.409053 [ 3 ] {eba4fbf9-8b54-4be4-8152-5f7177938c51} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6642 | 2024.08.15 05:36:51.409092 [ 3 ] {eba4fbf9-8b54-4be4-8152-5f7177938c51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6643 | 2024.08.15 05:36:51.409451 [ 3 ] {eba4fbf9-8b54-4be4-8152-5f7177938c51} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
6644 | 2024.08.15 05:36:51.409781 [ 3 ] {eba4fbf9-8b54-4be4-8152-5f7177938c51} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6645 | 2024.08.15 05:36:51.409925 [ 3 ] {eba4fbf9-8b54-4be4-8152-5f7177938c51} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001717 sec., 15142.690739662201 rows/sec., 1.20 MiB/sec. | ||
6646 | 2024.08.15 05:36:51.409929 [ 95 ] {} <Debug> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
6647 | 2024.08.15 05:36:51.409994 [ 95 ] {} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6648 | 2024.08.15 05:36:51.410031 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6649 | 2024.08.15 05:36:51.410187 [ 3 ] {eba4fbf9-8b54-4be4-8152-5f7177938c51} <Debug> DynamicQueryHandler: Done processing query | ||
6650 | 2024.08.15 05:36:51.410265 [ 3 ] {eba4fbf9-8b54-4be4-8152-5f7177938c51} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6651 | 2024.08.15 05:36:51.410360 [ 3 ] {} <Debug> HTTP-Session: 4a02f262-0c30-404d-b86a-032125a9f5f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6652 | 2024.08.15 05:36:51.410461 [ 200 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::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 | ||
6653 | 2024.08.15 05:36:51.410582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6654 | 2024.08.15 05:36:51.410678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6655 | 2024.08.15 05:36:51.410728 [ 3 ] {} <Debug> HTTP-Session: 6553b619-db52-4fc2-b070-95481bf1f345 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6656 | 2024.08.15 05:36:51.410781 [ 3 ] {} <Debug> HTTP-Session: 6553b619-db52-4fc2-b070-95481bf1f345 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6657 | 2024.08.15 05:36:51.410824 [ 3 ] {} <Debug> HTTP-Session: 6553b619-db52-4fc2-b070-95481bf1f345 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6658 | 2024.08.15 05:36:51.410934 [ 3 ] {} <Trace> HTTP-Session: 6553b619-db52-4fc2-b070-95481bf1f345 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6659 | 2024.08.15 05:36:51.410990 [ 200 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6660 | 2024.08.15 05:36:51.411097 [ 200 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 30 rows starting from the beginning of the part | ||
6661 | 2024.08.15 05:36:51.411154 [ 3 ] {60d77b66-a808-457f-8ed8-ab2f2d9c94cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6662 | 2024.08.15 05:36:51.411282 [ 3 ] {60d77b66-a808-457f-8ed8-ab2f2d9c94cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6663 | 2024.08.15 05:36:51.411493 [ 200 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 26 rows starting from the beginning of the part | ||
6664 | 2024.08.15 05:36:51.411773 [ 200 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
6665 | 2024.08.15 05:36:51.412087 [ 200 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 26 rows starting from the beginning of the part | ||
6666 | 2024.08.15 05:36:51.412445 [ 3 ] {60d77b66-a808-457f-8ed8-ab2f2d9c94cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6667 | 2024.08.15 05:36:51.412472 [ 200 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
6668 | 2024.08.15 05:36:51.412815 [ 200 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 26 rows starting from the beginning of the part | ||
6669 | 2024.08.15 05:36:51.413526 [ 3 ] {60d77b66-a808-457f-8ed8-ab2f2d9c94cf} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6670 | 2024.08.15 05:36:51.413575 [ 3 ] {60d77b66-a808-457f-8ed8-ab2f2d9c94cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6671 | 2024.08.15 05:36:51.414343 [ 3 ] {60d77b66-a808-457f-8ed8-ab2f2d9c94cf} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
6672 | 2024.08.15 05:36:51.415255 [ 3 ] {60d77b66-a808-457f-8ed8-ab2f2d9c94cf} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6673 | 2024.08.15 05:36:51.415693 [ 3 ] {60d77b66-a808-457f-8ed8-ab2f2d9c94cf} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.0046 sec., 434.7826086956522 rows/sec., 35.45 KiB/sec. | ||
6674 | 2024.08.15 05:36:51.415693 [ 187 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 116 rows, containing 4 columns (4 merged, 0 gathered) in 0.005567748 sec., 20834.276263940108 rows/sec., 1.65 MiB/sec. | ||
6675 | 2024.08.15 05:36:51.416082 [ 187 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
6676 | 2024.08.15 05:36:51.416228 [ 3 ] {60d77b66-a808-457f-8ed8-ab2f2d9c94cf} <Debug> DynamicQueryHandler: Done processing query | ||
6677 | 2024.08.15 05:36:51.416258 [ 3 ] {60d77b66-a808-457f-8ed8-ab2f2d9c94cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6678 | 2024.08.15 05:36:51.416274 [ 3 ] {} <Debug> HTTP-Session: 6553b619-db52-4fc2-b070-95481bf1f345 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6679 | 2024.08.15 05:36:51.416496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6680 | 2024.08.15 05:36:51.416553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6681 | 2024.08.15 05:36:51.416580 [ 3 ] {} <Debug> HTTP-Session: 8b832530-b540-42f7-ae55-a0ae0b284cc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6682 | 2024.08.15 05:36:51.416592 [ 187 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_21_4} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6683 | 2024.08.15 05:36:51.416598 [ 3 ] {} <Debug> HTTP-Session: 8b832530-b540-42f7-ae55-a0ae0b284cc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6684 | 2024.08.15 05:36:51.416628 [ 3 ] {} <Debug> HTTP-Session: 8b832530-b540-42f7-ae55-a0ae0b284cc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6685 | 2024.08.15 05:36:51.416669 [ 3 ] {} <Trace> HTTP-Session: 8b832530-b540-42f7-ae55-a0ae0b284cc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6686 | 2024.08.15 05:36:51.416688 [ 187 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_21_4} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
6687 | 2024.08.15 05:36:51.416784 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
6688 | 2024.08.15 05:36:51.416837 [ 3 ] {0790c05b-b310-4836-a7f5-33a3f46a5143} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6689 | 2024.08.15 05:36:51.416880 [ 3 ] {0790c05b-b310-4836-a7f5-33a3f46a5143} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6690 | 2024.08.15 05:36:51.417014 [ 3 ] {0790c05b-b310-4836-a7f5-33a3f46a5143} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6691 | 2024.08.15 05:36:51.417420 [ 3 ] {0790c05b-b310-4836-a7f5-33a3f46a5143} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6692 | 2024.08.15 05:36:51.417456 [ 3 ] {0790c05b-b310-4836-a7f5-33a3f46a5143} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6693 | 2024.08.15 05:36:51.417901 [ 3 ] {0790c05b-b310-4836-a7f5-33a3f46a5143} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6694 | 2024.08.15 05:36:51.418282 [ 3 ] {0790c05b-b310-4836-a7f5-33a3f46a5143} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6695 | 2024.08.15 05:36:51.418410 [ 3 ] {0790c05b-b310-4836-a7f5-33a3f46a5143} <Debug> executeQuery: Read 135 rows, 11.52 KiB in 0.001645 sec., 82066.86930091186 rows/sec., 6.84 MiB/sec. | ||
6696 | 2024.08.15 05:36:51.418576 [ 3 ] {0790c05b-b310-4836-a7f5-33a3f46a5143} <Debug> DynamicQueryHandler: Done processing query | ||
6697 | 2024.08.15 05:36:51.418600 [ 3 ] {0790c05b-b310-4836-a7f5-33a3f46a5143} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6698 | 2024.08.15 05:36:51.418617 [ 3 ] {} <Debug> HTTP-Session: 8b832530-b540-42f7-ae55-a0ae0b284cc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6699 | 2024.08.15 05:36:51.418767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6700 | 2024.08.15 05:36:51.418816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6701 | 2024.08.15 05:36:51.418834 [ 3 ] {} <Debug> HTTP-Session: 0c2d4c3a-6ce9-4d41-a891-8ee2a3aff78d Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6702 | 2024.08.15 05:36:51.418851 [ 3 ] {} <Debug> HTTP-Session: 0c2d4c3a-6ce9-4d41-a891-8ee2a3aff78d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6703 | 2024.08.15 05:36:51.418864 [ 3 ] {} <Debug> HTTP-Session: 0c2d4c3a-6ce9-4d41-a891-8ee2a3aff78d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6704 | 2024.08.15 05:36:51.418894 [ 3 ] {} <Trace> HTTP-Session: 0c2d4c3a-6ce9-4d41-a891-8ee2a3aff78d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6705 | 2024.08.15 05:36:51.418996 [ 3 ] {99665291-2336-42a1-8891-05ed012834f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6706 | 2024.08.15 05:36:51.419038 [ 3 ] {99665291-2336-42a1-8891-05ed012834f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6707 | 2024.08.15 05:36:51.419163 [ 3 ] {99665291-2336-42a1-8891-05ed012834f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6708 | 2024.08.15 05:36:51.419421 [ 3 ] {99665291-2336-42a1-8891-05ed012834f2} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6709 | 2024.08.15 05:36:51.419456 [ 3 ] {99665291-2336-42a1-8891-05ed012834f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6710 | 2024.08.15 05:36:51.419751 [ 3 ] {99665291-2336-42a1-8891-05ed012834f2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
6711 | 2024.08.15 05:36:51.420062 [ 3 ] {99665291-2336-42a1-8891-05ed012834f2} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6712 | 2024.08.15 05:36:51.420179 [ 3 ] {99665291-2336-42a1-8891-05ed012834f2} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001207 sec., 1657.0008285004144 rows/sec., 115.70 KiB/sec. | ||
6713 | 2024.08.15 05:36:51.420329 [ 3 ] {99665291-2336-42a1-8891-05ed012834f2} <Debug> DynamicQueryHandler: Done processing query | ||
6714 | 2024.08.15 05:36:51.420353 [ 3 ] {99665291-2336-42a1-8891-05ed012834f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6715 | 2024.08.15 05:36:51.420369 [ 3 ] {} <Debug> HTTP-Session: 0c2d4c3a-6ce9-4d41-a891-8ee2a3aff78d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6716 | 2024.08.15 05:36:51.420520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 15624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6717 | 2024.08.15 05:36:51.420565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6718 | 2024.08.15 05:36:51.420584 [ 3 ] {} <Debug> HTTP-Session: 0e668bf1-68fd-4d68-bd8c-8c1a01e1afdf Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6719 | 2024.08.15 05:36:51.420599 [ 3 ] {} <Debug> HTTP-Session: 0e668bf1-68fd-4d68-bd8c-8c1a01e1afdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6720 | 2024.08.15 05:36:51.420613 [ 3 ] {} <Debug> HTTP-Session: 0e668bf1-68fd-4d68-bd8c-8c1a01e1afdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6721 | 2024.08.15 05:36:51.420642 [ 3 ] {} <Trace> HTTP-Session: 0e668bf1-68fd-4d68-bd8c-8c1a01e1afdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6722 | 2024.08.15 05:36:51.420757 [ 3 ] {0f58f5ad-75ff-43df-908a-659cf3f81b64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6723 | 2024.08.15 05:36:51.420799 [ 3 ] {0f58f5ad-75ff-43df-908a-659cf3f81b64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6724 | 2024.08.15 05:36:51.420923 [ 3 ] {0f58f5ad-75ff-43df-908a-659cf3f81b64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6725 | 2024.08.15 05:36:51.421266 [ 3 ] {0f58f5ad-75ff-43df-908a-659cf3f81b64} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6726 | 2024.08.15 05:36:51.421302 [ 3 ] {0f58f5ad-75ff-43df-908a-659cf3f81b64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6727 | 2024.08.15 05:36:51.421606 [ 3 ] {0f58f5ad-75ff-43df-908a-659cf3f81b64} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6728 | 2024.08.15 05:36:51.421903 [ 3 ] {0f58f5ad-75ff-43df-908a-659cf3f81b64} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6729 | 2024.08.15 05:36:51.422024 [ 3 ] {0f58f5ad-75ff-43df-908a-659cf3f81b64} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001308 sec., 70336.39143730888 rows/sec., 5.50 MiB/sec. | ||
6730 | 2024.08.15 05:36:51.422179 [ 3 ] {0f58f5ad-75ff-43df-908a-659cf3f81b64} <Debug> DynamicQueryHandler: Done processing query | ||
6731 | 2024.08.15 05:36:51.422203 [ 3 ] {0f58f5ad-75ff-43df-908a-659cf3f81b64} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6732 | 2024.08.15 05:36:51.422218 [ 3 ] {} <Debug> HTTP-Session: 0e668bf1-68fd-4d68-bd8c-8c1a01e1afdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6733 | 2024.08.15 05:36:51.422412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6734 | 2024.08.15 05:36:51.422463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6735 | 2024.08.15 05:36:51.422482 [ 3 ] {} <Debug> HTTP-Session: a8224a4e-0334-45db-810c-9f6c0018c88a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6736 | 2024.08.15 05:36:51.422498 [ 3 ] {} <Debug> HTTP-Session: a8224a4e-0334-45db-810c-9f6c0018c88a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6737 | 2024.08.15 05:36:51.422511 [ 3 ] {} <Debug> HTTP-Session: a8224a4e-0334-45db-810c-9f6c0018c88a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6738 | 2024.08.15 05:36:51.422541 [ 3 ] {} <Trace> HTTP-Session: a8224a4e-0334-45db-810c-9f6c0018c88a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6739 | 2024.08.15 05:36:51.422676 [ 3 ] {a7dbd9ab-9e1f-48ba-87ca-77be1c441654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6740 | 2024.08.15 05:36:51.422722 [ 3 ] {a7dbd9ab-9e1f-48ba-87ca-77be1c441654} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6741 | 2024.08.15 05:36:51.422865 [ 3 ] {a7dbd9ab-9e1f-48ba-87ca-77be1c441654} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6742 | 2024.08.15 05:36:51.423220 [ 3 ] {a7dbd9ab-9e1f-48ba-87ca-77be1c441654} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6743 | 2024.08.15 05:36:51.423255 [ 3 ] {a7dbd9ab-9e1f-48ba-87ca-77be1c441654} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6744 | 2024.08.15 05:36:51.423631 [ 3 ] {a7dbd9ab-9e1f-48ba-87ca-77be1c441654} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6745 | 2024.08.15 05:36:51.423953 [ 3 ] {a7dbd9ab-9e1f-48ba-87ca-77be1c441654} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6746 | 2024.08.15 05:36:51.424081 [ 3 ] {a7dbd9ab-9e1f-48ba-87ca-77be1c441654} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001467 sec., 109747.78459441036 rows/sec., 7.64 MiB/sec. | ||
6747 | 2024.08.15 05:36:51.424283 [ 3 ] {a7dbd9ab-9e1f-48ba-87ca-77be1c441654} <Debug> DynamicQueryHandler: Done processing query | ||
6748 | 2024.08.15 05:36:51.424310 [ 3 ] {a7dbd9ab-9e1f-48ba-87ca-77be1c441654} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6749 | 2024.08.15 05:36:51.424326 [ 3 ] {} <Debug> HTTP-Session: a8224a4e-0334-45db-810c-9f6c0018c88a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6750 | 2024.08.15 05:36:51.424476 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 42052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6751 | 2024.08.15 05:36:51.424522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6752 | 2024.08.15 05:36:51.424540 [ 3 ] {} <Debug> HTTP-Session: 660c2a74-1732-4c47-a520-c0f27b9af0df Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6753 | 2024.08.15 05:36:51.424556 [ 3 ] {} <Debug> HTTP-Session: 660c2a74-1732-4c47-a520-c0f27b9af0df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6754 | 2024.08.15 05:36:51.424570 [ 3 ] {} <Debug> HTTP-Session: 660c2a74-1732-4c47-a520-c0f27b9af0df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6755 | 2024.08.15 05:36:51.424600 [ 3 ] {} <Trace> HTTP-Session: 660c2a74-1732-4c47-a520-c0f27b9af0df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6756 | 2024.08.15 05:36:51.424872 [ 3 ] {89f6640a-798f-4986-942a-5d19ae566eb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6757 | 2024.08.15 05:36:51.424933 [ 3 ] {89f6640a-798f-4986-942a-5d19ae566eb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6758 | 2024.08.15 05:36:51.425328 [ 3 ] {89f6640a-798f-4986-942a-5d19ae566eb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6759 | 2024.08.15 05:36:51.425962 [ 3 ] {89f6640a-798f-4986-942a-5d19ae566eb0} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6760 | 2024.08.15 05:36:51.425998 [ 3 ] {89f6640a-798f-4986-942a-5d19ae566eb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6761 | 2024.08.15 05:36:51.426577 [ 3 ] {89f6640a-798f-4986-942a-5d19ae566eb0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
6762 | 2024.08.15 05:36:51.426975 [ 3 ] {89f6640a-798f-4986-942a-5d19ae566eb0} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6763 | 2024.08.15 05:36:51.427118 [ 95 ] {} <Debug> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
6764 | 2024.08.15 05:36:51.427123 [ 3 ] {89f6640a-798f-4986-942a-5d19ae566eb0} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002442 sec., 10647.010647010646 rows/sec., 19.08 MiB/sec. | ||
6765 | 2024.08.15 05:36:51.427164 [ 95 ] {} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6766 | 2024.08.15 05:36:51.427210 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6767 | 2024.08.15 05:36:51.427712 [ 200 ] {f74056ac-963a-4604-86a0-b4c0a6355317::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 | ||
6768 | 2024.08.15 05:36:51.427753 [ 3 ] {89f6640a-798f-4986-942a-5d19ae566eb0} <Debug> DynamicQueryHandler: Done processing query | ||
6769 | 2024.08.15 05:36:51.427843 [ 3 ] {89f6640a-798f-4986-942a-5d19ae566eb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
6770 | 2024.08.15 05:36:51.427917 [ 3 ] {} <Debug> HTTP-Session: 660c2a74-1732-4c47-a520-c0f27b9af0df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6771 | 2024.08.15 05:36:51.428161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6772 | 2024.08.15 05:36:51.428294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6773 | 2024.08.15 05:36:51.428356 [ 3 ] {} <Debug> HTTP-Session: 0b602422-f615-4dab-bab5-f4ef3daa681b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6774 | 2024.08.15 05:36:51.428399 [ 3 ] {} <Debug> HTTP-Session: 0b602422-f615-4dab-bab5-f4ef3daa681b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6775 | 2024.08.15 05:36:51.428442 [ 3 ] {} <Debug> HTTP-Session: 0b602422-f615-4dab-bab5-f4ef3daa681b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6776 | 2024.08.15 05:36:51.428544 [ 3 ] {} <Trace> HTTP-Session: 0b602422-f615-4dab-bab5-f4ef3daa681b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6777 | 2024.08.15 05:36:51.428746 [ 200 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6778 | 2024.08.15 05:36:51.428828 [ 3 ] {d56a4ef2-68ad-4eb3-8eaa-507a2c935d1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6779 | 2024.08.15 05:36:51.428881 [ 200 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 262 rows starting from the beginning of the part | ||
6780 | 2024.08.15 05:36:51.428944 [ 3 ] {d56a4ef2-68ad-4eb3-8eaa-507a2c935d1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6781 | 2024.08.15 05:36:51.429675 [ 200 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 26 rows starting from the beginning of the part | ||
6782 | 2024.08.15 05:36:51.429849 [ 3 ] {d56a4ef2-68ad-4eb3-8eaa-507a2c935d1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6783 | 2024.08.15 05:36:51.430344 [ 200 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
6784 | 2024.08.15 05:36:51.431049 [ 200 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 26 rows starting from the beginning of the part | ||
6785 | 2024.08.15 05:36:51.431168 [ 3 ] {d56a4ef2-68ad-4eb3-8eaa-507a2c935d1c} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6786 | 2024.08.15 05:36:51.431257 [ 3 ] {d56a4ef2-68ad-4eb3-8eaa-507a2c935d1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6787 | 2024.08.15 05:36:51.431688 [ 200 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
6788 | 2024.08.15 05:36:51.432325 [ 200 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 26 rows starting from the beginning of the part | ||
6789 | 2024.08.15 05:36:51.432727 [ 3 ] {d56a4ef2-68ad-4eb3-8eaa-507a2c935d1c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6790 | 2024.08.15 05:36:51.433618 [ 3 ] {d56a4ef2-68ad-4eb3-8eaa-507a2c935d1c} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6791 | 2024.08.15 05:36:51.433975 [ 3 ] {d56a4ef2-68ad-4eb3-8eaa-507a2c935d1c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00524 sec., 11450.381679389313 rows/sec., 790.20 KiB/sec. | ||
6792 | 2024.08.15 05:36:51.434380 [ 3 ] {d56a4ef2-68ad-4eb3-8eaa-507a2c935d1c} <Debug> DynamicQueryHandler: Done processing query | ||
6793 | 2024.08.15 05:36:51.434436 [ 3 ] {d56a4ef2-68ad-4eb3-8eaa-507a2c935d1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6794 | 2024.08.15 05:36:51.434480 [ 3 ] {} <Debug> HTTP-Session: 0b602422-f615-4dab-bab5-f4ef3daa681b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6795 | 2024.08.15 05:36:51.436974 [ 186 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 348 rows, containing 19 columns (19 merged, 0 gathered) in 0.009652055 sec., 36054.498238976055 rows/sec., 64.60 MiB/sec. | ||
6796 | 2024.08.15 05:36:51.437455 [ 192 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
6797 | 2024.08.15 05:36:51.438035 [ 192 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6798 | 2024.08.15 05:36:51.438121 [ 192 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
6799 | 2024.08.15 05:36:51.438238 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.03 MiB. | ||
6800 | 2024.08.15 05:36:56.301525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6801 | 2024.08.15 05:36:56.301674 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6802 | 2024.08.15 05:36:56.301702 [ 3 ] {} <Debug> HTTP-Session: 52080362-401f-4892-84ad-6f218d7eda6d Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6803 | 2024.08.15 05:36:56.301733 [ 3 ] {} <Debug> HTTP-Session: 52080362-401f-4892-84ad-6f218d7eda6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6804 | 2024.08.15 05:36:56.301751 [ 3 ] {} <Debug> HTTP-Session: 52080362-401f-4892-84ad-6f218d7eda6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6805 | 2024.08.15 05:36:56.301808 [ 3 ] {} <Trace> HTTP-Session: 52080362-401f-4892-84ad-6f218d7eda6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6806 | 2024.08.15 05:36:56.302008 [ 3 ] {151832d7-e275-402e-9579-9dfbea774ca4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6807 | 2024.08.15 05:36:56.302084 [ 3 ] {151832d7-e275-402e-9579-9dfbea774ca4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6808 | 2024.08.15 05:36:56.302311 [ 3 ] {151832d7-e275-402e-9579-9dfbea774ca4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6809 | 2024.08.15 05:36:56.302755 [ 3 ] {151832d7-e275-402e-9579-9dfbea774ca4} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6810 | 2024.08.15 05:36:56.302797 [ 3 ] {151832d7-e275-402e-9579-9dfbea774ca4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6811 | 2024.08.15 05:36:56.303159 [ 3 ] {151832d7-e275-402e-9579-9dfbea774ca4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
6812 | 2024.08.15 05:36:56.303492 [ 3 ] {151832d7-e275-402e-9579-9dfbea774ca4} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6813 | 2024.08.15 05:36:56.303667 [ 3 ] {151832d7-e275-402e-9579-9dfbea774ca4} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001713 sec., 2335.0846468184473 rows/sec., 189.27 KiB/sec. | ||
6814 | 2024.08.15 05:36:56.304011 [ 3 ] {151832d7-e275-402e-9579-9dfbea774ca4} <Debug> DynamicQueryHandler: Done processing query | ||
6815 | 2024.08.15 05:36:56.304038 [ 3 ] {151832d7-e275-402e-9579-9dfbea774ca4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6816 | 2024.08.15 05:36:56.304054 [ 3 ] {} <Debug> HTTP-Session: 52080362-401f-4892-84ad-6f218d7eda6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6817 | 2024.08.15 05:36:56.304437 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 195698, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6818 | 2024.08.15 05:36:56.304487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6819 | 2024.08.15 05:36:56.304506 [ 3 ] {} <Debug> HTTP-Session: f6283eda-b993-45ca-96fd-6101e6403f6e Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6820 | 2024.08.15 05:36:56.304523 [ 3 ] {} <Debug> HTTP-Session: f6283eda-b993-45ca-96fd-6101e6403f6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6821 | 2024.08.15 05:36:56.304536 [ 3 ] {} <Debug> HTTP-Session: f6283eda-b993-45ca-96fd-6101e6403f6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6822 | 2024.08.15 05:36:56.304567 [ 3 ] {} <Trace> HTTP-Session: f6283eda-b993-45ca-96fd-6101e6403f6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6823 | 2024.08.15 05:36:56.305447 [ 3 ] {e3bdf3b8-5b16-431c-9838-4e1741f8e792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6824 | 2024.08.15 05:36:56.305495 [ 3 ] {e3bdf3b8-5b16-431c-9838-4e1741f8e792} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6825 | 2024.08.15 05:36:56.305647 [ 3 ] {e3bdf3b8-5b16-431c-9838-4e1741f8e792} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6826 | 2024.08.15 05:36:56.306771 [ 3 ] {e3bdf3b8-5b16-431c-9838-4e1741f8e792} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6827 | 2024.08.15 05:36:56.306809 [ 3 ] {e3bdf3b8-5b16-431c-9838-4e1741f8e792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6828 | 2024.08.15 05:36:56.307254 [ 3 ] {e3bdf3b8-5b16-431c-9838-4e1741f8e792} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6829 | 2024.08.15 05:36:56.307565 [ 3 ] {e3bdf3b8-5b16-431c-9838-4e1741f8e792} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6830 | 2024.08.15 05:36:56.307697 [ 3 ] {e3bdf3b8-5b16-431c-9838-4e1741f8e792} <Debug> executeQuery: Read 1341 rows, 114.57 KiB in 0.002972 sec., 451211.3055181696 rows/sec., 37.65 MiB/sec. | ||
6831 | 2024.08.15 05:36:56.307879 [ 3 ] {e3bdf3b8-5b16-431c-9838-4e1741f8e792} <Debug> DynamicQueryHandler: Done processing query | ||
6832 | 2024.08.15 05:36:56.307913 [ 3 ] {e3bdf3b8-5b16-431c-9838-4e1741f8e792} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
6833 | 2024.08.15 05:36:56.307938 [ 3 ] {} <Debug> HTTP-Session: f6283eda-b993-45ca-96fd-6101e6403f6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6834 | 2024.08.15 05:36:56.308572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 32348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6835 | 2024.08.15 05:36:56.308619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6836 | 2024.08.15 05:36:56.308638 [ 3 ] {} <Debug> HTTP-Session: 6ab354ed-57e4-4b92-9ae2-bcdc3b7bdbe7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6837 | 2024.08.15 05:36:56.308655 [ 3 ] {} <Debug> HTTP-Session: 6ab354ed-57e4-4b92-9ae2-bcdc3b7bdbe7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6838 | 2024.08.15 05:36:56.308669 [ 3 ] {} <Debug> HTTP-Session: 6ab354ed-57e4-4b92-9ae2-bcdc3b7bdbe7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6839 | 2024.08.15 05:36:56.308699 [ 3 ] {} <Trace> HTTP-Session: 6ab354ed-57e4-4b92-9ae2-bcdc3b7bdbe7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6840 | 2024.08.15 05:36:56.308870 [ 3 ] {47f0f126-b5b9-4da6-b236-cba27368758f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6841 | 2024.08.15 05:36:56.308913 [ 3 ] {47f0f126-b5b9-4da6-b236-cba27368758f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6842 | 2024.08.15 05:36:56.309037 [ 3 ] {47f0f126-b5b9-4da6-b236-cba27368758f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6843 | 2024.08.15 05:36:56.309481 [ 3 ] {47f0f126-b5b9-4da6-b236-cba27368758f} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6844 | 2024.08.15 05:36:56.309517 [ 3 ] {47f0f126-b5b9-4da6-b236-cba27368758f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6845 | 2024.08.15 05:36:56.309835 [ 3 ] {47f0f126-b5b9-4da6-b236-cba27368758f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6846 | 2024.08.15 05:36:56.310137 [ 3 ] {47f0f126-b5b9-4da6-b236-cba27368758f} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6847 | 2024.08.15 05:36:56.310266 [ 3 ] {47f0f126-b5b9-4da6-b236-cba27368758f} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00149 sec., 162416.10738255034 rows/sec., 11.00 MiB/sec. | ||
6848 | 2024.08.15 05:36:56.310432 [ 3 ] {47f0f126-b5b9-4da6-b236-cba27368758f} <Debug> DynamicQueryHandler: Done processing query | ||
6849 | 2024.08.15 05:36:56.310456 [ 3 ] {47f0f126-b5b9-4da6-b236-cba27368758f} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
6850 | 2024.08.15 05:36:56.310473 [ 3 ] {} <Debug> HTTP-Session: 6ab354ed-57e4-4b92-9ae2-bcdc3b7bdbe7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6851 | 2024.08.15 05:36:56.310635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6852 | 2024.08.15 05:36:56.310684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6853 | 2024.08.15 05:36:56.310703 [ 3 ] {} <Debug> HTTP-Session: 97617961-d2a9-43d4-a238-60d112c69a56 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6854 | 2024.08.15 05:36:56.310719 [ 3 ] {} <Debug> HTTP-Session: 97617961-d2a9-43d4-a238-60d112c69a56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6855 | 2024.08.15 05:36:56.310732 [ 3 ] {} <Debug> HTTP-Session: 97617961-d2a9-43d4-a238-60d112c69a56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6856 | 2024.08.15 05:36:56.310762 [ 3 ] {} <Trace> HTTP-Session: 97617961-d2a9-43d4-a238-60d112c69a56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6857 | 2024.08.15 05:36:56.310856 [ 3 ] {d8aafc3a-c530-408c-96cf-a9976ae5eb08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
6858 | 2024.08.15 05:36:56.310899 [ 3 ] {d8aafc3a-c530-408c-96cf-a9976ae5eb08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6859 | 2024.08.15 05:36:56.311024 [ 3 ] {d8aafc3a-c530-408c-96cf-a9976ae5eb08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6860 | 2024.08.15 05:36:56.311290 [ 3 ] {d8aafc3a-c530-408c-96cf-a9976ae5eb08} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6861 | 2024.08.15 05:36:56.311326 [ 3 ] {d8aafc3a-c530-408c-96cf-a9976ae5eb08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6862 | 2024.08.15 05:36:56.311621 [ 3 ] {d8aafc3a-c530-408c-96cf-a9976ae5eb08} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6863 | 2024.08.15 05:36:56.311916 [ 3 ] {d8aafc3a-c530-408c-96cf-a9976ae5eb08} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6864 | 2024.08.15 05:36:56.312041 [ 3 ] {d8aafc3a-c530-408c-96cf-a9976ae5eb08} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00121 sec., 4958.677685950413 rows/sec., 292.97 KiB/sec. | ||
6865 | 2024.08.15 05:36:56.312189 [ 3 ] {d8aafc3a-c530-408c-96cf-a9976ae5eb08} <Debug> DynamicQueryHandler: Done processing query | ||
6866 | 2024.08.15 05:36:56.312214 [ 3 ] {d8aafc3a-c530-408c-96cf-a9976ae5eb08} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6867 | 2024.08.15 05:36:56.312230 [ 3 ] {} <Debug> HTTP-Session: 97617961-d2a9-43d4-a238-60d112c69a56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6868 | 2024.08.15 05:36:56.312445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 137422, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6869 | 2024.08.15 05:36:56.312493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6870 | 2024.08.15 05:36:56.312512 [ 3 ] {} <Debug> HTTP-Session: 15aac0c8-8972-41f3-af8a-ccbfa28592df Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6871 | 2024.08.15 05:36:56.312529 [ 3 ] {} <Debug> HTTP-Session: 15aac0c8-8972-41f3-af8a-ccbfa28592df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6872 | 2024.08.15 05:36:56.312543 [ 3 ] {} <Debug> HTTP-Session: 15aac0c8-8972-41f3-af8a-ccbfa28592df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6873 | 2024.08.15 05:36:56.312573 [ 3 ] {} <Trace> HTTP-Session: 15aac0c8-8972-41f3-af8a-ccbfa28592df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6874 | 2024.08.15 05:36:56.312892 [ 3 ] {6a46a2c7-b42a-4f1e-abcc-007f5bc99545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6875 | 2024.08.15 05:36:56.312936 [ 3 ] {6a46a2c7-b42a-4f1e-abcc-007f5bc99545} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6876 | 2024.08.15 05:36:56.313060 [ 3 ] {6a46a2c7-b42a-4f1e-abcc-007f5bc99545} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6877 | 2024.08.15 05:36:56.313878 [ 3 ] {6a46a2c7-b42a-4f1e-abcc-007f5bc99545} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6878 | 2024.08.15 05:36:56.313915 [ 3 ] {6a46a2c7-b42a-4f1e-abcc-007f5bc99545} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6879 | 2024.08.15 05:36:56.314258 [ 3 ] {6a46a2c7-b42a-4f1e-abcc-007f5bc99545} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6880 | 2024.08.15 05:36:56.314564 [ 3 ] {6a46a2c7-b42a-4f1e-abcc-007f5bc99545} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6881 | 2024.08.15 05:36:56.314687 [ 3 ] {6a46a2c7-b42a-4f1e-abcc-007f5bc99545} <Debug> executeQuery: Read 842 rows, 62.29 KiB in 0.001988 sec., 423541.2474849094 rows/sec., 30.60 MiB/sec. | ||
6882 | 2024.08.15 05:36:56.314850 [ 3 ] {6a46a2c7-b42a-4f1e-abcc-007f5bc99545} <Debug> DynamicQueryHandler: Done processing query | ||
6883 | 2024.08.15 05:36:56.314874 [ 3 ] {6a46a2c7-b42a-4f1e-abcc-007f5bc99545} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
6884 | 2024.08.15 05:36:56.314889 [ 3 ] {} <Debug> HTTP-Session: 15aac0c8-8972-41f3-af8a-ccbfa28592df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6885 | 2024.08.15 05:36:56.315050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6886 | 2024.08.15 05:36:56.315098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6887 | 2024.08.15 05:36:56.315116 [ 3 ] {} <Debug> HTTP-Session: ad93c0a3-df75-4415-a873-91ecf2145316 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6888 | 2024.08.15 05:36:56.315133 [ 3 ] {} <Debug> HTTP-Session: ad93c0a3-df75-4415-a873-91ecf2145316 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6889 | 2024.08.15 05:36:56.315147 [ 3 ] {} <Debug> HTTP-Session: ad93c0a3-df75-4415-a873-91ecf2145316 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6890 | 2024.08.15 05:36:56.315177 [ 3 ] {} <Trace> HTTP-Session: ad93c0a3-df75-4415-a873-91ecf2145316 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6891 | 2024.08.15 05:36:56.315271 [ 3 ] {6aab94bd-07a7-4c30-85fd-d877dc101a03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6892 | 2024.08.15 05:36:56.315315 [ 3 ] {6aab94bd-07a7-4c30-85fd-d877dc101a03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6893 | 2024.08.15 05:36:56.315442 [ 3 ] {6aab94bd-07a7-4c30-85fd-d877dc101a03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6894 | 2024.08.15 05:36:56.315688 [ 3 ] {6aab94bd-07a7-4c30-85fd-d877dc101a03} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6895 | 2024.08.15 05:36:56.315724 [ 3 ] {6aab94bd-07a7-4c30-85fd-d877dc101a03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6896 | 2024.08.15 05:36:56.316068 [ 3 ] {6aab94bd-07a7-4c30-85fd-d877dc101a03} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6897 | 2024.08.15 05:36:56.316380 [ 3 ] {6aab94bd-07a7-4c30-85fd-d877dc101a03} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6898 | 2024.08.15 05:36:56.316504 [ 3 ] {6aab94bd-07a7-4c30-85fd-d877dc101a03} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001256 sec., 4777.070063694267 rows/sec., 249.58 KiB/sec. | ||
6899 | 2024.08.15 05:36:56.316655 [ 3 ] {6aab94bd-07a7-4c30-85fd-d877dc101a03} <Debug> DynamicQueryHandler: Done processing query | ||
6900 | 2024.08.15 05:36:56.316679 [ 3 ] {6aab94bd-07a7-4c30-85fd-d877dc101a03} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6901 | 2024.08.15 05:36:56.316695 [ 3 ] {} <Debug> HTTP-Session: ad93c0a3-df75-4415-a873-91ecf2145316 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6902 | 2024.08.15 05:36:56.316933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 173854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6903 | 2024.08.15 05:36:56.316981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6904 | 2024.08.15 05:36:56.317001 [ 3 ] {} <Debug> HTTP-Session: c784b13b-6542-49ae-8271-77db9e2b1563 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6905 | 2024.08.15 05:36:56.317017 [ 3 ] {} <Debug> HTTP-Session: c784b13b-6542-49ae-8271-77db9e2b1563 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6906 | 2024.08.15 05:36:56.317030 [ 3 ] {} <Debug> HTTP-Session: c784b13b-6542-49ae-8271-77db9e2b1563 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6907 | 2024.08.15 05:36:56.317061 [ 3 ] {} <Trace> HTTP-Session: c784b13b-6542-49ae-8271-77db9e2b1563 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6908 | 2024.08.15 05:36:56.317472 [ 3 ] {8c7faf48-e141-4153-b14d-bd4bd9c73591} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6909 | 2024.08.15 05:36:56.317519 [ 3 ] {8c7faf48-e141-4153-b14d-bd4bd9c73591} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6910 | 2024.08.15 05:36:56.317659 [ 3 ] {8c7faf48-e141-4153-b14d-bd4bd9c73591} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6911 | 2024.08.15 05:36:56.318466 [ 3 ] {8c7faf48-e141-4153-b14d-bd4bd9c73591} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6912 | 2024.08.15 05:36:56.318502 [ 3 ] {8c7faf48-e141-4153-b14d-bd4bd9c73591} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6913 | 2024.08.15 05:36:56.318933 [ 3 ] {8c7faf48-e141-4153-b14d-bd4bd9c73591} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6914 | 2024.08.15 05:36:56.319298 [ 3 ] {8c7faf48-e141-4153-b14d-bd4bd9c73591} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6915 | 2024.08.15 05:36:56.319435 [ 3 ] {8c7faf48-e141-4153-b14d-bd4bd9c73591} <Debug> executeQuery: Read 919 rows, 62.87 KiB in 0.002211 sec., 415649.02758932614 rows/sec., 27.77 MiB/sec. | ||
6916 | 2024.08.15 05:36:56.319747 [ 3 ] {8c7faf48-e141-4153-b14d-bd4bd9c73591} <Debug> DynamicQueryHandler: Done processing query | ||
6917 | 2024.08.15 05:36:56.319803 [ 3 ] {8c7faf48-e141-4153-b14d-bd4bd9c73591} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
6918 | 2024.08.15 05:36:56.319851 [ 3 ] {} <Debug> HTTP-Session: c784b13b-6542-49ae-8271-77db9e2b1563 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6919 | 2024.08.15 05:36:56.320044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6920 | 2024.08.15 05:36:56.320098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6921 | 2024.08.15 05:36:56.320117 [ 3 ] {} <Debug> HTTP-Session: 7c0867d2-b991-465c-a0df-1fcfe4655820 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6922 | 2024.08.15 05:36:56.320134 [ 3 ] {} <Debug> HTTP-Session: 7c0867d2-b991-465c-a0df-1fcfe4655820 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6923 | 2024.08.15 05:36:56.320148 [ 3 ] {} <Debug> HTTP-Session: 7c0867d2-b991-465c-a0df-1fcfe4655820 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6924 | 2024.08.15 05:36:56.320181 [ 3 ] {} <Trace> HTTP-Session: 7c0867d2-b991-465c-a0df-1fcfe4655820 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6925 | 2024.08.15 05:36:56.320279 [ 3 ] {65a5ae67-653c-4c31-a890-32adaf1a8aee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
6926 | 2024.08.15 05:36:56.320325 [ 3 ] {65a5ae67-653c-4c31-a890-32adaf1a8aee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6927 | 2024.08.15 05:36:56.320476 [ 3 ] {65a5ae67-653c-4c31-a890-32adaf1a8aee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6928 | 2024.08.15 05:36:56.320728 [ 3 ] {65a5ae67-653c-4c31-a890-32adaf1a8aee} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6929 | 2024.08.15 05:36:56.320764 [ 3 ] {65a5ae67-653c-4c31-a890-32adaf1a8aee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6930 | 2024.08.15 05:36:56.321108 [ 3 ] {65a5ae67-653c-4c31-a890-32adaf1a8aee} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6931 | 2024.08.15 05:36:56.321420 [ 3 ] {65a5ae67-653c-4c31-a890-32adaf1a8aee} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6932 | 2024.08.15 05:36:56.321542 [ 91 ] {} <Debug> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
6933 | 2024.08.15 05:36:56.321543 [ 3 ] {65a5ae67-653c-4c31-a890-32adaf1a8aee} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00129 sec., 775.1937984496125 rows/sec., 52.23 KiB/sec. | ||
6934 | 2024.08.15 05:36:56.321588 [ 91 ] {} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6935 | 2024.08.15 05:36:56.321628 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6936 | 2024.08.15 05:36:56.321786 [ 3 ] {65a5ae67-653c-4c31-a890-32adaf1a8aee} <Debug> DynamicQueryHandler: Done processing query | ||
6937 | 2024.08.15 05:36:56.321863 [ 3 ] {65a5ae67-653c-4c31-a890-32adaf1a8aee} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
6938 | 2024.08.15 05:36:56.321967 [ 3 ] {} <Debug> HTTP-Session: 7c0867d2-b991-465c-a0df-1fcfe4655820 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6939 | 2024.08.15 05:36:56.322261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6940 | 2024.08.15 05:36:56.322338 [ 200 ] {73f49326-8ca5-47bc-88f4-892effbaf908::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 | ||
6941 | 2024.08.15 05:36:56.322366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6942 | 2024.08.15 05:36:56.322470 [ 3 ] {} <Debug> HTTP-Session: d7c705d1-17ee-4f36-a832-3801aedf5f85 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6943 | 2024.08.15 05:36:56.322500 [ 3 ] {} <Debug> HTTP-Session: d7c705d1-17ee-4f36-a832-3801aedf5f85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6944 | 2024.08.15 05:36:56.322515 [ 3 ] {} <Debug> HTTP-Session: d7c705d1-17ee-4f36-a832-3801aedf5f85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6945 | 2024.08.15 05:36:56.322600 [ 3 ] {} <Trace> HTTP-Session: d7c705d1-17ee-4f36-a832-3801aedf5f85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6946 | 2024.08.15 05:36:56.322788 [ 200 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6947 | 2024.08.15 05:36:56.322868 [ 200 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part | ||
6948 | 2024.08.15 05:36:56.322879 [ 3 ] {267d4491-60da-4716-af0e-718cb2f585b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6949 | 2024.08.15 05:36:56.323180 [ 3 ] {267d4491-60da-4716-af0e-718cb2f585b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6950 | 2024.08.15 05:36:56.323190 [ 200 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
6951 | 2024.08.15 05:36:56.323683 [ 200 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
6952 | 2024.08.15 05:36:56.323992 [ 200 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
6953 | 2024.08.15 05:36:56.324366 [ 200 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
6954 | 2024.08.15 05:36:56.324714 [ 200 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
6955 | 2024.08.15 05:36:56.325882 [ 3 ] {267d4491-60da-4716-af0e-718cb2f585b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6956 | 2024.08.15 05:36:56.327648 [ 3 ] {267d4491-60da-4716-af0e-718cb2f585b2} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6957 | 2024.08.15 05:36:56.327717 [ 3 ] {267d4491-60da-4716-af0e-718cb2f585b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6958 | 2024.08.15 05:36:56.328528 [ 200 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.006773983 sec., 2214.354538533681 rows/sec., 149.21 KiB/sec. | ||
6959 | 2024.08.15 05:36:56.328765 [ 186 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
6960 | 2024.08.15 05:36:56.329613 [ 3 ] {267d4491-60da-4716-af0e-718cb2f585b2} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
6961 | 2024.08.15 05:36:56.329805 [ 186 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_15_3} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6962 | 2024.08.15 05:36:56.330118 [ 186 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_15_3} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
6963 | 2024.08.15 05:36:56.330335 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
6964 | 2024.08.15 05:36:56.330517 [ 3 ] {267d4491-60da-4716-af0e-718cb2f585b2} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6965 | 2024.08.15 05:36:56.330702 [ 3 ] {267d4491-60da-4716-af0e-718cb2f585b2} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.007925 sec., 504.73186119873816 rows/sec., 926.16 KiB/sec. | ||
6966 | 2024.08.15 05:36:56.331303 [ 3 ] {267d4491-60da-4716-af0e-718cb2f585b2} <Debug> DynamicQueryHandler: Done processing query | ||
6967 | 2024.08.15 05:36:56.331328 [ 3 ] {267d4491-60da-4716-af0e-718cb2f585b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
6968 | 2024.08.15 05:36:56.331344 [ 3 ] {} <Debug> HTTP-Session: d7c705d1-17ee-4f36-a832-3801aedf5f85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6969 | 2024.08.15 05:36:56.331477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 11848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6970 | 2024.08.15 05:36:56.331525 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6971 | 2024.08.15 05:36:56.331544 [ 3 ] {} <Debug> HTTP-Session: 7175ed92-79b0-454c-8dee-c92e5ac4c5ad Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6972 | 2024.08.15 05:36:56.331561 [ 3 ] {} <Debug> HTTP-Session: 7175ed92-79b0-454c-8dee-c92e5ac4c5ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6973 | 2024.08.15 05:36:56.331575 [ 3 ] {} <Debug> HTTP-Session: 7175ed92-79b0-454c-8dee-c92e5ac4c5ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6974 | 2024.08.15 05:36:56.331605 [ 3 ] {} <Trace> HTTP-Session: 7175ed92-79b0-454c-8dee-c92e5ac4c5ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6975 | 2024.08.15 05:36:56.331733 [ 3 ] {ee8b7289-cf1d-44c3-9b76-014dfceabc13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6976 | 2024.08.15 05:36:56.331778 [ 3 ] {ee8b7289-cf1d-44c3-9b76-014dfceabc13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6977 | 2024.08.15 05:36:56.331928 [ 3 ] {ee8b7289-cf1d-44c3-9b76-014dfceabc13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6978 | 2024.08.15 05:36:56.332231 [ 3 ] {ee8b7289-cf1d-44c3-9b76-014dfceabc13} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6979 | 2024.08.15 05:36:56.332267 [ 3 ] {ee8b7289-cf1d-44c3-9b76-014dfceabc13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6980 | 2024.08.15 05:36:56.332634 [ 3 ] {ee8b7289-cf1d-44c3-9b76-014dfceabc13} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6981 | 2024.08.15 05:36:56.332967 [ 3 ] {ee8b7289-cf1d-44c3-9b76-014dfceabc13} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6982 | 2024.08.15 05:36:56.333091 [ 3 ] {ee8b7289-cf1d-44c3-9b76-014dfceabc13} <Debug> executeQuery: Read 80 rows, 5.21 KiB in 0.001408 sec., 56818.181818181816 rows/sec., 3.61 MiB/sec. | ||
6983 | 2024.08.15 05:36:56.333239 [ 3 ] {ee8b7289-cf1d-44c3-9b76-014dfceabc13} <Debug> DynamicQueryHandler: Done processing query | ||
6984 | 2024.08.15 05:36:56.333263 [ 3 ] {ee8b7289-cf1d-44c3-9b76-014dfceabc13} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6985 | 2024.08.15 05:36:56.333279 [ 3 ] {} <Debug> HTTP-Session: 7175ed92-79b0-454c-8dee-c92e5ac4c5ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6986 | 2024.08.15 05:36:56.399095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6987 | 2024.08.15 05:36:56.399206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6988 | 2024.08.15 05:36:56.399246 [ 3 ] {} <Debug> HTTP-Session: 33d2da5c-9068-485a-845b-cacb8c1d62b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
6989 | 2024.08.15 05:36:56.399280 [ 3 ] {} <Debug> HTTP-Session: 33d2da5c-9068-485a-845b-cacb8c1d62b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6990 | 2024.08.15 05:36:56.399309 [ 3 ] {} <Debug> HTTP-Session: 33d2da5c-9068-485a-845b-cacb8c1d62b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6991 | 2024.08.15 05:36:56.399369 [ 3 ] {} <Trace> HTTP-Session: 33d2da5c-9068-485a-845b-cacb8c1d62b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6992 | 2024.08.15 05:36:56.399556 [ 3 ] {31e035a7-6124-4b0c-8b19-5199f943fd1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6993 | 2024.08.15 05:36:56.399651 [ 3 ] {31e035a7-6124-4b0c-8b19-5199f943fd1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6994 | 2024.08.15 05:36:56.399812 [ 3 ] {31e035a7-6124-4b0c-8b19-5199f943fd1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6995 | 2024.08.15 05:36:56.400127 [ 3 ] {31e035a7-6124-4b0c-8b19-5199f943fd1f} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6996 | 2024.08.15 05:36:56.400163 [ 3 ] {31e035a7-6124-4b0c-8b19-5199f943fd1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6997 | 2024.08.15 05:36:56.400454 [ 3 ] {31e035a7-6124-4b0c-8b19-5199f943fd1f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6998 | 2024.08.15 05:36:56.400764 [ 3 ] {31e035a7-6124-4b0c-8b19-5199f943fd1f} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6999 | 2024.08.15 05:36:56.400888 [ 3 ] {31e035a7-6124-4b0c-8b19-5199f943fd1f} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.001388 sec., 2881.844380403458 rows/sec., 242.73 KiB/sec. | ||
7000 | 2024.08.15 05:36:56.400893 [ 91 ] {} <Debug> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7001 | 2024.08.15 05:36:56.400951 [ 91 ] {} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7002 | 2024.08.15 05:36:56.400987 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7003 | 2024.08.15 05:36:56.401092 [ 3 ] {31e035a7-6124-4b0c-8b19-5199f943fd1f} <Debug> DynamicQueryHandler: Done processing query | ||
7004 | 2024.08.15 05:36:56.401153 [ 3 ] {31e035a7-6124-4b0c-8b19-5199f943fd1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7005 | 2024.08.15 05:36:56.401218 [ 3 ] {} <Debug> HTTP-Session: 33d2da5c-9068-485a-845b-cacb8c1d62b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7006 | 2024.08.15 05:36:56.401307 [ 196 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::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 | ||
7007 | 2024.08.15 05:36:56.401416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7008 | 2024.08.15 05:36:56.401507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7009 | 2024.08.15 05:36:56.401563 [ 3 ] {} <Debug> HTTP-Session: 637a83de-45e4-4f3c-ae5f-82d6e15b2f13 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7010 | 2024.08.15 05:36:56.401615 [ 3 ] {} <Debug> HTTP-Session: 637a83de-45e4-4f3c-ae5f-82d6e15b2f13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7011 | 2024.08.15 05:36:56.401663 [ 3 ] {} <Debug> HTTP-Session: 637a83de-45e4-4f3c-ae5f-82d6e15b2f13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7012 | 2024.08.15 05:36:56.401714 [ 196 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7013 | 2024.08.15 05:36:56.401735 [ 3 ] {} <Trace> HTTP-Session: 637a83de-45e4-4f3c-ae5f-82d6e15b2f13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7014 | 2024.08.15 05:36:56.401775 [ 196 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1427 rows starting from the beginning of the part | ||
7015 | 2024.08.15 05:36:56.402055 [ 196 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 134 rows starting from the beginning of the part | ||
7016 | 2024.08.15 05:36:56.402071 [ 3 ] {3a2baeff-f83c-4219-832a-40b818ff53c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7017 | 2024.08.15 05:36:56.402270 [ 3 ] {3a2baeff-f83c-4219-832a-40b818ff53c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7018 | 2024.08.15 05:36:56.402312 [ 196 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 201 rows starting from the beginning of the part | ||
7019 | 2024.08.15 05:36:56.402702 [ 196 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 135 rows starting from the beginning of the part | ||
7020 | 2024.08.15 05:36:56.403046 [ 196 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1341 rows starting from the beginning of the part | ||
7021 | 2024.08.15 05:36:56.403375 [ 196 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 4 rows starting from the beginning of the part | ||
7022 | 2024.08.15 05:36:56.403424 [ 3 ] {3a2baeff-f83c-4219-832a-40b818ff53c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7023 | 2024.08.15 05:36:56.404278 [ 3 ] {3a2baeff-f83c-4219-832a-40b818ff53c7} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7024 | 2024.08.15 05:36:56.404345 [ 3 ] {3a2baeff-f83c-4219-832a-40b818ff53c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7025 | 2024.08.15 05:36:56.405002 [ 3 ] {3a2baeff-f83c-4219-832a-40b818ff53c7} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7026 | 2024.08.15 05:36:56.405804 [ 3 ] {3a2baeff-f83c-4219-832a-40b818ff53c7} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7027 | 2024.08.15 05:36:56.406023 [ 91 ] {} <Debug> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7028 | 2024.08.15 05:36:56.406041 [ 3 ] {3a2baeff-f83c-4219-832a-40b818ff53c7} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.004172 sec., 1917.5455417066153 rows/sec., 154.02 KiB/sec. | ||
7029 | 2024.08.15 05:36:56.406081 [ 91 ] {} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7030 | 2024.08.15 05:36:56.406141 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7031 | 2024.08.15 05:36:56.406363 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::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 | ||
7032 | 2024.08.15 05:36:56.406411 [ 3 ] {3a2baeff-f83c-4219-832a-40b818ff53c7} <Debug> DynamicQueryHandler: Done processing query | ||
7033 | 2024.08.15 05:36:56.406464 [ 3 ] {3a2baeff-f83c-4219-832a-40b818ff53c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7034 | 2024.08.15 05:36:56.406538 [ 3 ] {} <Debug> HTTP-Session: 637a83de-45e4-4f3c-ae5f-82d6e15b2f13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7035 | 2024.08.15 05:36:56.406773 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7036 | 2024.08.15 05:36:56.406834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7037 | 2024.08.15 05:36:56.406892 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 902 rows starting from the beginning of the part | ||
7038 | 2024.08.15 05:36:56.407045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7039 | 2024.08.15 05:36:56.407217 [ 3 ] {} <Debug> HTTP-Session: d13c23c0-d651-49e8-a1ab-bb8e53b9495f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7040 | 2024.08.15 05:36:56.407278 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 90 rows starting from the beginning of the part | ||
7041 | 2024.08.15 05:36:56.407339 [ 3 ] {} <Debug> HTTP-Session: d13c23c0-d651-49e8-a1ab-bb8e53b9495f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7042 | 2024.08.15 05:36:56.407431 [ 3 ] {} <Debug> HTTP-Session: d13c23c0-d651-49e8-a1ab-bb8e53b9495f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7043 | 2024.08.15 05:36:56.407705 [ 3 ] {} <Trace> HTTP-Session: d13c23c0-d651-49e8-a1ab-bb8e53b9495f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7044 | 2024.08.15 05:36:56.407779 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 386 rows starting from the beginning of the part | ||
7045 | 2024.08.15 05:36:56.407884 [ 196 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3242 rows, containing 4 columns (4 merged, 0 gathered) in 0.006804505 sec., 476449.05838117545 rows/sec., 39.91 MiB/sec. | ||
7046 | 2024.08.15 05:36:56.408132 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 92 rows starting from the beginning of the part | ||
7047 | 2024.08.15 05:36:56.408281 [ 3 ] {a3beaebb-0755-468b-95e8-a21b91395829} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7048 | 2024.08.15 05:36:56.408480 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 842 rows starting from the beginning of the part | ||
7049 | 2024.08.15 05:36:56.408605 [ 3 ] {a3beaebb-0755-468b-95e8-a21b91395829} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7050 | 2024.08.15 05:36:56.408712 [ 196 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7051 | 2024.08.15 05:36:56.408847 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part | ||
7052 | 2024.08.15 05:36:56.410150 [ 3 ] {a3beaebb-0755-468b-95e8-a21b91395829} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7053 | 2024.08.15 05:36:56.411456 [ 196 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_36_7} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7054 | 2024.08.15 05:36:56.411605 [ 3 ] {a3beaebb-0755-468b-95e8-a21b91395829} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7055 | 2024.08.15 05:36:56.411760 [ 3 ] {a3beaebb-0755-468b-95e8-a21b91395829} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7056 | 2024.08.15 05:36:56.411885 [ 196 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_36_7} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7057 | 2024.08.15 05:36:56.412283 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
7058 | 2024.08.15 05:36:56.412871 [ 3 ] {a3beaebb-0755-468b-95e8-a21b91395829} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7059 | 2024.08.15 05:36:56.413529 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2320 rows, containing 4 columns (4 merged, 0 gathered) in 0.007286364 sec., 318402.97849517263 rows/sec., 23.14 MiB/sec. | ||
7060 | 2024.08.15 05:36:56.413680 [ 3 ] {a3beaebb-0755-468b-95e8-a21b91395829} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7061 | 2024.08.15 05:36:56.413875 [ 91 ] {} <Debug> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7062 | 2024.08.15 05:36:56.413903 [ 193 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7063 | 2024.08.15 05:36:56.413915 [ 3 ] {a3beaebb-0755-468b-95e8-a21b91395829} <Debug> executeQuery: Read 2 rows, 156.00 B in 0.00587 sec., 340.71550255536624 rows/sec., 25.95 KiB/sec. | ||
7064 | 2024.08.15 05:36:56.413942 [ 91 ] {} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7065 | 2024.08.15 05:36:56.413994 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7066 | 2024.08.15 05:36:56.414610 [ 196 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::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 | ||
7067 | 2024.08.15 05:36:56.414766 [ 3 ] {a3beaebb-0755-468b-95e8-a21b91395829} <Debug> DynamicQueryHandler: Done processing query | ||
7068 | 2024.08.15 05:36:56.414874 [ 3 ] {a3beaebb-0755-468b-95e8-a21b91395829} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7069 | 2024.08.15 05:36:56.414954 [ 3 ] {} <Debug> HTTP-Session: d13c23c0-d651-49e8-a1ab-bb8e53b9495f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7070 | 2024.08.15 05:36:56.415243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7071 | 2024.08.15 05:36:56.415270 [ 196 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7072 | 2024.08.15 05:36:56.415404 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7073 | 2024.08.15 05:36:56.415403 [ 196 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9056 rows starting from the beginning of the part | ||
7074 | 2024.08.15 05:36:56.415457 [ 193 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_36_7} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7075 | 2024.08.15 05:36:56.415482 [ 3 ] {} <Debug> HTTP-Session: 77f636fe-8f59-456a-9651-73684c66ace9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7076 | 2024.08.15 05:36:56.415571 [ 3 ] {} <Debug> HTTP-Session: 77f636fe-8f59-456a-9651-73684c66ace9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7077 | 2024.08.15 05:36:56.415685 [ 3 ] {} <Debug> HTTP-Session: 77f636fe-8f59-456a-9651-73684c66ace9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7078 | 2024.08.15 05:36:56.415855 [ 3 ] {} <Trace> HTTP-Session: 77f636fe-8f59-456a-9651-73684c66ace9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7079 | 2024.08.15 05:36:56.415888 [ 193 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_36_7} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7080 | 2024.08.15 05:36:56.415975 [ 196 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part | ||
7081 | 2024.08.15 05:36:56.416182 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
7082 | 2024.08.15 05:36:56.416254 [ 3 ] {ade74ac5-a588-41b2-9f1b-eb2fca5c16cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7083 | 2024.08.15 05:36:56.416450 [ 3 ] {ade74ac5-a588-41b2-9f1b-eb2fca5c16cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7084 | 2024.08.15 05:36:56.416468 [ 196 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part | ||
7085 | 2024.08.15 05:36:56.416811 [ 196 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 161 rows starting from the beginning of the part | ||
7086 | 2024.08.15 05:36:56.417154 [ 196 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 919 rows starting from the beginning of the part | ||
7087 | 2024.08.15 05:36:56.417503 [ 3 ] {ade74ac5-a588-41b2-9f1b-eb2fca5c16cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7088 | 2024.08.15 05:36:56.417526 [ 196 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 2 rows starting from the beginning of the part | ||
7089 | 2024.08.15 05:36:56.418449 [ 3 ] {ade74ac5-a588-41b2-9f1b-eb2fca5c16cc} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7090 | 2024.08.15 05:36:56.418535 [ 3 ] {ade74ac5-a588-41b2-9f1b-eb2fca5c16cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7091 | 2024.08.15 05:36:56.419210 [ 3 ] {ade74ac5-a588-41b2-9f1b-eb2fca5c16cc} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7092 | 2024.08.15 05:36:56.419657 [ 3 ] {ade74ac5-a588-41b2-9f1b-eb2fca5c16cc} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7093 | 2024.08.15 05:36:56.419971 [ 90 ] {} <Debug> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7094 | 2024.08.15 05:36:56.420017 [ 3 ] {ade74ac5-a588-41b2-9f1b-eb2fca5c16cc} <Debug> executeQuery: Read 2 rows, 129.00 B in 0.003905 sec., 512.1638924455826 rows/sec., 32.26 KiB/sec. | ||
7095 | 2024.08.15 05:36:56.420088 [ 90 ] {} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7096 | 2024.08.15 05:36:56.420202 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7097 | 2024.08.15 05:36:56.420593 [ 3 ] {ade74ac5-a588-41b2-9f1b-eb2fca5c16cc} <Debug> DynamicQueryHandler: Done processing query | ||
7098 | 2024.08.15 05:36:56.420633 [ 194 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
7099 | 2024.08.15 05:36:56.420661 [ 3 ] {ade74ac5-a588-41b2-9f1b-eb2fca5c16cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7100 | 2024.08.15 05:36:56.420742 [ 3 ] {} <Debug> HTTP-Session: 77f636fe-8f59-456a-9651-73684c66ace9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7101 | 2024.08.15 05:36:56.421098 [ 194 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7102 | 2024.08.15 05:36:56.421148 [ 194 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1890 rows starting from the beginning of the part | ||
7103 | 2024.08.15 05:36:56.421411 [ 194 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
7104 | 2024.08.15 05:36:56.421735 [ 194 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
7105 | 2024.08.15 05:36:56.422060 [ 194 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
7106 | 2024.08.15 05:36:56.422227 [ 194 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 80 rows starting from the beginning of the part | ||
7107 | 2024.08.15 05:36:56.422474 [ 194 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 2 rows starting from the beginning of the part | ||
7108 | 2024.08.15 05:36:56.424342 [ 193 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2174 rows, containing 4 columns (4 merged, 0 gathered) in 0.003994394 sec., 544262.7842921854 rows/sec., 35.50 MiB/sec. | ||
7109 | 2024.08.15 05:36:56.424620 [ 191 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7110 | 2024.08.15 05:36:56.425368 [ 194 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10535 rows, containing 5 columns (5 merged, 0 gathered) in 0.011155456 sec., 944380.9379015972 rows/sec., 63.79 MiB/sec. | ||
7111 | 2024.08.15 05:36:56.425548 [ 193 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_36_7} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7112 | 2024.08.15 05:36:56.425685 [ 194 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7113 | 2024.08.15 05:36:56.425712 [ 193 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_36_7} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7114 | 2024.08.15 05:36:56.425869 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
7115 | 2024.08.15 05:36:56.426187 [ 194 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7116 | 2024.08.15 05:36:56.426273 [ 194 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7117 | 2024.08.15 05:36:56.426365 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB. | ||
7118 | 2024.08.15 05:36:57.000211 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.23 MiB, peak 197.78 MiB, free memory in arenas 0.00 B, will set to 190.66 MiB (RSS), difference: 1.43 MiB | ||
7119 | 2024.08.15 05:37:01.407152 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7120 | 2024.08.15 05:37:01.407282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7121 | 2024.08.15 05:37:01.407307 [ 3 ] {} <Debug> HTTP-Session: 497796fc-0e2b-45b8-92b6-1ca4c52e4930 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7122 | 2024.08.15 05:37:01.407332 [ 3 ] {} <Debug> HTTP-Session: 497796fc-0e2b-45b8-92b6-1ca4c52e4930 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7123 | 2024.08.15 05:37:01.407347 [ 3 ] {} <Debug> HTTP-Session: 497796fc-0e2b-45b8-92b6-1ca4c52e4930 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7124 | 2024.08.15 05:37:01.407397 [ 3 ] {} <Trace> HTTP-Session: 497796fc-0e2b-45b8-92b6-1ca4c52e4930 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7125 | 2024.08.15 05:37:01.407581 [ 3 ] {773881f8-4884-4f60-9db3-b07f0c7bd9b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7126 | 2024.08.15 05:37:01.407649 [ 3 ] {773881f8-4884-4f60-9db3-b07f0c7bd9b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7127 | 2024.08.15 05:37:01.407840 [ 3 ] {773881f8-4884-4f60-9db3-b07f0c7bd9b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7128 | 2024.08.15 05:37:01.408257 [ 3 ] {773881f8-4884-4f60-9db3-b07f0c7bd9b7} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7129 | 2024.08.15 05:37:01.408298 [ 3 ] {773881f8-4884-4f60-9db3-b07f0c7bd9b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7130 | 2024.08.15 05:37:01.408667 [ 3 ] {773881f8-4884-4f60-9db3-b07f0c7bd9b7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
7131 | 2024.08.15 05:37:01.409010 [ 3 ] {773881f8-4884-4f60-9db3-b07f0c7bd9b7} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7132 | 2024.08.15 05:37:01.409165 [ 3 ] {773881f8-4884-4f60-9db3-b07f0c7bd9b7} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001642 sec., 15834.348355663824 rows/sec., 1.25 MiB/sec. | ||
7133 | 2024.08.15 05:37:01.409379 [ 3 ] {773881f8-4884-4f60-9db3-b07f0c7bd9b7} <Debug> DynamicQueryHandler: Done processing query | ||
7134 | 2024.08.15 05:37:01.409405 [ 3 ] {773881f8-4884-4f60-9db3-b07f0c7bd9b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7135 | 2024.08.15 05:37:01.409423 [ 3 ] {} <Debug> HTTP-Session: 497796fc-0e2b-45b8-92b6-1ca4c52e4930 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7136 | 2024.08.15 05:37:01.409607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7137 | 2024.08.15 05:37:01.409657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7138 | 2024.08.15 05:37:01.409677 [ 3 ] {} <Debug> HTTP-Session: 9af396f1-10bd-4379-bf12-fe727d687386 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7139 | 2024.08.15 05:37:01.409695 [ 3 ] {} <Debug> HTTP-Session: 9af396f1-10bd-4379-bf12-fe727d687386 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7140 | 2024.08.15 05:37:01.409710 [ 3 ] {} <Debug> HTTP-Session: 9af396f1-10bd-4379-bf12-fe727d687386 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7141 | 2024.08.15 05:37:01.409742 [ 3 ] {} <Trace> HTTP-Session: 9af396f1-10bd-4379-bf12-fe727d687386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7142 | 2024.08.15 05:37:01.409877 [ 3 ] {e1a30744-e062-4940-b613-8bbd454329e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7143 | 2024.08.15 05:37:01.409921 [ 3 ] {e1a30744-e062-4940-b613-8bbd454329e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7144 | 2024.08.15 05:37:01.410049 [ 3 ] {e1a30744-e062-4940-b613-8bbd454329e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7145 | 2024.08.15 05:37:01.410432 [ 3 ] {e1a30744-e062-4940-b613-8bbd454329e8} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7146 | 2024.08.15 05:37:01.410470 [ 3 ] {e1a30744-e062-4940-b613-8bbd454329e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7147 | 2024.08.15 05:37:01.410793 [ 3 ] {e1a30744-e062-4940-b613-8bbd454329e8} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7148 | 2024.08.15 05:37:01.411109 [ 3 ] {e1a30744-e062-4940-b613-8bbd454329e8} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7149 | 2024.08.15 05:37:01.411259 [ 3 ] {e1a30744-e062-4940-b613-8bbd454329e8} <Debug> executeQuery: Read 134 rows, 11.45 KiB in 0.001435 sec., 93379.79094076654 rows/sec., 7.79 MiB/sec. | ||
7150 | 2024.08.15 05:37:01.411429 [ 3 ] {e1a30744-e062-4940-b613-8bbd454329e8} <Debug> DynamicQueryHandler: Done processing query | ||
7151 | 2024.08.15 05:37:01.411454 [ 3 ] {e1a30744-e062-4940-b613-8bbd454329e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7152 | 2024.08.15 05:37:01.411470 [ 3 ] {} <Debug> HTTP-Session: 9af396f1-10bd-4379-bf12-fe727d687386 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7153 | 2024.08.15 05:37:01.411639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 15281, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7154 | 2024.08.15 05:37:01.411689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7155 | 2024.08.15 05:37:01.411710 [ 3 ] {} <Debug> HTTP-Session: 1c25da1a-bd7d-4179-8ff9-a71cfc3ed94c Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7156 | 2024.08.15 05:37:01.411727 [ 3 ] {} <Debug> HTTP-Session: 1c25da1a-bd7d-4179-8ff9-a71cfc3ed94c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7157 | 2024.08.15 05:37:01.411742 [ 3 ] {} <Debug> HTTP-Session: 1c25da1a-bd7d-4179-8ff9-a71cfc3ed94c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7158 | 2024.08.15 05:37:01.411774 [ 3 ] {} <Trace> HTTP-Session: 1c25da1a-bd7d-4179-8ff9-a71cfc3ed94c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7159 | 2024.08.15 05:37:01.411893 [ 3 ] {a97e87a6-fa00-4c1e-8a77-fea271dfc437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7160 | 2024.08.15 05:37:01.411937 [ 3 ] {a97e87a6-fa00-4c1e-8a77-fea271dfc437} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7161 | 2024.08.15 05:37:01.412064 [ 3 ] {a97e87a6-fa00-4c1e-8a77-fea271dfc437} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7162 | 2024.08.15 05:37:01.412409 [ 3 ] {a97e87a6-fa00-4c1e-8a77-fea271dfc437} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7163 | 2024.08.15 05:37:01.412446 [ 3 ] {a97e87a6-fa00-4c1e-8a77-fea271dfc437} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7164 | 2024.08.15 05:37:01.412765 [ 3 ] {a97e87a6-fa00-4c1e-8a77-fea271dfc437} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7165 | 2024.08.15 05:37:01.413087 [ 3 ] {a97e87a6-fa00-4c1e-8a77-fea271dfc437} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7166 | 2024.08.15 05:37:01.413233 [ 3 ] {a97e87a6-fa00-4c1e-8a77-fea271dfc437} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001399 sec., 64331.66547533953 rows/sec., 5.02 MiB/sec. | ||
7167 | 2024.08.15 05:37:01.413393 [ 3 ] {a97e87a6-fa00-4c1e-8a77-fea271dfc437} <Debug> DynamicQueryHandler: Done processing query | ||
7168 | 2024.08.15 05:37:01.413417 [ 3 ] {a97e87a6-fa00-4c1e-8a77-fea271dfc437} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7169 | 2024.08.15 05:37:01.413432 [ 3 ] {} <Debug> HTTP-Session: 1c25da1a-bd7d-4179-8ff9-a71cfc3ed94c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7170 | 2024.08.15 05:37:01.413601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7171 | 2024.08.15 05:37:01.413647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7172 | 2024.08.15 05:37:01.413666 [ 3 ] {} <Debug> HTTP-Session: ba2f94b4-cf29-4db6-aaa3-41ef26a2af4c Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7173 | 2024.08.15 05:37:01.413682 [ 3 ] {} <Debug> HTTP-Session: ba2f94b4-cf29-4db6-aaa3-41ef26a2af4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7174 | 2024.08.15 05:37:01.413695 [ 3 ] {} <Debug> HTTP-Session: ba2f94b4-cf29-4db6-aaa3-41ef26a2af4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7175 | 2024.08.15 05:37:01.413729 [ 3 ] {} <Trace> HTTP-Session: ba2f94b4-cf29-4db6-aaa3-41ef26a2af4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7176 | 2024.08.15 05:37:01.413858 [ 3 ] {6448aa23-d5d5-4781-a0b0-067e025f14d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7177 | 2024.08.15 05:37:01.413904 [ 3 ] {6448aa23-d5d5-4781-a0b0-067e025f14d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7178 | 2024.08.15 05:37:01.414110 [ 3 ] {6448aa23-d5d5-4781-a0b0-067e025f14d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7179 | 2024.08.15 05:37:01.414495 [ 3 ] {6448aa23-d5d5-4781-a0b0-067e025f14d3} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7180 | 2024.08.15 05:37:01.414533 [ 3 ] {6448aa23-d5d5-4781-a0b0-067e025f14d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7181 | 2024.08.15 05:37:01.414927 [ 3 ] {6448aa23-d5d5-4781-a0b0-067e025f14d3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7182 | 2024.08.15 05:37:01.415294 [ 3 ] {6448aa23-d5d5-4781-a0b0-067e025f14d3} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7183 | 2024.08.15 05:37:01.415441 [ 3 ] {6448aa23-d5d5-4781-a0b0-067e025f14d3} <Debug> executeQuery: Read 158 rows, 11.26 KiB in 0.001586 sec., 99621.68978562421 rows/sec., 6.93 MiB/sec. | ||
7184 | 2024.08.15 05:37:01.415618 [ 3 ] {6448aa23-d5d5-4781-a0b0-067e025f14d3} <Debug> DynamicQueryHandler: Done processing query | ||
7185 | 2024.08.15 05:37:01.415644 [ 3 ] {6448aa23-d5d5-4781-a0b0-067e025f14d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7186 | 2024.08.15 05:37:01.415660 [ 3 ] {} <Debug> HTTP-Session: ba2f94b4-cf29-4db6-aaa3-41ef26a2af4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7187 | 2024.08.15 05:37:01.415868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 42111, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7188 | 2024.08.15 05:37:01.415921 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7189 | 2024.08.15 05:37:01.415940 [ 3 ] {} <Debug> HTTP-Session: e1556184-07d9-4f70-94f8-3bc84ca48022 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7190 | 2024.08.15 05:37:01.415959 [ 3 ] {} <Debug> HTTP-Session: e1556184-07d9-4f70-94f8-3bc84ca48022 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7191 | 2024.08.15 05:37:01.415973 [ 3 ] {} <Debug> HTTP-Session: e1556184-07d9-4f70-94f8-3bc84ca48022 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7192 | 2024.08.15 05:37:01.416004 [ 3 ] {} <Trace> HTTP-Session: e1556184-07d9-4f70-94f8-3bc84ca48022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7193 | 2024.08.15 05:37:01.416297 [ 3 ] {d3d31fbc-33b1-4e54-9577-ee711f47529c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7194 | 2024.08.15 05:37:01.416362 [ 3 ] {d3d31fbc-33b1-4e54-9577-ee711f47529c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7195 | 2024.08.15 05:37:01.416785 [ 3 ] {d3d31fbc-33b1-4e54-9577-ee711f47529c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7196 | 2024.08.15 05:37:01.417402 [ 3 ] {d3d31fbc-33b1-4e54-9577-ee711f47529c} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7197 | 2024.08.15 05:37:01.417438 [ 3 ] {d3d31fbc-33b1-4e54-9577-ee711f47529c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7198 | 2024.08.15 05:37:01.418050 [ 3 ] {d3d31fbc-33b1-4e54-9577-ee711f47529c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
7199 | 2024.08.15 05:37:01.418466 [ 3 ] {d3d31fbc-33b1-4e54-9577-ee711f47529c} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7200 | 2024.08.15 05:37:01.418649 [ 3 ] {d3d31fbc-33b1-4e54-9577-ee711f47529c} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002553 sec., 10184.097140618878 rows/sec., 18.25 MiB/sec. | ||
7201 | 2024.08.15 05:37:01.418851 [ 3 ] {d3d31fbc-33b1-4e54-9577-ee711f47529c} <Debug> DynamicQueryHandler: Done processing query | ||
7202 | 2024.08.15 05:37:01.418876 [ 3 ] {d3d31fbc-33b1-4e54-9577-ee711f47529c} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
7203 | 2024.08.15 05:37:01.418891 [ 3 ] {} <Debug> HTTP-Session: e1556184-07d9-4f70-94f8-3bc84ca48022 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7204 | 2024.08.15 05:37:01.419038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 8827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7205 | 2024.08.15 05:37:01.419086 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7206 | 2024.08.15 05:37:01.419106 [ 3 ] {} <Debug> HTTP-Session: e1ecef21-7018-4a60-a197-4eb09d793340 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7207 | 2024.08.15 05:37:01.419123 [ 3 ] {} <Debug> HTTP-Session: e1ecef21-7018-4a60-a197-4eb09d793340 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7208 | 2024.08.15 05:37:01.419136 [ 3 ] {} <Debug> HTTP-Session: e1ecef21-7018-4a60-a197-4eb09d793340 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7209 | 2024.08.15 05:37:01.419167 [ 3 ] {} <Trace> HTTP-Session: e1ecef21-7018-4a60-a197-4eb09d793340 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7210 | 2024.08.15 05:37:01.419273 [ 3 ] {4bd65abe-f1f9-4fd6-a5b7-4c90d0ab0e29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7211 | 2024.08.15 05:37:01.419318 [ 3 ] {4bd65abe-f1f9-4fd6-a5b7-4c90d0ab0e29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7212 | 2024.08.15 05:37:01.419442 [ 3 ] {4bd65abe-f1f9-4fd6-a5b7-4c90d0ab0e29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7213 | 2024.08.15 05:37:01.419754 [ 3 ] {4bd65abe-f1f9-4fd6-a5b7-4c90d0ab0e29} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7214 | 2024.08.15 05:37:01.419791 [ 3 ] {4bd65abe-f1f9-4fd6-a5b7-4c90d0ab0e29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7215 | 2024.08.15 05:37:01.420142 [ 3 ] {4bd65abe-f1f9-4fd6-a5b7-4c90d0ab0e29} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7216 | 2024.08.15 05:37:01.420458 [ 3 ] {4bd65abe-f1f9-4fd6-a5b7-4c90d0ab0e29} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7217 | 2024.08.15 05:37:01.420612 [ 3 ] {4bd65abe-f1f9-4fd6-a5b7-4c90d0ab0e29} <Debug> executeQuery: Read 58 rows, 4.01 KiB in 0.001367 sec., 42428.67593269934 rows/sec., 2.87 MiB/sec. | ||
7218 | 2024.08.15 05:37:01.420783 [ 3 ] {4bd65abe-f1f9-4fd6-a5b7-4c90d0ab0e29} <Debug> DynamicQueryHandler: Done processing query | ||
7219 | 2024.08.15 05:37:01.420807 [ 3 ] {4bd65abe-f1f9-4fd6-a5b7-4c90d0ab0e29} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7220 | 2024.08.15 05:37:01.420823 [ 3 ] {} <Debug> HTTP-Session: e1ecef21-7018-4a60-a197-4eb09d793340 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7221 | 2024.08.15 05:37:05.234455 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7222 | 2024.08.15 05:37:05.234557 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7223 | 2024.08.15 05:37:06.410395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7224 | 2024.08.15 05:37:06.410519 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7225 | 2024.08.15 05:37:06.410548 [ 3 ] {} <Debug> HTTP-Session: ae021d96-63f4-44a9-8d34-f72413c763c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7226 | 2024.08.15 05:37:06.410577 [ 3 ] {} <Debug> HTTP-Session: ae021d96-63f4-44a9-8d34-f72413c763c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7227 | 2024.08.15 05:37:06.410594 [ 3 ] {} <Debug> HTTP-Session: ae021d96-63f4-44a9-8d34-f72413c763c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7228 | 2024.08.15 05:37:06.410650 [ 3 ] {} <Trace> HTTP-Session: ae021d96-63f4-44a9-8d34-f72413c763c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7229 | 2024.08.15 05:37:06.410847 [ 3 ] {2c99ce7e-a7e0-43ae-9d12-83e0a884d0a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7230 | 2024.08.15 05:37:06.410923 [ 3 ] {2c99ce7e-a7e0-43ae-9d12-83e0a884d0a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7231 | 2024.08.15 05:37:06.411129 [ 3 ] {2c99ce7e-a7e0-43ae-9d12-83e0a884d0a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7232 | 2024.08.15 05:37:06.411527 [ 3 ] {2c99ce7e-a7e0-43ae-9d12-83e0a884d0a5} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7233 | 2024.08.15 05:37:06.411568 [ 3 ] {2c99ce7e-a7e0-43ae-9d12-83e0a884d0a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7234 | 2024.08.15 05:37:06.411922 [ 3 ] {2c99ce7e-a7e0-43ae-9d12-83e0a884d0a5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
7235 | 2024.08.15 05:37:06.412268 [ 3 ] {2c99ce7e-a7e0-43ae-9d12-83e0a884d0a5} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7236 | 2024.08.15 05:37:06.412434 [ 3 ] {2c99ce7e-a7e0-43ae-9d12-83e0a884d0a5} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001639 sec., 2440.5125076266013 rows/sec., 197.81 KiB/sec. | ||
7237 | 2024.08.15 05:37:06.412623 [ 3 ] {2c99ce7e-a7e0-43ae-9d12-83e0a884d0a5} <Debug> DynamicQueryHandler: Done processing query | ||
7238 | 2024.08.15 05:37:06.412649 [ 3 ] {2c99ce7e-a7e0-43ae-9d12-83e0a884d0a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7239 | 2024.08.15 05:37:06.412665 [ 3 ] {} <Debug> HTTP-Session: ae021d96-63f4-44a9-8d34-f72413c763c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7240 | 2024.08.15 05:37:06.412847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7241 | 2024.08.15 05:37:06.412895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7242 | 2024.08.15 05:37:06.412915 [ 3 ] {} <Debug> HTTP-Session: 8eae3e7e-5f38-41c6-a195-8abc85e928a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7243 | 2024.08.15 05:37:06.412931 [ 3 ] {} <Debug> HTTP-Session: 8eae3e7e-5f38-41c6-a195-8abc85e928a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7244 | 2024.08.15 05:37:06.412945 [ 3 ] {} <Debug> HTTP-Session: 8eae3e7e-5f38-41c6-a195-8abc85e928a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7245 | 2024.08.15 05:37:06.412976 [ 3 ] {} <Trace> HTTP-Session: 8eae3e7e-5f38-41c6-a195-8abc85e928a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7246 | 2024.08.15 05:37:06.413146 [ 3 ] {3b6306ee-0244-45c5-b187-f06aade092ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7247 | 2024.08.15 05:37:06.413190 [ 3 ] {3b6306ee-0244-45c5-b187-f06aade092ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7248 | 2024.08.15 05:37:06.413315 [ 3 ] {3b6306ee-0244-45c5-b187-f06aade092ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7249 | 2024.08.15 05:37:06.413745 [ 3 ] {3b6306ee-0244-45c5-b187-f06aade092ba} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7250 | 2024.08.15 05:37:06.413782 [ 3 ] {3b6306ee-0244-45c5-b187-f06aade092ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7251 | 2024.08.15 05:37:06.414103 [ 3 ] {3b6306ee-0244-45c5-b187-f06aade092ba} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7252 | 2024.08.15 05:37:06.414412 [ 3 ] {3b6306ee-0244-45c5-b187-f06aade092ba} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7253 | 2024.08.15 05:37:06.414578 [ 3 ] {3b6306ee-0244-45c5-b187-f06aade092ba} <Debug> executeQuery: Read 201 rows, 18.00 KiB in 0.001495 sec., 134448.16053511706 rows/sec., 11.76 MiB/sec. | ||
7254 | 2024.08.15 05:37:06.414741 [ 3 ] {3b6306ee-0244-45c5-b187-f06aade092ba} <Debug> DynamicQueryHandler: Done processing query | ||
7255 | 2024.08.15 05:37:06.414765 [ 3 ] {3b6306ee-0244-45c5-b187-f06aade092ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
7256 | 2024.08.15 05:37:06.414781 [ 3 ] {} <Debug> HTTP-Session: 8eae3e7e-5f38-41c6-a195-8abc85e928a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7257 | 2024.08.15 05:37:06.414914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7258 | 2024.08.15 05:37:06.414962 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7259 | 2024.08.15 05:37:06.414981 [ 3 ] {} <Debug> HTTP-Session: c685e817-86d7-4a9b-a5b9-264a9ce73c03 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7260 | 2024.08.15 05:37:06.414998 [ 3 ] {} <Debug> HTTP-Session: c685e817-86d7-4a9b-a5b9-264a9ce73c03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7261 | 2024.08.15 05:37:06.415012 [ 3 ] {} <Debug> HTTP-Session: c685e817-86d7-4a9b-a5b9-264a9ce73c03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7262 | 2024.08.15 05:37:06.415042 [ 3 ] {} <Trace> HTTP-Session: c685e817-86d7-4a9b-a5b9-264a9ce73c03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7263 | 2024.08.15 05:37:06.415138 [ 3 ] {b90063c9-2219-47fd-a016-2f6c5b2991f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7264 | 2024.08.15 05:37:06.415179 [ 3 ] {b90063c9-2219-47fd-a016-2f6c5b2991f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7265 | 2024.08.15 05:37:06.415304 [ 3 ] {b90063c9-2219-47fd-a016-2f6c5b2991f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7266 | 2024.08.15 05:37:06.415580 [ 3 ] {b90063c9-2219-47fd-a016-2f6c5b2991f7} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7267 | 2024.08.15 05:37:06.415617 [ 3 ] {b90063c9-2219-47fd-a016-2f6c5b2991f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7268 | 2024.08.15 05:37:06.415918 [ 3 ] {b90063c9-2219-47fd-a016-2f6c5b2991f7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7269 | 2024.08.15 05:37:06.416219 [ 3 ] {b90063c9-2219-47fd-a016-2f6c5b2991f7} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7270 | 2024.08.15 05:37:06.416377 [ 3 ] {b90063c9-2219-47fd-a016-2f6c5b2991f7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001257 sec., 11137.629276054096 rows/sec., 780.01 KiB/sec. | ||
7271 | 2024.08.15 05:37:06.416375 [ 82 ] {} <Debug> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
7272 | 2024.08.15 05:37:06.416490 [ 82 ] {} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7273 | 2024.08.15 05:37:06.416523 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7274 | 2024.08.15 05:37:06.416599 [ 3 ] {b90063c9-2219-47fd-a016-2f6c5b2991f7} <Debug> DynamicQueryHandler: Done processing query | ||
7275 | 2024.08.15 05:37:06.416690 [ 3 ] {b90063c9-2219-47fd-a016-2f6c5b2991f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7276 | 2024.08.15 05:37:06.416765 [ 3 ] {} <Debug> HTTP-Session: c685e817-86d7-4a9b-a5b9-264a9ce73c03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7277 | 2024.08.15 05:37:06.417042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7278 | 2024.08.15 05:37:06.417081 [ 198 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::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 | ||
7279 | 2024.08.15 05:37:06.417161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7280 | 2024.08.15 05:37:06.417213 [ 3 ] {} <Debug> HTTP-Session: ce7b26ab-a694-406a-abd2-edceca29a666 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7281 | 2024.08.15 05:37:06.417251 [ 3 ] {} <Debug> HTTP-Session: ce7b26ab-a694-406a-abd2-edceca29a666 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7282 | 2024.08.15 05:37:06.417286 [ 3 ] {} <Debug> HTTP-Session: ce7b26ab-a694-406a-abd2-edceca29a666 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7283 | 2024.08.15 05:37:06.417377 [ 3 ] {} <Trace> HTTP-Session: ce7b26ab-a694-406a-abd2-edceca29a666 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7284 | 2024.08.15 05:37:06.417461 [ 198 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7285 | 2024.08.15 05:37:06.417529 [ 198 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 242 rows starting from the beginning of the part | ||
7286 | 2024.08.15 05:37:06.417593 [ 3 ] {857778a0-8592-4226-9209-3489d2bf6e0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
7287 | 2024.08.15 05:37:06.417737 [ 3 ] {857778a0-8592-4226-9209-3489d2bf6e0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7288 | 2024.08.15 05:37:06.417745 [ 198 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 242 rows starting from the beginning of the part | ||
7289 | 2024.08.15 05:37:06.418152 [ 198 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::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 | ||
7290 | 2024.08.15 05:37:06.418523 [ 198 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::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 | ||
7291 | 2024.08.15 05:37:06.418748 [ 3 ] {857778a0-8592-4226-9209-3489d2bf6e0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7292 | 2024.08.15 05:37:06.418879 [ 198 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 242 rows starting from the beginning of the part | ||
7293 | 2024.08.15 05:37:06.419089 [ 198 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::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 | ||
7294 | 2024.08.15 05:37:06.419874 [ 3 ] {857778a0-8592-4226-9209-3489d2bf6e0b} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7295 | 2024.08.15 05:37:06.419937 [ 3 ] {857778a0-8592-4226-9209-3489d2bf6e0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7296 | 2024.08.15 05:37:06.420797 [ 3 ] {857778a0-8592-4226-9209-3489d2bf6e0b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7297 | 2024.08.15 05:37:06.421727 [ 3 ] {857778a0-8592-4226-9209-3489d2bf6e0b} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7298 | 2024.08.15 05:37:06.422061 [ 3 ] {857778a0-8592-4226-9209-3489d2bf6e0b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004503 sec., 1332.4450366422384 rows/sec., 78.72 KiB/sec. | ||
7299 | 2024.08.15 05:37:06.422683 [ 3 ] {857778a0-8592-4226-9209-3489d2bf6e0b} <Debug> DynamicQueryHandler: Done processing query | ||
7300 | 2024.08.15 05:37:06.422763 [ 3 ] {857778a0-8592-4226-9209-3489d2bf6e0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7301 | 2024.08.15 05:37:06.422803 [ 198 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 4 columns (4 merged, 0 gathered) in 0.006174481 sec., 124382.92384412553 rows/sec., 7.97 MiB/sec. | ||
7302 | 2024.08.15 05:37:06.422843 [ 3 ] {} <Debug> HTTP-Session: ce7b26ab-a694-406a-abd2-edceca29a666 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7303 | 2024.08.15 05:37:06.423094 [ 198 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
7304 | 2024.08.15 05:37:06.423163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 62444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7305 | 2024.08.15 05:37:06.423258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7306 | 2024.08.15 05:37:06.423294 [ 3 ] {} <Debug> HTTP-Session: bc55dc96-6aa7-4733-9ab5-654e27854601 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7307 | 2024.08.15 05:37:06.423328 [ 3 ] {} <Debug> HTTP-Session: bc55dc96-6aa7-4733-9ab5-654e27854601 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7308 | 2024.08.15 05:37:06.423377 [ 3 ] {} <Debug> HTTP-Session: bc55dc96-6aa7-4733-9ab5-654e27854601 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7309 | 2024.08.15 05:37:06.423501 [ 3 ] {} <Trace> HTTP-Session: bc55dc96-6aa7-4733-9ab5-654e27854601 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7310 | 2024.08.15 05:37:06.423834 [ 198 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_16_3} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7311 | 2024.08.15 05:37:06.423865 [ 3 ] {a66dcdc4-4b4b-42d1-9a97-15327cddb888} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7312 | 2024.08.15 05:37:06.423955 [ 3 ] {a66dcdc4-4b4b-42d1-9a97-15327cddb888} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7313 | 2024.08.15 05:37:06.424002 [ 198 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_16_3} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
7314 | 2024.08.15 05:37:06.424201 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
7315 | 2024.08.15 05:37:06.424319 [ 3 ] {a66dcdc4-4b4b-42d1-9a97-15327cddb888} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7316 | 2024.08.15 05:37:06.424875 [ 3 ] {a66dcdc4-4b4b-42d1-9a97-15327cddb888} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7317 | 2024.08.15 05:37:06.424913 [ 3 ] {a66dcdc4-4b4b-42d1-9a97-15327cddb888} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7318 | 2024.08.15 05:37:06.425233 [ 3 ] {a66dcdc4-4b4b-42d1-9a97-15327cddb888} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7319 | 2024.08.15 05:37:06.425544 [ 3 ] {a66dcdc4-4b4b-42d1-9a97-15327cddb888} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7320 | 2024.08.15 05:37:06.425698 [ 3 ] {a66dcdc4-4b4b-42d1-9a97-15327cddb888} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.002021 sec., 190994.5571499258 rows/sec., 13.53 MiB/sec. | ||
7321 | 2024.08.15 05:37:06.426196 [ 3 ] {a66dcdc4-4b4b-42d1-9a97-15327cddb888} <Debug> DynamicQueryHandler: Done processing query | ||
7322 | 2024.08.15 05:37:06.426284 [ 3 ] {a66dcdc4-4b4b-42d1-9a97-15327cddb888} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
7323 | 2024.08.15 05:37:06.426373 [ 3 ] {} <Debug> HTTP-Session: bc55dc96-6aa7-4733-9ab5-654e27854601 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7324 | 2024.08.15 05:37:06.426687 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7325 | 2024.08.15 05:37:06.426865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7326 | 2024.08.15 05:37:06.426942 [ 3 ] {} <Debug> HTTP-Session: 48d3d169-7add-4c3a-8e87-460beacc58f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7327 | 2024.08.15 05:37:06.426999 [ 3 ] {} <Debug> HTTP-Session: 48d3d169-7add-4c3a-8e87-460beacc58f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7328 | 2024.08.15 05:37:06.427035 [ 3 ] {} <Debug> HTTP-Session: 48d3d169-7add-4c3a-8e87-460beacc58f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7329 | 2024.08.15 05:37:06.427079 [ 3 ] {} <Trace> HTTP-Session: 48d3d169-7add-4c3a-8e87-460beacc58f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7330 | 2024.08.15 05:37:06.427177 [ 3 ] {048baa3f-3182-4abb-b010-6c8821ce2e77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7331 | 2024.08.15 05:37:06.427222 [ 3 ] {048baa3f-3182-4abb-b010-6c8821ce2e77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7332 | 2024.08.15 05:37:06.427366 [ 3 ] {048baa3f-3182-4abb-b010-6c8821ce2e77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7333 | 2024.08.15 05:37:06.427625 [ 3 ] {048baa3f-3182-4abb-b010-6c8821ce2e77} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7334 | 2024.08.15 05:37:06.427660 [ 3 ] {048baa3f-3182-4abb-b010-6c8821ce2e77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7335 | 2024.08.15 05:37:06.428009 [ 3 ] {048baa3f-3182-4abb-b010-6c8821ce2e77} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7336 | 2024.08.15 05:37:06.428320 [ 3 ] {048baa3f-3182-4abb-b010-6c8821ce2e77} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7337 | 2024.08.15 05:37:06.428470 [ 82 ] {} <Debug> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
7338 | 2024.08.15 05:37:06.428478 [ 3 ] {048baa3f-3182-4abb-b010-6c8821ce2e77} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001317 sec., 4555.808656036446 rows/sec., 238.02 KiB/sec. | ||
7339 | 2024.08.15 05:37:06.428517 [ 82 ] {} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7340 | 2024.08.15 05:37:06.428587 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7341 | 2024.08.15 05:37:06.428941 [ 3 ] {048baa3f-3182-4abb-b010-6c8821ce2e77} <Debug> DynamicQueryHandler: Done processing query | ||
7342 | 2024.08.15 05:37:06.429110 [ 3 ] {048baa3f-3182-4abb-b010-6c8821ce2e77} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7343 | 2024.08.15 05:37:06.429146 [ 193 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::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 | ||
7344 | 2024.08.15 05:37:06.429227 [ 3 ] {} <Debug> HTTP-Session: 48d3d169-7add-4c3a-8e87-460beacc58f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7345 | 2024.08.15 05:37:06.429678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 44608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7346 | 2024.08.15 05:37:06.429752 [ 193 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7347 | 2024.08.15 05:37:06.429771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7348 | 2024.08.15 05:37:06.429822 [ 3 ] {} <Debug> HTTP-Session: 06bf08df-6033-4cc5-9062-fe909a72635f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7349 | 2024.08.15 05:37:06.429823 [ 193 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
7350 | 2024.08.15 05:37:06.429851 [ 3 ] {} <Debug> HTTP-Session: 06bf08df-6033-4cc5-9062-fe909a72635f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7351 | 2024.08.15 05:37:06.429888 [ 3 ] {} <Debug> HTTP-Session: 06bf08df-6033-4cc5-9062-fe909a72635f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7352 | 2024.08.15 05:37:06.430053 [ 3 ] {} <Trace> HTTP-Session: 06bf08df-6033-4cc5-9062-fe909a72635f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7353 | 2024.08.15 05:37:06.430065 [ 193 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
7354 | 2024.08.15 05:37:06.430288 [ 193 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
7355 | 2024.08.15 05:37:06.430535 [ 193 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
7356 | 2024.08.15 05:37:06.430639 [ 3 ] {97a212d1-872a-4a86-85f3-011cc335c5e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7357 | 2024.08.15 05:37:06.430788 [ 193 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
7358 | 2024.08.15 05:37:06.430895 [ 3 ] {97a212d1-872a-4a86-85f3-011cc335c5e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7359 | 2024.08.15 05:37:06.431154 [ 193 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
7360 | 2024.08.15 05:37:06.431776 [ 3 ] {97a212d1-872a-4a86-85f3-011cc335c5e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7361 | 2024.08.15 05:37:06.432885 [ 3 ] {97a212d1-872a-4a86-85f3-011cc335c5e8} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7362 | 2024.08.15 05:37:06.432954 [ 3 ] {97a212d1-872a-4a86-85f3-011cc335c5e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7363 | 2024.08.15 05:37:06.433762 [ 198 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.005058237 sec., 18978.94464019776 rows/sec., 991.58 KiB/sec. | ||
7364 | 2024.08.15 05:37:06.433957 [ 198 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
7365 | 2024.08.15 05:37:06.433993 [ 3 ] {97a212d1-872a-4a86-85f3-011cc335c5e8} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7366 | 2024.08.15 05:37:06.435020 [ 198 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_16_3} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7367 | 2024.08.15 05:37:06.435076 [ 3 ] {97a212d1-872a-4a86-85f3-011cc335c5e8} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7368 | 2024.08.15 05:37:06.435208 [ 198 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_16_3} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
7369 | 2024.08.15 05:37:06.435449 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
7370 | 2024.08.15 05:37:06.435542 [ 3 ] {97a212d1-872a-4a86-85f3-011cc335c5e8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005144 sec., 46073.09486780715 rows/sec., 3.09 MiB/sec. | ||
7371 | 2024.08.15 05:37:06.436304 [ 3 ] {97a212d1-872a-4a86-85f3-011cc335c5e8} <Debug> DynamicQueryHandler: Done processing query | ||
7372 | 2024.08.15 05:37:06.436397 [ 3 ] {97a212d1-872a-4a86-85f3-011cc335c5e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7373 | 2024.08.15 05:37:06.436487 [ 3 ] {} <Debug> HTTP-Session: 06bf08df-6033-4cc5-9062-fe909a72635f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7374 | 2024.08.15 05:37:06.436649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7375 | 2024.08.15 05:37:06.436700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7376 | 2024.08.15 05:37:06.436720 [ 3 ] {} <Debug> HTTP-Session: deda153c-2e5e-4c92-b813-3a6a90a1af95 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7377 | 2024.08.15 05:37:06.436737 [ 3 ] {} <Debug> HTTP-Session: deda153c-2e5e-4c92-b813-3a6a90a1af95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7378 | 2024.08.15 05:37:06.436751 [ 3 ] {} <Debug> HTTP-Session: deda153c-2e5e-4c92-b813-3a6a90a1af95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7379 | 2024.08.15 05:37:06.436783 [ 3 ] {} <Trace> HTTP-Session: deda153c-2e5e-4c92-b813-3a6a90a1af95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7380 | 2024.08.15 05:37:06.436879 [ 3 ] {36e9af28-90f8-409a-81fd-c52b4dcad00b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
7381 | 2024.08.15 05:37:06.436928 [ 3 ] {36e9af28-90f8-409a-81fd-c52b4dcad00b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7382 | 2024.08.15 05:37:06.437090 [ 3 ] {36e9af28-90f8-409a-81fd-c52b4dcad00b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7383 | 2024.08.15 05:37:06.437359 [ 3 ] {36e9af28-90f8-409a-81fd-c52b4dcad00b} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7384 | 2024.08.15 05:37:06.437395 [ 3 ] {36e9af28-90f8-409a-81fd-c52b4dcad00b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7385 | 2024.08.15 05:37:06.437756 [ 3 ] {36e9af28-90f8-409a-81fd-c52b4dcad00b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7386 | 2024.08.15 05:37:06.438080 [ 3 ] {36e9af28-90f8-409a-81fd-c52b4dcad00b} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7387 | 2024.08.15 05:37:06.438240 [ 3 ] {36e9af28-90f8-409a-81fd-c52b4dcad00b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001379 sec., 725.1631617113851 rows/sec., 48.86 KiB/sec. | ||
7388 | 2024.08.15 05:37:06.438534 [ 3 ] {36e9af28-90f8-409a-81fd-c52b4dcad00b} <Debug> DynamicQueryHandler: Done processing query | ||
7389 | 2024.08.15 05:37:06.438560 [ 3 ] {36e9af28-90f8-409a-81fd-c52b4dcad00b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
7390 | 2024.08.15 05:37:06.438577 [ 3 ] {} <Debug> HTTP-Session: deda153c-2e5e-4c92-b813-3a6a90a1af95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7391 | 2024.08.15 05:37:06.438702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7392 | 2024.08.15 05:37:06.438750 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7393 | 2024.08.15 05:37:06.438769 [ 3 ] {} <Debug> HTTP-Session: 9849de36-91f8-4dfe-b17f-66bbe0d0055c Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7394 | 2024.08.15 05:37:06.438786 [ 3 ] {} <Debug> HTTP-Session: 9849de36-91f8-4dfe-b17f-66bbe0d0055c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7395 | 2024.08.15 05:37:06.438799 [ 3 ] {} <Debug> HTTP-Session: 9849de36-91f8-4dfe-b17f-66bbe0d0055c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7396 | 2024.08.15 05:37:06.438829 [ 3 ] {} <Trace> HTTP-Session: 9849de36-91f8-4dfe-b17f-66bbe0d0055c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7397 | 2024.08.15 05:37:06.438978 [ 3 ] {b6843449-4497-40eb-9a2b-1989672aadb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7398 | 2024.08.15 05:37:06.439048 [ 3 ] {b6843449-4497-40eb-9a2b-1989672aadb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7399 | 2024.08.15 05:37:06.439481 [ 3 ] {b6843449-4497-40eb-9a2b-1989672aadb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7400 | 2024.08.15 05:37:06.439984 [ 3 ] {b6843449-4497-40eb-9a2b-1989672aadb1} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7401 | 2024.08.15 05:37:06.440020 [ 3 ] {b6843449-4497-40eb-9a2b-1989672aadb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7402 | 2024.08.15 05:37:06.440600 [ 3 ] {b6843449-4497-40eb-9a2b-1989672aadb1} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
7403 | 2024.08.15 05:37:06.441001 [ 3 ] {b6843449-4497-40eb-9a2b-1989672aadb1} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7404 | 2024.08.15 05:37:06.441209 [ 3 ] {b6843449-4497-40eb-9a2b-1989672aadb1} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.0023 sec., 1739.1304347826087 rows/sec., 3.12 MiB/sec. | ||
7405 | 2024.08.15 05:37:06.441746 [ 3 ] {b6843449-4497-40eb-9a2b-1989672aadb1} <Debug> DynamicQueryHandler: Done processing query | ||
7406 | 2024.08.15 05:37:06.441771 [ 3 ] {b6843449-4497-40eb-9a2b-1989672aadb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
7407 | 2024.08.15 05:37:06.441787 [ 3 ] {} <Debug> HTTP-Session: 9849de36-91f8-4dfe-b17f-66bbe0d0055c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7408 | 2024.08.15 05:37:06.441899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7409 | 2024.08.15 05:37:06.441949 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7410 | 2024.08.15 05:37:06.441969 [ 3 ] {} <Debug> HTTP-Session: a375b600-aa25-421b-aca9-72af856503ce Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7411 | 2024.08.15 05:37:06.441986 [ 3 ] {} <Debug> HTTP-Session: a375b600-aa25-421b-aca9-72af856503ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7412 | 2024.08.15 05:37:06.442000 [ 3 ] {} <Debug> HTTP-Session: a375b600-aa25-421b-aca9-72af856503ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7413 | 2024.08.15 05:37:06.442030 [ 3 ] {} <Trace> HTTP-Session: a375b600-aa25-421b-aca9-72af856503ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7414 | 2024.08.15 05:37:06.442149 [ 3 ] {95ef7c2a-3d89-4b7a-9894-00e70b5fd80b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7415 | 2024.08.15 05:37:06.442194 [ 3 ] {95ef7c2a-3d89-4b7a-9894-00e70b5fd80b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7416 | 2024.08.15 05:37:06.442345 [ 3 ] {95ef7c2a-3d89-4b7a-9894-00e70b5fd80b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7417 | 2024.08.15 05:37:06.442644 [ 3 ] {95ef7c2a-3d89-4b7a-9894-00e70b5fd80b} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7418 | 2024.08.15 05:37:06.442680 [ 3 ] {95ef7c2a-3d89-4b7a-9894-00e70b5fd80b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7419 | 2024.08.15 05:37:06.443042 [ 3 ] {95ef7c2a-3d89-4b7a-9894-00e70b5fd80b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7420 | 2024.08.15 05:37:06.443370 [ 3 ] {95ef7c2a-3d89-4b7a-9894-00e70b5fd80b} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7421 | 2024.08.15 05:37:06.443544 [ 3 ] {95ef7c2a-3d89-4b7a-9894-00e70b5fd80b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001421 sec., 57705.84095707248 rows/sec., 3.67 MiB/sec. | ||
7422 | 2024.08.15 05:37:06.444447 [ 3 ] {95ef7c2a-3d89-4b7a-9894-00e70b5fd80b} <Debug> DynamicQueryHandler: Done processing query | ||
7423 | 2024.08.15 05:37:06.444494 [ 3 ] {95ef7c2a-3d89-4b7a-9894-00e70b5fd80b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7424 | 2024.08.15 05:37:06.444520 [ 3 ] {} <Debug> HTTP-Session: a375b600-aa25-421b-aca9-72af856503ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7425 | 2024.08.15 05:37:11.407188 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7426 | 2024.08.15 05:37:11.407334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7427 | 2024.08.15 05:37:11.407364 [ 3 ] {} <Debug> HTTP-Session: 3618ebac-7c65-4c48-b878-9465d999929f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7428 | 2024.08.15 05:37:11.407393 [ 3 ] {} <Debug> HTTP-Session: 3618ebac-7c65-4c48-b878-9465d999929f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7429 | 2024.08.15 05:37:11.407411 [ 3 ] {} <Debug> HTTP-Session: 3618ebac-7c65-4c48-b878-9465d999929f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7430 | 2024.08.15 05:37:11.407466 [ 3 ] {} <Trace> HTTP-Session: 3618ebac-7c65-4c48-b878-9465d999929f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7431 | 2024.08.15 05:37:11.407688 [ 3 ] {e5543155-6005-4f2e-b7c4-c6ca6a7b77b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7432 | 2024.08.15 05:37:11.407781 [ 3 ] {e5543155-6005-4f2e-b7c4-c6ca6a7b77b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7433 | 2024.08.15 05:37:11.408085 [ 3 ] {e5543155-6005-4f2e-b7c4-c6ca6a7b77b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7434 | 2024.08.15 05:37:11.408587 [ 3 ] {e5543155-6005-4f2e-b7c4-c6ca6a7b77b3} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7435 | 2024.08.15 05:37:11.408629 [ 3 ] {e5543155-6005-4f2e-b7c4-c6ca6a7b77b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7436 | 2024.08.15 05:37:11.409000 [ 3 ] {e5543155-6005-4f2e-b7c4-c6ca6a7b77b3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
7437 | 2024.08.15 05:37:11.409331 [ 3 ] {e5543155-6005-4f2e-b7c4-c6ca6a7b77b3} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7438 | 2024.08.15 05:37:11.409513 [ 3 ] {e5543155-6005-4f2e-b7c4-c6ca6a7b77b3} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001896 sec., 13713.080168776372 rows/sec., 1.09 MiB/sec. | ||
7439 | 2024.08.15 05:37:11.409706 [ 3 ] {e5543155-6005-4f2e-b7c4-c6ca6a7b77b3} <Debug> DynamicQueryHandler: Done processing query | ||
7440 | 2024.08.15 05:37:11.409733 [ 3 ] {e5543155-6005-4f2e-b7c4-c6ca6a7b77b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7441 | 2024.08.15 05:37:11.409749 [ 3 ] {} <Debug> HTTP-Session: 3618ebac-7c65-4c48-b878-9465d999929f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7442 | 2024.08.15 05:37:11.409934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7443 | 2024.08.15 05:37:11.409983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7444 | 2024.08.15 05:37:11.410003 [ 3 ] {} <Debug> HTTP-Session: ff163d42-8f65-44fa-90c3-5d9df13351f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7445 | 2024.08.15 05:37:11.410020 [ 3 ] {} <Debug> HTTP-Session: ff163d42-8f65-44fa-90c3-5d9df13351f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7446 | 2024.08.15 05:37:11.410035 [ 3 ] {} <Debug> HTTP-Session: ff163d42-8f65-44fa-90c3-5d9df13351f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7447 | 2024.08.15 05:37:11.410065 [ 3 ] {} <Trace> HTTP-Session: ff163d42-8f65-44fa-90c3-5d9df13351f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7448 | 2024.08.15 05:37:11.410201 [ 3 ] {762f6d47-f6f1-46cd-a940-84262581917a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7449 | 2024.08.15 05:37:11.410245 [ 3 ] {762f6d47-f6f1-46cd-a940-84262581917a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7450 | 2024.08.15 05:37:11.410373 [ 3 ] {762f6d47-f6f1-46cd-a940-84262581917a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7451 | 2024.08.15 05:37:11.410772 [ 3 ] {762f6d47-f6f1-46cd-a940-84262581917a} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7452 | 2024.08.15 05:37:11.410810 [ 3 ] {762f6d47-f6f1-46cd-a940-84262581917a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7453 | 2024.08.15 05:37:11.411135 [ 3 ] {762f6d47-f6f1-46cd-a940-84262581917a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7454 | 2024.08.15 05:37:11.411432 [ 3 ] {762f6d47-f6f1-46cd-a940-84262581917a} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7455 | 2024.08.15 05:37:11.411585 [ 3 ] {762f6d47-f6f1-46cd-a940-84262581917a} <Debug> executeQuery: Read 134 rows, 11.45 KiB in 0.001437 sec., 93249.82602644399 rows/sec., 7.78 MiB/sec. | ||
7456 | 2024.08.15 05:37:11.411749 [ 3 ] {762f6d47-f6f1-46cd-a940-84262581917a} <Debug> DynamicQueryHandler: Done processing query | ||
7457 | 2024.08.15 05:37:11.411774 [ 3 ] {762f6d47-f6f1-46cd-a940-84262581917a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7458 | 2024.08.15 05:37:11.411790 [ 3 ] {} <Debug> HTTP-Session: ff163d42-8f65-44fa-90c3-5d9df13351f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7459 | 2024.08.15 05:37:11.411937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 15281, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7460 | 2024.08.15 05:37:11.411985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7461 | 2024.08.15 05:37:11.412005 [ 3 ] {} <Debug> HTTP-Session: 03b24c1f-fd6c-45e0-9d64-b46e90a34db7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7462 | 2024.08.15 05:37:11.412022 [ 3 ] {} <Debug> HTTP-Session: 03b24c1f-fd6c-45e0-9d64-b46e90a34db7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7463 | 2024.08.15 05:37:11.412036 [ 3 ] {} <Debug> HTTP-Session: 03b24c1f-fd6c-45e0-9d64-b46e90a34db7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7464 | 2024.08.15 05:37:11.412065 [ 3 ] {} <Trace> HTTP-Session: 03b24c1f-fd6c-45e0-9d64-b46e90a34db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7465 | 2024.08.15 05:37:11.412180 [ 3 ] {d52ec730-50bb-4bc1-badf-3383b71ce243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7466 | 2024.08.15 05:37:11.412224 [ 3 ] {d52ec730-50bb-4bc1-badf-3383b71ce243} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7467 | 2024.08.15 05:37:11.412351 [ 3 ] {d52ec730-50bb-4bc1-badf-3383b71ce243} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7468 | 2024.08.15 05:37:11.412705 [ 3 ] {d52ec730-50bb-4bc1-badf-3383b71ce243} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7469 | 2024.08.15 05:37:11.412743 [ 3 ] {d52ec730-50bb-4bc1-badf-3383b71ce243} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7470 | 2024.08.15 05:37:11.413049 [ 3 ] {d52ec730-50bb-4bc1-badf-3383b71ce243} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7471 | 2024.08.15 05:37:11.413364 [ 3 ] {d52ec730-50bb-4bc1-badf-3383b71ce243} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7472 | 2024.08.15 05:37:11.413520 [ 3 ] {d52ec730-50bb-4bc1-badf-3383b71ce243} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.00137 sec., 65693.43065693432 rows/sec., 5.13 MiB/sec. | ||
7473 | 2024.08.15 05:37:11.413809 [ 3 ] {d52ec730-50bb-4bc1-badf-3383b71ce243} <Debug> DynamicQueryHandler: Done processing query | ||
7474 | 2024.08.15 05:37:11.413854 [ 3 ] {d52ec730-50bb-4bc1-badf-3383b71ce243} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7475 | 2024.08.15 05:37:11.413884 [ 3 ] {} <Debug> HTTP-Session: 03b24c1f-fd6c-45e0-9d64-b46e90a34db7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7476 | 2024.08.15 05:37:11.414063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7477 | 2024.08.15 05:37:11.414114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7478 | 2024.08.15 05:37:11.414140 [ 3 ] {} <Debug> HTTP-Session: 08121160-acb1-49ae-b1c2-9db0038516ab Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7479 | 2024.08.15 05:37:11.414161 [ 3 ] {} <Debug> HTTP-Session: 08121160-acb1-49ae-b1c2-9db0038516ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7480 | 2024.08.15 05:37:11.414204 [ 3 ] {} <Debug> HTTP-Session: 08121160-acb1-49ae-b1c2-9db0038516ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7481 | 2024.08.15 05:37:11.414264 [ 3 ] {} <Trace> HTTP-Session: 08121160-acb1-49ae-b1c2-9db0038516ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7482 | 2024.08.15 05:37:11.414454 [ 3 ] {130f7340-1ace-46da-bb1e-f370e2ebeb94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7483 | 2024.08.15 05:37:11.414510 [ 3 ] {130f7340-1ace-46da-bb1e-f370e2ebeb94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7484 | 2024.08.15 05:37:11.414710 [ 3 ] {130f7340-1ace-46da-bb1e-f370e2ebeb94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7485 | 2024.08.15 05:37:11.415140 [ 3 ] {130f7340-1ace-46da-bb1e-f370e2ebeb94} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7486 | 2024.08.15 05:37:11.415184 [ 3 ] {130f7340-1ace-46da-bb1e-f370e2ebeb94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7487 | 2024.08.15 05:37:11.415584 [ 3 ] {130f7340-1ace-46da-bb1e-f370e2ebeb94} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7488 | 2024.08.15 05:37:11.415908 [ 3 ] {130f7340-1ace-46da-bb1e-f370e2ebeb94} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7489 | 2024.08.15 05:37:11.416067 [ 3 ] {130f7340-1ace-46da-bb1e-f370e2ebeb94} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001693 sec., 94506.79267572357 rows/sec., 6.58 MiB/sec. | ||
7490 | 2024.08.15 05:37:11.416243 [ 3 ] {130f7340-1ace-46da-bb1e-f370e2ebeb94} <Debug> DynamicQueryHandler: Done processing query | ||
7491 | 2024.08.15 05:37:11.416267 [ 3 ] {130f7340-1ace-46da-bb1e-f370e2ebeb94} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7492 | 2024.08.15 05:37:11.416283 [ 3 ] {} <Debug> HTTP-Session: 08121160-acb1-49ae-b1c2-9db0038516ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7493 | 2024.08.15 05:37:11.416446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 42125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7494 | 2024.08.15 05:37:11.416495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7495 | 2024.08.15 05:37:11.416513 [ 3 ] {} <Debug> HTTP-Session: 42660e95-3149-400e-8196-fd8db5300b49 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7496 | 2024.08.15 05:37:11.416530 [ 3 ] {} <Debug> HTTP-Session: 42660e95-3149-400e-8196-fd8db5300b49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7497 | 2024.08.15 05:37:11.416544 [ 3 ] {} <Debug> HTTP-Session: 42660e95-3149-400e-8196-fd8db5300b49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7498 | 2024.08.15 05:37:11.416574 [ 3 ] {} <Trace> HTTP-Session: 42660e95-3149-400e-8196-fd8db5300b49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7499 | 2024.08.15 05:37:11.416858 [ 3 ] {dc15082c-4ea8-4afd-9972-376bc2f713b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7500 | 2024.08.15 05:37:11.416922 [ 3 ] {dc15082c-4ea8-4afd-9972-376bc2f713b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7501 | 2024.08.15 05:37:11.417335 [ 3 ] {dc15082c-4ea8-4afd-9972-376bc2f713b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7502 | 2024.08.15 05:37:11.417983 [ 3 ] {dc15082c-4ea8-4afd-9972-376bc2f713b1} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7503 | 2024.08.15 05:37:11.418019 [ 3 ] {dc15082c-4ea8-4afd-9972-376bc2f713b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7504 | 2024.08.15 05:37:11.418625 [ 3 ] {dc15082c-4ea8-4afd-9972-376bc2f713b1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
7505 | 2024.08.15 05:37:11.419016 [ 3 ] {dc15082c-4ea8-4afd-9972-376bc2f713b1} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7506 | 2024.08.15 05:37:11.419230 [ 3 ] {dc15082c-4ea8-4afd-9972-376bc2f713b1} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002572 sec., 10108.86469673406 rows/sec., 18.11 MiB/sec. | ||
7507 | 2024.08.15 05:37:11.419452 [ 3 ] {dc15082c-4ea8-4afd-9972-376bc2f713b1} <Debug> DynamicQueryHandler: Done processing query | ||
7508 | 2024.08.15 05:37:11.419476 [ 3 ] {dc15082c-4ea8-4afd-9972-376bc2f713b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
7509 | 2024.08.15 05:37:11.419491 [ 3 ] {} <Debug> HTTP-Session: 42660e95-3149-400e-8196-fd8db5300b49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7510 | 2024.08.15 05:37:11.419628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7511 | 2024.08.15 05:37:11.419677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7512 | 2024.08.15 05:37:11.419695 [ 3 ] {} <Debug> HTTP-Session: 29d20241-0a4d-4568-a8f0-ffcb4a1fe631 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7513 | 2024.08.15 05:37:11.419711 [ 3 ] {} <Debug> HTTP-Session: 29d20241-0a4d-4568-a8f0-ffcb4a1fe631 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7514 | 2024.08.15 05:37:11.419724 [ 3 ] {} <Debug> HTTP-Session: 29d20241-0a4d-4568-a8f0-ffcb4a1fe631 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7515 | 2024.08.15 05:37:11.419754 [ 3 ] {} <Trace> HTTP-Session: 29d20241-0a4d-4568-a8f0-ffcb4a1fe631 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7516 | 2024.08.15 05:37:11.419864 [ 3 ] {bd23a156-fad1-4595-afe4-1e5b870db8be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7517 | 2024.08.15 05:37:11.419908 [ 3 ] {bd23a156-fad1-4595-afe4-1e5b870db8be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7518 | 2024.08.15 05:37:11.420036 [ 3 ] {bd23a156-fad1-4595-afe4-1e5b870db8be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7519 | 2024.08.15 05:37:11.420324 [ 3 ] {bd23a156-fad1-4595-afe4-1e5b870db8be} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7520 | 2024.08.15 05:37:11.420359 [ 3 ] {bd23a156-fad1-4595-afe4-1e5b870db8be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7521 | 2024.08.15 05:37:11.420767 [ 3 ] {bd23a156-fad1-4595-afe4-1e5b870db8be} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7522 | 2024.08.15 05:37:11.421082 [ 3 ] {bd23a156-fad1-4595-afe4-1e5b870db8be} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7523 | 2024.08.15 05:37:11.421236 [ 3 ] {bd23a156-fad1-4595-afe4-1e5b870db8be} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001404 sec., 42735.042735042734 rows/sec., 2.88 MiB/sec. | ||
7524 | 2024.08.15 05:37:11.421504 [ 3 ] {bd23a156-fad1-4595-afe4-1e5b870db8be} <Debug> DynamicQueryHandler: Done processing query | ||
7525 | 2024.08.15 05:37:11.421558 [ 3 ] {bd23a156-fad1-4595-afe4-1e5b870db8be} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7526 | 2024.08.15 05:37:11.421597 [ 3 ] {} <Debug> HTTP-Session: 29d20241-0a4d-4568-a8f0-ffcb4a1fe631 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7527 | 2024.08.15 05:37:16.410470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7528 | 2024.08.15 05:37:16.410672 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7529 | 2024.08.15 05:37:16.410718 [ 3 ] {} <Debug> HTTP-Session: 682ccbe0-2802-43c5-90f9-4bad58a51d8b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7530 | 2024.08.15 05:37:16.410760 [ 3 ] {} <Debug> HTTP-Session: 682ccbe0-2802-43c5-90f9-4bad58a51d8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7531 | 2024.08.15 05:37:16.410788 [ 3 ] {} <Debug> HTTP-Session: 682ccbe0-2802-43c5-90f9-4bad58a51d8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7532 | 2024.08.15 05:37:16.410868 [ 3 ] {} <Trace> HTTP-Session: 682ccbe0-2802-43c5-90f9-4bad58a51d8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7533 | 2024.08.15 05:37:16.411166 [ 3 ] {ad98f82a-0161-4f6d-a3ac-9bb78ef1b999} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7534 | 2024.08.15 05:37:16.411274 [ 3 ] {ad98f82a-0161-4f6d-a3ac-9bb78ef1b999} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7535 | 2024.08.15 05:37:16.411524 [ 3 ] {ad98f82a-0161-4f6d-a3ac-9bb78ef1b999} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7536 | 2024.08.15 05:37:16.411941 [ 3 ] {ad98f82a-0161-4f6d-a3ac-9bb78ef1b999} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7537 | 2024.08.15 05:37:16.411988 [ 3 ] {ad98f82a-0161-4f6d-a3ac-9bb78ef1b999} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7538 | 2024.08.15 05:37:16.412361 [ 3 ] {ad98f82a-0161-4f6d-a3ac-9bb78ef1b999} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
7539 | 2024.08.15 05:37:16.412695 [ 3 ] {ad98f82a-0161-4f6d-a3ac-9bb78ef1b999} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7540 | 2024.08.15 05:37:16.412863 [ 73 ] {} <Debug> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
7541 | 2024.08.15 05:37:16.412871 [ 3 ] {ad98f82a-0161-4f6d-a3ac-9bb78ef1b999} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.00179 sec., 2234.63687150838 rows/sec., 181.13 KiB/sec. | ||
7542 | 2024.08.15 05:37:16.412938 [ 73 ] {} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7543 | 2024.08.15 05:37:16.413000 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7544 | 2024.08.15 05:37:16.413282 [ 198 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::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 | ||
7545 | 2024.08.15 05:37:16.413320 [ 3 ] {ad98f82a-0161-4f6d-a3ac-9bb78ef1b999} <Debug> DynamicQueryHandler: Done processing query | ||
7546 | 2024.08.15 05:37:16.413382 [ 3 ] {ad98f82a-0161-4f6d-a3ac-9bb78ef1b999} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7547 | 2024.08.15 05:37:16.413414 [ 3 ] {} <Debug> HTTP-Session: 682ccbe0-2802-43c5-90f9-4bad58a51d8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7548 | 2024.08.15 05:37:16.413540 [ 198 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7549 | 2024.08.15 05:37:16.413579 [ 198 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 30 rows starting from the beginning of the part | ||
7550 | 2024.08.15 05:37:16.413634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7551 | 2024.08.15 05:37:16.413723 [ 198 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part | ||
7552 | 2024.08.15 05:37:16.413783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7553 | 2024.08.15 05:37:16.413888 [ 3 ] {} <Debug> HTTP-Session: 0aa8ad8b-ca15-4bb4-84d6-5730541cfb25 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7554 | 2024.08.15 05:37:16.414013 [ 3 ] {} <Debug> HTTP-Session: 0aa8ad8b-ca15-4bb4-84d6-5730541cfb25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7555 | 2024.08.15 05:37:16.414073 [ 3 ] {} <Debug> HTTP-Session: 0aa8ad8b-ca15-4bb4-84d6-5730541cfb25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7556 | 2024.08.15 05:37:16.414117 [ 198 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 26 rows starting from the beginning of the part | ||
7557 | 2024.08.15 05:37:16.414183 [ 3 ] {} <Trace> HTTP-Session: 0aa8ad8b-ca15-4bb4-84d6-5730541cfb25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7558 | 2024.08.15 05:37:16.414336 [ 198 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
7559 | 2024.08.15 05:37:16.414519 [ 3 ] {782e1153-e1c5-4bf1-a44b-89b2b4255fed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7560 | 2024.08.15 05:37:16.414609 [ 198 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 26 rows starting from the beginning of the part | ||
7561 | 2024.08.15 05:37:16.414721 [ 3 ] {782e1153-e1c5-4bf1-a44b-89b2b4255fed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7562 | 2024.08.15 05:37:16.414895 [ 198 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part | ||
7563 | 2024.08.15 05:37:16.415694 [ 3 ] {782e1153-e1c5-4bf1-a44b-89b2b4255fed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7564 | 2024.08.15 05:37:16.416483 [ 3 ] {782e1153-e1c5-4bf1-a44b-89b2b4255fed} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7565 | 2024.08.15 05:37:16.416553 [ 3 ] {782e1153-e1c5-4bf1-a44b-89b2b4255fed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7566 | 2024.08.15 05:37:16.417499 [ 3 ] {782e1153-e1c5-4bf1-a44b-89b2b4255fed} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
7567 | 2024.08.15 05:37:16.417888 [ 193 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 94 rows, containing 4 columns (4 merged, 0 gathered) in 0.00475244 sec., 19779.313363240777 rows/sec., 1.57 MiB/sec. | ||
7568 | 2024.08.15 05:37:16.418133 [ 193 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
7569 | 2024.08.15 05:37:16.418271 [ 3 ] {782e1153-e1c5-4bf1-a44b-89b2b4255fed} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7570 | 2024.08.15 05:37:16.418613 [ 3 ] {782e1153-e1c5-4bf1-a44b-89b2b4255fed} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004171 sec., 959.0026372572524 rows/sec., 78.20 KiB/sec. | ||
7571 | 2024.08.15 05:37:16.419357 [ 3 ] {782e1153-e1c5-4bf1-a44b-89b2b4255fed} <Debug> DynamicQueryHandler: Done processing query | ||
7572 | 2024.08.15 05:37:16.419384 [ 193 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_26_5} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7573 | 2024.08.15 05:37:16.419398 [ 3 ] {782e1153-e1c5-4bf1-a44b-89b2b4255fed} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7574 | 2024.08.15 05:37:16.419456 [ 3 ] {} <Debug> HTTP-Session: 0aa8ad8b-ca15-4bb4-84d6-5730541cfb25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7575 | 2024.08.15 05:37:16.419544 [ 193 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_26_5} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
7576 | 2024.08.15 05:37:16.419652 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7577 | 2024.08.15 05:37:16.419719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7578 | 2024.08.15 05:37:16.419778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7579 | 2024.08.15 05:37:16.419797 [ 3 ] {} <Debug> HTTP-Session: af500323-f727-486b-ab55-3ebc315db8b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7580 | 2024.08.15 05:37:16.419814 [ 3 ] {} <Debug> HTTP-Session: af500323-f727-486b-ab55-3ebc315db8b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7581 | 2024.08.15 05:37:16.419827 [ 3 ] {} <Debug> HTTP-Session: af500323-f727-486b-ab55-3ebc315db8b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7582 | 2024.08.15 05:37:16.419860 [ 3 ] {} <Trace> HTTP-Session: af500323-f727-486b-ab55-3ebc315db8b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7583 | 2024.08.15 05:37:16.420023 [ 3 ] {8270cf79-2374-4d10-8c80-7426c5619ede} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7584 | 2024.08.15 05:37:16.420067 [ 3 ] {8270cf79-2374-4d10-8c80-7426c5619ede} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7585 | 2024.08.15 05:37:16.420220 [ 3 ] {8270cf79-2374-4d10-8c80-7426c5619ede} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7586 | 2024.08.15 05:37:16.420652 [ 3 ] {8270cf79-2374-4d10-8c80-7426c5619ede} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7587 | 2024.08.15 05:37:16.420689 [ 3 ] {8270cf79-2374-4d10-8c80-7426c5619ede} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7588 | 2024.08.15 05:37:16.421027 [ 3 ] {8270cf79-2374-4d10-8c80-7426c5619ede} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7589 | 2024.08.15 05:37:16.421350 [ 3 ] {8270cf79-2374-4d10-8c80-7426c5619ede} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7590 | 2024.08.15 05:37:16.421509 [ 3 ] {8270cf79-2374-4d10-8c80-7426c5619ede} <Debug> executeQuery: Read 203 rows, 18.15 KiB in 0.001555 sec., 130546.62379421222 rows/sec., 11.40 MiB/sec. | ||
7591 | 2024.08.15 05:37:16.421677 [ 3 ] {8270cf79-2374-4d10-8c80-7426c5619ede} <Debug> DynamicQueryHandler: Done processing query | ||
7592 | 2024.08.15 05:37:16.421702 [ 3 ] {8270cf79-2374-4d10-8c80-7426c5619ede} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
7593 | 2024.08.15 05:37:16.421717 [ 3 ] {} <Debug> HTTP-Session: af500323-f727-486b-ab55-3ebc315db8b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7594 | 2024.08.15 05:37:16.421902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7595 | 2024.08.15 05:37:16.421949 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7596 | 2024.08.15 05:37:16.421968 [ 3 ] {} <Debug> HTTP-Session: 78645342-a894-477b-a366-c18d2c9e2ef2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7597 | 2024.08.15 05:37:16.421985 [ 3 ] {} <Debug> HTTP-Session: 78645342-a894-477b-a366-c18d2c9e2ef2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7598 | 2024.08.15 05:37:16.422000 [ 3 ] {} <Debug> HTTP-Session: 78645342-a894-477b-a366-c18d2c9e2ef2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7599 | 2024.08.15 05:37:16.422031 [ 3 ] {} <Trace> HTTP-Session: 78645342-a894-477b-a366-c18d2c9e2ef2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7600 | 2024.08.15 05:37:16.422122 [ 3 ] {fb9de6f5-311d-45a0-9df8-5787e63ddb5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7601 | 2024.08.15 05:37:16.422165 [ 3 ] {fb9de6f5-311d-45a0-9df8-5787e63ddb5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7602 | 2024.08.15 05:37:16.422292 [ 3 ] {fb9de6f5-311d-45a0-9df8-5787e63ddb5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7603 | 2024.08.15 05:37:16.422568 [ 3 ] {fb9de6f5-311d-45a0-9df8-5787e63ddb5f} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7604 | 2024.08.15 05:37:16.422606 [ 3 ] {fb9de6f5-311d-45a0-9df8-5787e63ddb5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7605 | 2024.08.15 05:37:16.422900 [ 3 ] {fb9de6f5-311d-45a0-9df8-5787e63ddb5f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
7606 | 2024.08.15 05:37:16.423201 [ 3 ] {fb9de6f5-311d-45a0-9df8-5787e63ddb5f} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7607 | 2024.08.15 05:37:16.423342 [ 3 ] {fb9de6f5-311d-45a0-9df8-5787e63ddb5f} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00124 sec., 3225.8064516129034 rows/sec., 225.24 KiB/sec. | ||
7608 | 2024.08.15 05:37:16.423516 [ 3 ] {fb9de6f5-311d-45a0-9df8-5787e63ddb5f} <Debug> DynamicQueryHandler: Done processing query | ||
7609 | 2024.08.15 05:37:16.423541 [ 3 ] {fb9de6f5-311d-45a0-9df8-5787e63ddb5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7610 | 2024.08.15 05:37:16.423557 [ 3 ] {} <Debug> HTTP-Session: 78645342-a894-477b-a366-c18d2c9e2ef2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7611 | 2024.08.15 05:37:16.423682 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7612 | 2024.08.15 05:37:16.423730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7613 | 2024.08.15 05:37:16.423749 [ 3 ] {} <Debug> HTTP-Session: 5fc9efd7-7355-479a-9f37-75aeca5a42a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7614 | 2024.08.15 05:37:16.423766 [ 3 ] {} <Debug> HTTP-Session: 5fc9efd7-7355-479a-9f37-75aeca5a42a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7615 | 2024.08.15 05:37:16.423780 [ 3 ] {} <Debug> HTTP-Session: 5fc9efd7-7355-479a-9f37-75aeca5a42a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7616 | 2024.08.15 05:37:16.423810 [ 3 ] {} <Trace> HTTP-Session: 5fc9efd7-7355-479a-9f37-75aeca5a42a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7617 | 2024.08.15 05:37:16.423908 [ 3 ] {f235449f-debd-47d0-8555-4e5eeb71b82f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7618 | 2024.08.15 05:37:16.423950 [ 3 ] {f235449f-debd-47d0-8555-4e5eeb71b82f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7619 | 2024.08.15 05:37:16.424076 [ 3 ] {f235449f-debd-47d0-8555-4e5eeb71b82f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7620 | 2024.08.15 05:37:16.424368 [ 3 ] {f235449f-debd-47d0-8555-4e5eeb71b82f} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7621 | 2024.08.15 05:37:16.424406 [ 3 ] {f235449f-debd-47d0-8555-4e5eeb71b82f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7622 | 2024.08.15 05:37:16.424709 [ 3 ] {f235449f-debd-47d0-8555-4e5eeb71b82f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7623 | 2024.08.15 05:37:16.425014 [ 3 ] {f235449f-debd-47d0-8555-4e5eeb71b82f} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7624 | 2024.08.15 05:37:16.425157 [ 3 ] {f235449f-debd-47d0-8555-4e5eeb71b82f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001267 sec., 11049.723756906078 rows/sec., 773.85 KiB/sec. | ||
7625 | 2024.08.15 05:37:16.425324 [ 3 ] {f235449f-debd-47d0-8555-4e5eeb71b82f} <Debug> DynamicQueryHandler: Done processing query | ||
7626 | 2024.08.15 05:37:16.425348 [ 3 ] {f235449f-debd-47d0-8555-4e5eeb71b82f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7627 | 2024.08.15 05:37:16.425364 [ 3 ] {} <Debug> HTTP-Session: 5fc9efd7-7355-479a-9f37-75aeca5a42a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7628 | 2024.08.15 05:37:16.425485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7629 | 2024.08.15 05:37:16.425533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7630 | 2024.08.15 05:37:16.425553 [ 3 ] {} <Debug> HTTP-Session: c24a285e-7517-4ce1-81d0-3425a0de4290 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7631 | 2024.08.15 05:37:16.425569 [ 3 ] {} <Debug> HTTP-Session: c24a285e-7517-4ce1-81d0-3425a0de4290 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7632 | 2024.08.15 05:37:16.425583 [ 3 ] {} <Debug> HTTP-Session: c24a285e-7517-4ce1-81d0-3425a0de4290 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7633 | 2024.08.15 05:37:16.425613 [ 3 ] {} <Trace> HTTP-Session: c24a285e-7517-4ce1-81d0-3425a0de4290 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7634 | 2024.08.15 05:37:16.425708 [ 3 ] {13b17758-ab2f-42e0-a1da-574477cd2e1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
7635 | 2024.08.15 05:37:16.425749 [ 3 ] {13b17758-ab2f-42e0-a1da-574477cd2e1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7636 | 2024.08.15 05:37:16.425874 [ 3 ] {13b17758-ab2f-42e0-a1da-574477cd2e1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7637 | 2024.08.15 05:37:16.426142 [ 3 ] {13b17758-ab2f-42e0-a1da-574477cd2e1d} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7638 | 2024.08.15 05:37:16.426179 [ 3 ] {13b17758-ab2f-42e0-a1da-574477cd2e1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7639 | 2024.08.15 05:37:16.426484 [ 3 ] {13b17758-ab2f-42e0-a1da-574477cd2e1d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7640 | 2024.08.15 05:37:16.426786 [ 3 ] {13b17758-ab2f-42e0-a1da-574477cd2e1d} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7641 | 2024.08.15 05:37:16.426943 [ 3 ] {13b17758-ab2f-42e0-a1da-574477cd2e1d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001254 sec., 4784.6889952153115 rows/sec., 282.69 KiB/sec. | ||
7642 | 2024.08.15 05:37:16.426941 [ 72 ] {} <Debug> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
7643 | 2024.08.15 05:37:16.427058 [ 72 ] {} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7644 | 2024.08.15 05:37:16.427098 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7645 | 2024.08.15 05:37:16.427217 [ 3 ] {13b17758-ab2f-42e0-a1da-574477cd2e1d} <Debug> DynamicQueryHandler: Done processing query | ||
7646 | 2024.08.15 05:37:16.427291 [ 3 ] {13b17758-ab2f-42e0-a1da-574477cd2e1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7647 | 2024.08.15 05:37:16.427377 [ 3 ] {} <Debug> HTTP-Session: c24a285e-7517-4ce1-81d0-3425a0de4290 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7648 | 2024.08.15 05:37:16.427396 [ 197 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
7649 | 2024.08.15 05:37:16.427715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 63128, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7650 | 2024.08.15 05:37:16.427760 [ 197 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7651 | 2024.08.15 05:37:16.427821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7652 | 2024.08.15 05:37:16.427827 [ 197 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
7653 | 2024.08.15 05:37:16.427857 [ 3 ] {} <Debug> HTTP-Session: 5ce3888f-960c-47ab-b695-92274082849d Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7654 | 2024.08.15 05:37:16.427896 [ 3 ] {} <Debug> HTTP-Session: 5ce3888f-960c-47ab-b695-92274082849d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7655 | 2024.08.15 05:37:16.427965 [ 3 ] {} <Debug> HTTP-Session: 5ce3888f-960c-47ab-b695-92274082849d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7656 | 2024.08.15 05:37:16.428045 [ 197 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
7657 | 2024.08.15 05:37:16.428148 [ 3 ] {} <Trace> HTTP-Session: 5ce3888f-960c-47ab-b695-92274082849d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7658 | 2024.08.15 05:37:16.428394 [ 197 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
7659 | 2024.08.15 05:37:16.428583 [ 197 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
7660 | 2024.08.15 05:37:16.428612 [ 3 ] {cf07ea7b-0678-4f1a-be5f-cfee8b812205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7661 | 2024.08.15 05:37:16.428759 [ 3 ] {cf07ea7b-0678-4f1a-be5f-cfee8b812205} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7662 | 2024.08.15 05:37:16.428926 [ 197 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
7663 | 2024.08.15 05:37:16.429617 [ 3 ] {cf07ea7b-0678-4f1a-be5f-cfee8b812205} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7664 | 2024.08.15 05:37:16.430620 [ 3 ] {cf07ea7b-0678-4f1a-be5f-cfee8b812205} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7665 | 2024.08.15 05:37:16.430695 [ 3 ] {cf07ea7b-0678-4f1a-be5f-cfee8b812205} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7666 | 2024.08.15 05:37:16.431193 [ 197 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.004015895 sec., 7470.31483641878 rows/sec., 445.01 KiB/sec. | ||
7667 | 2024.08.15 05:37:16.431367 [ 197 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
7668 | 2024.08.15 05:37:16.431463 [ 3 ] {cf07ea7b-0678-4f1a-be5f-cfee8b812205} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7669 | 2024.08.15 05:37:16.432305 [ 197 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_17_4} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7670 | 2024.08.15 05:37:16.432349 [ 3 ] {cf07ea7b-0678-4f1a-be5f-cfee8b812205} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7671 | 2024.08.15 05:37:16.432470 [ 197 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_17_4} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
7672 | 2024.08.15 05:37:16.432674 [ 3 ] {cf07ea7b-0678-4f1a-be5f-cfee8b812205} <Debug> executeQuery: Read 390 rows, 28.33 KiB in 0.004262 sec., 91506.33505396527 rows/sec., 6.49 MiB/sec. | ||
7673 | 2024.08.15 05:37:16.432703 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
7674 | 2024.08.15 05:37:16.432963 [ 3 ] {cf07ea7b-0678-4f1a-be5f-cfee8b812205} <Debug> DynamicQueryHandler: Done processing query | ||
7675 | 2024.08.15 05:37:16.432992 [ 3 ] {cf07ea7b-0678-4f1a-be5f-cfee8b812205} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
7676 | 2024.08.15 05:37:16.433008 [ 3 ] {} <Debug> HTTP-Session: 5ce3888f-960c-47ab-b695-92274082849d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7677 | 2024.08.15 05:37:16.433259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7678 | 2024.08.15 05:37:16.433309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7679 | 2024.08.15 05:37:16.433329 [ 3 ] {} <Debug> HTTP-Session: 9fb1ac7a-401b-4f49-b6a0-a8f4238e8c8a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7680 | 2024.08.15 05:37:16.433345 [ 3 ] {} <Debug> HTTP-Session: 9fb1ac7a-401b-4f49-b6a0-a8f4238e8c8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7681 | 2024.08.15 05:37:16.433359 [ 3 ] {} <Debug> HTTP-Session: 9fb1ac7a-401b-4f49-b6a0-a8f4238e8c8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7682 | 2024.08.15 05:37:16.433389 [ 3 ] {} <Trace> HTTP-Session: 9fb1ac7a-401b-4f49-b6a0-a8f4238e8c8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7683 | 2024.08.15 05:37:16.433484 [ 3 ] {4f7d161c-1ea4-44b3-b65d-470250fb3a53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7684 | 2024.08.15 05:37:16.433528 [ 3 ] {4f7d161c-1ea4-44b3-b65d-470250fb3a53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7685 | 2024.08.15 05:37:16.433666 [ 3 ] {4f7d161c-1ea4-44b3-b65d-470250fb3a53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7686 | 2024.08.15 05:37:16.433921 [ 3 ] {4f7d161c-1ea4-44b3-b65d-470250fb3a53} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7687 | 2024.08.15 05:37:16.433958 [ 3 ] {4f7d161c-1ea4-44b3-b65d-470250fb3a53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7688 | 2024.08.15 05:37:16.434314 [ 3 ] {4f7d161c-1ea4-44b3-b65d-470250fb3a53} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7689 | 2024.08.15 05:37:16.434631 [ 3 ] {4f7d161c-1ea4-44b3-b65d-470250fb3a53} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7690 | 2024.08.15 05:37:16.434782 [ 3 ] {4f7d161c-1ea4-44b3-b65d-470250fb3a53} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001316 sec., 4559.270516717325 rows/sec., 238.20 KiB/sec. | ||
7691 | 2024.08.15 05:37:16.434949 [ 3 ] {4f7d161c-1ea4-44b3-b65d-470250fb3a53} <Debug> DynamicQueryHandler: Done processing query | ||
7692 | 2024.08.15 05:37:16.434973 [ 3 ] {4f7d161c-1ea4-44b3-b65d-470250fb3a53} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7693 | 2024.08.15 05:37:16.434988 [ 3 ] {} <Debug> HTTP-Session: 9fb1ac7a-401b-4f49-b6a0-a8f4238e8c8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7694 | 2024.08.15 05:37:16.435132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 44989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7695 | 2024.08.15 05:37:16.435179 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7696 | 2024.08.15 05:37:16.435198 [ 3 ] {} <Debug> HTTP-Session: f21f5b72-0d4e-4868-a9f2-8f0c01c44c8f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7697 | 2024.08.15 05:37:16.435214 [ 3 ] {} <Debug> HTTP-Session: f21f5b72-0d4e-4868-a9f2-8f0c01c44c8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7698 | 2024.08.15 05:37:16.435227 [ 3 ] {} <Debug> HTTP-Session: f21f5b72-0d4e-4868-a9f2-8f0c01c44c8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7699 | 2024.08.15 05:37:16.435257 [ 3 ] {} <Trace> HTTP-Session: f21f5b72-0d4e-4868-a9f2-8f0c01c44c8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7700 | 2024.08.15 05:37:16.435528 [ 3 ] {151b3d4f-493a-450a-a286-041b2e5ff0d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7701 | 2024.08.15 05:37:16.435575 [ 3 ] {151b3d4f-493a-450a-a286-041b2e5ff0d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7702 | 2024.08.15 05:37:16.435721 [ 3 ] {151b3d4f-493a-450a-a286-041b2e5ff0d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7703 | 2024.08.15 05:37:16.436153 [ 3 ] {151b3d4f-493a-450a-a286-041b2e5ff0d7} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7704 | 2024.08.15 05:37:16.436190 [ 3 ] {151b3d4f-493a-450a-a286-041b2e5ff0d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7705 | 2024.08.15 05:37:16.436562 [ 3 ] {151b3d4f-493a-450a-a286-041b2e5ff0d7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7706 | 2024.08.15 05:37:16.436893 [ 3 ] {151b3d4f-493a-450a-a286-041b2e5ff0d7} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7707 | 2024.08.15 05:37:16.437040 [ 3 ] {151b3d4f-493a-450a-a286-041b2e5ff0d7} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001685 sec., 141839.76261127595 rows/sec., 9.51 MiB/sec. | ||
7708 | 2024.08.15 05:37:16.437340 [ 3 ] {151b3d4f-493a-450a-a286-041b2e5ff0d7} <Debug> DynamicQueryHandler: Done processing query | ||
7709 | 2024.08.15 05:37:16.437389 [ 3 ] {151b3d4f-493a-450a-a286-041b2e5ff0d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7710 | 2024.08.15 05:37:16.437429 [ 3 ] {} <Debug> HTTP-Session: f21f5b72-0d4e-4868-a9f2-8f0c01c44c8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7711 | 2024.08.15 05:37:16.437625 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7712 | 2024.08.15 05:37:16.437675 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7713 | 2024.08.15 05:37:16.437694 [ 3 ] {} <Debug> HTTP-Session: 516bef27-cb8a-480c-a192-05d159c83b10 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7714 | 2024.08.15 05:37:16.437710 [ 3 ] {} <Debug> HTTP-Session: 516bef27-cb8a-480c-a192-05d159c83b10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7715 | 2024.08.15 05:37:16.437724 [ 3 ] {} <Debug> HTTP-Session: 516bef27-cb8a-480c-a192-05d159c83b10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7716 | 2024.08.15 05:37:16.437754 [ 3 ] {} <Trace> HTTP-Session: 516bef27-cb8a-480c-a192-05d159c83b10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7717 | 2024.08.15 05:37:16.437847 [ 3 ] {b2de0662-8c3b-420d-b7f1-e0d148aa9b71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
7718 | 2024.08.15 05:37:16.437893 [ 3 ] {b2de0662-8c3b-420d-b7f1-e0d148aa9b71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7719 | 2024.08.15 05:37:16.438039 [ 3 ] {b2de0662-8c3b-420d-b7f1-e0d148aa9b71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7720 | 2024.08.15 05:37:16.438285 [ 3 ] {b2de0662-8c3b-420d-b7f1-e0d148aa9b71} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7721 | 2024.08.15 05:37:16.438322 [ 3 ] {b2de0662-8c3b-420d-b7f1-e0d148aa9b71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7722 | 2024.08.15 05:37:16.438663 [ 3 ] {b2de0662-8c3b-420d-b7f1-e0d148aa9b71} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7723 | 2024.08.15 05:37:16.438976 [ 3 ] {b2de0662-8c3b-420d-b7f1-e0d148aa9b71} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7724 | 2024.08.15 05:37:16.439130 [ 3 ] {b2de0662-8c3b-420d-b7f1-e0d148aa9b71} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001297 sec., 771.0100231303007 rows/sec., 51.95 KiB/sec. | ||
7725 | 2024.08.15 05:37:16.439439 [ 3 ] {b2de0662-8c3b-420d-b7f1-e0d148aa9b71} <Debug> DynamicQueryHandler: Done processing query | ||
7726 | 2024.08.15 05:37:16.439465 [ 3 ] {b2de0662-8c3b-420d-b7f1-e0d148aa9b71} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
7727 | 2024.08.15 05:37:16.439481 [ 3 ] {} <Debug> HTTP-Session: 516bef27-cb8a-480c-a192-05d159c83b10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7728 | 2024.08.15 05:37:16.439646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7729 | 2024.08.15 05:37:16.439695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7730 | 2024.08.15 05:37:16.439714 [ 3 ] {} <Debug> HTTP-Session: 098f595d-b59e-4aca-ab56-6bad98248ba2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7731 | 2024.08.15 05:37:16.439730 [ 3 ] {} <Debug> HTTP-Session: 098f595d-b59e-4aca-ab56-6bad98248ba2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7732 | 2024.08.15 05:37:16.439744 [ 3 ] {} <Debug> HTTP-Session: 098f595d-b59e-4aca-ab56-6bad98248ba2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7733 | 2024.08.15 05:37:16.439774 [ 3 ] {} <Trace> HTTP-Session: 098f595d-b59e-4aca-ab56-6bad98248ba2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7734 | 2024.08.15 05:37:16.439918 [ 3 ] {593451f0-6686-456b-aca3-21e62df6cdbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7735 | 2024.08.15 05:37:16.439989 [ 3 ] {593451f0-6686-456b-aca3-21e62df6cdbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7736 | 2024.08.15 05:37:16.440419 [ 3 ] {593451f0-6686-456b-aca3-21e62df6cdbe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7737 | 2024.08.15 05:37:16.440886 [ 3 ] {593451f0-6686-456b-aca3-21e62df6cdbe} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7738 | 2024.08.15 05:37:16.440922 [ 3 ] {593451f0-6686-456b-aca3-21e62df6cdbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7739 | 2024.08.15 05:37:16.441489 [ 3 ] {593451f0-6686-456b-aca3-21e62df6cdbe} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
7740 | 2024.08.15 05:37:16.441892 [ 3 ] {593451f0-6686-456b-aca3-21e62df6cdbe} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7741 | 2024.08.15 05:37:16.442072 [ 3 ] {593451f0-6686-456b-aca3-21e62df6cdbe} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002217 sec., 1804.2399639152009 rows/sec., 3.23 MiB/sec. | ||
7742 | 2024.08.15 05:37:16.442087 [ 72 ] {} <Debug> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
7743 | 2024.08.15 05:37:16.442217 [ 72 ] {} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7744 | 2024.08.15 05:37:16.442302 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7745 | 2024.08.15 05:37:16.442481 [ 3 ] {593451f0-6686-456b-aca3-21e62df6cdbe} <Debug> DynamicQueryHandler: Done processing query | ||
7746 | 2024.08.15 05:37:16.442496 [ 195 ] {f74056ac-963a-4604-86a0-b4c0a6355317::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 | ||
7747 | 2024.08.15 05:37:16.442510 [ 3 ] {593451f0-6686-456b-aca3-21e62df6cdbe} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
7748 | 2024.08.15 05:37:16.442541 [ 3 ] {} <Debug> HTTP-Session: 098f595d-b59e-4aca-ab56-6bad98248ba2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7749 | 2024.08.15 05:37:16.442701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7750 | 2024.08.15 05:37:16.442775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7751 | 2024.08.15 05:37:16.442811 [ 3 ] {} <Debug> HTTP-Session: f852ee6f-ad56-4a9b-a611-1e1374763784 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7752 | 2024.08.15 05:37:16.442840 [ 3 ] {} <Debug> HTTP-Session: f852ee6f-ad56-4a9b-a611-1e1374763784 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7753 | 2024.08.15 05:37:16.442865 [ 3 ] {} <Debug> HTTP-Session: f852ee6f-ad56-4a9b-a611-1e1374763784 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7754 | 2024.08.15 05:37:16.442916 [ 3 ] {} <Trace> HTTP-Session: f852ee6f-ad56-4a9b-a611-1e1374763784 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7755 | 2024.08.15 05:37:16.442964 [ 195 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7756 | 2024.08.15 05:37:16.443061 [ 195 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 348 rows starting from the beginning of the part | ||
7757 | 2024.08.15 05:37:16.443078 [ 3 ] {d23b1a90-675a-484e-a9f4-a1d3abf1a066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7758 | 2024.08.15 05:37:16.443138 [ 3 ] {d23b1a90-675a-484e-a9f4-a1d3abf1a066} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7759 | 2024.08.15 05:37:16.443564 [ 195 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part | ||
7760 | 2024.08.15 05:37:16.443606 [ 3 ] {d23b1a90-675a-484e-a9f4-a1d3abf1a066} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7761 | 2024.08.15 05:37:16.443955 [ 195 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 26 rows starting from the beginning of the part | ||
7762 | 2024.08.15 05:37:16.444416 [ 195 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
7763 | 2024.08.15 05:37:16.444431 [ 3 ] {d23b1a90-675a-484e-a9f4-a1d3abf1a066} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7764 | 2024.08.15 05:37:16.444478 [ 3 ] {d23b1a90-675a-484e-a9f4-a1d3abf1a066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7765 | 2024.08.15 05:37:16.444739 [ 195 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 26 rows starting from the beginning of the part | ||
7766 | 2024.08.15 05:37:16.445058 [ 195 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part | ||
7767 | 2024.08.15 05:37:16.445293 [ 3 ] {d23b1a90-675a-484e-a9f4-a1d3abf1a066} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7768 | 2024.08.15 05:37:16.445836 [ 3 ] {d23b1a90-675a-484e-a9f4-a1d3abf1a066} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7769 | 2024.08.15 05:37:16.446119 [ 3 ] {d23b1a90-675a-484e-a9f4-a1d3abf1a066} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003086 sec., 26571.613739468565 rows/sec., 1.69 MiB/sec. | ||
7770 | 2024.08.15 05:37:16.446340 [ 3 ] {d23b1a90-675a-484e-a9f4-a1d3abf1a066} <Debug> DynamicQueryHandler: Done processing query | ||
7771 | 2024.08.15 05:37:16.446364 [ 3 ] {d23b1a90-675a-484e-a9f4-a1d3abf1a066} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7772 | 2024.08.15 05:37:16.446383 [ 3 ] {} <Debug> HTTP-Session: f852ee6f-ad56-4a9b-a611-1e1374763784 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7773 | 2024.08.15 05:37:16.448413 [ 188 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 412 rows, containing 19 columns (19 merged, 0 gathered) in 0.005991887 sec., 68759.64116145714 rows/sec., 123.21 MiB/sec. | ||
7774 | 2024.08.15 05:37:16.449235 [ 189 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
7775 | 2024.08.15 05:37:16.449870 [ 189 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7776 | 2024.08.15 05:37:16.449958 [ 189 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
7777 | 2024.08.15 05:37:16.450102 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.07 MiB. | ||
7778 | 2024.08.15 05:37:20.234605 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7779 | 2024.08.15 05:37:20.234679 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7780 | 2024.08.15 05:37:21.407354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7781 | 2024.08.15 05:37:21.407510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7782 | 2024.08.15 05:37:21.407547 [ 3 ] {} <Debug> HTTP-Session: 749020d6-611d-430d-bb22-34f17a2a1fc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7783 | 2024.08.15 05:37:21.407583 [ 3 ] {} <Debug> HTTP-Session: 749020d6-611d-430d-bb22-34f17a2a1fc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7784 | 2024.08.15 05:37:21.407601 [ 3 ] {} <Debug> HTTP-Session: 749020d6-611d-430d-bb22-34f17a2a1fc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7785 | 2024.08.15 05:37:21.407697 [ 3 ] {} <Trace> HTTP-Session: 749020d6-611d-430d-bb22-34f17a2a1fc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7786 | 2024.08.15 05:37:21.407948 [ 3 ] {09c60f9c-dc57-4f4b-a5f8-11b9cbaa3c0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7787 | 2024.08.15 05:37:21.408024 [ 3 ] {09c60f9c-dc57-4f4b-a5f8-11b9cbaa3c0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7788 | 2024.08.15 05:37:21.408234 [ 3 ] {09c60f9c-dc57-4f4b-a5f8-11b9cbaa3c0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7789 | 2024.08.15 05:37:21.408682 [ 3 ] {09c60f9c-dc57-4f4b-a5f8-11b9cbaa3c0e} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7790 | 2024.08.15 05:37:21.408732 [ 3 ] {09c60f9c-dc57-4f4b-a5f8-11b9cbaa3c0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7791 | 2024.08.15 05:37:21.409105 [ 3 ] {09c60f9c-dc57-4f4b-a5f8-11b9cbaa3c0e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
7792 | 2024.08.15 05:37:21.409444 [ 3 ] {09c60f9c-dc57-4f4b-a5f8-11b9cbaa3c0e} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7793 | 2024.08.15 05:37:21.409622 [ 3 ] {09c60f9c-dc57-4f4b-a5f8-11b9cbaa3c0e} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001733 sec., 15002.885170225043 rows/sec., 1.19 MiB/sec. | ||
7794 | 2024.08.15 05:37:21.409846 [ 3 ] {09c60f9c-dc57-4f4b-a5f8-11b9cbaa3c0e} <Debug> DynamicQueryHandler: Done processing query | ||
7795 | 2024.08.15 05:37:21.409873 [ 3 ] {09c60f9c-dc57-4f4b-a5f8-11b9cbaa3c0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7796 | 2024.08.15 05:37:21.409889 [ 3 ] {} <Debug> HTTP-Session: 749020d6-611d-430d-bb22-34f17a2a1fc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7797 | 2024.08.15 05:37:21.410018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7798 | 2024.08.15 05:37:21.410078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7799 | 2024.08.15 05:37:21.410098 [ 3 ] {} <Debug> HTTP-Session: ca0320e2-e048-4eae-8403-ba3963275cb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7800 | 2024.08.15 05:37:21.410117 [ 3 ] {} <Debug> HTTP-Session: ca0320e2-e048-4eae-8403-ba3963275cb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7801 | 2024.08.15 05:37:21.410131 [ 3 ] {} <Debug> HTTP-Session: ca0320e2-e048-4eae-8403-ba3963275cb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7802 | 2024.08.15 05:37:21.410166 [ 3 ] {} <Trace> HTTP-Session: ca0320e2-e048-4eae-8403-ba3963275cb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7803 | 2024.08.15 05:37:21.410270 [ 3 ] {2d75d471-2757-4392-b3bc-ae54b770e207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7804 | 2024.08.15 05:37:21.410318 [ 3 ] {2d75d471-2757-4392-b3bc-ae54b770e207} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7805 | 2024.08.15 05:37:21.410455 [ 3 ] {2d75d471-2757-4392-b3bc-ae54b770e207} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7806 | 2024.08.15 05:37:21.410736 [ 3 ] {2d75d471-2757-4392-b3bc-ae54b770e207} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7807 | 2024.08.15 05:37:21.410774 [ 3 ] {2d75d471-2757-4392-b3bc-ae54b770e207} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7808 | 2024.08.15 05:37:21.411073 [ 3 ] {2d75d471-2757-4392-b3bc-ae54b770e207} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
7809 | 2024.08.15 05:37:21.411391 [ 3 ] {2d75d471-2757-4392-b3bc-ae54b770e207} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7810 | 2024.08.15 05:37:21.411553 [ 3 ] {2d75d471-2757-4392-b3bc-ae54b770e207} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001305 sec., 1532.5670498084291 rows/sec., 124.97 KiB/sec. | ||
7811 | 2024.08.15 05:37:21.411550 [ 66 ] {} <Debug> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
7812 | 2024.08.15 05:37:21.411666 [ 66 ] {} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7813 | 2024.08.15 05:37:21.411715 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7814 | 2024.08.15 05:37:21.411818 [ 3 ] {2d75d471-2757-4392-b3bc-ae54b770e207} <Debug> DynamicQueryHandler: Done processing query | ||
7815 | 2024.08.15 05:37:21.411853 [ 3 ] {2d75d471-2757-4392-b3bc-ae54b770e207} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7816 | 2024.08.15 05:37:21.411861 [ 195 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::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 | ||
7817 | 2024.08.15 05:37:21.411873 [ 3 ] {} <Debug> HTTP-Session: ca0320e2-e048-4eae-8403-ba3963275cb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7818 | 2024.08.15 05:37:21.411987 [ 195 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7819 | 2024.08.15 05:37:21.412018 [ 195 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::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 | ||
7820 | 2024.08.15 05:37:21.412095 [ 195 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
7821 | 2024.08.15 05:37:21.412096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7822 | 2024.08.15 05:37:21.412240 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7823 | 2024.08.15 05:37:21.412339 [ 195 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
7824 | 2024.08.15 05:37:21.412354 [ 3 ] {} <Debug> HTTP-Session: 60846587-e915-4e66-a4d1-3491ec09b553 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7825 | 2024.08.15 05:37:21.412409 [ 3 ] {} <Debug> HTTP-Session: 60846587-e915-4e66-a4d1-3491ec09b553 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7826 | 2024.08.15 05:37:21.412530 [ 3 ] {} <Debug> HTTP-Session: 60846587-e915-4e66-a4d1-3491ec09b553 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7827 | 2024.08.15 05:37:21.412709 [ 195 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::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 | ||
7828 | 2024.08.15 05:37:21.412722 [ 3 ] {} <Trace> HTTP-Session: 60846587-e915-4e66-a4d1-3491ec09b553 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7829 | 2024.08.15 05:37:21.412826 [ 195 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::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 | ||
7830 | 2024.08.15 05:37:21.412981 [ 195 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::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 | ||
7831 | 2024.08.15 05:37:21.413011 [ 3 ] {f1e97a0b-cff6-43f4-92d9-94da5d5c982b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7832 | 2024.08.15 05:37:21.413230 [ 3 ] {f1e97a0b-cff6-43f4-92d9-94da5d5c982b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7833 | 2024.08.15 05:37:21.413643 [ 3 ] {f1e97a0b-cff6-43f4-92d9-94da5d5c982b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7834 | 2024.08.15 05:37:21.414313 [ 3 ] {f1e97a0b-cff6-43f4-92d9-94da5d5c982b} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7835 | 2024.08.15 05:37:21.414358 [ 3 ] {f1e97a0b-cff6-43f4-92d9-94da5d5c982b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7836 | 2024.08.15 05:37:21.414749 [ 189 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002942082 sec., 10876.651296598804 rows/sec., 886.91 KiB/sec. | ||
7837 | 2024.08.15 05:37:21.414867 [ 3 ] {f1e97a0b-cff6-43f4-92d9-94da5d5c982b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7838 | 2024.08.15 05:37:21.414930 [ 199 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
7839 | 2024.08.15 05:37:21.415345 [ 3 ] {f1e97a0b-cff6-43f4-92d9-94da5d5c982b} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7840 | 2024.08.15 05:37:21.415561 [ 66 ] {} <Debug> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7841 | 2024.08.15 05:37:21.415575 [ 3 ] {f1e97a0b-cff6-43f4-92d9-94da5d5c982b} <Debug> executeQuery: Read 135 rows, 11.52 KiB in 0.002693 sec., 50129.96658002228 rows/sec., 4.18 MiB/sec. | ||
7842 | 2024.08.15 05:37:21.415611 [ 199 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_11_2} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7843 | 2024.08.15 05:37:21.415651 [ 66 ] {} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7844 | 2024.08.15 05:37:21.415766 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7845 | 2024.08.15 05:37:21.416004 [ 199 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_11_2} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
7846 | 2024.08.15 05:37:21.416167 [ 3 ] {f1e97a0b-cff6-43f4-92d9-94da5d5c982b} <Debug> DynamicQueryHandler: Done processing query | ||
7847 | 2024.08.15 05:37:21.416284 [ 3 ] {f1e97a0b-cff6-43f4-92d9-94da5d5c982b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7848 | 2024.08.15 05:37:21.416310 [ 187 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::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 | ||
7849 | 2024.08.15 05:37:21.416346 [ 3 ] {} <Debug> HTTP-Session: 60846587-e915-4e66-a4d1-3491ec09b553 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7850 | 2024.08.15 05:37:21.416353 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7851 | 2024.08.15 05:37:21.416642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7852 | 2024.08.15 05:37:21.416833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7853 | 2024.08.15 05:37:21.416930 [ 3 ] {} <Debug> HTTP-Session: 5743f561-6409-47ef-b199-cc89835d70e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7854 | 2024.08.15 05:37:21.417003 [ 187 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7855 | 2024.08.15 05:37:21.417016 [ 3 ] {} <Debug> HTTP-Session: 5743f561-6409-47ef-b199-cc89835d70e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7856 | 2024.08.15 05:37:21.417081 [ 3 ] {} <Debug> HTTP-Session: 5743f561-6409-47ef-b199-cc89835d70e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7857 | 2024.08.15 05:37:21.417113 [ 187 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1427 rows starting from the beginning of the part | ||
7858 | 2024.08.15 05:37:21.417215 [ 3 ] {} <Trace> HTTP-Session: 5743f561-6409-47ef-b199-cc89835d70e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7859 | 2024.08.15 05:37:21.417542 [ 187 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 134 rows starting from the beginning of the part | ||
7860 | 2024.08.15 05:37:21.417705 [ 3 ] {eeb8e7be-65c8-4d47-9003-baeff446f53a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7861 | 2024.08.15 05:37:21.417873 [ 3 ] {eeb8e7be-65c8-4d47-9003-baeff446f53a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7862 | 2024.08.15 05:37:21.417875 [ 187 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 201 rows starting from the beginning of the part | ||
7863 | 2024.08.15 05:37:21.418170 [ 187 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 134 rows starting from the beginning of the part | ||
7864 | 2024.08.15 05:37:21.418368 [ 187 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 203 rows starting from the beginning of the part | ||
7865 | 2024.08.15 05:37:21.418634 [ 187 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 135 rows starting from the beginning of the part | ||
7866 | 2024.08.15 05:37:21.418976 [ 3 ] {eeb8e7be-65c8-4d47-9003-baeff446f53a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7867 | 2024.08.15 05:37:21.419504 [ 3 ] {eeb8e7be-65c8-4d47-9003-baeff446f53a} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7868 | 2024.08.15 05:37:21.419542 [ 3 ] {eeb8e7be-65c8-4d47-9003-baeff446f53a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7869 | 2024.08.15 05:37:21.420016 [ 3 ] {eeb8e7be-65c8-4d47-9003-baeff446f53a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
7870 | 2024.08.15 05:37:21.420451 [ 3 ] {eeb8e7be-65c8-4d47-9003-baeff446f53a} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7871 | 2024.08.15 05:37:21.420690 [ 66 ] {} <Debug> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
7872 | 2024.08.15 05:37:21.420713 [ 3 ] {eeb8e7be-65c8-4d47-9003-baeff446f53a} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003165 sec., 631.9115323854661 rows/sec., 44.12 KiB/sec. | ||
7873 | 2024.08.15 05:37:21.420808 [ 66 ] {} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7874 | 2024.08.15 05:37:21.420990 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7875 | 2024.08.15 05:37:21.421418 [ 3 ] {eeb8e7be-65c8-4d47-9003-baeff446f53a} <Debug> DynamicQueryHandler: Done processing query | ||
7876 | 2024.08.15 05:37:21.421425 [ 192 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2234 rows, containing 4 columns (4 merged, 0 gathered) in 0.005464616 sec., 408811.8908995618 rows/sec., 34.45 MiB/sec. | ||
7877 | 2024.08.15 05:37:21.421451 [ 189 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::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 | ||
7878 | 2024.08.15 05:37:21.421463 [ 3 ] {eeb8e7be-65c8-4d47-9003-baeff446f53a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7879 | 2024.08.15 05:37:21.421556 [ 3 ] {} <Debug> HTTP-Session: 5743f561-6409-47ef-b199-cc89835d70e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7880 | 2024.08.15 05:37:21.421680 [ 189 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7881 | 2024.08.15 05:37:21.421720 [ 189 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::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 | ||
7882 | 2024.08.15 05:37:21.421806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 15624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7883 | 2024.08.15 05:37:21.422010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7884 | 2024.08.15 05:37:21.422075 [ 189 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
7885 | 2024.08.15 05:37:21.422127 [ 3 ] {} <Debug> HTTP-Session: dfed6bd3-021c-4ffe-b65a-7e693b933c2a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7886 | 2024.08.15 05:37:21.422252 [ 3 ] {} <Debug> HTTP-Session: dfed6bd3-021c-4ffe-b65a-7e693b933c2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7887 | 2024.08.15 05:37:21.422358 [ 3 ] {} <Debug> HTTP-Session: dfed6bd3-021c-4ffe-b65a-7e693b933c2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7888 | 2024.08.15 05:37:21.422454 [ 189 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
7889 | 2024.08.15 05:37:21.422502 [ 3 ] {} <Trace> HTTP-Session: dfed6bd3-021c-4ffe-b65a-7e693b933c2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7890 | 2024.08.15 05:37:21.422664 [ 192 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7891 | 2024.08.15 05:37:21.422829 [ 189 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::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 | ||
7892 | 2024.08.15 05:37:21.422931 [ 3 ] {a1fb5b30-9638-4aa9-8a6f-92c0979f3030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7893 | 2024.08.15 05:37:21.423141 [ 189 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::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 | ||
7894 | 2024.08.15 05:37:21.423385 [ 189 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::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 | ||
7895 | 2024.08.15 05:37:21.423522 [ 3 ] {a1fb5b30-9638-4aa9-8a6f-92c0979f3030} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7896 | 2024.08.15 05:37:21.425001 [ 3 ] {a1fb5b30-9638-4aa9-8a6f-92c0979f3030} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7897 | 2024.08.15 05:37:21.425288 [ 192 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_41_8} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7898 | 2024.08.15 05:37:21.425725 [ 192 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_41_8} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7899 | 2024.08.15 05:37:21.426194 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
7900 | 2024.08.15 05:37:21.426478 [ 3 ] {a1fb5b30-9638-4aa9-8a6f-92c0979f3030} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7901 | 2024.08.15 05:37:21.426564 [ 3 ] {a1fb5b30-9638-4aa9-8a6f-92c0979f3030} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7902 | 2024.08.15 05:37:21.427218 [ 186 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.006020157 sec., 5315.475991739086 rows/sec., 371.15 KiB/sec. | ||
7903 | 2024.08.15 05:37:21.427376 [ 3 ] {a1fb5b30-9638-4aa9-8a6f-92c0979f3030} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7904 | 2024.08.15 05:37:21.427430 [ 186 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
7905 | 2024.08.15 05:37:21.428125 [ 3 ] {a1fb5b30-9638-4aa9-8a6f-92c0979f3030} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7906 | 2024.08.15 05:37:21.428422 [ 66 ] {} <Debug> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7907 | 2024.08.15 05:37:21.428442 [ 186 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_11_2} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7908 | 2024.08.15 05:37:21.428500 [ 3 ] {a1fb5b30-9638-4aa9-8a6f-92c0979f3030} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.00572 sec., 16083.916083916083 rows/sec., 1.26 MiB/sec. | ||
7909 | 2024.08.15 05:37:21.428516 [ 66 ] {} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7910 | 2024.08.15 05:37:21.428602 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7911 | 2024.08.15 05:37:21.428739 [ 186 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_11_2} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
7912 | 2024.08.15 05:37:21.429316 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7913 | 2024.08.15 05:37:21.429495 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::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 | ||
7914 | 2024.08.15 05:37:21.429835 [ 3 ] {a1fb5b30-9638-4aa9-8a6f-92c0979f3030} <Debug> DynamicQueryHandler: Done processing query | ||
7915 | 2024.08.15 05:37:21.429993 [ 3 ] {a1fb5b30-9638-4aa9-8a6f-92c0979f3030} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7916 | 2024.08.15 05:37:21.430097 [ 3 ] {} <Debug> HTTP-Session: dfed6bd3-021c-4ffe-b65a-7e693b933c2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7917 | 2024.08.15 05:37:21.430226 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7918 | 2024.08.15 05:37:21.430277 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 902 rows starting from the beginning of the part | ||
7919 | 2024.08.15 05:37:21.430402 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 90 rows starting from the beginning of the part | ||
7920 | 2024.08.15 05:37:21.430432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7921 | 2024.08.15 05:37:21.430660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7922 | 2024.08.15 05:37:21.430722 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 386 rows starting from the beginning of the part | ||
7923 | 2024.08.15 05:37:21.430741 [ 3 ] {} <Debug> HTTP-Session: 6110e56d-3467-46f4-9f1b-47c08b47e042 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7924 | 2024.08.15 05:37:21.430811 [ 3 ] {} <Debug> HTTP-Session: 6110e56d-3467-46f4-9f1b-47c08b47e042 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7925 | 2024.08.15 05:37:21.430887 [ 3 ] {} <Debug> HTTP-Session: 6110e56d-3467-46f4-9f1b-47c08b47e042 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7926 | 2024.08.15 05:37:21.430943 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 90 rows starting from the beginning of the part | ||
7927 | 2024.08.15 05:37:21.431053 [ 3 ] {} <Trace> HTTP-Session: 6110e56d-3467-46f4-9f1b-47c08b47e042 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7928 | 2024.08.15 05:37:21.431244 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 390 rows starting from the beginning of the part | ||
7929 | 2024.08.15 05:37:21.431488 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 92 rows starting from the beginning of the part | ||
7930 | 2024.08.15 05:37:21.431509 [ 3 ] {fa34dd39-06bc-4842-a42e-f2369d1212aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7931 | 2024.08.15 05:37:21.431678 [ 3 ] {fa34dd39-06bc-4842-a42e-f2369d1212aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7932 | 2024.08.15 05:37:21.432365 [ 3 ] {fa34dd39-06bc-4842-a42e-f2369d1212aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7933 | 2024.08.15 05:37:21.433331 [ 3 ] {fa34dd39-06bc-4842-a42e-f2369d1212aa} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7934 | 2024.08.15 05:37:21.433394 [ 3 ] {fa34dd39-06bc-4842-a42e-f2369d1212aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7935 | 2024.08.15 05:37:21.434229 [ 3 ] {fa34dd39-06bc-4842-a42e-f2369d1212aa} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7936 | 2024.08.15 05:37:21.434715 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1950 rows, containing 4 columns (4 merged, 0 gathered) in 0.005963456 sec., 326991.59681902576 rows/sec., 23.78 MiB/sec. | ||
7937 | 2024.08.15 05:37:21.434919 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7938 | 2024.08.15 05:37:21.435082 [ 3 ] {fa34dd39-06bc-4842-a42e-f2369d1212aa} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7939 | 2024.08.15 05:37:21.435340 [ 66 ] {} <Debug> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7940 | 2024.08.15 05:37:21.435437 [ 66 ] {} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7941 | 2024.08.15 05:37:21.435532 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7942 | 2024.08.15 05:37:21.435557 [ 3 ] {fa34dd39-06bc-4842-a42e-f2369d1212aa} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004199 sec., 38342.46249106931 rows/sec., 2.67 MiB/sec. | ||
7943 | 2024.08.15 05:37:21.436007 [ 187 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::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 | ||
7944 | 2024.08.15 05:37:21.436163 [ 3 ] {fa34dd39-06bc-4842-a42e-f2369d1212aa} <Debug> DynamicQueryHandler: Done processing query | ||
7945 | 2024.08.15 05:37:21.436228 [ 3 ] {fa34dd39-06bc-4842-a42e-f2369d1212aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7946 | 2024.08.15 05:37:21.436279 [ 3 ] {} <Debug> HTTP-Session: 6110e56d-3467-46f4-9f1b-47c08b47e042 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7947 | 2024.08.15 05:37:21.436374 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_41_8} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7948 | 2024.08.15 05:37:21.436420 [ 187 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7949 | 2024.08.15 05:37:21.436501 [ 187 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10535 rows starting from the beginning of the part | ||
7950 | 2024.08.15 05:37:21.436576 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_41_8} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7951 | 2024.08.15 05:37:21.436700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 42044, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7952 | 2024.08.15 05:37:21.436884 [ 187 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 158 rows starting from the beginning of the part | ||
7953 | 2024.08.15 05:37:21.436960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7954 | 2024.08.15 05:37:21.437016 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
7955 | 2024.08.15 05:37:21.437119 [ 3 ] {} <Debug> HTTP-Session: d5a8b064-8e37-484d-b567-9ced62fc0056 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7956 | 2024.08.15 05:37:21.437204 [ 187 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 237 rows starting from the beginning of the part | ||
7957 | 2024.08.15 05:37:21.437206 [ 3 ] {} <Debug> HTTP-Session: d5a8b064-8e37-484d-b567-9ced62fc0056 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7958 | 2024.08.15 05:37:21.437262 [ 3 ] {} <Debug> HTTP-Session: d5a8b064-8e37-484d-b567-9ced62fc0056 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7959 | 2024.08.15 05:37:21.437388 [ 3 ] {} <Trace> HTTP-Session: d5a8b064-8e37-484d-b567-9ced62fc0056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7960 | 2024.08.15 05:37:21.437424 [ 187 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part | ||
7961 | 2024.08.15 05:37:21.437680 [ 187 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 239 rows starting from the beginning of the part | ||
7962 | 2024.08.15 05:37:21.437767 [ 187 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 161 rows starting from the beginning of the part | ||
7963 | 2024.08.15 05:37:21.437957 [ 3 ] {e86b3be4-a807-4a55-a54d-a2f15cd29635} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7964 | 2024.08.15 05:37:21.438059 [ 3 ] {e86b3be4-a807-4a55-a54d-a2f15cd29635} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7965 | 2024.08.15 05:37:21.438730 [ 3 ] {e86b3be4-a807-4a55-a54d-a2f15cd29635} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7966 | 2024.08.15 05:37:21.439560 [ 3 ] {e86b3be4-a807-4a55-a54d-a2f15cd29635} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7967 | 2024.08.15 05:37:21.439597 [ 3 ] {e86b3be4-a807-4a55-a54d-a2f15cd29635} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7968 | 2024.08.15 05:37:21.440587 [ 3 ] {e86b3be4-a807-4a55-a54d-a2f15cd29635} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
7969 | 2024.08.15 05:37:21.441016 [ 3 ] {e86b3be4-a807-4a55-a54d-a2f15cd29635} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7970 | 2024.08.15 05:37:21.441225 [ 3 ] {e86b3be4-a807-4a55-a54d-a2f15cd29635} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.003592 sec., 7238.3073496659235 rows/sec., 12.97 MiB/sec. | ||
7971 | 2024.08.15 05:37:21.441468 [ 3 ] {e86b3be4-a807-4a55-a54d-a2f15cd29635} <Debug> DynamicQueryHandler: Done processing query | ||
7972 | 2024.08.15 05:37:21.441518 [ 3 ] {e86b3be4-a807-4a55-a54d-a2f15cd29635} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
7973 | 2024.08.15 05:37:21.441564 [ 3 ] {} <Debug> HTTP-Session: d5a8b064-8e37-484d-b567-9ced62fc0056 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7974 | 2024.08.15 05:37:21.441657 [ 200 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11490 rows, containing 5 columns (5 merged, 0 gathered) in 0.005978806 sec., 1921788.3972150963 rows/sec., 129.93 MiB/sec. | ||
7975 | 2024.08.15 05:37:21.441724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7976 | 2024.08.15 05:37:21.441789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7977 | 2024.08.15 05:37:21.441809 [ 3 ] {} <Debug> HTTP-Session: c1bd03fd-64cc-4c0b-a345-a8928578aafe Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
7978 | 2024.08.15 05:37:21.441825 [ 3 ] {} <Debug> HTTP-Session: c1bd03fd-64cc-4c0b-a345-a8928578aafe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7979 | 2024.08.15 05:37:21.441839 [ 3 ] {} <Debug> HTTP-Session: c1bd03fd-64cc-4c0b-a345-a8928578aafe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7980 | 2024.08.15 05:37:21.441872 [ 3 ] {} <Trace> HTTP-Session: c1bd03fd-64cc-4c0b-a345-a8928578aafe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7981 | 2024.08.15 05:37:21.441999 [ 3 ] {714e22df-5578-4f76-a178-c9bd745b7441} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7982 | 2024.08.15 05:37:21.442049 [ 3 ] {714e22df-5578-4f76-a178-c9bd745b7441} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7983 | 2024.08.15 05:37:21.442247 [ 3 ] {714e22df-5578-4f76-a178-c9bd745b7441} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7984 | 2024.08.15 05:37:21.442328 [ 200 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7985 | 2024.08.15 05:37:21.442835 [ 3 ] {714e22df-5578-4f76-a178-c9bd745b7441} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7986 | 2024.08.15 05:37:21.442944 [ 3 ] {714e22df-5578-4f76-a178-c9bd745b7441} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7987 | 2024.08.15 05:37:21.443342 [ 200 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7988 | 2024.08.15 05:37:21.443537 [ 200 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7989 | 2024.08.15 05:37:21.443708 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB. | ||
7990 | 2024.08.15 05:37:21.443763 [ 3 ] {714e22df-5578-4f76-a178-c9bd745b7441} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7991 | 2024.08.15 05:37:21.444098 [ 3 ] {714e22df-5578-4f76-a178-c9bd745b7441} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7992 | 2024.08.15 05:37:21.444261 [ 3 ] {714e22df-5578-4f76-a178-c9bd745b7441} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002304 sec., 26041.666666666664 rows/sec., 1.76 MiB/sec. | ||
7993 | 2024.08.15 05:37:21.444278 [ 65 ] {} <Debug> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7994 | 2024.08.15 05:37:21.444365 [ 65 ] {} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7995 | 2024.08.15 05:37:21.444413 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7996 | 2024.08.15 05:37:21.444551 [ 3 ] {714e22df-5578-4f76-a178-c9bd745b7441} <Debug> DynamicQueryHandler: Done processing query | ||
7997 | 2024.08.15 05:37:21.444566 [ 187 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
7998 | 2024.08.15 05:37:21.444584 [ 3 ] {714e22df-5578-4f76-a178-c9bd745b7441} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7999 | 2024.08.15 05:37:21.444612 [ 3 ] {} <Debug> HTTP-Session: c1bd03fd-64cc-4c0b-a345-a8928578aafe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8000 | 2024.08.15 05:37:21.444705 [ 187 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8001 | 2024.08.15 05:37:21.444735 [ 187 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2174 rows starting from the beginning of the part | ||
8002 | 2024.08.15 05:37:21.444789 [ 187 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 58 rows starting from the beginning of the part | ||
8003 | 2024.08.15 05:37:21.444928 [ 187 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 82 rows starting from the beginning of the part | ||
8004 | 2024.08.15 05:37:21.445149 [ 187 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part | ||
8005 | 2024.08.15 05:37:21.445325 [ 187 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part | ||
8006 | 2024.08.15 05:37:21.445540 [ 187 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
8007 | 2024.08.15 05:37:21.446677 [ 194 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2516 rows, containing 4 columns (4 merged, 0 gathered) in 0.002174406 sec., 1157097.6165444725 rows/sec., 75.53 MiB/sec. | ||
8008 | 2024.08.15 05:37:21.446887 [ 187 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8009 | 2024.08.15 05:37:21.447252 [ 187 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_41_8} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8010 | 2024.08.15 05:37:21.447324 [ 187 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_41_8} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8011 | 2024.08.15 05:37:21.447389 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
8012 | 2024.08.15 05:37:26.300097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8013 | 2024.08.15 05:37:26.300233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8014 | 2024.08.15 05:37:26.300258 [ 3 ] {} <Debug> HTTP-Session: e57318cf-7b5a-4ac4-87a2-0b0d74c00595 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8015 | 2024.08.15 05:37:26.300283 [ 3 ] {} <Debug> HTTP-Session: e57318cf-7b5a-4ac4-87a2-0b0d74c00595 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8016 | 2024.08.15 05:37:26.300297 [ 3 ] {} <Debug> HTTP-Session: e57318cf-7b5a-4ac4-87a2-0b0d74c00595 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8017 | 2024.08.15 05:37:26.300349 [ 3 ] {} <Trace> HTTP-Session: e57318cf-7b5a-4ac4-87a2-0b0d74c00595 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8018 | 2024.08.15 05:37:26.300530 [ 3 ] {fc1ab598-2bc9-4cfe-a356-e2654af4a0a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8019 | 2024.08.15 05:37:26.300597 [ 3 ] {fc1ab598-2bc9-4cfe-a356-e2654af4a0a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8020 | 2024.08.15 05:37:26.300790 [ 3 ] {fc1ab598-2bc9-4cfe-a356-e2654af4a0a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8021 | 2024.08.15 05:37:26.301191 [ 3 ] {fc1ab598-2bc9-4cfe-a356-e2654af4a0a6} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8022 | 2024.08.15 05:37:26.301232 [ 3 ] {fc1ab598-2bc9-4cfe-a356-e2654af4a0a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8023 | 2024.08.15 05:37:26.301573 [ 3 ] {fc1ab598-2bc9-4cfe-a356-e2654af4a0a6} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
8024 | 2024.08.15 05:37:26.301894 [ 3 ] {fc1ab598-2bc9-4cfe-a356-e2654af4a0a6} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8025 | 2024.08.15 05:37:26.302036 [ 3 ] {fc1ab598-2bc9-4cfe-a356-e2654af4a0a6} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001615 sec., 2476.780185758514 rows/sec., 200.75 KiB/sec. | ||
8026 | 2024.08.15 05:37:26.302294 [ 3 ] {fc1ab598-2bc9-4cfe-a356-e2654af4a0a6} <Debug> DynamicQueryHandler: Done processing query | ||
8027 | 2024.08.15 05:37:26.302320 [ 3 ] {fc1ab598-2bc9-4cfe-a356-e2654af4a0a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8028 | 2024.08.15 05:37:26.302335 [ 3 ] {} <Debug> HTTP-Session: e57318cf-7b5a-4ac4-87a2-0b0d74c00595 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8029 | 2024.08.15 05:37:26.302529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8030 | 2024.08.15 05:37:26.302577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8031 | 2024.08.15 05:37:26.302596 [ 3 ] {} <Debug> HTTP-Session: 210add03-f709-4a89-b4e1-51a1a18c67f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8032 | 2024.08.15 05:37:26.302612 [ 3 ] {} <Debug> HTTP-Session: 210add03-f709-4a89-b4e1-51a1a18c67f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8033 | 2024.08.15 05:37:26.302626 [ 3 ] {} <Debug> HTTP-Session: 210add03-f709-4a89-b4e1-51a1a18c67f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8034 | 2024.08.15 05:37:26.302659 [ 3 ] {} <Trace> HTTP-Session: 210add03-f709-4a89-b4e1-51a1a18c67f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8035 | 2024.08.15 05:37:26.302754 [ 3 ] {b543cc02-e1c0-44ec-a525-2590f7e07174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8036 | 2024.08.15 05:37:26.302798 [ 3 ] {b543cc02-e1c0-44ec-a525-2590f7e07174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8037 | 2024.08.15 05:37:26.302928 [ 3 ] {b543cc02-e1c0-44ec-a525-2590f7e07174} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8038 | 2024.08.15 05:37:26.303225 [ 3 ] {b543cc02-e1c0-44ec-a525-2590f7e07174} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8039 | 2024.08.15 05:37:26.303262 [ 3 ] {b543cc02-e1c0-44ec-a525-2590f7e07174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8040 | 2024.08.15 05:37:26.303561 [ 3 ] {b543cc02-e1c0-44ec-a525-2590f7e07174} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
8041 | 2024.08.15 05:37:26.303879 [ 3 ] {b543cc02-e1c0-44ec-a525-2590f7e07174} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8042 | 2024.08.15 05:37:26.304039 [ 3 ] {b543cc02-e1c0-44ec-a525-2590f7e07174} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00131 sec., 4580.152671755725 rows/sec., 373.48 KiB/sec. | ||
8043 | 2024.08.15 05:37:26.304205 [ 3 ] {b543cc02-e1c0-44ec-a525-2590f7e07174} <Debug> DynamicQueryHandler: Done processing query | ||
8044 | 2024.08.15 05:37:26.304230 [ 3 ] {b543cc02-e1c0-44ec-a525-2590f7e07174} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8045 | 2024.08.15 05:37:26.304246 [ 3 ] {} <Debug> HTTP-Session: 210add03-f709-4a89-b4e1-51a1a18c67f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8046 | 2024.08.15 05:37:26.304559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 196099, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8047 | 2024.08.15 05:37:26.304608 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8048 | 2024.08.15 05:37:26.304627 [ 3 ] {} <Debug> HTTP-Session: a9d34cd7-6d9f-4906-abd5-a96f0aeda6b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8049 | 2024.08.15 05:37:26.304644 [ 3 ] {} <Debug> HTTP-Session: a9d34cd7-6d9f-4906-abd5-a96f0aeda6b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8050 | 2024.08.15 05:37:26.304657 [ 3 ] {} <Debug> HTTP-Session: a9d34cd7-6d9f-4906-abd5-a96f0aeda6b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8051 | 2024.08.15 05:37:26.304688 [ 3 ] {} <Trace> HTTP-Session: a9d34cd7-6d9f-4906-abd5-a96f0aeda6b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8052 | 2024.08.15 05:37:26.305233 [ 3 ] {e2fdf237-b601-4f6b-bd7e-2eb0ad2828ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8053 | 2024.08.15 05:37:26.305287 [ 3 ] {e2fdf237-b601-4f6b-bd7e-2eb0ad2828ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8054 | 2024.08.15 05:37:26.305418 [ 3 ] {e2fdf237-b601-4f6b-bd7e-2eb0ad2828ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8055 | 2024.08.15 05:37:26.306661 [ 3 ] {e2fdf237-b601-4f6b-bd7e-2eb0ad2828ff} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8056 | 2024.08.15 05:37:26.306699 [ 3 ] {e2fdf237-b601-4f6b-bd7e-2eb0ad2828ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8057 | 2024.08.15 05:37:26.307099 [ 3 ] {e2fdf237-b601-4f6b-bd7e-2eb0ad2828ff} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8058 | 2024.08.15 05:37:26.307402 [ 3 ] {e2fdf237-b601-4f6b-bd7e-2eb0ad2828ff} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8059 | 2024.08.15 05:37:26.307525 [ 3 ] {e2fdf237-b601-4f6b-bd7e-2eb0ad2828ff} <Debug> executeQuery: Read 1344 rows, 114.79 KiB in 0.00269 sec., 499628.25278810406 rows/sec., 41.67 MiB/sec. | ||
8060 | 2024.08.15 05:37:26.307691 [ 3 ] {e2fdf237-b601-4f6b-bd7e-2eb0ad2828ff} <Debug> DynamicQueryHandler: Done processing query | ||
8061 | 2024.08.15 05:37:26.307716 [ 3 ] {e2fdf237-b601-4f6b-bd7e-2eb0ad2828ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
8062 | 2024.08.15 05:37:26.307731 [ 3 ] {} <Debug> HTTP-Session: a9d34cd7-6d9f-4906-abd5-a96f0aeda6b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8063 | 2024.08.15 05:37:26.308011 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8064 | 2024.08.15 05:37:26.308060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8065 | 2024.08.15 05:37:26.308079 [ 3 ] {} <Debug> HTTP-Session: c1d7332b-920d-4569-b996-0df2ce4c0875 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8066 | 2024.08.15 05:37:26.308095 [ 3 ] {} <Debug> HTTP-Session: c1d7332b-920d-4569-b996-0df2ce4c0875 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8067 | 2024.08.15 05:37:26.308108 [ 3 ] {} <Debug> HTTP-Session: c1d7332b-920d-4569-b996-0df2ce4c0875 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8068 | 2024.08.15 05:37:26.308140 [ 3 ] {} <Trace> HTTP-Session: c1d7332b-920d-4569-b996-0df2ce4c0875 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8069 | 2024.08.15 05:37:26.308235 [ 3 ] {cbc7d838-4fed-4579-b132-bafae6f15c8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8070 | 2024.08.15 05:37:26.308279 [ 3 ] {cbc7d838-4fed-4579-b132-bafae6f15c8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8071 | 2024.08.15 05:37:26.308406 [ 3 ] {cbc7d838-4fed-4579-b132-bafae6f15c8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8072 | 2024.08.15 05:37:26.308694 [ 3 ] {cbc7d838-4fed-4579-b132-bafae6f15c8a} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8073 | 2024.08.15 05:37:26.308730 [ 3 ] {cbc7d838-4fed-4579-b132-bafae6f15c8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8074 | 2024.08.15 05:37:26.309026 [ 3 ] {cbc7d838-4fed-4579-b132-bafae6f15c8a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
8075 | 2024.08.15 05:37:26.309333 [ 3 ] {cbc7d838-4fed-4579-b132-bafae6f15c8a} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8076 | 2024.08.15 05:37:26.309459 [ 3 ] {cbc7d838-4fed-4579-b132-bafae6f15c8a} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001248 sec., 4807.692307692308 rows/sec., 335.69 KiB/sec. | ||
8077 | 2024.08.15 05:37:26.309726 [ 3 ] {cbc7d838-4fed-4579-b132-bafae6f15c8a} <Debug> DynamicQueryHandler: Done processing query | ||
8078 | 2024.08.15 05:37:26.309753 [ 3 ] {cbc7d838-4fed-4579-b132-bafae6f15c8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8079 | 2024.08.15 05:37:26.309769 [ 3 ] {} <Debug> HTTP-Session: c1d7332b-920d-4569-b996-0df2ce4c0875 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8080 | 2024.08.15 05:37:26.309955 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 32348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8081 | 2024.08.15 05:37:26.310004 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8082 | 2024.08.15 05:37:26.310023 [ 3 ] {} <Debug> HTTP-Session: 27c6cd10-a3f4-43b5-b375-246bba1f79f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8083 | 2024.08.15 05:37:26.310040 [ 3 ] {} <Debug> HTTP-Session: 27c6cd10-a3f4-43b5-b375-246bba1f79f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8084 | 2024.08.15 05:37:26.310054 [ 3 ] {} <Debug> HTTP-Session: 27c6cd10-a3f4-43b5-b375-246bba1f79f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8085 | 2024.08.15 05:37:26.310084 [ 3 ] {} <Trace> HTTP-Session: 27c6cd10-a3f4-43b5-b375-246bba1f79f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8086 | 2024.08.15 05:37:26.310257 [ 3 ] {b4a9ac01-3eb6-42cd-8d7e-b2897fd18298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8087 | 2024.08.15 05:37:26.310300 [ 3 ] {b4a9ac01-3eb6-42cd-8d7e-b2897fd18298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8088 | 2024.08.15 05:37:26.310445 [ 3 ] {b4a9ac01-3eb6-42cd-8d7e-b2897fd18298} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8089 | 2024.08.15 05:37:26.310868 [ 3 ] {b4a9ac01-3eb6-42cd-8d7e-b2897fd18298} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8090 | 2024.08.15 05:37:26.310904 [ 3 ] {b4a9ac01-3eb6-42cd-8d7e-b2897fd18298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8091 | 2024.08.15 05:37:26.311227 [ 3 ] {b4a9ac01-3eb6-42cd-8d7e-b2897fd18298} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8092 | 2024.08.15 05:37:26.311537 [ 3 ] {b4a9ac01-3eb6-42cd-8d7e-b2897fd18298} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8093 | 2024.08.15 05:37:26.311665 [ 3 ] {b4a9ac01-3eb6-42cd-8d7e-b2897fd18298} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001504 sec., 160904.25531914894 rows/sec., 10.90 MiB/sec. | ||
8094 | 2024.08.15 05:37:26.311831 [ 3 ] {b4a9ac01-3eb6-42cd-8d7e-b2897fd18298} <Debug> DynamicQueryHandler: Done processing query | ||
8095 | 2024.08.15 05:37:26.311855 [ 3 ] {b4a9ac01-3eb6-42cd-8d7e-b2897fd18298} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
8096 | 2024.08.15 05:37:26.311871 [ 3 ] {} <Debug> HTTP-Session: 27c6cd10-a3f4-43b5-b375-246bba1f79f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8097 | 2024.08.15 05:37:26.312027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8098 | 2024.08.15 05:37:26.312076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8099 | 2024.08.15 05:37:26.312095 [ 3 ] {} <Debug> HTTP-Session: 9a8ddf68-0acd-4ca0-9b99-fecdf4e278d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8100 | 2024.08.15 05:37:26.312111 [ 3 ] {} <Debug> HTTP-Session: 9a8ddf68-0acd-4ca0-9b99-fecdf4e278d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8101 | 2024.08.15 05:37:26.312125 [ 3 ] {} <Debug> HTTP-Session: 9a8ddf68-0acd-4ca0-9b99-fecdf4e278d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8102 | 2024.08.15 05:37:26.312155 [ 3 ] {} <Trace> HTTP-Session: 9a8ddf68-0acd-4ca0-9b99-fecdf4e278d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8103 | 2024.08.15 05:37:26.312250 [ 3 ] {075e59ed-93c1-48f2-8c02-3eab404889b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
8104 | 2024.08.15 05:37:26.312292 [ 3 ] {075e59ed-93c1-48f2-8c02-3eab404889b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8105 | 2024.08.15 05:37:26.312415 [ 3 ] {075e59ed-93c1-48f2-8c02-3eab404889b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8106 | 2024.08.15 05:37:26.312692 [ 3 ] {075e59ed-93c1-48f2-8c02-3eab404889b8} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8107 | 2024.08.15 05:37:26.312727 [ 3 ] {075e59ed-93c1-48f2-8c02-3eab404889b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8108 | 2024.08.15 05:37:26.313023 [ 3 ] {075e59ed-93c1-48f2-8c02-3eab404889b8} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8109 | 2024.08.15 05:37:26.313332 [ 3 ] {075e59ed-93c1-48f2-8c02-3eab404889b8} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8110 | 2024.08.15 05:37:26.313454 [ 3 ] {075e59ed-93c1-48f2-8c02-3eab404889b8} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001227 sec., 4889.975550122249 rows/sec., 288.91 KiB/sec. | ||
8111 | 2024.08.15 05:37:26.313614 [ 3 ] {075e59ed-93c1-48f2-8c02-3eab404889b8} <Debug> DynamicQueryHandler: Done processing query | ||
8112 | 2024.08.15 05:37:26.313638 [ 3 ] {075e59ed-93c1-48f2-8c02-3eab404889b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8113 | 2024.08.15 05:37:26.313653 [ 3 ] {} <Debug> HTTP-Session: 9a8ddf68-0acd-4ca0-9b99-fecdf4e278d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8114 | 2024.08.15 05:37:26.313908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 138449, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8115 | 2024.08.15 05:37:26.313956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8116 | 2024.08.15 05:37:26.313975 [ 3 ] {} <Debug> HTTP-Session: f689d0bf-36b5-44a8-854f-0cc17d76d3aa Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8117 | 2024.08.15 05:37:26.313992 [ 3 ] {} <Debug> HTTP-Session: f689d0bf-36b5-44a8-854f-0cc17d76d3aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8118 | 2024.08.15 05:37:26.314005 [ 3 ] {} <Debug> HTTP-Session: f689d0bf-36b5-44a8-854f-0cc17d76d3aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8119 | 2024.08.15 05:37:26.314035 [ 3 ] {} <Trace> HTTP-Session: f689d0bf-36b5-44a8-854f-0cc17d76d3aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8120 | 2024.08.15 05:37:26.314460 [ 3 ] {6ffa6086-540f-4070-938c-326150e3c82b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8121 | 2024.08.15 05:37:26.314509 [ 3 ] {6ffa6086-540f-4070-938c-326150e3c82b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8122 | 2024.08.15 05:37:26.314632 [ 3 ] {6ffa6086-540f-4070-938c-326150e3c82b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8123 | 2024.08.15 05:37:26.315410 [ 3 ] {6ffa6086-540f-4070-938c-326150e3c82b} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8124 | 2024.08.15 05:37:26.315448 [ 3 ] {6ffa6086-540f-4070-938c-326150e3c82b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8125 | 2024.08.15 05:37:26.315796 [ 3 ] {6ffa6086-540f-4070-938c-326150e3c82b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8126 | 2024.08.15 05:37:26.316102 [ 3 ] {6ffa6086-540f-4070-938c-326150e3c82b} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8127 | 2024.08.15 05:37:26.316229 [ 3 ] {6ffa6086-540f-4070-938c-326150e3c82b} <Debug> executeQuery: Read 848 rows, 62.78 KiB in 0.00205 sec., 413658.53658536583 rows/sec., 29.91 MiB/sec. | ||
8128 | 2024.08.15 05:37:26.316490 [ 3 ] {6ffa6086-540f-4070-938c-326150e3c82b} <Debug> DynamicQueryHandler: Done processing query | ||
8129 | 2024.08.15 05:37:26.316542 [ 3 ] {6ffa6086-540f-4070-938c-326150e3c82b} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
8130 | 2024.08.15 05:37:26.316577 [ 3 ] {} <Debug> HTTP-Session: f689d0bf-36b5-44a8-854f-0cc17d76d3aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8131 | 2024.08.15 05:37:26.316867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8132 | 2024.08.15 05:37:26.316918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8133 | 2024.08.15 05:37:26.316936 [ 3 ] {} <Debug> HTTP-Session: 94fa1be0-8868-4275-95a4-88e99c17b2bb Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8134 | 2024.08.15 05:37:26.316953 [ 3 ] {} <Debug> HTTP-Session: 94fa1be0-8868-4275-95a4-88e99c17b2bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8135 | 2024.08.15 05:37:26.316966 [ 3 ] {} <Debug> HTTP-Session: 94fa1be0-8868-4275-95a4-88e99c17b2bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8136 | 2024.08.15 05:37:26.316996 [ 3 ] {} <Trace> HTTP-Session: 94fa1be0-8868-4275-95a4-88e99c17b2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8137 | 2024.08.15 05:37:26.317094 [ 3 ] {999f8111-e52a-40e4-b558-dc3de7e4edd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8138 | 2024.08.15 05:37:26.317139 [ 3 ] {999f8111-e52a-40e4-b558-dc3de7e4edd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8139 | 2024.08.15 05:37:26.317282 [ 3 ] {999f8111-e52a-40e4-b558-dc3de7e4edd5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8140 | 2024.08.15 05:37:26.317547 [ 3 ] {999f8111-e52a-40e4-b558-dc3de7e4edd5} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8141 | 2024.08.15 05:37:26.317582 [ 3 ] {999f8111-e52a-40e4-b558-dc3de7e4edd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8142 | 2024.08.15 05:37:26.317934 [ 3 ] {999f8111-e52a-40e4-b558-dc3de7e4edd5} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8143 | 2024.08.15 05:37:26.318249 [ 3 ] {999f8111-e52a-40e4-b558-dc3de7e4edd5} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8144 | 2024.08.15 05:37:26.318376 [ 3 ] {999f8111-e52a-40e4-b558-dc3de7e4edd5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001307 sec., 4590.665646518745 rows/sec., 239.84 KiB/sec. | ||
8145 | 2024.08.15 05:37:26.318533 [ 3 ] {999f8111-e52a-40e4-b558-dc3de7e4edd5} <Debug> DynamicQueryHandler: Done processing query | ||
8146 | 2024.08.15 05:37:26.318558 [ 3 ] {999f8111-e52a-40e4-b558-dc3de7e4edd5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8147 | 2024.08.15 05:37:26.318573 [ 3 ] {} <Debug> HTTP-Session: 94fa1be0-8868-4275-95a4-88e99c17b2bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8148 | 2024.08.15 05:37:26.318834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 174837, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8149 | 2024.08.15 05:37:26.318882 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8150 | 2024.08.15 05:37:26.318902 [ 3 ] {} <Debug> HTTP-Session: 28258a43-313e-4c70-ba13-b1bf4048348b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8151 | 2024.08.15 05:37:26.318918 [ 3 ] {} <Debug> HTTP-Session: 28258a43-313e-4c70-ba13-b1bf4048348b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8152 | 2024.08.15 05:37:26.318932 [ 3 ] {} <Debug> HTTP-Session: 28258a43-313e-4c70-ba13-b1bf4048348b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8153 | 2024.08.15 05:37:26.318962 [ 3 ] {} <Trace> HTTP-Session: 28258a43-313e-4c70-ba13-b1bf4048348b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8154 | 2024.08.15 05:37:26.319373 [ 3 ] {08c64a97-056b-4d72-96fb-879b3e6fc22f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8155 | 2024.08.15 05:37:26.319419 [ 3 ] {08c64a97-056b-4d72-96fb-879b3e6fc22f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8156 | 2024.08.15 05:37:26.319558 [ 3 ] {08c64a97-056b-4d72-96fb-879b3e6fc22f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8157 | 2024.08.15 05:37:26.320403 [ 3 ] {08c64a97-056b-4d72-96fb-879b3e6fc22f} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8158 | 2024.08.15 05:37:26.320439 [ 3 ] {08c64a97-056b-4d72-96fb-879b3e6fc22f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8159 | 2024.08.15 05:37:26.320862 [ 3 ] {08c64a97-056b-4d72-96fb-879b3e6fc22f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8160 | 2024.08.15 05:37:26.321236 [ 3 ] {08c64a97-056b-4d72-96fb-879b3e6fc22f} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8161 | 2024.08.15 05:37:26.321372 [ 3 ] {08c64a97-056b-4d72-96fb-879b3e6fc22f} <Debug> executeQuery: Read 924 rows, 63.24 KiB in 0.00226 sec., 408849.5575221239 rows/sec., 27.32 MiB/sec. | ||
8162 | 2024.08.15 05:37:26.321536 [ 3 ] {08c64a97-056b-4d72-96fb-879b3e6fc22f} <Debug> DynamicQueryHandler: Done processing query | ||
8163 | 2024.08.15 05:37:26.321561 [ 3 ] {08c64a97-056b-4d72-96fb-879b3e6fc22f} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
8164 | 2024.08.15 05:37:26.321578 [ 3 ] {} <Debug> HTTP-Session: 28258a43-313e-4c70-ba13-b1bf4048348b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8165 | 2024.08.15 05:37:26.321917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8166 | 2024.08.15 05:37:26.321966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8167 | 2024.08.15 05:37:26.321984 [ 3 ] {} <Debug> HTTP-Session: b98463c1-6b69-451f-908b-d23cdf75416c Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8168 | 2024.08.15 05:37:26.322001 [ 3 ] {} <Debug> HTTP-Session: b98463c1-6b69-451f-908b-d23cdf75416c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8169 | 2024.08.15 05:37:26.322015 [ 3 ] {} <Debug> HTTP-Session: b98463c1-6b69-451f-908b-d23cdf75416c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8170 | 2024.08.15 05:37:26.322044 [ 3 ] {} <Trace> HTTP-Session: b98463c1-6b69-451f-908b-d23cdf75416c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8171 | 2024.08.15 05:37:26.322134 [ 3 ] {92151e99-f569-4726-813b-02ff1e33cea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
8172 | 2024.08.15 05:37:26.322178 [ 3 ] {92151e99-f569-4726-813b-02ff1e33cea2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8173 | 2024.08.15 05:37:26.322307 [ 3 ] {92151e99-f569-4726-813b-02ff1e33cea2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8174 | 2024.08.15 05:37:26.322568 [ 3 ] {92151e99-f569-4726-813b-02ff1e33cea2} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8175 | 2024.08.15 05:37:26.322603 [ 3 ] {92151e99-f569-4726-813b-02ff1e33cea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8176 | 2024.08.15 05:37:26.322942 [ 3 ] {92151e99-f569-4726-813b-02ff1e33cea2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8177 | 2024.08.15 05:37:26.323260 [ 3 ] {92151e99-f569-4726-813b-02ff1e33cea2} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8178 | 2024.08.15 05:37:26.323385 [ 3 ] {92151e99-f569-4726-813b-02ff1e33cea2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001271 sec., 786.7820613690008 rows/sec., 53.02 KiB/sec. | ||
8179 | 2024.08.15 05:37:26.323547 [ 3 ] {92151e99-f569-4726-813b-02ff1e33cea2} <Debug> DynamicQueryHandler: Done processing query | ||
8180 | 2024.08.15 05:37:26.323572 [ 3 ] {92151e99-f569-4726-813b-02ff1e33cea2} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
8181 | 2024.08.15 05:37:26.323588 [ 3 ] {} <Debug> HTTP-Session: b98463c1-6b69-451f-908b-d23cdf75416c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8182 | 2024.08.15 05:37:26.323705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8183 | 2024.08.15 05:37:26.323752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8184 | 2024.08.15 05:37:26.323771 [ 3 ] {} <Debug> HTTP-Session: 0da1425d-373d-4a2e-8c40-c4a053848510 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8185 | 2024.08.15 05:37:26.323787 [ 3 ] {} <Debug> HTTP-Session: 0da1425d-373d-4a2e-8c40-c4a053848510 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8186 | 2024.08.15 05:37:26.323800 [ 3 ] {} <Debug> HTTP-Session: 0da1425d-373d-4a2e-8c40-c4a053848510 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8187 | 2024.08.15 05:37:26.323830 [ 3 ] {} <Trace> HTTP-Session: 0da1425d-373d-4a2e-8c40-c4a053848510 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8188 | 2024.08.15 05:37:26.323950 [ 3 ] {255ade73-fb3b-420c-999f-f716afb8b92a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8189 | 2024.08.15 05:37:26.324011 [ 3 ] {255ade73-fb3b-420c-999f-f716afb8b92a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8190 | 2024.08.15 05:37:26.324418 [ 3 ] {255ade73-fb3b-420c-999f-f716afb8b92a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8191 | 2024.08.15 05:37:26.324852 [ 3 ] {255ade73-fb3b-420c-999f-f716afb8b92a} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8192 | 2024.08.15 05:37:26.324888 [ 3 ] {255ade73-fb3b-420c-999f-f716afb8b92a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8193 | 2024.08.15 05:37:26.325457 [ 3 ] {255ade73-fb3b-420c-999f-f716afb8b92a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
8194 | 2024.08.15 05:37:26.325850 [ 3 ] {255ade73-fb3b-420c-999f-f716afb8b92a} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8195 | 2024.08.15 05:37:26.326010 [ 3 ] {255ade73-fb3b-420c-999f-f716afb8b92a} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.00211 sec., 1895.7345971563982 rows/sec., 3.40 MiB/sec. | ||
8196 | 2024.08.15 05:37:26.326209 [ 3 ] {255ade73-fb3b-420c-999f-f716afb8b92a} <Debug> DynamicQueryHandler: Done processing query | ||
8197 | 2024.08.15 05:37:26.326234 [ 3 ] {255ade73-fb3b-420c-999f-f716afb8b92a} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
8198 | 2024.08.15 05:37:26.326249 [ 3 ] {} <Debug> HTTP-Session: 0da1425d-373d-4a2e-8c40-c4a053848510 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8199 | 2024.08.15 05:37:26.326378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8200 | 2024.08.15 05:37:26.326441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8201 | 2024.08.15 05:37:26.326469 [ 3 ] {} <Debug> HTTP-Session: 4082d35a-b80d-41fc-bcfe-076e3a1a23e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8202 | 2024.08.15 05:37:26.326495 [ 3 ] {} <Debug> HTTP-Session: 4082d35a-b80d-41fc-bcfe-076e3a1a23e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8203 | 2024.08.15 05:37:26.326517 [ 3 ] {} <Debug> HTTP-Session: 4082d35a-b80d-41fc-bcfe-076e3a1a23e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8204 | 2024.08.15 05:37:26.326559 [ 3 ] {} <Trace> HTTP-Session: 4082d35a-b80d-41fc-bcfe-076e3a1a23e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8205 | 2024.08.15 05:37:26.326712 [ 3 ] {0c605a4f-326c-4216-a918-9392a8da9d8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8206 | 2024.08.15 05:37:26.326772 [ 3 ] {0c605a4f-326c-4216-a918-9392a8da9d8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8207 | 2024.08.15 05:37:26.326948 [ 3 ] {0c605a4f-326c-4216-a918-9392a8da9d8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8208 | 2024.08.15 05:37:26.327281 [ 3 ] {0c605a4f-326c-4216-a918-9392a8da9d8f} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8209 | 2024.08.15 05:37:26.327318 [ 3 ] {0c605a4f-326c-4216-a918-9392a8da9d8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8210 | 2024.08.15 05:37:26.327680 [ 3 ] {0c605a4f-326c-4216-a918-9392a8da9d8f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8211 | 2024.08.15 05:37:26.327999 [ 3 ] {0c605a4f-326c-4216-a918-9392a8da9d8f} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8212 | 2024.08.15 05:37:26.328121 [ 3 ] {0c605a4f-326c-4216-a918-9392a8da9d8f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001468 sec., 55858.310626703 rows/sec., 3.55 MiB/sec. | ||
8213 | 2024.08.15 05:37:26.328383 [ 3 ] {0c605a4f-326c-4216-a918-9392a8da9d8f} <Debug> DynamicQueryHandler: Done processing query | ||
8214 | 2024.08.15 05:37:26.328433 [ 3 ] {0c605a4f-326c-4216-a918-9392a8da9d8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8215 | 2024.08.15 05:37:26.328470 [ 3 ] {} <Debug> HTTP-Session: 4082d35a-b80d-41fc-bcfe-076e3a1a23e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8216 | 2024.08.15 05:37:31.407486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8217 | 2024.08.15 05:37:31.407623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8218 | 2024.08.15 05:37:31.407648 [ 3 ] {} <Debug> HTTP-Session: 7840ebfe-2d83-40a7-945d-e56082c9a3cf Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8219 | 2024.08.15 05:37:31.407674 [ 3 ] {} <Debug> HTTP-Session: 7840ebfe-2d83-40a7-945d-e56082c9a3cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8220 | 2024.08.15 05:37:31.407688 [ 3 ] {} <Debug> HTTP-Session: 7840ebfe-2d83-40a7-945d-e56082c9a3cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8221 | 2024.08.15 05:37:31.407738 [ 3 ] {} <Trace> HTTP-Session: 7840ebfe-2d83-40a7-945d-e56082c9a3cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8222 | 2024.08.15 05:37:31.407924 [ 3 ] {fc6a2ba5-cd3d-4528-aefa-665f9da49ea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8223 | 2024.08.15 05:37:31.407991 [ 3 ] {fc6a2ba5-cd3d-4528-aefa-665f9da49ea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8224 | 2024.08.15 05:37:31.408187 [ 3 ] {fc6a2ba5-cd3d-4528-aefa-665f9da49ea7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8225 | 2024.08.15 05:37:31.408600 [ 3 ] {fc6a2ba5-cd3d-4528-aefa-665f9da49ea7} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8226 | 2024.08.15 05:37:31.408642 [ 3 ] {fc6a2ba5-cd3d-4528-aefa-665f9da49ea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8227 | 2024.08.15 05:37:31.409005 [ 3 ] {fc6a2ba5-cd3d-4528-aefa-665f9da49ea7} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
8228 | 2024.08.15 05:37:31.409331 [ 3 ] {fc6a2ba5-cd3d-4528-aefa-665f9da49ea7} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8229 | 2024.08.15 05:37:31.409484 [ 3 ] {fc6a2ba5-cd3d-4528-aefa-665f9da49ea7} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001619 sec., 16059.29586164299 rows/sec., 1.27 MiB/sec. | ||
8230 | 2024.08.15 05:37:31.409788 [ 3 ] {fc6a2ba5-cd3d-4528-aefa-665f9da49ea7} <Debug> DynamicQueryHandler: Done processing query | ||
8231 | 2024.08.15 05:37:31.409842 [ 3 ] {fc6a2ba5-cd3d-4528-aefa-665f9da49ea7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8232 | 2024.08.15 05:37:31.409885 [ 3 ] {} <Debug> HTTP-Session: 7840ebfe-2d83-40a7-945d-e56082c9a3cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8233 | 2024.08.15 05:37:31.410068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8234 | 2024.08.15 05:37:31.410120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8235 | 2024.08.15 05:37:31.410140 [ 3 ] {} <Debug> HTTP-Session: d6b6f501-f873-44ed-be56-beaab7f36e2d Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8236 | 2024.08.15 05:37:31.410158 [ 3 ] {} <Debug> HTTP-Session: d6b6f501-f873-44ed-be56-beaab7f36e2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8237 | 2024.08.15 05:37:31.410172 [ 3 ] {} <Debug> HTTP-Session: d6b6f501-f873-44ed-be56-beaab7f36e2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8238 | 2024.08.15 05:37:31.410204 [ 3 ] {} <Trace> HTTP-Session: d6b6f501-f873-44ed-be56-beaab7f36e2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8239 | 2024.08.15 05:37:31.410305 [ 3 ] {86f81baf-1225-4dca-9582-1a75803e46da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8240 | 2024.08.15 05:37:31.410350 [ 3 ] {86f81baf-1225-4dca-9582-1a75803e46da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8241 | 2024.08.15 05:37:31.410495 [ 3 ] {86f81baf-1225-4dca-9582-1a75803e46da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8242 | 2024.08.15 05:37:31.410794 [ 3 ] {86f81baf-1225-4dca-9582-1a75803e46da} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8243 | 2024.08.15 05:37:31.410830 [ 3 ] {86f81baf-1225-4dca-9582-1a75803e46da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8244 | 2024.08.15 05:37:31.411127 [ 3 ] {86f81baf-1225-4dca-9582-1a75803e46da} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
8245 | 2024.08.15 05:37:31.411426 [ 3 ] {86f81baf-1225-4dca-9582-1a75803e46da} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8246 | 2024.08.15 05:37:31.411586 [ 3 ] {86f81baf-1225-4dca-9582-1a75803e46da} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001302 sec., 1536.0983102918588 rows/sec., 125.26 KiB/sec. | ||
8247 | 2024.08.15 05:37:31.411751 [ 3 ] {86f81baf-1225-4dca-9582-1a75803e46da} <Debug> DynamicQueryHandler: Done processing query | ||
8248 | 2024.08.15 05:37:31.411777 [ 3 ] {86f81baf-1225-4dca-9582-1a75803e46da} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8249 | 2024.08.15 05:37:31.411793 [ 3 ] {} <Debug> HTTP-Session: d6b6f501-f873-44ed-be56-beaab7f36e2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8250 | 2024.08.15 05:37:31.411930 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8251 | 2024.08.15 05:37:31.411979 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8252 | 2024.08.15 05:37:31.411998 [ 3 ] {} <Debug> HTTP-Session: 5c0d29ab-4cea-48c2-a2eb-5fd49a3c5c24 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8253 | 2024.08.15 05:37:31.412016 [ 3 ] {} <Debug> HTTP-Session: 5c0d29ab-4cea-48c2-a2eb-5fd49a3c5c24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8254 | 2024.08.15 05:37:31.412029 [ 3 ] {} <Debug> HTTP-Session: 5c0d29ab-4cea-48c2-a2eb-5fd49a3c5c24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8255 | 2024.08.15 05:37:31.412059 [ 3 ] {} <Trace> HTTP-Session: 5c0d29ab-4cea-48c2-a2eb-5fd49a3c5c24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8256 | 2024.08.15 05:37:31.412190 [ 3 ] {ea37eb9f-5d74-4e7e-b88b-06d788f208b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8257 | 2024.08.15 05:37:31.412232 [ 3 ] {ea37eb9f-5d74-4e7e-b88b-06d788f208b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8258 | 2024.08.15 05:37:31.412356 [ 3 ] {ea37eb9f-5d74-4e7e-b88b-06d788f208b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8259 | 2024.08.15 05:37:31.412698 [ 3 ] {ea37eb9f-5d74-4e7e-b88b-06d788f208b0} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8260 | 2024.08.15 05:37:31.412736 [ 3 ] {ea37eb9f-5d74-4e7e-b88b-06d788f208b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8261 | 2024.08.15 05:37:31.413060 [ 3 ] {ea37eb9f-5d74-4e7e-b88b-06d788f208b0} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8262 | 2024.08.15 05:37:31.413355 [ 3 ] {ea37eb9f-5d74-4e7e-b88b-06d788f208b0} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8263 | 2024.08.15 05:37:31.413505 [ 3 ] {ea37eb9f-5d74-4e7e-b88b-06d788f208b0} <Debug> executeQuery: Read 135 rows, 11.52 KiB in 0.001367 sec., 98756.40087783468 rows/sec., 8.23 MiB/sec. | ||
8264 | 2024.08.15 05:37:31.413778 [ 3 ] {ea37eb9f-5d74-4e7e-b88b-06d788f208b0} <Debug> DynamicQueryHandler: Done processing query | ||
8265 | 2024.08.15 05:37:31.413837 [ 3 ] {ea37eb9f-5d74-4e7e-b88b-06d788f208b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8266 | 2024.08.15 05:37:31.413893 [ 3 ] {} <Debug> HTTP-Session: 5c0d29ab-4cea-48c2-a2eb-5fd49a3c5c24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8267 | 2024.08.15 05:37:31.414063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8268 | 2024.08.15 05:37:31.414114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8269 | 2024.08.15 05:37:31.414133 [ 3 ] {} <Debug> HTTP-Session: 260e5fd1-ab61-453d-aea0-792bc5d1576b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8270 | 2024.08.15 05:37:31.414151 [ 3 ] {} <Debug> HTTP-Session: 260e5fd1-ab61-453d-aea0-792bc5d1576b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8271 | 2024.08.15 05:37:31.414165 [ 3 ] {} <Debug> HTTP-Session: 260e5fd1-ab61-453d-aea0-792bc5d1576b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8272 | 2024.08.15 05:37:31.414196 [ 3 ] {} <Trace> HTTP-Session: 260e5fd1-ab61-453d-aea0-792bc5d1576b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8273 | 2024.08.15 05:37:31.414317 [ 3 ] {2a15aad5-8d4e-4500-9f34-18b236cee9d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8274 | 2024.08.15 05:37:31.414366 [ 3 ] {2a15aad5-8d4e-4500-9f34-18b236cee9d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8275 | 2024.08.15 05:37:31.414511 [ 3 ] {2a15aad5-8d4e-4500-9f34-18b236cee9d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8276 | 2024.08.15 05:37:31.414793 [ 3 ] {2a15aad5-8d4e-4500-9f34-18b236cee9d3} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8277 | 2024.08.15 05:37:31.414830 [ 3 ] {2a15aad5-8d4e-4500-9f34-18b236cee9d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8278 | 2024.08.15 05:37:31.415125 [ 3 ] {2a15aad5-8d4e-4500-9f34-18b236cee9d3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
8279 | 2024.08.15 05:37:31.415428 [ 3 ] {2a15aad5-8d4e-4500-9f34-18b236cee9d3} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8280 | 2024.08.15 05:37:31.415585 [ 3 ] {2a15aad5-8d4e-4500-9f34-18b236cee9d3} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001282 sec., 1560.0624024960998 rows/sec., 108.93 KiB/sec. | ||
8281 | 2024.08.15 05:37:31.415867 [ 3 ] {2a15aad5-8d4e-4500-9f34-18b236cee9d3} <Debug> DynamicQueryHandler: Done processing query | ||
8282 | 2024.08.15 05:37:31.415892 [ 3 ] {2a15aad5-8d4e-4500-9f34-18b236cee9d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8283 | 2024.08.15 05:37:31.415908 [ 3 ] {} <Debug> HTTP-Session: 260e5fd1-ab61-453d-aea0-792bc5d1576b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8284 | 2024.08.15 05:37:31.416034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 15624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8285 | 2024.08.15 05:37:31.416085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8286 | 2024.08.15 05:37:31.416104 [ 3 ] {} <Debug> HTTP-Session: d8905d23-3a74-4ec8-82d5-b07a9aaf0df8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8287 | 2024.08.15 05:37:31.416121 [ 3 ] {} <Debug> HTTP-Session: d8905d23-3a74-4ec8-82d5-b07a9aaf0df8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8288 | 2024.08.15 05:37:31.416135 [ 3 ] {} <Debug> HTTP-Session: d8905d23-3a74-4ec8-82d5-b07a9aaf0df8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8289 | 2024.08.15 05:37:31.416165 [ 3 ] {} <Trace> HTTP-Session: d8905d23-3a74-4ec8-82d5-b07a9aaf0df8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8290 | 2024.08.15 05:37:31.416285 [ 3 ] {0e4a9c49-adba-4a3b-b4aa-1876947d2d22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8291 | 2024.08.15 05:37:31.416329 [ 3 ] {0e4a9c49-adba-4a3b-b4aa-1876947d2d22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8292 | 2024.08.15 05:37:31.416472 [ 3 ] {0e4a9c49-adba-4a3b-b4aa-1876947d2d22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8293 | 2024.08.15 05:37:31.416789 [ 3 ] {0e4a9c49-adba-4a3b-b4aa-1876947d2d22} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8294 | 2024.08.15 05:37:31.416826 [ 3 ] {0e4a9c49-adba-4a3b-b4aa-1876947d2d22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8295 | 2024.08.15 05:37:31.417136 [ 3 ] {0e4a9c49-adba-4a3b-b4aa-1876947d2d22} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8296 | 2024.08.15 05:37:31.417450 [ 3 ] {0e4a9c49-adba-4a3b-b4aa-1876947d2d22} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8297 | 2024.08.15 05:37:31.417607 [ 3 ] {0e4a9c49-adba-4a3b-b4aa-1876947d2d22} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001357 sec., 67796.61016949153 rows/sec., 5.30 MiB/sec. | ||
8298 | 2024.08.15 05:37:31.417874 [ 3 ] {0e4a9c49-adba-4a3b-b4aa-1876947d2d22} <Debug> DynamicQueryHandler: Done processing query | ||
8299 | 2024.08.15 05:37:31.417912 [ 3 ] {0e4a9c49-adba-4a3b-b4aa-1876947d2d22} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8300 | 2024.08.15 05:37:31.417930 [ 3 ] {} <Debug> HTTP-Session: d8905d23-3a74-4ec8-82d5-b07a9aaf0df8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8301 | 2024.08.15 05:37:31.418109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 31180, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8302 | 2024.08.15 05:37:31.418158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8303 | 2024.08.15 05:37:31.418179 [ 3 ] {} <Debug> HTTP-Session: bc44fd85-3303-4bc9-8976-26dea18703e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8304 | 2024.08.15 05:37:31.418195 [ 3 ] {} <Debug> HTTP-Session: bc44fd85-3303-4bc9-8976-26dea18703e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8305 | 2024.08.15 05:37:31.418209 [ 3 ] {} <Debug> HTTP-Session: bc44fd85-3303-4bc9-8976-26dea18703e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8306 | 2024.08.15 05:37:31.418241 [ 3 ] {} <Trace> HTTP-Session: bc44fd85-3303-4bc9-8976-26dea18703e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8307 | 2024.08.15 05:37:31.418391 [ 3 ] {2f760c64-93ad-4d9e-8b81-3063d8541a5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8308 | 2024.08.15 05:37:31.418441 [ 3 ] {2f760c64-93ad-4d9e-8b81-3063d8541a5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8309 | 2024.08.15 05:37:31.418607 [ 3 ] {2f760c64-93ad-4d9e-8b81-3063d8541a5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8310 | 2024.08.15 05:37:31.418994 [ 3 ] {2f760c64-93ad-4d9e-8b81-3063d8541a5e} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8311 | 2024.08.15 05:37:31.419031 [ 3 ] {2f760c64-93ad-4d9e-8b81-3063d8541a5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8312 | 2024.08.15 05:37:31.419417 [ 3 ] {2f760c64-93ad-4d9e-8b81-3063d8541a5e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8313 | 2024.08.15 05:37:31.419758 [ 3 ] {2f760c64-93ad-4d9e-8b81-3063d8541a5e} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8314 | 2024.08.15 05:37:31.419917 [ 3 ] {2f760c64-93ad-4d9e-8b81-3063d8541a5e} <Debug> executeQuery: Read 163 rows, 11.63 KiB in 0.001592 sec., 102386.93467336682 rows/sec., 7.14 MiB/sec. | ||
8315 | 2024.08.15 05:37:31.420093 [ 3 ] {2f760c64-93ad-4d9e-8b81-3063d8541a5e} <Debug> DynamicQueryHandler: Done processing query | ||
8316 | 2024.08.15 05:37:31.420117 [ 3 ] {2f760c64-93ad-4d9e-8b81-3063d8541a5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8317 | 2024.08.15 05:37:31.420132 [ 3 ] {} <Debug> HTTP-Session: bc44fd85-3303-4bc9-8976-26dea18703e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8318 | 2024.08.15 05:37:31.420310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 42045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8319 | 2024.08.15 05:37:31.420360 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8320 | 2024.08.15 05:37:31.420379 [ 3 ] {} <Debug> HTTP-Session: df4537f5-1339-411d-ad1d-e9649dfcc02e Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8321 | 2024.08.15 05:37:31.420396 [ 3 ] {} <Debug> HTTP-Session: df4537f5-1339-411d-ad1d-e9649dfcc02e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8322 | 2024.08.15 05:37:31.420410 [ 3 ] {} <Debug> HTTP-Session: df4537f5-1339-411d-ad1d-e9649dfcc02e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8323 | 2024.08.15 05:37:31.420440 [ 3 ] {} <Trace> HTTP-Session: df4537f5-1339-411d-ad1d-e9649dfcc02e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8324 | 2024.08.15 05:37:31.420709 [ 3 ] {adcbca01-4056-4e75-b4c4-7e5419dc4d8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8325 | 2024.08.15 05:37:31.420774 [ 3 ] {adcbca01-4056-4e75-b4c4-7e5419dc4d8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8326 | 2024.08.15 05:37:31.421183 [ 3 ] {adcbca01-4056-4e75-b4c4-7e5419dc4d8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8327 | 2024.08.15 05:37:31.421912 [ 3 ] {adcbca01-4056-4e75-b4c4-7e5419dc4d8e} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8328 | 2024.08.15 05:37:31.421949 [ 3 ] {adcbca01-4056-4e75-b4c4-7e5419dc4d8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8329 | 2024.08.15 05:37:31.422561 [ 3 ] {adcbca01-4056-4e75-b4c4-7e5419dc4d8e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
8330 | 2024.08.15 05:37:31.422957 [ 3 ] {adcbca01-4056-4e75-b4c4-7e5419dc4d8e} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8331 | 2024.08.15 05:37:31.423137 [ 3 ] {adcbca01-4056-4e75-b4c4-7e5419dc4d8e} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002615 sec., 9942.638623326959 rows/sec., 17.82 MiB/sec. | ||
8332 | 2024.08.15 05:37:31.423371 [ 3 ] {adcbca01-4056-4e75-b4c4-7e5419dc4d8e} <Debug> DynamicQueryHandler: Done processing query | ||
8333 | 2024.08.15 05:37:31.423397 [ 3 ] {adcbca01-4056-4e75-b4c4-7e5419dc4d8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
8334 | 2024.08.15 05:37:31.423414 [ 3 ] {} <Debug> HTTP-Session: df4537f5-1339-411d-ad1d-e9649dfcc02e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8335 | 2024.08.15 05:37:31.423551 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8336 | 2024.08.15 05:37:31.423599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8337 | 2024.08.15 05:37:31.423619 [ 3 ] {} <Debug> HTTP-Session: ea8ae0de-907c-49e8-9665-b902e8f779d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8338 | 2024.08.15 05:37:31.423636 [ 3 ] {} <Debug> HTTP-Session: ea8ae0de-907c-49e8-9665-b902e8f779d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8339 | 2024.08.15 05:37:31.423649 [ 3 ] {} <Debug> HTTP-Session: ea8ae0de-907c-49e8-9665-b902e8f779d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8340 | 2024.08.15 05:37:31.423681 [ 3 ] {} <Trace> HTTP-Session: ea8ae0de-907c-49e8-9665-b902e8f779d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8341 | 2024.08.15 05:37:31.423800 [ 3 ] {d763ec74-c185-4eb7-a6a4-c77aebd19861} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8342 | 2024.08.15 05:37:31.423845 [ 3 ] {d763ec74-c185-4eb7-a6a4-c77aebd19861} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8343 | 2024.08.15 05:37:31.423972 [ 3 ] {d763ec74-c185-4eb7-a6a4-c77aebd19861} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8344 | 2024.08.15 05:37:31.424279 [ 3 ] {d763ec74-c185-4eb7-a6a4-c77aebd19861} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8345 | 2024.08.15 05:37:31.424317 [ 3 ] {d763ec74-c185-4eb7-a6a4-c77aebd19861} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8346 | 2024.08.15 05:37:31.424678 [ 3 ] {d763ec74-c185-4eb7-a6a4-c77aebd19861} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8347 | 2024.08.15 05:37:31.425000 [ 3 ] {d763ec74-c185-4eb7-a6a4-c77aebd19861} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8348 | 2024.08.15 05:37:31.425154 [ 3 ] {d763ec74-c185-4eb7-a6a4-c77aebd19861} <Debug> executeQuery: Read 62 rows, 4.27 KiB in 0.001394 sec., 44476.327116212335 rows/sec., 2.99 MiB/sec. | ||
8349 | 2024.08.15 05:37:31.425428 [ 3 ] {d763ec74-c185-4eb7-a6a4-c77aebd19861} <Debug> DynamicQueryHandler: Done processing query | ||
8350 | 2024.08.15 05:37:31.425467 [ 3 ] {d763ec74-c185-4eb7-a6a4-c77aebd19861} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8351 | 2024.08.15 05:37:31.425484 [ 3 ] {} <Debug> HTTP-Session: ea8ae0de-907c-49e8-9665-b902e8f779d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8352 | 2024.08.15 05:37:35.234735 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8353 | 2024.08.15 05:37:35.234807 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8354 | 2024.08.15 05:37:36.410504 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8355 | 2024.08.15 05:37:36.410646 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8356 | 2024.08.15 05:37:36.410681 [ 3 ] {} <Debug> HTTP-Session: 4666b037-8c1a-4296-89b4-4020b5505aed Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8357 | 2024.08.15 05:37:36.410715 [ 3 ] {} <Debug> HTTP-Session: 4666b037-8c1a-4296-89b4-4020b5505aed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8358 | 2024.08.15 05:37:36.410738 [ 3 ] {} <Debug> HTTP-Session: 4666b037-8c1a-4296-89b4-4020b5505aed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8359 | 2024.08.15 05:37:36.410801 [ 3 ] {} <Trace> HTTP-Session: 4666b037-8c1a-4296-89b4-4020b5505aed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8360 | 2024.08.15 05:37:36.411031 [ 3 ] {912fd7fc-1d97-4069-9e57-bf275673fd1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8361 | 2024.08.15 05:37:36.411117 [ 3 ] {912fd7fc-1d97-4069-9e57-bf275673fd1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8362 | 2024.08.15 05:37:36.411319 [ 3 ] {912fd7fc-1d97-4069-9e57-bf275673fd1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8363 | 2024.08.15 05:37:36.411776 [ 3 ] {912fd7fc-1d97-4069-9e57-bf275673fd1a} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8364 | 2024.08.15 05:37:36.411821 [ 3 ] {912fd7fc-1d97-4069-9e57-bf275673fd1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8365 | 2024.08.15 05:37:36.412191 [ 3 ] {912fd7fc-1d97-4069-9e57-bf275673fd1a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
8366 | 2024.08.15 05:37:36.412528 [ 3 ] {912fd7fc-1d97-4069-9e57-bf275673fd1a} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8367 | 2024.08.15 05:37:36.412674 [ 3 ] {912fd7fc-1d97-4069-9e57-bf275673fd1a} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001712 sec., 2336.448598130841 rows/sec., 189.38 KiB/sec. | ||
8368 | 2024.08.15 05:37:36.412894 [ 3 ] {912fd7fc-1d97-4069-9e57-bf275673fd1a} <Debug> DynamicQueryHandler: Done processing query | ||
8369 | 2024.08.15 05:37:36.412921 [ 3 ] {912fd7fc-1d97-4069-9e57-bf275673fd1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8370 | 2024.08.15 05:37:36.412938 [ 3 ] {} <Debug> HTTP-Session: 4666b037-8c1a-4296-89b4-4020b5505aed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8371 | 2024.08.15 05:37:36.413161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8372 | 2024.08.15 05:37:36.413219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8373 | 2024.08.15 05:37:36.413239 [ 3 ] {} <Debug> HTTP-Session: 7e82be35-0b67-41b3-bb99-bd3d5e3cefb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8374 | 2024.08.15 05:37:36.413257 [ 3 ] {} <Debug> HTTP-Session: 7e82be35-0b67-41b3-bb99-bd3d5e3cefb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8375 | 2024.08.15 05:37:36.413271 [ 3 ] {} <Debug> HTTP-Session: 7e82be35-0b67-41b3-bb99-bd3d5e3cefb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8376 | 2024.08.15 05:37:36.413305 [ 3 ] {} <Trace> HTTP-Session: 7e82be35-0b67-41b3-bb99-bd3d5e3cefb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8377 | 2024.08.15 05:37:36.413458 [ 3 ] {02b7583d-e721-4899-8e75-f13af5bcc1af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8378 | 2024.08.15 05:37:36.413506 [ 3 ] {02b7583d-e721-4899-8e75-f13af5bcc1af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8379 | 2024.08.15 05:37:36.413634 [ 3 ] {02b7583d-e721-4899-8e75-f13af5bcc1af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8380 | 2024.08.15 05:37:36.414098 [ 3 ] {02b7583d-e721-4899-8e75-f13af5bcc1af} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8381 | 2024.08.15 05:37:36.414135 [ 3 ] {02b7583d-e721-4899-8e75-f13af5bcc1af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8382 | 2024.08.15 05:37:36.414461 [ 3 ] {02b7583d-e721-4899-8e75-f13af5bcc1af} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8383 | 2024.08.15 05:37:36.414772 [ 3 ] {02b7583d-e721-4899-8e75-f13af5bcc1af} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8384 | 2024.08.15 05:37:36.414897 [ 3 ] {02b7583d-e721-4899-8e75-f13af5bcc1af} <Debug> executeQuery: Read 201 rows, 18.00 KiB in 0.001511 sec., 133024.4870946393 rows/sec., 11.64 MiB/sec. | ||
8385 | 2024.08.15 05:37:36.415067 [ 3 ] {02b7583d-e721-4899-8e75-f13af5bcc1af} <Debug> DynamicQueryHandler: Done processing query | ||
8386 | 2024.08.15 05:37:36.415090 [ 3 ] {02b7583d-e721-4899-8e75-f13af5bcc1af} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
8387 | 2024.08.15 05:37:36.415107 [ 3 ] {} <Debug> HTTP-Session: 7e82be35-0b67-41b3-bb99-bd3d5e3cefb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8388 | 2024.08.15 05:37:36.415248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8389 | 2024.08.15 05:37:36.415299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8390 | 2024.08.15 05:37:36.415319 [ 3 ] {} <Debug> HTTP-Session: 317eb1b2-d0a9-477a-8d79-324e07c2fc81 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8391 | 2024.08.15 05:37:36.415336 [ 3 ] {} <Debug> HTTP-Session: 317eb1b2-d0a9-477a-8d79-324e07c2fc81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8392 | 2024.08.15 05:37:36.415349 [ 3 ] {} <Debug> HTTP-Session: 317eb1b2-d0a9-477a-8d79-324e07c2fc81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8393 | 2024.08.15 05:37:36.415380 [ 3 ] {} <Trace> HTTP-Session: 317eb1b2-d0a9-477a-8d79-324e07c2fc81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8394 | 2024.08.15 05:37:36.415478 [ 3 ] {bd079ce4-93ae-4dc0-a82a-925a34e69e44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8395 | 2024.08.15 05:37:36.415520 [ 3 ] {bd079ce4-93ae-4dc0-a82a-925a34e69e44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8396 | 2024.08.15 05:37:36.415644 [ 3 ] {bd079ce4-93ae-4dc0-a82a-925a34e69e44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8397 | 2024.08.15 05:37:36.415938 [ 3 ] {bd079ce4-93ae-4dc0-a82a-925a34e69e44} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8398 | 2024.08.15 05:37:36.415976 [ 3 ] {bd079ce4-93ae-4dc0-a82a-925a34e69e44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8399 | 2024.08.15 05:37:36.416298 [ 3 ] {bd079ce4-93ae-4dc0-a82a-925a34e69e44} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8400 | 2024.08.15 05:37:36.416616 [ 3 ] {bd079ce4-93ae-4dc0-a82a-925a34e69e44} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8401 | 2024.08.15 05:37:36.416744 [ 3 ] {bd079ce4-93ae-4dc0-a82a-925a34e69e44} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001293 sec., 10827.53286929621 rows/sec., 758.29 KiB/sec. | ||
8402 | 2024.08.15 05:37:36.416908 [ 3 ] {bd079ce4-93ae-4dc0-a82a-925a34e69e44} <Debug> DynamicQueryHandler: Done processing query | ||
8403 | 2024.08.15 05:37:36.416933 [ 3 ] {bd079ce4-93ae-4dc0-a82a-925a34e69e44} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8404 | 2024.08.15 05:37:36.416949 [ 3 ] {} <Debug> HTTP-Session: 317eb1b2-d0a9-477a-8d79-324e07c2fc81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8405 | 2024.08.15 05:37:36.417062 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8406 | 2024.08.15 05:37:36.417112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8407 | 2024.08.15 05:37:36.417130 [ 3 ] {} <Debug> HTTP-Session: c620149a-6431-443d-8399-661e25538aa0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8408 | 2024.08.15 05:37:36.417146 [ 3 ] {} <Debug> HTTP-Session: c620149a-6431-443d-8399-661e25538aa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8409 | 2024.08.15 05:37:36.417160 [ 3 ] {} <Debug> HTTP-Session: c620149a-6431-443d-8399-661e25538aa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8410 | 2024.08.15 05:37:36.417191 [ 3 ] {} <Trace> HTTP-Session: c620149a-6431-443d-8399-661e25538aa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8411 | 2024.08.15 05:37:36.417285 [ 3 ] {5cff83c0-87dd-41be-8b3c-b9282e2409f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
8412 | 2024.08.15 05:37:36.417328 [ 3 ] {5cff83c0-87dd-41be-8b3c-b9282e2409f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8413 | 2024.08.15 05:37:36.417451 [ 3 ] {5cff83c0-87dd-41be-8b3c-b9282e2409f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8414 | 2024.08.15 05:37:36.417728 [ 3 ] {5cff83c0-87dd-41be-8b3c-b9282e2409f7} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8415 | 2024.08.15 05:37:36.417764 [ 3 ] {5cff83c0-87dd-41be-8b3c-b9282e2409f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8416 | 2024.08.15 05:37:36.418063 [ 3 ] {5cff83c0-87dd-41be-8b3c-b9282e2409f7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8417 | 2024.08.15 05:37:36.418370 [ 3 ] {5cff83c0-87dd-41be-8b3c-b9282e2409f7} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8418 | 2024.08.15 05:37:36.418496 [ 3 ] {5cff83c0-87dd-41be-8b3c-b9282e2409f7} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001236 sec., 4854.368932038836 rows/sec., 286.81 KiB/sec. | ||
8419 | 2024.08.15 05:37:36.418693 [ 3 ] {5cff83c0-87dd-41be-8b3c-b9282e2409f7} <Debug> DynamicQueryHandler: Done processing query | ||
8420 | 2024.08.15 05:37:36.418724 [ 3 ] {5cff83c0-87dd-41be-8b3c-b9282e2409f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8421 | 2024.08.15 05:37:36.418744 [ 3 ] {} <Debug> HTTP-Session: c620149a-6431-443d-8399-661e25538aa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8422 | 2024.08.15 05:37:36.418968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 62444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8423 | 2024.08.15 05:37:36.419032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8424 | 2024.08.15 05:37:36.419055 [ 3 ] {} <Debug> HTTP-Session: abd87598-3a74-4498-9362-fb94c0b37200 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8425 | 2024.08.15 05:37:36.419075 [ 3 ] {} <Debug> HTTP-Session: abd87598-3a74-4498-9362-fb94c0b37200 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8426 | 2024.08.15 05:37:36.419092 [ 3 ] {} <Debug> HTTP-Session: abd87598-3a74-4498-9362-fb94c0b37200 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8427 | 2024.08.15 05:37:36.419130 [ 3 ] {} <Trace> HTTP-Session: abd87598-3a74-4498-9362-fb94c0b37200 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8428 | 2024.08.15 05:37:36.419343 [ 3 ] {bf7f1c52-63fd-4f98-b7b8-a02c4bb33eb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8429 | 2024.08.15 05:37:36.419386 [ 3 ] {bf7f1c52-63fd-4f98-b7b8-a02c4bb33eb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8430 | 2024.08.15 05:37:36.419509 [ 3 ] {bf7f1c52-63fd-4f98-b7b8-a02c4bb33eb4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8431 | 2024.08.15 05:37:36.420032 [ 3 ] {bf7f1c52-63fd-4f98-b7b8-a02c4bb33eb4} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8432 | 2024.08.15 05:37:36.420069 [ 3 ] {bf7f1c52-63fd-4f98-b7b8-a02c4bb33eb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8433 | 2024.08.15 05:37:36.420394 [ 3 ] {bf7f1c52-63fd-4f98-b7b8-a02c4bb33eb4} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8434 | 2024.08.15 05:37:36.420686 [ 3 ] {bf7f1c52-63fd-4f98-b7b8-a02c4bb33eb4} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8435 | 2024.08.15 05:37:36.420809 [ 3 ] {bf7f1c52-63fd-4f98-b7b8-a02c4bb33eb4} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.001578 sec., 244613.43472750316 rows/sec., 17.33 MiB/sec. | ||
8436 | 2024.08.15 05:37:36.420975 [ 3 ] {bf7f1c52-63fd-4f98-b7b8-a02c4bb33eb4} <Debug> DynamicQueryHandler: Done processing query | ||
8437 | 2024.08.15 05:37:36.421000 [ 3 ] {bf7f1c52-63fd-4f98-b7b8-a02c4bb33eb4} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
8438 | 2024.08.15 05:37:36.421015 [ 3 ] {} <Debug> HTTP-Session: abd87598-3a74-4498-9362-fb94c0b37200 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8439 | 2024.08.15 05:37:36.421179 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8440 | 2024.08.15 05:37:36.421228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8441 | 2024.08.15 05:37:36.421247 [ 3 ] {} <Debug> HTTP-Session: f9ec100b-a2d6-4049-864f-95cf8fdc65f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8442 | 2024.08.15 05:37:36.421263 [ 3 ] {} <Debug> HTTP-Session: f9ec100b-a2d6-4049-864f-95cf8fdc65f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8443 | 2024.08.15 05:37:36.421278 [ 3 ] {} <Debug> HTTP-Session: f9ec100b-a2d6-4049-864f-95cf8fdc65f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8444 | 2024.08.15 05:37:36.421308 [ 3 ] {} <Trace> HTTP-Session: f9ec100b-a2d6-4049-864f-95cf8fdc65f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8445 | 2024.08.15 05:37:36.421401 [ 3 ] {e4546fa5-359b-469a-b44b-269c09f64504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8446 | 2024.08.15 05:37:36.421444 [ 3 ] {e4546fa5-359b-469a-b44b-269c09f64504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8447 | 2024.08.15 05:37:36.421569 [ 3 ] {e4546fa5-359b-469a-b44b-269c09f64504} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8448 | 2024.08.15 05:37:36.421837 [ 3 ] {e4546fa5-359b-469a-b44b-269c09f64504} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8449 | 2024.08.15 05:37:36.421872 [ 3 ] {e4546fa5-359b-469a-b44b-269c09f64504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8450 | 2024.08.15 05:37:36.422224 [ 3 ] {e4546fa5-359b-469a-b44b-269c09f64504} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8451 | 2024.08.15 05:37:36.422538 [ 3 ] {e4546fa5-359b-469a-b44b-269c09f64504} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8452 | 2024.08.15 05:37:36.422661 [ 3 ] {e4546fa5-359b-469a-b44b-269c09f64504} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001286 sec., 4665.629860031104 rows/sec., 243.76 KiB/sec. | ||
8453 | 2024.08.15 05:37:36.422824 [ 3 ] {e4546fa5-359b-469a-b44b-269c09f64504} <Debug> DynamicQueryHandler: Done processing query | ||
8454 | 2024.08.15 05:37:36.422848 [ 3 ] {e4546fa5-359b-469a-b44b-269c09f64504} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8455 | 2024.08.15 05:37:36.422863 [ 3 ] {} <Debug> HTTP-Session: f9ec100b-a2d6-4049-864f-95cf8fdc65f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8456 | 2024.08.15 05:37:36.423013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 44217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8457 | 2024.08.15 05:37:36.423061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8458 | 2024.08.15 05:37:36.423079 [ 3 ] {} <Debug> HTTP-Session: 99717ed1-5a85-4242-8489-67ae6655f4e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8459 | 2024.08.15 05:37:36.423095 [ 3 ] {} <Debug> HTTP-Session: 99717ed1-5a85-4242-8489-67ae6655f4e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8460 | 2024.08.15 05:37:36.423108 [ 3 ] {} <Debug> HTTP-Session: 99717ed1-5a85-4242-8489-67ae6655f4e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8461 | 2024.08.15 05:37:36.423138 [ 3 ] {} <Trace> HTTP-Session: 99717ed1-5a85-4242-8489-67ae6655f4e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8462 | 2024.08.15 05:37:36.423319 [ 3 ] {36eda523-f8f5-4ca4-a4fd-fafa4c4e2098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8463 | 2024.08.15 05:37:36.423364 [ 3 ] {36eda523-f8f5-4ca4-a4fd-fafa4c4e2098} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8464 | 2024.08.15 05:37:36.423501 [ 3 ] {36eda523-f8f5-4ca4-a4fd-fafa4c4e2098} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8465 | 2024.08.15 05:37:36.423957 [ 3 ] {36eda523-f8f5-4ca4-a4fd-fafa4c4e2098} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8466 | 2024.08.15 05:37:36.423992 [ 3 ] {36eda523-f8f5-4ca4-a4fd-fafa4c4e2098} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8467 | 2024.08.15 05:37:36.424363 [ 3 ] {36eda523-f8f5-4ca4-a4fd-fafa4c4e2098} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8468 | 2024.08.15 05:37:36.424705 [ 3 ] {36eda523-f8f5-4ca4-a4fd-fafa4c4e2098} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8469 | 2024.08.15 05:37:36.424832 [ 3 ] {36eda523-f8f5-4ca4-a4fd-fafa4c4e2098} <Debug> executeQuery: Read 235 rows, 16.11 KiB in 0.001613 sec., 145691.2585244885 rows/sec., 9.76 MiB/sec. | ||
8470 | 2024.08.15 05:37:36.424995 [ 3 ] {36eda523-f8f5-4ca4-a4fd-fafa4c4e2098} <Debug> DynamicQueryHandler: Done processing query | ||
8471 | 2024.08.15 05:37:36.425018 [ 3 ] {36eda523-f8f5-4ca4-a4fd-fafa4c4e2098} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8472 | 2024.08.15 05:37:36.425033 [ 3 ] {} <Debug> HTTP-Session: 99717ed1-5a85-4242-8489-67ae6655f4e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8473 | 2024.08.15 05:37:36.425207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8474 | 2024.08.15 05:37:36.425254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8475 | 2024.08.15 05:37:36.425274 [ 3 ] {} <Debug> HTTP-Session: ad1261ea-85c0-4eee-9441-8559f30c9143 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8476 | 2024.08.15 05:37:36.425289 [ 3 ] {} <Debug> HTTP-Session: ad1261ea-85c0-4eee-9441-8559f30c9143 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8477 | 2024.08.15 05:37:36.425302 [ 3 ] {} <Debug> HTTP-Session: ad1261ea-85c0-4eee-9441-8559f30c9143 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8478 | 2024.08.15 05:37:36.425330 [ 3 ] {} <Trace> HTTP-Session: ad1261ea-85c0-4eee-9441-8559f30c9143 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8479 | 2024.08.15 05:37:36.425414 [ 3 ] {01f935ed-6075-4233-b8b3-16331266bdd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
8480 | 2024.08.15 05:37:36.425454 [ 3 ] {01f935ed-6075-4233-b8b3-16331266bdd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8481 | 2024.08.15 05:37:36.425570 [ 3 ] {01f935ed-6075-4233-b8b3-16331266bdd5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8482 | 2024.08.15 05:37:36.425805 [ 3 ] {01f935ed-6075-4233-b8b3-16331266bdd5} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8483 | 2024.08.15 05:37:36.425838 [ 3 ] {01f935ed-6075-4233-b8b3-16331266bdd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8484 | 2024.08.15 05:37:36.426154 [ 3 ] {01f935ed-6075-4233-b8b3-16331266bdd5} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8485 | 2024.08.15 05:37:36.426549 [ 3 ] {01f935ed-6075-4233-b8b3-16331266bdd5} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8486 | 2024.08.15 05:37:36.426677 [ 3 ] {01f935ed-6075-4233-b8b3-16331266bdd5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001274 sec., 784.9293563579278 rows/sec., 52.89 KiB/sec. | ||
8487 | 2024.08.15 05:37:36.426878 [ 3 ] {01f935ed-6075-4233-b8b3-16331266bdd5} <Debug> DynamicQueryHandler: Done processing query | ||
8488 | 2024.08.15 05:37:36.426902 [ 3 ] {01f935ed-6075-4233-b8b3-16331266bdd5} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
8489 | 2024.08.15 05:37:36.426917 [ 3 ] {} <Debug> HTTP-Session: ad1261ea-85c0-4eee-9441-8559f30c9143 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8490 | 2024.08.15 05:37:36.427034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8491 | 2024.08.15 05:37:36.427082 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8492 | 2024.08.15 05:37:36.427100 [ 3 ] {} <Debug> HTTP-Session: d8fb9c3e-c11a-4deb-b3ad-cd4ead5247c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8493 | 2024.08.15 05:37:36.427116 [ 3 ] {} <Debug> HTTP-Session: d8fb9c3e-c11a-4deb-b3ad-cd4ead5247c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8494 | 2024.08.15 05:37:36.427130 [ 3 ] {} <Debug> HTTP-Session: d8fb9c3e-c11a-4deb-b3ad-cd4ead5247c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8495 | 2024.08.15 05:37:36.427159 [ 3 ] {} <Trace> HTTP-Session: d8fb9c3e-c11a-4deb-b3ad-cd4ead5247c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8496 | 2024.08.15 05:37:36.427315 [ 3 ] {abc49dc1-d3df-41e7-ad8b-1d3c185c9315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8497 | 2024.08.15 05:37:36.427376 [ 3 ] {abc49dc1-d3df-41e7-ad8b-1d3c185c9315} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8498 | 2024.08.15 05:37:36.427761 [ 3 ] {abc49dc1-d3df-41e7-ad8b-1d3c185c9315} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8499 | 2024.08.15 05:37:36.428213 [ 3 ] {abc49dc1-d3df-41e7-ad8b-1d3c185c9315} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8500 | 2024.08.15 05:37:36.428248 [ 3 ] {abc49dc1-d3df-41e7-ad8b-1d3c185c9315} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8501 | 2024.08.15 05:37:36.428808 [ 3 ] {abc49dc1-d3df-41e7-ad8b-1d3c185c9315} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
8502 | 2024.08.15 05:37:36.429195 [ 3 ] {abc49dc1-d3df-41e7-ad8b-1d3c185c9315} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8503 | 2024.08.15 05:37:36.429364 [ 3 ] {abc49dc1-d3df-41e7-ad8b-1d3c185c9315} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002132 sec., 1876.1726078799247 rows/sec., 3.36 MiB/sec. | ||
8504 | 2024.08.15 05:37:36.429587 [ 3 ] {abc49dc1-d3df-41e7-ad8b-1d3c185c9315} <Debug> DynamicQueryHandler: Done processing query | ||
8505 | 2024.08.15 05:37:36.429612 [ 3 ] {abc49dc1-d3df-41e7-ad8b-1d3c185c9315} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
8506 | 2024.08.15 05:37:36.429627 [ 3 ] {} <Debug> HTTP-Session: d8fb9c3e-c11a-4deb-b3ad-cd4ead5247c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8507 | 2024.08.15 05:37:36.429767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 11848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8508 | 2024.08.15 05:37:36.429815 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8509 | 2024.08.15 05:37:36.429833 [ 3 ] {} <Debug> HTTP-Session: e68fbfd9-e2a6-48ae-b519-51599deb009d Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8510 | 2024.08.15 05:37:36.429850 [ 3 ] {} <Debug> HTTP-Session: e68fbfd9-e2a6-48ae-b519-51599deb009d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8511 | 2024.08.15 05:37:36.429863 [ 3 ] {} <Debug> HTTP-Session: e68fbfd9-e2a6-48ae-b519-51599deb009d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8512 | 2024.08.15 05:37:36.429892 [ 3 ] {} <Trace> HTTP-Session: e68fbfd9-e2a6-48ae-b519-51599deb009d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8513 | 2024.08.15 05:37:36.430010 [ 3 ] {8db62959-1bab-43a2-b9a1-6ecdcb0f6dbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8514 | 2024.08.15 05:37:36.430055 [ 3 ] {8db62959-1bab-43a2-b9a1-6ecdcb0f6dbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8515 | 2024.08.15 05:37:36.430183 [ 3 ] {8db62959-1bab-43a2-b9a1-6ecdcb0f6dbb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8516 | 2024.08.15 05:37:36.430476 [ 3 ] {8db62959-1bab-43a2-b9a1-6ecdcb0f6dbb} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8517 | 2024.08.15 05:37:36.430511 [ 3 ] {8db62959-1bab-43a2-b9a1-6ecdcb0f6dbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8518 | 2024.08.15 05:37:36.430861 [ 3 ] {8db62959-1bab-43a2-b9a1-6ecdcb0f6dbb} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8519 | 2024.08.15 05:37:36.431179 [ 3 ] {8db62959-1bab-43a2-b9a1-6ecdcb0f6dbb} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8520 | 2024.08.15 05:37:36.431324 [ 3 ] {8db62959-1bab-43a2-b9a1-6ecdcb0f6dbb} <Debug> executeQuery: Read 80 rows, 5.21 KiB in 0.001355 sec., 59040.590405904055 rows/sec., 3.75 MiB/sec. | ||
8521 | 2024.08.15 05:37:36.431496 [ 3 ] {8db62959-1bab-43a2-b9a1-6ecdcb0f6dbb} <Debug> DynamicQueryHandler: Done processing query | ||
8522 | 2024.08.15 05:37:36.431520 [ 3 ] {8db62959-1bab-43a2-b9a1-6ecdcb0f6dbb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8523 | 2024.08.15 05:37:36.431536 [ 3 ] {} <Debug> HTTP-Session: e68fbfd9-e2a6-48ae-b519-51599deb009d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8524 | 2024.08.15 05:37:41.407856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8525 | 2024.08.15 05:37:41.407984 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8526 | 2024.08.15 05:37:41.408009 [ 3 ] {} <Debug> HTTP-Session: 7bd3e6ea-4e7b-4c28-9178-c4d1eb0ab28a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8527 | 2024.08.15 05:37:41.408034 [ 3 ] {} <Debug> HTTP-Session: 7bd3e6ea-4e7b-4c28-9178-c4d1eb0ab28a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8528 | 2024.08.15 05:37:41.408049 [ 3 ] {} <Debug> HTTP-Session: 7bd3e6ea-4e7b-4c28-9178-c4d1eb0ab28a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8529 | 2024.08.15 05:37:41.408098 [ 3 ] {} <Trace> HTTP-Session: 7bd3e6ea-4e7b-4c28-9178-c4d1eb0ab28a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8530 | 2024.08.15 05:37:41.408284 [ 3 ] {4e37b500-81df-453b-8390-cdfbc4fe2d9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8531 | 2024.08.15 05:37:41.408351 [ 3 ] {4e37b500-81df-453b-8390-cdfbc4fe2d9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8532 | 2024.08.15 05:37:41.408545 [ 3 ] {4e37b500-81df-453b-8390-cdfbc4fe2d9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8533 | 2024.08.15 05:37:41.408959 [ 3 ] {4e37b500-81df-453b-8390-cdfbc4fe2d9c} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8534 | 2024.08.15 05:37:41.409000 [ 3 ] {4e37b500-81df-453b-8390-cdfbc4fe2d9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8535 | 2024.08.15 05:37:41.409359 [ 3 ] {4e37b500-81df-453b-8390-cdfbc4fe2d9c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
8536 | 2024.08.15 05:37:41.409687 [ 3 ] {4e37b500-81df-453b-8390-cdfbc4fe2d9c} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8537 | 2024.08.15 05:37:41.409850 [ 3 ] {4e37b500-81df-453b-8390-cdfbc4fe2d9c} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001619 sec., 16059.29586164299 rows/sec., 1.27 MiB/sec. | ||
8538 | 2024.08.15 05:37:41.409872 [ 42 ] {} <Debug> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
8539 | 2024.08.15 05:37:41.409987 [ 42 ] {} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8540 | 2024.08.15 05:37:41.410025 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8541 | 2024.08.15 05:37:41.410159 [ 3 ] {4e37b500-81df-453b-8390-cdfbc4fe2d9c} <Debug> DynamicQueryHandler: Done processing query | ||
8542 | 2024.08.15 05:37:41.410249 [ 3 ] {4e37b500-81df-453b-8390-cdfbc4fe2d9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8543 | 2024.08.15 05:37:41.410314 [ 3 ] {} <Debug> HTTP-Session: 7bd3e6ea-4e7b-4c28-9178-c4d1eb0ab28a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8544 | 2024.08.15 05:37:41.410356 [ 194 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::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 | ||
8545 | 2024.08.15 05:37:41.410605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8546 | 2024.08.15 05:37:41.410731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8547 | 2024.08.15 05:37:41.410745 [ 194 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8548 | 2024.08.15 05:37:41.410766 [ 3 ] {} <Debug> HTTP-Session: eee8d559-3a50-4773-9e6d-6e9ef694e033 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8549 | 2024.08.15 05:37:41.410813 [ 3 ] {} <Debug> HTTP-Session: eee8d559-3a50-4773-9e6d-6e9ef694e033 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8550 | 2024.08.15 05:37:41.410819 [ 194 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 30 rows starting from the beginning of the part | ||
8551 | 2024.08.15 05:37:41.410839 [ 3 ] {} <Debug> HTTP-Session: eee8d559-3a50-4773-9e6d-6e9ef694e033 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8552 | 2024.08.15 05:37:41.410943 [ 3 ] {} <Trace> HTTP-Session: eee8d559-3a50-4773-9e6d-6e9ef694e033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8553 | 2024.08.15 05:37:41.411079 [ 194 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 26 rows starting from the beginning of the part | ||
8554 | 2024.08.15 05:37:41.411332 [ 3 ] {0b3a0211-5bb4-4813-ac09-f3d0792882be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8555 | 2024.08.15 05:37:41.411356 [ 194 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part | ||
8556 | 2024.08.15 05:37:41.411461 [ 3 ] {0b3a0211-5bb4-4813-ac09-f3d0792882be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8557 | 2024.08.15 05:37:41.411590 [ 194 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 26 rows starting from the beginning of the part | ||
8558 | 2024.08.15 05:37:41.411978 [ 194 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part | ||
8559 | 2024.08.15 05:37:41.412345 [ 194 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 26 rows starting from the beginning of the part | ||
8560 | 2024.08.15 05:37:41.412786 [ 3 ] {0b3a0211-5bb4-4813-ac09-f3d0792882be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8561 | 2024.08.15 05:37:41.413673 [ 3 ] {0b3a0211-5bb4-4813-ac09-f3d0792882be} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8562 | 2024.08.15 05:37:41.413737 [ 3 ] {0b3a0211-5bb4-4813-ac09-f3d0792882be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8563 | 2024.08.15 05:37:41.414687 [ 3 ] {0b3a0211-5bb4-4813-ac09-f3d0792882be} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8564 | 2024.08.15 05:37:41.415151 [ 187 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 116 rows, containing 4 columns (4 merged, 0 gathered) in 0.005054107 sec., 22951.6312179382 rows/sec., 1.82 MiB/sec. | ||
8565 | 2024.08.15 05:37:41.415289 [ 187 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
8566 | 2024.08.15 05:37:41.415379 [ 3 ] {0b3a0211-5bb4-4813-ac09-f3d0792882be} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8567 | 2024.08.15 05:37:41.415664 [ 3 ] {0b3a0211-5bb4-4813-ac09-f3d0792882be} <Debug> executeQuery: Read 134 rows, 11.45 KiB in 0.004515 sec., 29678.848283499447 rows/sec., 2.48 MiB/sec. | ||
8568 | 2024.08.15 05:37:41.415891 [ 187 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_31_6} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8569 | 2024.08.15 05:37:41.415891 [ 3 ] {0b3a0211-5bb4-4813-ac09-f3d0792882be} <Debug> DynamicQueryHandler: Done processing query | ||
8570 | 2024.08.15 05:37:41.415935 [ 3 ] {0b3a0211-5bb4-4813-ac09-f3d0792882be} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8571 | 2024.08.15 05:37:41.415957 [ 3 ] {} <Debug> HTTP-Session: eee8d559-3a50-4773-9e6d-6e9ef694e033 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8572 | 2024.08.15 05:37:41.415993 [ 187 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_31_6} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
8573 | 2024.08.15 05:37:41.416079 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
8574 | 2024.08.15 05:37:41.416107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 15281, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8575 | 2024.08.15 05:37:41.416160 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8576 | 2024.08.15 05:37:41.416180 [ 3 ] {} <Debug> HTTP-Session: aefa055e-267d-449e-9774-a8887f4919ce Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8577 | 2024.08.15 05:37:41.416197 [ 3 ] {} <Debug> HTTP-Session: aefa055e-267d-449e-9774-a8887f4919ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8578 | 2024.08.15 05:37:41.416211 [ 3 ] {} <Debug> HTTP-Session: aefa055e-267d-449e-9774-a8887f4919ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8579 | 2024.08.15 05:37:41.416240 [ 3 ] {} <Trace> HTTP-Session: aefa055e-267d-449e-9774-a8887f4919ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8580 | 2024.08.15 05:37:41.416373 [ 3 ] {3a6d3b0e-7755-43b2-8f4e-dac5174d5ef0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8581 | 2024.08.15 05:37:41.416416 [ 3 ] {3a6d3b0e-7755-43b2-8f4e-dac5174d5ef0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8582 | 2024.08.15 05:37:41.416546 [ 3 ] {3a6d3b0e-7755-43b2-8f4e-dac5174d5ef0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8583 | 2024.08.15 05:37:41.416898 [ 3 ] {3a6d3b0e-7755-43b2-8f4e-dac5174d5ef0} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8584 | 2024.08.15 05:37:41.416934 [ 3 ] {3a6d3b0e-7755-43b2-8f4e-dac5174d5ef0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8585 | 2024.08.15 05:37:41.417245 [ 3 ] {3a6d3b0e-7755-43b2-8f4e-dac5174d5ef0} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8586 | 2024.08.15 05:37:41.417559 [ 3 ] {3a6d3b0e-7755-43b2-8f4e-dac5174d5ef0} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8587 | 2024.08.15 05:37:41.417723 [ 3 ] {3a6d3b0e-7755-43b2-8f4e-dac5174d5ef0} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001397 sec., 64423.765211166785 rows/sec., 5.03 MiB/sec. | ||
8588 | 2024.08.15 05:37:41.417893 [ 3 ] {3a6d3b0e-7755-43b2-8f4e-dac5174d5ef0} <Debug> DynamicQueryHandler: Done processing query | ||
8589 | 2024.08.15 05:37:41.417918 [ 3 ] {3a6d3b0e-7755-43b2-8f4e-dac5174d5ef0} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8590 | 2024.08.15 05:37:41.417934 [ 3 ] {} <Debug> HTTP-Session: aefa055e-267d-449e-9774-a8887f4919ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8591 | 2024.08.15 05:37:41.418124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30988, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8592 | 2024.08.15 05:37:41.418175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8593 | 2024.08.15 05:37:41.418194 [ 3 ] {} <Debug> HTTP-Session: cbc26ea8-920d-4500-8a27-64a2953ea586 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8594 | 2024.08.15 05:37:41.418210 [ 3 ] {} <Debug> HTTP-Session: cbc26ea8-920d-4500-8a27-64a2953ea586 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8595 | 2024.08.15 05:37:41.418224 [ 3 ] {} <Debug> HTTP-Session: cbc26ea8-920d-4500-8a27-64a2953ea586 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8596 | 2024.08.15 05:37:41.418254 [ 3 ] {} <Trace> HTTP-Session: cbc26ea8-920d-4500-8a27-64a2953ea586 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8597 | 2024.08.15 05:37:41.418402 [ 3 ] {e248ed0e-7057-464a-a924-42cf466d4f26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8598 | 2024.08.15 05:37:41.418448 [ 3 ] {e248ed0e-7057-464a-a924-42cf466d4f26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8599 | 2024.08.15 05:37:41.418595 [ 3 ] {e248ed0e-7057-464a-a924-42cf466d4f26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8600 | 2024.08.15 05:37:41.418983 [ 3 ] {e248ed0e-7057-464a-a924-42cf466d4f26} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8601 | 2024.08.15 05:37:41.419020 [ 3 ] {e248ed0e-7057-464a-a924-42cf466d4f26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8602 | 2024.08.15 05:37:41.419398 [ 3 ] {e248ed0e-7057-464a-a924-42cf466d4f26} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8603 | 2024.08.15 05:37:41.419724 [ 3 ] {e248ed0e-7057-464a-a924-42cf466d4f26} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8604 | 2024.08.15 05:37:41.419891 [ 3 ] {e248ed0e-7057-464a-a924-42cf466d4f26} <Debug> executeQuery: Read 162 rows, 11.56 KiB in 0.001547 sec., 104718.81060116354 rows/sec., 7.30 MiB/sec. | ||
8605 | 2024.08.15 05:37:41.420061 [ 3 ] {e248ed0e-7057-464a-a924-42cf466d4f26} <Debug> DynamicQueryHandler: Done processing query | ||
8606 | 2024.08.15 05:37:41.420085 [ 3 ] {e248ed0e-7057-464a-a924-42cf466d4f26} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8607 | 2024.08.15 05:37:41.420100 [ 3 ] {} <Debug> HTTP-Session: cbc26ea8-920d-4500-8a27-64a2953ea586 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8608 | 2024.08.15 05:37:41.420271 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 42040, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8609 | 2024.08.15 05:37:41.420321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8610 | 2024.08.15 05:37:41.420340 [ 3 ] {} <Debug> HTTP-Session: 1d07f5c5-6a78-44dd-9bca-e0ae9028e0c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8611 | 2024.08.15 05:37:41.420356 [ 3 ] {} <Debug> HTTP-Session: 1d07f5c5-6a78-44dd-9bca-e0ae9028e0c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8612 | 2024.08.15 05:37:41.420375 [ 3 ] {} <Debug> HTTP-Session: 1d07f5c5-6a78-44dd-9bca-e0ae9028e0c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8613 | 2024.08.15 05:37:41.420405 [ 3 ] {} <Trace> HTTP-Session: 1d07f5c5-6a78-44dd-9bca-e0ae9028e0c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8614 | 2024.08.15 05:37:41.420692 [ 3 ] {788d861e-15a6-4afb-812e-4256f4daf600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8615 | 2024.08.15 05:37:41.420755 [ 3 ] {788d861e-15a6-4afb-812e-4256f4daf600} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8616 | 2024.08.15 05:37:41.421163 [ 3 ] {788d861e-15a6-4afb-812e-4256f4daf600} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8617 | 2024.08.15 05:37:41.421914 [ 3 ] {788d861e-15a6-4afb-812e-4256f4daf600} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8618 | 2024.08.15 05:37:41.421952 [ 3 ] {788d861e-15a6-4afb-812e-4256f4daf600} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8619 | 2024.08.15 05:37:41.422550 [ 3 ] {788d861e-15a6-4afb-812e-4256f4daf600} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
8620 | 2024.08.15 05:37:41.422946 [ 3 ] {788d861e-15a6-4afb-812e-4256f4daf600} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8621 | 2024.08.15 05:37:41.423107 [ 3 ] {788d861e-15a6-4afb-812e-4256f4daf600} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002616 sec., 9938.837920489297 rows/sec., 17.81 MiB/sec. | ||
8622 | 2024.08.15 05:37:41.423145 [ 41 ] {} <Debug> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
8623 | 2024.08.15 05:37:41.423268 [ 41 ] {} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8624 | 2024.08.15 05:37:41.423333 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8625 | 2024.08.15 05:37:41.423500 [ 3 ] {788d861e-15a6-4afb-812e-4256f4daf600} <Debug> DynamicQueryHandler: Done processing query | ||
8626 | 2024.08.15 05:37:41.423512 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::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 | ||
8627 | 2024.08.15 05:37:41.423565 [ 3 ] {788d861e-15a6-4afb-812e-4256f4daf600} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
8628 | 2024.08.15 05:37:41.423604 [ 3 ] {} <Debug> HTTP-Session: 1d07f5c5-6a78-44dd-9bca-e0ae9028e0c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8629 | 2024.08.15 05:37:41.423847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8630 | 2024.08.15 05:37:41.423961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8631 | 2024.08.15 05:37:41.424019 [ 3 ] {} <Debug> HTTP-Session: c0419430-b5b6-4634-910e-05285117829e Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8632 | 2024.08.15 05:37:41.424073 [ 3 ] {} <Debug> HTTP-Session: c0419430-b5b6-4634-910e-05285117829e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8633 | 2024.08.15 05:37:41.424126 [ 3 ] {} <Debug> HTTP-Session: c0419430-b5b6-4634-910e-05285117829e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8634 | 2024.08.15 05:37:41.424229 [ 3 ] {} <Trace> HTTP-Session: c0419430-b5b6-4634-910e-05285117829e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8635 | 2024.08.15 05:37:41.424244 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8636 | 2024.08.15 05:37:41.424391 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 412 rows starting from the beginning of the part | ||
8637 | 2024.08.15 05:37:41.424502 [ 3 ] {e5131368-b923-454e-bbd4-9a1d56d6fa71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8638 | 2024.08.15 05:37:41.424709 [ 3 ] {e5131368-b923-454e-bbd4-9a1d56d6fa71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8639 | 2024.08.15 05:37:41.425180 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 26 rows starting from the beginning of the part | ||
8640 | 2024.08.15 05:37:41.425462 [ 3 ] {e5131368-b923-454e-bbd4-9a1d56d6fa71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8641 | 2024.08.15 05:37:41.425924 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part | ||
8642 | 2024.08.15 05:37:41.426687 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 26 rows starting from the beginning of the part | ||
8643 | 2024.08.15 05:37:41.426728 [ 3 ] {e5131368-b923-454e-bbd4-9a1d56d6fa71} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8644 | 2024.08.15 05:37:41.426800 [ 3 ] {e5131368-b923-454e-bbd4-9a1d56d6fa71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8645 | 2024.08.15 05:37:41.427272 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part | ||
8646 | 2024.08.15 05:37:41.427909 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 26 rows starting from the beginning of the part | ||
8647 | 2024.08.15 05:37:41.428199 [ 3 ] {e5131368-b923-454e-bbd4-9a1d56d6fa71} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8648 | 2024.08.15 05:37:41.429134 [ 3 ] {e5131368-b923-454e-bbd4-9a1d56d6fa71} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8649 | 2024.08.15 05:37:41.429569 [ 3 ] {e5131368-b923-454e-bbd4-9a1d56d6fa71} <Debug> executeQuery: Read 62 rows, 4.27 KiB in 0.005166 sec., 12001.548586914441 rows/sec., 825.90 KiB/sec. | ||
8650 | 2024.08.15 05:37:41.429998 [ 3 ] {e5131368-b923-454e-bbd4-9a1d56d6fa71} <Debug> DynamicQueryHandler: Done processing query | ||
8651 | 2024.08.15 05:37:41.430043 [ 3 ] {e5131368-b923-454e-bbd4-9a1d56d6fa71} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8652 | 2024.08.15 05:37:41.430061 [ 3 ] {} <Debug> HTTP-Session: c0419430-b5b6-4634-910e-05285117829e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8653 | 2024.08.15 05:37:41.444022 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 19 columns (19 merged, 0 gathered) in 0.020587226 sec., 24189.757279586865 rows/sec., 43.35 MiB/sec. | ||
8654 | 2024.08.15 05:37:41.444817 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
8655 | 2024.08.15 05:37:41.445389 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8656 | 2024.08.15 05:37:41.445478 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
8657 | 2024.08.15 05:37:41.445596 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
8658 | 2024.08.15 05:37:46.410844 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8659 | 2024.08.15 05:37:46.410973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8660 | 2024.08.15 05:37:46.410998 [ 3 ] {} <Debug> HTTP-Session: 84215106-35da-4fc9-a356-b9954faeda51 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8661 | 2024.08.15 05:37:46.411051 [ 3 ] {} <Debug> HTTP-Session: 84215106-35da-4fc9-a356-b9954faeda51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8662 | 2024.08.15 05:37:46.411067 [ 3 ] {} <Debug> HTTP-Session: 84215106-35da-4fc9-a356-b9954faeda51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8663 | 2024.08.15 05:37:46.411119 [ 3 ] {} <Trace> HTTP-Session: 84215106-35da-4fc9-a356-b9954faeda51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8664 | 2024.08.15 05:37:46.411304 [ 3 ] {3d51e647-139b-4a87-85c0-abe0c108acd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8665 | 2024.08.15 05:37:46.411375 [ 3 ] {3d51e647-139b-4a87-85c0-abe0c108acd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8666 | 2024.08.15 05:37:46.411569 [ 3 ] {3d51e647-139b-4a87-85c0-abe0c108acd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8667 | 2024.08.15 05:37:46.411993 [ 3 ] {3d51e647-139b-4a87-85c0-abe0c108acd4} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8668 | 2024.08.15 05:37:46.412034 [ 3 ] {3d51e647-139b-4a87-85c0-abe0c108acd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8669 | 2024.08.15 05:37:46.412410 [ 3 ] {3d51e647-139b-4a87-85c0-abe0c108acd4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
8670 | 2024.08.15 05:37:46.412770 [ 3 ] {3d51e647-139b-4a87-85c0-abe0c108acd4} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8671 | 2024.08.15 05:37:46.412967 [ 3 ] {3d51e647-139b-4a87-85c0-abe0c108acd4} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001719 sec., 2326.934264107039 rows/sec., 188.61 KiB/sec. | ||
8672 | 2024.08.15 05:37:46.413164 [ 3 ] {3d51e647-139b-4a87-85c0-abe0c108acd4} <Debug> DynamicQueryHandler: Done processing query | ||
8673 | 2024.08.15 05:37:46.413190 [ 3 ] {3d51e647-139b-4a87-85c0-abe0c108acd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8674 | 2024.08.15 05:37:46.413207 [ 3 ] {} <Debug> HTTP-Session: 84215106-35da-4fc9-a356-b9954faeda51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8675 | 2024.08.15 05:37:46.413416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8676 | 2024.08.15 05:37:46.413470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8677 | 2024.08.15 05:37:46.413489 [ 3 ] {} <Debug> HTTP-Session: 9b87f56d-73f3-4f00-b7eb-fd1038b251c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8678 | 2024.08.15 05:37:46.413506 [ 3 ] {} <Debug> HTTP-Session: 9b87f56d-73f3-4f00-b7eb-fd1038b251c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8679 | 2024.08.15 05:37:46.413519 [ 3 ] {} <Debug> HTTP-Session: 9b87f56d-73f3-4f00-b7eb-fd1038b251c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8680 | 2024.08.15 05:37:46.413551 [ 3 ] {} <Trace> HTTP-Session: 9b87f56d-73f3-4f00-b7eb-fd1038b251c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8681 | 2024.08.15 05:37:46.413701 [ 3 ] {c9e6a8bb-48cd-45ef-932d-717d966d9902} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8682 | 2024.08.15 05:37:46.413744 [ 3 ] {c9e6a8bb-48cd-45ef-932d-717d966d9902} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8683 | 2024.08.15 05:37:46.413871 [ 3 ] {c9e6a8bb-48cd-45ef-932d-717d966d9902} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8684 | 2024.08.15 05:37:46.414309 [ 3 ] {c9e6a8bb-48cd-45ef-932d-717d966d9902} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8685 | 2024.08.15 05:37:46.414345 [ 3 ] {c9e6a8bb-48cd-45ef-932d-717d966d9902} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8686 | 2024.08.15 05:37:46.414666 [ 3 ] {c9e6a8bb-48cd-45ef-932d-717d966d9902} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8687 | 2024.08.15 05:37:46.414973 [ 3 ] {c9e6a8bb-48cd-45ef-932d-717d966d9902} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8688 | 2024.08.15 05:37:46.415132 [ 3 ] {c9e6a8bb-48cd-45ef-932d-717d966d9902} <Debug> executeQuery: Read 201 rows, 18.00 KiB in 0.001494 sec., 134538.15261044176 rows/sec., 11.77 MiB/sec. | ||
8689 | 2024.08.15 05:37:46.415143 [ 37 ] {} <Debug> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8690 | 2024.08.15 05:37:46.415265 [ 37 ] {} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8691 | 2024.08.15 05:37:46.415305 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8692 | 2024.08.15 05:37:46.415383 [ 3 ] {c9e6a8bb-48cd-45ef-932d-717d966d9902} <Debug> DynamicQueryHandler: Done processing query | ||
8693 | 2024.08.15 05:37:46.415453 [ 3 ] {c9e6a8bb-48cd-45ef-932d-717d966d9902} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
8694 | 2024.08.15 05:37:46.415517 [ 3 ] {} <Debug> HTTP-Session: 9b87f56d-73f3-4f00-b7eb-fd1038b251c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8695 | 2024.08.15 05:37:46.415776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8696 | 2024.08.15 05:37:46.415790 [ 190 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::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 | ||
8697 | 2024.08.15 05:37:46.415891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8698 | 2024.08.15 05:37:46.416004 [ 3 ] {} <Debug> HTTP-Session: c844e391-5cce-4190-aeaf-4ead9a2c17df Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8699 | 2024.08.15 05:37:46.416053 [ 3 ] {} <Debug> HTTP-Session: c844e391-5cce-4190-aeaf-4ead9a2c17df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8700 | 2024.08.15 05:37:46.416103 [ 3 ] {} <Debug> HTTP-Session: c844e391-5cce-4190-aeaf-4ead9a2c17df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8701 | 2024.08.15 05:37:46.416197 [ 3 ] {} <Trace> HTTP-Session: c844e391-5cce-4190-aeaf-4ead9a2c17df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8702 | 2024.08.15 05:37:46.416325 [ 190 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8703 | 2024.08.15 05:37:46.416414 [ 190 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1427 rows starting from the beginning of the part | ||
8704 | 2024.08.15 05:37:46.416423 [ 3 ] {df17ce55-1c4f-4cac-9841-27e7bf078a2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8705 | 2024.08.15 05:37:46.416551 [ 3 ] {df17ce55-1c4f-4cac-9841-27e7bf078a2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8706 | 2024.08.15 05:37:46.416688 [ 190 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1344 rows starting from the beginning of the part | ||
8707 | 2024.08.15 05:37:46.417012 [ 190 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 135 rows starting from the beginning of the part | ||
8708 | 2024.08.15 05:37:46.417383 [ 190 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 201 rows starting from the beginning of the part | ||
8709 | 2024.08.15 05:37:46.417739 [ 190 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 134 rows starting from the beginning of the part | ||
8710 | 2024.08.15 05:37:46.417829 [ 3 ] {df17ce55-1c4f-4cac-9841-27e7bf078a2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8711 | 2024.08.15 05:37:46.418007 [ 190 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 201 rows starting from the beginning of the part | ||
8712 | 2024.08.15 05:37:46.418820 [ 3 ] {df17ce55-1c4f-4cac-9841-27e7bf078a2a} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8713 | 2024.08.15 05:37:46.418891 [ 3 ] {df17ce55-1c4f-4cac-9841-27e7bf078a2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8714 | 2024.08.15 05:37:46.419623 [ 3 ] {df17ce55-1c4f-4cac-9841-27e7bf078a2a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8715 | 2024.08.15 05:37:46.420535 [ 3 ] {df17ce55-1c4f-4cac-9841-27e7bf078a2a} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8716 | 2024.08.15 05:37:46.420782 [ 3 ] {df17ce55-1c4f-4cac-9841-27e7bf078a2a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004422 sec., 3165.9882406151064 rows/sec., 221.73 KiB/sec. | ||
8717 | 2024.08.15 05:37:46.421014 [ 3 ] {df17ce55-1c4f-4cac-9841-27e7bf078a2a} <Debug> DynamicQueryHandler: Done processing query | ||
8718 | 2024.08.15 05:37:46.421051 [ 3 ] {df17ce55-1c4f-4cac-9841-27e7bf078a2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8719 | 2024.08.15 05:37:46.421070 [ 3 ] {} <Debug> HTTP-Session: c844e391-5cce-4190-aeaf-4ead9a2c17df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8720 | 2024.08.15 05:37:46.421248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8721 | 2024.08.15 05:37:46.421357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8722 | 2024.08.15 05:37:46.421431 [ 3 ] {} <Debug> HTTP-Session: 9a847d21-8dad-4902-b815-4b7f39e001d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8723 | 2024.08.15 05:37:46.421499 [ 3 ] {} <Debug> HTTP-Session: 9a847d21-8dad-4902-b815-4b7f39e001d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8724 | 2024.08.15 05:37:46.421565 [ 3 ] {} <Debug> HTTP-Session: 9a847d21-8dad-4902-b815-4b7f39e001d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8725 | 2024.08.15 05:37:46.421652 [ 3 ] {} <Trace> HTTP-Session: 9a847d21-8dad-4902-b815-4b7f39e001d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8726 | 2024.08.15 05:37:46.421668 [ 190 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3442 rows, containing 4 columns (4 merged, 0 gathered) in 0.006260903 sec., 549760.9530126884 rows/sec., 46.16 MiB/sec. | ||
8727 | 2024.08.15 05:37:46.421785 [ 3 ] {6470521e-4d22-4a92-89dd-002e80c4a355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
8728 | 2024.08.15 05:37:46.421838 [ 3 ] {6470521e-4d22-4a92-89dd-002e80c4a355} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8729 | 2024.08.15 05:37:46.421986 [ 197 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8730 | 2024.08.15 05:37:46.422179 [ 3 ] {6470521e-4d22-4a92-89dd-002e80c4a355} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8731 | 2024.08.15 05:37:46.422825 [ 3 ] {6470521e-4d22-4a92-89dd-002e80c4a355} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8732 | 2024.08.15 05:37:46.422874 [ 3 ] {6470521e-4d22-4a92-89dd-002e80c4a355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8733 | 2024.08.15 05:37:46.422927 [ 197 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_46_9} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8734 | 2024.08.15 05:37:46.423113 [ 197 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_46_9} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8735 | 2024.08.15 05:37:46.423276 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
8736 | 2024.08.15 05:37:46.423438 [ 3 ] {6470521e-4d22-4a92-89dd-002e80c4a355} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8737 | 2024.08.15 05:37:46.423762 [ 3 ] {6470521e-4d22-4a92-89dd-002e80c4a355} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8738 | 2024.08.15 05:37:46.423922 [ 3 ] {6470521e-4d22-4a92-89dd-002e80c4a355} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.002156 sec., 2782.931354359926 rows/sec., 164.42 KiB/sec. | ||
8739 | 2024.08.15 05:37:46.424252 [ 3 ] {6470521e-4d22-4a92-89dd-002e80c4a355} <Debug> DynamicQueryHandler: Done processing query | ||
8740 | 2024.08.15 05:37:46.424277 [ 3 ] {6470521e-4d22-4a92-89dd-002e80c4a355} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8741 | 2024.08.15 05:37:46.424294 [ 3 ] {} <Debug> HTTP-Session: 9a847d21-8dad-4902-b815-4b7f39e001d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8742 | 2024.08.15 05:37:46.424452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 62444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8743 | 2024.08.15 05:37:46.424502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8744 | 2024.08.15 05:37:46.424522 [ 3 ] {} <Debug> HTTP-Session: cae959ad-2089-4743-9f98-f4d281aff09e Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8745 | 2024.08.15 05:37:46.424538 [ 3 ] {} <Debug> HTTP-Session: cae959ad-2089-4743-9f98-f4d281aff09e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8746 | 2024.08.15 05:37:46.424553 [ 3 ] {} <Debug> HTTP-Session: cae959ad-2089-4743-9f98-f4d281aff09e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8747 | 2024.08.15 05:37:46.424586 [ 3 ] {} <Trace> HTTP-Session: cae959ad-2089-4743-9f98-f4d281aff09e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8748 | 2024.08.15 05:37:46.424867 [ 3 ] {bce94c09-a36b-474b-86bb-ee92c5bae152} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8749 | 2024.08.15 05:37:46.424911 [ 3 ] {bce94c09-a36b-474b-86bb-ee92c5bae152} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8750 | 2024.08.15 05:37:46.425059 [ 3 ] {bce94c09-a36b-474b-86bb-ee92c5bae152} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8751 | 2024.08.15 05:37:46.425610 [ 3 ] {bce94c09-a36b-474b-86bb-ee92c5bae152} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8752 | 2024.08.15 05:37:46.425651 [ 3 ] {bce94c09-a36b-474b-86bb-ee92c5bae152} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8753 | 2024.08.15 05:37:46.425977 [ 3 ] {bce94c09-a36b-474b-86bb-ee92c5bae152} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8754 | 2024.08.15 05:37:46.426284 [ 3 ] {bce94c09-a36b-474b-86bb-ee92c5bae152} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8755 | 2024.08.15 05:37:46.426439 [ 3 ] {bce94c09-a36b-474b-86bb-ee92c5bae152} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.001752 sec., 220319.63470319632 rows/sec., 15.61 MiB/sec. | ||
8756 | 2024.08.15 05:37:46.426449 [ 37 ] {} <Debug> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8757 | 2024.08.15 05:37:46.426535 [ 37 ] {} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8758 | 2024.08.15 05:37:46.426578 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8759 | 2024.08.15 05:37:46.426758 [ 3 ] {bce94c09-a36b-474b-86bb-ee92c5bae152} <Debug> DynamicQueryHandler: Done processing query | ||
8760 | 2024.08.15 05:37:46.426829 [ 3 ] {bce94c09-a36b-474b-86bb-ee92c5bae152} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
8761 | 2024.08.15 05:37:46.426900 [ 3 ] {} <Debug> HTTP-Session: cae959ad-2089-4743-9f98-f4d281aff09e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8762 | 2024.08.15 05:37:46.426902 [ 198 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::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 | ||
8763 | 2024.08.15 05:37:46.427132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8764 | 2024.08.15 05:37:46.427305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8765 | 2024.08.15 05:37:46.427409 [ 3 ] {} <Debug> HTTP-Session: b8c1b987-4ed0-4abc-85df-443d1f6b1438 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8766 | 2024.08.15 05:37:46.427482 [ 3 ] {} <Debug> HTTP-Session: b8c1b987-4ed0-4abc-85df-443d1f6b1438 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8767 | 2024.08.15 05:37:46.427550 [ 3 ] {} <Debug> HTTP-Session: b8c1b987-4ed0-4abc-85df-443d1f6b1438 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8768 | 2024.08.15 05:37:46.427607 [ 198 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8769 | 2024.08.15 05:37:46.427630 [ 3 ] {} <Trace> HTTP-Session: b8c1b987-4ed0-4abc-85df-443d1f6b1438 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8770 | 2024.08.15 05:37:46.427674 [ 198 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 902 rows starting from the beginning of the part | ||
8771 | 2024.08.15 05:37:46.427936 [ 3 ] {7bddeb57-bdc8-4ccb-99f8-b4f7a9e0818f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8772 | 2024.08.15 05:37:46.427937 [ 198 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 848 rows starting from the beginning of the part | ||
8773 | 2024.08.15 05:37:46.428064 [ 3 ] {7bddeb57-bdc8-4ccb-99f8-b4f7a9e0818f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8774 | 2024.08.15 05:37:46.428270 [ 198 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 92 rows starting from the beginning of the part | ||
8775 | 2024.08.15 05:37:46.428599 [ 198 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 386 rows starting from the beginning of the part | ||
8776 | 2024.08.15 05:37:46.428938 [ 198 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 90 rows starting from the beginning of the part | ||
8777 | 2024.08.15 05:37:46.429204 [ 3 ] {7bddeb57-bdc8-4ccb-99f8-b4f7a9e0818f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8778 | 2024.08.15 05:37:46.429303 [ 198 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 386 rows starting from the beginning of the part | ||
8779 | 2024.08.15 05:37:46.430070 [ 3 ] {7bddeb57-bdc8-4ccb-99f8-b4f7a9e0818f} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8780 | 2024.08.15 05:37:46.430133 [ 3 ] {7bddeb57-bdc8-4ccb-99f8-b4f7a9e0818f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8781 | 2024.08.15 05:37:46.431015 [ 3 ] {7bddeb57-bdc8-4ccb-99f8-b4f7a9e0818f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8782 | 2024.08.15 05:37:46.431744 [ 3 ] {7bddeb57-bdc8-4ccb-99f8-b4f7a9e0818f} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8783 | 2024.08.15 05:37:46.431937 [ 3 ] {7bddeb57-bdc8-4ccb-99f8-b4f7a9e0818f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004159 sec., 1442.6544842510218 rows/sec., 75.37 KiB/sec. | ||
8784 | 2024.08.15 05:37:46.432746 [ 197 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2704 rows, containing 4 columns (4 merged, 0 gathered) in 0.006076409 sec., 444999.67003537784 rows/sec., 32.22 MiB/sec. | ||
8785 | 2024.08.15 05:37:46.432804 [ 3 ] {7bddeb57-bdc8-4ccb-99f8-b4f7a9e0818f} <Debug> DynamicQueryHandler: Done processing query | ||
8786 | 2024.08.15 05:37:46.432837 [ 3 ] {7bddeb57-bdc8-4ccb-99f8-b4f7a9e0818f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8787 | 2024.08.15 05:37:46.432858 [ 3 ] {} <Debug> HTTP-Session: b8c1b987-4ed0-4abc-85df-443d1f6b1438 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8788 | 2024.08.15 05:37:46.432969 [ 197 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8789 | 2024.08.15 05:37:46.433058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 44608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8790 | 2024.08.15 05:37:46.433171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8791 | 2024.08.15 05:37:46.433255 [ 3 ] {} <Debug> HTTP-Session: da1cd02c-01e9-40fe-9162-3d03fd9ecdda Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8792 | 2024.08.15 05:37:46.433311 [ 3 ] {} <Debug> HTTP-Session: da1cd02c-01e9-40fe-9162-3d03fd9ecdda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8793 | 2024.08.15 05:37:46.433354 [ 3 ] {} <Debug> HTTP-Session: da1cd02c-01e9-40fe-9162-3d03fd9ecdda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8794 | 2024.08.15 05:37:46.433431 [ 3 ] {} <Trace> HTTP-Session: da1cd02c-01e9-40fe-9162-3d03fd9ecdda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8795 | 2024.08.15 05:37:46.433662 [ 197 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_46_9} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8796 | 2024.08.15 05:37:46.433745 [ 197 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_46_9} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8797 | 2024.08.15 05:37:46.433810 [ 3 ] {fd25ccdf-fa90-460c-b501-0615c06f90d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8798 | 2024.08.15 05:37:46.433884 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
8799 | 2024.08.15 05:37:46.433927 [ 3 ] {fd25ccdf-fa90-460c-b501-0615c06f90d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8800 | 2024.08.15 05:37:46.434103 [ 3 ] {fd25ccdf-fa90-460c-b501-0615c06f90d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8801 | 2024.08.15 05:37:46.434560 [ 3 ] {fd25ccdf-fa90-460c-b501-0615c06f90d0} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8802 | 2024.08.15 05:37:46.434596 [ 3 ] {fd25ccdf-fa90-460c-b501-0615c06f90d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8803 | 2024.08.15 05:37:46.434993 [ 3 ] {fd25ccdf-fa90-460c-b501-0615c06f90d0} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8804 | 2024.08.15 05:37:46.435334 [ 3 ] {fd25ccdf-fa90-460c-b501-0615c06f90d0} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8805 | 2024.08.15 05:37:46.435490 [ 37 ] {} <Debug> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8806 | 2024.08.15 05:37:46.435500 [ 3 ] {fd25ccdf-fa90-460c-b501-0615c06f90d0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001927 sec., 122989.10223144785 rows/sec., 8.24 MiB/sec. | ||
8807 | 2024.08.15 05:37:46.435550 [ 37 ] {} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8808 | 2024.08.15 05:37:46.435617 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8809 | 2024.08.15 05:37:46.435857 [ 3 ] {fd25ccdf-fa90-460c-b501-0615c06f90d0} <Debug> DynamicQueryHandler: Done processing query | ||
8810 | 2024.08.15 05:37:46.435945 [ 3 ] {fd25ccdf-fa90-460c-b501-0615c06f90d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8811 | 2024.08.15 05:37:46.436039 [ 3 ] {} <Debug> HTTP-Session: da1cd02c-01e9-40fe-9162-3d03fd9ecdda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8812 | 2024.08.15 05:37:46.436122 [ 188 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::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 | ||
8813 | 2024.08.15 05:37:46.436312 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8814 | 2024.08.15 05:37:46.436402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8815 | 2024.08.15 05:37:46.436461 [ 3 ] {} <Debug> HTTP-Session: 971ff26b-763d-4a72-b2fb-9246591715d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8816 | 2024.08.15 05:37:46.436513 [ 3 ] {} <Debug> HTTP-Session: 971ff26b-763d-4a72-b2fb-9246591715d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8817 | 2024.08.15 05:37:46.436547 [ 3 ] {} <Debug> HTTP-Session: 971ff26b-763d-4a72-b2fb-9246591715d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8818 | 2024.08.15 05:37:46.436633 [ 188 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8819 | 2024.08.15 05:37:46.436644 [ 3 ] {} <Trace> HTTP-Session: 971ff26b-763d-4a72-b2fb-9246591715d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8820 | 2024.08.15 05:37:46.436721 [ 188 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 11490 rows starting from the beginning of the part | ||
8821 | 2024.08.15 05:37:46.436917 [ 3 ] {527785f6-9d79-41ff-9289-e61c4a3ba7c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
8822 | 2024.08.15 05:37:46.436999 [ 188 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 924 rows starting from the beginning of the part | ||
8823 | 2024.08.15 05:37:46.437061 [ 3 ] {527785f6-9d79-41ff-9289-e61c4a3ba7c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8824 | 2024.08.15 05:37:46.437353 [ 188 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 163 rows starting from the beginning of the part | ||
8825 | 2024.08.15 05:37:46.437646 [ 188 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 235 rows starting from the beginning of the part | ||
8826 | 2024.08.15 05:37:46.437982 [ 188 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 162 rows starting from the beginning of the part | ||
8827 | 2024.08.15 05:37:46.438290 [ 3 ] {527785f6-9d79-41ff-9289-e61c4a3ba7c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8828 | 2024.08.15 05:37:46.438339 [ 188 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::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 | ||
8829 | 2024.08.15 05:37:46.439168 [ 3 ] {527785f6-9d79-41ff-9289-e61c4a3ba7c5} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8830 | 2024.08.15 05:37:46.439239 [ 3 ] {527785f6-9d79-41ff-9289-e61c4a3ba7c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8831 | 2024.08.15 05:37:46.439876 [ 3 ] {527785f6-9d79-41ff-9289-e61c4a3ba7c5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8832 | 2024.08.15 05:37:46.440420 [ 3 ] {527785f6-9d79-41ff-9289-e61c4a3ba7c5} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8833 | 2024.08.15 05:37:46.440676 [ 37 ] {} <Debug> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
8834 | 2024.08.15 05:37:46.440773 [ 37 ] {} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8835 | 2024.08.15 05:37:46.440787 [ 3 ] {527785f6-9d79-41ff-9289-e61c4a3ba7c5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003964 sec., 252.27043390514635 rows/sec., 17.00 KiB/sec. | ||
8836 | 2024.08.15 05:37:46.440836 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8837 | 2024.08.15 05:37:46.441283 [ 197 ] {73f49326-8ca5-47bc-88f4-892effbaf908::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 | ||
8838 | 2024.08.15 05:37:46.441458 [ 3 ] {527785f6-9d79-41ff-9289-e61c4a3ba7c5} <Debug> DynamicQueryHandler: Done processing query | ||
8839 | 2024.08.15 05:37:46.441572 [ 3 ] {527785f6-9d79-41ff-9289-e61c4a3ba7c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
8840 | 2024.08.15 05:37:46.441669 [ 3 ] {} <Debug> HTTP-Session: 971ff26b-763d-4a72-b2fb-9246591715d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8841 | 2024.08.15 05:37:46.441808 [ 197 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8842 | 2024.08.15 05:37:46.441923 [ 197 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part | ||
8843 | 2024.08.15 05:37:46.441965 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8844 | 2024.08.15 05:37:46.442176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8845 | 2024.08.15 05:37:46.442309 [ 3 ] {} <Debug> HTTP-Session: 64a07d2c-79a0-4eb6-80a9-648a29bf507b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8846 | 2024.08.15 05:37:46.442366 [ 197 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
8847 | 2024.08.15 05:37:46.442415 [ 3 ] {} <Debug> HTTP-Session: 64a07d2c-79a0-4eb6-80a9-648a29bf507b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8848 | 2024.08.15 05:37:46.442493 [ 3 ] {} <Debug> HTTP-Session: 64a07d2c-79a0-4eb6-80a9-648a29bf507b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8849 | 2024.08.15 05:37:46.442657 [ 197 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
8850 | 2024.08.15 05:37:46.442703 [ 3 ] {} <Trace> HTTP-Session: 64a07d2c-79a0-4eb6-80a9-648a29bf507b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8851 | 2024.08.15 05:37:46.443003 [ 197 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
8852 | 2024.08.15 05:37:46.443121 [ 3 ] {a6af3de9-0087-4822-9041-365cdab6101c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8853 | 2024.08.15 05:37:46.443283 [ 197 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
8854 | 2024.08.15 05:37:46.443646 [ 197 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
8855 | 2024.08.15 05:37:46.443672 [ 3 ] {a6af3de9-0087-4822-9041-365cdab6101c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8856 | 2024.08.15 05:37:46.447305 [ 3 ] {a6af3de9-0087-4822-9041-365cdab6101c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8857 | 2024.08.15 05:37:46.449088 [ 201 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13211 rows, containing 5 columns (5 merged, 0 gathered) in 0.013322423 sec., 991636.4313008226 rows/sec., 67.02 MiB/sec. | ||
8858 | 2024.08.15 05:37:46.449624 [ 189 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.008640033 sec., 2314.8059735419993 rows/sec., 155.98 KiB/sec. | ||
8859 | 2024.08.15 05:37:46.449765 [ 201 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8860 | 2024.08.15 05:37:46.449950 [ 189 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
8861 | 2024.08.15 05:37:46.450244 [ 3 ] {a6af3de9-0087-4822-9041-365cdab6101c} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8862 | 2024.08.15 05:37:46.450324 [ 3 ] {a6af3de9-0087-4822-9041-365cdab6101c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8863 | 2024.08.15 05:37:46.451984 [ 201 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8864 | 2024.08.15 05:37:46.452053 [ 189 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_20_4} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8865 | 2024.08.15 05:37:46.452326 [ 201 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8866 | 2024.08.15 05:37:46.452380 [ 189 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_20_4} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
8867 | 2024.08.15 05:37:46.452645 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.41 MiB. | ||
8868 | 2024.08.15 05:37:46.452761 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
8869 | 2024.08.15 05:37:46.453078 [ 3 ] {a6af3de9-0087-4822-9041-365cdab6101c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
8870 | 2024.08.15 05:37:46.453510 [ 3 ] {a6af3de9-0087-4822-9041-365cdab6101c} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8871 | 2024.08.15 05:37:46.453706 [ 3 ] {a6af3de9-0087-4822-9041-365cdab6101c} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.010755 sec., 371.9200371920037 rows/sec., 682.46 KiB/sec. | ||
8872 | 2024.08.15 05:37:46.454107 [ 3 ] {a6af3de9-0087-4822-9041-365cdab6101c} <Debug> DynamicQueryHandler: Done processing query | ||
8873 | 2024.08.15 05:37:46.454131 [ 3 ] {a6af3de9-0087-4822-9041-365cdab6101c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
8874 | 2024.08.15 05:37:46.454148 [ 3 ] {} <Debug> HTTP-Session: 64a07d2c-79a0-4eb6-80a9-648a29bf507b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8875 | 2024.08.15 05:37:46.454295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8876 | 2024.08.15 05:37:46.454347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8877 | 2024.08.15 05:37:46.454366 [ 3 ] {} <Debug> HTTP-Session: 13213dbb-7261-450b-af51-8a21325a27ae Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8878 | 2024.08.15 05:37:46.454382 [ 3 ] {} <Debug> HTTP-Session: 13213dbb-7261-450b-af51-8a21325a27ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8879 | 2024.08.15 05:37:46.454395 [ 3 ] {} <Debug> HTTP-Session: 13213dbb-7261-450b-af51-8a21325a27ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8880 | 2024.08.15 05:37:46.454429 [ 3 ] {} <Trace> HTTP-Session: 13213dbb-7261-450b-af51-8a21325a27ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8881 | 2024.08.15 05:37:46.454557 [ 3 ] {1e89e23d-02a2-4406-b7fb-f4e0ebd9e5da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8882 | 2024.08.15 05:37:46.454602 [ 3 ] {1e89e23d-02a2-4406-b7fb-f4e0ebd9e5da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8883 | 2024.08.15 05:37:46.454735 [ 3 ] {1e89e23d-02a2-4406-b7fb-f4e0ebd9e5da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8884 | 2024.08.15 05:37:46.455047 [ 3 ] {1e89e23d-02a2-4406-b7fb-f4e0ebd9e5da} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8885 | 2024.08.15 05:37:46.455084 [ 3 ] {1e89e23d-02a2-4406-b7fb-f4e0ebd9e5da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8886 | 2024.08.15 05:37:46.455446 [ 3 ] {1e89e23d-02a2-4406-b7fb-f4e0ebd9e5da} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8887 | 2024.08.15 05:37:46.455771 [ 3 ] {1e89e23d-02a2-4406-b7fb-f4e0ebd9e5da} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8888 | 2024.08.15 05:37:46.455924 [ 3 ] {1e89e23d-02a2-4406-b7fb-f4e0ebd9e5da} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001407 sec., 58280.02842928216 rows/sec., 3.70 MiB/sec. | ||
8889 | 2024.08.15 05:37:46.455933 [ 37 ] {} <Debug> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8890 | 2024.08.15 05:37:46.456010 [ 37 ] {} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8891 | 2024.08.15 05:37:46.456071 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8892 | 2024.08.15 05:37:46.456205 [ 3 ] {1e89e23d-02a2-4406-b7fb-f4e0ebd9e5da} <Debug> DynamicQueryHandler: Done processing query | ||
8893 | 2024.08.15 05:37:46.456230 [ 201 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
8894 | 2024.08.15 05:37:46.456248 [ 3 ] {1e89e23d-02a2-4406-b7fb-f4e0ebd9e5da} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8895 | 2024.08.15 05:37:46.456293 [ 3 ] {} <Debug> HTTP-Session: 13213dbb-7261-450b-af51-8a21325a27ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8896 | 2024.08.15 05:37:46.456411 [ 201 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8897 | 2024.08.15 05:37:46.456446 [ 201 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2516 rows starting from the beginning of the part | ||
8898 | 2024.08.15 05:37:46.456506 [ 201 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 82 rows starting from the beginning of the part | ||
8899 | 2024.08.15 05:37:46.456721 [ 201 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 62 rows starting from the beginning of the part | ||
8900 | 2024.08.15 05:37:46.456918 [ 201 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 80 rows starting from the beginning of the part | ||
8901 | 2024.08.15 05:37:46.457087 [ 201 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 62 rows starting from the beginning of the part | ||
8902 | 2024.08.15 05:37:46.457189 [ 201 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 82 rows starting from the beginning of the part | ||
8903 | 2024.08.15 05:37:46.458750 [ 200 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2884 rows, containing 4 columns (4 merged, 0 gathered) in 0.002587224 sec., 1114708.2741965908 rows/sec., 72.69 MiB/sec. | ||
8904 | 2024.08.15 05:37:46.459085 [ 200 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8905 | 2024.08.15 05:37:46.459574 [ 200 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_46_9} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8906 | 2024.08.15 05:37:46.459672 [ 200 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_46_9} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8907 | 2024.08.15 05:37:46.459772 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
8908 | 2024.08.15 05:37:50.234860 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8909 | 2024.08.15 05:37:50.234965 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8910 | 2024.08.15 05:37:51.408095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8911 | 2024.08.15 05:37:51.408213 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8912 | 2024.08.15 05:37:51.408237 [ 3 ] {} <Debug> HTTP-Session: acc6f15f-9076-4ccb-89dd-398acaefed50 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8913 | 2024.08.15 05:37:51.408262 [ 3 ] {} <Debug> HTTP-Session: acc6f15f-9076-4ccb-89dd-398acaefed50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8914 | 2024.08.15 05:37:51.408277 [ 3 ] {} <Debug> HTTP-Session: acc6f15f-9076-4ccb-89dd-398acaefed50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8915 | 2024.08.15 05:37:51.408327 [ 3 ] {} <Trace> HTTP-Session: acc6f15f-9076-4ccb-89dd-398acaefed50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8916 | 2024.08.15 05:37:51.408524 [ 3 ] {6f456976-2fb3-42d6-af3e-afb77680420b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8917 | 2024.08.15 05:37:51.408592 [ 3 ] {6f456976-2fb3-42d6-af3e-afb77680420b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8918 | 2024.08.15 05:37:51.408783 [ 3 ] {6f456976-2fb3-42d6-af3e-afb77680420b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8919 | 2024.08.15 05:37:51.409197 [ 3 ] {6f456976-2fb3-42d6-af3e-afb77680420b} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8920 | 2024.08.15 05:37:51.409240 [ 3 ] {6f456976-2fb3-42d6-af3e-afb77680420b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8921 | 2024.08.15 05:37:51.409610 [ 3 ] {6f456976-2fb3-42d6-af3e-afb77680420b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
8922 | 2024.08.15 05:37:51.409950 [ 3 ] {6f456976-2fb3-42d6-af3e-afb77680420b} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8923 | 2024.08.15 05:37:51.410108 [ 3 ] {6f456976-2fb3-42d6-af3e-afb77680420b} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001647 sec., 15786.278081360048 rows/sec., 1.25 MiB/sec. | ||
8924 | 2024.08.15 05:37:51.410322 [ 3 ] {6f456976-2fb3-42d6-af3e-afb77680420b} <Debug> DynamicQueryHandler: Done processing query | ||
8925 | 2024.08.15 05:37:51.410350 [ 3 ] {6f456976-2fb3-42d6-af3e-afb77680420b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8926 | 2024.08.15 05:37:51.410366 [ 3 ] {} <Debug> HTTP-Session: acc6f15f-9076-4ccb-89dd-398acaefed50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8927 | 2024.08.15 05:37:51.410519 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8928 | 2024.08.15 05:37:51.410570 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8929 | 2024.08.15 05:37:51.410590 [ 3 ] {} <Debug> HTTP-Session: 7d2cf6be-2578-4eea-b768-9bfbf9a5dc6a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8930 | 2024.08.15 05:37:51.410606 [ 3 ] {} <Debug> HTTP-Session: 7d2cf6be-2578-4eea-b768-9bfbf9a5dc6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8931 | 2024.08.15 05:37:51.410621 [ 3 ] {} <Debug> HTTP-Session: 7d2cf6be-2578-4eea-b768-9bfbf9a5dc6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8932 | 2024.08.15 05:37:51.410653 [ 3 ] {} <Trace> HTTP-Session: 7d2cf6be-2578-4eea-b768-9bfbf9a5dc6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8933 | 2024.08.15 05:37:51.410749 [ 3 ] {87c6e2b1-ae73-4b2d-a738-7ebdbdc2c492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8934 | 2024.08.15 05:37:51.410794 [ 3 ] {87c6e2b1-ae73-4b2d-a738-7ebdbdc2c492} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8935 | 2024.08.15 05:37:51.410924 [ 3 ] {87c6e2b1-ae73-4b2d-a738-7ebdbdc2c492} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8936 | 2024.08.15 05:37:51.411211 [ 3 ] {87c6e2b1-ae73-4b2d-a738-7ebdbdc2c492} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8937 | 2024.08.15 05:37:51.411247 [ 3 ] {87c6e2b1-ae73-4b2d-a738-7ebdbdc2c492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8938 | 2024.08.15 05:37:51.411545 [ 3 ] {87c6e2b1-ae73-4b2d-a738-7ebdbdc2c492} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
8939 | 2024.08.15 05:37:51.411867 [ 3 ] {87c6e2b1-ae73-4b2d-a738-7ebdbdc2c492} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8940 | 2024.08.15 05:37:51.412049 [ 3 ] {87c6e2b1-ae73-4b2d-a738-7ebdbdc2c492} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00132 sec., 1515.1515151515152 rows/sec., 123.55 KiB/sec. | ||
8941 | 2024.08.15 05:37:51.412205 [ 3 ] {87c6e2b1-ae73-4b2d-a738-7ebdbdc2c492} <Debug> DynamicQueryHandler: Done processing query | ||
8942 | 2024.08.15 05:37:51.412229 [ 3 ] {87c6e2b1-ae73-4b2d-a738-7ebdbdc2c492} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8943 | 2024.08.15 05:37:51.412245 [ 3 ] {} <Debug> HTTP-Session: 7d2cf6be-2578-4eea-b768-9bfbf9a5dc6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8944 | 2024.08.15 05:37:51.412383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8945 | 2024.08.15 05:37:51.412432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8946 | 2024.08.15 05:37:51.412451 [ 3 ] {} <Debug> HTTP-Session: 6cffb3e1-5ec6-4083-90e5-d7cd21eb766c Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8947 | 2024.08.15 05:37:51.412467 [ 3 ] {} <Debug> HTTP-Session: 6cffb3e1-5ec6-4083-90e5-d7cd21eb766c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8948 | 2024.08.15 05:37:51.412481 [ 3 ] {} <Debug> HTTP-Session: 6cffb3e1-5ec6-4083-90e5-d7cd21eb766c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8949 | 2024.08.15 05:37:51.412514 [ 3 ] {} <Trace> HTTP-Session: 6cffb3e1-5ec6-4083-90e5-d7cd21eb766c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8950 | 2024.08.15 05:37:51.412650 [ 3 ] {2b88bc84-24f9-4293-96e9-9cc40eb1eb43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8951 | 2024.08.15 05:37:51.412692 [ 3 ] {2b88bc84-24f9-4293-96e9-9cc40eb1eb43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8952 | 2024.08.15 05:37:51.412818 [ 3 ] {2b88bc84-24f9-4293-96e9-9cc40eb1eb43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8953 | 2024.08.15 05:37:51.413189 [ 3 ] {2b88bc84-24f9-4293-96e9-9cc40eb1eb43} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8954 | 2024.08.15 05:37:51.413226 [ 3 ] {2b88bc84-24f9-4293-96e9-9cc40eb1eb43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8955 | 2024.08.15 05:37:51.413551 [ 3 ] {2b88bc84-24f9-4293-96e9-9cc40eb1eb43} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8956 | 2024.08.15 05:37:51.413863 [ 3 ] {2b88bc84-24f9-4293-96e9-9cc40eb1eb43} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8957 | 2024.08.15 05:37:51.414021 [ 3 ] {2b88bc84-24f9-4293-96e9-9cc40eb1eb43} <Debug> executeQuery: Read 135 rows, 11.52 KiB in 0.001424 sec., 94803.37078651685 rows/sec., 7.90 MiB/sec. | ||
8958 | 2024.08.15 05:37:51.414193 [ 3 ] {2b88bc84-24f9-4293-96e9-9cc40eb1eb43} <Debug> DynamicQueryHandler: Done processing query | ||
8959 | 2024.08.15 05:37:51.414218 [ 3 ] {2b88bc84-24f9-4293-96e9-9cc40eb1eb43} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8960 | 2024.08.15 05:37:51.414233 [ 3 ] {} <Debug> HTTP-Session: 6cffb3e1-5ec6-4083-90e5-d7cd21eb766c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8961 | 2024.08.15 05:37:51.414358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8962 | 2024.08.15 05:37:51.414408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8963 | 2024.08.15 05:37:51.414428 [ 3 ] {} <Debug> HTTP-Session: f9daceba-04a5-407f-b8ed-09851ec1365d Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8964 | 2024.08.15 05:37:51.414443 [ 3 ] {} <Debug> HTTP-Session: f9daceba-04a5-407f-b8ed-09851ec1365d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8965 | 2024.08.15 05:37:51.414458 [ 3 ] {} <Debug> HTTP-Session: f9daceba-04a5-407f-b8ed-09851ec1365d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8966 | 2024.08.15 05:37:51.414489 [ 3 ] {} <Trace> HTTP-Session: f9daceba-04a5-407f-b8ed-09851ec1365d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8967 | 2024.08.15 05:37:51.414604 [ 3 ] {934191cc-e078-4888-b450-76fb48af4a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8968 | 2024.08.15 05:37:51.414647 [ 3 ] {934191cc-e078-4888-b450-76fb48af4a89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8969 | 2024.08.15 05:37:51.414774 [ 3 ] {934191cc-e078-4888-b450-76fb48af4a89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8970 | 2024.08.15 05:37:51.415042 [ 3 ] {934191cc-e078-4888-b450-76fb48af4a89} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8971 | 2024.08.15 05:37:51.415079 [ 3 ] {934191cc-e078-4888-b450-76fb48af4a89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8972 | 2024.08.15 05:37:51.415369 [ 3 ] {934191cc-e078-4888-b450-76fb48af4a89} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
8973 | 2024.08.15 05:37:51.415666 [ 3 ] {934191cc-e078-4888-b450-76fb48af4a89} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8974 | 2024.08.15 05:37:51.415818 [ 3 ] {934191cc-e078-4888-b450-76fb48af4a89} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001227 sec., 1629.9918500407498 rows/sec., 113.81 KiB/sec. | ||
8975 | 2024.08.15 05:37:51.416086 [ 3 ] {934191cc-e078-4888-b450-76fb48af4a89} <Debug> DynamicQueryHandler: Done processing query | ||
8976 | 2024.08.15 05:37:51.416113 [ 3 ] {934191cc-e078-4888-b450-76fb48af4a89} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8977 | 2024.08.15 05:37:51.416129 [ 3 ] {} <Debug> HTTP-Session: f9daceba-04a5-407f-b8ed-09851ec1365d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8978 | 2024.08.15 05:37:51.416256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 15624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8979 | 2024.08.15 05:37:51.416303 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8980 | 2024.08.15 05:37:51.416323 [ 3 ] {} <Debug> HTTP-Session: b8090638-58d7-4d8b-b11a-b62db61f0475 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8981 | 2024.08.15 05:37:51.416339 [ 3 ] {} <Debug> HTTP-Session: b8090638-58d7-4d8b-b11a-b62db61f0475 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8982 | 2024.08.15 05:37:51.416352 [ 3 ] {} <Debug> HTTP-Session: b8090638-58d7-4d8b-b11a-b62db61f0475 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8983 | 2024.08.15 05:37:51.416382 [ 3 ] {} <Trace> HTTP-Session: b8090638-58d7-4d8b-b11a-b62db61f0475 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8984 | 2024.08.15 05:37:51.416500 [ 3 ] {e8479643-4ba7-4552-b1a4-e98d81cd60a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8985 | 2024.08.15 05:37:51.416542 [ 3 ] {e8479643-4ba7-4552-b1a4-e98d81cd60a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8986 | 2024.08.15 05:37:51.416687 [ 3 ] {e8479643-4ba7-4552-b1a4-e98d81cd60a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8987 | 2024.08.15 05:37:51.417011 [ 3 ] {e8479643-4ba7-4552-b1a4-e98d81cd60a2} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8988 | 2024.08.15 05:37:51.417047 [ 3 ] {e8479643-4ba7-4552-b1a4-e98d81cd60a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8989 | 2024.08.15 05:37:51.417351 [ 3 ] {e8479643-4ba7-4552-b1a4-e98d81cd60a2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8990 | 2024.08.15 05:37:51.417657 [ 3 ] {e8479643-4ba7-4552-b1a4-e98d81cd60a2} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8991 | 2024.08.15 05:37:51.417807 [ 3 ] {e8479643-4ba7-4552-b1a4-e98d81cd60a2} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001345 sec., 68401.48698884758 rows/sec., 5.34 MiB/sec. | ||
8992 | 2024.08.15 05:37:51.417961 [ 3 ] {e8479643-4ba7-4552-b1a4-e98d81cd60a2} <Debug> DynamicQueryHandler: Done processing query | ||
8993 | 2024.08.15 05:37:51.417985 [ 3 ] {e8479643-4ba7-4552-b1a4-e98d81cd60a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8994 | 2024.08.15 05:37:51.418000 [ 3 ] {} <Debug> HTTP-Session: b8090638-58d7-4d8b-b11a-b62db61f0475 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8995 | 2024.08.15 05:37:51.418156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30397, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8996 | 2024.08.15 05:37:51.418204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8997 | 2024.08.15 05:37:51.418223 [ 3 ] {} <Debug> HTTP-Session: d69d2928-8735-4a1d-8ff1-736aa3024d50 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
8998 | 2024.08.15 05:37:51.418239 [ 3 ] {} <Debug> HTTP-Session: d69d2928-8735-4a1d-8ff1-736aa3024d50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8999 | 2024.08.15 05:37:51.418253 [ 3 ] {} <Debug> HTTP-Session: d69d2928-8735-4a1d-8ff1-736aa3024d50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9000 | 2024.08.15 05:37:51.418282 [ 3 ] {} <Trace> HTTP-Session: d69d2928-8735-4a1d-8ff1-736aa3024d50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9001 | 2024.08.15 05:37:51.418418 [ 3 ] {0cc184aa-2f11-414d-b989-0e877af23fa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9002 | 2024.08.15 05:37:51.418464 [ 3 ] {0cc184aa-2f11-414d-b989-0e877af23fa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9003 | 2024.08.15 05:37:51.418606 [ 3 ] {0cc184aa-2f11-414d-b989-0e877af23fa3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9004 | 2024.08.15 05:37:51.418936 [ 3 ] {0cc184aa-2f11-414d-b989-0e877af23fa3} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9005 | 2024.08.15 05:37:51.418972 [ 3 ] {0cc184aa-2f11-414d-b989-0e877af23fa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9006 | 2024.08.15 05:37:51.419349 [ 3 ] {0cc184aa-2f11-414d-b989-0e877af23fa3} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9007 | 2024.08.15 05:37:51.419684 [ 3 ] {0cc184aa-2f11-414d-b989-0e877af23fa3} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9008 | 2024.08.15 05:37:51.419838 [ 3 ] {0cc184aa-2f11-414d-b989-0e877af23fa3} <Debug> executeQuery: Read 159 rows, 11.33 KiB in 0.001478 sec., 107577.80784844384 rows/sec., 7.49 MiB/sec. | ||
9009 | 2024.08.15 05:37:51.420113 [ 3 ] {0cc184aa-2f11-414d-b989-0e877af23fa3} <Debug> DynamicQueryHandler: Done processing query | ||
9010 | 2024.08.15 05:37:51.420168 [ 3 ] {0cc184aa-2f11-414d-b989-0e877af23fa3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9011 | 2024.08.15 05:37:51.420221 [ 3 ] {} <Debug> HTTP-Session: d69d2928-8735-4a1d-8ff1-736aa3024d50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9012 | 2024.08.15 05:37:51.420410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 42067, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9013 | 2024.08.15 05:37:51.420461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9014 | 2024.08.15 05:37:51.420480 [ 3 ] {} <Debug> HTTP-Session: 8088d155-d275-4aef-afbd-2345d2e05042 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9015 | 2024.08.15 05:37:51.420503 [ 3 ] {} <Debug> HTTP-Session: 8088d155-d275-4aef-afbd-2345d2e05042 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9016 | 2024.08.15 05:37:51.420517 [ 3 ] {} <Debug> HTTP-Session: 8088d155-d275-4aef-afbd-2345d2e05042 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9017 | 2024.08.15 05:37:51.420548 [ 3 ] {} <Trace> HTTP-Session: 8088d155-d275-4aef-afbd-2345d2e05042 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9018 | 2024.08.15 05:37:51.420831 [ 3 ] {230ad9ba-69e2-411f-807e-5e3daa49ee9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9019 | 2024.08.15 05:37:51.420901 [ 3 ] {230ad9ba-69e2-411f-807e-5e3daa49ee9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9020 | 2024.08.15 05:37:51.421330 [ 3 ] {230ad9ba-69e2-411f-807e-5e3daa49ee9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9021 | 2024.08.15 05:37:51.421961 [ 3 ] {230ad9ba-69e2-411f-807e-5e3daa49ee9a} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9022 | 2024.08.15 05:37:51.422001 [ 3 ] {230ad9ba-69e2-411f-807e-5e3daa49ee9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9023 | 2024.08.15 05:37:51.422621 [ 3 ] {230ad9ba-69e2-411f-807e-5e3daa49ee9a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
9024 | 2024.08.15 05:37:51.423031 [ 3 ] {230ad9ba-69e2-411f-807e-5e3daa49ee9a} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9025 | 2024.08.15 05:37:51.423219 [ 3 ] {230ad9ba-69e2-411f-807e-5e3daa49ee9a} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002592 sec., 10030.864197530864 rows/sec., 17.97 MiB/sec. | ||
9026 | 2024.08.15 05:37:51.423418 [ 3 ] {230ad9ba-69e2-411f-807e-5e3daa49ee9a} <Debug> DynamicQueryHandler: Done processing query | ||
9027 | 2024.08.15 05:37:51.423442 [ 3 ] {230ad9ba-69e2-411f-807e-5e3daa49ee9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
9028 | 2024.08.15 05:37:51.423459 [ 3 ] {} <Debug> HTTP-Session: 8088d155-d275-4aef-afbd-2345d2e05042 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9029 | 2024.08.15 05:37:51.423597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 8827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9030 | 2024.08.15 05:37:51.423646 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9031 | 2024.08.15 05:37:51.423665 [ 3 ] {} <Debug> HTTP-Session: de1c7e1e-58f2-4c23-ba88-c77888548afa Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9032 | 2024.08.15 05:37:51.423683 [ 3 ] {} <Debug> HTTP-Session: de1c7e1e-58f2-4c23-ba88-c77888548afa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9033 | 2024.08.15 05:37:51.423697 [ 3 ] {} <Debug> HTTP-Session: de1c7e1e-58f2-4c23-ba88-c77888548afa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9034 | 2024.08.15 05:37:51.423728 [ 3 ] {} <Trace> HTTP-Session: de1c7e1e-58f2-4c23-ba88-c77888548afa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9035 | 2024.08.15 05:37:51.423837 [ 3 ] {7e6732e5-b755-4a0c-bd34-3ea8eb6aedb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9036 | 2024.08.15 05:37:51.423882 [ 3 ] {7e6732e5-b755-4a0c-bd34-3ea8eb6aedb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9037 | 2024.08.15 05:37:51.424008 [ 3 ] {7e6732e5-b755-4a0c-bd34-3ea8eb6aedb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9038 | 2024.08.15 05:37:51.424275 [ 3 ] {7e6732e5-b755-4a0c-bd34-3ea8eb6aedb9} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9039 | 2024.08.15 05:37:51.424311 [ 3 ] {7e6732e5-b755-4a0c-bd34-3ea8eb6aedb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9040 | 2024.08.15 05:37:51.424662 [ 3 ] {7e6732e5-b755-4a0c-bd34-3ea8eb6aedb9} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9041 | 2024.08.15 05:37:51.424977 [ 3 ] {7e6732e5-b755-4a0c-bd34-3ea8eb6aedb9} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9042 | 2024.08.15 05:37:51.425130 [ 3 ] {7e6732e5-b755-4a0c-bd34-3ea8eb6aedb9} <Debug> executeQuery: Read 58 rows, 4.01 KiB in 0.001323 sec., 43839.758125472414 rows/sec., 2.96 MiB/sec. | ||
9043 | 2024.08.15 05:37:51.425284 [ 3 ] {7e6732e5-b755-4a0c-bd34-3ea8eb6aedb9} <Debug> DynamicQueryHandler: Done processing query | ||
9044 | 2024.08.15 05:37:51.425308 [ 3 ] {7e6732e5-b755-4a0c-bd34-3ea8eb6aedb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9045 | 2024.08.15 05:37:51.425324 [ 3 ] {} <Debug> HTTP-Session: de1c7e1e-58f2-4c23-ba88-c77888548afa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9046 | 2024.08.15 05:37:56.300007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9047 | 2024.08.15 05:37:56.300195 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9048 | 2024.08.15 05:37:56.300238 [ 3 ] {} <Debug> HTTP-Session: 5769729a-8059-43cb-9bdc-9701846bd87a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9049 | 2024.08.15 05:37:56.300278 [ 3 ] {} <Debug> HTTP-Session: 5769729a-8059-43cb-9bdc-9701846bd87a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9050 | 2024.08.15 05:37:56.300306 [ 3 ] {} <Debug> HTTP-Session: 5769729a-8059-43cb-9bdc-9701846bd87a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9051 | 2024.08.15 05:37:56.300385 [ 3 ] {} <Trace> HTTP-Session: 5769729a-8059-43cb-9bdc-9701846bd87a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9052 | 2024.08.15 05:37:56.300663 [ 3 ] {9e5c0616-f0d5-4188-aaf8-f016f11a5290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9053 | 2024.08.15 05:37:56.300769 [ 3 ] {9e5c0616-f0d5-4188-aaf8-f016f11a5290} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9054 | 2024.08.15 05:37:56.301083 [ 3 ] {9e5c0616-f0d5-4188-aaf8-f016f11a5290} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9055 | 2024.08.15 05:37:56.301441 [ 3 ] {9e5c0616-f0d5-4188-aaf8-f016f11a5290} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9056 | 2024.08.15 05:37:56.301480 [ 3 ] {9e5c0616-f0d5-4188-aaf8-f016f11a5290} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9057 | 2024.08.15 05:37:56.301842 [ 3 ] {9e5c0616-f0d5-4188-aaf8-f016f11a5290} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
9058 | 2024.08.15 05:37:56.302169 [ 3 ] {9e5c0616-f0d5-4188-aaf8-f016f11a5290} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9059 | 2024.08.15 05:37:56.302307 [ 3 ] {9e5c0616-f0d5-4188-aaf8-f016f11a5290} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001734 sec., 2306.8050749711647 rows/sec., 186.98 KiB/sec. | ||
9060 | 2024.08.15 05:37:56.302485 [ 3 ] {9e5c0616-f0d5-4188-aaf8-f016f11a5290} <Debug> DynamicQueryHandler: Done processing query | ||
9061 | 2024.08.15 05:37:56.302510 [ 3 ] {9e5c0616-f0d5-4188-aaf8-f016f11a5290} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9062 | 2024.08.15 05:37:56.302526 [ 3 ] {} <Debug> HTTP-Session: 5769729a-8059-43cb-9bdc-9701846bd87a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9063 | 2024.08.15 05:37:56.302849 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 195698, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9064 | 2024.08.15 05:37:56.302898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9065 | 2024.08.15 05:37:56.302917 [ 3 ] {} <Debug> HTTP-Session: c813ac16-ec1c-4f43-aa81-1e875ace04fe Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9066 | 2024.08.15 05:37:56.302934 [ 3 ] {} <Debug> HTTP-Session: c813ac16-ec1c-4f43-aa81-1e875ace04fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9067 | 2024.08.15 05:37:56.302947 [ 3 ] {} <Debug> HTTP-Session: c813ac16-ec1c-4f43-aa81-1e875ace04fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9068 | 2024.08.15 05:37:56.302977 [ 3 ] {} <Trace> HTTP-Session: c813ac16-ec1c-4f43-aa81-1e875ace04fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9069 | 2024.08.15 05:37:56.303896 [ 3 ] {627138d4-9d5b-4b70-89c2-92652139a371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9070 | 2024.08.15 05:37:56.303943 [ 3 ] {627138d4-9d5b-4b70-89c2-92652139a371} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9071 | 2024.08.15 05:37:56.304065 [ 3 ] {627138d4-9d5b-4b70-89c2-92652139a371} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9072 | 2024.08.15 05:37:56.305267 [ 3 ] {627138d4-9d5b-4b70-89c2-92652139a371} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9073 | 2024.08.15 05:37:56.305304 [ 3 ] {627138d4-9d5b-4b70-89c2-92652139a371} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9074 | 2024.08.15 05:37:56.305690 [ 3 ] {627138d4-9d5b-4b70-89c2-92652139a371} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9075 | 2024.08.15 05:37:56.305994 [ 3 ] {627138d4-9d5b-4b70-89c2-92652139a371} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9076 | 2024.08.15 05:37:56.306122 [ 3 ] {627138d4-9d5b-4b70-89c2-92652139a371} <Debug> executeQuery: Read 1341 rows, 114.57 KiB in 0.002987 sec., 448945.43019752257 rows/sec., 37.46 MiB/sec. | ||
9077 | 2024.08.15 05:37:56.306270 [ 3 ] {627138d4-9d5b-4b70-89c2-92652139a371} <Debug> DynamicQueryHandler: Done processing query | ||
9078 | 2024.08.15 05:37:56.306294 [ 3 ] {627138d4-9d5b-4b70-89c2-92652139a371} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
9079 | 2024.08.15 05:37:56.306310 [ 3 ] {} <Debug> HTTP-Session: c813ac16-ec1c-4f43-aa81-1e875ace04fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9080 | 2024.08.15 05:37:56.306635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 32348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9081 | 2024.08.15 05:37:56.306682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9082 | 2024.08.15 05:37:56.306700 [ 3 ] {} <Debug> HTTP-Session: 09f33a50-c920-40f4-aecd-6f82858051f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9083 | 2024.08.15 05:37:56.306716 [ 3 ] {} <Debug> HTTP-Session: 09f33a50-c920-40f4-aecd-6f82858051f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9084 | 2024.08.15 05:37:56.306729 [ 3 ] {} <Debug> HTTP-Session: 09f33a50-c920-40f4-aecd-6f82858051f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9085 | 2024.08.15 05:37:56.306758 [ 3 ] {} <Trace> HTTP-Session: 09f33a50-c920-40f4-aecd-6f82858051f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9086 | 2024.08.15 05:37:56.306903 [ 3 ] {6af5e9d8-6168-4da7-aa18-deed5ca2c7ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9087 | 2024.08.15 05:37:56.306945 [ 3 ] {6af5e9d8-6168-4da7-aa18-deed5ca2c7ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9088 | 2024.08.15 05:37:56.307066 [ 3 ] {6af5e9d8-6168-4da7-aa18-deed5ca2c7ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9089 | 2024.08.15 05:37:56.307440 [ 3 ] {6af5e9d8-6168-4da7-aa18-deed5ca2c7ac} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9090 | 2024.08.15 05:37:56.307475 [ 3 ] {6af5e9d8-6168-4da7-aa18-deed5ca2c7ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9091 | 2024.08.15 05:37:56.307787 [ 3 ] {6af5e9d8-6168-4da7-aa18-deed5ca2c7ac} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9092 | 2024.08.15 05:37:56.308093 [ 3 ] {6af5e9d8-6168-4da7-aa18-deed5ca2c7ac} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9093 | 2024.08.15 05:37:56.308214 [ 27 ] {} <Debug> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
9094 | 2024.08.15 05:37:56.308220 [ 3 ] {6af5e9d8-6168-4da7-aa18-deed5ca2c7ac} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001389 sec., 174226.0619150468 rows/sec., 11.80 MiB/sec. | ||
9095 | 2024.08.15 05:37:56.308264 [ 27 ] {} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9096 | 2024.08.15 05:37:56.308304 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9097 | 2024.08.15 05:37:56.308435 [ 3 ] {6af5e9d8-6168-4da7-aa18-deed5ca2c7ac} <Debug> DynamicQueryHandler: Done processing query | ||
9098 | 2024.08.15 05:37:56.308486 [ 3 ] {6af5e9d8-6168-4da7-aa18-deed5ca2c7ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
9099 | 2024.08.15 05:37:56.308511 [ 3 ] {} <Debug> HTTP-Session: 09f33a50-c920-40f4-aecd-6f82858051f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9100 | 2024.08.15 05:37:56.308519 [ 196 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::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 | ||
9101 | 2024.08.15 05:37:56.308681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9102 | 2024.08.15 05:37:56.308802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9103 | 2024.08.15 05:37:56.308815 [ 196 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9104 | 2024.08.15 05:37:56.308833 [ 3 ] {} <Debug> HTTP-Session: d4978ceb-502b-43ee-a731-5974d9bc24a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9105 | 2024.08.15 05:37:56.308879 [ 3 ] {} <Debug> HTTP-Session: d4978ceb-502b-43ee-a731-5974d9bc24a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9106 | 2024.08.15 05:37:56.308883 [ 196 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 242 rows starting from the beginning of the part | ||
9107 | 2024.08.15 05:37:56.308899 [ 3 ] {} <Debug> HTTP-Session: d4978ceb-502b-43ee-a731-5974d9bc24a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9108 | 2024.08.15 05:37:56.308972 [ 3 ] {} <Trace> HTTP-Session: d4978ceb-502b-43ee-a731-5974d9bc24a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9109 | 2024.08.15 05:37:56.309114 [ 196 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::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 | ||
9110 | 2024.08.15 05:37:56.309352 [ 3 ] {91edd23e-cd3c-465e-bf7b-10ab7c877ebf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
9111 | 2024.08.15 05:37:56.309445 [ 196 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 242 rows starting from the beginning of the part | ||
9112 | 2024.08.15 05:37:56.309485 [ 3 ] {91edd23e-cd3c-465e-bf7b-10ab7c877ebf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9113 | 2024.08.15 05:37:56.309877 [ 196 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
9114 | 2024.08.15 05:37:56.310253 [ 3 ] {91edd23e-cd3c-465e-bf7b-10ab7c877ebf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9115 | 2024.08.15 05:37:56.310285 [ 196 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::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 | ||
9116 | 2024.08.15 05:37:56.310570 [ 196 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 242 rows starting from the beginning of the part | ||
9117 | 2024.08.15 05:37:56.311275 [ 3 ] {91edd23e-cd3c-465e-bf7b-10ab7c877ebf} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9118 | 2024.08.15 05:37:56.311341 [ 3 ] {91edd23e-cd3c-465e-bf7b-10ab7c877ebf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9119 | 2024.08.15 05:37:56.312171 [ 3 ] {91edd23e-cd3c-465e-bf7b-10ab7c877ebf} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9120 | 2024.08.15 05:37:56.313071 [ 3 ] {91edd23e-cd3c-465e-bf7b-10ab7c877ebf} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9121 | 2024.08.15 05:37:56.313359 [ 27 ] {} <Debug> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
9122 | 2024.08.15 05:37:56.313460 [ 27 ] {} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9123 | 2024.08.15 05:37:56.313495 [ 3 ] {91edd23e-cd3c-465e-bf7b-10ab7c877ebf} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004267 sec., 1406.1401453011483 rows/sec., 83.08 KiB/sec. | ||
9124 | 2024.08.15 05:37:56.313534 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9125 | 2024.08.15 05:37:56.313883 [ 196 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 4 columns (4 merged, 0 gathered) in 0.005483216 sec., 140063.78738317074 rows/sec., 8.97 MiB/sec. | ||
9126 | 2024.08.15 05:37:56.313938 [ 200 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
9127 | 2024.08.15 05:37:56.314117 [ 196 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
9128 | 2024.08.15 05:37:56.314134 [ 3 ] {91edd23e-cd3c-465e-bf7b-10ab7c877ebf} <Debug> DynamicQueryHandler: Done processing query | ||
9129 | 2024.08.15 05:37:56.314216 [ 3 ] {91edd23e-cd3c-465e-bf7b-10ab7c877ebf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9130 | 2024.08.15 05:37:56.314322 [ 200 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9131 | 2024.08.15 05:37:56.314316 [ 3 ] {} <Debug> HTTP-Session: d4978ceb-502b-43ee-a731-5974d9bc24a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9132 | 2024.08.15 05:37:56.314382 [ 200 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
9133 | 2024.08.15 05:37:56.314608 [ 200 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
9134 | 2024.08.15 05:37:56.315022 [ 200 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
9135 | 2024.08.15 05:37:56.315409 [ 200 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
9136 | 2024.08.15 05:37:56.315573 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 137422, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9137 | 2024.08.15 05:37:56.315827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9138 | 2024.08.15 05:37:56.315924 [ 200 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
9139 | 2024.08.15 05:37:56.315939 [ 3 ] {} <Debug> HTTP-Session: 742691eb-d221-43d0-b53a-8b21fc5cf29c Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9140 | 2024.08.15 05:37:56.316061 [ 3 ] {} <Debug> HTTP-Session: 742691eb-d221-43d0-b53a-8b21fc5cf29c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9141 | 2024.08.15 05:37:56.316148 [ 3 ] {} <Debug> HTTP-Session: 742691eb-d221-43d0-b53a-8b21fc5cf29c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9142 | 2024.08.15 05:37:56.316217 [ 196 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_21_4} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9143 | 2024.08.15 05:37:56.316335 [ 3 ] {} <Trace> HTTP-Session: 742691eb-d221-43d0-b53a-8b21fc5cf29c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9144 | 2024.08.15 05:37:56.316632 [ 196 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_21_4} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
9145 | 2024.08.15 05:37:56.316801 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
9146 | 2024.08.15 05:37:56.317513 [ 192 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.003791711 sec., 7911.995402603205 rows/sec., 471.32 KiB/sec. | ||
9147 | 2024.08.15 05:37:56.317657 [ 199 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
9148 | 2024.08.15 05:37:56.318043 [ 199 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_21_5} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9149 | 2024.08.15 05:37:56.318116 [ 199 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_21_5} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
9150 | 2024.08.15 05:37:56.318199 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
9151 | 2024.08.15 05:37:56.374833 [ 3 ] {c15eb7c0-e6e3-42bd-a3e2-cf292ea41f44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9152 | 2024.08.15 05:37:56.374907 [ 3 ] {c15eb7c0-e6e3-42bd-a3e2-cf292ea41f44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9153 | 2024.08.15 05:37:56.375080 [ 3 ] {c15eb7c0-e6e3-42bd-a3e2-cf292ea41f44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9154 | 2024.08.15 05:37:56.376089 [ 3 ] {c15eb7c0-e6e3-42bd-a3e2-cf292ea41f44} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9155 | 2024.08.15 05:37:56.376134 [ 3 ] {c15eb7c0-e6e3-42bd-a3e2-cf292ea41f44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9156 | 2024.08.15 05:37:56.376546 [ 3 ] {c15eb7c0-e6e3-42bd-a3e2-cf292ea41f44} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9157 | 2024.08.15 05:37:56.376877 [ 3 ] {c15eb7c0-e6e3-42bd-a3e2-cf292ea41f44} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9158 | 2024.08.15 05:37:56.377015 [ 3 ] {c15eb7c0-e6e3-42bd-a3e2-cf292ea41f44} <Debug> executeQuery: Read 842 rows, 62.29 KiB in 0.002393 sec., 351859.5904722106 rows/sec., 25.42 MiB/sec. | ||
9159 | 2024.08.15 05:37:56.377222 [ 3 ] {c15eb7c0-e6e3-42bd-a3e2-cf292ea41f44} <Debug> DynamicQueryHandler: Done processing query | ||
9160 | 2024.08.15 05:37:56.377250 [ 3 ] {c15eb7c0-e6e3-42bd-a3e2-cf292ea41f44} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
9161 | 2024.08.15 05:37:56.377267 [ 3 ] {} <Debug> HTTP-Session: 742691eb-d221-43d0-b53a-8b21fc5cf29c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9162 | 2024.08.15 05:37:56.377547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9163 | 2024.08.15 05:37:56.377612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9164 | 2024.08.15 05:37:56.377633 [ 3 ] {} <Debug> HTTP-Session: 102d4d78-a45c-426a-ba6e-b4be4684ea2f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9165 | 2024.08.15 05:37:56.377654 [ 3 ] {} <Debug> HTTP-Session: 102d4d78-a45c-426a-ba6e-b4be4684ea2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9166 | 2024.08.15 05:37:56.377669 [ 3 ] {} <Debug> HTTP-Session: 102d4d78-a45c-426a-ba6e-b4be4684ea2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9167 | 2024.08.15 05:37:56.377714 [ 3 ] {} <Trace> HTTP-Session: 102d4d78-a45c-426a-ba6e-b4be4684ea2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9168 | 2024.08.15 05:37:56.377820 [ 3 ] {98783507-35dd-47cd-a55d-da8f738fbf99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9169 | 2024.08.15 05:37:56.377867 [ 3 ] {98783507-35dd-47cd-a55d-da8f738fbf99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9170 | 2024.08.15 05:37:56.378002 [ 3 ] {98783507-35dd-47cd-a55d-da8f738fbf99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9171 | 2024.08.15 05:37:56.378330 [ 3 ] {98783507-35dd-47cd-a55d-da8f738fbf99} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9172 | 2024.08.15 05:37:56.378367 [ 3 ] {98783507-35dd-47cd-a55d-da8f738fbf99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9173 | 2024.08.15 05:37:56.378744 [ 3 ] {98783507-35dd-47cd-a55d-da8f738fbf99} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9174 | 2024.08.15 05:37:56.379084 [ 3 ] {98783507-35dd-47cd-a55d-da8f738fbf99} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9175 | 2024.08.15 05:37:56.379218 [ 3 ] {98783507-35dd-47cd-a55d-da8f738fbf99} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001423 sec., 4216.44413211525 rows/sec., 220.29 KiB/sec. | ||
9176 | 2024.08.15 05:37:56.379219 [ 27 ] {} <Debug> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
9177 | 2024.08.15 05:37:56.379280 [ 27 ] {} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9178 | 2024.08.15 05:37:56.379318 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9179 | 2024.08.15 05:37:56.379414 [ 3 ] {98783507-35dd-47cd-a55d-da8f738fbf99} <Debug> DynamicQueryHandler: Done processing query | ||
9180 | 2024.08.15 05:37:56.379421 [ 195 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::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 | ||
9181 | 2024.08.15 05:37:56.379441 [ 3 ] {98783507-35dd-47cd-a55d-da8f738fbf99} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9182 | 2024.08.15 05:37:56.379468 [ 3 ] {} <Debug> HTTP-Session: 102d4d78-a45c-426a-ba6e-b4be4684ea2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9183 | 2024.08.15 05:37:56.379559 [ 195 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9184 | 2024.08.15 05:37:56.379590 [ 195 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part | ||
9185 | 2024.08.15 05:37:56.379648 [ 195 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
9186 | 2024.08.15 05:37:56.379749 [ 195 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
9187 | 2024.08.15 05:37:56.379885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 174293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9188 | 2024.08.15 05:37:56.379898 [ 195 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
9189 | 2024.08.15 05:37:56.379978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9190 | 2024.08.15 05:37:56.380043 [ 3 ] {} <Debug> HTTP-Session: d05fbd8d-60cf-4ce2-a0ea-edd7135b7f88 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9191 | 2024.08.15 05:37:56.380052 [ 195 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
9192 | 2024.08.15 05:37:56.380076 [ 3 ] {} <Debug> HTTP-Session: d05fbd8d-60cf-4ce2-a0ea-edd7135b7f88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9193 | 2024.08.15 05:37:56.380109 [ 3 ] {} <Debug> HTTP-Session: d05fbd8d-60cf-4ce2-a0ea-edd7135b7f88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9194 | 2024.08.15 05:37:56.380197 [ 195 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
9195 | 2024.08.15 05:37:56.380205 [ 3 ] {} <Trace> HTTP-Session: d05fbd8d-60cf-4ce2-a0ea-edd7135b7f88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9196 | 2024.08.15 05:37:56.380925 [ 3 ] {e6aaca22-562b-4333-87d2-c913dc788e19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9197 | 2024.08.15 05:37:56.380994 [ 3 ] {e6aaca22-562b-4333-87d2-c913dc788e19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9198 | 2024.08.15 05:37:56.381409 [ 3 ] {e6aaca22-562b-4333-87d2-c913dc788e19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9199 | 2024.08.15 05:37:56.381531 [ 199 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.002161876 sec., 58282.71371716046 rows/sec., 2.97 MiB/sec. | ||
9200 | 2024.08.15 05:37:56.381662 [ 199 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
9201 | 2024.08.15 05:37:56.382107 [ 199 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_21_4} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9202 | 2024.08.15 05:37:56.382177 [ 199 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_21_4} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
9203 | 2024.08.15 05:37:56.382314 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
9204 | 2024.08.15 05:37:56.382534 [ 3 ] {e6aaca22-562b-4333-87d2-c913dc788e19} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9205 | 2024.08.15 05:37:56.382572 [ 3 ] {e6aaca22-562b-4333-87d2-c913dc788e19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9206 | 2024.08.15 05:37:56.383055 [ 3 ] {e6aaca22-562b-4333-87d2-c913dc788e19} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9207 | 2024.08.15 05:37:56.383416 [ 3 ] {e6aaca22-562b-4333-87d2-c913dc788e19} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9208 | 2024.08.15 05:37:56.383543 [ 3 ] {e6aaca22-562b-4333-87d2-c913dc788e19} <Debug> executeQuery: Read 921 rows, 63.02 KiB in 0.003095 sec., 297576.73667205166 rows/sec., 19.89 MiB/sec. | ||
9209 | 2024.08.15 05:37:56.383723 [ 3 ] {e6aaca22-562b-4333-87d2-c913dc788e19} <Debug> DynamicQueryHandler: Done processing query | ||
9210 | 2024.08.15 05:37:56.383749 [ 3 ] {e6aaca22-562b-4333-87d2-c913dc788e19} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
9211 | 2024.08.15 05:37:56.383766 [ 3 ] {} <Debug> HTTP-Session: d05fbd8d-60cf-4ce2-a0ea-edd7135b7f88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9212 | 2024.08.15 05:37:56.384069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9213 | 2024.08.15 05:37:56.384121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9214 | 2024.08.15 05:37:56.384140 [ 3 ] {} <Debug> HTTP-Session: c87376e8-7323-4b9d-b071-36578861db2c Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9215 | 2024.08.15 05:37:56.384157 [ 3 ] {} <Debug> HTTP-Session: c87376e8-7323-4b9d-b071-36578861db2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9216 | 2024.08.15 05:37:56.384171 [ 3 ] {} <Debug> HTTP-Session: c87376e8-7323-4b9d-b071-36578861db2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9217 | 2024.08.15 05:37:56.384205 [ 3 ] {} <Trace> HTTP-Session: c87376e8-7323-4b9d-b071-36578861db2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9218 | 2024.08.15 05:37:56.384301 [ 3 ] {3e3b1f63-306c-47c3-a67a-33cf0481e480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
9219 | 2024.08.15 05:37:56.384346 [ 3 ] {3e3b1f63-306c-47c3-a67a-33cf0481e480} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9220 | 2024.08.15 05:37:56.384476 [ 3 ] {3e3b1f63-306c-47c3-a67a-33cf0481e480} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9221 | 2024.08.15 05:37:56.384773 [ 3 ] {3e3b1f63-306c-47c3-a67a-33cf0481e480} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9222 | 2024.08.15 05:37:56.384808 [ 3 ] {3e3b1f63-306c-47c3-a67a-33cf0481e480} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9223 | 2024.08.15 05:37:56.385170 [ 3 ] {3e3b1f63-306c-47c3-a67a-33cf0481e480} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9224 | 2024.08.15 05:37:56.385498 [ 3 ] {3e3b1f63-306c-47c3-a67a-33cf0481e480} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9225 | 2024.08.15 05:37:56.385626 [ 3 ] {3e3b1f63-306c-47c3-a67a-33cf0481e480} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001346 sec., 742.9420505200594 rows/sec., 50.06 KiB/sec. | ||
9226 | 2024.08.15 05:37:56.385796 [ 3 ] {3e3b1f63-306c-47c3-a67a-33cf0481e480} <Debug> DynamicQueryHandler: Done processing query | ||
9227 | 2024.08.15 05:37:56.385820 [ 3 ] {3e3b1f63-306c-47c3-a67a-33cf0481e480} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
9228 | 2024.08.15 05:37:56.385838 [ 3 ] {} <Debug> HTTP-Session: c87376e8-7323-4b9d-b071-36578861db2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9229 | 2024.08.15 05:37:56.385979 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9230 | 2024.08.15 05:37:56.386028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9231 | 2024.08.15 05:37:56.386048 [ 3 ] {} <Debug> HTTP-Session: 972fc16f-289a-40cd-958a-e43b6f6c35b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9232 | 2024.08.15 05:37:56.386064 [ 3 ] {} <Debug> HTTP-Session: 972fc16f-289a-40cd-958a-e43b6f6c35b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9233 | 2024.08.15 05:37:56.386079 [ 3 ] {} <Debug> HTTP-Session: 972fc16f-289a-40cd-958a-e43b6f6c35b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9234 | 2024.08.15 05:37:56.386110 [ 3 ] {} <Trace> HTTP-Session: 972fc16f-289a-40cd-958a-e43b6f6c35b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9235 | 2024.08.15 05:37:56.386233 [ 3 ] {fab30288-4798-4198-8a38-d967f3b4d435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9236 | 2024.08.15 05:37:56.386297 [ 3 ] {fab30288-4798-4198-8a38-d967f3b4d435} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9237 | 2024.08.15 05:37:56.386695 [ 3 ] {fab30288-4798-4198-8a38-d967f3b4d435} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9238 | 2024.08.15 05:37:56.387201 [ 3 ] {fab30288-4798-4198-8a38-d967f3b4d435} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9239 | 2024.08.15 05:37:56.387239 [ 3 ] {fab30288-4798-4198-8a38-d967f3b4d435} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9240 | 2024.08.15 05:37:56.387817 [ 3 ] {fab30288-4798-4198-8a38-d967f3b4d435} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
9241 | 2024.08.15 05:37:56.388238 [ 3 ] {fab30288-4798-4198-8a38-d967f3b4d435} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9242 | 2024.08.15 05:37:56.388388 [ 3 ] {fab30288-4798-4198-8a38-d967f3b4d435} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002206 sec., 1813.236627379873 rows/sec., 3.25 MiB/sec. | ||
9243 | 2024.08.15 05:37:56.388613 [ 3 ] {fab30288-4798-4198-8a38-d967f3b4d435} <Debug> DynamicQueryHandler: Done processing query | ||
9244 | 2024.08.15 05:37:56.388637 [ 3 ] {fab30288-4798-4198-8a38-d967f3b4d435} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
9245 | 2024.08.15 05:37:56.388654 [ 3 ] {} <Debug> HTTP-Session: 972fc16f-289a-40cd-958a-e43b6f6c35b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9246 | 2024.08.15 05:37:56.388777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9247 | 2024.08.15 05:37:56.388826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9248 | 2024.08.15 05:37:56.388846 [ 3 ] {} <Debug> HTTP-Session: 245e306f-ba42-4a4f-b043-f0604f34acfb Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9249 | 2024.08.15 05:37:56.388863 [ 3 ] {} <Debug> HTTP-Session: 245e306f-ba42-4a4f-b043-f0604f34acfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9250 | 2024.08.15 05:37:56.388877 [ 3 ] {} <Debug> HTTP-Session: 245e306f-ba42-4a4f-b043-f0604f34acfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9251 | 2024.08.15 05:37:56.388908 [ 3 ] {} <Trace> HTTP-Session: 245e306f-ba42-4a4f-b043-f0604f34acfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9252 | 2024.08.15 05:37:56.389034 [ 3 ] {034587a8-7628-4408-9960-ab6947dbea7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9253 | 2024.08.15 05:37:56.389078 [ 3 ] {034587a8-7628-4408-9960-ab6947dbea7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9254 | 2024.08.15 05:37:56.389207 [ 3 ] {034587a8-7628-4408-9960-ab6947dbea7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9255 | 2024.08.15 05:37:56.389573 [ 3 ] {034587a8-7628-4408-9960-ab6947dbea7b} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9256 | 2024.08.15 05:37:56.389609 [ 3 ] {034587a8-7628-4408-9960-ab6947dbea7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9257 | 2024.08.15 05:37:56.389979 [ 3 ] {034587a8-7628-4408-9960-ab6947dbea7b} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9258 | 2024.08.15 05:37:56.390300 [ 3 ] {034587a8-7628-4408-9960-ab6947dbea7b} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9259 | 2024.08.15 05:37:56.390423 [ 3 ] {034587a8-7628-4408-9960-ab6947dbea7b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001437 sec., 57063.326374391094 rows/sec., 3.62 MiB/sec. | ||
9260 | 2024.08.15 05:37:56.390595 [ 3 ] {034587a8-7628-4408-9960-ab6947dbea7b} <Debug> DynamicQueryHandler: Done processing query | ||
9261 | 2024.08.15 05:37:56.390620 [ 3 ] {034587a8-7628-4408-9960-ab6947dbea7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9262 | 2024.08.15 05:37:56.390637 [ 3 ] {} <Debug> HTTP-Session: 245e306f-ba42-4a4f-b043-f0604f34acfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9263 | 2024.08.15 05:38:01.407620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9264 | 2024.08.15 05:38:01.407748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9265 | 2024.08.15 05:38:01.407772 [ 3 ] {} <Debug> HTTP-Session: d2033c3f-6c27-4a0d-a050-948201bb8542 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9266 | 2024.08.15 05:38:01.407797 [ 3 ] {} <Debug> HTTP-Session: d2033c3f-6c27-4a0d-a050-948201bb8542 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9267 | 2024.08.15 05:38:01.407811 [ 3 ] {} <Debug> HTTP-Session: d2033c3f-6c27-4a0d-a050-948201bb8542 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9268 | 2024.08.15 05:38:01.407860 [ 3 ] {} <Trace> HTTP-Session: d2033c3f-6c27-4a0d-a050-948201bb8542 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9269 | 2024.08.15 05:38:01.408037 [ 3 ] {732f94d7-0fbd-4aca-a976-6221929882c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9270 | 2024.08.15 05:38:01.408104 [ 3 ] {732f94d7-0fbd-4aca-a976-6221929882c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9271 | 2024.08.15 05:38:01.408300 [ 3 ] {732f94d7-0fbd-4aca-a976-6221929882c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9272 | 2024.08.15 05:38:01.408792 [ 3 ] {732f94d7-0fbd-4aca-a976-6221929882c4} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9273 | 2024.08.15 05:38:01.408832 [ 3 ] {732f94d7-0fbd-4aca-a976-6221929882c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9274 | 2024.08.15 05:38:01.409195 [ 3 ] {732f94d7-0fbd-4aca-a976-6221929882c4} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
9275 | 2024.08.15 05:38:01.409531 [ 3 ] {732f94d7-0fbd-4aca-a976-6221929882c4} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9276 | 2024.08.15 05:38:01.409708 [ 3 ] {732f94d7-0fbd-4aca-a976-6221929882c4} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001722 sec., 15098.722415795586 rows/sec., 1.20 MiB/sec. | ||
9277 | 2024.08.15 05:38:01.409900 [ 3 ] {732f94d7-0fbd-4aca-a976-6221929882c4} <Debug> DynamicQueryHandler: Done processing query | ||
9278 | 2024.08.15 05:38:01.409927 [ 3 ] {732f94d7-0fbd-4aca-a976-6221929882c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9279 | 2024.08.15 05:38:01.409944 [ 3 ] {} <Debug> HTTP-Session: d2033c3f-6c27-4a0d-a050-948201bb8542 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9280 | 2024.08.15 05:38:01.410127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9281 | 2024.08.15 05:38:01.410176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9282 | 2024.08.15 05:38:01.410196 [ 3 ] {} <Debug> HTTP-Session: b3a28394-cd1b-404c-af6a-e109d57a715f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9283 | 2024.08.15 05:38:01.410212 [ 3 ] {} <Debug> HTTP-Session: b3a28394-cd1b-404c-af6a-e109d57a715f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9284 | 2024.08.15 05:38:01.410227 [ 3 ] {} <Debug> HTTP-Session: b3a28394-cd1b-404c-af6a-e109d57a715f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9285 | 2024.08.15 05:38:01.410257 [ 3 ] {} <Trace> HTTP-Session: b3a28394-cd1b-404c-af6a-e109d57a715f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9286 | 2024.08.15 05:38:01.410388 [ 3 ] {d372ade0-c462-490b-b0cd-21faf72aeff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9287 | 2024.08.15 05:38:01.410433 [ 3 ] {d372ade0-c462-490b-b0cd-21faf72aeff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9288 | 2024.08.15 05:38:01.410561 [ 3 ] {d372ade0-c462-490b-b0cd-21faf72aeff0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9289 | 2024.08.15 05:38:01.410983 [ 3 ] {d372ade0-c462-490b-b0cd-21faf72aeff0} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9290 | 2024.08.15 05:38:01.411021 [ 3 ] {d372ade0-c462-490b-b0cd-21faf72aeff0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9291 | 2024.08.15 05:38:01.411333 [ 3 ] {d372ade0-c462-490b-b0cd-21faf72aeff0} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9292 | 2024.08.15 05:38:01.411623 [ 3 ] {d372ade0-c462-490b-b0cd-21faf72aeff0} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9293 | 2024.08.15 05:38:01.411771 [ 3 ] {d372ade0-c462-490b-b0cd-21faf72aeff0} <Debug> executeQuery: Read 134 rows, 11.45 KiB in 0.001434 sec., 93444.90934449094 rows/sec., 7.80 MiB/sec. | ||
9294 | 2024.08.15 05:38:01.411936 [ 3 ] {d372ade0-c462-490b-b0cd-21faf72aeff0} <Debug> DynamicQueryHandler: Done processing query | ||
9295 | 2024.08.15 05:38:01.411960 [ 3 ] {d372ade0-c462-490b-b0cd-21faf72aeff0} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9296 | 2024.08.15 05:38:01.411976 [ 3 ] {} <Debug> HTTP-Session: b3a28394-cd1b-404c-af6a-e109d57a715f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9297 | 2024.08.15 05:38:01.412099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 15281, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9298 | 2024.08.15 05:38:01.412147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9299 | 2024.08.15 05:38:01.412166 [ 3 ] {} <Debug> HTTP-Session: 61674c53-1bff-4f75-ade1-c5f31f7c17c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9300 | 2024.08.15 05:38:01.412182 [ 3 ] {} <Debug> HTTP-Session: 61674c53-1bff-4f75-ade1-c5f31f7c17c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9301 | 2024.08.15 05:38:01.412195 [ 3 ] {} <Debug> HTTP-Session: 61674c53-1bff-4f75-ade1-c5f31f7c17c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9302 | 2024.08.15 05:38:01.412225 [ 3 ] {} <Trace> HTTP-Session: 61674c53-1bff-4f75-ade1-c5f31f7c17c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9303 | 2024.08.15 05:38:01.412345 [ 3 ] {a49b37ab-56e2-4ad7-8c3d-5d69dbd9ab0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9304 | 2024.08.15 05:38:01.412387 [ 3 ] {a49b37ab-56e2-4ad7-8c3d-5d69dbd9ab0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9305 | 2024.08.15 05:38:01.412514 [ 3 ] {a49b37ab-56e2-4ad7-8c3d-5d69dbd9ab0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9306 | 2024.08.15 05:38:01.412893 [ 3 ] {a49b37ab-56e2-4ad7-8c3d-5d69dbd9ab0f} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9307 | 2024.08.15 05:38:01.412930 [ 3 ] {a49b37ab-56e2-4ad7-8c3d-5d69dbd9ab0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9308 | 2024.08.15 05:38:01.413234 [ 3 ] {a49b37ab-56e2-4ad7-8c3d-5d69dbd9ab0f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9309 | 2024.08.15 05:38:01.413533 [ 3 ] {a49b37ab-56e2-4ad7-8c3d-5d69dbd9ab0f} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9310 | 2024.08.15 05:38:01.413685 [ 3 ] {a49b37ab-56e2-4ad7-8c3d-5d69dbd9ab0f} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001381 sec., 65170.16654598117 rows/sec., 5.09 MiB/sec. | ||
9311 | 2024.08.15 05:38:01.413855 [ 3 ] {a49b37ab-56e2-4ad7-8c3d-5d69dbd9ab0f} <Debug> DynamicQueryHandler: Done processing query | ||
9312 | 2024.08.15 05:38:01.413879 [ 3 ] {a49b37ab-56e2-4ad7-8c3d-5d69dbd9ab0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9313 | 2024.08.15 05:38:01.413894 [ 3 ] {} <Debug> HTTP-Session: 61674c53-1bff-4f75-ade1-c5f31f7c17c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9314 | 2024.08.15 05:38:01.414057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30988, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9315 | 2024.08.15 05:38:01.414104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9316 | 2024.08.15 05:38:01.414123 [ 3 ] {} <Debug> HTTP-Session: da7bc885-e91d-4917-9a08-3dc25c9ebf61 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9317 | 2024.08.15 05:38:01.414139 [ 3 ] {} <Debug> HTTP-Session: da7bc885-e91d-4917-9a08-3dc25c9ebf61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9318 | 2024.08.15 05:38:01.414152 [ 3 ] {} <Debug> HTTP-Session: da7bc885-e91d-4917-9a08-3dc25c9ebf61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9319 | 2024.08.15 05:38:01.414182 [ 3 ] {} <Trace> HTTP-Session: da7bc885-e91d-4917-9a08-3dc25c9ebf61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9320 | 2024.08.15 05:38:01.414322 [ 3 ] {ee7ae0a4-81bf-444e-8a32-287a8ee39f19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9321 | 2024.08.15 05:38:01.414368 [ 3 ] {ee7ae0a4-81bf-444e-8a32-287a8ee39f19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9322 | 2024.08.15 05:38:01.414513 [ 3 ] {ee7ae0a4-81bf-444e-8a32-287a8ee39f19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9323 | 2024.08.15 05:38:01.414974 [ 3 ] {ee7ae0a4-81bf-444e-8a32-287a8ee39f19} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9324 | 2024.08.15 05:38:01.415009 [ 3 ] {ee7ae0a4-81bf-444e-8a32-287a8ee39f19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9325 | 2024.08.15 05:38:01.415389 [ 3 ] {ee7ae0a4-81bf-444e-8a32-287a8ee39f19} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9326 | 2024.08.15 05:38:01.415725 [ 3 ] {ee7ae0a4-81bf-444e-8a32-287a8ee39f19} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9327 | 2024.08.15 05:38:01.415878 [ 3 ] {ee7ae0a4-81bf-444e-8a32-287a8ee39f19} <Debug> executeQuery: Read 162 rows, 11.56 KiB in 0.001613 sec., 100433.9739615623 rows/sec., 7.00 MiB/sec. | ||
9328 | 2024.08.15 05:38:01.416046 [ 3 ] {ee7ae0a4-81bf-444e-8a32-287a8ee39f19} <Debug> DynamicQueryHandler: Done processing query | ||
9329 | 2024.08.15 05:38:01.416070 [ 3 ] {ee7ae0a4-81bf-444e-8a32-287a8ee39f19} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9330 | 2024.08.15 05:38:01.416085 [ 3 ] {} <Debug> HTTP-Session: da7bc885-e91d-4917-9a08-3dc25c9ebf61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9331 | 2024.08.15 05:38:01.416223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 42064, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9332 | 2024.08.15 05:38:01.416273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9333 | 2024.08.15 05:38:01.416292 [ 3 ] {} <Debug> HTTP-Session: 2b3d8170-bef9-40f7-b8b5-9794d8592f6b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9334 | 2024.08.15 05:38:01.416308 [ 3 ] {} <Debug> HTTP-Session: 2b3d8170-bef9-40f7-b8b5-9794d8592f6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9335 | 2024.08.15 05:38:01.416322 [ 3 ] {} <Debug> HTTP-Session: 2b3d8170-bef9-40f7-b8b5-9794d8592f6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9336 | 2024.08.15 05:38:01.416352 [ 3 ] {} <Trace> HTTP-Session: 2b3d8170-bef9-40f7-b8b5-9794d8592f6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9337 | 2024.08.15 05:38:01.416631 [ 3 ] {924aead7-639f-4763-b084-a3f3466cf72f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9338 | 2024.08.15 05:38:01.416695 [ 3 ] {924aead7-639f-4763-b084-a3f3466cf72f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9339 | 2024.08.15 05:38:01.417108 [ 3 ] {924aead7-639f-4763-b084-a3f3466cf72f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9340 | 2024.08.15 05:38:01.417790 [ 3 ] {924aead7-639f-4763-b084-a3f3466cf72f} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9341 | 2024.08.15 05:38:01.417826 [ 3 ] {924aead7-639f-4763-b084-a3f3466cf72f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9342 | 2024.08.15 05:38:01.418430 [ 3 ] {924aead7-639f-4763-b084-a3f3466cf72f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
9343 | 2024.08.15 05:38:01.418828 [ 3 ] {924aead7-639f-4763-b084-a3f3466cf72f} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9344 | 2024.08.15 05:38:01.419027 [ 3 ] {924aead7-639f-4763-b084-a3f3466cf72f} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002584 sec., 10061.919504643964 rows/sec., 18.03 MiB/sec. | ||
9345 | 2024.08.15 05:38:01.419555 [ 3 ] {924aead7-639f-4763-b084-a3f3466cf72f} <Debug> DynamicQueryHandler: Done processing query | ||
9346 | 2024.08.15 05:38:01.419582 [ 3 ] {924aead7-639f-4763-b084-a3f3466cf72f} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
9347 | 2024.08.15 05:38:01.419599 [ 3 ] {} <Debug> HTTP-Session: 2b3d8170-bef9-40f7-b8b5-9794d8592f6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9348 | 2024.08.15 05:38:01.419721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9349 | 2024.08.15 05:38:01.419767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9350 | 2024.08.15 05:38:01.419784 [ 3 ] {} <Debug> HTTP-Session: c691c431-e2ea-4dca-9baf-f6886db59868 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9351 | 2024.08.15 05:38:01.419800 [ 3 ] {} <Debug> HTTP-Session: c691c431-e2ea-4dca-9baf-f6886db59868 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9352 | 2024.08.15 05:38:01.419813 [ 3 ] {} <Debug> HTTP-Session: c691c431-e2ea-4dca-9baf-f6886db59868 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9353 | 2024.08.15 05:38:01.419840 [ 3 ] {} <Trace> HTTP-Session: c691c431-e2ea-4dca-9baf-f6886db59868 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9354 | 2024.08.15 05:38:01.419952 [ 3 ] {bdec67e4-e29b-466d-8584-cb912bf37932} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9355 | 2024.08.15 05:38:01.419995 [ 3 ] {bdec67e4-e29b-466d-8584-cb912bf37932} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9356 | 2024.08.15 05:38:01.420134 [ 3 ] {bdec67e4-e29b-466d-8584-cb912bf37932} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9357 | 2024.08.15 05:38:01.420443 [ 3 ] {bdec67e4-e29b-466d-8584-cb912bf37932} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9358 | 2024.08.15 05:38:01.420477 [ 3 ] {bdec67e4-e29b-466d-8584-cb912bf37932} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9359 | 2024.08.15 05:38:01.420890 [ 3 ] {bdec67e4-e29b-466d-8584-cb912bf37932} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9360 | 2024.08.15 05:38:01.421204 [ 3 ] {bdec67e4-e29b-466d-8584-cb912bf37932} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9361 | 2024.08.15 05:38:01.421351 [ 3 ] {bdec67e4-e29b-466d-8584-cb912bf37932} <Debug> executeQuery: Read 62 rows, 4.27 KiB in 0.001415 sec., 43816.25441696113 rows/sec., 2.94 MiB/sec. | ||
9362 | 2024.08.15 05:38:01.421519 [ 3 ] {bdec67e4-e29b-466d-8584-cb912bf37932} <Debug> DynamicQueryHandler: Done processing query | ||
9363 | 2024.08.15 05:38:01.421544 [ 3 ] {bdec67e4-e29b-466d-8584-cb912bf37932} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9364 | 2024.08.15 05:38:01.421559 [ 3 ] {} <Debug> HTTP-Session: c691c431-e2ea-4dca-9baf-f6886db59868 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9365 | 2024.08.15 05:38:05.235232 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9366 | 2024.08.15 05:38:05.235310 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9367 | 2024.08.15 05:38:06.001243 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000863218 sec. | ||
9368 | 2024.08.15 05:38:06.411021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9369 | 2024.08.15 05:38:06.411150 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9370 | 2024.08.15 05:38:06.411179 [ 3 ] {} <Debug> HTTP-Session: 82eba7e9-7bfb-4044-ac30-747f2cc52bdb Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9371 | 2024.08.15 05:38:06.411208 [ 3 ] {} <Debug> HTTP-Session: 82eba7e9-7bfb-4044-ac30-747f2cc52bdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9372 | 2024.08.15 05:38:06.411257 [ 3 ] {} <Debug> HTTP-Session: 82eba7e9-7bfb-4044-ac30-747f2cc52bdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9373 | 2024.08.15 05:38:06.411312 [ 3 ] {} <Trace> HTTP-Session: 82eba7e9-7bfb-4044-ac30-747f2cc52bdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9374 | 2024.08.15 05:38:06.411502 [ 3 ] {a5abde7c-eaab-4a09-b8da-bf59c7608849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9375 | 2024.08.15 05:38:06.411568 [ 3 ] {a5abde7c-eaab-4a09-b8da-bf59c7608849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9376 | 2024.08.15 05:38:06.411765 [ 3 ] {a5abde7c-eaab-4a09-b8da-bf59c7608849} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9377 | 2024.08.15 05:38:06.412274 [ 3 ] {a5abde7c-eaab-4a09-b8da-bf59c7608849} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9378 | 2024.08.15 05:38:06.412314 [ 3 ] {a5abde7c-eaab-4a09-b8da-bf59c7608849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9379 | 2024.08.15 05:38:06.412674 [ 3 ] {a5abde7c-eaab-4a09-b8da-bf59c7608849} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
9380 | 2024.08.15 05:38:06.412999 [ 3 ] {a5abde7c-eaab-4a09-b8da-bf59c7608849} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9381 | 2024.08.15 05:38:06.413169 [ 3 ] {a5abde7c-eaab-4a09-b8da-bf59c7608849} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001715 sec., 2332.3615160349855 rows/sec., 189.05 KiB/sec. | ||
9382 | 2024.08.15 05:38:06.413204 [ 96 ] {} <Debug> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
9383 | 2024.08.15 05:38:06.413339 [ 96 ] {} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9384 | 2024.08.15 05:38:06.413404 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9385 | 2024.08.15 05:38:06.413455 [ 3 ] {a5abde7c-eaab-4a09-b8da-bf59c7608849} <Debug> DynamicQueryHandler: Done processing query | ||
9386 | 2024.08.15 05:38:06.413505 [ 3 ] {a5abde7c-eaab-4a09-b8da-bf59c7608849} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9387 | 2024.08.15 05:38:06.413533 [ 3 ] {} <Debug> HTTP-Session: 82eba7e9-7bfb-4044-ac30-747f2cc52bdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9388 | 2024.08.15 05:38:06.413602 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::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 | ||
9389 | 2024.08.15 05:38:06.413739 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9390 | 2024.08.15 05:38:06.413760 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9391 | 2024.08.15 05:38:06.413775 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 30 rows starting from the beginning of the part | ||
9392 | 2024.08.15 05:38:06.413819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9393 | 2024.08.15 05:38:06.413852 [ 3 ] {} <Debug> HTTP-Session: 52e20d6c-4d13-4cf5-bfae-d2dc316e42fb Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9394 | 2024.08.15 05:38:06.413906 [ 3 ] {} <Debug> HTTP-Session: 52e20d6c-4d13-4cf5-bfae-d2dc316e42fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9395 | 2024.08.15 05:38:06.413915 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 4 rows starting from the beginning of the part | ||
9396 | 2024.08.15 05:38:06.413929 [ 3 ] {} <Debug> HTTP-Session: 52e20d6c-4d13-4cf5-bfae-d2dc316e42fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9397 | 2024.08.15 05:38:06.413997 [ 3 ] {} <Trace> HTTP-Session: 52e20d6c-4d13-4cf5-bfae-d2dc316e42fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9398 | 2024.08.15 05:38:06.414173 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 26 rows starting from the beginning of the part | ||
9399 | 2024.08.15 05:38:06.414435 [ 3 ] {7da0654c-09cf-4e05-b66f-e7440a051ef5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9400 | 2024.08.15 05:38:06.414557 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 4 rows starting from the beginning of the part | ||
9401 | 2024.08.15 05:38:06.414588 [ 3 ] {7da0654c-09cf-4e05-b66f-e7440a051ef5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9402 | 2024.08.15 05:38:06.414802 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 26 rows starting from the beginning of the part | ||
9403 | 2024.08.15 05:38:06.415199 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 4 rows starting from the beginning of the part | ||
9404 | 2024.08.15 05:38:06.415522 [ 3 ] {7da0654c-09cf-4e05-b66f-e7440a051ef5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9405 | 2024.08.15 05:38:06.416191 [ 3 ] {7da0654c-09cf-4e05-b66f-e7440a051ef5} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9406 | 2024.08.15 05:38:06.416239 [ 3 ] {7da0654c-09cf-4e05-b66f-e7440a051ef5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9407 | 2024.08.15 05:38:06.416740 [ 186 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 94 rows, containing 4 columns (4 merged, 0 gathered) in 0.003226728 sec., 29131.677662325426 rows/sec., 2.31 MiB/sec. | ||
9408 | 2024.08.15 05:38:06.416754 [ 3 ] {7da0654c-09cf-4e05-b66f-e7440a051ef5} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9409 | 2024.08.15 05:38:06.416931 [ 187 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
9410 | 2024.08.15 05:38:06.417198 [ 3 ] {7da0654c-09cf-4e05-b66f-e7440a051ef5} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9411 | 2024.08.15 05:38:06.417484 [ 3 ] {7da0654c-09cf-4e05-b66f-e7440a051ef5} <Debug> executeQuery: Read 201 rows, 18.00 KiB in 0.00327 sec., 61467.88990825688 rows/sec., 5.38 MiB/sec. | ||
9412 | 2024.08.15 05:38:06.417681 [ 187 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_36_7} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9413 | 2024.08.15 05:38:06.417766 [ 3 ] {7da0654c-09cf-4e05-b66f-e7440a051ef5} <Debug> DynamicQueryHandler: Done processing query | ||
9414 | 2024.08.15 05:38:06.417829 [ 3 ] {7da0654c-09cf-4e05-b66f-e7440a051ef5} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
9415 | 2024.08.15 05:38:06.417875 [ 3 ] {} <Debug> HTTP-Session: 52e20d6c-4d13-4cf5-bfae-d2dc316e42fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9416 | 2024.08.15 05:38:06.417900 [ 187 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_36_7} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
9417 | 2024.08.15 05:38:06.418016 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
9418 | 2024.08.15 05:38:06.418064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9419 | 2024.08.15 05:38:06.418116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9420 | 2024.08.15 05:38:06.418134 [ 3 ] {} <Debug> HTTP-Session: c4c31fe7-a85c-43b1-8453-38ed073b5501 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9421 | 2024.08.15 05:38:06.418151 [ 3 ] {} <Debug> HTTP-Session: c4c31fe7-a85c-43b1-8453-38ed073b5501 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9422 | 2024.08.15 05:38:06.418165 [ 3 ] {} <Debug> HTTP-Session: c4c31fe7-a85c-43b1-8453-38ed073b5501 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9423 | 2024.08.15 05:38:06.418194 [ 3 ] {} <Trace> HTTP-Session: c4c31fe7-a85c-43b1-8453-38ed073b5501 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9424 | 2024.08.15 05:38:06.418290 [ 3 ] {9d72e336-c439-4f78-a5fc-2356a9222b18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9425 | 2024.08.15 05:38:06.418332 [ 3 ] {9d72e336-c439-4f78-a5fc-2356a9222b18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9426 | 2024.08.15 05:38:06.418455 [ 3 ] {9d72e336-c439-4f78-a5fc-2356a9222b18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9427 | 2024.08.15 05:38:06.418743 [ 3 ] {9d72e336-c439-4f78-a5fc-2356a9222b18} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9428 | 2024.08.15 05:38:06.418779 [ 3 ] {9d72e336-c439-4f78-a5fc-2356a9222b18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9429 | 2024.08.15 05:38:06.419083 [ 3 ] {9d72e336-c439-4f78-a5fc-2356a9222b18} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9430 | 2024.08.15 05:38:06.419377 [ 3 ] {9d72e336-c439-4f78-a5fc-2356a9222b18} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9431 | 2024.08.15 05:38:06.419537 [ 3 ] {9d72e336-c439-4f78-a5fc-2356a9222b18} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00126 sec., 11111.111111111111 rows/sec., 778.15 KiB/sec. | ||
9432 | 2024.08.15 05:38:06.419703 [ 3 ] {9d72e336-c439-4f78-a5fc-2356a9222b18} <Debug> DynamicQueryHandler: Done processing query | ||
9433 | 2024.08.15 05:38:06.419727 [ 3 ] {9d72e336-c439-4f78-a5fc-2356a9222b18} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9434 | 2024.08.15 05:38:06.419742 [ 3 ] {} <Debug> HTTP-Session: c4c31fe7-a85c-43b1-8453-38ed073b5501 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9435 | 2024.08.15 05:38:06.419897 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9436 | 2024.08.15 05:38:06.419944 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9437 | 2024.08.15 05:38:06.419962 [ 3 ] {} <Debug> HTTP-Session: c267d55f-a4c2-434b-aaca-0f5a36d3f87c Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9438 | 2024.08.15 05:38:06.419979 [ 3 ] {} <Debug> HTTP-Session: c267d55f-a4c2-434b-aaca-0f5a36d3f87c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9439 | 2024.08.15 05:38:06.419993 [ 3 ] {} <Debug> HTTP-Session: c267d55f-a4c2-434b-aaca-0f5a36d3f87c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9440 | 2024.08.15 05:38:06.420022 [ 3 ] {} <Trace> HTTP-Session: c267d55f-a4c2-434b-aaca-0f5a36d3f87c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9441 | 2024.08.15 05:38:06.420121 [ 3 ] {19af50d3-4760-4605-8f25-6ecdbc0f93e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
9442 | 2024.08.15 05:38:06.420162 [ 3 ] {19af50d3-4760-4605-8f25-6ecdbc0f93e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9443 | 2024.08.15 05:38:06.420288 [ 3 ] {19af50d3-4760-4605-8f25-6ecdbc0f93e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9444 | 2024.08.15 05:38:06.420562 [ 3 ] {19af50d3-4760-4605-8f25-6ecdbc0f93e1} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9445 | 2024.08.15 05:38:06.420597 [ 3 ] {19af50d3-4760-4605-8f25-6ecdbc0f93e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9446 | 2024.08.15 05:38:06.420895 [ 3 ] {19af50d3-4760-4605-8f25-6ecdbc0f93e1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9447 | 2024.08.15 05:38:06.421186 [ 3 ] {19af50d3-4760-4605-8f25-6ecdbc0f93e1} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9448 | 2024.08.15 05:38:06.421344 [ 3 ] {19af50d3-4760-4605-8f25-6ecdbc0f93e1} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001239 sec., 4842.6150121065375 rows/sec., 286.11 KiB/sec. | ||
9449 | 2024.08.15 05:38:06.421651 [ 3 ] {19af50d3-4760-4605-8f25-6ecdbc0f93e1} <Debug> DynamicQueryHandler: Done processing query | ||
9450 | 2024.08.15 05:38:06.421680 [ 3 ] {19af50d3-4760-4605-8f25-6ecdbc0f93e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9451 | 2024.08.15 05:38:06.421696 [ 3 ] {} <Debug> HTTP-Session: c267d55f-a4c2-434b-aaca-0f5a36d3f87c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9452 | 2024.08.15 05:38:06.421863 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 62444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9453 | 2024.08.15 05:38:06.421910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9454 | 2024.08.15 05:38:06.421929 [ 3 ] {} <Debug> HTTP-Session: 776e7535-3759-470c-99f1-e5cdbaa1756c Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9455 | 2024.08.15 05:38:06.421945 [ 3 ] {} <Debug> HTTP-Session: 776e7535-3759-470c-99f1-e5cdbaa1756c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9456 | 2024.08.15 05:38:06.421958 [ 3 ] {} <Debug> HTTP-Session: 776e7535-3759-470c-99f1-e5cdbaa1756c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9457 | 2024.08.15 05:38:06.421987 [ 3 ] {} <Trace> HTTP-Session: 776e7535-3759-470c-99f1-e5cdbaa1756c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9458 | 2024.08.15 05:38:06.422178 [ 3 ] {29b7aa62-4bc1-44f3-a64c-532c0fa5df2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9459 | 2024.08.15 05:38:06.422221 [ 3 ] {29b7aa62-4bc1-44f3-a64c-532c0fa5df2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9460 | 2024.08.15 05:38:06.422363 [ 3 ] {29b7aa62-4bc1-44f3-a64c-532c0fa5df2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9461 | 2024.08.15 05:38:06.422921 [ 3 ] {29b7aa62-4bc1-44f3-a64c-532c0fa5df2f} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9462 | 2024.08.15 05:38:06.422957 [ 3 ] {29b7aa62-4bc1-44f3-a64c-532c0fa5df2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9463 | 2024.08.15 05:38:06.423273 [ 3 ] {29b7aa62-4bc1-44f3-a64c-532c0fa5df2f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9464 | 2024.08.15 05:38:06.423576 [ 3 ] {29b7aa62-4bc1-44f3-a64c-532c0fa5df2f} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9465 | 2024.08.15 05:38:06.423727 [ 3 ] {29b7aa62-4bc1-44f3-a64c-532c0fa5df2f} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.001648 sec., 234223.3009708738 rows/sec., 16.59 MiB/sec. | ||
9466 | 2024.08.15 05:38:06.424011 [ 3 ] {29b7aa62-4bc1-44f3-a64c-532c0fa5df2f} <Debug> DynamicQueryHandler: Done processing query | ||
9467 | 2024.08.15 05:38:06.424071 [ 3 ] {29b7aa62-4bc1-44f3-a64c-532c0fa5df2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
9468 | 2024.08.15 05:38:06.424124 [ 3 ] {} <Debug> HTTP-Session: 776e7535-3759-470c-99f1-e5cdbaa1756c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9469 | 2024.08.15 05:38:06.424302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9470 | 2024.08.15 05:38:06.424352 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9471 | 2024.08.15 05:38:06.424371 [ 3 ] {} <Debug> HTTP-Session: 872bd643-dfda-4993-94b5-7a963c91469f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9472 | 2024.08.15 05:38:06.424388 [ 3 ] {} <Debug> HTTP-Session: 872bd643-dfda-4993-94b5-7a963c91469f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9473 | 2024.08.15 05:38:06.424402 [ 3 ] {} <Debug> HTTP-Session: 872bd643-dfda-4993-94b5-7a963c91469f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9474 | 2024.08.15 05:38:06.424433 [ 3 ] {} <Trace> HTTP-Session: 872bd643-dfda-4993-94b5-7a963c91469f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9475 | 2024.08.15 05:38:06.424532 [ 3 ] {12cdb275-4d11-400c-8558-17fe4ccd2446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9476 | 2024.08.15 05:38:06.424577 [ 3 ] {12cdb275-4d11-400c-8558-17fe4ccd2446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9477 | 2024.08.15 05:38:06.424729 [ 3 ] {12cdb275-4d11-400c-8558-17fe4ccd2446} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9478 | 2024.08.15 05:38:06.425003 [ 3 ] {12cdb275-4d11-400c-8558-17fe4ccd2446} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9479 | 2024.08.15 05:38:06.425038 [ 3 ] {12cdb275-4d11-400c-8558-17fe4ccd2446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9480 | 2024.08.15 05:38:06.425383 [ 3 ] {12cdb275-4d11-400c-8558-17fe4ccd2446} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9481 | 2024.08.15 05:38:06.425698 [ 3 ] {12cdb275-4d11-400c-8558-17fe4ccd2446} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9482 | 2024.08.15 05:38:06.425846 [ 3 ] {12cdb275-4d11-400c-8558-17fe4ccd2446} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001334 sec., 4497.751124437781 rows/sec., 234.99 KiB/sec. | ||
9483 | 2024.08.15 05:38:06.425999 [ 3 ] {12cdb275-4d11-400c-8558-17fe4ccd2446} <Debug> DynamicQueryHandler: Done processing query | ||
9484 | 2024.08.15 05:38:06.426021 [ 3 ] {12cdb275-4d11-400c-8558-17fe4ccd2446} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9485 | 2024.08.15 05:38:06.426038 [ 3 ] {} <Debug> HTTP-Session: 872bd643-dfda-4993-94b5-7a963c91469f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9486 | 2024.08.15 05:38:06.426205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 44217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9487 | 2024.08.15 05:38:06.426252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9488 | 2024.08.15 05:38:06.426270 [ 3 ] {} <Debug> HTTP-Session: 3e72d403-a7fe-47d3-8138-1ac8169e46d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9489 | 2024.08.15 05:38:06.426287 [ 3 ] {} <Debug> HTTP-Session: 3e72d403-a7fe-47d3-8138-1ac8169e46d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9490 | 2024.08.15 05:38:06.426301 [ 3 ] {} <Debug> HTTP-Session: 3e72d403-a7fe-47d3-8138-1ac8169e46d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9491 | 2024.08.15 05:38:06.426329 [ 3 ] {} <Trace> HTTP-Session: 3e72d403-a7fe-47d3-8138-1ac8169e46d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9492 | 2024.08.15 05:38:06.426527 [ 3 ] {c28808a1-8d76-45ab-a926-ddcce134b7fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9493 | 2024.08.15 05:38:06.426571 [ 3 ] {c28808a1-8d76-45ab-a926-ddcce134b7fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9494 | 2024.08.15 05:38:06.426709 [ 3 ] {c28808a1-8d76-45ab-a926-ddcce134b7fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9495 | 2024.08.15 05:38:06.427139 [ 3 ] {c28808a1-8d76-45ab-a926-ddcce134b7fb} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9496 | 2024.08.15 05:38:06.427174 [ 3 ] {c28808a1-8d76-45ab-a926-ddcce134b7fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9497 | 2024.08.15 05:38:06.427542 [ 3 ] {c28808a1-8d76-45ab-a926-ddcce134b7fb} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9498 | 2024.08.15 05:38:06.427867 [ 3 ] {c28808a1-8d76-45ab-a926-ddcce134b7fb} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9499 | 2024.08.15 05:38:06.428021 [ 3 ] {c28808a1-8d76-45ab-a926-ddcce134b7fb} <Debug> executeQuery: Read 235 rows, 16.11 KiB in 0.001593 sec., 147520.4017576899 rows/sec., 9.88 MiB/sec. | ||
9500 | 2024.08.15 05:38:06.428290 [ 3 ] {c28808a1-8d76-45ab-a926-ddcce134b7fb} <Debug> DynamicQueryHandler: Done processing query | ||
9501 | 2024.08.15 05:38:06.428358 [ 3 ] {c28808a1-8d76-45ab-a926-ddcce134b7fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9502 | 2024.08.15 05:38:06.428407 [ 3 ] {} <Debug> HTTP-Session: 3e72d403-a7fe-47d3-8138-1ac8169e46d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9503 | 2024.08.15 05:38:06.428559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9504 | 2024.08.15 05:38:06.428609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9505 | 2024.08.15 05:38:06.428628 [ 3 ] {} <Debug> HTTP-Session: 85f33e2f-7516-4a61-90b3-3e3b70649e32 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9506 | 2024.08.15 05:38:06.428647 [ 3 ] {} <Debug> HTTP-Session: 85f33e2f-7516-4a61-90b3-3e3b70649e32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9507 | 2024.08.15 05:38:06.428660 [ 3 ] {} <Debug> HTTP-Session: 85f33e2f-7516-4a61-90b3-3e3b70649e32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9508 | 2024.08.15 05:38:06.428691 [ 3 ] {} <Trace> HTTP-Session: 85f33e2f-7516-4a61-90b3-3e3b70649e32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9509 | 2024.08.15 05:38:06.428786 [ 3 ] {f53f4f56-fb4f-434b-a899-f4621af843a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
9510 | 2024.08.15 05:38:06.428832 [ 3 ] {f53f4f56-fb4f-434b-a899-f4621af843a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9511 | 2024.08.15 05:38:06.428974 [ 3 ] {f53f4f56-fb4f-434b-a899-f4621af843a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9512 | 2024.08.15 05:38:06.429233 [ 3 ] {f53f4f56-fb4f-434b-a899-f4621af843a9} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9513 | 2024.08.15 05:38:06.429268 [ 3 ] {f53f4f56-fb4f-434b-a899-f4621af843a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9514 | 2024.08.15 05:38:06.429605 [ 3 ] {f53f4f56-fb4f-434b-a899-f4621af843a9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9515 | 2024.08.15 05:38:06.429910 [ 3 ] {f53f4f56-fb4f-434b-a899-f4621af843a9} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9516 | 2024.08.15 05:38:06.430063 [ 3 ] {f53f4f56-fb4f-434b-a899-f4621af843a9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001293 sec., 773.3952049497293 rows/sec., 52.11 KiB/sec. | ||
9517 | 2024.08.15 05:38:06.430369 [ 3 ] {f53f4f56-fb4f-434b-a899-f4621af843a9} <Debug> DynamicQueryHandler: Done processing query | ||
9518 | 2024.08.15 05:38:06.430393 [ 3 ] {f53f4f56-fb4f-434b-a899-f4621af843a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
9519 | 2024.08.15 05:38:06.430409 [ 3 ] {} <Debug> HTTP-Session: 85f33e2f-7516-4a61-90b3-3e3b70649e32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9520 | 2024.08.15 05:38:06.430532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9521 | 2024.08.15 05:38:06.430578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9522 | 2024.08.15 05:38:06.430597 [ 3 ] {} <Debug> HTTP-Session: 5217f203-7485-4ae3-b48c-235dacc10efc Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9523 | 2024.08.15 05:38:06.430613 [ 3 ] {} <Debug> HTTP-Session: 5217f203-7485-4ae3-b48c-235dacc10efc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9524 | 2024.08.15 05:38:06.430627 [ 3 ] {} <Debug> HTTP-Session: 5217f203-7485-4ae3-b48c-235dacc10efc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9525 | 2024.08.15 05:38:06.430657 [ 3 ] {} <Trace> HTTP-Session: 5217f203-7485-4ae3-b48c-235dacc10efc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9526 | 2024.08.15 05:38:06.430800 [ 3 ] {e65da416-db69-4301-9dc0-60f1cef74292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9527 | 2024.08.15 05:38:06.430871 [ 3 ] {e65da416-db69-4301-9dc0-60f1cef74292} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9528 | 2024.08.15 05:38:06.431281 [ 3 ] {e65da416-db69-4301-9dc0-60f1cef74292} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9529 | 2024.08.15 05:38:06.431755 [ 3 ] {e65da416-db69-4301-9dc0-60f1cef74292} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9530 | 2024.08.15 05:38:06.431790 [ 3 ] {e65da416-db69-4301-9dc0-60f1cef74292} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9531 | 2024.08.15 05:38:06.432338 [ 3 ] {e65da416-db69-4301-9dc0-60f1cef74292} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
9532 | 2024.08.15 05:38:06.432735 [ 3 ] {e65da416-db69-4301-9dc0-60f1cef74292} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9533 | 2024.08.15 05:38:06.432926 [ 96 ] {} <Debug> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
9534 | 2024.08.15 05:38:06.432949 [ 3 ] {e65da416-db69-4301-9dc0-60f1cef74292} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002213 sec., 1807.501129688206 rows/sec., 3.24 MiB/sec. | ||
9535 | 2024.08.15 05:38:06.433036 [ 96 ] {} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9536 | 2024.08.15 05:38:06.433139 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9537 | 2024.08.15 05:38:06.433535 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::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 | ||
9538 | 2024.08.15 05:38:06.433551 [ 3 ] {e65da416-db69-4301-9dc0-60f1cef74292} <Debug> DynamicQueryHandler: Done processing query | ||
9539 | 2024.08.15 05:38:06.433639 [ 3 ] {e65da416-db69-4301-9dc0-60f1cef74292} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
9540 | 2024.08.15 05:38:06.433669 [ 3 ] {} <Debug> HTTP-Session: 5217f203-7485-4ae3-b48c-235dacc10efc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9541 | 2024.08.15 05:38:06.433875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 11848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9542 | 2024.08.15 05:38:06.433991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9543 | 2024.08.15 05:38:06.434054 [ 3 ] {} <Debug> HTTP-Session: 82d48c9f-4457-495f-b596-c97a06391642 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9544 | 2024.08.15 05:38:06.434109 [ 3 ] {} <Debug> HTTP-Session: 82d48c9f-4457-495f-b596-c97a06391642 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9545 | 2024.08.15 05:38:06.434162 [ 3 ] {} <Debug> HTTP-Session: 82d48c9f-4457-495f-b596-c97a06391642 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9546 | 2024.08.15 05:38:06.434267 [ 3 ] {} <Trace> HTTP-Session: 82d48c9f-4457-495f-b596-c97a06391642 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9547 | 2024.08.15 05:38:06.434580 [ 3 ] {dc86a418-eae9-4581-a472-d043b2eb45d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9548 | 2024.08.15 05:38:06.434710 [ 3 ] {dc86a418-eae9-4581-a472-d043b2eb45d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9549 | 2024.08.15 05:38:06.434840 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9550 | 2024.08.15 05:38:06.435109 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 498 rows starting from the beginning of the part | ||
9551 | 2024.08.15 05:38:06.435308 [ 3 ] {dc86a418-eae9-4581-a472-d043b2eb45d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9552 | 2024.08.15 05:38:06.435849 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 4 rows starting from the beginning of the part | ||
9553 | 2024.08.15 05:38:06.436631 [ 3 ] {dc86a418-eae9-4581-a472-d043b2eb45d0} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9554 | 2024.08.15 05:38:06.436650 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 26 rows starting from the beginning of the part | ||
9555 | 2024.08.15 05:38:06.436702 [ 3 ] {dc86a418-eae9-4581-a472-d043b2eb45d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9556 | 2024.08.15 05:38:06.437315 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 4 rows starting from the beginning of the part | ||
9557 | 2024.08.15 05:38:06.437940 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 26 rows starting from the beginning of the part | ||
9558 | 2024.08.15 05:38:06.437991 [ 3 ] {dc86a418-eae9-4581-a472-d043b2eb45d0} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9559 | 2024.08.15 05:38:06.438835 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 4 rows starting from the beginning of the part | ||
9560 | 2024.08.15 05:38:06.440323 [ 3 ] {dc86a418-eae9-4581-a472-d043b2eb45d0} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9561 | 2024.08.15 05:38:06.440717 [ 3 ] {dc86a418-eae9-4581-a472-d043b2eb45d0} <Debug> executeQuery: Read 80 rows, 5.21 KiB in 0.006284 sec., 12730.744748567791 rows/sec., 828.62 KiB/sec. | ||
9562 | 2024.08.15 05:38:06.441041 [ 3 ] {dc86a418-eae9-4581-a472-d043b2eb45d0} <Debug> DynamicQueryHandler: Done processing query | ||
9563 | 2024.08.15 05:38:06.441097 [ 3 ] {dc86a418-eae9-4581-a472-d043b2eb45d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9564 | 2024.08.15 05:38:06.441148 [ 3 ] {} <Debug> HTTP-Session: 82d48c9f-4457-495f-b596-c97a06391642 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9565 | 2024.08.15 05:38:06.444544 [ 187 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 562 rows, containing 19 columns (19 merged, 0 gathered) in 0.011219967 sec., 50089.27388110856 rows/sec., 89.76 MiB/sec. | ||
9566 | 2024.08.15 05:38:06.445599 [ 187 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
9567 | 2024.08.15 05:38:06.446174 [ 187 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9568 | 2024.08.15 05:38:06.446251 [ 187 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
9569 | 2024.08.15 05:38:06.446381 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||
9570 | 2024.08.15 05:38:11.408317 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9571 | 2024.08.15 05:38:11.408452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9572 | 2024.08.15 05:38:11.408480 [ 3 ] {} <Debug> HTTP-Session: 7589cbb1-4347-4889-a42a-42f3b3f5ee17 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9573 | 2024.08.15 05:38:11.408509 [ 3 ] {} <Debug> HTTP-Session: 7589cbb1-4347-4889-a42a-42f3b3f5ee17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9574 | 2024.08.15 05:38:11.408527 [ 3 ] {} <Debug> HTTP-Session: 7589cbb1-4347-4889-a42a-42f3b3f5ee17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9575 | 2024.08.15 05:38:11.408582 [ 3 ] {} <Trace> HTTP-Session: 7589cbb1-4347-4889-a42a-42f3b3f5ee17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9576 | 2024.08.15 05:38:11.408769 [ 3 ] {0f45e316-9886-4df6-9b37-c205d5b256d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9577 | 2024.08.15 05:38:11.408834 [ 3 ] {0f45e316-9886-4df6-9b37-c205d5b256d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9578 | 2024.08.15 05:38:11.409023 [ 3 ] {0f45e316-9886-4df6-9b37-c205d5b256d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9579 | 2024.08.15 05:38:11.409441 [ 3 ] {0f45e316-9886-4df6-9b37-c205d5b256d1} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9580 | 2024.08.15 05:38:11.409482 [ 3 ] {0f45e316-9886-4df6-9b37-c205d5b256d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9581 | 2024.08.15 05:38:11.409843 [ 3 ] {0f45e316-9886-4df6-9b37-c205d5b256d1} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
9582 | 2024.08.15 05:38:11.410169 [ 3 ] {0f45e316-9886-4df6-9b37-c205d5b256d1} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9583 | 2024.08.15 05:38:11.410331 [ 3 ] {0f45e316-9886-4df6-9b37-c205d5b256d1} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001618 sec., 16069.22126081582 rows/sec., 1.27 MiB/sec. | ||
9584 | 2024.08.15 05:38:11.410532 [ 3 ] {0f45e316-9886-4df6-9b37-c205d5b256d1} <Debug> DynamicQueryHandler: Done processing query | ||
9585 | 2024.08.15 05:38:11.410558 [ 3 ] {0f45e316-9886-4df6-9b37-c205d5b256d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9586 | 2024.08.15 05:38:11.410574 [ 3 ] {} <Debug> HTTP-Session: 7589cbb1-4347-4889-a42a-42f3b3f5ee17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9587 | 2024.08.15 05:38:11.410735 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9588 | 2024.08.15 05:38:11.410783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9589 | 2024.08.15 05:38:11.410802 [ 3 ] {} <Debug> HTTP-Session: 5ba6b06c-622d-4b5c-ba29-9061560222e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9590 | 2024.08.15 05:38:11.410819 [ 3 ] {} <Debug> HTTP-Session: 5ba6b06c-622d-4b5c-ba29-9061560222e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9591 | 2024.08.15 05:38:11.410833 [ 3 ] {} <Debug> HTTP-Session: 5ba6b06c-622d-4b5c-ba29-9061560222e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9592 | 2024.08.15 05:38:11.410865 [ 3 ] {} <Trace> HTTP-Session: 5ba6b06c-622d-4b5c-ba29-9061560222e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9593 | 2024.08.15 05:38:11.410998 [ 3 ] {230e7362-9cab-42c0-b640-d1768ff02869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9594 | 2024.08.15 05:38:11.411041 [ 3 ] {230e7362-9cab-42c0-b640-d1768ff02869} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9595 | 2024.08.15 05:38:11.411167 [ 3 ] {230e7362-9cab-42c0-b640-d1768ff02869} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9596 | 2024.08.15 05:38:11.411542 [ 3 ] {230e7362-9cab-42c0-b640-d1768ff02869} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9597 | 2024.08.15 05:38:11.411579 [ 3 ] {230e7362-9cab-42c0-b640-d1768ff02869} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9598 | 2024.08.15 05:38:11.411912 [ 3 ] {230e7362-9cab-42c0-b640-d1768ff02869} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9599 | 2024.08.15 05:38:11.412215 [ 3 ] {230e7362-9cab-42c0-b640-d1768ff02869} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9600 | 2024.08.15 05:38:11.412372 [ 3 ] {230e7362-9cab-42c0-b640-d1768ff02869} <Debug> executeQuery: Read 134 rows, 11.45 KiB in 0.001424 sec., 94101.12359550562 rows/sec., 7.85 MiB/sec. | ||
9601 | 2024.08.15 05:38:11.412372 [ 185 ] {} <Debug> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9602 | 2024.08.15 05:38:11.412489 [ 185 ] {} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9603 | 2024.08.15 05:38:11.412536 [ 185 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9604 | 2024.08.15 05:38:11.412620 [ 3 ] {230e7362-9cab-42c0-b640-d1768ff02869} <Debug> DynamicQueryHandler: Done processing query | ||
9605 | 2024.08.15 05:38:11.412674 [ 3 ] {230e7362-9cab-42c0-b640-d1768ff02869} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9606 | 2024.08.15 05:38:11.412734 [ 3 ] {} <Debug> HTTP-Session: 5ba6b06c-622d-4b5c-ba29-9061560222e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9607 | 2024.08.15 05:38:11.412853 [ 186 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::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 | ||
9608 | 2024.08.15 05:38:11.412972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 15281, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9609 | 2024.08.15 05:38:11.413059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9610 | 2024.08.15 05:38:11.413111 [ 3 ] {} <Debug> HTTP-Session: 6cd538a6-db62-4d96-a82d-efed98a7765c Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9611 | 2024.08.15 05:38:11.413155 [ 3 ] {} <Debug> HTTP-Session: 6cd538a6-db62-4d96-a82d-efed98a7765c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9612 | 2024.08.15 05:38:11.413197 [ 3 ] {} <Debug> HTTP-Session: 6cd538a6-db62-4d96-a82d-efed98a7765c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9613 | 2024.08.15 05:38:11.413246 [ 186 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9614 | 2024.08.15 05:38:11.413267 [ 3 ] {} <Trace> HTTP-Session: 6cd538a6-db62-4d96-a82d-efed98a7765c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9615 | 2024.08.15 05:38:11.413327 [ 186 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1427 rows starting from the beginning of the part | ||
9616 | 2024.08.15 05:38:11.413555 [ 3 ] {a10e674b-5107-465b-a24c-c393a359b63d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9617 | 2024.08.15 05:38:11.413630 [ 186 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 135 rows starting from the beginning of the part | ||
9618 | 2024.08.15 05:38:11.413672 [ 3 ] {a10e674b-5107-465b-a24c-c393a359b63d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9619 | 2024.08.15 05:38:11.413941 [ 186 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1341 rows starting from the beginning of the part | ||
9620 | 2024.08.15 05:38:11.414368 [ 186 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 134 rows starting from the beginning of the part | ||
9621 | 2024.08.15 05:38:11.414722 [ 186 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 201 rows starting from the beginning of the part | ||
9622 | 2024.08.15 05:38:11.414800 [ 3 ] {a10e674b-5107-465b-a24c-c393a359b63d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9623 | 2024.08.15 05:38:11.414907 [ 186 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 134 rows starting from the beginning of the part | ||
9624 | 2024.08.15 05:38:11.415885 [ 3 ] {a10e674b-5107-465b-a24c-c393a359b63d} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9625 | 2024.08.15 05:38:11.415958 [ 3 ] {a10e674b-5107-465b-a24c-c393a359b63d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9626 | 2024.08.15 05:38:11.416731 [ 3 ] {a10e674b-5107-465b-a24c-c393a359b63d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9627 | 2024.08.15 05:38:11.417552 [ 3 ] {a10e674b-5107-465b-a24c-c393a359b63d} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9628 | 2024.08.15 05:38:11.417755 [ 169 ] {} <Debug> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9629 | 2024.08.15 05:38:11.417764 [ 3 ] {a10e674b-5107-465b-a24c-c393a359b63d} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.004344 sec., 20718.232044198896 rows/sec., 1.62 MiB/sec. | ||
9630 | 2024.08.15 05:38:11.417821 [ 169 ] {} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9631 | 2024.08.15 05:38:11.417897 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9632 | 2024.08.15 05:38:11.418387 [ 193 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::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 | ||
9633 | 2024.08.15 05:38:11.418571 [ 3 ] {a10e674b-5107-465b-a24c-c393a359b63d} <Debug> DynamicQueryHandler: Done processing query | ||
9634 | 2024.08.15 05:38:11.418671 [ 3 ] {a10e674b-5107-465b-a24c-c393a359b63d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9635 | 2024.08.15 05:38:11.418705 [ 190 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3372 rows, containing 4 columns (4 merged, 0 gathered) in 0.006059478 sec., 556483.5782884269 rows/sec., 46.61 MiB/sec. | ||
9636 | 2024.08.15 05:38:11.418737 [ 3 ] {} <Debug> HTTP-Session: 6cd538a6-db62-4d96-a82d-efed98a7765c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9637 | 2024.08.15 05:38:11.418853 [ 193 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9638 | 2024.08.15 05:38:11.418904 [ 193 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 902 rows starting from the beginning of the part | ||
9639 | 2024.08.15 05:38:11.419119 [ 193 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 92 rows starting from the beginning of the part | ||
9640 | 2024.08.15 05:38:11.419116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30988, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9641 | 2024.08.15 05:38:11.419141 [ 190 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9642 | 2024.08.15 05:38:11.419557 [ 193 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 842 rows starting from the beginning of the part | ||
9643 | 2024.08.15 05:38:11.419604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9644 | 2024.08.15 05:38:11.419863 [ 193 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 90 rows starting from the beginning of the part | ||
9645 | 2024.08.15 05:38:11.419964 [ 3 ] {} <Debug> HTTP-Session: f48f2b32-2c03-4aef-8342-18826c1affa4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9646 | 2024.08.15 05:38:11.420317 [ 193 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 386 rows starting from the beginning of the part | ||
9647 | 2024.08.15 05:38:11.420436 [ 3 ] {} <Debug> HTTP-Session: f48f2b32-2c03-4aef-8342-18826c1affa4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9648 | 2024.08.15 05:38:11.420730 [ 193 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 90 rows starting from the beginning of the part | ||
9649 | 2024.08.15 05:38:11.421014 [ 3 ] {} <Debug> HTTP-Session: f48f2b32-2c03-4aef-8342-18826c1affa4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9650 | 2024.08.15 05:38:11.421354 [ 190 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_51_10} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9651 | 2024.08.15 05:38:11.421424 [ 3 ] {} <Trace> HTTP-Session: f48f2b32-2c03-4aef-8342-18826c1affa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9652 | 2024.08.15 05:38:11.421680 [ 190 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_51_10} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9653 | 2024.08.15 05:38:11.421858 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
9654 | 2024.08.15 05:38:11.421967 [ 3 ] {4e497e71-58ae-4706-9f2a-11226e8ee224} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9655 | 2024.08.15 05:38:11.422099 [ 3 ] {4e497e71-58ae-4706-9f2a-11226e8ee224} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9656 | 2024.08.15 05:38:11.422703 [ 3 ] {4e497e71-58ae-4706-9f2a-11226e8ee224} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9657 | 2024.08.15 05:38:11.423668 [ 3 ] {4e497e71-58ae-4706-9f2a-11226e8ee224} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9658 | 2024.08.15 05:38:11.423708 [ 3 ] {4e497e71-58ae-4706-9f2a-11226e8ee224} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9659 | 2024.08.15 05:38:11.424455 [ 197 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2402 rows, containing 4 columns (4 merged, 0 gathered) in 0.006410076 sec., 374722.54619134 rows/sec., 27.30 MiB/sec. | ||
9660 | 2024.08.15 05:38:11.424474 [ 3 ] {4e497e71-58ae-4706-9f2a-11226e8ee224} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9661 | 2024.08.15 05:38:11.424743 [ 190 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9662 | 2024.08.15 05:38:11.425296 [ 3 ] {4e497e71-58ae-4706-9f2a-11226e8ee224} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9663 | 2024.08.15 05:38:11.425562 [ 169 ] {} <Debug> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9664 | 2024.08.15 05:38:11.425625 [ 3 ] {4e497e71-58ae-4706-9f2a-11226e8ee224} <Debug> executeQuery: Read 162 rows, 11.56 KiB in 0.003928 sec., 41242.36252545825 rows/sec., 2.87 MiB/sec. | ||
9665 | 2024.08.15 05:38:11.425648 [ 169 ] {} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9666 | 2024.08.15 05:38:11.425717 [ 190 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_51_10} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9667 | 2024.08.15 05:38:11.425742 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9668 | 2024.08.15 05:38:11.426093 [ 190 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_51_10} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9669 | 2024.08.15 05:38:11.426138 [ 193 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::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 | ||
9670 | 2024.08.15 05:38:11.426322 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
9671 | 2024.08.15 05:38:11.426349 [ 3 ] {4e497e71-58ae-4706-9f2a-11226e8ee224} <Debug> DynamicQueryHandler: Done processing query | ||
9672 | 2024.08.15 05:38:11.426421 [ 3 ] {4e497e71-58ae-4706-9f2a-11226e8ee224} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9673 | 2024.08.15 05:38:11.426468 [ 3 ] {} <Debug> HTTP-Session: f48f2b32-2c03-4aef-8342-18826c1affa4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9674 | 2024.08.15 05:38:11.426552 [ 193 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9675 | 2024.08.15 05:38:11.426588 [ 193 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13211 rows starting from the beginning of the part | ||
9676 | 2024.08.15 05:38:11.426726 [ 193 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 159 rows starting from the beginning of the part | ||
9677 | 2024.08.15 05:38:11.426762 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 42075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9678 | 2024.08.15 05:38:11.426987 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9679 | 2024.08.15 05:38:11.427080 [ 3 ] {} <Debug> HTTP-Session: 1eb6d567-aa3d-49bd-871e-24fbe44bb56b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9680 | 2024.08.15 05:38:11.427081 [ 193 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 921 rows starting from the beginning of the part | ||
9681 | 2024.08.15 05:38:11.427130 [ 3 ] {} <Debug> HTTP-Session: 1eb6d567-aa3d-49bd-871e-24fbe44bb56b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9682 | 2024.08.15 05:38:11.427175 [ 3 ] {} <Debug> HTTP-Session: 1eb6d567-aa3d-49bd-871e-24fbe44bb56b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9683 | 2024.08.15 05:38:11.427326 [ 193 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::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 | ||
9684 | 2024.08.15 05:38:11.427337 [ 3 ] {} <Trace> HTTP-Session: 1eb6d567-aa3d-49bd-871e-24fbe44bb56b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9685 | 2024.08.15 05:38:11.427661 [ 193 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 235 rows starting from the beginning of the part | ||
9686 | 2024.08.15 05:38:11.427775 [ 193 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 162 rows starting from the beginning of the part | ||
9687 | 2024.08.15 05:38:11.428068 [ 3 ] {feb76424-d29a-40be-a3fb-c225f0f4b987} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9688 | 2024.08.15 05:38:11.428323 [ 3 ] {feb76424-d29a-40be-a3fb-c225f0f4b987} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9689 | 2024.08.15 05:38:11.429523 [ 3 ] {feb76424-d29a-40be-a3fb-c225f0f4b987} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9690 | 2024.08.15 05:38:11.431082 [ 3 ] {feb76424-d29a-40be-a3fb-c225f0f4b987} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9691 | 2024.08.15 05:38:11.431157 [ 3 ] {feb76424-d29a-40be-a3fb-c225f0f4b987} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9692 | 2024.08.15 05:38:11.432774 [ 3 ] {feb76424-d29a-40be-a3fb-c225f0f4b987} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
9693 | 2024.08.15 05:38:11.433334 [ 3 ] {feb76424-d29a-40be-a3fb-c225f0f4b987} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9694 | 2024.08.15 05:38:11.433589 [ 3 ] {feb76424-d29a-40be-a3fb-c225f0f4b987} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.006002 sec., 4331.889370209929 rows/sec., 7.76 MiB/sec. | ||
9695 | 2024.08.15 05:38:11.434103 [ 3 ] {feb76424-d29a-40be-a3fb-c225f0f4b987} <Debug> DynamicQueryHandler: Done processing query | ||
9696 | 2024.08.15 05:38:11.434135 [ 3 ] {feb76424-d29a-40be-a3fb-c225f0f4b987} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
9697 | 2024.08.15 05:38:11.434185 [ 3 ] {} <Debug> HTTP-Session: 1eb6d567-aa3d-49bd-871e-24fbe44bb56b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9698 | 2024.08.15 05:38:11.434354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9699 | 2024.08.15 05:38:11.434408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9700 | 2024.08.15 05:38:11.434452 [ 3 ] {} <Debug> HTTP-Session: fa7057ec-bf4a-42d9-a2a4-12baa318a055 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9701 | 2024.08.15 05:38:11.434488 [ 3 ] {} <Debug> HTTP-Session: fa7057ec-bf4a-42d9-a2a4-12baa318a055 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9702 | 2024.08.15 05:38:11.434504 [ 3 ] {} <Debug> HTTP-Session: fa7057ec-bf4a-42d9-a2a4-12baa318a055 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9703 | 2024.08.15 05:38:11.434548 [ 3 ] {} <Trace> HTTP-Session: fa7057ec-bf4a-42d9-a2a4-12baa318a055 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9704 | 2024.08.15 05:38:11.434870 [ 3 ] {0a0a6357-1a0e-491f-8e10-571300445644} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9705 | 2024.08.15 05:38:11.434915 [ 191 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14850 rows, containing 5 columns (5 merged, 0 gathered) in 0.009018341 sec., 1646644.3218325856 rows/sec., 111.30 MiB/sec. | ||
9706 | 2024.08.15 05:38:11.434925 [ 3 ] {0a0a6357-1a0e-491f-8e10-571300445644} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9707 | 2024.08.15 05:38:11.435098 [ 3 ] {0a0a6357-1a0e-491f-8e10-571300445644} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9708 | 2024.08.15 05:38:11.435402 [ 3 ] {0a0a6357-1a0e-491f-8e10-571300445644} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9709 | 2024.08.15 05:38:11.435442 [ 3 ] {0a0a6357-1a0e-491f-8e10-571300445644} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9710 | 2024.08.15 05:38:11.435455 [ 191 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9711 | 2024.08.15 05:38:11.436015 [ 3 ] {0a0a6357-1a0e-491f-8e10-571300445644} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9712 | 2024.08.15 05:38:11.436096 [ 191 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9713 | 2024.08.15 05:38:11.436212 [ 191 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9714 | 2024.08.15 05:38:11.436320 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.81 MiB. | ||
9715 | 2024.08.15 05:38:11.436447 [ 3 ] {0a0a6357-1a0e-491f-8e10-571300445644} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9716 | 2024.08.15 05:38:11.436612 [ 3 ] {0a0a6357-1a0e-491f-8e10-571300445644} <Debug> executeQuery: Read 62 rows, 4.27 KiB in 0.001898 sec., 32665.96417281349 rows/sec., 2.20 MiB/sec. | ||
9717 | 2024.08.15 05:38:11.436622 [ 169 ] {} <Debug> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9718 | 2024.08.15 05:38:11.436713 [ 169 ] {} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9719 | 2024.08.15 05:38:11.436763 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9720 | 2024.08.15 05:38:11.436918 [ 3 ] {0a0a6357-1a0e-491f-8e10-571300445644} <Debug> DynamicQueryHandler: Done processing query | ||
9721 | 2024.08.15 05:38:11.436989 [ 3 ] {0a0a6357-1a0e-491f-8e10-571300445644} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9722 | 2024.08.15 05:38:11.437038 [ 189 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
9723 | 2024.08.15 05:38:11.437063 [ 3 ] {} <Debug> HTTP-Session: fa7057ec-bf4a-42d9-a2a4-12baa318a055 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9724 | 2024.08.15 05:38:11.437575 [ 189 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9725 | 2024.08.15 05:38:11.437622 [ 189 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2884 rows starting from the beginning of the part | ||
9726 | 2024.08.15 05:38:11.437687 [ 189 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 58 rows starting from the beginning of the part | ||
9727 | 2024.08.15 05:38:11.437895 [ 189 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 82 rows starting from the beginning of the part | ||
9728 | 2024.08.15 05:38:11.438139 [ 189 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 62 rows starting from the beginning of the part | ||
9729 | 2024.08.15 05:38:11.438304 [ 189 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 80 rows starting from the beginning of the part | ||
9730 | 2024.08.15 05:38:11.438484 [ 189 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 62 rows starting from the beginning of the part | ||
9731 | 2024.08.15 05:38:11.440026 [ 188 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3228 rows, containing 4 columns (4 merged, 0 gathered) in 0.003180927 sec., 1014798.5162815745 rows/sec., 66.21 MiB/sec. | ||
9732 | 2024.08.15 05:38:11.440566 [ 188 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9733 | 2024.08.15 05:38:11.441077 [ 188 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_51_10} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9734 | 2024.08.15 05:38:11.441174 [ 188 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_51_10} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9735 | 2024.08.15 05:38:11.441279 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
9736 | 2024.08.15 05:38:16.412259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9737 | 2024.08.15 05:38:16.412391 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9738 | 2024.08.15 05:38:16.412416 [ 3 ] {} <Debug> HTTP-Session: f23b5aa7-9214-4be3-9893-3289714c8688 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9739 | 2024.08.15 05:38:16.412441 [ 3 ] {} <Debug> HTTP-Session: f23b5aa7-9214-4be3-9893-3289714c8688 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9740 | 2024.08.15 05:38:16.412474 [ 3 ] {} <Debug> HTTP-Session: f23b5aa7-9214-4be3-9893-3289714c8688 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9741 | 2024.08.15 05:38:16.412530 [ 3 ] {} <Trace> HTTP-Session: f23b5aa7-9214-4be3-9893-3289714c8688 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9742 | 2024.08.15 05:38:16.412727 [ 3 ] {004c71e6-819a-49f5-8fc3-ac0ed136cd19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9743 | 2024.08.15 05:38:16.412797 [ 3 ] {004c71e6-819a-49f5-8fc3-ac0ed136cd19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9744 | 2024.08.15 05:38:16.413032 [ 3 ] {004c71e6-819a-49f5-8fc3-ac0ed136cd19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9745 | 2024.08.15 05:38:16.413509 [ 3 ] {004c71e6-819a-49f5-8fc3-ac0ed136cd19} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9746 | 2024.08.15 05:38:16.413550 [ 3 ] {004c71e6-819a-49f5-8fc3-ac0ed136cd19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9747 | 2024.08.15 05:38:16.413920 [ 3 ] {004c71e6-819a-49f5-8fc3-ac0ed136cd19} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
9748 | 2024.08.15 05:38:16.414267 [ 3 ] {004c71e6-819a-49f5-8fc3-ac0ed136cd19} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9749 | 2024.08.15 05:38:16.414438 [ 3 ] {004c71e6-819a-49f5-8fc3-ac0ed136cd19} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001767 sec., 2263.7238256932656 rows/sec., 183.49 KiB/sec. | ||
9750 | 2024.08.15 05:38:16.414646 [ 3 ] {004c71e6-819a-49f5-8fc3-ac0ed136cd19} <Debug> DynamicQueryHandler: Done processing query | ||
9751 | 2024.08.15 05:38:16.414672 [ 3 ] {004c71e6-819a-49f5-8fc3-ac0ed136cd19} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9752 | 2024.08.15 05:38:16.414688 [ 3 ] {} <Debug> HTTP-Session: f23b5aa7-9214-4be3-9893-3289714c8688 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9753 | 2024.08.15 05:38:16.414853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9754 | 2024.08.15 05:38:16.414907 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9755 | 2024.08.15 05:38:16.414926 [ 3 ] {} <Debug> HTTP-Session: 892bf2ef-4770-4431-a5fc-b1b973cb73b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9756 | 2024.08.15 05:38:16.414943 [ 3 ] {} <Debug> HTTP-Session: 892bf2ef-4770-4431-a5fc-b1b973cb73b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9757 | 2024.08.15 05:38:16.414957 [ 3 ] {} <Debug> HTTP-Session: 892bf2ef-4770-4431-a5fc-b1b973cb73b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9758 | 2024.08.15 05:38:16.414991 [ 3 ] {} <Trace> HTTP-Session: 892bf2ef-4770-4431-a5fc-b1b973cb73b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9759 | 2024.08.15 05:38:16.415093 [ 3 ] {2332778d-783b-4e48-8c90-e141f9494a67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9760 | 2024.08.15 05:38:16.415140 [ 3 ] {2332778d-783b-4e48-8c90-e141f9494a67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9761 | 2024.08.15 05:38:16.415272 [ 3 ] {2332778d-783b-4e48-8c90-e141f9494a67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9762 | 2024.08.15 05:38:16.415565 [ 3 ] {2332778d-783b-4e48-8c90-e141f9494a67} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9763 | 2024.08.15 05:38:16.415601 [ 3 ] {2332778d-783b-4e48-8c90-e141f9494a67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9764 | 2024.08.15 05:38:16.415898 [ 3 ] {2332778d-783b-4e48-8c90-e141f9494a67} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
9765 | 2024.08.15 05:38:16.416203 [ 3 ] {2332778d-783b-4e48-8c90-e141f9494a67} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9766 | 2024.08.15 05:38:16.416362 [ 3 ] {2332778d-783b-4e48-8c90-e141f9494a67} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001294 sec., 3091.190108191654 rows/sec., 252.06 KiB/sec. | ||
9767 | 2024.08.15 05:38:16.416516 [ 3 ] {2332778d-783b-4e48-8c90-e141f9494a67} <Debug> DynamicQueryHandler: Done processing query | ||
9768 | 2024.08.15 05:38:16.416539 [ 3 ] {2332778d-783b-4e48-8c90-e141f9494a67} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9769 | 2024.08.15 05:38:16.416555 [ 3 ] {} <Debug> HTTP-Session: 892bf2ef-4770-4431-a5fc-b1b973cb73b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9770 | 2024.08.15 05:38:16.416716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9771 | 2024.08.15 05:38:16.416764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9772 | 2024.08.15 05:38:16.416782 [ 3 ] {} <Debug> HTTP-Session: 22ed0988-f735-4145-bc67-704acc7be894 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9773 | 2024.08.15 05:38:16.416798 [ 3 ] {} <Debug> HTTP-Session: 22ed0988-f735-4145-bc67-704acc7be894 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9774 | 2024.08.15 05:38:16.416812 [ 3 ] {} <Debug> HTTP-Session: 22ed0988-f735-4145-bc67-704acc7be894 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9775 | 2024.08.15 05:38:16.416842 [ 3 ] {} <Trace> HTTP-Session: 22ed0988-f735-4145-bc67-704acc7be894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9776 | 2024.08.15 05:38:16.416991 [ 3 ] {db38cde5-568a-4e5b-bff8-07ef2be402ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9777 | 2024.08.15 05:38:16.417032 [ 3 ] {db38cde5-568a-4e5b-bff8-07ef2be402ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9778 | 2024.08.15 05:38:16.417158 [ 3 ] {db38cde5-568a-4e5b-bff8-07ef2be402ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9779 | 2024.08.15 05:38:16.417572 [ 3 ] {db38cde5-568a-4e5b-bff8-07ef2be402ab} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9780 | 2024.08.15 05:38:16.417608 [ 3 ] {db38cde5-568a-4e5b-bff8-07ef2be402ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9781 | 2024.08.15 05:38:16.417923 [ 3 ] {db38cde5-568a-4e5b-bff8-07ef2be402ab} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9782 | 2024.08.15 05:38:16.418221 [ 3 ] {db38cde5-568a-4e5b-bff8-07ef2be402ab} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9783 | 2024.08.15 05:38:16.418365 [ 3 ] {db38cde5-568a-4e5b-bff8-07ef2be402ab} <Debug> executeQuery: Read 203 rows, 18.15 KiB in 0.001444 sec., 140581.71745152355 rows/sec., 12.27 MiB/sec. | ||
9784 | 2024.08.15 05:38:16.418538 [ 3 ] {db38cde5-568a-4e5b-bff8-07ef2be402ab} <Debug> DynamicQueryHandler: Done processing query | ||
9785 | 2024.08.15 05:38:16.418561 [ 3 ] {db38cde5-568a-4e5b-bff8-07ef2be402ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
9786 | 2024.08.15 05:38:16.418577 [ 3 ] {} <Debug> HTTP-Session: 22ed0988-f735-4145-bc67-704acc7be894 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9787 | 2024.08.15 05:38:16.418707 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9788 | 2024.08.15 05:38:16.418755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9789 | 2024.08.15 05:38:16.418774 [ 3 ] {} <Debug> HTTP-Session: 34ad96af-8a26-4386-bd38-945c84396d9d Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9790 | 2024.08.15 05:38:16.418791 [ 3 ] {} <Debug> HTTP-Session: 34ad96af-8a26-4386-bd38-945c84396d9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9791 | 2024.08.15 05:38:16.418804 [ 3 ] {} <Debug> HTTP-Session: 34ad96af-8a26-4386-bd38-945c84396d9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9792 | 2024.08.15 05:38:16.418835 [ 3 ] {} <Trace> HTTP-Session: 34ad96af-8a26-4386-bd38-945c84396d9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9793 | 2024.08.15 05:38:16.418926 [ 3 ] {6e716a6c-2f77-42ed-a28d-177bb94fb8ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9794 | 2024.08.15 05:38:16.418967 [ 3 ] {6e716a6c-2f77-42ed-a28d-177bb94fb8ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9795 | 2024.08.15 05:38:16.419091 [ 3 ] {6e716a6c-2f77-42ed-a28d-177bb94fb8ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9796 | 2024.08.15 05:38:16.419358 [ 3 ] {6e716a6c-2f77-42ed-a28d-177bb94fb8ef} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9797 | 2024.08.15 05:38:16.419394 [ 3 ] {6e716a6c-2f77-42ed-a28d-177bb94fb8ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9798 | 2024.08.15 05:38:16.419681 [ 3 ] {6e716a6c-2f77-42ed-a28d-177bb94fb8ef} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
9799 | 2024.08.15 05:38:16.419986 [ 3 ] {6e716a6c-2f77-42ed-a28d-177bb94fb8ef} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9800 | 2024.08.15 05:38:16.420140 [ 3 ] {6e716a6c-2f77-42ed-a28d-177bb94fb8ef} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001229 sec., 3254.6786004882015 rows/sec., 227.26 KiB/sec. | ||
9801 | 2024.08.15 05:38:16.420665 [ 3 ] {6e716a6c-2f77-42ed-a28d-177bb94fb8ef} <Debug> DynamicQueryHandler: Done processing query | ||
9802 | 2024.08.15 05:38:16.420734 [ 3 ] {6e716a6c-2f77-42ed-a28d-177bb94fb8ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9803 | 2024.08.15 05:38:16.420772 [ 3 ] {} <Debug> HTTP-Session: 34ad96af-8a26-4386-bd38-945c84396d9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9804 | 2024.08.15 05:38:16.420923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9805 | 2024.08.15 05:38:16.420970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9806 | 2024.08.15 05:38:16.420988 [ 3 ] {} <Debug> HTTP-Session: cec44cf6-7123-4370-8499-10bc13ce83c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9807 | 2024.08.15 05:38:16.421004 [ 3 ] {} <Debug> HTTP-Session: cec44cf6-7123-4370-8499-10bc13ce83c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9808 | 2024.08.15 05:38:16.421018 [ 3 ] {} <Debug> HTTP-Session: cec44cf6-7123-4370-8499-10bc13ce83c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9809 | 2024.08.15 05:38:16.421048 [ 3 ] {} <Trace> HTTP-Session: cec44cf6-7123-4370-8499-10bc13ce83c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9810 | 2024.08.15 05:38:16.421144 [ 3 ] {56180f24-80fc-4170-b41f-9492ca21938c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9811 | 2024.08.15 05:38:16.421186 [ 3 ] {56180f24-80fc-4170-b41f-9492ca21938c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9812 | 2024.08.15 05:38:16.421319 [ 3 ] {56180f24-80fc-4170-b41f-9492ca21938c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9813 | 2024.08.15 05:38:16.421611 [ 3 ] {56180f24-80fc-4170-b41f-9492ca21938c} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9814 | 2024.08.15 05:38:16.421646 [ 3 ] {56180f24-80fc-4170-b41f-9492ca21938c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9815 | 2024.08.15 05:38:16.421949 [ 3 ] {56180f24-80fc-4170-b41f-9492ca21938c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9816 | 2024.08.15 05:38:16.422243 [ 3 ] {56180f24-80fc-4170-b41f-9492ca21938c} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9817 | 2024.08.15 05:38:16.422393 [ 3 ] {56180f24-80fc-4170-b41f-9492ca21938c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001275 sec., 10980.392156862745 rows/sec., 769.00 KiB/sec. | ||
9818 | 2024.08.15 05:38:16.422566 [ 3 ] {56180f24-80fc-4170-b41f-9492ca21938c} <Debug> DynamicQueryHandler: Done processing query | ||
9819 | 2024.08.15 05:38:16.422590 [ 3 ] {56180f24-80fc-4170-b41f-9492ca21938c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9820 | 2024.08.15 05:38:16.422606 [ 3 ] {} <Debug> HTTP-Session: cec44cf6-7123-4370-8499-10bc13ce83c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9821 | 2024.08.15 05:38:16.422717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9822 | 2024.08.15 05:38:16.422766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9823 | 2024.08.15 05:38:16.422784 [ 3 ] {} <Debug> HTTP-Session: 91a9d527-b876-41ba-8aa1-0c249c7a6c7c Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9824 | 2024.08.15 05:38:16.422800 [ 3 ] {} <Debug> HTTP-Session: 91a9d527-b876-41ba-8aa1-0c249c7a6c7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9825 | 2024.08.15 05:38:16.422813 [ 3 ] {} <Debug> HTTP-Session: 91a9d527-b876-41ba-8aa1-0c249c7a6c7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9826 | 2024.08.15 05:38:16.422844 [ 3 ] {} <Trace> HTTP-Session: 91a9d527-b876-41ba-8aa1-0c249c7a6c7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9827 | 2024.08.15 05:38:16.422936 [ 3 ] {8a19dc50-ccf5-43d7-92ed-8bfa434dfd24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
9828 | 2024.08.15 05:38:16.422977 [ 3 ] {8a19dc50-ccf5-43d7-92ed-8bfa434dfd24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9829 | 2024.08.15 05:38:16.423102 [ 3 ] {8a19dc50-ccf5-43d7-92ed-8bfa434dfd24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9830 | 2024.08.15 05:38:16.423370 [ 3 ] {8a19dc50-ccf5-43d7-92ed-8bfa434dfd24} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9831 | 2024.08.15 05:38:16.423406 [ 3 ] {8a19dc50-ccf5-43d7-92ed-8bfa434dfd24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9832 | 2024.08.15 05:38:16.423700 [ 3 ] {8a19dc50-ccf5-43d7-92ed-8bfa434dfd24} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9833 | 2024.08.15 05:38:16.423994 [ 3 ] {8a19dc50-ccf5-43d7-92ed-8bfa434dfd24} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9834 | 2024.08.15 05:38:16.424147 [ 3 ] {8a19dc50-ccf5-43d7-92ed-8bfa434dfd24} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001235 sec., 4858.299595141701 rows/sec., 287.04 KiB/sec. | ||
9835 | 2024.08.15 05:38:16.424299 [ 3 ] {8a19dc50-ccf5-43d7-92ed-8bfa434dfd24} <Debug> DynamicQueryHandler: Done processing query | ||
9836 | 2024.08.15 05:38:16.424322 [ 3 ] {8a19dc50-ccf5-43d7-92ed-8bfa434dfd24} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9837 | 2024.08.15 05:38:16.424337 [ 3 ] {} <Debug> HTTP-Session: 91a9d527-b876-41ba-8aa1-0c249c7a6c7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9838 | 2024.08.15 05:38:16.424529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 63128, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9839 | 2024.08.15 05:38:16.424575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9840 | 2024.08.15 05:38:16.424593 [ 3 ] {} <Debug> HTTP-Session: c8316d75-6e93-4642-a94d-b495e74c876d Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9841 | 2024.08.15 05:38:16.424609 [ 3 ] {} <Debug> HTTP-Session: c8316d75-6e93-4642-a94d-b495e74c876d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9842 | 2024.08.15 05:38:16.424623 [ 3 ] {} <Debug> HTTP-Session: c8316d75-6e93-4642-a94d-b495e74c876d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9843 | 2024.08.15 05:38:16.424653 [ 3 ] {} <Trace> HTTP-Session: c8316d75-6e93-4642-a94d-b495e74c876d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9844 | 2024.08.15 05:38:16.424851 [ 3 ] {f6b2f307-b488-4b63-bcbe-372cd3d0deef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9845 | 2024.08.15 05:38:16.424893 [ 3 ] {f6b2f307-b488-4b63-bcbe-372cd3d0deef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9846 | 2024.08.15 05:38:16.425016 [ 3 ] {f6b2f307-b488-4b63-bcbe-372cd3d0deef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9847 | 2024.08.15 05:38:16.425499 [ 3 ] {f6b2f307-b488-4b63-bcbe-372cd3d0deef} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9848 | 2024.08.15 05:38:16.425534 [ 3 ] {f6b2f307-b488-4b63-bcbe-372cd3d0deef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9849 | 2024.08.15 05:38:16.425850 [ 3 ] {f6b2f307-b488-4b63-bcbe-372cd3d0deef} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9850 | 2024.08.15 05:38:16.426155 [ 3 ] {f6b2f307-b488-4b63-bcbe-372cd3d0deef} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9851 | 2024.08.15 05:38:16.426287 [ 3 ] {f6b2f307-b488-4b63-bcbe-372cd3d0deef} <Debug> executeQuery: Read 390 rows, 28.33 KiB in 0.00154 sec., 253246.75324675327 rows/sec., 17.96 MiB/sec. | ||
9852 | 2024.08.15 05:38:16.426486 [ 3 ] {f6b2f307-b488-4b63-bcbe-372cd3d0deef} <Debug> DynamicQueryHandler: Done processing query | ||
9853 | 2024.08.15 05:38:16.426510 [ 3 ] {f6b2f307-b488-4b63-bcbe-372cd3d0deef} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
9854 | 2024.08.15 05:38:16.426525 [ 3 ] {} <Debug> HTTP-Session: c8316d75-6e93-4642-a94d-b495e74c876d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9855 | 2024.08.15 05:38:16.426665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9856 | 2024.08.15 05:38:16.426714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9857 | 2024.08.15 05:38:16.426732 [ 3 ] {} <Debug> HTTP-Session: acbba2c8-58cf-4cb1-bfc0-54698d42f321 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9858 | 2024.08.15 05:38:16.426750 [ 3 ] {} <Debug> HTTP-Session: acbba2c8-58cf-4cb1-bfc0-54698d42f321 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9859 | 2024.08.15 05:38:16.426763 [ 3 ] {} <Debug> HTTP-Session: acbba2c8-58cf-4cb1-bfc0-54698d42f321 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9860 | 2024.08.15 05:38:16.426793 [ 3 ] {} <Trace> HTTP-Session: acbba2c8-58cf-4cb1-bfc0-54698d42f321 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9861 | 2024.08.15 05:38:16.426887 [ 3 ] {8e748756-b19a-46fb-9554-d711bbae4835} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9862 | 2024.08.15 05:38:16.426930 [ 3 ] {8e748756-b19a-46fb-9554-d711bbae4835} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9863 | 2024.08.15 05:38:16.427066 [ 3 ] {8e748756-b19a-46fb-9554-d711bbae4835} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9864 | 2024.08.15 05:38:16.427318 [ 3 ] {8e748756-b19a-46fb-9554-d711bbae4835} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9865 | 2024.08.15 05:38:16.427353 [ 3 ] {8e748756-b19a-46fb-9554-d711bbae4835} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9866 | 2024.08.15 05:38:16.427700 [ 3 ] {8e748756-b19a-46fb-9554-d711bbae4835} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9867 | 2024.08.15 05:38:16.428013 [ 3 ] {8e748756-b19a-46fb-9554-d711bbae4835} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9868 | 2024.08.15 05:38:16.428167 [ 3 ] {8e748756-b19a-46fb-9554-d711bbae4835} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001298 sec., 4622.496147919877 rows/sec., 241.51 KiB/sec. | ||
9869 | 2024.08.15 05:38:16.428319 [ 3 ] {8e748756-b19a-46fb-9554-d711bbae4835} <Debug> DynamicQueryHandler: Done processing query | ||
9870 | 2024.08.15 05:38:16.428342 [ 3 ] {8e748756-b19a-46fb-9554-d711bbae4835} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9871 | 2024.08.15 05:38:16.428358 [ 3 ] {} <Debug> HTTP-Session: acbba2c8-58cf-4cb1-bfc0-54698d42f321 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9872 | 2024.08.15 05:38:16.428504 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 44989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9873 | 2024.08.15 05:38:16.428551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9874 | 2024.08.15 05:38:16.428569 [ 3 ] {} <Debug> HTTP-Session: 0e3e4ff9-abeb-4d09-bf6c-9e37b8f0b196 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9875 | 2024.08.15 05:38:16.428585 [ 3 ] {} <Debug> HTTP-Session: 0e3e4ff9-abeb-4d09-bf6c-9e37b8f0b196 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9876 | 2024.08.15 05:38:16.428598 [ 3 ] {} <Debug> HTTP-Session: 0e3e4ff9-abeb-4d09-bf6c-9e37b8f0b196 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9877 | 2024.08.15 05:38:16.428628 [ 3 ] {} <Trace> HTTP-Session: 0e3e4ff9-abeb-4d09-bf6c-9e37b8f0b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9878 | 2024.08.15 05:38:16.428809 [ 3 ] {c4ed977c-1b32-4ce1-97a2-221737e173fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9879 | 2024.08.15 05:38:16.428855 [ 3 ] {c4ed977c-1b32-4ce1-97a2-221737e173fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9880 | 2024.08.15 05:38:16.428995 [ 3 ] {c4ed977c-1b32-4ce1-97a2-221737e173fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9881 | 2024.08.15 05:38:16.429400 [ 3 ] {c4ed977c-1b32-4ce1-97a2-221737e173fd} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9882 | 2024.08.15 05:38:16.429434 [ 3 ] {c4ed977c-1b32-4ce1-97a2-221737e173fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9883 | 2024.08.15 05:38:16.429804 [ 3 ] {c4ed977c-1b32-4ce1-97a2-221737e173fd} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9884 | 2024.08.15 05:38:16.430129 [ 3 ] {c4ed977c-1b32-4ce1-97a2-221737e173fd} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9885 | 2024.08.15 05:38:16.430284 [ 3 ] {c4ed977c-1b32-4ce1-97a2-221737e173fd} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001574 sec., 151842.43964421854 rows/sec., 10.18 MiB/sec. | ||
9886 | 2024.08.15 05:38:16.430451 [ 3 ] {c4ed977c-1b32-4ce1-97a2-221737e173fd} <Debug> DynamicQueryHandler: Done processing query | ||
9887 | 2024.08.15 05:38:16.430474 [ 3 ] {c4ed977c-1b32-4ce1-97a2-221737e173fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9888 | 2024.08.15 05:38:16.430489 [ 3 ] {} <Debug> HTTP-Session: 0e3e4ff9-abeb-4d09-bf6c-9e37b8f0b196 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9889 | 2024.08.15 05:38:16.430614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9890 | 2024.08.15 05:38:16.430662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9891 | 2024.08.15 05:38:16.430680 [ 3 ] {} <Debug> HTTP-Session: 8481f652-d574-4fed-ad85-0b6e8154b7b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9892 | 2024.08.15 05:38:16.430696 [ 3 ] {} <Debug> HTTP-Session: 8481f652-d574-4fed-ad85-0b6e8154b7b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9893 | 2024.08.15 05:38:16.430710 [ 3 ] {} <Debug> HTTP-Session: 8481f652-d574-4fed-ad85-0b6e8154b7b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9894 | 2024.08.15 05:38:16.430740 [ 3 ] {} <Trace> HTTP-Session: 8481f652-d574-4fed-ad85-0b6e8154b7b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9895 | 2024.08.15 05:38:16.430830 [ 3 ] {e7c1b7cc-e323-4caf-b1ec-0ed219eb0e55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
9896 | 2024.08.15 05:38:16.430873 [ 3 ] {e7c1b7cc-e323-4caf-b1ec-0ed219eb0e55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9897 | 2024.08.15 05:38:16.430999 [ 3 ] {e7c1b7cc-e323-4caf-b1ec-0ed219eb0e55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9898 | 2024.08.15 05:38:16.431239 [ 3 ] {e7c1b7cc-e323-4caf-b1ec-0ed219eb0e55} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9899 | 2024.08.15 05:38:16.431273 [ 3 ] {e7c1b7cc-e323-4caf-b1ec-0ed219eb0e55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9900 | 2024.08.15 05:38:16.431603 [ 3 ] {e7c1b7cc-e323-4caf-b1ec-0ed219eb0e55} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9901 | 2024.08.15 05:38:16.431918 [ 3 ] {e7c1b7cc-e323-4caf-b1ec-0ed219eb0e55} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9902 | 2024.08.15 05:38:16.432071 [ 3 ] {e7c1b7cc-e323-4caf-b1ec-0ed219eb0e55} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001262 sec., 792.3930269413629 rows/sec., 53.39 KiB/sec. | ||
9903 | 2024.08.15 05:38:16.432220 [ 3 ] {e7c1b7cc-e323-4caf-b1ec-0ed219eb0e55} <Debug> DynamicQueryHandler: Done processing query | ||
9904 | 2024.08.15 05:38:16.432244 [ 3 ] {e7c1b7cc-e323-4caf-b1ec-0ed219eb0e55} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
9905 | 2024.08.15 05:38:16.432259 [ 3 ] {} <Debug> HTTP-Session: 8481f652-d574-4fed-ad85-0b6e8154b7b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9906 | 2024.08.15 05:38:16.432371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9907 | 2024.08.15 05:38:16.432417 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9908 | 2024.08.15 05:38:16.432435 [ 3 ] {} <Debug> HTTP-Session: 316bc344-580e-4721-a791-2c8708807fc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9909 | 2024.08.15 05:38:16.432451 [ 3 ] {} <Debug> HTTP-Session: 316bc344-580e-4721-a791-2c8708807fc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9910 | 2024.08.15 05:38:16.432464 [ 3 ] {} <Debug> HTTP-Session: 316bc344-580e-4721-a791-2c8708807fc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9911 | 2024.08.15 05:38:16.432493 [ 3 ] {} <Trace> HTTP-Session: 316bc344-580e-4721-a791-2c8708807fc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9912 | 2024.08.15 05:38:16.432632 [ 3 ] {c0a2a803-da30-49cf-b6df-42724ac191df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9913 | 2024.08.15 05:38:16.432693 [ 3 ] {c0a2a803-da30-49cf-b6df-42724ac191df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9914 | 2024.08.15 05:38:16.433102 [ 3 ] {c0a2a803-da30-49cf-b6df-42724ac191df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9915 | 2024.08.15 05:38:16.433572 [ 3 ] {c0a2a803-da30-49cf-b6df-42724ac191df} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9916 | 2024.08.15 05:38:16.433608 [ 3 ] {c0a2a803-da30-49cf-b6df-42724ac191df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9917 | 2024.08.15 05:38:16.434174 [ 3 ] {c0a2a803-da30-49cf-b6df-42724ac191df} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
9918 | 2024.08.15 05:38:16.434567 [ 3 ] {c0a2a803-da30-49cf-b6df-42724ac191df} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9919 | 2024.08.15 05:38:16.434756 [ 3 ] {c0a2a803-da30-49cf-b6df-42724ac191df} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002191 sec., 1825.6503879507077 rows/sec., 3.27 MiB/sec. | ||
9920 | 2024.08.15 05:38:16.434976 [ 3 ] {c0a2a803-da30-49cf-b6df-42724ac191df} <Debug> DynamicQueryHandler: Done processing query | ||
9921 | 2024.08.15 05:38:16.434999 [ 3 ] {c0a2a803-da30-49cf-b6df-42724ac191df} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
9922 | 2024.08.15 05:38:16.435016 [ 3 ] {} <Debug> HTTP-Session: 316bc344-580e-4721-a791-2c8708807fc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9923 | 2024.08.15 05:38:16.435140 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9924 | 2024.08.15 05:38:16.435188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9925 | 2024.08.15 05:38:16.435206 [ 3 ] {} <Debug> HTTP-Session: 9db24d35-50d9-483f-abd9-3129e2e8c300 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9926 | 2024.08.15 05:38:16.435222 [ 3 ] {} <Debug> HTTP-Session: 9db24d35-50d9-483f-abd9-3129e2e8c300 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9927 | 2024.08.15 05:38:16.435236 [ 3 ] {} <Debug> HTTP-Session: 9db24d35-50d9-483f-abd9-3129e2e8c300 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9928 | 2024.08.15 05:38:16.435266 [ 3 ] {} <Trace> HTTP-Session: 9db24d35-50d9-483f-abd9-3129e2e8c300 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9929 | 2024.08.15 05:38:16.435380 [ 3 ] {8bff7269-4821-4798-8c4b-24a4888102e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9930 | 2024.08.15 05:38:16.435423 [ 3 ] {8bff7269-4821-4798-8c4b-24a4888102e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9931 | 2024.08.15 05:38:16.435548 [ 3 ] {8bff7269-4821-4798-8c4b-24a4888102e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9932 | 2024.08.15 05:38:16.435852 [ 3 ] {8bff7269-4821-4798-8c4b-24a4888102e1} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9933 | 2024.08.15 05:38:16.435887 [ 3 ] {8bff7269-4821-4798-8c4b-24a4888102e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9934 | 2024.08.15 05:38:16.436230 [ 3 ] {8bff7269-4821-4798-8c4b-24a4888102e1} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9935 | 2024.08.15 05:38:16.436538 [ 3 ] {8bff7269-4821-4798-8c4b-24a4888102e1} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9936 | 2024.08.15 05:38:16.436688 [ 3 ] {8bff7269-4821-4798-8c4b-24a4888102e1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001343 sec., 61057.33432613552 rows/sec., 3.88 MiB/sec. | ||
9937 | 2024.08.15 05:38:16.436842 [ 3 ] {8bff7269-4821-4798-8c4b-24a4888102e1} <Debug> DynamicQueryHandler: Done processing query | ||
9938 | 2024.08.15 05:38:16.436865 [ 3 ] {8bff7269-4821-4798-8c4b-24a4888102e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9939 | 2024.08.15 05:38:16.436881 [ 3 ] {} <Debug> HTTP-Session: 9db24d35-50d9-483f-abd9-3129e2e8c300 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9940 | 2024.08.15 05:38:20.235552 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9941 | 2024.08.15 05:38:20.235617 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9942 | 2024.08.15 05:38:21.408193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9943 | 2024.08.15 05:38:21.408319 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9944 | 2024.08.15 05:38:21.408347 [ 3 ] {} <Debug> HTTP-Session: bce93bd4-e9db-414e-a1c1-4aebea15b1ef Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9945 | 2024.08.15 05:38:21.408376 [ 3 ] {} <Debug> HTTP-Session: bce93bd4-e9db-414e-a1c1-4aebea15b1ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9946 | 2024.08.15 05:38:21.408393 [ 3 ] {} <Debug> HTTP-Session: bce93bd4-e9db-414e-a1c1-4aebea15b1ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9947 | 2024.08.15 05:38:21.408450 [ 3 ] {} <Trace> HTTP-Session: bce93bd4-e9db-414e-a1c1-4aebea15b1ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9948 | 2024.08.15 05:38:21.408658 [ 3 ] {e2b7d2b8-2e9b-43d7-b160-1ad275c7fbb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9949 | 2024.08.15 05:38:21.408733 [ 3 ] {e2b7d2b8-2e9b-43d7-b160-1ad275c7fbb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9950 | 2024.08.15 05:38:21.408954 [ 3 ] {e2b7d2b8-2e9b-43d7-b160-1ad275c7fbb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9951 | 2024.08.15 05:38:21.409386 [ 3 ] {e2b7d2b8-2e9b-43d7-b160-1ad275c7fbb9} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9952 | 2024.08.15 05:38:21.409426 [ 3 ] {e2b7d2b8-2e9b-43d7-b160-1ad275c7fbb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9953 | 2024.08.15 05:38:21.409795 [ 3 ] {e2b7d2b8-2e9b-43d7-b160-1ad275c7fbb9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
9954 | 2024.08.15 05:38:21.410119 [ 3 ] {e2b7d2b8-2e9b-43d7-b160-1ad275c7fbb9} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9955 | 2024.08.15 05:38:21.410285 [ 3 ] {e2b7d2b8-2e9b-43d7-b160-1ad275c7fbb9} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001689 sec., 15393.724097098875 rows/sec., 1.22 MiB/sec. | ||
9956 | 2024.08.15 05:38:21.410481 [ 3 ] {e2b7d2b8-2e9b-43d7-b160-1ad275c7fbb9} <Debug> DynamicQueryHandler: Done processing query | ||
9957 | 2024.08.15 05:38:21.410506 [ 3 ] {e2b7d2b8-2e9b-43d7-b160-1ad275c7fbb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9958 | 2024.08.15 05:38:21.410522 [ 3 ] {} <Debug> HTTP-Session: bce93bd4-e9db-414e-a1c1-4aebea15b1ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9959 | 2024.08.15 05:38:21.410655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9960 | 2024.08.15 05:38:21.410704 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9961 | 2024.08.15 05:38:21.410723 [ 3 ] {} <Debug> HTTP-Session: e8428baf-84f9-4371-ae2b-90ff8178e8b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9962 | 2024.08.15 05:38:21.410739 [ 3 ] {} <Debug> HTTP-Session: e8428baf-84f9-4371-ae2b-90ff8178e8b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9963 | 2024.08.15 05:38:21.410753 [ 3 ] {} <Debug> HTTP-Session: e8428baf-84f9-4371-ae2b-90ff8178e8b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9964 | 2024.08.15 05:38:21.410788 [ 3 ] {} <Trace> HTTP-Session: e8428baf-84f9-4371-ae2b-90ff8178e8b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9965 | 2024.08.15 05:38:21.410883 [ 3 ] {6545a6b5-0b4c-46b1-a7c8-749c86579fed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9966 | 2024.08.15 05:38:21.410926 [ 3 ] {6545a6b5-0b4c-46b1-a7c8-749c86579fed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9967 | 2024.08.15 05:38:21.411052 [ 3 ] {6545a6b5-0b4c-46b1-a7c8-749c86579fed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9968 | 2024.08.15 05:38:21.411332 [ 3 ] {6545a6b5-0b4c-46b1-a7c8-749c86579fed} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9969 | 2024.08.15 05:38:21.411368 [ 3 ] {6545a6b5-0b4c-46b1-a7c8-749c86579fed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9970 | 2024.08.15 05:38:21.411658 [ 3 ] {6545a6b5-0b4c-46b1-a7c8-749c86579fed} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
9971 | 2024.08.15 05:38:21.411954 [ 3 ] {6545a6b5-0b4c-46b1-a7c8-749c86579fed} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9972 | 2024.08.15 05:38:21.412118 [ 3 ] {6545a6b5-0b4c-46b1-a7c8-749c86579fed} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001247 sec., 1603.849238171612 rows/sec., 130.78 KiB/sec. | ||
9973 | 2024.08.15 05:38:21.412117 [ 74 ] {} <Debug> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
9974 | 2024.08.15 05:38:21.412242 [ 74 ] {} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9975 | 2024.08.15 05:38:21.412276 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9976 | 2024.08.15 05:38:21.412366 [ 3 ] {6545a6b5-0b4c-46b1-a7c8-749c86579fed} <Debug> DynamicQueryHandler: Done processing query | ||
9977 | 2024.08.15 05:38:21.412448 [ 3 ] {6545a6b5-0b4c-46b1-a7c8-749c86579fed} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9978 | 2024.08.15 05:38:21.412530 [ 3 ] {} <Debug> HTTP-Session: e8428baf-84f9-4371-ae2b-90ff8178e8b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9979 | 2024.08.15 05:38:21.412677 [ 198 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::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 | ||
9980 | 2024.08.15 05:38:21.412831 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9981 | 2024.08.15 05:38:21.412936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9982 | 2024.08.15 05:38:21.412982 [ 198 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9983 | 2024.08.15 05:38:21.412994 [ 3 ] {} <Debug> HTTP-Session: 4b0b6812-8380-48da-9787-d4e93cd9c216 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
9984 | 2024.08.15 05:38:21.413041 [ 3 ] {} <Debug> HTTP-Session: 4b0b6812-8380-48da-9787-d4e93cd9c216 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9985 | 2024.08.15 05:38:21.413046 [ 198 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 16 rows starting from the beginning of the part | ||
9986 | 2024.08.15 05:38:21.413061 [ 3 ] {} <Debug> HTTP-Session: 4b0b6812-8380-48da-9787-d4e93cd9c216 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9987 | 2024.08.15 05:38:21.413140 [ 3 ] {} <Trace> HTTP-Session: 4b0b6812-8380-48da-9787-d4e93cd9c216 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9988 | 2024.08.15 05:38:21.413272 [ 198 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
9989 | 2024.08.15 05:38:21.413481 [ 198 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::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 | ||
9990 | 2024.08.15 05:38:21.413573 [ 3 ] {533b746b-55b0-4249-99bb-8a58e5815952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9991 | 2024.08.15 05:38:21.413765 [ 3 ] {533b746b-55b0-4249-99bb-8a58e5815952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9992 | 2024.08.15 05:38:21.413853 [ 198 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
9993 | 2024.08.15 05:38:21.414211 [ 198 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
9994 | 2024.08.15 05:38:21.414549 [ 198 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
9995 | 2024.08.15 05:38:21.414759 [ 3 ] {533b746b-55b0-4249-99bb-8a58e5815952} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9996 | 2024.08.15 05:38:21.415920 [ 3 ] {533b746b-55b0-4249-99bb-8a58e5815952} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9997 | 2024.08.15 05:38:21.415989 [ 3 ] {533b746b-55b0-4249-99bb-8a58e5815952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9998 | 2024.08.15 05:38:21.416896 [ 3 ] {533b746b-55b0-4249-99bb-8a58e5815952} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9999 | 2024.08.15 05:38:21.417433 [ 198 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.005051867 sec., 6334.29185685213 rows/sec., 516.52 KiB/sec. | ||
10000 | 2024.08.15 05:38:21.417665 [ 198 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
10001 | 2024.08.15 05:38:21.417830 [ 3 ] {533b746b-55b0-4249-99bb-8a58e5815952} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10002 | 2024.08.15 05:38:21.418234 [ 3 ] {533b746b-55b0-4249-99bb-8a58e5815952} <Debug> executeQuery: Read 135 rows, 11.52 KiB in 0.004885 sec., 27635.619242579327 rows/sec., 2.30 MiB/sec. | ||
10003 | 2024.08.15 05:38:21.418586 [ 3 ] {533b746b-55b0-4249-99bb-8a58e5815952} <Debug> DynamicQueryHandler: Done processing query | ||
10004 | 2024.08.15 05:38:21.418634 [ 3 ] {533b746b-55b0-4249-99bb-8a58e5815952} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10005 | 2024.08.15 05:38:21.418645 [ 198 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_16_3} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10006 | 2024.08.15 05:38:21.418663 [ 3 ] {} <Debug> HTTP-Session: 4b0b6812-8380-48da-9787-d4e93cd9c216 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10007 | 2024.08.15 05:38:21.418773 [ 198 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_16_3} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
10008 | 2024.08.15 05:38:21.418886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10009 | 2024.08.15 05:38:21.418926 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
10010 | 2024.08.15 05:38:21.418984 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10011 | 2024.08.15 05:38:21.419013 [ 3 ] {} <Debug> HTTP-Session: 345ef6fe-88e2-492d-a8aa-4ad619bd8d48 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10012 | 2024.08.15 05:38:21.419032 [ 3 ] {} <Debug> HTTP-Session: 345ef6fe-88e2-492d-a8aa-4ad619bd8d48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10013 | 2024.08.15 05:38:21.419048 [ 3 ] {} <Debug> HTTP-Session: 345ef6fe-88e2-492d-a8aa-4ad619bd8d48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10014 | 2024.08.15 05:38:21.419087 [ 3 ] {} <Trace> HTTP-Session: 345ef6fe-88e2-492d-a8aa-4ad619bd8d48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10015 | 2024.08.15 05:38:21.419212 [ 3 ] {8d46e392-b447-4e3f-8439-03c161f952af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10016 | 2024.08.15 05:38:21.419263 [ 3 ] {8d46e392-b447-4e3f-8439-03c161f952af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10017 | 2024.08.15 05:38:21.419408 [ 3 ] {8d46e392-b447-4e3f-8439-03c161f952af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10018 | 2024.08.15 05:38:21.419688 [ 3 ] {8d46e392-b447-4e3f-8439-03c161f952af} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10019 | 2024.08.15 05:38:21.419725 [ 3 ] {8d46e392-b447-4e3f-8439-03c161f952af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10020 | 2024.08.15 05:38:21.420068 [ 3 ] {8d46e392-b447-4e3f-8439-03c161f952af} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
10021 | 2024.08.15 05:38:21.420428 [ 3 ] {8d46e392-b447-4e3f-8439-03c161f952af} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10022 | 2024.08.15 05:38:21.420575 [ 3 ] {8d46e392-b447-4e3f-8439-03c161f952af} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00139 sec., 1438.8489208633093 rows/sec., 100.47 KiB/sec. | ||
10023 | 2024.08.15 05:38:21.420597 [ 74 ] {} <Debug> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
10024 | 2024.08.15 05:38:21.420692 [ 74 ] {} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10025 | 2024.08.15 05:38:21.420740 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10026 | 2024.08.15 05:38:21.420848 [ 3 ] {8d46e392-b447-4e3f-8439-03c161f952af} <Debug> DynamicQueryHandler: Done processing query | ||
10027 | 2024.08.15 05:38:21.420929 [ 3 ] {8d46e392-b447-4e3f-8439-03c161f952af} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10028 | 2024.08.15 05:38:21.421034 [ 3 ] {} <Debug> HTTP-Session: 345ef6fe-88e2-492d-a8aa-4ad619bd8d48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10029 | 2024.08.15 05:38:21.421106 [ 201 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::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 | ||
10030 | 2024.08.15 05:38:21.421276 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 15624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10031 | 2024.08.15 05:38:21.421359 [ 201 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10032 | 2024.08.15 05:38:21.421373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10033 | 2024.08.15 05:38:21.421422 [ 3 ] {} <Debug> HTTP-Session: 523d731e-906f-4966-bc4f-19cdd5e117b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10034 | 2024.08.15 05:38:21.421423 [ 201 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 16 rows starting from the beginning of the part | ||
10035 | 2024.08.15 05:38:21.421448 [ 3 ] {} <Debug> HTTP-Session: 523d731e-906f-4966-bc4f-19cdd5e117b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10036 | 2024.08.15 05:38:21.421492 [ 3 ] {} <Debug> HTTP-Session: 523d731e-906f-4966-bc4f-19cdd5e117b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10037 | 2024.08.15 05:38:21.421612 [ 3 ] {} <Trace> HTTP-Session: 523d731e-906f-4966-bc4f-19cdd5e117b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10038 | 2024.08.15 05:38:21.421733 [ 201 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
10039 | 2024.08.15 05:38:21.421941 [ 3 ] {1f502434-f5c7-416b-bc44-309585c7f74c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10040 | 2024.08.15 05:38:21.421961 [ 201 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::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 | ||
10041 | 2024.08.15 05:38:21.422073 [ 3 ] {1f502434-f5c7-416b-bc44-309585c7f74c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10042 | 2024.08.15 05:38:21.422301 [ 201 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
10043 | 2024.08.15 05:38:21.422624 [ 201 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
10044 | 2024.08.15 05:38:21.423021 [ 201 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
10045 | 2024.08.15 05:38:21.423099 [ 3 ] {1f502434-f5c7-416b-bc44-309585c7f74c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10046 | 2024.08.15 05:38:21.424082 [ 3 ] {1f502434-f5c7-416b-bc44-309585c7f74c} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10047 | 2024.08.15 05:38:21.424139 [ 3 ] {1f502434-f5c7-416b-bc44-309585c7f74c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10048 | 2024.08.15 05:38:21.424975 [ 3 ] {1f502434-f5c7-416b-bc44-309585c7f74c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10049 | 2024.08.15 05:38:21.425660 [ 201 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.004842652 sec., 6607.949528481501 rows/sec., 461.39 KiB/sec. | ||
10050 | 2024.08.15 05:38:21.425859 [ 201 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
10051 | 2024.08.15 05:38:21.425946 [ 3 ] {1f502434-f5c7-416b-bc44-309585c7f74c} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10052 | 2024.08.15 05:38:21.426270 [ 3 ] {1f502434-f5c7-416b-bc44-309585c7f74c} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.00446 sec., 20627.802690582957 rows/sec., 1.61 MiB/sec. | ||
10053 | 2024.08.15 05:38:21.426719 [ 3 ] {1f502434-f5c7-416b-bc44-309585c7f74c} <Debug> DynamicQueryHandler: Done processing query | ||
10054 | 2024.08.15 05:38:21.426756 [ 3 ] {1f502434-f5c7-416b-bc44-309585c7f74c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10055 | 2024.08.15 05:38:21.426794 [ 3 ] {} <Debug> HTTP-Session: 523d731e-906f-4966-bc4f-19cdd5e117b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10056 | 2024.08.15 05:38:21.426869 [ 201 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_16_3} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10057 | 2024.08.15 05:38:21.426952 [ 201 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_16_3} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
10058 | 2024.08.15 05:38:21.427023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30398, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10059 | 2024.08.15 05:38:21.427107 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
10060 | 2024.08.15 05:38:21.427124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10061 | 2024.08.15 05:38:21.427166 [ 3 ] {} <Debug> HTTP-Session: e34b4afc-e8aa-4ace-bc45-f6d99466e816 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10062 | 2024.08.15 05:38:21.427183 [ 3 ] {} <Debug> HTTP-Session: e34b4afc-e8aa-4ace-bc45-f6d99466e816 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10063 | 2024.08.15 05:38:21.427197 [ 3 ] {} <Debug> HTTP-Session: e34b4afc-e8aa-4ace-bc45-f6d99466e816 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10064 | 2024.08.15 05:38:21.427228 [ 3 ] {} <Trace> HTTP-Session: e34b4afc-e8aa-4ace-bc45-f6d99466e816 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10065 | 2024.08.15 05:38:21.427387 [ 3 ] {8bc95ff5-b0e5-49a1-80ad-97d4669f7547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10066 | 2024.08.15 05:38:21.427433 [ 3 ] {8bc95ff5-b0e5-49a1-80ad-97d4669f7547} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10067 | 2024.08.15 05:38:21.427603 [ 3 ] {8bc95ff5-b0e5-49a1-80ad-97d4669f7547} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10068 | 2024.08.15 05:38:21.427982 [ 3 ] {8bc95ff5-b0e5-49a1-80ad-97d4669f7547} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10069 | 2024.08.15 05:38:21.428018 [ 3 ] {8bc95ff5-b0e5-49a1-80ad-97d4669f7547} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10070 | 2024.08.15 05:38:21.428413 [ 3 ] {8bc95ff5-b0e5-49a1-80ad-97d4669f7547} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10071 | 2024.08.15 05:38:21.428758 [ 3 ] {8bc95ff5-b0e5-49a1-80ad-97d4669f7547} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10072 | 2024.08.15 05:38:21.428915 [ 3 ] {8bc95ff5-b0e5-49a1-80ad-97d4669f7547} <Debug> executeQuery: Read 159 rows, 11.33 KiB in 0.001595 sec., 99686.52037617554 rows/sec., 6.94 MiB/sec. | ||
10073 | 2024.08.15 05:38:21.429187 [ 3 ] {8bc95ff5-b0e5-49a1-80ad-97d4669f7547} <Debug> DynamicQueryHandler: Done processing query | ||
10074 | 2024.08.15 05:38:21.429243 [ 3 ] {8bc95ff5-b0e5-49a1-80ad-97d4669f7547} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10075 | 2024.08.15 05:38:21.429298 [ 3 ] {} <Debug> HTTP-Session: e34b4afc-e8aa-4ace-bc45-f6d99466e816 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10076 | 2024.08.15 05:38:21.429529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 42039, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10077 | 2024.08.15 05:38:21.429580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10078 | 2024.08.15 05:38:21.429600 [ 3 ] {} <Debug> HTTP-Session: 02a25de3-63ad-4808-8f1a-821b5f101340 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10079 | 2024.08.15 05:38:21.429617 [ 3 ] {} <Debug> HTTP-Session: 02a25de3-63ad-4808-8f1a-821b5f101340 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10080 | 2024.08.15 05:38:21.429631 [ 3 ] {} <Debug> HTTP-Session: 02a25de3-63ad-4808-8f1a-821b5f101340 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10081 | 2024.08.15 05:38:21.429664 [ 3 ] {} <Trace> HTTP-Session: 02a25de3-63ad-4808-8f1a-821b5f101340 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10082 | 2024.08.15 05:38:21.429939 [ 3 ] {77212aab-b3a1-4018-8de8-d5e5f310badc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10083 | 2024.08.15 05:38:21.430032 [ 3 ] {77212aab-b3a1-4018-8de8-d5e5f310badc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10084 | 2024.08.15 05:38:21.430462 [ 3 ] {77212aab-b3a1-4018-8de8-d5e5f310badc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10085 | 2024.08.15 05:38:21.431171 [ 3 ] {77212aab-b3a1-4018-8de8-d5e5f310badc} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10086 | 2024.08.15 05:38:21.431208 [ 3 ] {77212aab-b3a1-4018-8de8-d5e5f310badc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10087 | 2024.08.15 05:38:21.431833 [ 3 ] {77212aab-b3a1-4018-8de8-d5e5f310badc} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
10088 | 2024.08.15 05:38:21.432232 [ 3 ] {77212aab-b3a1-4018-8de8-d5e5f310badc} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10089 | 2024.08.15 05:38:21.432421 [ 3 ] {77212aab-b3a1-4018-8de8-d5e5f310badc} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002674 sec., 9723.261032161556 rows/sec., 17.42 MiB/sec. | ||
10090 | 2024.08.15 05:38:21.432642 [ 3 ] {77212aab-b3a1-4018-8de8-d5e5f310badc} <Debug> DynamicQueryHandler: Done processing query | ||
10091 | 2024.08.15 05:38:21.432692 [ 3 ] {77212aab-b3a1-4018-8de8-d5e5f310badc} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
10092 | 2024.08.15 05:38:21.432709 [ 3 ] {} <Debug> HTTP-Session: 02a25de3-63ad-4808-8f1a-821b5f101340 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10093 | 2024.08.15 05:38:21.432839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 8827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10094 | 2024.08.15 05:38:21.432887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10095 | 2024.08.15 05:38:21.432906 [ 3 ] {} <Debug> HTTP-Session: d8a27454-9407-40ae-a9b7-9f5ec80154d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10096 | 2024.08.15 05:38:21.432922 [ 3 ] {} <Debug> HTTP-Session: d8a27454-9407-40ae-a9b7-9f5ec80154d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10097 | 2024.08.15 05:38:21.432936 [ 3 ] {} <Debug> HTTP-Session: d8a27454-9407-40ae-a9b7-9f5ec80154d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10098 | 2024.08.15 05:38:21.432966 [ 3 ] {} <Trace> HTTP-Session: d8a27454-9407-40ae-a9b7-9f5ec80154d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10099 | 2024.08.15 05:38:21.433076 [ 3 ] {4df99957-bca9-4392-8afc-df11a9d4cfc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10100 | 2024.08.15 05:38:21.433120 [ 3 ] {4df99957-bca9-4392-8afc-df11a9d4cfc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10101 | 2024.08.15 05:38:21.433245 [ 3 ] {4df99957-bca9-4392-8afc-df11a9d4cfc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10102 | 2024.08.15 05:38:21.433531 [ 3 ] {4df99957-bca9-4392-8afc-df11a9d4cfc0} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10103 | 2024.08.15 05:38:21.433568 [ 3 ] {4df99957-bca9-4392-8afc-df11a9d4cfc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10104 | 2024.08.15 05:38:21.433913 [ 3 ] {4df99957-bca9-4392-8afc-df11a9d4cfc0} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10105 | 2024.08.15 05:38:21.434221 [ 3 ] {4df99957-bca9-4392-8afc-df11a9d4cfc0} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10106 | 2024.08.15 05:38:21.434379 [ 3 ] {4df99957-bca9-4392-8afc-df11a9d4cfc0} <Debug> executeQuery: Read 58 rows, 4.01 KiB in 0.001331 sec., 43576.25845229151 rows/sec., 2.95 MiB/sec. | ||
10107 | 2024.08.15 05:38:21.434533 [ 3 ] {4df99957-bca9-4392-8afc-df11a9d4cfc0} <Debug> DynamicQueryHandler: Done processing query | ||
10108 | 2024.08.15 05:38:21.434557 [ 3 ] {4df99957-bca9-4392-8afc-df11a9d4cfc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10109 | 2024.08.15 05:38:21.434573 [ 3 ] {} <Debug> HTTP-Session: d8a27454-9407-40ae-a9b7-9f5ec80154d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10110 | 2024.08.15 05:38:26.301696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10111 | 2024.08.15 05:38:26.301894 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10112 | 2024.08.15 05:38:26.301939 [ 3 ] {} <Debug> HTTP-Session: 7ed7280a-5eb1-4a31-9414-e9b3c5892372 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10113 | 2024.08.15 05:38:26.301980 [ 3 ] {} <Debug> HTTP-Session: 7ed7280a-5eb1-4a31-9414-e9b3c5892372 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10114 | 2024.08.15 05:38:26.302008 [ 3 ] {} <Debug> HTTP-Session: 7ed7280a-5eb1-4a31-9414-e9b3c5892372 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10115 | 2024.08.15 05:38:26.302088 [ 3 ] {} <Trace> HTTP-Session: 7ed7280a-5eb1-4a31-9414-e9b3c5892372 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10116 | 2024.08.15 05:38:26.302347 [ 3 ] {9e13799d-337d-4467-b06d-e8900972192a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10117 | 2024.08.15 05:38:26.302414 [ 3 ] {9e13799d-337d-4467-b06d-e8900972192a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10118 | 2024.08.15 05:38:26.302607 [ 3 ] {9e13799d-337d-4467-b06d-e8900972192a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10119 | 2024.08.15 05:38:26.303079 [ 3 ] {9e13799d-337d-4467-b06d-e8900972192a} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10120 | 2024.08.15 05:38:26.303122 [ 3 ] {9e13799d-337d-4467-b06d-e8900972192a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10121 | 2024.08.15 05:38:26.303476 [ 3 ] {9e13799d-337d-4467-b06d-e8900972192a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
10122 | 2024.08.15 05:38:26.303815 [ 3 ] {9e13799d-337d-4467-b06d-e8900972192a} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10123 | 2024.08.15 05:38:26.303977 [ 3 ] {9e13799d-337d-4467-b06d-e8900972192a} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001693 sec., 2362.6698168930893 rows/sec., 191.51 KiB/sec. | ||
10124 | 2024.08.15 05:38:26.304172 [ 3 ] {9e13799d-337d-4467-b06d-e8900972192a} <Debug> DynamicQueryHandler: Done processing query | ||
10125 | 2024.08.15 05:38:26.304197 [ 3 ] {9e13799d-337d-4467-b06d-e8900972192a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10126 | 2024.08.15 05:38:26.304213 [ 3 ] {} <Debug> HTTP-Session: 7ed7280a-5eb1-4a31-9414-e9b3c5892372 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10127 | 2024.08.15 05:38:26.304422 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10128 | 2024.08.15 05:38:26.304470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10129 | 2024.08.15 05:38:26.304489 [ 3 ] {} <Debug> HTTP-Session: 05fbace7-ecf1-4d70-84da-944d1698c3da Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10130 | 2024.08.15 05:38:26.304505 [ 3 ] {} <Debug> HTTP-Session: 05fbace7-ecf1-4d70-84da-944d1698c3da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10131 | 2024.08.15 05:38:26.304519 [ 3 ] {} <Debug> HTTP-Session: 05fbace7-ecf1-4d70-84da-944d1698c3da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10132 | 2024.08.15 05:38:26.304550 [ 3 ] {} <Trace> HTTP-Session: 05fbace7-ecf1-4d70-84da-944d1698c3da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10133 | 2024.08.15 05:38:26.304646 [ 3 ] {b84509fb-ba72-48a4-b698-443771380646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10134 | 2024.08.15 05:38:26.304689 [ 3 ] {b84509fb-ba72-48a4-b698-443771380646} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10135 | 2024.08.15 05:38:26.304815 [ 3 ] {b84509fb-ba72-48a4-b698-443771380646} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10136 | 2024.08.15 05:38:26.305157 [ 3 ] {b84509fb-ba72-48a4-b698-443771380646} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10137 | 2024.08.15 05:38:26.305193 [ 3 ] {b84509fb-ba72-48a4-b698-443771380646} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10138 | 2024.08.15 05:38:26.305483 [ 3 ] {b84509fb-ba72-48a4-b698-443771380646} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
10139 | 2024.08.15 05:38:26.305779 [ 3 ] {b84509fb-ba72-48a4-b698-443771380646} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10140 | 2024.08.15 05:38:26.305933 [ 3 ] {b84509fb-ba72-48a4-b698-443771380646} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001314 sec., 4566.2100456621 rows/sec., 372.34 KiB/sec. | ||
10141 | 2024.08.15 05:38:26.306099 [ 3 ] {b84509fb-ba72-48a4-b698-443771380646} <Debug> DynamicQueryHandler: Done processing query | ||
10142 | 2024.08.15 05:38:26.306123 [ 3 ] {b84509fb-ba72-48a4-b698-443771380646} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10143 | 2024.08.15 05:38:26.306138 [ 3 ] {} <Debug> HTTP-Session: 05fbace7-ecf1-4d70-84da-944d1698c3da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10144 | 2024.08.15 05:38:26.306436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 196099, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10145 | 2024.08.15 05:38:26.306484 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10146 | 2024.08.15 05:38:26.306502 [ 3 ] {} <Debug> HTTP-Session: 58095ccd-3527-4bec-b644-723be9e626db Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10147 | 2024.08.15 05:38:26.306518 [ 3 ] {} <Debug> HTTP-Session: 58095ccd-3527-4bec-b644-723be9e626db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10148 | 2024.08.15 05:38:26.306532 [ 3 ] {} <Debug> HTTP-Session: 58095ccd-3527-4bec-b644-723be9e626db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10149 | 2024.08.15 05:38:26.306561 [ 3 ] {} <Trace> HTTP-Session: 58095ccd-3527-4bec-b644-723be9e626db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10150 | 2024.08.15 05:38:26.307121 [ 3 ] {d8905f51-b0a9-4a25-b0f3-6ca5fbf8eb27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10151 | 2024.08.15 05:38:26.307165 [ 3 ] {d8905f51-b0a9-4a25-b0f3-6ca5fbf8eb27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10152 | 2024.08.15 05:38:26.307289 [ 3 ] {d8905f51-b0a9-4a25-b0f3-6ca5fbf8eb27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10153 | 2024.08.15 05:38:26.308376 [ 3 ] {d8905f51-b0a9-4a25-b0f3-6ca5fbf8eb27} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10154 | 2024.08.15 05:38:26.308413 [ 3 ] {d8905f51-b0a9-4a25-b0f3-6ca5fbf8eb27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10155 | 2024.08.15 05:38:26.308791 [ 3 ] {d8905f51-b0a9-4a25-b0f3-6ca5fbf8eb27} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10156 | 2024.08.15 05:38:26.309091 [ 3 ] {d8905f51-b0a9-4a25-b0f3-6ca5fbf8eb27} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10157 | 2024.08.15 05:38:26.309213 [ 3 ] {d8905f51-b0a9-4a25-b0f3-6ca5fbf8eb27} <Debug> executeQuery: Read 1344 rows, 114.79 KiB in 0.002502 sec., 537170.2637889689 rows/sec., 44.80 MiB/sec. | ||
10158 | 2024.08.15 05:38:26.309363 [ 3 ] {d8905f51-b0a9-4a25-b0f3-6ca5fbf8eb27} <Debug> DynamicQueryHandler: Done processing query | ||
10159 | 2024.08.15 05:38:26.309387 [ 3 ] {d8905f51-b0a9-4a25-b0f3-6ca5fbf8eb27} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
10160 | 2024.08.15 05:38:26.309402 [ 3 ] {} <Debug> HTTP-Session: 58095ccd-3527-4bec-b644-723be9e626db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10161 | 2024.08.15 05:38:26.309610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10162 | 2024.08.15 05:38:26.309656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10163 | 2024.08.15 05:38:26.309674 [ 3 ] {} <Debug> HTTP-Session: 3efb1659-809c-4a86-91f3-d5e1af590b91 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10164 | 2024.08.15 05:38:26.309691 [ 3 ] {} <Debug> HTTP-Session: 3efb1659-809c-4a86-91f3-d5e1af590b91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10165 | 2024.08.15 05:38:26.309704 [ 3 ] {} <Debug> HTTP-Session: 3efb1659-809c-4a86-91f3-d5e1af590b91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10166 | 2024.08.15 05:38:26.309734 [ 3 ] {} <Trace> HTTP-Session: 3efb1659-809c-4a86-91f3-d5e1af590b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10167 | 2024.08.15 05:38:26.309826 [ 3 ] {12df6227-dcaf-403e-a265-9e009397b785} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10168 | 2024.08.15 05:38:26.309868 [ 3 ] {12df6227-dcaf-403e-a265-9e009397b785} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10169 | 2024.08.15 05:38:26.309990 [ 3 ] {12df6227-dcaf-403e-a265-9e009397b785} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10170 | 2024.08.15 05:38:26.310287 [ 3 ] {12df6227-dcaf-403e-a265-9e009397b785} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10171 | 2024.08.15 05:38:26.310322 [ 3 ] {12df6227-dcaf-403e-a265-9e009397b785} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10172 | 2024.08.15 05:38:26.310606 [ 3 ] {12df6227-dcaf-403e-a265-9e009397b785} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
10173 | 2024.08.15 05:38:26.310902 [ 3 ] {12df6227-dcaf-403e-a265-9e009397b785} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10174 | 2024.08.15 05:38:26.311023 [ 3 ] {12df6227-dcaf-403e-a265-9e009397b785} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001222 sec., 4909.983633387888 rows/sec., 342.84 KiB/sec. | ||
10175 | 2024.08.15 05:38:26.311181 [ 3 ] {12df6227-dcaf-403e-a265-9e009397b785} <Debug> DynamicQueryHandler: Done processing query | ||
10176 | 2024.08.15 05:38:26.311205 [ 3 ] {12df6227-dcaf-403e-a265-9e009397b785} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10177 | 2024.08.15 05:38:26.311220 [ 3 ] {} <Debug> HTTP-Session: 3efb1659-809c-4a86-91f3-d5e1af590b91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10178 | 2024.08.15 05:38:26.311397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 32348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10179 | 2024.08.15 05:38:26.311445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10180 | 2024.08.15 05:38:26.311463 [ 3 ] {} <Debug> HTTP-Session: 2adb6620-8368-4412-ba54-52f0295f594f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10181 | 2024.08.15 05:38:26.311478 [ 3 ] {} <Debug> HTTP-Session: 2adb6620-8368-4412-ba54-52f0295f594f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10182 | 2024.08.15 05:38:26.311492 [ 3 ] {} <Debug> HTTP-Session: 2adb6620-8368-4412-ba54-52f0295f594f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10183 | 2024.08.15 05:38:26.311521 [ 3 ] {} <Trace> HTTP-Session: 2adb6620-8368-4412-ba54-52f0295f594f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10184 | 2024.08.15 05:38:26.311684 [ 3 ] {cb386317-bc5b-4b55-b208-73f7a33490b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
10185 | 2024.08.15 05:38:26.311725 [ 3 ] {cb386317-bc5b-4b55-b208-73f7a33490b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10186 | 2024.08.15 05:38:26.311846 [ 3 ] {cb386317-bc5b-4b55-b208-73f7a33490b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10187 | 2024.08.15 05:38:26.312239 [ 3 ] {cb386317-bc5b-4b55-b208-73f7a33490b9} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10188 | 2024.08.15 05:38:26.312274 [ 3 ] {cb386317-bc5b-4b55-b208-73f7a33490b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10189 | 2024.08.15 05:38:26.312581 [ 3 ] {cb386317-bc5b-4b55-b208-73f7a33490b9} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10190 | 2024.08.15 05:38:26.312874 [ 3 ] {cb386317-bc5b-4b55-b208-73f7a33490b9} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10191 | 2024.08.15 05:38:26.312996 [ 3 ] {cb386317-bc5b-4b55-b208-73f7a33490b9} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001415 sec., 171024.73498233216 rows/sec., 11.59 MiB/sec. | ||
10192 | 2024.08.15 05:38:26.313147 [ 3 ] {cb386317-bc5b-4b55-b208-73f7a33490b9} <Debug> DynamicQueryHandler: Done processing query | ||
10193 | 2024.08.15 05:38:26.313169 [ 3 ] {cb386317-bc5b-4b55-b208-73f7a33490b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
10194 | 2024.08.15 05:38:26.313184 [ 3 ] {} <Debug> HTTP-Session: 2adb6620-8368-4412-ba54-52f0295f594f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10195 | 2024.08.15 05:38:26.313309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10196 | 2024.08.15 05:38:26.313353 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10197 | 2024.08.15 05:38:26.313370 [ 3 ] {} <Debug> HTTP-Session: 39c391bc-8a3a-48b8-a0da-54d069e364e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10198 | 2024.08.15 05:38:26.313386 [ 3 ] {} <Debug> HTTP-Session: 39c391bc-8a3a-48b8-a0da-54d069e364e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10199 | 2024.08.15 05:38:26.313398 [ 3 ] {} <Debug> HTTP-Session: 39c391bc-8a3a-48b8-a0da-54d069e364e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10200 | 2024.08.15 05:38:26.313426 [ 3 ] {} <Trace> HTTP-Session: 39c391bc-8a3a-48b8-a0da-54d069e364e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10201 | 2024.08.15 05:38:26.313511 [ 3 ] {2b71def3-32cf-4033-925f-7d83c4c9f60a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
10202 | 2024.08.15 05:38:26.313551 [ 3 ] {2b71def3-32cf-4033-925f-7d83c4c9f60a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10203 | 2024.08.15 05:38:26.313663 [ 3 ] {2b71def3-32cf-4033-925f-7d83c4c9f60a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10204 | 2024.08.15 05:38:26.313980 [ 3 ] {2b71def3-32cf-4033-925f-7d83c4c9f60a} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10205 | 2024.08.15 05:38:26.314017 [ 3 ] {2b71def3-32cf-4033-925f-7d83c4c9f60a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10206 | 2024.08.15 05:38:26.314305 [ 3 ] {2b71def3-32cf-4033-925f-7d83c4c9f60a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10207 | 2024.08.15 05:38:26.314597 [ 3 ] {2b71def3-32cf-4033-925f-7d83c4c9f60a} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10208 | 2024.08.15 05:38:26.314724 [ 3 ] {2b71def3-32cf-4033-925f-7d83c4c9f60a} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00119 sec., 5042.016806722689 rows/sec., 297.89 KiB/sec. | ||
10209 | 2024.08.15 05:38:26.315005 [ 3 ] {2b71def3-32cf-4033-925f-7d83c4c9f60a} <Debug> DynamicQueryHandler: Done processing query | ||
10210 | 2024.08.15 05:38:26.315039 [ 3 ] {2b71def3-32cf-4033-925f-7d83c4c9f60a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10211 | 2024.08.15 05:38:26.315055 [ 3 ] {} <Debug> HTTP-Session: 39c391bc-8a3a-48b8-a0da-54d069e364e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10212 | 2024.08.15 05:38:26.315282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 138449, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10213 | 2024.08.15 05:38:26.315330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10214 | 2024.08.15 05:38:26.315349 [ 3 ] {} <Debug> HTTP-Session: 5ed5818c-af8f-4269-abf4-0e748a8557e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10215 | 2024.08.15 05:38:26.315365 [ 3 ] {} <Debug> HTTP-Session: 5ed5818c-af8f-4269-abf4-0e748a8557e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10216 | 2024.08.15 05:38:26.315379 [ 3 ] {} <Debug> HTTP-Session: 5ed5818c-af8f-4269-abf4-0e748a8557e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10217 | 2024.08.15 05:38:26.315408 [ 3 ] {} <Trace> HTTP-Session: 5ed5818c-af8f-4269-abf4-0e748a8557e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10218 | 2024.08.15 05:38:26.315708 [ 3 ] {579cfb0d-9021-46e7-85db-def15de83b0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10219 | 2024.08.15 05:38:26.315751 [ 3 ] {579cfb0d-9021-46e7-85db-def15de83b0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10220 | 2024.08.15 05:38:26.315889 [ 3 ] {579cfb0d-9021-46e7-85db-def15de83b0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10221 | 2024.08.15 05:38:26.316686 [ 3 ] {579cfb0d-9021-46e7-85db-def15de83b0f} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10222 | 2024.08.15 05:38:26.316722 [ 3 ] {579cfb0d-9021-46e7-85db-def15de83b0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10223 | 2024.08.15 05:38:26.317057 [ 3 ] {579cfb0d-9021-46e7-85db-def15de83b0f} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10224 | 2024.08.15 05:38:26.317358 [ 3 ] {579cfb0d-9021-46e7-85db-def15de83b0f} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10225 | 2024.08.15 05:38:26.317481 [ 3 ] {579cfb0d-9021-46e7-85db-def15de83b0f} <Debug> executeQuery: Read 848 rows, 62.78 KiB in 0.001953 sec., 434203.7890424987 rows/sec., 31.39 MiB/sec. | ||
10226 | 2024.08.15 05:38:26.317730 [ 3 ] {579cfb0d-9021-46e7-85db-def15de83b0f} <Debug> DynamicQueryHandler: Done processing query | ||
10227 | 2024.08.15 05:38:26.317785 [ 3 ] {579cfb0d-9021-46e7-85db-def15de83b0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
10228 | 2024.08.15 05:38:26.317834 [ 3 ] {} <Debug> HTTP-Session: 5ed5818c-af8f-4269-abf4-0e748a8557e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10229 | 2024.08.15 05:38:26.318072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10230 | 2024.08.15 05:38:26.318123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10231 | 2024.08.15 05:38:26.318142 [ 3 ] {} <Debug> HTTP-Session: 3dbbadae-b8d5-44dc-b82a-7ad5a5f53392 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10232 | 2024.08.15 05:38:26.318159 [ 3 ] {} <Debug> HTTP-Session: 3dbbadae-b8d5-44dc-b82a-7ad5a5f53392 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10233 | 2024.08.15 05:38:26.318173 [ 3 ] {} <Debug> HTTP-Session: 3dbbadae-b8d5-44dc-b82a-7ad5a5f53392 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10234 | 2024.08.15 05:38:26.318204 [ 3 ] {} <Trace> HTTP-Session: 3dbbadae-b8d5-44dc-b82a-7ad5a5f53392 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10235 | 2024.08.15 05:38:26.318304 [ 3 ] {fee38417-3baa-44f5-95c6-7acfc3980457} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10236 | 2024.08.15 05:38:26.318350 [ 3 ] {fee38417-3baa-44f5-95c6-7acfc3980457} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10237 | 2024.08.15 05:38:26.318490 [ 3 ] {fee38417-3baa-44f5-95c6-7acfc3980457} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10238 | 2024.08.15 05:38:26.318743 [ 3 ] {fee38417-3baa-44f5-95c6-7acfc3980457} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10239 | 2024.08.15 05:38:26.318778 [ 3 ] {fee38417-3baa-44f5-95c6-7acfc3980457} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10240 | 2024.08.15 05:38:26.319124 [ 3 ] {fee38417-3baa-44f5-95c6-7acfc3980457} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10241 | 2024.08.15 05:38:26.319434 [ 3 ] {fee38417-3baa-44f5-95c6-7acfc3980457} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10242 | 2024.08.15 05:38:26.319557 [ 3 ] {fee38417-3baa-44f5-95c6-7acfc3980457} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00128 sec., 4687.5 rows/sec., 244.90 KiB/sec. | ||
10243 | 2024.08.15 05:38:26.319716 [ 3 ] {fee38417-3baa-44f5-95c6-7acfc3980457} <Debug> DynamicQueryHandler: Done processing query | ||
10244 | 2024.08.15 05:38:26.319740 [ 3 ] {fee38417-3baa-44f5-95c6-7acfc3980457} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10245 | 2024.08.15 05:38:26.319755 [ 3 ] {} <Debug> HTTP-Session: 3dbbadae-b8d5-44dc-b82a-7ad5a5f53392 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10246 | 2024.08.15 05:38:26.319980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 174885, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10247 | 2024.08.15 05:38:26.320026 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10248 | 2024.08.15 05:38:26.320044 [ 3 ] {} <Debug> HTTP-Session: 76c7f026-80db-4888-90ca-038016be0cce Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10249 | 2024.08.15 05:38:26.320060 [ 3 ] {} <Debug> HTTP-Session: 76c7f026-80db-4888-90ca-038016be0cce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10250 | 2024.08.15 05:38:26.320074 [ 3 ] {} <Debug> HTTP-Session: 76c7f026-80db-4888-90ca-038016be0cce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10251 | 2024.08.15 05:38:26.320103 [ 3 ] {} <Trace> HTTP-Session: 76c7f026-80db-4888-90ca-038016be0cce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10252 | 2024.08.15 05:38:26.320531 [ 3 ] {9e0f0b0c-5b77-4ee2-ac0a-8eb8b1fed395} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10253 | 2024.08.15 05:38:26.320577 [ 3 ] {9e0f0b0c-5b77-4ee2-ac0a-8eb8b1fed395} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10254 | 2024.08.15 05:38:26.320713 [ 3 ] {9e0f0b0c-5b77-4ee2-ac0a-8eb8b1fed395} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10255 | 2024.08.15 05:38:26.321593 [ 3 ] {9e0f0b0c-5b77-4ee2-ac0a-8eb8b1fed395} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10256 | 2024.08.15 05:38:26.321627 [ 3 ] {9e0f0b0c-5b77-4ee2-ac0a-8eb8b1fed395} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10257 | 2024.08.15 05:38:26.322041 [ 3 ] {9e0f0b0c-5b77-4ee2-ac0a-8eb8b1fed395} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10258 | 2024.08.15 05:38:26.322365 [ 3 ] {9e0f0b0c-5b77-4ee2-ac0a-8eb8b1fed395} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10259 | 2024.08.15 05:38:26.322491 [ 3 ] {9e0f0b0c-5b77-4ee2-ac0a-8eb8b1fed395} <Debug> executeQuery: Read 924 rows, 63.24 KiB in 0.002213 sec., 417532.7609579756 rows/sec., 27.90 MiB/sec. | ||
10260 | 2024.08.15 05:38:26.322667 [ 3 ] {9e0f0b0c-5b77-4ee2-ac0a-8eb8b1fed395} <Debug> DynamicQueryHandler: Done processing query | ||
10261 | 2024.08.15 05:38:26.322705 [ 3 ] {9e0f0b0c-5b77-4ee2-ac0a-8eb8b1fed395} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
10262 | 2024.08.15 05:38:26.322745 [ 3 ] {} <Debug> HTTP-Session: 76c7f026-80db-4888-90ca-038016be0cce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10263 | 2024.08.15 05:38:26.323108 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10264 | 2024.08.15 05:38:26.323156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10265 | 2024.08.15 05:38:26.323175 [ 3 ] {} <Debug> HTTP-Session: eb474459-3174-436e-9fac-79ac0bb9a93f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10266 | 2024.08.15 05:38:26.323191 [ 3 ] {} <Debug> HTTP-Session: eb474459-3174-436e-9fac-79ac0bb9a93f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10267 | 2024.08.15 05:38:26.323204 [ 3 ] {} <Debug> HTTP-Session: eb474459-3174-436e-9fac-79ac0bb9a93f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10268 | 2024.08.15 05:38:26.323234 [ 3 ] {} <Trace> HTTP-Session: eb474459-3174-436e-9fac-79ac0bb9a93f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10269 | 2024.08.15 05:38:26.323326 [ 3 ] {f78e9a99-4704-47ba-b560-b70cf0aadeaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
10270 | 2024.08.15 05:38:26.323369 [ 3 ] {f78e9a99-4704-47ba-b560-b70cf0aadeaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10271 | 2024.08.15 05:38:26.323492 [ 3 ] {f78e9a99-4704-47ba-b560-b70cf0aadeaf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10272 | 2024.08.15 05:38:26.323739 [ 3 ] {f78e9a99-4704-47ba-b560-b70cf0aadeaf} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10273 | 2024.08.15 05:38:26.323774 [ 3 ] {f78e9a99-4704-47ba-b560-b70cf0aadeaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10274 | 2024.08.15 05:38:26.324120 [ 3 ] {f78e9a99-4704-47ba-b560-b70cf0aadeaf} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10275 | 2024.08.15 05:38:26.324440 [ 3 ] {f78e9a99-4704-47ba-b560-b70cf0aadeaf} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10276 | 2024.08.15 05:38:26.324566 [ 3 ] {f78e9a99-4704-47ba-b560-b70cf0aadeaf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001262 sec., 792.3930269413629 rows/sec., 53.39 KiB/sec. | ||
10277 | 2024.08.15 05:38:26.324730 [ 3 ] {f78e9a99-4704-47ba-b560-b70cf0aadeaf} <Debug> DynamicQueryHandler: Done processing query | ||
10278 | 2024.08.15 05:38:26.324754 [ 3 ] {f78e9a99-4704-47ba-b560-b70cf0aadeaf} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
10279 | 2024.08.15 05:38:26.324769 [ 3 ] {} <Debug> HTTP-Session: eb474459-3174-436e-9fac-79ac0bb9a93f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10280 | 2024.08.15 05:38:26.324903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10281 | 2024.08.15 05:38:26.324951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10282 | 2024.08.15 05:38:26.324969 [ 3 ] {} <Debug> HTTP-Session: b628a2bb-894a-44d6-830a-328762f052fc Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10283 | 2024.08.15 05:38:26.324986 [ 3 ] {} <Debug> HTTP-Session: b628a2bb-894a-44d6-830a-328762f052fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10284 | 2024.08.15 05:38:26.325001 [ 3 ] {} <Debug> HTTP-Session: b628a2bb-894a-44d6-830a-328762f052fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10285 | 2024.08.15 05:38:26.325031 [ 3 ] {} <Trace> HTTP-Session: b628a2bb-894a-44d6-830a-328762f052fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10286 | 2024.08.15 05:38:26.325153 [ 3 ] {56f5035b-4b50-408c-af83-f6f6f353dfd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10287 | 2024.08.15 05:38:26.325216 [ 3 ] {56f5035b-4b50-408c-af83-f6f6f353dfd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10288 | 2024.08.15 05:38:26.325611 [ 3 ] {56f5035b-4b50-408c-af83-f6f6f353dfd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10289 | 2024.08.15 05:38:26.326067 [ 3 ] {56f5035b-4b50-408c-af83-f6f6f353dfd2} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10290 | 2024.08.15 05:38:26.326102 [ 3 ] {56f5035b-4b50-408c-af83-f6f6f353dfd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10291 | 2024.08.15 05:38:26.326668 [ 3 ] {56f5035b-4b50-408c-af83-f6f6f353dfd2} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
10292 | 2024.08.15 05:38:26.327054 [ 3 ] {56f5035b-4b50-408c-af83-f6f6f353dfd2} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10293 | 2024.08.15 05:38:26.327198 [ 3 ] {56f5035b-4b50-408c-af83-f6f6f353dfd2} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002093 sec., 1911.1323459149548 rows/sec., 3.42 MiB/sec. | ||
10294 | 2024.08.15 05:38:26.327408 [ 3 ] {56f5035b-4b50-408c-af83-f6f6f353dfd2} <Debug> DynamicQueryHandler: Done processing query | ||
10295 | 2024.08.15 05:38:26.327431 [ 3 ] {56f5035b-4b50-408c-af83-f6f6f353dfd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
10296 | 2024.08.15 05:38:26.327446 [ 3 ] {} <Debug> HTTP-Session: b628a2bb-894a-44d6-830a-328762f052fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10297 | 2024.08.15 05:38:26.327589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10298 | 2024.08.15 05:38:26.327637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10299 | 2024.08.15 05:38:26.327655 [ 3 ] {} <Debug> HTTP-Session: f2c7158d-0ace-48d1-b995-35481fea28a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10300 | 2024.08.15 05:38:26.327672 [ 3 ] {} <Debug> HTTP-Session: f2c7158d-0ace-48d1-b995-35481fea28a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10301 | 2024.08.15 05:38:26.327685 [ 3 ] {} <Debug> HTTP-Session: f2c7158d-0ace-48d1-b995-35481fea28a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10302 | 2024.08.15 05:38:26.327714 [ 3 ] {} <Trace> HTTP-Session: f2c7158d-0ace-48d1-b995-35481fea28a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10303 | 2024.08.15 05:38:26.327833 [ 3 ] {6259d3f1-25c1-41cc-8e66-3f3627ca6086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10304 | 2024.08.15 05:38:26.327877 [ 3 ] {6259d3f1-25c1-41cc-8e66-3f3627ca6086} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10305 | 2024.08.15 05:38:26.328000 [ 3 ] {6259d3f1-25c1-41cc-8e66-3f3627ca6086} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10306 | 2024.08.15 05:38:26.328305 [ 3 ] {6259d3f1-25c1-41cc-8e66-3f3627ca6086} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10307 | 2024.08.15 05:38:26.328340 [ 3 ] {6259d3f1-25c1-41cc-8e66-3f3627ca6086} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10308 | 2024.08.15 05:38:26.328680 [ 3 ] {6259d3f1-25c1-41cc-8e66-3f3627ca6086} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10309 | 2024.08.15 05:38:26.329010 [ 3 ] {6259d3f1-25c1-41cc-8e66-3f3627ca6086} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10310 | 2024.08.15 05:38:26.329134 [ 3 ] {6259d3f1-25c1-41cc-8e66-3f3627ca6086} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001349 sec., 60785.76723498888 rows/sec., 3.86 MiB/sec. | ||
10311 | 2024.08.15 05:38:26.329381 [ 3 ] {6259d3f1-25c1-41cc-8e66-3f3627ca6086} <Debug> DynamicQueryHandler: Done processing query | ||
10312 | 2024.08.15 05:38:26.329438 [ 3 ] {6259d3f1-25c1-41cc-8e66-3f3627ca6086} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10313 | 2024.08.15 05:38:26.329480 [ 3 ] {} <Debug> HTTP-Session: f2c7158d-0ace-48d1-b995-35481fea28a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10314 | 2024.08.15 05:38:26.398966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10315 | 2024.08.15 05:38:26.399034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10316 | 2024.08.15 05:38:26.399057 [ 3 ] {} <Debug> HTTP-Session: 2bafe2ef-2e8a-4376-b8a7-49cb71a0adb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10317 | 2024.08.15 05:38:26.399078 [ 3 ] {} <Debug> HTTP-Session: 2bafe2ef-2e8a-4376-b8a7-49cb71a0adb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10318 | 2024.08.15 05:38:26.399095 [ 3 ] {} <Debug> HTTP-Session: 2bafe2ef-2e8a-4376-b8a7-49cb71a0adb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10319 | 2024.08.15 05:38:26.399132 [ 3 ] {} <Trace> HTTP-Session: 2bafe2ef-2e8a-4376-b8a7-49cb71a0adb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10320 | 2024.08.15 05:38:26.399250 [ 3 ] {c03f4868-61bc-4a82-97cc-0dadbf575d8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10321 | 2024.08.15 05:38:26.399299 [ 3 ] {c03f4868-61bc-4a82-97cc-0dadbf575d8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10322 | 2024.08.15 05:38:26.399463 [ 3 ] {c03f4868-61bc-4a82-97cc-0dadbf575d8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10323 | 2024.08.15 05:38:26.399792 [ 3 ] {c03f4868-61bc-4a82-97cc-0dadbf575d8c} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10324 | 2024.08.15 05:38:26.399836 [ 3 ] {c03f4868-61bc-4a82-97cc-0dadbf575d8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10325 | 2024.08.15 05:38:26.400185 [ 3 ] {c03f4868-61bc-4a82-97cc-0dadbf575d8c} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10326 | 2024.08.15 05:38:26.400485 [ 3 ] {c03f4868-61bc-4a82-97cc-0dadbf575d8c} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10327 | 2024.08.15 05:38:26.400605 [ 3 ] {c03f4868-61bc-4a82-97cc-0dadbf575d8c} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.001389 sec., 2879.7696184305255 rows/sec., 242.56 KiB/sec. | ||
10328 | 2024.08.15 05:38:26.400741 [ 3 ] {c03f4868-61bc-4a82-97cc-0dadbf575d8c} <Debug> DynamicQueryHandler: Done processing query | ||
10329 | 2024.08.15 05:38:26.400763 [ 3 ] {c03f4868-61bc-4a82-97cc-0dadbf575d8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10330 | 2024.08.15 05:38:26.400779 [ 3 ] {} <Debug> HTTP-Session: 2bafe2ef-2e8a-4376-b8a7-49cb71a0adb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10331 | 2024.08.15 05:38:26.400897 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10332 | 2024.08.15 05:38:26.400945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10333 | 2024.08.15 05:38:26.400963 [ 3 ] {} <Debug> HTTP-Session: 110cb861-445f-4e52-b76a-87196d1e5543 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10334 | 2024.08.15 05:38:26.400979 [ 3 ] {} <Debug> HTTP-Session: 110cb861-445f-4e52-b76a-87196d1e5543 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10335 | 2024.08.15 05:38:26.400993 [ 3 ] {} <Debug> HTTP-Session: 110cb861-445f-4e52-b76a-87196d1e5543 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10336 | 2024.08.15 05:38:26.401023 [ 3 ] {} <Trace> HTTP-Session: 110cb861-445f-4e52-b76a-87196d1e5543 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10337 | 2024.08.15 05:38:26.401115 [ 3 ] {eaf13361-8b1b-4374-b343-60825029260b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10338 | 2024.08.15 05:38:26.401154 [ 3 ] {eaf13361-8b1b-4374-b343-60825029260b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10339 | 2024.08.15 05:38:26.401275 [ 3 ] {eaf13361-8b1b-4374-b343-60825029260b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10340 | 2024.08.15 05:38:26.401547 [ 3 ] {eaf13361-8b1b-4374-b343-60825029260b} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10341 | 2024.08.15 05:38:26.401582 [ 3 ] {eaf13361-8b1b-4374-b343-60825029260b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10342 | 2024.08.15 05:38:26.401872 [ 3 ] {eaf13361-8b1b-4374-b343-60825029260b} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10343 | 2024.08.15 05:38:26.402163 [ 3 ] {eaf13361-8b1b-4374-b343-60825029260b} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10344 | 2024.08.15 05:38:26.402304 [ 3 ] {eaf13361-8b1b-4374-b343-60825029260b} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.001211 sec., 6606.110652353426 rows/sec., 530.62 KiB/sec. | ||
10345 | 2024.08.15 05:38:26.402465 [ 3 ] {eaf13361-8b1b-4374-b343-60825029260b} <Debug> DynamicQueryHandler: Done processing query | ||
10346 | 2024.08.15 05:38:26.402489 [ 3 ] {eaf13361-8b1b-4374-b343-60825029260b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10347 | 2024.08.15 05:38:26.402504 [ 3 ] {} <Debug> HTTP-Session: 110cb861-445f-4e52-b76a-87196d1e5543 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10348 | 2024.08.15 05:38:26.402633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10349 | 2024.08.15 05:38:26.402680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10350 | 2024.08.15 05:38:26.402698 [ 3 ] {} <Debug> HTTP-Session: f76372fe-254c-4f42-ba13-5ef79dfe046f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10351 | 2024.08.15 05:38:26.402714 [ 3 ] {} <Debug> HTTP-Session: f76372fe-254c-4f42-ba13-5ef79dfe046f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10352 | 2024.08.15 05:38:26.402727 [ 3 ] {} <Debug> HTTP-Session: f76372fe-254c-4f42-ba13-5ef79dfe046f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10353 | 2024.08.15 05:38:26.402756 [ 3 ] {} <Trace> HTTP-Session: f76372fe-254c-4f42-ba13-5ef79dfe046f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10354 | 2024.08.15 05:38:26.402847 [ 3 ] {0881702c-844d-44cd-8601-ff784ce36e10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10355 | 2024.08.15 05:38:26.402889 [ 3 ] {0881702c-844d-44cd-8601-ff784ce36e10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10356 | 2024.08.15 05:38:26.403024 [ 3 ] {0881702c-844d-44cd-8601-ff784ce36e10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10357 | 2024.08.15 05:38:26.403281 [ 3 ] {0881702c-844d-44cd-8601-ff784ce36e10} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10358 | 2024.08.15 05:38:26.403316 [ 3 ] {0881702c-844d-44cd-8601-ff784ce36e10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10359 | 2024.08.15 05:38:26.403641 [ 3 ] {0881702c-844d-44cd-8601-ff784ce36e10} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10360 | 2024.08.15 05:38:26.403973 [ 3 ] {0881702c-844d-44cd-8601-ff784ce36e10} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10361 | 2024.08.15 05:38:26.404101 [ 3 ] {0881702c-844d-44cd-8601-ff784ce36e10} <Debug> executeQuery: Read 2 rows, 156.00 B in 0.001278 sec., 1564.9452269170579 rows/sec., 119.20 KiB/sec. | ||
10362 | 2024.08.15 05:38:26.404263 [ 3 ] {0881702c-844d-44cd-8601-ff784ce36e10} <Debug> DynamicQueryHandler: Done processing query | ||
10363 | 2024.08.15 05:38:26.404286 [ 3 ] {0881702c-844d-44cd-8601-ff784ce36e10} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10364 | 2024.08.15 05:38:26.404302 [ 3 ] {} <Debug> HTTP-Session: f76372fe-254c-4f42-ba13-5ef79dfe046f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10365 | 2024.08.15 05:38:26.404413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10366 | 2024.08.15 05:38:26.404459 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10367 | 2024.08.15 05:38:26.404477 [ 3 ] {} <Debug> HTTP-Session: c0469d72-850d-48b5-ab94-dc887c42a9bf Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10368 | 2024.08.15 05:38:26.404494 [ 3 ] {} <Debug> HTTP-Session: c0469d72-850d-48b5-ab94-dc887c42a9bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10369 | 2024.08.15 05:38:26.404507 [ 3 ] {} <Debug> HTTP-Session: c0469d72-850d-48b5-ab94-dc887c42a9bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10370 | 2024.08.15 05:38:26.404537 [ 3 ] {} <Trace> HTTP-Session: c0469d72-850d-48b5-ab94-dc887c42a9bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10371 | 2024.08.15 05:38:26.404627 [ 3 ] {9539b7fe-b810-474f-a59f-5f03c0c71804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10372 | 2024.08.15 05:38:26.404667 [ 3 ] {9539b7fe-b810-474f-a59f-5f03c0c71804} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10373 | 2024.08.15 05:38:26.404789 [ 3 ] {9539b7fe-b810-474f-a59f-5f03c0c71804} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10374 | 2024.08.15 05:38:26.405055 [ 3 ] {9539b7fe-b810-474f-a59f-5f03c0c71804} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10375 | 2024.08.15 05:38:26.405089 [ 3 ] {9539b7fe-b810-474f-a59f-5f03c0c71804} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10376 | 2024.08.15 05:38:26.405416 [ 3 ] {9539b7fe-b810-474f-a59f-5f03c0c71804} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10377 | 2024.08.15 05:38:26.405717 [ 3 ] {9539b7fe-b810-474f-a59f-5f03c0c71804} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10378 | 2024.08.15 05:38:26.405838 [ 3 ] {9539b7fe-b810-474f-a59f-5f03c0c71804} <Debug> executeQuery: Read 2 rows, 129.00 B in 0.00123 sec., 1626.0162601626016 rows/sec., 102.42 KiB/sec. | ||
10379 | 2024.08.15 05:38:26.405993 [ 3 ] {9539b7fe-b810-474f-a59f-5f03c0c71804} <Debug> DynamicQueryHandler: Done processing query | ||
10380 | 2024.08.15 05:38:26.406017 [ 3 ] {9539b7fe-b810-474f-a59f-5f03c0c71804} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10381 | 2024.08.15 05:38:26.406033 [ 3 ] {} <Debug> HTTP-Session: c0469d72-850d-48b5-ab94-dc887c42a9bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10382 | 2024.08.15 05:38:31.407851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10383 | 2024.08.15 05:38:31.407982 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10384 | 2024.08.15 05:38:31.408008 [ 3 ] {} <Debug> HTTP-Session: 83ab1f57-223d-4049-b4a5-2e3d345bc249 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10385 | 2024.08.15 05:38:31.408033 [ 3 ] {} <Debug> HTTP-Session: 83ab1f57-223d-4049-b4a5-2e3d345bc249 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10386 | 2024.08.15 05:38:31.408049 [ 3 ] {} <Debug> HTTP-Session: 83ab1f57-223d-4049-b4a5-2e3d345bc249 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10387 | 2024.08.15 05:38:31.408100 [ 3 ] {} <Trace> HTTP-Session: 83ab1f57-223d-4049-b4a5-2e3d345bc249 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10388 | 2024.08.15 05:38:31.408287 [ 3 ] {68b1c252-df3e-4d4d-9105-16049048a405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10389 | 2024.08.15 05:38:31.408354 [ 3 ] {68b1c252-df3e-4d4d-9105-16049048a405} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10390 | 2024.08.15 05:38:31.408546 [ 3 ] {68b1c252-df3e-4d4d-9105-16049048a405} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10391 | 2024.08.15 05:38:31.408991 [ 3 ] {68b1c252-df3e-4d4d-9105-16049048a405} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10392 | 2024.08.15 05:38:31.409037 [ 3 ] {68b1c252-df3e-4d4d-9105-16049048a405} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10393 | 2024.08.15 05:38:31.409440 [ 3 ] {68b1c252-df3e-4d4d-9105-16049048a405} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
10394 | 2024.08.15 05:38:31.409781 [ 3 ] {68b1c252-df3e-4d4d-9105-16049048a405} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10395 | 2024.08.15 05:38:31.409934 [ 3 ] {68b1c252-df3e-4d4d-9105-16049048a405} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001705 sec., 15249.266862170089 rows/sec., 1.21 MiB/sec. | ||
10396 | 2024.08.15 05:38:31.409936 [ 127 ] {} <Debug> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
10397 | 2024.08.15 05:38:31.409993 [ 127 ] {} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10398 | 2024.08.15 05:38:31.410022 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10399 | 2024.08.15 05:38:31.410206 [ 3 ] {68b1c252-df3e-4d4d-9105-16049048a405} <Debug> DynamicQueryHandler: Done processing query | ||
10400 | 2024.08.15 05:38:31.410203 [ 189 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::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 | ||
10401 | 2024.08.15 05:38:31.410239 [ 3 ] {68b1c252-df3e-4d4d-9105-16049048a405} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10402 | 2024.08.15 05:38:31.410296 [ 3 ] {} <Debug> HTTP-Session: 83ab1f57-223d-4049-b4a5-2e3d345bc249 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10403 | 2024.08.15 05:38:31.410432 [ 189 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10404 | 2024.08.15 05:38:31.410472 [ 189 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 30 rows starting from the beginning of the part | ||
10405 | 2024.08.15 05:38:31.410525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10406 | 2024.08.15 05:38:31.410593 [ 189 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 26 rows starting from the beginning of the part | ||
10407 | 2024.08.15 05:38:31.410706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10408 | 2024.08.15 05:38:31.410891 [ 3 ] {} <Debug> HTTP-Session: 2a401934-1f93-4980-862c-381d085006eb Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10409 | 2024.08.15 05:38:31.410911 [ 189 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 4 rows starting from the beginning of the part | ||
10410 | 2024.08.15 05:38:31.410977 [ 3 ] {} <Debug> HTTP-Session: 2a401934-1f93-4980-862c-381d085006eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10411 | 2024.08.15 05:38:31.411043 [ 3 ] {} <Debug> HTTP-Session: 2a401934-1f93-4980-862c-381d085006eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10412 | 2024.08.15 05:38:31.411226 [ 189 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 26 rows starting from the beginning of the part | ||
10413 | 2024.08.15 05:38:31.411244 [ 3 ] {} <Trace> HTTP-Session: 2a401934-1f93-4980-862c-381d085006eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10414 | 2024.08.15 05:38:31.411554 [ 189 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 4 rows starting from the beginning of the part | ||
10415 | 2024.08.15 05:38:31.411573 [ 3 ] {8e067509-df93-40e5-bb89-8b33ab6e6d39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10416 | 2024.08.15 05:38:31.411711 [ 3 ] {8e067509-df93-40e5-bb89-8b33ab6e6d39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10417 | 2024.08.15 05:38:31.411794 [ 189 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 26 rows starting from the beginning of the part | ||
10418 | 2024.08.15 05:38:31.412498 [ 3 ] {8e067509-df93-40e5-bb89-8b33ab6e6d39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10419 | 2024.08.15 05:38:31.413197 [ 3 ] {8e067509-df93-40e5-bb89-8b33ab6e6d39} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10420 | 2024.08.15 05:38:31.413264 [ 3 ] {8e067509-df93-40e5-bb89-8b33ab6e6d39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10421 | 2024.08.15 05:38:31.414103 [ 3 ] {8e067509-df93-40e5-bb89-8b33ab6e6d39} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
10422 | 2024.08.15 05:38:31.414512 [ 192 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 116 rows, containing 4 columns (4 merged, 0 gathered) in 0.004400694 sec., 26359.478754941832 rows/sec., 2.09 MiB/sec. | ||
10423 | 2024.08.15 05:38:31.414723 [ 195 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
10424 | 2024.08.15 05:38:31.414755 [ 3 ] {8e067509-df93-40e5-bb89-8b33ab6e6d39} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10425 | 2024.08.15 05:38:31.415025 [ 3 ] {8e067509-df93-40e5-bb89-8b33ab6e6d39} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003557 sec., 562.271577171774 rows/sec., 45.85 KiB/sec. | ||
10426 | 2024.08.15 05:38:31.415302 [ 3 ] {8e067509-df93-40e5-bb89-8b33ab6e6d39} <Debug> DynamicQueryHandler: Done processing query | ||
10427 | 2024.08.15 05:38:31.415337 [ 3 ] {8e067509-df93-40e5-bb89-8b33ab6e6d39} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10428 | 2024.08.15 05:38:31.415339 [ 195 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_41_8} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10429 | 2024.08.15 05:38:31.415357 [ 3 ] {} <Debug> HTTP-Session: 2a401934-1f93-4980-862c-381d085006eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10430 | 2024.08.15 05:38:31.415438 [ 195 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_41_8} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
10431 | 2024.08.15 05:38:31.415532 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
10432 | 2024.08.15 05:38:31.415536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10433 | 2024.08.15 05:38:31.415598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10434 | 2024.08.15 05:38:31.415626 [ 3 ] {} <Debug> HTTP-Session: a98e7786-ca3b-42d7-a67f-1e688a8b2687 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10435 | 2024.08.15 05:38:31.415647 [ 3 ] {} <Debug> HTTP-Session: a98e7786-ca3b-42d7-a67f-1e688a8b2687 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10436 | 2024.08.15 05:38:31.415661 [ 3 ] {} <Debug> HTTP-Session: a98e7786-ca3b-42d7-a67f-1e688a8b2687 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10437 | 2024.08.15 05:38:31.415696 [ 3 ] {} <Trace> HTTP-Session: a98e7786-ca3b-42d7-a67f-1e688a8b2687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10438 | 2024.08.15 05:38:31.415848 [ 3 ] {4ae79de3-a082-4bc0-80fe-4d8fa1d23d0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10439 | 2024.08.15 05:38:31.415895 [ 3 ] {4ae79de3-a082-4bc0-80fe-4d8fa1d23d0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10440 | 2024.08.15 05:38:31.416025 [ 3 ] {4ae79de3-a082-4bc0-80fe-4d8fa1d23d0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10441 | 2024.08.15 05:38:31.416418 [ 3 ] {4ae79de3-a082-4bc0-80fe-4d8fa1d23d0d} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10442 | 2024.08.15 05:38:31.416456 [ 3 ] {4ae79de3-a082-4bc0-80fe-4d8fa1d23d0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10443 | 2024.08.15 05:38:31.416785 [ 3 ] {4ae79de3-a082-4bc0-80fe-4d8fa1d23d0d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10444 | 2024.08.15 05:38:31.417104 [ 3 ] {4ae79de3-a082-4bc0-80fe-4d8fa1d23d0d} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10445 | 2024.08.15 05:38:31.417249 [ 3 ] {4ae79de3-a082-4bc0-80fe-4d8fa1d23d0d} <Debug> executeQuery: Read 135 rows, 11.52 KiB in 0.001465 sec., 92150.17064846416 rows/sec., 7.68 MiB/sec. | ||
10446 | 2024.08.15 05:38:31.417294 [ 146 ] {} <Debug> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10447 | 2024.08.15 05:38:31.417402 [ 146 ] {} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10448 | 2024.08.15 05:38:31.417435 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10449 | 2024.08.15 05:38:31.417514 [ 3 ] {4ae79de3-a082-4bc0-80fe-4d8fa1d23d0d} <Debug> DynamicQueryHandler: Done processing query | ||
10450 | 2024.08.15 05:38:31.417577 [ 3 ] {4ae79de3-a082-4bc0-80fe-4d8fa1d23d0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10451 | 2024.08.15 05:38:31.417634 [ 3 ] {} <Debug> HTTP-Session: a98e7786-ca3b-42d7-a67f-1e688a8b2687 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10452 | 2024.08.15 05:38:31.417689 [ 200 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::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 | ||
10453 | 2024.08.15 05:38:31.417821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10454 | 2024.08.15 05:38:31.417943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10455 | 2024.08.15 05:38:31.417967 [ 200 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10456 | 2024.08.15 05:38:31.417989 [ 3 ] {} <Debug> HTTP-Session: d2bd8144-8423-4b4a-9a75-bcdc2584f513 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10457 | 2024.08.15 05:38:31.418035 [ 200 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1427 rows starting from the beginning of the part | ||
10458 | 2024.08.15 05:38:31.418033 [ 3 ] {} <Debug> HTTP-Session: d2bd8144-8423-4b4a-9a75-bcdc2584f513 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10459 | 2024.08.15 05:38:31.418101 [ 3 ] {} <Debug> HTTP-Session: d2bd8144-8423-4b4a-9a75-bcdc2584f513 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10460 | 2024.08.15 05:38:31.418214 [ 3 ] {} <Trace> HTTP-Session: d2bd8144-8423-4b4a-9a75-bcdc2584f513 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10461 | 2024.08.15 05:38:31.418269 [ 200 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 203 rows starting from the beginning of the part | ||
10462 | 2024.08.15 05:38:31.418518 [ 3 ] {f8771606-852d-4565-8754-f7c338686ace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10463 | 2024.08.15 05:38:31.418588 [ 200 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 135 rows starting from the beginning of the part | ||
10464 | 2024.08.15 05:38:31.418644 [ 3 ] {f8771606-852d-4565-8754-f7c338686ace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10465 | 2024.08.15 05:38:31.418864 [ 200 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1344 rows starting from the beginning of the part | ||
10466 | 2024.08.15 05:38:31.419221 [ 200 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 4 rows starting from the beginning of the part | ||
10467 | 2024.08.15 05:38:31.419563 [ 200 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 135 rows starting from the beginning of the part | ||
10468 | 2024.08.15 05:38:31.419636 [ 3 ] {f8771606-852d-4565-8754-f7c338686ace} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10469 | 2024.08.15 05:38:31.420481 [ 3 ] {f8771606-852d-4565-8754-f7c338686ace} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10470 | 2024.08.15 05:38:31.420554 [ 3 ] {f8771606-852d-4565-8754-f7c338686ace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10471 | 2024.08.15 05:38:31.421275 [ 3 ] {f8771606-852d-4565-8754-f7c338686ace} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
10472 | 2024.08.15 05:38:31.422036 [ 3 ] {f8771606-852d-4565-8754-f7c338686ace} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10473 | 2024.08.15 05:38:31.422230 [ 3 ] {f8771606-852d-4565-8754-f7c338686ace} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003834 sec., 521.6484089723526 rows/sec., 36.42 KiB/sec. | ||
10474 | 2024.08.15 05:38:31.422453 [ 3 ] {f8771606-852d-4565-8754-f7c338686ace} <Debug> DynamicQueryHandler: Done processing query | ||
10475 | 2024.08.15 05:38:31.422495 [ 3 ] {f8771606-852d-4565-8754-f7c338686ace} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10476 | 2024.08.15 05:38:31.422530 [ 3 ] {} <Debug> HTTP-Session: d2bd8144-8423-4b4a-9a75-bcdc2584f513 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10477 | 2024.08.15 05:38:31.422730 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 15624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10478 | 2024.08.15 05:38:31.422760 [ 196 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3248 rows, containing 4 columns (4 merged, 0 gathered) in 0.00522466 sec., 621667.2472467108 rows/sec., 52.06 MiB/sec. | ||
10479 | 2024.08.15 05:38:31.422809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10480 | 2024.08.15 05:38:31.422842 [ 3 ] {} <Debug> HTTP-Session: 03c6896b-f651-45e9-8567-eb6d02d958c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10481 | 2024.08.15 05:38:31.422861 [ 3 ] {} <Debug> HTTP-Session: 03c6896b-f651-45e9-8567-eb6d02d958c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10482 | 2024.08.15 05:38:31.422875 [ 3 ] {} <Debug> HTTP-Session: 03c6896b-f651-45e9-8567-eb6d02d958c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10483 | 2024.08.15 05:38:31.422912 [ 3 ] {} <Trace> HTTP-Session: 03c6896b-f651-45e9-8567-eb6d02d958c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10484 | 2024.08.15 05:38:31.423053 [ 196 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10485 | 2024.08.15 05:38:31.423163 [ 3 ] {bc487efd-5e30-4173-9d82-47288e9bb963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10486 | 2024.08.15 05:38:31.423225 [ 3 ] {bc487efd-5e30-4173-9d82-47288e9bb963} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10487 | 2024.08.15 05:38:31.423856 [ 3 ] {bc487efd-5e30-4173-9d82-47288e9bb963} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10488 | 2024.08.15 05:38:31.424074 [ 196 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_56_11} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10489 | 2024.08.15 05:38:31.424272 [ 196 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_56_11} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10490 | 2024.08.15 05:38:31.424477 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
10491 | 2024.08.15 05:38:31.424537 [ 3 ] {bc487efd-5e30-4173-9d82-47288e9bb963} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10492 | 2024.08.15 05:38:31.424580 [ 3 ] {bc487efd-5e30-4173-9d82-47288e9bb963} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10493 | 2024.08.15 05:38:31.424903 [ 3 ] {bc487efd-5e30-4173-9d82-47288e9bb963} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10494 | 2024.08.15 05:38:31.425221 [ 3 ] {bc487efd-5e30-4173-9d82-47288e9bb963} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10495 | 2024.08.15 05:38:31.425375 [ 3 ] {bc487efd-5e30-4173-9d82-47288e9bb963} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.002336 sec., 39383.561643835616 rows/sec., 3.08 MiB/sec. | ||
10496 | 2024.08.15 05:38:31.425386 [ 146 ] {} <Debug> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10497 | 2024.08.15 05:38:31.425481 [ 146 ] {} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10498 | 2024.08.15 05:38:31.425538 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10499 | 2024.08.15 05:38:31.425646 [ 3 ] {bc487efd-5e30-4173-9d82-47288e9bb963} <Debug> DynamicQueryHandler: Done processing query | ||
10500 | 2024.08.15 05:38:31.425683 [ 3 ] {bc487efd-5e30-4173-9d82-47288e9bb963} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10501 | 2024.08.15 05:38:31.425690 [ 187 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::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 | ||
10502 | 2024.08.15 05:38:31.425702 [ 3 ] {} <Debug> HTTP-Session: 03c6896b-f651-45e9-8567-eb6d02d958c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10503 | 2024.08.15 05:38:31.425818 [ 187 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10504 | 2024.08.15 05:38:31.425848 [ 187 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 902 rows starting from the beginning of the part | ||
10505 | 2024.08.15 05:38:31.425975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30398, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10506 | 2024.08.15 05:38:31.425993 [ 187 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 390 rows starting from the beginning of the part | ||
10507 | 2024.08.15 05:38:31.426098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10508 | 2024.08.15 05:38:31.426195 [ 3 ] {} <Debug> HTTP-Session: 66bdd431-69af-4b59-9c1a-d53bbaa0f8c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10509 | 2024.08.15 05:38:31.426246 [ 3 ] {} <Debug> HTTP-Session: 66bdd431-69af-4b59-9c1a-d53bbaa0f8c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10510 | 2024.08.15 05:38:31.426256 [ 187 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 92 rows starting from the beginning of the part | ||
10511 | 2024.08.15 05:38:31.426283 [ 3 ] {} <Debug> HTTP-Session: 66bdd431-69af-4b59-9c1a-d53bbaa0f8c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10512 | 2024.08.15 05:38:31.426366 [ 3 ] {} <Trace> HTTP-Session: 66bdd431-69af-4b59-9c1a-d53bbaa0f8c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10513 | 2024.08.15 05:38:31.426428 [ 187 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 848 rows starting from the beginning of the part | ||
10514 | 2024.08.15 05:38:31.426736 [ 187 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part | ||
10515 | 2024.08.15 05:38:31.426838 [ 3 ] {06e3cdf3-d858-4ee4-af2f-ba38d4cc88c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10516 | 2024.08.15 05:38:31.426982 [ 187 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::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 | ||
10517 | 2024.08.15 05:38:31.426992 [ 3 ] {06e3cdf3-d858-4ee4-af2f-ba38d4cc88c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10518 | 2024.08.15 05:38:31.427574 [ 3 ] {06e3cdf3-d858-4ee4-af2f-ba38d4cc88c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10519 | 2024.08.15 05:38:31.428203 [ 3 ] {06e3cdf3-d858-4ee4-af2f-ba38d4cc88c2} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10520 | 2024.08.15 05:38:31.428248 [ 3 ] {06e3cdf3-d858-4ee4-af2f-ba38d4cc88c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10521 | 2024.08.15 05:38:31.428757 [ 3 ] {06e3cdf3-d858-4ee4-af2f-ba38d4cc88c2} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10522 | 2024.08.15 05:38:31.429115 [ 187 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2332 rows, containing 4 columns (4 merged, 0 gathered) in 0.003489514 sec., 668287.9048486408 rows/sec., 48.58 MiB/sec. | ||
10523 | 2024.08.15 05:38:31.429315 [ 3 ] {06e3cdf3-d858-4ee4-af2f-ba38d4cc88c2} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10524 | 2024.08.15 05:38:31.429332 [ 199 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10525 | 2024.08.15 05:38:31.429556 [ 3 ] {06e3cdf3-d858-4ee4-af2f-ba38d4cc88c2} <Debug> executeQuery: Read 159 rows, 11.33 KiB in 0.002922 sec., 54414.78439425051 rows/sec., 3.79 MiB/sec. | ||
10526 | 2024.08.15 05:38:31.429560 [ 146 ] {} <Debug> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10527 | 2024.08.15 05:38:31.429730 [ 146 ] {} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10528 | 2024.08.15 05:38:31.429903 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10529 | 2024.08.15 05:38:31.430204 [ 3 ] {06e3cdf3-d858-4ee4-af2f-ba38d4cc88c2} <Debug> DynamicQueryHandler: Done processing query | ||
10530 | 2024.08.15 05:38:31.430277 [ 3 ] {06e3cdf3-d858-4ee4-af2f-ba38d4cc88c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10531 | 2024.08.15 05:38:31.430381 [ 3 ] {} <Debug> HTTP-Session: 66bdd431-69af-4b59-9c1a-d53bbaa0f8c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10532 | 2024.08.15 05:38:31.430585 [ 194 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::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 | ||
10533 | 2024.08.15 05:38:31.430776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 42068, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10534 | 2024.08.15 05:38:31.430873 [ 199 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_56_11} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10535 | 2024.08.15 05:38:31.430926 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10536 | 2024.08.15 05:38:31.431024 [ 3 ] {} <Debug> HTTP-Session: a2d656f8-7fd5-4169-a237-2f35ee366616 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10537 | 2024.08.15 05:38:31.431095 [ 3 ] {} <Debug> HTTP-Session: a2d656f8-7fd5-4169-a237-2f35ee366616 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10538 | 2024.08.15 05:38:31.431155 [ 3 ] {} <Debug> HTTP-Session: a2d656f8-7fd5-4169-a237-2f35ee366616 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10539 | 2024.08.15 05:38:31.431198 [ 199 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_56_11} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10540 | 2024.08.15 05:38:31.431251 [ 194 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10541 | 2024.08.15 05:38:31.431267 [ 3 ] {} <Trace> HTTP-Session: a2d656f8-7fd5-4169-a237-2f35ee366616 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10542 | 2024.08.15 05:38:31.431401 [ 194 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 14850 rows starting from the beginning of the part | ||
10543 | 2024.08.15 05:38:31.431415 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
10544 | 2024.08.15 05:38:31.431639 [ 194 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 239 rows starting from the beginning of the part | ||
10545 | 2024.08.15 05:38:31.431848 [ 3 ] {bcaa7b10-7f16-4289-829e-1ee1c58dd807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10546 | 2024.08.15 05:38:31.431892 [ 194 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 159 rows starting from the beginning of the part | ||
10547 | 2024.08.15 05:38:31.432146 [ 3 ] {bcaa7b10-7f16-4289-829e-1ee1c58dd807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10548 | 2024.08.15 05:38:31.432266 [ 194 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 924 rows starting from the beginning of the part | ||
10549 | 2024.08.15 05:38:31.432646 [ 194 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 2 rows starting from the beginning of the part | ||
10550 | 2024.08.15 05:38:31.433016 [ 194 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 159 rows starting from the beginning of the part | ||
10551 | 2024.08.15 05:38:31.434570 [ 3 ] {bcaa7b10-7f16-4289-829e-1ee1c58dd807} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10552 | 2024.08.15 05:38:31.437174 [ 3 ] {bcaa7b10-7f16-4289-829e-1ee1c58dd807} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10553 | 2024.08.15 05:38:31.437267 [ 3 ] {bcaa7b10-7f16-4289-829e-1ee1c58dd807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10554 | 2024.08.15 05:38:31.438667 [ 3 ] {bcaa7b10-7f16-4289-829e-1ee1c58dd807} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
10555 | 2024.08.15 05:38:31.439209 [ 3 ] {bcaa7b10-7f16-4289-829e-1ee1c58dd807} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10556 | 2024.08.15 05:38:31.439385 [ 146 ] {} <Debug> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
10557 | 2024.08.15 05:38:31.439435 [ 3 ] {bcaa7b10-7f16-4289-829e-1ee1c58dd807} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.007959 sec., 3266.742053021736 rows/sec., 5.85 MiB/sec. | ||
10558 | 2024.08.15 05:38:31.439463 [ 146 ] {} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10559 | 2024.08.15 05:38:31.439562 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10560 | 2024.08.15 05:38:31.439916 [ 187 ] {f74056ac-963a-4604-86a0-b4c0a6355317::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 | ||
10561 | 2024.08.15 05:38:31.440037 [ 3 ] {bcaa7b10-7f16-4289-829e-1ee1c58dd807} <Debug> DynamicQueryHandler: Done processing query | ||
10562 | 2024.08.15 05:38:31.440070 [ 3 ] {bcaa7b10-7f16-4289-829e-1ee1c58dd807} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
10563 | 2024.08.15 05:38:31.440096 [ 3 ] {} <Debug> HTTP-Session: a2d656f8-7fd5-4169-a237-2f35ee366616 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10564 | 2024.08.15 05:38:31.440252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 8827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10565 | 2024.08.15 05:38:31.440354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10566 | 2024.08.15 05:38:31.440387 [ 3 ] {} <Debug> HTTP-Session: 9d8b00b1-2505-4ade-ac20-7a7f714b6567 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10567 | 2024.08.15 05:38:31.440396 [ 187 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10568 | 2024.08.15 05:38:31.440412 [ 3 ] {} <Debug> HTTP-Session: 9d8b00b1-2505-4ade-ac20-7a7f714b6567 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10569 | 2024.08.15 05:38:31.440439 [ 3 ] {} <Debug> HTTP-Session: 9d8b00b1-2505-4ade-ac20-7a7f714b6567 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10570 | 2024.08.15 05:38:31.440485 [ 187 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 562 rows starting from the beginning of the part | ||
10571 | 2024.08.15 05:38:31.440486 [ 3 ] {} <Trace> HTTP-Session: 9d8b00b1-2505-4ade-ac20-7a7f714b6567 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10572 | 2024.08.15 05:38:31.440723 [ 3 ] {52236305-ff09-4ce8-8649-fd27fe58e090} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10573 | 2024.08.15 05:38:31.440817 [ 3 ] {52236305-ff09-4ce8-8649-fd27fe58e090} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10574 | 2024.08.15 05:38:31.440878 [ 187 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 26 rows starting from the beginning of the part | ||
10575 | 2024.08.15 05:38:31.441427 [ 3 ] {52236305-ff09-4ce8-8649-fd27fe58e090} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10576 | 2024.08.15 05:38:31.441689 [ 187 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 4 rows starting from the beginning of the part | ||
10577 | 2024.08.15 05:38:31.442117 [ 186 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16333 rows, containing 5 columns (5 merged, 0 gathered) in 0.011877771 sec., 1375089.652763974 rows/sec., 92.93 MiB/sec. | ||
10578 | 2024.08.15 05:38:31.442550 [ 187 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 26 rows starting from the beginning of the part | ||
10579 | 2024.08.15 05:38:31.442608 [ 3 ] {52236305-ff09-4ce8-8649-fd27fe58e090} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10580 | 2024.08.15 05:38:31.442669 [ 3 ] {52236305-ff09-4ce8-8649-fd27fe58e090} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10581 | 2024.08.15 05:38:31.442957 [ 186 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10582 | 2024.08.15 05:38:31.443313 [ 187 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 4 rows starting from the beginning of the part | ||
10583 | 2024.08.15 05:38:31.444544 [ 187 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 26 rows starting from the beginning of the part | ||
10584 | 2024.08.15 05:38:31.444558 [ 3 ] {52236305-ff09-4ce8-8649-fd27fe58e090} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10585 | 2024.08.15 05:38:31.445465 [ 186 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10586 | 2024.08.15 05:38:31.445885 [ 186 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10587 | 2024.08.15 05:38:31.446200 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.88 MiB. | ||
10588 | 2024.08.15 05:38:31.446241 [ 3 ] {52236305-ff09-4ce8-8649-fd27fe58e090} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10589 | 2024.08.15 05:38:31.446566 [ 3 ] {52236305-ff09-4ce8-8649-fd27fe58e090} <Debug> executeQuery: Read 58 rows, 4.01 KiB in 0.005949 sec., 9749.537737434863 rows/sec., 674.84 KiB/sec. | ||
10590 | 2024.08.15 05:38:31.446587 [ 146 ] {} <Debug> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10591 | 2024.08.15 05:38:31.446705 [ 146 ] {} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10592 | 2024.08.15 05:38:31.446832 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10593 | 2024.08.15 05:38:31.447110 [ 3 ] {52236305-ff09-4ce8-8649-fd27fe58e090} <Debug> DynamicQueryHandler: Done processing query | ||
10594 | 2024.08.15 05:38:31.447223 [ 3 ] {52236305-ff09-4ce8-8649-fd27fe58e090} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10595 | 2024.08.15 05:38:31.447322 [ 3 ] {} <Debug> HTTP-Session: 9d8b00b1-2505-4ade-ac20-7a7f714b6567 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10596 | 2024.08.15 05:38:31.447530 [ 190 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
10597 | 2024.08.15 05:38:31.448304 [ 190 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10598 | 2024.08.15 05:38:31.448418 [ 190 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3228 rows starting from the beginning of the part | ||
10599 | 2024.08.15 05:38:31.448911 [ 190 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 82 rows starting from the beginning of the part | ||
10600 | 2024.08.15 05:38:31.449091 [ 190 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 58 rows starting from the beginning of the part | ||
10601 | 2024.08.15 05:38:31.449355 [ 190 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part | ||
10602 | 2024.08.15 05:38:31.449588 [ 190 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 2 rows starting from the beginning of the part | ||
10603 | 2024.08.15 05:38:31.449873 [ 190 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 58 rows starting from the beginning of the part | ||
10604 | 2024.08.15 05:38:31.454168 [ 191 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3510 rows, containing 4 columns (4 merged, 0 gathered) in 0.007210912 sec., 486762.28471516503 rows/sec., 31.76 MiB/sec. | ||
10605 | 2024.08.15 05:38:31.454659 [ 197 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10606 | 2024.08.15 05:38:31.455390 [ 197 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_56_11} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10607 | 2024.08.15 05:38:31.455481 [ 197 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_56_11} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10608 | 2024.08.15 05:38:31.455587 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
10609 | 2024.08.15 05:38:31.456057 [ 197 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 19 columns (19 merged, 0 gathered) in 0.016364077 sec., 39598.93368871339 rows/sec., 70.96 MiB/sec. | ||
10610 | 2024.08.15 05:38:31.456707 [ 191 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
10611 | 2024.08.15 05:38:31.457251 [ 191 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10612 | 2024.08.15 05:38:31.457326 [ 191 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
10613 | 2024.08.15 05:38:31.457432 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.48 MiB. | ||
10614 | 2024.08.15 05:38:32.000210 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.56 MiB, peak 208.31 MiB, free memory in arenas 0.00 B, will set to 199.54 MiB (RSS), difference: 1.98 MiB | ||
10615 | 2024.08.15 05:38:35.235663 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10616 | 2024.08.15 05:38:35.235737 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10617 | 2024.08.15 05:38:36.411254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10618 | 2024.08.15 05:38:36.411377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10619 | 2024.08.15 05:38:36.411406 [ 3 ] {} <Debug> HTTP-Session: 1a94115f-aa7a-4066-b4f6-57fa4001e0fd Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10620 | 2024.08.15 05:38:36.411434 [ 3 ] {} <Debug> HTTP-Session: 1a94115f-aa7a-4066-b4f6-57fa4001e0fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10621 | 2024.08.15 05:38:36.411451 [ 3 ] {} <Debug> HTTP-Session: 1a94115f-aa7a-4066-b4f6-57fa4001e0fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10622 | 2024.08.15 05:38:36.411507 [ 3 ] {} <Trace> HTTP-Session: 1a94115f-aa7a-4066-b4f6-57fa4001e0fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10623 | 2024.08.15 05:38:36.411708 [ 3 ] {69f8af11-f244-4d4e-af60-fd0876fc9a4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10624 | 2024.08.15 05:38:36.411774 [ 3 ] {69f8af11-f244-4d4e-af60-fd0876fc9a4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10625 | 2024.08.15 05:38:36.411970 [ 3 ] {69f8af11-f244-4d4e-af60-fd0876fc9a4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10626 | 2024.08.15 05:38:36.412378 [ 3 ] {69f8af11-f244-4d4e-af60-fd0876fc9a4f} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10627 | 2024.08.15 05:38:36.412422 [ 3 ] {69f8af11-f244-4d4e-af60-fd0876fc9a4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10628 | 2024.08.15 05:38:36.412804 [ 3 ] {69f8af11-f244-4d4e-af60-fd0876fc9a4f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
10629 | 2024.08.15 05:38:36.413156 [ 3 ] {69f8af11-f244-4d4e-af60-fd0876fc9a4f} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10630 | 2024.08.15 05:38:36.413327 [ 3 ] {69f8af11-f244-4d4e-af60-fd0876fc9a4f} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001675 sec., 2388.0597014925374 rows/sec., 193.56 KiB/sec. | ||
10631 | 2024.08.15 05:38:36.413532 [ 3 ] {69f8af11-f244-4d4e-af60-fd0876fc9a4f} <Debug> DynamicQueryHandler: Done processing query | ||
10632 | 2024.08.15 05:38:36.413558 [ 3 ] {69f8af11-f244-4d4e-af60-fd0876fc9a4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10633 | 2024.08.15 05:38:36.413574 [ 3 ] {} <Debug> HTTP-Session: 1a94115f-aa7a-4066-b4f6-57fa4001e0fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10634 | 2024.08.15 05:38:36.413741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10635 | 2024.08.15 05:38:36.413799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10636 | 2024.08.15 05:38:36.413818 [ 3 ] {} <Debug> HTTP-Session: 03c46377-688a-4088-bab4-d6672e48cdb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10637 | 2024.08.15 05:38:36.413836 [ 3 ] {} <Debug> HTTP-Session: 03c46377-688a-4088-bab4-d6672e48cdb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10638 | 2024.08.15 05:38:36.413849 [ 3 ] {} <Debug> HTTP-Session: 03c46377-688a-4088-bab4-d6672e48cdb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10639 | 2024.08.15 05:38:36.413885 [ 3 ] {} <Trace> HTTP-Session: 03c46377-688a-4088-bab4-d6672e48cdb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10640 | 2024.08.15 05:38:36.414042 [ 3 ] {dfabc7f2-dbd6-4764-94f8-58b16efbacb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10641 | 2024.08.15 05:38:36.414088 [ 3 ] {dfabc7f2-dbd6-4764-94f8-58b16efbacb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10642 | 2024.08.15 05:38:36.414219 [ 3 ] {dfabc7f2-dbd6-4764-94f8-58b16efbacb3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10643 | 2024.08.15 05:38:36.414651 [ 3 ] {dfabc7f2-dbd6-4764-94f8-58b16efbacb3} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10644 | 2024.08.15 05:38:36.414689 [ 3 ] {dfabc7f2-dbd6-4764-94f8-58b16efbacb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10645 | 2024.08.15 05:38:36.415027 [ 3 ] {dfabc7f2-dbd6-4764-94f8-58b16efbacb3} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10646 | 2024.08.15 05:38:36.415342 [ 3 ] {dfabc7f2-dbd6-4764-94f8-58b16efbacb3} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10647 | 2024.08.15 05:38:36.415492 [ 3 ] {dfabc7f2-dbd6-4764-94f8-58b16efbacb3} <Debug> executeQuery: Read 201 rows, 18.00 KiB in 0.001523 sec., 131976.3624425476 rows/sec., 11.54 MiB/sec. | ||
10648 | 2024.08.15 05:38:36.415764 [ 3 ] {dfabc7f2-dbd6-4764-94f8-58b16efbacb3} <Debug> DynamicQueryHandler: Done processing query | ||
10649 | 2024.08.15 05:38:36.415823 [ 3 ] {dfabc7f2-dbd6-4764-94f8-58b16efbacb3} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
10650 | 2024.08.15 05:38:36.415880 [ 3 ] {} <Debug> HTTP-Session: 03c46377-688a-4088-bab4-d6672e48cdb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10651 | 2024.08.15 05:38:36.416122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10652 | 2024.08.15 05:38:36.416176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10653 | 2024.08.15 05:38:36.416195 [ 3 ] {} <Debug> HTTP-Session: 9f7c13f7-be2d-455a-93a4-ae20ea355c7e Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10654 | 2024.08.15 05:38:36.416211 [ 3 ] {} <Debug> HTTP-Session: 9f7c13f7-be2d-455a-93a4-ae20ea355c7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10655 | 2024.08.15 05:38:36.416225 [ 3 ] {} <Debug> HTTP-Session: 9f7c13f7-be2d-455a-93a4-ae20ea355c7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10656 | 2024.08.15 05:38:36.416257 [ 3 ] {} <Trace> HTTP-Session: 9f7c13f7-be2d-455a-93a4-ae20ea355c7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10657 | 2024.08.15 05:38:36.416359 [ 3 ] {072cf67c-fea5-401e-997b-c7362204e700} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
10658 | 2024.08.15 05:38:36.416405 [ 3 ] {072cf67c-fea5-401e-997b-c7362204e700} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10659 | 2024.08.15 05:38:36.416555 [ 3 ] {072cf67c-fea5-401e-997b-c7362204e700} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10660 | 2024.08.15 05:38:36.416838 [ 3 ] {072cf67c-fea5-401e-997b-c7362204e700} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10661 | 2024.08.15 05:38:36.416875 [ 3 ] {072cf67c-fea5-401e-997b-c7362204e700} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10662 | 2024.08.15 05:38:36.417195 [ 3 ] {072cf67c-fea5-401e-997b-c7362204e700} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10663 | 2024.08.15 05:38:36.417502 [ 3 ] {072cf67c-fea5-401e-997b-c7362204e700} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10664 | 2024.08.15 05:38:36.417668 [ 3 ] {072cf67c-fea5-401e-997b-c7362204e700} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00133 sec., 10526.315789473683 rows/sec., 737.19 KiB/sec. | ||
10665 | 2024.08.15 05:38:36.418012 [ 3 ] {072cf67c-fea5-401e-997b-c7362204e700} <Debug> DynamicQueryHandler: Done processing query | ||
10666 | 2024.08.15 05:38:36.418038 [ 3 ] {072cf67c-fea5-401e-997b-c7362204e700} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10667 | 2024.08.15 05:38:36.418055 [ 3 ] {} <Debug> HTTP-Session: 9f7c13f7-be2d-455a-93a4-ae20ea355c7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10668 | 2024.08.15 05:38:36.418174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10669 | 2024.08.15 05:38:36.418222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10670 | 2024.08.15 05:38:36.418241 [ 3 ] {} <Debug> HTTP-Session: 5a3daf76-3922-4721-9757-d6cab5dab37a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10671 | 2024.08.15 05:38:36.418258 [ 3 ] {} <Debug> HTTP-Session: 5a3daf76-3922-4721-9757-d6cab5dab37a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10672 | 2024.08.15 05:38:36.418272 [ 3 ] {} <Debug> HTTP-Session: 5a3daf76-3922-4721-9757-d6cab5dab37a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10673 | 2024.08.15 05:38:36.418303 [ 3 ] {} <Trace> HTTP-Session: 5a3daf76-3922-4721-9757-d6cab5dab37a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10674 | 2024.08.15 05:38:36.418399 [ 3 ] {b0cffa7a-ecc4-4c7a-82d5-42eeb7517173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
10675 | 2024.08.15 05:38:36.418443 [ 3 ] {b0cffa7a-ecc4-4c7a-82d5-42eeb7517173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10676 | 2024.08.15 05:38:36.418592 [ 3 ] {b0cffa7a-ecc4-4c7a-82d5-42eeb7517173} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10677 | 2024.08.15 05:38:36.418871 [ 3 ] {b0cffa7a-ecc4-4c7a-82d5-42eeb7517173} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10678 | 2024.08.15 05:38:36.418908 [ 3 ] {b0cffa7a-ecc4-4c7a-82d5-42eeb7517173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10679 | 2024.08.15 05:38:36.419220 [ 3 ] {b0cffa7a-ecc4-4c7a-82d5-42eeb7517173} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10680 | 2024.08.15 05:38:36.419522 [ 3 ] {b0cffa7a-ecc4-4c7a-82d5-42eeb7517173} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10681 | 2024.08.15 05:38:36.419678 [ 141 ] {} <Debug> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
10682 | 2024.08.15 05:38:36.419690 [ 3 ] {b0cffa7a-ecc4-4c7a-82d5-42eeb7517173} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.0013 sec., 4615.384615384615 rows/sec., 272.69 KiB/sec. | ||
10683 | 2024.08.15 05:38:36.419770 [ 141 ] {} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10684 | 2024.08.15 05:38:36.419839 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10685 | 2024.08.15 05:38:36.420003 [ 3 ] {b0cffa7a-ecc4-4c7a-82d5-42eeb7517173} <Debug> DynamicQueryHandler: Done processing query | ||
10686 | 2024.08.15 05:38:36.420017 [ 193 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
10687 | 2024.08.15 05:38:36.420041 [ 3 ] {b0cffa7a-ecc4-4c7a-82d5-42eeb7517173} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10688 | 2024.08.15 05:38:36.420089 [ 3 ] {} <Debug> HTTP-Session: 5a3daf76-3922-4721-9757-d6cab5dab37a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10689 | 2024.08.15 05:38:36.420224 [ 193 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10690 | 2024.08.15 05:38:36.420273 [ 193 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
10691 | 2024.08.15 05:38:36.420334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 62444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10692 | 2024.08.15 05:38:36.420475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10693 | 2024.08.15 05:38:36.420553 [ 3 ] {} <Debug> HTTP-Session: 9b026bdb-1236-44ee-a2e0-3ef88039706f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10694 | 2024.08.15 05:38:36.420548 [ 193 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
10695 | 2024.08.15 05:38:36.420601 [ 3 ] {} <Debug> HTTP-Session: 9b026bdb-1236-44ee-a2e0-3ef88039706f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10696 | 2024.08.15 05:38:36.420645 [ 3 ] {} <Debug> HTTP-Session: 9b026bdb-1236-44ee-a2e0-3ef88039706f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10697 | 2024.08.15 05:38:36.420769 [ 3 ] {} <Trace> HTTP-Session: 9b026bdb-1236-44ee-a2e0-3ef88039706f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10698 | 2024.08.15 05:38:36.420805 [ 193 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
10699 | 2024.08.15 05:38:36.421093 [ 193 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
10700 | 2024.08.15 05:38:36.421169 [ 3 ] {78f98b54-a616-4e35-bbb7-8007399dd035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10701 | 2024.08.15 05:38:36.421305 [ 3 ] {78f98b54-a616-4e35-bbb7-8007399dd035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10702 | 2024.08.15 05:38:36.421355 [ 193 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
10703 | 2024.08.15 05:38:36.422085 [ 3 ] {78f98b54-a616-4e35-bbb7-8007399dd035} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10704 | 2024.08.15 05:38:36.423077 [ 3 ] {78f98b54-a616-4e35-bbb7-8007399dd035} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10705 | 2024.08.15 05:38:36.423148 [ 3 ] {78f98b54-a616-4e35-bbb7-8007399dd035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10706 | 2024.08.15 05:38:36.423730 [ 191 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.00379987 sec., 7895.006934447758 rows/sec., 470.31 KiB/sec. | ||
10707 | 2024.08.15 05:38:36.423888 [ 3 ] {78f98b54-a616-4e35-bbb7-8007399dd035} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10708 | 2024.08.15 05:38:36.423985 [ 188 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
10709 | 2024.08.15 05:38:36.424649 [ 3 ] {78f98b54-a616-4e35-bbb7-8007399dd035} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10710 | 2024.08.15 05:38:36.424963 [ 3 ] {78f98b54-a616-4e35-bbb7-8007399dd035} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.003987 sec., 96814.64760471533 rows/sec., 6.86 MiB/sec. | ||
10711 | 2024.08.15 05:38:36.425122 [ 188 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_25_6} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10712 | 2024.08.15 05:38:36.425291 [ 188 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_25_6} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
10713 | 2024.08.15 05:38:36.425292 [ 3 ] {78f98b54-a616-4e35-bbb7-8007399dd035} <Debug> DynamicQueryHandler: Done processing query | ||
10714 | 2024.08.15 05:38:36.425339 [ 3 ] {78f98b54-a616-4e35-bbb7-8007399dd035} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
10715 | 2024.08.15 05:38:36.425389 [ 3 ] {} <Debug> HTTP-Session: 9b026bdb-1236-44ee-a2e0-3ef88039706f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10716 | 2024.08.15 05:38:36.425455 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
10717 | 2024.08.15 05:38:36.425574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10718 | 2024.08.15 05:38:36.425631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10719 | 2024.08.15 05:38:36.425651 [ 3 ] {} <Debug> HTTP-Session: 95e9308f-e722-4681-83e0-80c42a814fbb Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10720 | 2024.08.15 05:38:36.425668 [ 3 ] {} <Debug> HTTP-Session: 95e9308f-e722-4681-83e0-80c42a814fbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10721 | 2024.08.15 05:38:36.425682 [ 3 ] {} <Debug> HTTP-Session: 95e9308f-e722-4681-83e0-80c42a814fbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10722 | 2024.08.15 05:38:36.425713 [ 3 ] {} <Trace> HTTP-Session: 95e9308f-e722-4681-83e0-80c42a814fbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10723 | 2024.08.15 05:38:36.425816 [ 3 ] {9ac7b181-9d0d-4b39-b056-589aef78761d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10724 | 2024.08.15 05:38:36.425860 [ 3 ] {9ac7b181-9d0d-4b39-b056-589aef78761d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10725 | 2024.08.15 05:38:36.426009 [ 3 ] {9ac7b181-9d0d-4b39-b056-589aef78761d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10726 | 2024.08.15 05:38:36.426278 [ 3 ] {9ac7b181-9d0d-4b39-b056-589aef78761d} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10727 | 2024.08.15 05:38:36.426315 [ 3 ] {9ac7b181-9d0d-4b39-b056-589aef78761d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10728 | 2024.08.15 05:38:36.426684 [ 3 ] {9ac7b181-9d0d-4b39-b056-589aef78761d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10729 | 2024.08.15 05:38:36.427005 [ 3 ] {9ac7b181-9d0d-4b39-b056-589aef78761d} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10730 | 2024.08.15 05:38:36.427157 [ 3 ] {9ac7b181-9d0d-4b39-b056-589aef78761d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001361 sec., 4408.52314474651 rows/sec., 230.33 KiB/sec. | ||
10731 | 2024.08.15 05:38:36.427333 [ 3 ] {9ac7b181-9d0d-4b39-b056-589aef78761d} <Debug> DynamicQueryHandler: Done processing query | ||
10732 | 2024.08.15 05:38:36.427357 [ 3 ] {9ac7b181-9d0d-4b39-b056-589aef78761d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10733 | 2024.08.15 05:38:36.427373 [ 3 ] {} <Debug> HTTP-Session: 95e9308f-e722-4681-83e0-80c42a814fbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10734 | 2024.08.15 05:38:36.427562 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 44999, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10735 | 2024.08.15 05:38:36.427611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10736 | 2024.08.15 05:38:36.427631 [ 3 ] {} <Debug> HTTP-Session: c5d31a00-58b8-4bdb-996d-20a3d0c55542 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10737 | 2024.08.15 05:38:36.427647 [ 3 ] {} <Debug> HTTP-Session: c5d31a00-58b8-4bdb-996d-20a3d0c55542 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10738 | 2024.08.15 05:38:36.427661 [ 3 ] {} <Debug> HTTP-Session: c5d31a00-58b8-4bdb-996d-20a3d0c55542 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10739 | 2024.08.15 05:38:36.427691 [ 3 ] {} <Trace> HTTP-Session: c5d31a00-58b8-4bdb-996d-20a3d0c55542 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10740 | 2024.08.15 05:38:36.427870 [ 3 ] {8f648ea4-3c53-440b-ba7c-ae92c610501a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10741 | 2024.08.15 05:38:36.427916 [ 3 ] {8f648ea4-3c53-440b-ba7c-ae92c610501a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10742 | 2024.08.15 05:38:36.428059 [ 3 ] {8f648ea4-3c53-440b-ba7c-ae92c610501a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10743 | 2024.08.15 05:38:36.428470 [ 3 ] {8f648ea4-3c53-440b-ba7c-ae92c610501a} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10744 | 2024.08.15 05:38:36.428507 [ 3 ] {8f648ea4-3c53-440b-ba7c-ae92c610501a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10745 | 2024.08.15 05:38:36.428903 [ 3 ] {8f648ea4-3c53-440b-ba7c-ae92c610501a} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10746 | 2024.08.15 05:38:36.429242 [ 3 ] {8f648ea4-3c53-440b-ba7c-ae92c610501a} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10747 | 2024.08.15 05:38:36.429397 [ 3 ] {8f648ea4-3c53-440b-ba7c-ae92c610501a} <Debug> executeQuery: Read 239 rows, 16.42 KiB in 0.001614 sec., 148079.30607187113 rows/sec., 9.93 MiB/sec. | ||
10748 | 2024.08.15 05:38:36.429575 [ 3 ] {8f648ea4-3c53-440b-ba7c-ae92c610501a} <Debug> DynamicQueryHandler: Done processing query | ||
10749 | 2024.08.15 05:38:36.429599 [ 3 ] {8f648ea4-3c53-440b-ba7c-ae92c610501a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10750 | 2024.08.15 05:38:36.429615 [ 3 ] {} <Debug> HTTP-Session: c5d31a00-58b8-4bdb-996d-20a3d0c55542 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10751 | 2024.08.15 05:38:36.429737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10752 | 2024.08.15 05:38:36.429786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10753 | 2024.08.15 05:38:36.429805 [ 3 ] {} <Debug> HTTP-Session: f658551b-0239-4efa-9c92-13ab93d02ad5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10754 | 2024.08.15 05:38:36.429822 [ 3 ] {} <Debug> HTTP-Session: f658551b-0239-4efa-9c92-13ab93d02ad5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10755 | 2024.08.15 05:38:36.429835 [ 3 ] {} <Debug> HTTP-Session: f658551b-0239-4efa-9c92-13ab93d02ad5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10756 | 2024.08.15 05:38:36.429865 [ 3 ] {} <Trace> HTTP-Session: f658551b-0239-4efa-9c92-13ab93d02ad5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10757 | 2024.08.15 05:38:36.429961 [ 3 ] {efccd247-928c-4f7d-8ef9-37c042da7f62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
10758 | 2024.08.15 05:38:36.430006 [ 3 ] {efccd247-928c-4f7d-8ef9-37c042da7f62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10759 | 2024.08.15 05:38:36.430132 [ 3 ] {efccd247-928c-4f7d-8ef9-37c042da7f62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10760 | 2024.08.15 05:38:36.430380 [ 3 ] {efccd247-928c-4f7d-8ef9-37c042da7f62} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10761 | 2024.08.15 05:38:36.430416 [ 3 ] {efccd247-928c-4f7d-8ef9-37c042da7f62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10762 | 2024.08.15 05:38:36.430758 [ 3 ] {efccd247-928c-4f7d-8ef9-37c042da7f62} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10763 | 2024.08.15 05:38:36.431072 [ 3 ] {efccd247-928c-4f7d-8ef9-37c042da7f62} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10764 | 2024.08.15 05:38:36.431235 [ 140 ] {} <Debug> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
10765 | 2024.08.15 05:38:36.431244 [ 3 ] {efccd247-928c-4f7d-8ef9-37c042da7f62} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001293 sec., 773.3952049497293 rows/sec., 52.11 KiB/sec. | ||
10766 | 2024.08.15 05:38:36.431292 [ 140 ] {} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10767 | 2024.08.15 05:38:36.431349 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10768 | 2024.08.15 05:38:36.431633 [ 3 ] {efccd247-928c-4f7d-8ef9-37c042da7f62} <Debug> DynamicQueryHandler: Done processing query | ||
10769 | 2024.08.15 05:38:36.431726 [ 3 ] {efccd247-928c-4f7d-8ef9-37c042da7f62} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
10770 | 2024.08.15 05:38:36.431764 [ 198 ] {73f49326-8ca5-47bc-88f4-892effbaf908::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 | ||
10771 | 2024.08.15 05:38:36.431791 [ 3 ] {} <Debug> HTTP-Session: f658551b-0239-4efa-9c92-13ab93d02ad5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10772 | 2024.08.15 05:38:36.432083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10773 | 2024.08.15 05:38:36.432200 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10774 | 2024.08.15 05:38:36.432261 [ 198 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10775 | 2024.08.15 05:38:36.432262 [ 3 ] {} <Debug> HTTP-Session: 9b83c4ef-b1db-4cbf-9367-fb5ab5c937d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10776 | 2024.08.15 05:38:36.432329 [ 3 ] {} <Debug> HTTP-Session: 9b83c4ef-b1db-4cbf-9367-fb5ab5c937d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10777 | 2024.08.15 05:38:36.432342 [ 198 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 20 rows starting from the beginning of the part | ||
10778 | 2024.08.15 05:38:36.432358 [ 3 ] {} <Debug> HTTP-Session: 9b83c4ef-b1db-4cbf-9367-fb5ab5c937d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10779 | 2024.08.15 05:38:36.432435 [ 3 ] {} <Trace> HTTP-Session: 9b83c4ef-b1db-4cbf-9367-fb5ab5c937d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10780 | 2024.08.15 05:38:36.432656 [ 198 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
10781 | 2024.08.15 05:38:36.432748 [ 3 ] {dc7e4708-69e3-4d0a-91f2-b2780d52eb58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10782 | 2024.08.15 05:38:36.432863 [ 198 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
10783 | 2024.08.15 05:38:36.433033 [ 3 ] {dc7e4708-69e3-4d0a-91f2-b2780d52eb58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10784 | 2024.08.15 05:38:36.433258 [ 198 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
10785 | 2024.08.15 05:38:36.433644 [ 198 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
10786 | 2024.08.15 05:38:36.433987 [ 198 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
10787 | 2024.08.15 05:38:36.435699 [ 3 ] {dc7e4708-69e3-4d0a-91f2-b2780d52eb58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10788 | 2024.08.15 05:38:36.437583 [ 3 ] {dc7e4708-69e3-4d0a-91f2-b2780d52eb58} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10789 | 2024.08.15 05:38:36.437681 [ 3 ] {dc7e4708-69e3-4d0a-91f2-b2780d52eb58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10790 | 2024.08.15 05:38:36.437882 [ 198 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.006412035 sec., 3898.9182061545202 rows/sec., 262.72 KiB/sec. | ||
10791 | 2024.08.15 05:38:36.438109 [ 198 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
10792 | 2024.08.15 05:38:36.439089 [ 198 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_25_5} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10793 | 2024.08.15 05:38:36.439212 [ 3 ] {dc7e4708-69e3-4d0a-91f2-b2780d52eb58} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
10794 | 2024.08.15 05:38:36.439280 [ 198 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_25_5} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
10795 | 2024.08.15 05:38:36.439432 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
10796 | 2024.08.15 05:38:36.439830 [ 3 ] {dc7e4708-69e3-4d0a-91f2-b2780d52eb58} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10797 | 2024.08.15 05:38:36.440032 [ 3 ] {dc7e4708-69e3-4d0a-91f2-b2780d52eb58} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.007419 sec., 539.1562205148941 rows/sec., 989.33 KiB/sec. | ||
10798 | 2024.08.15 05:38:36.440290 [ 3 ] {dc7e4708-69e3-4d0a-91f2-b2780d52eb58} <Debug> DynamicQueryHandler: Done processing query | ||
10799 | 2024.08.15 05:38:36.440315 [ 3 ] {dc7e4708-69e3-4d0a-91f2-b2780d52eb58} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
10800 | 2024.08.15 05:38:36.440331 [ 3 ] {} <Debug> HTTP-Session: 9b83c4ef-b1db-4cbf-9367-fb5ab5c937d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10801 | 2024.08.15 05:38:36.440455 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12428, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10802 | 2024.08.15 05:38:36.440530 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10803 | 2024.08.15 05:38:36.440550 [ 3 ] {} <Debug> HTTP-Session: f25fa0e8-b019-479d-a1d9-01f5ff49fc56 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10804 | 2024.08.15 05:38:36.440566 [ 3 ] {} <Debug> HTTP-Session: f25fa0e8-b019-479d-a1d9-01f5ff49fc56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10805 | 2024.08.15 05:38:36.440580 [ 3 ] {} <Debug> HTTP-Session: f25fa0e8-b019-479d-a1d9-01f5ff49fc56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10806 | 2024.08.15 05:38:36.440612 [ 3 ] {} <Trace> HTTP-Session: f25fa0e8-b019-479d-a1d9-01f5ff49fc56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10807 | 2024.08.15 05:38:36.440735 [ 3 ] {47c02ba4-145b-4e36-9f09-ec151c94cb6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10808 | 2024.08.15 05:38:36.440779 [ 3 ] {47c02ba4-145b-4e36-9f09-ec151c94cb6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10809 | 2024.08.15 05:38:36.440913 [ 3 ] {47c02ba4-145b-4e36-9f09-ec151c94cb6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10810 | 2024.08.15 05:38:36.441231 [ 3 ] {47c02ba4-145b-4e36-9f09-ec151c94cb6f} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10811 | 2024.08.15 05:38:36.441267 [ 3 ] {47c02ba4-145b-4e36-9f09-ec151c94cb6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10812 | 2024.08.15 05:38:36.441639 [ 3 ] {47c02ba4-145b-4e36-9f09-ec151c94cb6f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10813 | 2024.08.15 05:38:36.441962 [ 3 ] {47c02ba4-145b-4e36-9f09-ec151c94cb6f} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10814 | 2024.08.15 05:38:36.442116 [ 3 ] {47c02ba4-145b-4e36-9f09-ec151c94cb6f} <Debug> executeQuery: Read 84 rows, 5.46 KiB in 0.001418 sec., 59238.363892806774 rows/sec., 3.76 MiB/sec. | ||
10815 | 2024.08.15 05:38:36.442286 [ 3 ] {47c02ba4-145b-4e36-9f09-ec151c94cb6f} <Debug> DynamicQueryHandler: Done processing query | ||
10816 | 2024.08.15 05:38:36.442310 [ 3 ] {47c02ba4-145b-4e36-9f09-ec151c94cb6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10817 | 2024.08.15 05:38:36.442326 [ 3 ] {} <Debug> HTTP-Session: f25fa0e8-b019-479d-a1d9-01f5ff49fc56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10818 | 2024.08.15 05:38:41.408806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10819 | 2024.08.15 05:38:41.408939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10820 | 2024.08.15 05:38:41.408969 [ 3 ] {} <Debug> HTTP-Session: 88e5e107-03dd-44c0-9ce2-89f73e738a2d Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10821 | 2024.08.15 05:38:41.408998 [ 3 ] {} <Debug> HTTP-Session: 88e5e107-03dd-44c0-9ce2-89f73e738a2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10822 | 2024.08.15 05:38:41.409016 [ 3 ] {} <Debug> HTTP-Session: 88e5e107-03dd-44c0-9ce2-89f73e738a2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10823 | 2024.08.15 05:38:41.409073 [ 3 ] {} <Trace> HTTP-Session: 88e5e107-03dd-44c0-9ce2-89f73e738a2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10824 | 2024.08.15 05:38:41.409279 [ 3 ] {26c89cbf-0d84-4425-a1b4-f5f4e0b5684f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10825 | 2024.08.15 05:38:41.409352 [ 3 ] {26c89cbf-0d84-4425-a1b4-f5f4e0b5684f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10826 | 2024.08.15 05:38:41.409571 [ 3 ] {26c89cbf-0d84-4425-a1b4-f5f4e0b5684f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10827 | 2024.08.15 05:38:41.410009 [ 3 ] {26c89cbf-0d84-4425-a1b4-f5f4e0b5684f} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10828 | 2024.08.15 05:38:41.410050 [ 3 ] {26c89cbf-0d84-4425-a1b4-f5f4e0b5684f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10829 | 2024.08.15 05:38:41.410408 [ 3 ] {26c89cbf-0d84-4425-a1b4-f5f4e0b5684f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
10830 | 2024.08.15 05:38:41.410742 [ 3 ] {26c89cbf-0d84-4425-a1b4-f5f4e0b5684f} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10831 | 2024.08.15 05:38:41.410901 [ 3 ] {26c89cbf-0d84-4425-a1b4-f5f4e0b5684f} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.00168 sec., 15476.190476190475 rows/sec., 1.23 MiB/sec. | ||
10832 | 2024.08.15 05:38:41.411098 [ 3 ] {26c89cbf-0d84-4425-a1b4-f5f4e0b5684f} <Debug> DynamicQueryHandler: Done processing query | ||
10833 | 2024.08.15 05:38:41.411123 [ 3 ] {26c89cbf-0d84-4425-a1b4-f5f4e0b5684f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10834 | 2024.08.15 05:38:41.411140 [ 3 ] {} <Debug> HTTP-Session: 88e5e107-03dd-44c0-9ce2-89f73e738a2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10835 | 2024.08.15 05:38:41.411345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10836 | 2024.08.15 05:38:41.411395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10837 | 2024.08.15 05:38:41.411415 [ 3 ] {} <Debug> HTTP-Session: f293e68f-8a01-4f4f-ae1b-02710adc2726 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10838 | 2024.08.15 05:38:41.411432 [ 3 ] {} <Debug> HTTP-Session: f293e68f-8a01-4f4f-ae1b-02710adc2726 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10839 | 2024.08.15 05:38:41.411445 [ 3 ] {} <Debug> HTTP-Session: f293e68f-8a01-4f4f-ae1b-02710adc2726 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10840 | 2024.08.15 05:38:41.411476 [ 3 ] {} <Trace> HTTP-Session: f293e68f-8a01-4f4f-ae1b-02710adc2726 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10841 | 2024.08.15 05:38:41.411606 [ 3 ] {5925eaa4-51cd-46ef-b7fa-fd3af5f2763b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10842 | 2024.08.15 05:38:41.411649 [ 3 ] {5925eaa4-51cd-46ef-b7fa-fd3af5f2763b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10843 | 2024.08.15 05:38:41.411772 [ 3 ] {5925eaa4-51cd-46ef-b7fa-fd3af5f2763b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10844 | 2024.08.15 05:38:41.412152 [ 3 ] {5925eaa4-51cd-46ef-b7fa-fd3af5f2763b} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10845 | 2024.08.15 05:38:41.412188 [ 3 ] {5925eaa4-51cd-46ef-b7fa-fd3af5f2763b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10846 | 2024.08.15 05:38:41.412500 [ 3 ] {5925eaa4-51cd-46ef-b7fa-fd3af5f2763b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10847 | 2024.08.15 05:38:41.412801 [ 3 ] {5925eaa4-51cd-46ef-b7fa-fd3af5f2763b} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10848 | 2024.08.15 05:38:41.412947 [ 3 ] {5925eaa4-51cd-46ef-b7fa-fd3af5f2763b} <Debug> executeQuery: Read 134 rows, 11.45 KiB in 0.001395 sec., 96057.34767025089 rows/sec., 8.01 MiB/sec. | ||
10849 | 2024.08.15 05:38:41.413116 [ 3 ] {5925eaa4-51cd-46ef-b7fa-fd3af5f2763b} <Debug> DynamicQueryHandler: Done processing query | ||
10850 | 2024.08.15 05:38:41.413140 [ 3 ] {5925eaa4-51cd-46ef-b7fa-fd3af5f2763b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10851 | 2024.08.15 05:38:41.413156 [ 3 ] {} <Debug> HTTP-Session: f293e68f-8a01-4f4f-ae1b-02710adc2726 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10852 | 2024.08.15 05:38:41.413319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 15281, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10853 | 2024.08.15 05:38:41.413369 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10854 | 2024.08.15 05:38:41.413387 [ 3 ] {} <Debug> HTTP-Session: 2d6286b0-a167-4928-81a7-e87dc8f67776 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10855 | 2024.08.15 05:38:41.413404 [ 3 ] {} <Debug> HTTP-Session: 2d6286b0-a167-4928-81a7-e87dc8f67776 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10856 | 2024.08.15 05:38:41.413417 [ 3 ] {} <Debug> HTTP-Session: 2d6286b0-a167-4928-81a7-e87dc8f67776 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10857 | 2024.08.15 05:38:41.413447 [ 3 ] {} <Trace> HTTP-Session: 2d6286b0-a167-4928-81a7-e87dc8f67776 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10858 | 2024.08.15 05:38:41.413571 [ 3 ] {89c981ea-92e0-41d8-be2f-17bb516059f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10859 | 2024.08.15 05:38:41.413613 [ 3 ] {89c981ea-92e0-41d8-be2f-17bb516059f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10860 | 2024.08.15 05:38:41.413736 [ 3 ] {89c981ea-92e0-41d8-be2f-17bb516059f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10861 | 2024.08.15 05:38:41.414081 [ 3 ] {89c981ea-92e0-41d8-be2f-17bb516059f2} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10862 | 2024.08.15 05:38:41.414118 [ 3 ] {89c981ea-92e0-41d8-be2f-17bb516059f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10863 | 2024.08.15 05:38:41.414426 [ 3 ] {89c981ea-92e0-41d8-be2f-17bb516059f2} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10864 | 2024.08.15 05:38:41.414725 [ 3 ] {89c981ea-92e0-41d8-be2f-17bb516059f2} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10865 | 2024.08.15 05:38:41.414885 [ 3 ] {89c981ea-92e0-41d8-be2f-17bb516059f2} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001353 sec., 66518.84700665188 rows/sec., 5.19 MiB/sec. | ||
10866 | 2024.08.15 05:38:41.415049 [ 3 ] {89c981ea-92e0-41d8-be2f-17bb516059f2} <Debug> DynamicQueryHandler: Done processing query | ||
10867 | 2024.08.15 05:38:41.415073 [ 3 ] {89c981ea-92e0-41d8-be2f-17bb516059f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10868 | 2024.08.15 05:38:41.415089 [ 3 ] {} <Debug> HTTP-Session: 2d6286b0-a167-4928-81a7-e87dc8f67776 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10869 | 2024.08.15 05:38:41.415249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10870 | 2024.08.15 05:38:41.415297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10871 | 2024.08.15 05:38:41.415315 [ 3 ] {} <Debug> HTTP-Session: 6290eee8-fe73-4091-9b94-2a92c0bb7ba4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10872 | 2024.08.15 05:38:41.415331 [ 3 ] {} <Debug> HTTP-Session: 6290eee8-fe73-4091-9b94-2a92c0bb7ba4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10873 | 2024.08.15 05:38:41.415346 [ 3 ] {} <Debug> HTTP-Session: 6290eee8-fe73-4091-9b94-2a92c0bb7ba4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10874 | 2024.08.15 05:38:41.415376 [ 3 ] {} <Trace> HTTP-Session: 6290eee8-fe73-4091-9b94-2a92c0bb7ba4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10875 | 2024.08.15 05:38:41.415519 [ 3 ] {91d77307-e2ea-46f6-b624-29e780de6563} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10876 | 2024.08.15 05:38:41.415566 [ 3 ] {91d77307-e2ea-46f6-b624-29e780de6563} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10877 | 2024.08.15 05:38:41.415708 [ 3 ] {91d77307-e2ea-46f6-b624-29e780de6563} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10878 | 2024.08.15 05:38:41.416172 [ 3 ] {91d77307-e2ea-46f6-b624-29e780de6563} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10879 | 2024.08.15 05:38:41.416209 [ 3 ] {91d77307-e2ea-46f6-b624-29e780de6563} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10880 | 2024.08.15 05:38:41.416592 [ 3 ] {91d77307-e2ea-46f6-b624-29e780de6563} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10881 | 2024.08.15 05:38:41.416923 [ 3 ] {91d77307-e2ea-46f6-b624-29e780de6563} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10882 | 2024.08.15 05:38:41.417087 [ 3 ] {91d77307-e2ea-46f6-b624-29e780de6563} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001621 sec., 98704.50339296731 rows/sec., 6.87 MiB/sec. | ||
10883 | 2024.08.15 05:38:41.417257 [ 3 ] {91d77307-e2ea-46f6-b624-29e780de6563} <Debug> DynamicQueryHandler: Done processing query | ||
10884 | 2024.08.15 05:38:41.417281 [ 3 ] {91d77307-e2ea-46f6-b624-29e780de6563} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10885 | 2024.08.15 05:38:41.417297 [ 3 ] {} <Debug> HTTP-Session: 6290eee8-fe73-4091-9b94-2a92c0bb7ba4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10886 | 2024.08.15 05:38:41.417466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 42062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10887 | 2024.08.15 05:38:41.417514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10888 | 2024.08.15 05:38:41.417533 [ 3 ] {} <Debug> HTTP-Session: c4093434-cee1-45cf-9445-e74b2ff061ee Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10889 | 2024.08.15 05:38:41.417550 [ 3 ] {} <Debug> HTTP-Session: c4093434-cee1-45cf-9445-e74b2ff061ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10890 | 2024.08.15 05:38:41.417563 [ 3 ] {} <Debug> HTTP-Session: c4093434-cee1-45cf-9445-e74b2ff061ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10891 | 2024.08.15 05:38:41.417593 [ 3 ] {} <Trace> HTTP-Session: c4093434-cee1-45cf-9445-e74b2ff061ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10892 | 2024.08.15 05:38:41.417887 [ 3 ] {67e8a0f9-72c5-4aa7-8912-7c1980cbd2b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10893 | 2024.08.15 05:38:41.417950 [ 3 ] {67e8a0f9-72c5-4aa7-8912-7c1980cbd2b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10894 | 2024.08.15 05:38:41.418359 [ 3 ] {67e8a0f9-72c5-4aa7-8912-7c1980cbd2b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10895 | 2024.08.15 05:38:41.419010 [ 3 ] {67e8a0f9-72c5-4aa7-8912-7c1980cbd2b1} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10896 | 2024.08.15 05:38:41.419046 [ 3 ] {67e8a0f9-72c5-4aa7-8912-7c1980cbd2b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10897 | 2024.08.15 05:38:41.419641 [ 3 ] {67e8a0f9-72c5-4aa7-8912-7c1980cbd2b1} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
10898 | 2024.08.15 05:38:41.420057 [ 3 ] {67e8a0f9-72c5-4aa7-8912-7c1980cbd2b1} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10899 | 2024.08.15 05:38:41.420241 [ 3 ] {67e8a0f9-72c5-4aa7-8912-7c1980cbd2b1} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002566 sec., 10132.501948558067 rows/sec., 18.16 MiB/sec. | ||
10900 | 2024.08.15 05:38:41.420449 [ 3 ] {67e8a0f9-72c5-4aa7-8912-7c1980cbd2b1} <Debug> DynamicQueryHandler: Done processing query | ||
10901 | 2024.08.15 05:38:41.420473 [ 3 ] {67e8a0f9-72c5-4aa7-8912-7c1980cbd2b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
10902 | 2024.08.15 05:38:41.420489 [ 3 ] {} <Debug> HTTP-Session: c4093434-cee1-45cf-9445-e74b2ff061ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10903 | 2024.08.15 05:38:41.420663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10904 | 2024.08.15 05:38:41.420710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10905 | 2024.08.15 05:38:41.420729 [ 3 ] {} <Debug> HTTP-Session: 03e7fce4-8bb3-4204-8193-4ee2aac8f9cb Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10906 | 2024.08.15 05:38:41.420746 [ 3 ] {} <Debug> HTTP-Session: 03e7fce4-8bb3-4204-8193-4ee2aac8f9cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10907 | 2024.08.15 05:38:41.420759 [ 3 ] {} <Debug> HTTP-Session: 03e7fce4-8bb3-4204-8193-4ee2aac8f9cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10908 | 2024.08.15 05:38:41.420790 [ 3 ] {} <Trace> HTTP-Session: 03e7fce4-8bb3-4204-8193-4ee2aac8f9cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10909 | 2024.08.15 05:38:41.420895 [ 3 ] {efcc31aa-b6f5-4a5e-84b5-9d81745ba3e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10910 | 2024.08.15 05:38:41.420939 [ 3 ] {efcc31aa-b6f5-4a5e-84b5-9d81745ba3e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10911 | 2024.08.15 05:38:41.421066 [ 3 ] {efcc31aa-b6f5-4a5e-84b5-9d81745ba3e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10912 | 2024.08.15 05:38:41.421372 [ 3 ] {efcc31aa-b6f5-4a5e-84b5-9d81745ba3e3} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10913 | 2024.08.15 05:38:41.421409 [ 3 ] {efcc31aa-b6f5-4a5e-84b5-9d81745ba3e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10914 | 2024.08.15 05:38:41.421756 [ 3 ] {efcc31aa-b6f5-4a5e-84b5-9d81745ba3e3} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10915 | 2024.08.15 05:38:41.422071 [ 3 ] {efcc31aa-b6f5-4a5e-84b5-9d81745ba3e3} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10916 | 2024.08.15 05:38:41.422230 [ 3 ] {efcc31aa-b6f5-4a5e-84b5-9d81745ba3e3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001364 sec., 43988.26979472141 rows/sec., 2.96 MiB/sec. | ||
10917 | 2024.08.15 05:38:41.422398 [ 3 ] {efcc31aa-b6f5-4a5e-84b5-9d81745ba3e3} <Debug> DynamicQueryHandler: Done processing query | ||
10918 | 2024.08.15 05:38:41.422422 [ 3 ] {efcc31aa-b6f5-4a5e-84b5-9d81745ba3e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10919 | 2024.08.15 05:38:41.422437 [ 3 ] {} <Debug> HTTP-Session: 03e7fce4-8bb3-4204-8193-4ee2aac8f9cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10920 | 2024.08.15 05:38:46.411441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10921 | 2024.08.15 05:38:46.411634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10922 | 2024.08.15 05:38:46.411680 [ 3 ] {} <Debug> HTTP-Session: 8fbefd55-4a1d-4723-91ae-6de0eff2378d Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10923 | 2024.08.15 05:38:46.411723 [ 3 ] {} <Debug> HTTP-Session: 8fbefd55-4a1d-4723-91ae-6de0eff2378d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10924 | 2024.08.15 05:38:46.411752 [ 3 ] {} <Debug> HTTP-Session: 8fbefd55-4a1d-4723-91ae-6de0eff2378d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10925 | 2024.08.15 05:38:46.411834 [ 3 ] {} <Trace> HTTP-Session: 8fbefd55-4a1d-4723-91ae-6de0eff2378d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10926 | 2024.08.15 05:38:46.412096 [ 3 ] {3b042254-5032-47ba-a39d-2980f043fd63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10927 | 2024.08.15 05:38:46.412163 [ 3 ] {3b042254-5032-47ba-a39d-2980f043fd63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10928 | 2024.08.15 05:38:46.412355 [ 3 ] {3b042254-5032-47ba-a39d-2980f043fd63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10929 | 2024.08.15 05:38:46.412792 [ 3 ] {3b042254-5032-47ba-a39d-2980f043fd63} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10930 | 2024.08.15 05:38:46.412835 [ 3 ] {3b042254-5032-47ba-a39d-2980f043fd63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10931 | 2024.08.15 05:38:46.413198 [ 3 ] {3b042254-5032-47ba-a39d-2980f043fd63} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
10932 | 2024.08.15 05:38:46.413529 [ 3 ] {3b042254-5032-47ba-a39d-2980f043fd63} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10933 | 2024.08.15 05:38:46.413704 [ 3 ] {3b042254-5032-47ba-a39d-2980f043fd63} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001669 sec., 2396.644697423607 rows/sec., 194.26 KiB/sec. | ||
10934 | 2024.08.15 05:38:46.414011 [ 3 ] {3b042254-5032-47ba-a39d-2980f043fd63} <Debug> DynamicQueryHandler: Done processing query | ||
10935 | 2024.08.15 05:38:46.414059 [ 3 ] {3b042254-5032-47ba-a39d-2980f043fd63} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10936 | 2024.08.15 05:38:46.414084 [ 3 ] {} <Debug> HTTP-Session: 8fbefd55-4a1d-4723-91ae-6de0eff2378d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10937 | 2024.08.15 05:38:46.414306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10938 | 2024.08.15 05:38:46.414356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10939 | 2024.08.15 05:38:46.414376 [ 3 ] {} <Debug> HTTP-Session: 2c3d8f7e-0233-462c-8677-796d07243d4b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10940 | 2024.08.15 05:38:46.414392 [ 3 ] {} <Debug> HTTP-Session: 2c3d8f7e-0233-462c-8677-796d07243d4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10941 | 2024.08.15 05:38:46.414405 [ 3 ] {} <Debug> HTTP-Session: 2c3d8f7e-0233-462c-8677-796d07243d4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10942 | 2024.08.15 05:38:46.414437 [ 3 ] {} <Trace> HTTP-Session: 2c3d8f7e-0233-462c-8677-796d07243d4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10943 | 2024.08.15 05:38:46.414589 [ 3 ] {7b3054a0-e0bb-47d1-9174-9266953a45a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10944 | 2024.08.15 05:38:46.414632 [ 3 ] {7b3054a0-e0bb-47d1-9174-9266953a45a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10945 | 2024.08.15 05:38:46.414774 [ 3 ] {7b3054a0-e0bb-47d1-9174-9266953a45a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10946 | 2024.08.15 05:38:46.415240 [ 3 ] {7b3054a0-e0bb-47d1-9174-9266953a45a5} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10947 | 2024.08.15 05:38:46.415278 [ 3 ] {7b3054a0-e0bb-47d1-9174-9266953a45a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10948 | 2024.08.15 05:38:46.415597 [ 3 ] {7b3054a0-e0bb-47d1-9174-9266953a45a5} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10949 | 2024.08.15 05:38:46.415910 [ 3 ] {7b3054a0-e0bb-47d1-9174-9266953a45a5} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10950 | 2024.08.15 05:38:46.416035 [ 3 ] {7b3054a0-e0bb-47d1-9174-9266953a45a5} <Debug> executeQuery: Read 201 rows, 18.00 KiB in 0.001519 sec., 132323.89730085584 rows/sec., 11.57 MiB/sec. | ||
10951 | 2024.08.15 05:38:46.416287 [ 3 ] {7b3054a0-e0bb-47d1-9174-9266953a45a5} <Debug> DynamicQueryHandler: Done processing query | ||
10952 | 2024.08.15 05:38:46.416345 [ 3 ] {7b3054a0-e0bb-47d1-9174-9266953a45a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
10953 | 2024.08.15 05:38:46.416401 [ 3 ] {} <Debug> HTTP-Session: 2c3d8f7e-0233-462c-8677-796d07243d4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10954 | 2024.08.15 05:38:46.416577 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10955 | 2024.08.15 05:38:46.416629 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10956 | 2024.08.15 05:38:46.416649 [ 3 ] {} <Debug> HTTP-Session: 4156f6fb-6373-4106-8ca8-42f2888b9d11 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10957 | 2024.08.15 05:38:46.416665 [ 3 ] {} <Debug> HTTP-Session: 4156f6fb-6373-4106-8ca8-42f2888b9d11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10958 | 2024.08.15 05:38:46.416679 [ 3 ] {} <Debug> HTTP-Session: 4156f6fb-6373-4106-8ca8-42f2888b9d11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10959 | 2024.08.15 05:38:46.416710 [ 3 ] {} <Trace> HTTP-Session: 4156f6fb-6373-4106-8ca8-42f2888b9d11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10960 | 2024.08.15 05:38:46.416812 [ 3 ] {85d38cf7-ef12-4ba5-8034-979c3e5e4c53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
10961 | 2024.08.15 05:38:46.416856 [ 3 ] {85d38cf7-ef12-4ba5-8034-979c3e5e4c53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10962 | 2024.08.15 05:38:46.417005 [ 3 ] {85d38cf7-ef12-4ba5-8034-979c3e5e4c53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10963 | 2024.08.15 05:38:46.417300 [ 3 ] {85d38cf7-ef12-4ba5-8034-979c3e5e4c53} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10964 | 2024.08.15 05:38:46.417336 [ 3 ] {85d38cf7-ef12-4ba5-8034-979c3e5e4c53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10965 | 2024.08.15 05:38:46.417642 [ 3 ] {85d38cf7-ef12-4ba5-8034-979c3e5e4c53} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
10966 | 2024.08.15 05:38:46.417943 [ 3 ] {85d38cf7-ef12-4ba5-8034-979c3e5e4c53} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10967 | 2024.08.15 05:38:46.418069 [ 131 ] {} <Debug> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
10968 | 2024.08.15 05:38:46.418074 [ 3 ] {85d38cf7-ef12-4ba5-8034-979c3e5e4c53} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001289 sec., 10861.132660977502 rows/sec., 760.64 KiB/sec. | ||
10969 | 2024.08.15 05:38:46.418117 [ 131 ] {} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10970 | 2024.08.15 05:38:46.418156 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10971 | 2024.08.15 05:38:46.418284 [ 3 ] {85d38cf7-ef12-4ba5-8034-979c3e5e4c53} <Debug> DynamicQueryHandler: Done processing query | ||
10972 | 2024.08.15 05:38:46.418290 [ 191 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::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 | ||
10973 | 2024.08.15 05:38:46.418310 [ 3 ] {85d38cf7-ef12-4ba5-8034-979c3e5e4c53} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10974 | 2024.08.15 05:38:46.418339 [ 3 ] {} <Debug> HTTP-Session: 4156f6fb-6373-4106-8ca8-42f2888b9d11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10975 | 2024.08.15 05:38:46.418439 [ 191 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10976 | 2024.08.15 05:38:46.418464 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10977 | 2024.08.15 05:38:46.418477 [ 191 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 242 rows starting from the beginning of the part | ||
10978 | 2024.08.15 05:38:46.418519 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10979 | 2024.08.15 05:38:46.418550 [ 3 ] {} <Debug> HTTP-Session: 0f456388-b1a2-496c-bcf1-d8fbfa8bb445 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
10980 | 2024.08.15 05:38:46.418600 [ 3 ] {} <Debug> HTTP-Session: 0f456388-b1a2-496c-bcf1-d8fbfa8bb445 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10981 | 2024.08.15 05:38:46.418614 [ 191 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::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 | ||
10982 | 2024.08.15 05:38:46.418630 [ 3 ] {} <Debug> HTTP-Session: 0f456388-b1a2-496c-bcf1-d8fbfa8bb445 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10983 | 2024.08.15 05:38:46.418718 [ 3 ] {} <Trace> HTTP-Session: 0f456388-b1a2-496c-bcf1-d8fbfa8bb445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10984 | 2024.08.15 05:38:46.418825 [ 191 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
10985 | 2024.08.15 05:38:46.419047 [ 3 ] {a8fcc316-4c16-481f-af72-3980f999310f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
10986 | 2024.08.15 05:38:46.419196 [ 191 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 242 rows starting from the beginning of the part | ||
10987 | 2024.08.15 05:38:46.419200 [ 3 ] {a8fcc316-4c16-481f-af72-3980f999310f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10988 | 2024.08.15 05:38:46.419398 [ 191 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::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 | ||
10989 | 2024.08.15 05:38:46.419615 [ 191 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::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 | ||
10990 | 2024.08.15 05:38:46.419899 [ 3 ] {a8fcc316-4c16-481f-af72-3980f999310f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10991 | 2024.08.15 05:38:46.420390 [ 3 ] {a8fcc316-4c16-481f-af72-3980f999310f} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10992 | 2024.08.15 05:38:46.420428 [ 3 ] {a8fcc316-4c16-481f-af72-3980f999310f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10993 | 2024.08.15 05:38:46.420892 [ 3 ] {a8fcc316-4c16-481f-af72-3980f999310f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
10994 | 2024.08.15 05:38:46.421316 [ 201 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 4 columns (4 merged, 0 gathered) in 0.003085615 sec., 175005.63096821867 rows/sec., 11.22 MiB/sec. | ||
10995 | 2024.08.15 05:38:46.421508 [ 3 ] {a8fcc316-4c16-481f-af72-3980f999310f} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10996 | 2024.08.15 05:38:46.421592 [ 201 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
10997 | 2024.08.15 05:38:46.421810 [ 3 ] {a8fcc316-4c16-481f-af72-3980f999310f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.002909 sec., 2062.564455139223 rows/sec., 121.86 KiB/sec. | ||
10998 | 2024.08.15 05:38:46.422340 [ 3 ] {a8fcc316-4c16-481f-af72-3980f999310f} <Debug> DynamicQueryHandler: Done processing query | ||
10999 | 2024.08.15 05:38:46.422430 [ 3 ] {a8fcc316-4c16-481f-af72-3980f999310f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11000 | 2024.08.15 05:38:46.422523 [ 3 ] {} <Debug> HTTP-Session: 0f456388-b1a2-496c-bcf1-d8fbfa8bb445 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11001 | 2024.08.15 05:38:46.422787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 62444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11002 | 2024.08.15 05:38:46.422874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11003 | 2024.08.15 05:38:46.422907 [ 3 ] {} <Debug> HTTP-Session: 71f8c674-33bb-47e4-af0b-d75fc72ca700 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11004 | 2024.08.15 05:38:46.422928 [ 3 ] {} <Debug> HTTP-Session: 71f8c674-33bb-47e4-af0b-d75fc72ca700 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11005 | 2024.08.15 05:38:46.422950 [ 3 ] {} <Debug> HTTP-Session: 71f8c674-33bb-47e4-af0b-d75fc72ca700 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11006 | 2024.08.15 05:38:46.423020 [ 3 ] {} <Trace> HTTP-Session: 71f8c674-33bb-47e4-af0b-d75fc72ca700 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11007 | 2024.08.15 05:38:46.423041 [ 201 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_26_5} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11008 | 2024.08.15 05:38:46.423207 [ 201 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_26_5} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
11009 | 2024.08.15 05:38:46.423313 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
11010 | 2024.08.15 05:38:46.423410 [ 3 ] {c67a6868-44e6-4042-98e5-467465763c56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11011 | 2024.08.15 05:38:46.423461 [ 3 ] {c67a6868-44e6-4042-98e5-467465763c56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11012 | 2024.08.15 05:38:46.423609 [ 3 ] {c67a6868-44e6-4042-98e5-467465763c56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11013 | 2024.08.15 05:38:46.424172 [ 3 ] {c67a6868-44e6-4042-98e5-467465763c56} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11014 | 2024.08.15 05:38:46.424209 [ 3 ] {c67a6868-44e6-4042-98e5-467465763c56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11015 | 2024.08.15 05:38:46.424533 [ 3 ] {c67a6868-44e6-4042-98e5-467465763c56} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11016 | 2024.08.15 05:38:46.424846 [ 3 ] {c67a6868-44e6-4042-98e5-467465763c56} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11017 | 2024.08.15 05:38:46.424970 [ 3 ] {c67a6868-44e6-4042-98e5-467465763c56} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.001813 sec., 212906.78433535577 rows/sec., 15.08 MiB/sec. | ||
11018 | 2024.08.15 05:38:46.425225 [ 3 ] {c67a6868-44e6-4042-98e5-467465763c56} <Debug> DynamicQueryHandler: Done processing query | ||
11019 | 2024.08.15 05:38:46.425279 [ 3 ] {c67a6868-44e6-4042-98e5-467465763c56} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
11020 | 2024.08.15 05:38:46.425332 [ 3 ] {} <Debug> HTTP-Session: 71f8c674-33bb-47e4-af0b-d75fc72ca700 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11021 | 2024.08.15 05:38:46.425600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11022 | 2024.08.15 05:38:46.425653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11023 | 2024.08.15 05:38:46.425671 [ 3 ] {} <Debug> HTTP-Session: 2a06b1b0-3442-4267-85db-fcf76948a8c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11024 | 2024.08.15 05:38:46.425688 [ 3 ] {} <Debug> HTTP-Session: 2a06b1b0-3442-4267-85db-fcf76948a8c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11025 | 2024.08.15 05:38:46.425702 [ 3 ] {} <Debug> HTTP-Session: 2a06b1b0-3442-4267-85db-fcf76948a8c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11026 | 2024.08.15 05:38:46.425733 [ 3 ] {} <Trace> HTTP-Session: 2a06b1b0-3442-4267-85db-fcf76948a8c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11027 | 2024.08.15 05:38:46.425831 [ 3 ] {d09ab099-9296-450f-84ec-0c5bb8de8176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11028 | 2024.08.15 05:38:46.425875 [ 3 ] {d09ab099-9296-450f-84ec-0c5bb8de8176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11029 | 2024.08.15 05:38:46.426017 [ 3 ] {d09ab099-9296-450f-84ec-0c5bb8de8176} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11030 | 2024.08.15 05:38:46.426288 [ 3 ] {d09ab099-9296-450f-84ec-0c5bb8de8176} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11031 | 2024.08.15 05:38:46.426323 [ 3 ] {d09ab099-9296-450f-84ec-0c5bb8de8176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11032 | 2024.08.15 05:38:46.426673 [ 3 ] {d09ab099-9296-450f-84ec-0c5bb8de8176} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11033 | 2024.08.15 05:38:46.426989 [ 3 ] {d09ab099-9296-450f-84ec-0c5bb8de8176} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11034 | 2024.08.15 05:38:46.427113 [ 131 ] {} <Debug> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
11035 | 2024.08.15 05:38:46.427120 [ 3 ] {d09ab099-9296-450f-84ec-0c5bb8de8176} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001315 sec., 4562.737642585552 rows/sec., 238.39 KiB/sec. | ||
11036 | 2024.08.15 05:38:46.427147 [ 131 ] {} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11037 | 2024.08.15 05:38:46.427190 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11038 | 2024.08.15 05:38:46.427385 [ 3 ] {d09ab099-9296-450f-84ec-0c5bb8de8176} <Debug> DynamicQueryHandler: Done processing query | ||
11039 | 2024.08.15 05:38:46.427468 [ 3 ] {d09ab099-9296-450f-84ec-0c5bb8de8176} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11040 | 2024.08.15 05:38:46.427556 [ 3 ] {} <Debug> HTTP-Session: 2a06b1b0-3442-4267-85db-fcf76948a8c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11041 | 2024.08.15 05:38:46.427731 [ 200 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::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 | ||
11042 | 2024.08.15 05:38:46.427853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 44608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11043 | 2024.08.15 05:38:46.427961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11044 | 2024.08.15 05:38:46.428017 [ 3 ] {} <Debug> HTTP-Session: 23ba01c8-b321-4f5e-839a-06875109bbd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11045 | 2024.08.15 05:38:46.428059 [ 3 ] {} <Debug> HTTP-Session: 23ba01c8-b321-4f5e-839a-06875109bbd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11046 | 2024.08.15 05:38:46.428099 [ 3 ] {} <Debug> HTTP-Session: 23ba01c8-b321-4f5e-839a-06875109bbd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11047 | 2024.08.15 05:38:46.428115 [ 200 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11048 | 2024.08.15 05:38:46.428155 [ 3 ] {} <Trace> HTTP-Session: 23ba01c8-b321-4f5e-839a-06875109bbd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11049 | 2024.08.15 05:38:46.428182 [ 200 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part | ||
11050 | 2024.08.15 05:38:46.428402 [ 200 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
11051 | 2024.08.15 05:38:46.428517 [ 3 ] {c4c99833-c8a3-4134-a0e0-aa31a93285ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11052 | 2024.08.15 05:38:46.428677 [ 200 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
11053 | 2024.08.15 05:38:46.428697 [ 3 ] {c4c99833-c8a3-4134-a0e0-aa31a93285ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11054 | 2024.08.15 05:38:46.428993 [ 200 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
11055 | 2024.08.15 05:38:46.429330 [ 200 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
11056 | 2024.08.15 05:38:46.429660 [ 200 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
11057 | 2024.08.15 05:38:46.430076 [ 3 ] {c4c99833-c8a3-4134-a0e0-aa31a93285ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11058 | 2024.08.15 05:38:46.430996 [ 3 ] {c4c99833-c8a3-4134-a0e0-aa31a93285ea} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11059 | 2024.08.15 05:38:46.431072 [ 3 ] {c4c99833-c8a3-4134-a0e0-aa31a93285ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11060 | 2024.08.15 05:38:46.432108 [ 3 ] {c4c99833-c8a3-4134-a0e0-aa31a93285ea} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11061 | 2024.08.15 05:38:46.432298 [ 199 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.005013687 sec., 31114.826274556028 rows/sec., 1.59 MiB/sec. | ||
11062 | 2024.08.15 05:38:46.432498 [ 199 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
11063 | 2024.08.15 05:38:46.432636 [ 3 ] {c4c99833-c8a3-4134-a0e0-aa31a93285ea} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11064 | 2024.08.15 05:38:46.432843 [ 3 ] {c4c99833-c8a3-4134-a0e0-aa31a93285ea} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004536 sec., 52248.677248677246 rows/sec., 3.50 MiB/sec. | ||
11065 | 2024.08.15 05:38:46.433088 [ 3 ] {c4c99833-c8a3-4134-a0e0-aa31a93285ea} <Debug> DynamicQueryHandler: Done processing query | ||
11066 | 2024.08.15 05:38:46.433117 [ 3 ] {c4c99833-c8a3-4134-a0e0-aa31a93285ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11067 | 2024.08.15 05:38:46.433141 [ 3 ] {} <Debug> HTTP-Session: 23ba01c8-b321-4f5e-839a-06875109bbd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11068 | 2024.08.15 05:38:46.433170 [ 199 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_26_5} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11069 | 2024.08.15 05:38:46.433246 [ 199 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_26_5} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
11070 | 2024.08.15 05:38:46.433334 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
11071 | 2024.08.15 05:38:46.433334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11072 | 2024.08.15 05:38:46.433398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11073 | 2024.08.15 05:38:46.433417 [ 3 ] {} <Debug> HTTP-Session: 0d6abde7-186f-4097-b434-a36f0e7173d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11074 | 2024.08.15 05:38:46.433434 [ 3 ] {} <Debug> HTTP-Session: 0d6abde7-186f-4097-b434-a36f0e7173d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11075 | 2024.08.15 05:38:46.433447 [ 3 ] {} <Debug> HTTP-Session: 0d6abde7-186f-4097-b434-a36f0e7173d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11076 | 2024.08.15 05:38:46.433478 [ 3 ] {} <Trace> HTTP-Session: 0d6abde7-186f-4097-b434-a36f0e7173d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11077 | 2024.08.15 05:38:46.433567 [ 3 ] {64cc226a-600e-464b-9230-eb22661d5987} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
11078 | 2024.08.15 05:38:46.433610 [ 3 ] {64cc226a-600e-464b-9230-eb22661d5987} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11079 | 2024.08.15 05:38:46.433738 [ 3 ] {64cc226a-600e-464b-9230-eb22661d5987} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11080 | 2024.08.15 05:38:46.434002 [ 3 ] {64cc226a-600e-464b-9230-eb22661d5987} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11081 | 2024.08.15 05:38:46.434038 [ 3 ] {64cc226a-600e-464b-9230-eb22661d5987} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11082 | 2024.08.15 05:38:46.434387 [ 3 ] {64cc226a-600e-464b-9230-eb22661d5987} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11083 | 2024.08.15 05:38:46.434704 [ 3 ] {64cc226a-600e-464b-9230-eb22661d5987} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11084 | 2024.08.15 05:38:46.434830 [ 3 ] {64cc226a-600e-464b-9230-eb22661d5987} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001286 sec., 777.6049766718506 rows/sec., 52.40 KiB/sec. | ||
11085 | 2024.08.15 05:38:46.434995 [ 3 ] {64cc226a-600e-464b-9230-eb22661d5987} <Debug> DynamicQueryHandler: Done processing query | ||
11086 | 2024.08.15 05:38:46.435036 [ 3 ] {64cc226a-600e-464b-9230-eb22661d5987} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
11087 | 2024.08.15 05:38:46.435056 [ 3 ] {} <Debug> HTTP-Session: 0d6abde7-186f-4097-b434-a36f0e7173d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11088 | 2024.08.15 05:38:46.435193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11089 | 2024.08.15 05:38:46.435244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11090 | 2024.08.15 05:38:46.435263 [ 3 ] {} <Debug> HTTP-Session: 8421aecd-2a98-4377-b698-5beb41d3bb08 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11091 | 2024.08.15 05:38:46.435280 [ 3 ] {} <Debug> HTTP-Session: 8421aecd-2a98-4377-b698-5beb41d3bb08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11092 | 2024.08.15 05:38:46.435293 [ 3 ] {} <Debug> HTTP-Session: 8421aecd-2a98-4377-b698-5beb41d3bb08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11093 | 2024.08.15 05:38:46.435324 [ 3 ] {} <Trace> HTTP-Session: 8421aecd-2a98-4377-b698-5beb41d3bb08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11094 | 2024.08.15 05:38:46.435477 [ 3 ] {9351d009-a855-4bbb-b190-e4d15b2f789f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11095 | 2024.08.15 05:38:46.435541 [ 3 ] {9351d009-a855-4bbb-b190-e4d15b2f789f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11096 | 2024.08.15 05:38:46.435949 [ 3 ] {9351d009-a855-4bbb-b190-e4d15b2f789f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11097 | 2024.08.15 05:38:46.436486 [ 3 ] {9351d009-a855-4bbb-b190-e4d15b2f789f} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11098 | 2024.08.15 05:38:46.436522 [ 3 ] {9351d009-a855-4bbb-b190-e4d15b2f789f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11099 | 2024.08.15 05:38:46.437095 [ 3 ] {9351d009-a855-4bbb-b190-e4d15b2f789f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
11100 | 2024.08.15 05:38:46.437491 [ 3 ] {9351d009-a855-4bbb-b190-e4d15b2f789f} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11101 | 2024.08.15 05:38:46.437639 [ 3 ] {9351d009-a855-4bbb-b190-e4d15b2f789f} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002236 sec., 1788.9087656529516 rows/sec., 3.21 MiB/sec. | ||
11102 | 2024.08.15 05:38:46.437855 [ 3 ] {9351d009-a855-4bbb-b190-e4d15b2f789f} <Debug> DynamicQueryHandler: Done processing query | ||
11103 | 2024.08.15 05:38:46.437879 [ 3 ] {9351d009-a855-4bbb-b190-e4d15b2f789f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
11104 | 2024.08.15 05:38:46.437895 [ 3 ] {} <Debug> HTTP-Session: 8421aecd-2a98-4377-b698-5beb41d3bb08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11105 | 2024.08.15 05:38:46.438026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11106 | 2024.08.15 05:38:46.438074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11107 | 2024.08.15 05:38:46.438093 [ 3 ] {} <Debug> HTTP-Session: eb99efd2-25db-4ca9-998e-212c00196b18 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11108 | 2024.08.15 05:38:46.438108 [ 3 ] {} <Debug> HTTP-Session: eb99efd2-25db-4ca9-998e-212c00196b18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11109 | 2024.08.15 05:38:46.438122 [ 3 ] {} <Debug> HTTP-Session: eb99efd2-25db-4ca9-998e-212c00196b18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11110 | 2024.08.15 05:38:46.438153 [ 3 ] {} <Trace> HTTP-Session: eb99efd2-25db-4ca9-998e-212c00196b18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11111 | 2024.08.15 05:38:46.438274 [ 3 ] {f0472ce8-0c35-4806-a76a-413cdd39d58e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11112 | 2024.08.15 05:38:46.438319 [ 3 ] {f0472ce8-0c35-4806-a76a-413cdd39d58e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11113 | 2024.08.15 05:38:46.438447 [ 3 ] {f0472ce8-0c35-4806-a76a-413cdd39d58e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11114 | 2024.08.15 05:38:46.438765 [ 3 ] {f0472ce8-0c35-4806-a76a-413cdd39d58e} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11115 | 2024.08.15 05:38:46.438801 [ 3 ] {f0472ce8-0c35-4806-a76a-413cdd39d58e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11116 | 2024.08.15 05:38:46.439157 [ 3 ] {f0472ce8-0c35-4806-a76a-413cdd39d58e} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11117 | 2024.08.15 05:38:46.439472 [ 3 ] {f0472ce8-0c35-4806-a76a-413cdd39d58e} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11118 | 2024.08.15 05:38:46.439599 [ 3 ] {f0472ce8-0c35-4806-a76a-413cdd39d58e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00137 sec., 59854.01459854015 rows/sec., 3.80 MiB/sec. | ||
11119 | 2024.08.15 05:38:46.439843 [ 3 ] {f0472ce8-0c35-4806-a76a-413cdd39d58e} <Debug> DynamicQueryHandler: Done processing query | ||
11120 | 2024.08.15 05:38:46.439898 [ 3 ] {f0472ce8-0c35-4806-a76a-413cdd39d58e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11121 | 2024.08.15 05:38:46.439954 [ 3 ] {} <Debug> HTTP-Session: eb99efd2-25db-4ca9-998e-212c00196b18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11122 | 2024.08.15 05:38:50.235992 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11123 | 2024.08.15 05:38:50.236090 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11124 | 2024.08.15 05:38:51.408173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11125 | 2024.08.15 05:38:51.408318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11126 | 2024.08.15 05:38:51.408350 [ 3 ] {} <Debug> HTTP-Session: 28c40e37-88e0-40f8-81f1-fddd11f396ad Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11127 | 2024.08.15 05:38:51.408378 [ 3 ] {} <Debug> HTTP-Session: 28c40e37-88e0-40f8-81f1-fddd11f396ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11128 | 2024.08.15 05:38:51.408396 [ 3 ] {} <Debug> HTTP-Session: 28c40e37-88e0-40f8-81f1-fddd11f396ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11129 | 2024.08.15 05:38:51.408453 [ 3 ] {} <Trace> HTTP-Session: 28c40e37-88e0-40f8-81f1-fddd11f396ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11130 | 2024.08.15 05:38:51.408665 [ 3 ] {2980a51c-52fd-4829-a1cb-df0555afffed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11131 | 2024.08.15 05:38:51.408741 [ 3 ] {2980a51c-52fd-4829-a1cb-df0555afffed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11132 | 2024.08.15 05:38:51.408966 [ 3 ] {2980a51c-52fd-4829-a1cb-df0555afffed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11133 | 2024.08.15 05:38:51.409523 [ 3 ] {2980a51c-52fd-4829-a1cb-df0555afffed} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11134 | 2024.08.15 05:38:51.409566 [ 3 ] {2980a51c-52fd-4829-a1cb-df0555afffed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11135 | 2024.08.15 05:38:51.409940 [ 3 ] {2980a51c-52fd-4829-a1cb-df0555afffed} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
11136 | 2024.08.15 05:38:51.410265 [ 3 ] {2980a51c-52fd-4829-a1cb-df0555afffed} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11137 | 2024.08.15 05:38:51.410441 [ 3 ] {2980a51c-52fd-4829-a1cb-df0555afffed} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001837 sec., 14153.511159499183 rows/sec., 1.12 MiB/sec. | ||
11138 | 2024.08.15 05:38:51.410641 [ 3 ] {2980a51c-52fd-4829-a1cb-df0555afffed} <Debug> DynamicQueryHandler: Done processing query | ||
11139 | 2024.08.15 05:38:51.410668 [ 3 ] {2980a51c-52fd-4829-a1cb-df0555afffed} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11140 | 2024.08.15 05:38:51.410685 [ 3 ] {} <Debug> HTTP-Session: 28c40e37-88e0-40f8-81f1-fddd11f396ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11141 | 2024.08.15 05:38:51.410842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11142 | 2024.08.15 05:38:51.410892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11143 | 2024.08.15 05:38:51.410913 [ 3 ] {} <Debug> HTTP-Session: cc1e27e4-6675-403f-9a20-82b51a93b68e Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11144 | 2024.08.15 05:38:51.410930 [ 3 ] {} <Debug> HTTP-Session: cc1e27e4-6675-403f-9a20-82b51a93b68e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11145 | 2024.08.15 05:38:51.410944 [ 3 ] {} <Debug> HTTP-Session: cc1e27e4-6675-403f-9a20-82b51a93b68e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11146 | 2024.08.15 05:38:51.410976 [ 3 ] {} <Trace> HTTP-Session: cc1e27e4-6675-403f-9a20-82b51a93b68e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11147 | 2024.08.15 05:38:51.411071 [ 3 ] {1647d951-51e9-450f-ae04-e9bd84f54173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11148 | 2024.08.15 05:38:51.411115 [ 3 ] {1647d951-51e9-450f-ae04-e9bd84f54173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11149 | 2024.08.15 05:38:51.411243 [ 3 ] {1647d951-51e9-450f-ae04-e9bd84f54173} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11150 | 2024.08.15 05:38:51.411547 [ 3 ] {1647d951-51e9-450f-ae04-e9bd84f54173} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11151 | 2024.08.15 05:38:51.411583 [ 3 ] {1647d951-51e9-450f-ae04-e9bd84f54173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11152 | 2024.08.15 05:38:51.411875 [ 3 ] {1647d951-51e9-450f-ae04-e9bd84f54173} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
11153 | 2024.08.15 05:38:51.412174 [ 3 ] {1647d951-51e9-450f-ae04-e9bd84f54173} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11154 | 2024.08.15 05:38:51.412335 [ 3 ] {1647d951-51e9-450f-ae04-e9bd84f54173} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001278 sec., 1564.9452269170579 rows/sec., 127.61 KiB/sec. | ||
11155 | 2024.08.15 05:38:51.412502 [ 3 ] {1647d951-51e9-450f-ae04-e9bd84f54173} <Debug> DynamicQueryHandler: Done processing query | ||
11156 | 2024.08.15 05:38:51.412525 [ 3 ] {1647d951-51e9-450f-ae04-e9bd84f54173} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11157 | 2024.08.15 05:38:51.412542 [ 3 ] {} <Debug> HTTP-Session: cc1e27e4-6675-403f-9a20-82b51a93b68e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11158 | 2024.08.15 05:38:51.412752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11159 | 2024.08.15 05:38:51.412802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11160 | 2024.08.15 05:38:51.412821 [ 3 ] {} <Debug> HTTP-Session: 3cfbf3b3-3300-4e30-a3de-d21690af06cc Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11161 | 2024.08.15 05:38:51.412838 [ 3 ] {} <Debug> HTTP-Session: 3cfbf3b3-3300-4e30-a3de-d21690af06cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11162 | 2024.08.15 05:38:51.412852 [ 3 ] {} <Debug> HTTP-Session: 3cfbf3b3-3300-4e30-a3de-d21690af06cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11163 | 2024.08.15 05:38:51.412881 [ 3 ] {} <Trace> HTTP-Session: 3cfbf3b3-3300-4e30-a3de-d21690af06cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11164 | 2024.08.15 05:38:51.413017 [ 3 ] {5435f1d0-1975-4bd5-8436-a00d6b4d2034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11165 | 2024.08.15 05:38:51.413059 [ 3 ] {5435f1d0-1975-4bd5-8436-a00d6b4d2034} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11166 | 2024.08.15 05:38:51.413185 [ 3 ] {5435f1d0-1975-4bd5-8436-a00d6b4d2034} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11167 | 2024.08.15 05:38:51.413551 [ 3 ] {5435f1d0-1975-4bd5-8436-a00d6b4d2034} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11168 | 2024.08.15 05:38:51.413587 [ 3 ] {5435f1d0-1975-4bd5-8436-a00d6b4d2034} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11169 | 2024.08.15 05:38:51.413900 [ 3 ] {5435f1d0-1975-4bd5-8436-a00d6b4d2034} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11170 | 2024.08.15 05:38:51.414210 [ 3 ] {5435f1d0-1975-4bd5-8436-a00d6b4d2034} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11171 | 2024.08.15 05:38:51.414363 [ 3 ] {5435f1d0-1975-4bd5-8436-a00d6b4d2034} <Debug> executeQuery: Read 135 rows, 11.52 KiB in 0.001404 sec., 96153.84615384614 rows/sec., 8.01 MiB/sec. | ||
11172 | 2024.08.15 05:38:51.414532 [ 3 ] {5435f1d0-1975-4bd5-8436-a00d6b4d2034} <Debug> DynamicQueryHandler: Done processing query | ||
11173 | 2024.08.15 05:38:51.414556 [ 3 ] {5435f1d0-1975-4bd5-8436-a00d6b4d2034} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11174 | 2024.08.15 05:38:51.414572 [ 3 ] {} <Debug> HTTP-Session: 3cfbf3b3-3300-4e30-a3de-d21690af06cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11175 | 2024.08.15 05:38:51.414721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11176 | 2024.08.15 05:38:51.414769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11177 | 2024.08.15 05:38:51.414789 [ 3 ] {} <Debug> HTTP-Session: 08bc117c-3be1-419a-b7d6-63e02ba0d2ec Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11178 | 2024.08.15 05:38:51.414806 [ 3 ] {} <Debug> HTTP-Session: 08bc117c-3be1-419a-b7d6-63e02ba0d2ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11179 | 2024.08.15 05:38:51.414820 [ 3 ] {} <Debug> HTTP-Session: 08bc117c-3be1-419a-b7d6-63e02ba0d2ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11180 | 2024.08.15 05:38:51.414851 [ 3 ] {} <Trace> HTTP-Session: 08bc117c-3be1-419a-b7d6-63e02ba0d2ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11181 | 2024.08.15 05:38:51.414943 [ 3 ] {04b48e52-7c47-46de-9883-5674ec39ee6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11182 | 2024.08.15 05:38:51.414984 [ 3 ] {04b48e52-7c47-46de-9883-5674ec39ee6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11183 | 2024.08.15 05:38:51.415113 [ 3 ] {04b48e52-7c47-46de-9883-5674ec39ee6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11184 | 2024.08.15 05:38:51.415384 [ 3 ] {04b48e52-7c47-46de-9883-5674ec39ee6c} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11185 | 2024.08.15 05:38:51.415421 [ 3 ] {04b48e52-7c47-46de-9883-5674ec39ee6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11186 | 2024.08.15 05:38:51.415719 [ 3 ] {04b48e52-7c47-46de-9883-5674ec39ee6c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
11187 | 2024.08.15 05:38:51.416023 [ 3 ] {04b48e52-7c47-46de-9883-5674ec39ee6c} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11188 | 2024.08.15 05:38:51.416180 [ 3 ] {04b48e52-7c47-46de-9883-5674ec39ee6c} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001261 sec., 1586.0428231562253 rows/sec., 110.74 KiB/sec. | ||
11189 | 2024.08.15 05:38:51.416347 [ 3 ] {04b48e52-7c47-46de-9883-5674ec39ee6c} <Debug> DynamicQueryHandler: Done processing query | ||
11190 | 2024.08.15 05:38:51.416371 [ 3 ] {04b48e52-7c47-46de-9883-5674ec39ee6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11191 | 2024.08.15 05:38:51.416387 [ 3 ] {} <Debug> HTTP-Session: 08bc117c-3be1-419a-b7d6-63e02ba0d2ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11192 | 2024.08.15 05:38:51.416514 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 15624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11193 | 2024.08.15 05:38:51.416563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11194 | 2024.08.15 05:38:51.416581 [ 3 ] {} <Debug> HTTP-Session: 4bed1675-3ea7-4705-83c5-7ec6b304a84d Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11195 | 2024.08.15 05:38:51.416598 [ 3 ] {} <Debug> HTTP-Session: 4bed1675-3ea7-4705-83c5-7ec6b304a84d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11196 | 2024.08.15 05:38:51.416612 [ 3 ] {} <Debug> HTTP-Session: 4bed1675-3ea7-4705-83c5-7ec6b304a84d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11197 | 2024.08.15 05:38:51.416643 [ 3 ] {} <Trace> HTTP-Session: 4bed1675-3ea7-4705-83c5-7ec6b304a84d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11198 | 2024.08.15 05:38:51.416770 [ 3 ] {f64a4ea0-02a8-4f08-9729-96af20729fb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11199 | 2024.08.15 05:38:51.416813 [ 3 ] {f64a4ea0-02a8-4f08-9729-96af20729fb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11200 | 2024.08.15 05:38:51.416940 [ 3 ] {f64a4ea0-02a8-4f08-9729-96af20729fb4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11201 | 2024.08.15 05:38:51.417273 [ 3 ] {f64a4ea0-02a8-4f08-9729-96af20729fb4} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11202 | 2024.08.15 05:38:51.417310 [ 3 ] {f64a4ea0-02a8-4f08-9729-96af20729fb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11203 | 2024.08.15 05:38:51.417616 [ 3 ] {f64a4ea0-02a8-4f08-9729-96af20729fb4} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11204 | 2024.08.15 05:38:51.417910 [ 3 ] {f64a4ea0-02a8-4f08-9729-96af20729fb4} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11205 | 2024.08.15 05:38:51.418060 [ 3 ] {f64a4ea0-02a8-4f08-9729-96af20729fb4} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001336 sec., 68862.2754491018 rows/sec., 5.38 MiB/sec. | ||
11206 | 2024.08.15 05:38:51.418227 [ 3 ] {f64a4ea0-02a8-4f08-9729-96af20729fb4} <Debug> DynamicQueryHandler: Done processing query | ||
11207 | 2024.08.15 05:38:51.418250 [ 3 ] {f64a4ea0-02a8-4f08-9729-96af20729fb4} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11208 | 2024.08.15 05:38:51.418267 [ 3 ] {} <Debug> HTTP-Session: 4bed1675-3ea7-4705-83c5-7ec6b304a84d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11209 | 2024.08.15 05:38:51.418430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30397, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11210 | 2024.08.15 05:38:51.418479 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11211 | 2024.08.15 05:38:51.418498 [ 3 ] {} <Debug> HTTP-Session: b6013eaf-f3f4-41c4-80e5-a695d11b0922 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11212 | 2024.08.15 05:38:51.418515 [ 3 ] {} <Debug> HTTP-Session: b6013eaf-f3f4-41c4-80e5-a695d11b0922 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11213 | 2024.08.15 05:38:51.418528 [ 3 ] {} <Debug> HTTP-Session: b6013eaf-f3f4-41c4-80e5-a695d11b0922 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11214 | 2024.08.15 05:38:51.418558 [ 3 ] {} <Trace> HTTP-Session: b6013eaf-f3f4-41c4-80e5-a695d11b0922 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11215 | 2024.08.15 05:38:51.418699 [ 3 ] {9fe09b45-cc97-44ce-86c8-13fdb44647c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11216 | 2024.08.15 05:38:51.418745 [ 3 ] {9fe09b45-cc97-44ce-86c8-13fdb44647c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11217 | 2024.08.15 05:38:51.418890 [ 3 ] {9fe09b45-cc97-44ce-86c8-13fdb44647c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11218 | 2024.08.15 05:38:51.419272 [ 3 ] {9fe09b45-cc97-44ce-86c8-13fdb44647c0} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11219 | 2024.08.15 05:38:51.419308 [ 3 ] {9fe09b45-cc97-44ce-86c8-13fdb44647c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11220 | 2024.08.15 05:38:51.419699 [ 3 ] {9fe09b45-cc97-44ce-86c8-13fdb44647c0} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11221 | 2024.08.15 05:38:51.420033 [ 3 ] {9fe09b45-cc97-44ce-86c8-13fdb44647c0} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11222 | 2024.08.15 05:38:51.420193 [ 3 ] {9fe09b45-cc97-44ce-86c8-13fdb44647c0} <Debug> executeQuery: Read 159 rows, 11.33 KiB in 0.001551 sec., 102514.50676982591 rows/sec., 7.13 MiB/sec. | ||
11223 | 2024.08.15 05:38:51.420369 [ 3 ] {9fe09b45-cc97-44ce-86c8-13fdb44647c0} <Debug> DynamicQueryHandler: Done processing query | ||
11224 | 2024.08.15 05:38:51.420393 [ 3 ] {9fe09b45-cc97-44ce-86c8-13fdb44647c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11225 | 2024.08.15 05:38:51.420409 [ 3 ] {} <Debug> HTTP-Session: b6013eaf-f3f4-41c4-80e5-a695d11b0922 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11226 | 2024.08.15 05:38:51.420596 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 42084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11227 | 2024.08.15 05:38:51.420646 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11228 | 2024.08.15 05:38:51.420665 [ 3 ] {} <Debug> HTTP-Session: a8cf2438-23a5-4dcc-b5e0-363739f98a89 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11229 | 2024.08.15 05:38:51.420682 [ 3 ] {} <Debug> HTTP-Session: a8cf2438-23a5-4dcc-b5e0-363739f98a89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11230 | 2024.08.15 05:38:51.420696 [ 3 ] {} <Debug> HTTP-Session: a8cf2438-23a5-4dcc-b5e0-363739f98a89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11231 | 2024.08.15 05:38:51.420726 [ 3 ] {} <Trace> HTTP-Session: a8cf2438-23a5-4dcc-b5e0-363739f98a89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11232 | 2024.08.15 05:38:51.421018 [ 3 ] {d0f1edcd-489d-450c-94b1-76444334d066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11233 | 2024.08.15 05:38:51.421083 [ 3 ] {d0f1edcd-489d-450c-94b1-76444334d066} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11234 | 2024.08.15 05:38:51.421493 [ 3 ] {d0f1edcd-489d-450c-94b1-76444334d066} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11235 | 2024.08.15 05:38:51.422177 [ 3 ] {d0f1edcd-489d-450c-94b1-76444334d066} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11236 | 2024.08.15 05:38:51.422214 [ 3 ] {d0f1edcd-489d-450c-94b1-76444334d066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11237 | 2024.08.15 05:38:51.422801 [ 3 ] {d0f1edcd-489d-450c-94b1-76444334d066} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
11238 | 2024.08.15 05:38:51.423197 [ 3 ] {d0f1edcd-489d-450c-94b1-76444334d066} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11239 | 2024.08.15 05:38:51.423399 [ 3 ] {d0f1edcd-489d-450c-94b1-76444334d066} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002587 sec., 10050.251256281408 rows/sec., 18.01 MiB/sec. | ||
11240 | 2024.08.15 05:38:51.423600 [ 3 ] {d0f1edcd-489d-450c-94b1-76444334d066} <Debug> DynamicQueryHandler: Done processing query | ||
11241 | 2024.08.15 05:38:51.423624 [ 3 ] {d0f1edcd-489d-450c-94b1-76444334d066} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
11242 | 2024.08.15 05:38:51.423640 [ 3 ] {} <Debug> HTTP-Session: a8cf2438-23a5-4dcc-b5e0-363739f98a89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11243 | 2024.08.15 05:38:51.423764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 8827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11244 | 2024.08.15 05:38:51.423812 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11245 | 2024.08.15 05:38:51.423831 [ 3 ] {} <Debug> HTTP-Session: 0c26b4da-e469-4ce6-b854-76196d5c655b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11246 | 2024.08.15 05:38:51.423848 [ 3 ] {} <Debug> HTTP-Session: 0c26b4da-e469-4ce6-b854-76196d5c655b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11247 | 2024.08.15 05:38:51.423861 [ 3 ] {} <Debug> HTTP-Session: 0c26b4da-e469-4ce6-b854-76196d5c655b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11248 | 2024.08.15 05:38:51.423892 [ 3 ] {} <Trace> HTTP-Session: 0c26b4da-e469-4ce6-b854-76196d5c655b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11249 | 2024.08.15 05:38:51.424000 [ 3 ] {c6fb7eca-82e6-4e39-abf0-15af4a88e0e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11250 | 2024.08.15 05:38:51.424049 [ 3 ] {c6fb7eca-82e6-4e39-abf0-15af4a88e0e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11251 | 2024.08.15 05:38:51.424176 [ 3 ] {c6fb7eca-82e6-4e39-abf0-15af4a88e0e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11252 | 2024.08.15 05:38:51.424475 [ 3 ] {c6fb7eca-82e6-4e39-abf0-15af4a88e0e3} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11253 | 2024.08.15 05:38:51.424511 [ 3 ] {c6fb7eca-82e6-4e39-abf0-15af4a88e0e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11254 | 2024.08.15 05:38:51.424861 [ 3 ] {c6fb7eca-82e6-4e39-abf0-15af4a88e0e3} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11255 | 2024.08.15 05:38:51.425181 [ 3 ] {c6fb7eca-82e6-4e39-abf0-15af4a88e0e3} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11256 | 2024.08.15 05:38:51.425344 [ 3 ] {c6fb7eca-82e6-4e39-abf0-15af4a88e0e3} <Debug> executeQuery: Read 58 rows, 4.01 KiB in 0.001371 sec., 42304.88694383662 rows/sec., 2.86 MiB/sec. | ||
11257 | 2024.08.15 05:38:51.425514 [ 3 ] {c6fb7eca-82e6-4e39-abf0-15af4a88e0e3} <Debug> DynamicQueryHandler: Done processing query | ||
11258 | 2024.08.15 05:38:51.425538 [ 3 ] {c6fb7eca-82e6-4e39-abf0-15af4a88e0e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11259 | 2024.08.15 05:38:51.425554 [ 3 ] {} <Debug> HTTP-Session: 0c26b4da-e469-4ce6-b854-76196d5c655b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11260 | 2024.08.15 05:38:56.299754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11261 | 2024.08.15 05:38:56.299884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11262 | 2024.08.15 05:38:56.299909 [ 3 ] {} <Debug> HTTP-Session: aac1d8c1-42a6-4b3a-ba56-71e9a6626ad4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11263 | 2024.08.15 05:38:56.299936 [ 3 ] {} <Debug> HTTP-Session: aac1d8c1-42a6-4b3a-ba56-71e9a6626ad4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11264 | 2024.08.15 05:38:56.299951 [ 3 ] {} <Debug> HTTP-Session: aac1d8c1-42a6-4b3a-ba56-71e9a6626ad4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11265 | 2024.08.15 05:38:56.300002 [ 3 ] {} <Trace> HTTP-Session: aac1d8c1-42a6-4b3a-ba56-71e9a6626ad4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11266 | 2024.08.15 05:38:56.300189 [ 3 ] {494fbae8-c695-43fc-b3ab-7894ae9351e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11267 | 2024.08.15 05:38:56.300259 [ 3 ] {494fbae8-c695-43fc-b3ab-7894ae9351e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11268 | 2024.08.15 05:38:56.300457 [ 3 ] {494fbae8-c695-43fc-b3ab-7894ae9351e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11269 | 2024.08.15 05:38:56.300862 [ 3 ] {494fbae8-c695-43fc-b3ab-7894ae9351e5} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11270 | 2024.08.15 05:38:56.300908 [ 3 ] {494fbae8-c695-43fc-b3ab-7894ae9351e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11271 | 2024.08.15 05:38:56.301289 [ 3 ] {494fbae8-c695-43fc-b3ab-7894ae9351e5} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
11272 | 2024.08.15 05:38:56.301632 [ 3 ] {494fbae8-c695-43fc-b3ab-7894ae9351e5} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11273 | 2024.08.15 05:38:56.301793 [ 3 ] {494fbae8-c695-43fc-b3ab-7894ae9351e5} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001664 sec., 2403.846153846154 rows/sec., 194.84 KiB/sec. | ||
11274 | 2024.08.15 05:38:56.301856 [ 120 ] {} <Debug> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
11275 | 2024.08.15 05:38:56.301959 [ 120 ] {} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11276 | 2024.08.15 05:38:56.301988 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11277 | 2024.08.15 05:38:56.302098 [ 3 ] {494fbae8-c695-43fc-b3ab-7894ae9351e5} <Debug> DynamicQueryHandler: Done processing query | ||
11278 | 2024.08.15 05:38:56.302170 [ 3 ] {494fbae8-c695-43fc-b3ab-7894ae9351e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11279 | 2024.08.15 05:38:56.302228 [ 3 ] {} <Debug> HTTP-Session: aac1d8c1-42a6-4b3a-ba56-71e9a6626ad4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11280 | 2024.08.15 05:38:56.302325 [ 186 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::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 | ||
11281 | 2024.08.15 05:38:56.302519 [ 186 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11282 | 2024.08.15 05:38:56.302553 [ 186 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 30 rows starting from the beginning of the part | ||
11283 | 2024.08.15 05:38:56.302664 [ 186 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 4 rows starting from the beginning of the part | ||
11284 | 2024.08.15 05:38:56.302707 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 195698, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11285 | 2024.08.15 05:38:56.302909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11286 | 2024.08.15 05:38:56.302978 [ 186 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 26 rows starting from the beginning of the part | ||
11287 | 2024.08.15 05:38:56.303011 [ 3 ] {} <Debug> HTTP-Session: 4e2e7b4b-3cf9-47e7-a053-4d5ede620d04 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11288 | 2024.08.15 05:38:56.303078 [ 3 ] {} <Debug> HTTP-Session: 4e2e7b4b-3cf9-47e7-a053-4d5ede620d04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11289 | 2024.08.15 05:38:56.303175 [ 3 ] {} <Debug> HTTP-Session: 4e2e7b4b-3cf9-47e7-a053-4d5ede620d04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11290 | 2024.08.15 05:38:56.303269 [ 186 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 4 rows starting from the beginning of the part | ||
11291 | 2024.08.15 05:38:56.303291 [ 3 ] {} <Trace> HTTP-Session: 4e2e7b4b-3cf9-47e7-a053-4d5ede620d04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11292 | 2024.08.15 05:38:56.303531 [ 186 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 26 rows starting from the beginning of the part | ||
11293 | 2024.08.15 05:38:56.303682 [ 186 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 4 rows starting from the beginning of the part | ||
11294 | 2024.08.15 05:38:56.303952 [ 3 ] {020b6067-6614-4f15-9d35-a59c0a78eb35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11295 | 2024.08.15 05:38:56.304033 [ 3 ] {020b6067-6614-4f15-9d35-a59c0a78eb35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11296 | 2024.08.15 05:38:56.304598 [ 3 ] {020b6067-6614-4f15-9d35-a59c0a78eb35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11297 | 2024.08.15 05:38:56.305432 [ 196 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 94 rows, containing 4 columns (4 merged, 0 gathered) in 0.00334025 sec., 28141.606167203056 rows/sec., 2.23 MiB/sec. | ||
11298 | 2024.08.15 05:38:56.305609 [ 195 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
11299 | 2024.08.15 05:38:56.306106 [ 195 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_46_9} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11300 | 2024.08.15 05:38:56.306170 [ 3 ] {020b6067-6614-4f15-9d35-a59c0a78eb35} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11301 | 2024.08.15 05:38:56.306207 [ 195 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_46_9} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
11302 | 2024.08.15 05:38:56.306216 [ 3 ] {020b6067-6614-4f15-9d35-a59c0a78eb35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11303 | 2024.08.15 05:38:56.306318 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
11304 | 2024.08.15 05:38:56.306678 [ 3 ] {020b6067-6614-4f15-9d35-a59c0a78eb35} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11305 | 2024.08.15 05:38:56.306991 [ 3 ] {020b6067-6614-4f15-9d35-a59c0a78eb35} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11306 | 2024.08.15 05:38:56.307154 [ 3 ] {020b6067-6614-4f15-9d35-a59c0a78eb35} <Debug> executeQuery: Read 1341 rows, 114.57 KiB in 0.003585 sec., 374058.57740585774 rows/sec., 31.21 MiB/sec. | ||
11307 | 2024.08.15 05:38:56.307167 [ 120 ] {} <Debug> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11308 | 2024.08.15 05:38:56.307252 [ 120 ] {} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11309 | 2024.08.15 05:38:56.307295 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11310 | 2024.08.15 05:38:56.307486 [ 194 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::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 | ||
11311 | 2024.08.15 05:38:56.307510 [ 3 ] {020b6067-6614-4f15-9d35-a59c0a78eb35} <Debug> DynamicQueryHandler: Done processing query | ||
11312 | 2024.08.15 05:38:56.307560 [ 3 ] {020b6067-6614-4f15-9d35-a59c0a78eb35} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
11313 | 2024.08.15 05:38:56.307595 [ 3 ] {} <Debug> HTTP-Session: 4e2e7b4b-3cf9-47e7-a053-4d5ede620d04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11314 | 2024.08.15 05:38:56.307704 [ 194 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11315 | 2024.08.15 05:38:56.307739 [ 194 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1427 rows starting from the beginning of the part | ||
11316 | 2024.08.15 05:38:56.307807 [ 194 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 201 rows starting from the beginning of the part | ||
11317 | 2024.08.15 05:38:56.308012 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 32348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11318 | 2024.08.15 05:38:56.308045 [ 194 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 134 rows starting from the beginning of the part | ||
11319 | 2024.08.15 05:38:56.308155 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11320 | 2024.08.15 05:38:56.308264 [ 3 ] {} <Debug> HTTP-Session: b45d37be-c639-415f-8128-e957e1c1ddba Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11321 | 2024.08.15 05:38:56.308290 [ 194 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 201 rows starting from the beginning of the part | ||
11322 | 2024.08.15 05:38:56.308324 [ 3 ] {} <Debug> HTTP-Session: b45d37be-c639-415f-8128-e957e1c1ddba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11323 | 2024.08.15 05:38:56.308420 [ 3 ] {} <Debug> HTTP-Session: b45d37be-c639-415f-8128-e957e1c1ddba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11324 | 2024.08.15 05:38:56.308576 [ 3 ] {} <Trace> HTTP-Session: b45d37be-c639-415f-8128-e957e1c1ddba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11325 | 2024.08.15 05:38:56.308592 [ 194 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 135 rows starting from the beginning of the part | ||
11326 | 2024.08.15 05:38:56.308821 [ 194 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1341 rows starting from the beginning of the part | ||
11327 | 2024.08.15 05:38:56.308929 [ 3 ] {e59259e6-ac80-4409-a865-6bfd296a4c35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11328 | 2024.08.15 05:38:56.309097 [ 3 ] {e59259e6-ac80-4409-a865-6bfd296a4c35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11329 | 2024.08.15 05:38:56.309635 [ 3 ] {e59259e6-ac80-4409-a865-6bfd296a4c35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11330 | 2024.08.15 05:38:56.310669 [ 3 ] {e59259e6-ac80-4409-a865-6bfd296a4c35} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11331 | 2024.08.15 05:38:56.310743 [ 3 ] {e59259e6-ac80-4409-a865-6bfd296a4c35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11332 | 2024.08.15 05:38:56.311355 [ 3 ] {e59259e6-ac80-4409-a865-6bfd296a4c35} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11333 | 2024.08.15 05:38:56.311987 [ 3 ] {e59259e6-ac80-4409-a865-6bfd296a4c35} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11334 | 2024.08.15 05:38:56.312090 [ 194 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3439 rows, containing 4 columns (4 merged, 0 gathered) in 0.004694739 sec., 732522.0848272928 rows/sec., 61.52 MiB/sec. | ||
11335 | 2024.08.15 05:38:56.312250 [ 3 ] {e59259e6-ac80-4409-a865-6bfd296a4c35} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.003486 sec., 69420.53930005737 rows/sec., 4.70 MiB/sec. | ||
11336 | 2024.08.15 05:38:56.312427 [ 194 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11337 | 2024.08.15 05:38:56.312854 [ 3 ] {e59259e6-ac80-4409-a865-6bfd296a4c35} <Debug> DynamicQueryHandler: Done processing query | ||
11338 | 2024.08.15 05:38:56.312919 [ 3 ] {e59259e6-ac80-4409-a865-6bfd296a4c35} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
11339 | 2024.08.15 05:38:56.312985 [ 3 ] {} <Debug> HTTP-Session: b45d37be-c639-415f-8128-e957e1c1ddba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11340 | 2024.08.15 05:38:56.313202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11341 | 2024.08.15 05:38:56.313301 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11342 | 2024.08.15 05:38:56.313339 [ 194 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_61_12} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11343 | 2024.08.15 05:38:56.313352 [ 3 ] {} <Debug> HTTP-Session: 8b5b70af-a1da-416a-8a3f-dc67373fabd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11344 | 2024.08.15 05:38:56.313408 [ 3 ] {} <Debug> HTTP-Session: 8b5b70af-a1da-416a-8a3f-dc67373fabd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11345 | 2024.08.15 05:38:56.313444 [ 3 ] {} <Debug> HTTP-Session: 8b5b70af-a1da-416a-8a3f-dc67373fabd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11346 | 2024.08.15 05:38:56.313505 [ 3 ] {} <Trace> HTTP-Session: 8b5b70af-a1da-416a-8a3f-dc67373fabd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11347 | 2024.08.15 05:38:56.313519 [ 194 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_61_12} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11348 | 2024.08.15 05:38:56.313665 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
11349 | 2024.08.15 05:38:56.313693 [ 3 ] {0f1962d4-5306-4be0-97ec-55217ea94f73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
11350 | 2024.08.15 05:38:56.313753 [ 3 ] {0f1962d4-5306-4be0-97ec-55217ea94f73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11351 | 2024.08.15 05:38:56.313904 [ 3 ] {0f1962d4-5306-4be0-97ec-55217ea94f73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11352 | 2024.08.15 05:38:56.314204 [ 3 ] {0f1962d4-5306-4be0-97ec-55217ea94f73} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11353 | 2024.08.15 05:38:56.314241 [ 3 ] {0f1962d4-5306-4be0-97ec-55217ea94f73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11354 | 2024.08.15 05:38:56.314552 [ 3 ] {0f1962d4-5306-4be0-97ec-55217ea94f73} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11355 | 2024.08.15 05:38:56.314865 [ 3 ] {0f1962d4-5306-4be0-97ec-55217ea94f73} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11356 | 2024.08.15 05:38:56.315026 [ 3 ] {0f1962d4-5306-4be0-97ec-55217ea94f73} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001378 sec., 4354.136429608127 rows/sec., 257.25 KiB/sec. | ||
11357 | 2024.08.15 05:38:56.315298 [ 3 ] {0f1962d4-5306-4be0-97ec-55217ea94f73} <Debug> DynamicQueryHandler: Done processing query | ||
11358 | 2024.08.15 05:38:56.315335 [ 3 ] {0f1962d4-5306-4be0-97ec-55217ea94f73} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11359 | 2024.08.15 05:38:56.315367 [ 3 ] {} <Debug> HTTP-Session: 8b5b70af-a1da-416a-8a3f-dc67373fabd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11360 | 2024.08.15 05:38:56.315649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 137422, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11361 | 2024.08.15 05:38:56.315700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11362 | 2024.08.15 05:38:56.315719 [ 3 ] {} <Debug> HTTP-Session: ffd98025-71f3-4c17-b115-54fa58f63da6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11363 | 2024.08.15 05:38:56.315736 [ 3 ] {} <Debug> HTTP-Session: ffd98025-71f3-4c17-b115-54fa58f63da6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11364 | 2024.08.15 05:38:56.315750 [ 3 ] {} <Debug> HTTP-Session: ffd98025-71f3-4c17-b115-54fa58f63da6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11365 | 2024.08.15 05:38:56.315780 [ 3 ] {} <Trace> HTTP-Session: ffd98025-71f3-4c17-b115-54fa58f63da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11366 | 2024.08.15 05:38:56.316211 [ 3 ] {c94f7090-74fc-451b-bc4b-983126d86182} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11367 | 2024.08.15 05:38:56.316255 [ 3 ] {c94f7090-74fc-451b-bc4b-983126d86182} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11368 | 2024.08.15 05:38:56.316402 [ 3 ] {c94f7090-74fc-451b-bc4b-983126d86182} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11369 | 2024.08.15 05:38:56.317192 [ 3 ] {c94f7090-74fc-451b-bc4b-983126d86182} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11370 | 2024.08.15 05:38:56.317230 [ 3 ] {c94f7090-74fc-451b-bc4b-983126d86182} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11371 | 2024.08.15 05:38:56.317570 [ 3 ] {c94f7090-74fc-451b-bc4b-983126d86182} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11372 | 2024.08.15 05:38:56.317876 [ 3 ] {c94f7090-74fc-451b-bc4b-983126d86182} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11373 | 2024.08.15 05:38:56.318025 [ 3 ] {c94f7090-74fc-451b-bc4b-983126d86182} <Debug> executeQuery: Read 842 rows, 62.29 KiB in 0.002069 sec., 406959.8840019333 rows/sec., 29.40 MiB/sec. | ||
11374 | 2024.08.15 05:38:56.318049 [ 120 ] {} <Debug> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11375 | 2024.08.15 05:38:56.318122 [ 120 ] {} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11376 | 2024.08.15 05:38:56.318178 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11377 | 2024.08.15 05:38:56.318289 [ 3 ] {c94f7090-74fc-451b-bc4b-983126d86182} <Debug> DynamicQueryHandler: Done processing query | ||
11378 | 2024.08.15 05:38:56.318322 [ 196 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::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 | ||
11379 | 2024.08.15 05:38:56.318335 [ 3 ] {c94f7090-74fc-451b-bc4b-983126d86182} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
11380 | 2024.08.15 05:38:56.318388 [ 3 ] {} <Debug> HTTP-Session: ffd98025-71f3-4c17-b115-54fa58f63da6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11381 | 2024.08.15 05:38:56.318530 [ 196 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11382 | 2024.08.15 05:38:56.318575 [ 196 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 902 rows starting from the beginning of the part | ||
11383 | 2024.08.15 05:38:56.318650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11384 | 2024.08.15 05:38:56.318823 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11385 | 2024.08.15 05:38:56.318821 [ 196 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 386 rows starting from the beginning of the part | ||
11386 | 2024.08.15 05:38:56.318888 [ 3 ] {} <Debug> HTTP-Session: 60f6bd00-0283-4cd8-8a6c-25d354e3f505 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11387 | 2024.08.15 05:38:56.318948 [ 3 ] {} <Debug> HTTP-Session: 60f6bd00-0283-4cd8-8a6c-25d354e3f505 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11388 | 2024.08.15 05:38:56.319026 [ 3 ] {} <Debug> HTTP-Session: 60f6bd00-0283-4cd8-8a6c-25d354e3f505 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11389 | 2024.08.15 05:38:56.319157 [ 3 ] {} <Trace> HTTP-Session: 60f6bd00-0283-4cd8-8a6c-25d354e3f505 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11390 | 2024.08.15 05:38:56.319170 [ 196 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 90 rows starting from the beginning of the part | ||
11391 | 2024.08.15 05:38:56.319475 [ 3 ] {3166c4b4-9835-4763-9325-75b5d9f0ca68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11392 | 2024.08.15 05:38:56.319485 [ 196 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 386 rows starting from the beginning of the part | ||
11393 | 2024.08.15 05:38:56.319619 [ 3 ] {3166c4b4-9835-4763-9325-75b5d9f0ca68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11394 | 2024.08.15 05:38:56.319750 [ 196 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 92 rows starting from the beginning of the part | ||
11395 | 2024.08.15 05:38:56.320102 [ 196 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 842 rows starting from the beginning of the part | ||
11396 | 2024.08.15 05:38:56.320643 [ 3 ] {3166c4b4-9835-4763-9325-75b5d9f0ca68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11397 | 2024.08.15 05:38:56.321291 [ 3 ] {3166c4b4-9835-4763-9325-75b5d9f0ca68} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11398 | 2024.08.15 05:38:56.321345 [ 3 ] {3166c4b4-9835-4763-9325-75b5d9f0ca68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11399 | 2024.08.15 05:38:56.322323 [ 3 ] {3166c4b4-9835-4763-9325-75b5d9f0ca68} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11400 | 2024.08.15 05:38:56.322816 [ 3 ] {3166c4b4-9835-4763-9325-75b5d9f0ca68} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11401 | 2024.08.15 05:38:56.323073 [ 3 ] {3166c4b4-9835-4763-9325-75b5d9f0ca68} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003711 sec., 1616.8148746968473 rows/sec., 84.47 KiB/sec. | ||
11402 | 2024.08.15 05:38:56.323849 [ 189 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2698 rows, containing 4 columns (4 merged, 0 gathered) in 0.005599948 sec., 481790.18805174617 rows/sec., 34.87 MiB/sec. | ||
11403 | 2024.08.15 05:38:56.323918 [ 3 ] {3166c4b4-9835-4763-9325-75b5d9f0ca68} <Debug> DynamicQueryHandler: Done processing query | ||
11404 | 2024.08.15 05:38:56.323953 [ 3 ] {3166c4b4-9835-4763-9325-75b5d9f0ca68} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11405 | 2024.08.15 05:38:56.323971 [ 3 ] {} <Debug> HTTP-Session: 60f6bd00-0283-4cd8-8a6c-25d354e3f505 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11406 | 2024.08.15 05:38:56.324108 [ 189 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11407 | 2024.08.15 05:38:56.324295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 174350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11408 | 2024.08.15 05:38:56.324446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11409 | 2024.08.15 05:38:56.324512 [ 3 ] {} <Debug> HTTP-Session: 75eb6481-2ea2-49a6-8fbc-034447c57e80 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11410 | 2024.08.15 05:38:56.324560 [ 3 ] {} <Debug> HTTP-Session: 75eb6481-2ea2-49a6-8fbc-034447c57e80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11411 | 2024.08.15 05:38:56.324599 [ 3 ] {} <Debug> HTTP-Session: 75eb6481-2ea2-49a6-8fbc-034447c57e80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11412 | 2024.08.15 05:38:56.324685 [ 3 ] {} <Trace> HTTP-Session: 75eb6481-2ea2-49a6-8fbc-034447c57e80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11413 | 2024.08.15 05:38:56.324916 [ 197 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_61_12} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11414 | 2024.08.15 05:38:56.325065 [ 197 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_61_12} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11415 | 2024.08.15 05:38:56.325183 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
11416 | 2024.08.15 05:38:56.325283 [ 3 ] {aef49609-008d-41fc-a8e9-46c986c119d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11417 | 2024.08.15 05:38:56.325340 [ 3 ] {aef49609-008d-41fc-a8e9-46c986c119d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11418 | 2024.08.15 05:38:56.325518 [ 3 ] {aef49609-008d-41fc-a8e9-46c986c119d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11419 | 2024.08.15 05:38:56.326388 [ 3 ] {aef49609-008d-41fc-a8e9-46c986c119d4} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11420 | 2024.08.15 05:38:56.326425 [ 3 ] {aef49609-008d-41fc-a8e9-46c986c119d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11421 | 2024.08.15 05:38:56.326875 [ 3 ] {aef49609-008d-41fc-a8e9-46c986c119d4} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11422 | 2024.08.15 05:38:56.327226 [ 3 ] {aef49609-008d-41fc-a8e9-46c986c119d4} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11423 | 2024.08.15 05:38:56.327382 [ 3 ] {aef49609-008d-41fc-a8e9-46c986c119d4} <Debug> executeQuery: Read 921 rows, 63.02 KiB in 0.002454 sec., 375305.62347188266 rows/sec., 25.08 MiB/sec. | ||
11424 | 2024.08.15 05:38:56.327391 [ 120 ] {} <Debug> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11425 | 2024.08.15 05:38:56.327472 [ 120 ] {} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11426 | 2024.08.15 05:38:56.327508 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11427 | 2024.08.15 05:38:56.327709 [ 3 ] {aef49609-008d-41fc-a8e9-46c986c119d4} <Debug> DynamicQueryHandler: Done processing query | ||
11428 | 2024.08.15 05:38:56.327762 [ 189 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::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 | ||
11429 | 2024.08.15 05:38:56.327766 [ 3 ] {aef49609-008d-41fc-a8e9-46c986c119d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
11430 | 2024.08.15 05:38:56.327865 [ 3 ] {} <Debug> HTTP-Session: 75eb6481-2ea2-49a6-8fbc-034447c57e80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11431 | 2024.08.15 05:38:56.328250 [ 189 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11432 | 2024.08.15 05:38:56.328351 [ 189 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 16333 rows starting from the beginning of the part | ||
11433 | 2024.08.15 05:38:56.328361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11434 | 2024.08.15 05:38:56.328498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11435 | 2024.08.15 05:38:56.328588 [ 3 ] {} <Debug> HTTP-Session: fd3ccbba-1e4c-4429-a17c-80f863aeb369 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11436 | 2024.08.15 05:38:56.328618 [ 189 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 239 rows starting from the beginning of the part | ||
11437 | 2024.08.15 05:38:56.328639 [ 3 ] {} <Debug> HTTP-Session: fd3ccbba-1e4c-4429-a17c-80f863aeb369 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11438 | 2024.08.15 05:38:56.328703 [ 3 ] {} <Debug> HTTP-Session: fd3ccbba-1e4c-4429-a17c-80f863aeb369 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11439 | 2024.08.15 05:38:56.328842 [ 3 ] {} <Trace> HTTP-Session: fd3ccbba-1e4c-4429-a17c-80f863aeb369 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11440 | 2024.08.15 05:38:56.328946 [ 189 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part | ||
11441 | 2024.08.15 05:38:56.329125 [ 3 ] {7f899dbc-0fab-4e70-aa4a-30370559f202} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
11442 | 2024.08.15 05:38:56.329229 [ 189 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 237 rows starting from the beginning of the part | ||
11443 | 2024.08.15 05:38:56.329269 [ 3 ] {7f899dbc-0fab-4e70-aa4a-30370559f202} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11444 | 2024.08.15 05:38:56.329517 [ 189 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 159 rows starting from the beginning of the part | ||
11445 | 2024.08.15 05:38:56.329953 [ 189 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 921 rows starting from the beginning of the part | ||
11446 | 2024.08.15 05:38:56.330468 [ 3 ] {7f899dbc-0fab-4e70-aa4a-30370559f202} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11447 | 2024.08.15 05:38:56.331100 [ 3 ] {7f899dbc-0fab-4e70-aa4a-30370559f202} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11448 | 2024.08.15 05:38:56.331155 [ 3 ] {7f899dbc-0fab-4e70-aa4a-30370559f202} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11449 | 2024.08.15 05:38:56.331536 [ 3 ] {7f899dbc-0fab-4e70-aa4a-30370559f202} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11450 | 2024.08.15 05:38:56.331928 [ 3 ] {7f899dbc-0fab-4e70-aa4a-30370559f202} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11451 | 2024.08.15 05:38:56.332207 [ 3 ] {7f899dbc-0fab-4e70-aa4a-30370559f202} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003186 sec., 313.8731952291274 rows/sec., 21.15 KiB/sec. | ||
11452 | 2024.08.15 05:38:56.332564 [ 3 ] {7f899dbc-0fab-4e70-aa4a-30370559f202} <Debug> DynamicQueryHandler: Done processing query | ||
11453 | 2024.08.15 05:38:56.332606 [ 3 ] {7f899dbc-0fab-4e70-aa4a-30370559f202} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
11454 | 2024.08.15 05:38:56.332641 [ 3 ] {} <Debug> HTTP-Session: fd3ccbba-1e4c-4429-a17c-80f863aeb369 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11455 | 2024.08.15 05:38:56.332844 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11456 | 2024.08.15 05:38:56.332924 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11457 | 2024.08.15 05:38:56.332960 [ 3 ] {} <Debug> HTTP-Session: 09fedca9-b0ac-4438-8ae1-0bbdc6028b4c Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11458 | 2024.08.15 05:38:56.332991 [ 3 ] {} <Debug> HTTP-Session: 09fedca9-b0ac-4438-8ae1-0bbdc6028b4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11459 | 2024.08.15 05:38:56.333035 [ 3 ] {} <Debug> HTTP-Session: 09fedca9-b0ac-4438-8ae1-0bbdc6028b4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11460 | 2024.08.15 05:38:56.333107 [ 3 ] {} <Trace> HTTP-Session: 09fedca9-b0ac-4438-8ae1-0bbdc6028b4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11461 | 2024.08.15 05:38:56.333256 [ 3 ] {5c938897-59f4-492e-bba5-1a15d682e9b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11462 | 2024.08.15 05:38:56.333342 [ 3 ] {5c938897-59f4-492e-bba5-1a15d682e9b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11463 | 2024.08.15 05:38:56.334033 [ 3 ] {5c938897-59f4-492e-bba5-1a15d682e9b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11464 | 2024.08.15 05:38:56.334708 [ 3 ] {5c938897-59f4-492e-bba5-1a15d682e9b2} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11465 | 2024.08.15 05:38:56.334744 [ 3 ] {5c938897-59f4-492e-bba5-1a15d682e9b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11466 | 2024.08.15 05:38:56.335704 [ 3 ] {5c938897-59f4-492e-bba5-1a15d682e9b2} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
11467 | 2024.08.15 05:38:56.336224 [ 3 ] {5c938897-59f4-492e-bba5-1a15d682e9b2} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11468 | 2024.08.15 05:38:56.336701 [ 3 ] {5c938897-59f4-492e-bba5-1a15d682e9b2} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.003494 sec., 1144.8196908986833 rows/sec., 2.05 MiB/sec. | ||
11469 | 2024.08.15 05:38:56.336850 [ 120 ] {} <Debug> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
11470 | 2024.08.15 05:38:56.336998 [ 120 ] {} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11471 | 2024.08.15 05:38:56.337047 [ 188 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18049 rows, containing 5 columns (5 merged, 0 gathered) in 0.00943397 sec., 1913192.4311822064 rows/sec., 129.27 MiB/sec. | ||
11472 | 2024.08.15 05:38:56.337067 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11473 | 2024.08.15 05:38:56.337456 [ 197 ] {f74056ac-963a-4604-86a0-b4c0a6355317::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 | ||
11474 | 2024.08.15 05:38:56.337587 [ 188 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11475 | 2024.08.15 05:38:56.337625 [ 3 ] {5c938897-59f4-492e-bba5-1a15d682e9b2} <Debug> DynamicQueryHandler: Done processing query | ||
11476 | 2024.08.15 05:38:56.337703 [ 3 ] {5c938897-59f4-492e-bba5-1a15d682e9b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
11477 | 2024.08.15 05:38:56.337800 [ 3 ] {} <Debug> HTTP-Session: 09fedca9-b0ac-4438-8ae1-0bbdc6028b4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11478 | 2024.08.15 05:38:56.338083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11479 | 2024.08.15 05:38:56.338278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11480 | 2024.08.15 05:38:56.338399 [ 3 ] {} <Debug> HTTP-Session: 22965456-f977-42c8-a28e-1ea5caec1092 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11481 | 2024.08.15 05:38:56.338508 [ 3 ] {} <Debug> HTTP-Session: 22965456-f977-42c8-a28e-1ea5caec1092 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11482 | 2024.08.15 05:38:56.338591 [ 3 ] {} <Debug> HTTP-Session: 22965456-f977-42c8-a28e-1ea5caec1092 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11483 | 2024.08.15 05:38:56.338763 [ 3 ] {} <Trace> HTTP-Session: 22965456-f977-42c8-a28e-1ea5caec1092 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11484 | 2024.08.15 05:38:56.339228 [ 3 ] {2ff25019-600e-4130-85ed-0c5f784203cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11485 | 2024.08.15 05:38:56.339298 [ 197 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11486 | 2024.08.15 05:38:56.339418 [ 3 ] {2ff25019-600e-4130-85ed-0c5f784203cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11487 | 2024.08.15 05:38:56.339583 [ 197 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 648 rows starting from the beginning of the part | ||
11488 | 2024.08.15 05:38:56.339769 [ 188 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11489 | 2024.08.15 05:38:56.340664 [ 188 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11490 | 2024.08.15 05:38:56.340672 [ 197 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 4 rows starting from the beginning of the part | ||
11491 | 2024.08.15 05:38:56.340730 [ 3 ] {2ff25019-600e-4130-85ed-0c5f784203cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11492 | 2024.08.15 05:38:56.341081 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.50 MiB. | ||
11493 | 2024.08.15 05:38:56.341612 [ 197 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 26 rows starting from the beginning of the part | ||
11494 | 2024.08.15 05:38:56.342003 [ 3 ] {2ff25019-600e-4130-85ed-0c5f784203cb} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11495 | 2024.08.15 05:38:56.342174 [ 3 ] {2ff25019-600e-4130-85ed-0c5f784203cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11496 | 2024.08.15 05:38:56.342328 [ 197 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 4 rows starting from the beginning of the part | ||
11497 | 2024.08.15 05:38:56.342950 [ 197 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 26 rows starting from the beginning of the part | ||
11498 | 2024.08.15 05:38:56.343620 [ 197 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 4 rows starting from the beginning of the part | ||
11499 | 2024.08.15 05:38:56.343693 [ 3 ] {2ff25019-600e-4130-85ed-0c5f784203cb} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11500 | 2024.08.15 05:38:56.344737 [ 3 ] {2ff25019-600e-4130-85ed-0c5f784203cb} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11501 | 2024.08.15 05:38:56.345101 [ 120 ] {} <Debug> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11502 | 2024.08.15 05:38:56.345127 [ 3 ] {2ff25019-600e-4130-85ed-0c5f784203cb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006073 sec., 13502.387617322574 rows/sec., 878.15 KiB/sec. | ||
11503 | 2024.08.15 05:38:56.345283 [ 120 ] {} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11504 | 2024.08.15 05:38:56.345506 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11505 | 2024.08.15 05:38:56.345800 [ 3 ] {2ff25019-600e-4130-85ed-0c5f784203cb} <Debug> DynamicQueryHandler: Done processing query | ||
11506 | 2024.08.15 05:38:56.346079 [ 3 ] {2ff25019-600e-4130-85ed-0c5f784203cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11507 | 2024.08.15 05:38:56.346093 [ 193 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
11508 | 2024.08.15 05:38:56.346165 [ 3 ] {} <Debug> HTTP-Session: 22965456-f977-42c8-a28e-1ea5caec1092 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11509 | 2024.08.15 05:38:56.346738 [ 193 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11510 | 2024.08.15 05:38:56.346874 [ 193 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3510 rows starting from the beginning of the part | ||
11511 | 2024.08.15 05:38:56.347397 [ 193 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 84 rows starting from the beginning of the part | ||
11512 | 2024.08.15 05:38:56.347779 [ 193 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
11513 | 2024.08.15 05:38:56.348013 [ 193 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
11514 | 2024.08.15 05:38:56.348317 [ 193 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 58 rows starting from the beginning of the part | ||
11515 | 2024.08.15 05:38:56.348626 [ 193 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
11516 | 2024.08.15 05:38:56.351342 [ 192 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3876 rows, containing 4 columns (4 merged, 0 gathered) in 0.00563735 sec., 687557.0968628877 rows/sec., 44.83 MiB/sec. | ||
11517 | 2024.08.15 05:38:56.351984 [ 192 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11518 | 2024.08.15 05:38:56.353240 [ 192 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_61_12} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11519 | 2024.08.15 05:38:56.353452 [ 199 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 712 rows, containing 19 columns (19 merged, 0 gathered) in 0.016227063 sec., 43877.31778695874 rows/sec., 78.63 MiB/sec. | ||
11520 | 2024.08.15 05:38:56.353470 [ 192 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_61_12} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11521 | 2024.08.15 05:38:56.353609 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
11522 | 2024.08.15 05:38:56.354353 [ 188 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
11523 | 2024.08.15 05:38:56.354928 [ 188 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11524 | 2024.08.15 05:38:56.355012 [ 188 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
11525 | 2024.08.15 05:38:56.355155 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB. | ||
11526 | 2024.08.15 05:38:57.000225 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.54 MiB, peak 211.38 MiB, free memory in arenas 0.00 B, will set to 201.56 MiB (RSS), difference: 1.02 MiB | ||
11527 | 2024.08.15 05:39:01.409458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11528 | 2024.08.15 05:39:01.409664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11529 | 2024.08.15 05:39:01.409695 [ 3 ] {} <Debug> HTTP-Session: 2cca1231-9ce6-459f-a0a0-cb900a363672 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11530 | 2024.08.15 05:39:01.409724 [ 3 ] {} <Debug> HTTP-Session: 2cca1231-9ce6-459f-a0a0-cb900a363672 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11531 | 2024.08.15 05:39:01.409743 [ 3 ] {} <Debug> HTTP-Session: 2cca1231-9ce6-459f-a0a0-cb900a363672 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11532 | 2024.08.15 05:39:01.409802 [ 3 ] {} <Trace> HTTP-Session: 2cca1231-9ce6-459f-a0a0-cb900a363672 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11533 | 2024.08.15 05:39:01.410023 [ 3 ] {6720c048-83ac-4066-afe1-e9bee3fcbc98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11534 | 2024.08.15 05:39:01.410099 [ 3 ] {6720c048-83ac-4066-afe1-e9bee3fcbc98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11535 | 2024.08.15 05:39:01.410324 [ 3 ] {6720c048-83ac-4066-afe1-e9bee3fcbc98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11536 | 2024.08.15 05:39:01.410776 [ 3 ] {6720c048-83ac-4066-afe1-e9bee3fcbc98} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11537 | 2024.08.15 05:39:01.410820 [ 3 ] {6720c048-83ac-4066-afe1-e9bee3fcbc98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11538 | 2024.08.15 05:39:01.411201 [ 3 ] {6720c048-83ac-4066-afe1-e9bee3fcbc98} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
11539 | 2024.08.15 05:39:01.411543 [ 3 ] {6720c048-83ac-4066-afe1-e9bee3fcbc98} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11540 | 2024.08.15 05:39:01.411725 [ 3 ] {6720c048-83ac-4066-afe1-e9bee3fcbc98} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001767 sec., 14714.204867006227 rows/sec., 1.16 MiB/sec. | ||
11541 | 2024.08.15 05:39:01.411930 [ 3 ] {6720c048-83ac-4066-afe1-e9bee3fcbc98} <Debug> DynamicQueryHandler: Done processing query | ||
11542 | 2024.08.15 05:39:01.411957 [ 3 ] {6720c048-83ac-4066-afe1-e9bee3fcbc98} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11543 | 2024.08.15 05:39:01.411974 [ 3 ] {} <Debug> HTTP-Session: 2cca1231-9ce6-459f-a0a0-cb900a363672 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11544 | 2024.08.15 05:39:01.412168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11545 | 2024.08.15 05:39:01.412220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11546 | 2024.08.15 05:39:01.412239 [ 3 ] {} <Debug> HTTP-Session: e6bc1000-8ae5-4ab2-a423-2683946dec73 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11547 | 2024.08.15 05:39:01.412256 [ 3 ] {} <Debug> HTTP-Session: e6bc1000-8ae5-4ab2-a423-2683946dec73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11548 | 2024.08.15 05:39:01.412270 [ 3 ] {} <Debug> HTTP-Session: e6bc1000-8ae5-4ab2-a423-2683946dec73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11549 | 2024.08.15 05:39:01.412302 [ 3 ] {} <Trace> HTTP-Session: e6bc1000-8ae5-4ab2-a423-2683946dec73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11550 | 2024.08.15 05:39:01.412441 [ 3 ] {74cb4f6d-4724-47f9-830e-7fa701fe1326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11551 | 2024.08.15 05:39:01.412486 [ 3 ] {74cb4f6d-4724-47f9-830e-7fa701fe1326} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11552 | 2024.08.15 05:39:01.412615 [ 3 ] {74cb4f6d-4724-47f9-830e-7fa701fe1326} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11553 | 2024.08.15 05:39:01.413011 [ 3 ] {74cb4f6d-4724-47f9-830e-7fa701fe1326} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11554 | 2024.08.15 05:39:01.413049 [ 3 ] {74cb4f6d-4724-47f9-830e-7fa701fe1326} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11555 | 2024.08.15 05:39:01.413369 [ 3 ] {74cb4f6d-4724-47f9-830e-7fa701fe1326} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11556 | 2024.08.15 05:39:01.413681 [ 3 ] {74cb4f6d-4724-47f9-830e-7fa701fe1326} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11557 | 2024.08.15 05:39:01.413840 [ 3 ] {74cb4f6d-4724-47f9-830e-7fa701fe1326} <Debug> executeQuery: Read 134 rows, 11.45 KiB in 0.001455 sec., 92096.21993127148 rows/sec., 7.68 MiB/sec. | ||
11558 | 2024.08.15 05:39:01.414013 [ 3 ] {74cb4f6d-4724-47f9-830e-7fa701fe1326} <Debug> DynamicQueryHandler: Done processing query | ||
11559 | 2024.08.15 05:39:01.414040 [ 3 ] {74cb4f6d-4724-47f9-830e-7fa701fe1326} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11560 | 2024.08.15 05:39:01.414057 [ 3 ] {} <Debug> HTTP-Session: e6bc1000-8ae5-4ab2-a423-2683946dec73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11561 | 2024.08.15 05:39:01.414285 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 15281, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11562 | 2024.08.15 05:39:01.414337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11563 | 2024.08.15 05:39:01.414356 [ 3 ] {} <Debug> HTTP-Session: 4a74abe3-3e17-4a6e-b4c2-728011125b0f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11564 | 2024.08.15 05:39:01.414372 [ 3 ] {} <Debug> HTTP-Session: 4a74abe3-3e17-4a6e-b4c2-728011125b0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11565 | 2024.08.15 05:39:01.414385 [ 3 ] {} <Debug> HTTP-Session: 4a74abe3-3e17-4a6e-b4c2-728011125b0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11566 | 2024.08.15 05:39:01.414417 [ 3 ] {} <Trace> HTTP-Session: 4a74abe3-3e17-4a6e-b4c2-728011125b0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11567 | 2024.08.15 05:39:01.414536 [ 3 ] {eda49756-520e-4db5-b96c-0731098aee2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11568 | 2024.08.15 05:39:01.414579 [ 3 ] {eda49756-520e-4db5-b96c-0731098aee2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11569 | 2024.08.15 05:39:01.414709 [ 3 ] {eda49756-520e-4db5-b96c-0731098aee2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11570 | 2024.08.15 05:39:01.415044 [ 3 ] {eda49756-520e-4db5-b96c-0731098aee2e} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11571 | 2024.08.15 05:39:01.415081 [ 3 ] {eda49756-520e-4db5-b96c-0731098aee2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11572 | 2024.08.15 05:39:01.415398 [ 3 ] {eda49756-520e-4db5-b96c-0731098aee2e} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11573 | 2024.08.15 05:39:01.415710 [ 3 ] {eda49756-520e-4db5-b96c-0731098aee2e} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11574 | 2024.08.15 05:39:01.415861 [ 3 ] {eda49756-520e-4db5-b96c-0731098aee2e} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001359 sec., 66225.16556291391 rows/sec., 5.17 MiB/sec. | ||
11575 | 2024.08.15 05:39:01.416127 [ 3 ] {eda49756-520e-4db5-b96c-0731098aee2e} <Debug> DynamicQueryHandler: Done processing query | ||
11576 | 2024.08.15 05:39:01.416188 [ 3 ] {eda49756-520e-4db5-b96c-0731098aee2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11577 | 2024.08.15 05:39:01.416246 [ 3 ] {} <Debug> HTTP-Session: 4a74abe3-3e17-4a6e-b4c2-728011125b0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11578 | 2024.08.15 05:39:01.416512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30988, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11579 | 2024.08.15 05:39:01.416567 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11580 | 2024.08.15 05:39:01.416588 [ 3 ] {} <Debug> HTTP-Session: c641e290-4ad7-4ddd-834b-00b6ff7897f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11581 | 2024.08.15 05:39:01.416605 [ 3 ] {} <Debug> HTTP-Session: c641e290-4ad7-4ddd-834b-00b6ff7897f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11582 | 2024.08.15 05:39:01.416619 [ 3 ] {} <Debug> HTTP-Session: c641e290-4ad7-4ddd-834b-00b6ff7897f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11583 | 2024.08.15 05:39:01.416651 [ 3 ] {} <Trace> HTTP-Session: c641e290-4ad7-4ddd-834b-00b6ff7897f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11584 | 2024.08.15 05:39:01.416803 [ 3 ] {c2684c00-70f6-4b3c-a7db-c6904206b21c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11585 | 2024.08.15 05:39:01.416851 [ 3 ] {c2684c00-70f6-4b3c-a7db-c6904206b21c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11586 | 2024.08.15 05:39:01.417013 [ 3 ] {c2684c00-70f6-4b3c-a7db-c6904206b21c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11587 | 2024.08.15 05:39:01.417414 [ 3 ] {c2684c00-70f6-4b3c-a7db-c6904206b21c} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11588 | 2024.08.15 05:39:01.417451 [ 3 ] {c2684c00-70f6-4b3c-a7db-c6904206b21c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11589 | 2024.08.15 05:39:01.417849 [ 3 ] {c2684c00-70f6-4b3c-a7db-c6904206b21c} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11590 | 2024.08.15 05:39:01.418189 [ 3 ] {c2684c00-70f6-4b3c-a7db-c6904206b21c} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11591 | 2024.08.15 05:39:01.418345 [ 3 ] {c2684c00-70f6-4b3c-a7db-c6904206b21c} <Debug> executeQuery: Read 162 rows, 11.56 KiB in 0.001603 sec., 101060.51154086088 rows/sec., 7.04 MiB/sec. | ||
11592 | 2024.08.15 05:39:01.418515 [ 3 ] {c2684c00-70f6-4b3c-a7db-c6904206b21c} <Debug> DynamicQueryHandler: Done processing query | ||
11593 | 2024.08.15 05:39:01.418542 [ 3 ] {c2684c00-70f6-4b3c-a7db-c6904206b21c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11594 | 2024.08.15 05:39:01.418557 [ 3 ] {} <Debug> HTTP-Session: c641e290-4ad7-4ddd-834b-00b6ff7897f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11595 | 2024.08.15 05:39:01.418766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 42079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11596 | 2024.08.15 05:39:01.418817 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11597 | 2024.08.15 05:39:01.418836 [ 3 ] {} <Debug> HTTP-Session: c4d34829-4b42-49df-83a7-27d69435942b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11598 | 2024.08.15 05:39:01.418852 [ 3 ] {} <Debug> HTTP-Session: c4d34829-4b42-49df-83a7-27d69435942b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11599 | 2024.08.15 05:39:01.418866 [ 3 ] {} <Debug> HTTP-Session: c4d34829-4b42-49df-83a7-27d69435942b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11600 | 2024.08.15 05:39:01.418897 [ 3 ] {} <Trace> HTTP-Session: c4d34829-4b42-49df-83a7-27d69435942b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11601 | 2024.08.15 05:39:01.419194 [ 3 ] {8e50e2a2-4740-42f4-9a33-683dedceaea8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11602 | 2024.08.15 05:39:01.419259 [ 3 ] {8e50e2a2-4740-42f4-9a33-683dedceaea8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11603 | 2024.08.15 05:39:01.419674 [ 3 ] {8e50e2a2-4740-42f4-9a33-683dedceaea8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11604 | 2024.08.15 05:39:01.420323 [ 3 ] {8e50e2a2-4740-42f4-9a33-683dedceaea8} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11605 | 2024.08.15 05:39:01.420360 [ 3 ] {8e50e2a2-4740-42f4-9a33-683dedceaea8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11606 | 2024.08.15 05:39:01.420988 [ 3 ] {8e50e2a2-4740-42f4-9a33-683dedceaea8} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
11607 | 2024.08.15 05:39:01.421403 [ 3 ] {8e50e2a2-4740-42f4-9a33-683dedceaea8} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11608 | 2024.08.15 05:39:01.421615 [ 3 ] {8e50e2a2-4740-42f4-9a33-683dedceaea8} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00262 sec., 9923.664122137405 rows/sec., 17.78 MiB/sec. | ||
11609 | 2024.08.15 05:39:01.422156 [ 3 ] {8e50e2a2-4740-42f4-9a33-683dedceaea8} <Debug> DynamicQueryHandler: Done processing query | ||
11610 | 2024.08.15 05:39:01.422188 [ 3 ] {8e50e2a2-4740-42f4-9a33-683dedceaea8} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
11611 | 2024.08.15 05:39:01.422204 [ 3 ] {} <Debug> HTTP-Session: c4d34829-4b42-49df-83a7-27d69435942b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11612 | 2024.08.15 05:39:01.422355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11613 | 2024.08.15 05:39:01.422407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11614 | 2024.08.15 05:39:01.422426 [ 3 ] {} <Debug> HTTP-Session: 00b408b5-c9ca-4786-9e37-a167c67e78a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11615 | 2024.08.15 05:39:01.422443 [ 3 ] {} <Debug> HTTP-Session: 00b408b5-c9ca-4786-9e37-a167c67e78a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11616 | 2024.08.15 05:39:01.422456 [ 3 ] {} <Debug> HTTP-Session: 00b408b5-c9ca-4786-9e37-a167c67e78a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11617 | 2024.08.15 05:39:01.422487 [ 3 ] {} <Trace> HTTP-Session: 00b408b5-c9ca-4786-9e37-a167c67e78a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11618 | 2024.08.15 05:39:01.422606 [ 3 ] {fc562d9e-dcc2-4415-aa0f-228090f9045a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11619 | 2024.08.15 05:39:01.422654 [ 3 ] {fc562d9e-dcc2-4415-aa0f-228090f9045a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11620 | 2024.08.15 05:39:01.422802 [ 3 ] {fc562d9e-dcc2-4415-aa0f-228090f9045a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11621 | 2024.08.15 05:39:01.423166 [ 3 ] {fc562d9e-dcc2-4415-aa0f-228090f9045a} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11622 | 2024.08.15 05:39:01.423203 [ 3 ] {fc562d9e-dcc2-4415-aa0f-228090f9045a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11623 | 2024.08.15 05:39:01.423569 [ 3 ] {fc562d9e-dcc2-4415-aa0f-228090f9045a} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11624 | 2024.08.15 05:39:01.423894 [ 3 ] {fc562d9e-dcc2-4415-aa0f-228090f9045a} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11625 | 2024.08.15 05:39:01.424040 [ 3 ] {fc562d9e-dcc2-4415-aa0f-228090f9045a} <Debug> executeQuery: Read 62 rows, 4.27 KiB in 0.001474 sec., 42062.415196743554 rows/sec., 2.83 MiB/sec. | ||
11626 | 2024.08.15 05:39:01.424211 [ 3 ] {fc562d9e-dcc2-4415-aa0f-228090f9045a} <Debug> DynamicQueryHandler: Done processing query | ||
11627 | 2024.08.15 05:39:01.424236 [ 3 ] {fc562d9e-dcc2-4415-aa0f-228090f9045a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11628 | 2024.08.15 05:39:01.424251 [ 3 ] {} <Debug> HTTP-Session: 00b408b5-c9ca-4786-9e37-a167c67e78a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11629 | 2024.08.15 05:39:05.236351 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11630 | 2024.08.15 05:39:05.236417 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11631 | 2024.08.15 05:39:06.412619 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11632 | 2024.08.15 05:39:06.412748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11633 | 2024.08.15 05:39:06.412779 [ 3 ] {} <Debug> HTTP-Session: ed42a882-8803-41a5-9e00-863f5339617d Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11634 | 2024.08.15 05:39:06.412805 [ 3 ] {} <Debug> HTTP-Session: ed42a882-8803-41a5-9e00-863f5339617d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11635 | 2024.08.15 05:39:06.412820 [ 3 ] {} <Debug> HTTP-Session: ed42a882-8803-41a5-9e00-863f5339617d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11636 | 2024.08.15 05:39:06.412871 [ 3 ] {} <Trace> HTTP-Session: ed42a882-8803-41a5-9e00-863f5339617d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11637 | 2024.08.15 05:39:06.413055 [ 3 ] {62fc7796-2e67-4097-9004-ec9780b98c20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11638 | 2024.08.15 05:39:06.413124 [ 3 ] {62fc7796-2e67-4097-9004-ec9780b98c20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11639 | 2024.08.15 05:39:06.413322 [ 3 ] {62fc7796-2e67-4097-9004-ec9780b98c20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11640 | 2024.08.15 05:39:06.413781 [ 3 ] {62fc7796-2e67-4097-9004-ec9780b98c20} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11641 | 2024.08.15 05:39:06.413825 [ 3 ] {62fc7796-2e67-4097-9004-ec9780b98c20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11642 | 2024.08.15 05:39:06.414196 [ 3 ] {62fc7796-2e67-4097-9004-ec9780b98c20} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
11643 | 2024.08.15 05:39:06.414545 [ 3 ] {62fc7796-2e67-4097-9004-ec9780b98c20} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11644 | 2024.08.15 05:39:06.414703 [ 3 ] {62fc7796-2e67-4097-9004-ec9780b98c20} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001702 sec., 2350.1762632197415 rows/sec., 190.49 KiB/sec. | ||
11645 | 2024.08.15 05:39:06.414927 [ 3 ] {62fc7796-2e67-4097-9004-ec9780b98c20} <Debug> DynamicQueryHandler: Done processing query | ||
11646 | 2024.08.15 05:39:06.414955 [ 3 ] {62fc7796-2e67-4097-9004-ec9780b98c20} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11647 | 2024.08.15 05:39:06.414972 [ 3 ] {} <Debug> HTTP-Session: ed42a882-8803-41a5-9e00-863f5339617d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11648 | 2024.08.15 05:39:06.415198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11649 | 2024.08.15 05:39:06.415253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11650 | 2024.08.15 05:39:06.415274 [ 3 ] {} <Debug> HTTP-Session: 3eebc63c-1e5c-4109-822f-c6f727041b60 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11651 | 2024.08.15 05:39:06.415290 [ 3 ] {} <Debug> HTTP-Session: 3eebc63c-1e5c-4109-822f-c6f727041b60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11652 | 2024.08.15 05:39:06.415303 [ 3 ] {} <Debug> HTTP-Session: 3eebc63c-1e5c-4109-822f-c6f727041b60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11653 | 2024.08.15 05:39:06.415336 [ 3 ] {} <Trace> HTTP-Session: 3eebc63c-1e5c-4109-822f-c6f727041b60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11654 | 2024.08.15 05:39:06.415491 [ 3 ] {b566fe3b-68db-4abc-96c6-91a22e302f79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11655 | 2024.08.15 05:39:06.415536 [ 3 ] {b566fe3b-68db-4abc-96c6-91a22e302f79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11656 | 2024.08.15 05:39:06.415659 [ 3 ] {b566fe3b-68db-4abc-96c6-91a22e302f79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11657 | 2024.08.15 05:39:06.416086 [ 3 ] {b566fe3b-68db-4abc-96c6-91a22e302f79} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11658 | 2024.08.15 05:39:06.416125 [ 3 ] {b566fe3b-68db-4abc-96c6-91a22e302f79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11659 | 2024.08.15 05:39:06.416455 [ 3 ] {b566fe3b-68db-4abc-96c6-91a22e302f79} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11660 | 2024.08.15 05:39:06.416775 [ 3 ] {b566fe3b-68db-4abc-96c6-91a22e302f79} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11661 | 2024.08.15 05:39:06.416900 [ 3 ] {b566fe3b-68db-4abc-96c6-91a22e302f79} <Debug> executeQuery: Read 201 rows, 18.00 KiB in 0.001481 sec., 135719.10871033085 rows/sec., 11.87 MiB/sec. | ||
11662 | 2024.08.15 05:39:06.417155 [ 3 ] {b566fe3b-68db-4abc-96c6-91a22e302f79} <Debug> DynamicQueryHandler: Done processing query | ||
11663 | 2024.08.15 05:39:06.417214 [ 3 ] {b566fe3b-68db-4abc-96c6-91a22e302f79} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
11664 | 2024.08.15 05:39:06.417275 [ 3 ] {} <Debug> HTTP-Session: 3eebc63c-1e5c-4109-822f-c6f727041b60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11665 | 2024.08.15 05:39:06.417453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11666 | 2024.08.15 05:39:06.417507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11667 | 2024.08.15 05:39:06.417526 [ 3 ] {} <Debug> HTTP-Session: 5b0466b5-6344-4da3-a221-7910fe751feb Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11668 | 2024.08.15 05:39:06.417544 [ 3 ] {} <Debug> HTTP-Session: 5b0466b5-6344-4da3-a221-7910fe751feb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11669 | 2024.08.15 05:39:06.417558 [ 3 ] {} <Debug> HTTP-Session: 5b0466b5-6344-4da3-a221-7910fe751feb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11670 | 2024.08.15 05:39:06.417589 [ 3 ] {} <Trace> HTTP-Session: 5b0466b5-6344-4da3-a221-7910fe751feb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11671 | 2024.08.15 05:39:06.417692 [ 3 ] {8479b45c-1aee-4c09-8313-d20379a8ede6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11672 | 2024.08.15 05:39:06.417736 [ 3 ] {8479b45c-1aee-4c09-8313-d20379a8ede6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11673 | 2024.08.15 05:39:06.417886 [ 3 ] {8479b45c-1aee-4c09-8313-d20379a8ede6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11674 | 2024.08.15 05:39:06.418179 [ 3 ] {8479b45c-1aee-4c09-8313-d20379a8ede6} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11675 | 2024.08.15 05:39:06.418216 [ 3 ] {8479b45c-1aee-4c09-8313-d20379a8ede6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11676 | 2024.08.15 05:39:06.418531 [ 3 ] {8479b45c-1aee-4c09-8313-d20379a8ede6} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
11677 | 2024.08.15 05:39:06.418841 [ 3 ] {8479b45c-1aee-4c09-8313-d20379a8ede6} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11678 | 2024.08.15 05:39:06.418966 [ 3 ] {8479b45c-1aee-4c09-8313-d20379a8ede6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001302 sec., 10752.68817204301 rows/sec., 753.05 KiB/sec. | ||
11679 | 2024.08.15 05:39:06.419130 [ 3 ] {8479b45c-1aee-4c09-8313-d20379a8ede6} <Debug> DynamicQueryHandler: Done processing query | ||
11680 | 2024.08.15 05:39:06.419155 [ 3 ] {8479b45c-1aee-4c09-8313-d20379a8ede6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11681 | 2024.08.15 05:39:06.419171 [ 3 ] {} <Debug> HTTP-Session: 5b0466b5-6344-4da3-a221-7910fe751feb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11682 | 2024.08.15 05:39:06.419301 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11683 | 2024.08.15 05:39:06.419350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11684 | 2024.08.15 05:39:06.419369 [ 3 ] {} <Debug> HTTP-Session: 8a4ef659-321a-40e7-a70c-366a5c7a2f70 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11685 | 2024.08.15 05:39:06.419386 [ 3 ] {} <Debug> HTTP-Session: 8a4ef659-321a-40e7-a70c-366a5c7a2f70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11686 | 2024.08.15 05:39:06.419399 [ 3 ] {} <Debug> HTTP-Session: 8a4ef659-321a-40e7-a70c-366a5c7a2f70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11687 | 2024.08.15 05:39:06.419431 [ 3 ] {} <Trace> HTTP-Session: 8a4ef659-321a-40e7-a70c-366a5c7a2f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11688 | 2024.08.15 05:39:06.419534 [ 3 ] {2a20b1b9-0d79-4aee-8fba-77d77b0a311d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
11689 | 2024.08.15 05:39:06.419584 [ 3 ] {2a20b1b9-0d79-4aee-8fba-77d77b0a311d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11690 | 2024.08.15 05:39:06.419713 [ 3 ] {2a20b1b9-0d79-4aee-8fba-77d77b0a311d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11691 | 2024.08.15 05:39:06.419990 [ 3 ] {2a20b1b9-0d79-4aee-8fba-77d77b0a311d} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11692 | 2024.08.15 05:39:06.420026 [ 3 ] {2a20b1b9-0d79-4aee-8fba-77d77b0a311d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11693 | 2024.08.15 05:39:06.420329 [ 3 ] {2a20b1b9-0d79-4aee-8fba-77d77b0a311d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
11694 | 2024.08.15 05:39:06.420637 [ 3 ] {2a20b1b9-0d79-4aee-8fba-77d77b0a311d} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11695 | 2024.08.15 05:39:06.420759 [ 3 ] {2a20b1b9-0d79-4aee-8fba-77d77b0a311d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001254 sec., 4784.6889952153115 rows/sec., 282.69 KiB/sec. | ||
11696 | 2024.08.15 05:39:06.421023 [ 3 ] {2a20b1b9-0d79-4aee-8fba-77d77b0a311d} <Debug> DynamicQueryHandler: Done processing query | ||
11697 | 2024.08.15 05:39:06.421064 [ 3 ] {2a20b1b9-0d79-4aee-8fba-77d77b0a311d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11698 | 2024.08.15 05:39:06.421085 [ 3 ] {} <Debug> HTTP-Session: 8a4ef659-321a-40e7-a70c-366a5c7a2f70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11699 | 2024.08.15 05:39:06.421278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 62444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11700 | 2024.08.15 05:39:06.421327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11701 | 2024.08.15 05:39:06.421348 [ 3 ] {} <Debug> HTTP-Session: 7b0557d0-ab55-41b7-be96-44ce6d4fc916 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11702 | 2024.08.15 05:39:06.421365 [ 3 ] {} <Debug> HTTP-Session: 7b0557d0-ab55-41b7-be96-44ce6d4fc916 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11703 | 2024.08.15 05:39:06.421383 [ 3 ] {} <Debug> HTTP-Session: 7b0557d0-ab55-41b7-be96-44ce6d4fc916 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11704 | 2024.08.15 05:39:06.421415 [ 3 ] {} <Trace> HTTP-Session: 7b0557d0-ab55-41b7-be96-44ce6d4fc916 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11705 | 2024.08.15 05:39:06.421616 [ 3 ] {eea3412c-40d9-43a6-b227-6b2ebec03d37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11706 | 2024.08.15 05:39:06.421661 [ 3 ] {eea3412c-40d9-43a6-b227-6b2ebec03d37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11707 | 2024.08.15 05:39:06.421804 [ 3 ] {eea3412c-40d9-43a6-b227-6b2ebec03d37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11708 | 2024.08.15 05:39:06.422345 [ 3 ] {eea3412c-40d9-43a6-b227-6b2ebec03d37} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11709 | 2024.08.15 05:39:06.422382 [ 3 ] {eea3412c-40d9-43a6-b227-6b2ebec03d37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11710 | 2024.08.15 05:39:06.422699 [ 3 ] {eea3412c-40d9-43a6-b227-6b2ebec03d37} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11711 | 2024.08.15 05:39:06.423027 [ 3 ] {eea3412c-40d9-43a6-b227-6b2ebec03d37} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11712 | 2024.08.15 05:39:06.423155 [ 3 ] {eea3412c-40d9-43a6-b227-6b2ebec03d37} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.001641 sec., 235222.42535039608 rows/sec., 16.66 MiB/sec. | ||
11713 | 2024.08.15 05:39:06.423321 [ 3 ] {eea3412c-40d9-43a6-b227-6b2ebec03d37} <Debug> DynamicQueryHandler: Done processing query | ||
11714 | 2024.08.15 05:39:06.423347 [ 3 ] {eea3412c-40d9-43a6-b227-6b2ebec03d37} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
11715 | 2024.08.15 05:39:06.423364 [ 3 ] {} <Debug> HTTP-Session: 7b0557d0-ab55-41b7-be96-44ce6d4fc916 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11716 | 2024.08.15 05:39:06.423510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11717 | 2024.08.15 05:39:06.423559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11718 | 2024.08.15 05:39:06.423578 [ 3 ] {} <Debug> HTTP-Session: 111b3f99-6e85-4091-9a24-5b34d6c48f43 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11719 | 2024.08.15 05:39:06.423595 [ 3 ] {} <Debug> HTTP-Session: 111b3f99-6e85-4091-9a24-5b34d6c48f43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11720 | 2024.08.15 05:39:06.423609 [ 3 ] {} <Debug> HTTP-Session: 111b3f99-6e85-4091-9a24-5b34d6c48f43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11721 | 2024.08.15 05:39:06.423640 [ 3 ] {} <Trace> HTTP-Session: 111b3f99-6e85-4091-9a24-5b34d6c48f43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11722 | 2024.08.15 05:39:06.423733 [ 3 ] {ff4de3a3-ab04-4e9e-a391-4bcec9f056a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11723 | 2024.08.15 05:39:06.423778 [ 3 ] {ff4de3a3-ab04-4e9e-a391-4bcec9f056a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11724 | 2024.08.15 05:39:06.423906 [ 3 ] {ff4de3a3-ab04-4e9e-a391-4bcec9f056a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11725 | 2024.08.15 05:39:06.424160 [ 3 ] {ff4de3a3-ab04-4e9e-a391-4bcec9f056a3} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11726 | 2024.08.15 05:39:06.424196 [ 3 ] {ff4de3a3-ab04-4e9e-a391-4bcec9f056a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11727 | 2024.08.15 05:39:06.424562 [ 3 ] {ff4de3a3-ab04-4e9e-a391-4bcec9f056a3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
11728 | 2024.08.15 05:39:06.424886 [ 3 ] {ff4de3a3-ab04-4e9e-a391-4bcec9f056a3} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11729 | 2024.08.15 05:39:06.425016 [ 3 ] {ff4de3a3-ab04-4e9e-a391-4bcec9f056a3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001307 sec., 4590.665646518745 rows/sec., 239.84 KiB/sec. | ||
11730 | 2024.08.15 05:39:06.425181 [ 3 ] {ff4de3a3-ab04-4e9e-a391-4bcec9f056a3} <Debug> DynamicQueryHandler: Done processing query | ||
11731 | 2024.08.15 05:39:06.425206 [ 3 ] {ff4de3a3-ab04-4e9e-a391-4bcec9f056a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11732 | 2024.08.15 05:39:06.425223 [ 3 ] {} <Debug> HTTP-Session: 111b3f99-6e85-4091-9a24-5b34d6c48f43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11733 | 2024.08.15 05:39:06.425396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 44608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11734 | 2024.08.15 05:39:06.425444 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11735 | 2024.08.15 05:39:06.425463 [ 3 ] {} <Debug> HTTP-Session: 850aa5f1-0fbf-4f2a-913e-c731feffaa08 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11736 | 2024.08.15 05:39:06.425479 [ 3 ] {} <Debug> HTTP-Session: 850aa5f1-0fbf-4f2a-913e-c731feffaa08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11737 | 2024.08.15 05:39:06.425493 [ 3 ] {} <Debug> HTTP-Session: 850aa5f1-0fbf-4f2a-913e-c731feffaa08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11738 | 2024.08.15 05:39:06.425523 [ 3 ] {} <Trace> HTTP-Session: 850aa5f1-0fbf-4f2a-913e-c731feffaa08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11739 | 2024.08.15 05:39:06.425722 [ 3 ] {33cc45bc-a731-4aa9-bd59-723192c2b3b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11740 | 2024.08.15 05:39:06.425769 [ 3 ] {33cc45bc-a731-4aa9-bd59-723192c2b3b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11741 | 2024.08.15 05:39:06.425911 [ 3 ] {33cc45bc-a731-4aa9-bd59-723192c2b3b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11742 | 2024.08.15 05:39:06.426411 [ 3 ] {33cc45bc-a731-4aa9-bd59-723192c2b3b0} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11743 | 2024.08.15 05:39:06.426448 [ 3 ] {33cc45bc-a731-4aa9-bd59-723192c2b3b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11744 | 2024.08.15 05:39:06.426830 [ 3 ] {33cc45bc-a731-4aa9-bd59-723192c2b3b0} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11745 | 2024.08.15 05:39:06.427207 [ 3 ] {33cc45bc-a731-4aa9-bd59-723192c2b3b0} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11746 | 2024.08.15 05:39:06.427390 [ 3 ] {33cc45bc-a731-4aa9-bd59-723192c2b3b0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001776 sec., 133445.94594594595 rows/sec., 8.94 MiB/sec. | ||
11747 | 2024.08.15 05:39:06.427702 [ 3 ] {33cc45bc-a731-4aa9-bd59-723192c2b3b0} <Debug> DynamicQueryHandler: Done processing query | ||
11748 | 2024.08.15 05:39:06.427763 [ 3 ] {33cc45bc-a731-4aa9-bd59-723192c2b3b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11749 | 2024.08.15 05:39:06.427815 [ 3 ] {} <Debug> HTTP-Session: 850aa5f1-0fbf-4f2a-913e-c731feffaa08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11750 | 2024.08.15 05:39:06.427982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11751 | 2024.08.15 05:39:06.428037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11752 | 2024.08.15 05:39:06.428057 [ 3 ] {} <Debug> HTTP-Session: c25dcde4-30cc-44fa-91a6-fcce94ca2572 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11753 | 2024.08.15 05:39:06.428076 [ 3 ] {} <Debug> HTTP-Session: c25dcde4-30cc-44fa-91a6-fcce94ca2572 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11754 | 2024.08.15 05:39:06.428090 [ 3 ] {} <Debug> HTTP-Session: c25dcde4-30cc-44fa-91a6-fcce94ca2572 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11755 | 2024.08.15 05:39:06.428124 [ 3 ] {} <Trace> HTTP-Session: c25dcde4-30cc-44fa-91a6-fcce94ca2572 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11756 | 2024.08.15 05:39:06.428228 [ 3 ] {fc9b7913-7a4c-4c66-a96c-6b6865e2d546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
11757 | 2024.08.15 05:39:06.428276 [ 3 ] {fc9b7913-7a4c-4c66-a96c-6b6865e2d546} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11758 | 2024.08.15 05:39:06.428430 [ 3 ] {fc9b7913-7a4c-4c66-a96c-6b6865e2d546} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11759 | 2024.08.15 05:39:06.428709 [ 3 ] {fc9b7913-7a4c-4c66-a96c-6b6865e2d546} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11760 | 2024.08.15 05:39:06.428746 [ 3 ] {fc9b7913-7a4c-4c66-a96c-6b6865e2d546} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11761 | 2024.08.15 05:39:06.429102 [ 3 ] {fc9b7913-7a4c-4c66-a96c-6b6865e2d546} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
11762 | 2024.08.15 05:39:06.429438 [ 3 ] {fc9b7913-7a4c-4c66-a96c-6b6865e2d546} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11763 | 2024.08.15 05:39:06.429600 [ 3 ] {fc9b7913-7a4c-4c66-a96c-6b6865e2d546} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001388 sec., 720.4610951008646 rows/sec., 48.55 KiB/sec. | ||
11764 | 2024.08.15 05:39:06.429776 [ 3 ] {fc9b7913-7a4c-4c66-a96c-6b6865e2d546} <Debug> DynamicQueryHandler: Done processing query | ||
11765 | 2024.08.15 05:39:06.429802 [ 3 ] {fc9b7913-7a4c-4c66-a96c-6b6865e2d546} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
11766 | 2024.08.15 05:39:06.429818 [ 3 ] {} <Debug> HTTP-Session: c25dcde4-30cc-44fa-91a6-fcce94ca2572 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11767 | 2024.08.15 05:39:06.429937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11768 | 2024.08.15 05:39:06.429985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11769 | 2024.08.15 05:39:06.430005 [ 3 ] {} <Debug> HTTP-Session: eead64db-0f6a-43cb-87f7-0a51b6082943 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11770 | 2024.08.15 05:39:06.430022 [ 3 ] {} <Debug> HTTP-Session: eead64db-0f6a-43cb-87f7-0a51b6082943 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11771 | 2024.08.15 05:39:06.430035 [ 3 ] {} <Debug> HTTP-Session: eead64db-0f6a-43cb-87f7-0a51b6082943 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11772 | 2024.08.15 05:39:06.430065 [ 3 ] {} <Trace> HTTP-Session: eead64db-0f6a-43cb-87f7-0a51b6082943 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11773 | 2024.08.15 05:39:06.430208 [ 3 ] {4104037b-feb7-41f2-977b-269c1e3767b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11774 | 2024.08.15 05:39:06.430272 [ 3 ] {4104037b-feb7-41f2-977b-269c1e3767b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11775 | 2024.08.15 05:39:06.430694 [ 3 ] {4104037b-feb7-41f2-977b-269c1e3767b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11776 | 2024.08.15 05:39:06.431186 [ 3 ] {4104037b-feb7-41f2-977b-269c1e3767b3} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11777 | 2024.08.15 05:39:06.431222 [ 3 ] {4104037b-feb7-41f2-977b-269c1e3767b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11778 | 2024.08.15 05:39:06.431817 [ 3 ] {4104037b-feb7-41f2-977b-269c1e3767b3} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
11779 | 2024.08.15 05:39:06.432238 [ 3 ] {4104037b-feb7-41f2-977b-269c1e3767b3} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11780 | 2024.08.15 05:39:06.432426 [ 3 ] {4104037b-feb7-41f2-977b-269c1e3767b3} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002287 sec., 1749.0161783996502 rows/sec., 3.13 MiB/sec. | ||
11781 | 2024.08.15 05:39:06.432649 [ 3 ] {4104037b-feb7-41f2-977b-269c1e3767b3} <Debug> DynamicQueryHandler: Done processing query | ||
11782 | 2024.08.15 05:39:06.432675 [ 3 ] {4104037b-feb7-41f2-977b-269c1e3767b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
11783 | 2024.08.15 05:39:06.432691 [ 3 ] {} <Debug> HTTP-Session: eead64db-0f6a-43cb-87f7-0a51b6082943 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11784 | 2024.08.15 05:39:06.432821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11785 | 2024.08.15 05:39:06.432869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11786 | 2024.08.15 05:39:06.432887 [ 3 ] {} <Debug> HTTP-Session: 3f72f4ec-a912-4962-a4da-6dd278a6665c Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11787 | 2024.08.15 05:39:06.432904 [ 3 ] {} <Debug> HTTP-Session: 3f72f4ec-a912-4962-a4da-6dd278a6665c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11788 | 2024.08.15 05:39:06.432918 [ 3 ] {} <Debug> HTTP-Session: 3f72f4ec-a912-4962-a4da-6dd278a6665c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11789 | 2024.08.15 05:39:06.432948 [ 3 ] {} <Trace> HTTP-Session: 3f72f4ec-a912-4962-a4da-6dd278a6665c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11790 | 2024.08.15 05:39:06.433065 [ 3 ] {fe0c654f-24e8-4e97-a0b5-7dca8864cd9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11791 | 2024.08.15 05:39:06.433110 [ 3 ] {fe0c654f-24e8-4e97-a0b5-7dca8864cd9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11792 | 2024.08.15 05:39:06.433241 [ 3 ] {fe0c654f-24e8-4e97-a0b5-7dca8864cd9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11793 | 2024.08.15 05:39:06.433567 [ 3 ] {fe0c654f-24e8-4e97-a0b5-7dca8864cd9c} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11794 | 2024.08.15 05:39:06.433604 [ 3 ] {fe0c654f-24e8-4e97-a0b5-7dca8864cd9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11795 | 2024.08.15 05:39:06.433956 [ 3 ] {fe0c654f-24e8-4e97-a0b5-7dca8864cd9c} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11796 | 2024.08.15 05:39:06.434265 [ 3 ] {fe0c654f-24e8-4e97-a0b5-7dca8864cd9c} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11797 | 2024.08.15 05:39:06.434418 [ 3 ] {fe0c654f-24e8-4e97-a0b5-7dca8864cd9c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001395 sec., 58781.362007168456 rows/sec., 3.73 MiB/sec. | ||
11798 | 2024.08.15 05:39:06.434592 [ 3 ] {fe0c654f-24e8-4e97-a0b5-7dca8864cd9c} <Debug> DynamicQueryHandler: Done processing query | ||
11799 | 2024.08.15 05:39:06.434617 [ 3 ] {fe0c654f-24e8-4e97-a0b5-7dca8864cd9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11800 | 2024.08.15 05:39:06.434632 [ 3 ] {} <Debug> HTTP-Session: 3f72f4ec-a912-4962-a4da-6dd278a6665c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11801 | 2024.08.15 05:39:11.408519 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11802 | 2024.08.15 05:39:11.408717 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11803 | 2024.08.15 05:39:11.408764 [ 3 ] {} <Debug> HTTP-Session: 13093199-fe57-40cb-a225-3691967c5299 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11804 | 2024.08.15 05:39:11.408805 [ 3 ] {} <Debug> HTTP-Session: 13093199-fe57-40cb-a225-3691967c5299 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11805 | 2024.08.15 05:39:11.408833 [ 3 ] {} <Debug> HTTP-Session: 13093199-fe57-40cb-a225-3691967c5299 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11806 | 2024.08.15 05:39:11.408914 [ 3 ] {} <Trace> HTTP-Session: 13093199-fe57-40cb-a225-3691967c5299 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11807 | 2024.08.15 05:39:11.409148 [ 3 ] {5a3e92a1-a9e5-41b1-99a7-879437a794d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11808 | 2024.08.15 05:39:11.409220 [ 3 ] {5a3e92a1-a9e5-41b1-99a7-879437a794d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11809 | 2024.08.15 05:39:11.409418 [ 3 ] {5a3e92a1-a9e5-41b1-99a7-879437a794d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11810 | 2024.08.15 05:39:11.409929 [ 3 ] {5a3e92a1-a9e5-41b1-99a7-879437a794d3} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11811 | 2024.08.15 05:39:11.409973 [ 3 ] {5a3e92a1-a9e5-41b1-99a7-879437a794d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11812 | 2024.08.15 05:39:11.410352 [ 3 ] {5a3e92a1-a9e5-41b1-99a7-879437a794d3} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
11813 | 2024.08.15 05:39:11.410690 [ 3 ] {5a3e92a1-a9e5-41b1-99a7-879437a794d3} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11814 | 2024.08.15 05:39:11.410843 [ 3 ] {5a3e92a1-a9e5-41b1-99a7-879437a794d3} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001752 sec., 14840.182648401826 rows/sec., 1.17 MiB/sec. | ||
11815 | 2024.08.15 05:39:11.411053 [ 3 ] {5a3e92a1-a9e5-41b1-99a7-879437a794d3} <Debug> DynamicQueryHandler: Done processing query | ||
11816 | 2024.08.15 05:39:11.411081 [ 3 ] {5a3e92a1-a9e5-41b1-99a7-879437a794d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11817 | 2024.08.15 05:39:11.411098 [ 3 ] {} <Debug> HTTP-Session: 13093199-fe57-40cb-a225-3691967c5299 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11818 | 2024.08.15 05:39:11.411309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11819 | 2024.08.15 05:39:11.411367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11820 | 2024.08.15 05:39:11.411388 [ 3 ] {} <Debug> HTTP-Session: 4a65acc0-2004-4ebc-a59a-9d2ac7050956 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11821 | 2024.08.15 05:39:11.411406 [ 3 ] {} <Debug> HTTP-Session: 4a65acc0-2004-4ebc-a59a-9d2ac7050956 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11822 | 2024.08.15 05:39:11.411420 [ 3 ] {} <Debug> HTTP-Session: 4a65acc0-2004-4ebc-a59a-9d2ac7050956 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11823 | 2024.08.15 05:39:11.411456 [ 3 ] {} <Trace> HTTP-Session: 4a65acc0-2004-4ebc-a59a-9d2ac7050956 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11824 | 2024.08.15 05:39:11.411599 [ 3 ] {49bfd2ba-b5f9-4ac5-be84-8922afbffce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11825 | 2024.08.15 05:39:11.411646 [ 3 ] {49bfd2ba-b5f9-4ac5-be84-8922afbffce2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11826 | 2024.08.15 05:39:11.411777 [ 3 ] {49bfd2ba-b5f9-4ac5-be84-8922afbffce2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11827 | 2024.08.15 05:39:11.412186 [ 3 ] {49bfd2ba-b5f9-4ac5-be84-8922afbffce2} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11828 | 2024.08.15 05:39:11.412224 [ 3 ] {49bfd2ba-b5f9-4ac5-be84-8922afbffce2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11829 | 2024.08.15 05:39:11.412539 [ 3 ] {49bfd2ba-b5f9-4ac5-be84-8922afbffce2} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11830 | 2024.08.15 05:39:11.412840 [ 3 ] {49bfd2ba-b5f9-4ac5-be84-8922afbffce2} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11831 | 2024.08.15 05:39:11.412966 [ 3 ] {49bfd2ba-b5f9-4ac5-be84-8922afbffce2} <Debug> executeQuery: Read 134 rows, 11.45 KiB in 0.001429 sec., 93771.86843946816 rows/sec., 7.82 MiB/sec. | ||
11832 | 2024.08.15 05:39:11.413132 [ 3 ] {49bfd2ba-b5f9-4ac5-be84-8922afbffce2} <Debug> DynamicQueryHandler: Done processing query | ||
11833 | 2024.08.15 05:39:11.413158 [ 3 ] {49bfd2ba-b5f9-4ac5-be84-8922afbffce2} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11834 | 2024.08.15 05:39:11.413175 [ 3 ] {} <Debug> HTTP-Session: 4a65acc0-2004-4ebc-a59a-9d2ac7050956 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11835 | 2024.08.15 05:39:11.413397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 15281, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11836 | 2024.08.15 05:39:11.413449 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11837 | 2024.08.15 05:39:11.413470 [ 3 ] {} <Debug> HTTP-Session: f56be2b6-d047-46bb-b8db-37e65909daba Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11838 | 2024.08.15 05:39:11.413487 [ 3 ] {} <Debug> HTTP-Session: f56be2b6-d047-46bb-b8db-37e65909daba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11839 | 2024.08.15 05:39:11.413501 [ 3 ] {} <Debug> HTTP-Session: f56be2b6-d047-46bb-b8db-37e65909daba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11840 | 2024.08.15 05:39:11.413533 [ 3 ] {} <Trace> HTTP-Session: f56be2b6-d047-46bb-b8db-37e65909daba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11841 | 2024.08.15 05:39:11.413665 [ 3 ] {a9938d16-45e7-4378-b942-28f274f6c9e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11842 | 2024.08.15 05:39:11.413709 [ 3 ] {a9938d16-45e7-4378-b942-28f274f6c9e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11843 | 2024.08.15 05:39:11.413836 [ 3 ] {a9938d16-45e7-4378-b942-28f274f6c9e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11844 | 2024.08.15 05:39:11.414183 [ 3 ] {a9938d16-45e7-4378-b942-28f274f6c9e8} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11845 | 2024.08.15 05:39:11.414221 [ 3 ] {a9938d16-45e7-4378-b942-28f274f6c9e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11846 | 2024.08.15 05:39:11.414529 [ 3 ] {a9938d16-45e7-4378-b942-28f274f6c9e8} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11847 | 2024.08.15 05:39:11.414834 [ 3 ] {a9938d16-45e7-4378-b942-28f274f6c9e8} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11848 | 2024.08.15 05:39:11.414957 [ 3 ] {a9938d16-45e7-4378-b942-28f274f6c9e8} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001346 sec., 66864.78454680536 rows/sec., 5.22 MiB/sec. | ||
11849 | 2024.08.15 05:39:11.415122 [ 3 ] {a9938d16-45e7-4378-b942-28f274f6c9e8} <Debug> DynamicQueryHandler: Done processing query | ||
11850 | 2024.08.15 05:39:11.415147 [ 3 ] {a9938d16-45e7-4378-b942-28f274f6c9e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11851 | 2024.08.15 05:39:11.415166 [ 3 ] {} <Debug> HTTP-Session: f56be2b6-d047-46bb-b8db-37e65909daba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11852 | 2024.08.15 05:39:11.415399 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11853 | 2024.08.15 05:39:11.415450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11854 | 2024.08.15 05:39:11.415471 [ 3 ] {} <Debug> HTTP-Session: 05ac247a-7830-4481-b47e-e89d07a9ec87 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11855 | 2024.08.15 05:39:11.415488 [ 3 ] {} <Debug> HTTP-Session: 05ac247a-7830-4481-b47e-e89d07a9ec87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11856 | 2024.08.15 05:39:11.415503 [ 3 ] {} <Debug> HTTP-Session: 05ac247a-7830-4481-b47e-e89d07a9ec87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11857 | 2024.08.15 05:39:11.415535 [ 3 ] {} <Trace> HTTP-Session: 05ac247a-7830-4481-b47e-e89d07a9ec87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11858 | 2024.08.15 05:39:11.415685 [ 3 ] {9615d970-71b9-4d98-9bf4-2b48860b3a9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11859 | 2024.08.15 05:39:11.415733 [ 3 ] {9615d970-71b9-4d98-9bf4-2b48860b3a9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11860 | 2024.08.15 05:39:11.415879 [ 3 ] {9615d970-71b9-4d98-9bf4-2b48860b3a9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11861 | 2024.08.15 05:39:11.416280 [ 3 ] {9615d970-71b9-4d98-9bf4-2b48860b3a9b} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11862 | 2024.08.15 05:39:11.416317 [ 3 ] {9615d970-71b9-4d98-9bf4-2b48860b3a9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11863 | 2024.08.15 05:39:11.416707 [ 3 ] {9615d970-71b9-4d98-9bf4-2b48860b3a9b} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11864 | 2024.08.15 05:39:11.417042 [ 3 ] {9615d970-71b9-4d98-9bf4-2b48860b3a9b} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11865 | 2024.08.15 05:39:11.417185 [ 3 ] {9615d970-71b9-4d98-9bf4-2b48860b3a9b} <Debug> executeQuery: Read 158 rows, 11.26 KiB in 0.001565 sec., 100958.46645367412 rows/sec., 7.03 MiB/sec. | ||
11866 | 2024.08.15 05:39:11.417406 [ 3 ] {9615d970-71b9-4d98-9bf4-2b48860b3a9b} <Debug> DynamicQueryHandler: Done processing query | ||
11867 | 2024.08.15 05:39:11.417443 [ 3 ] {9615d970-71b9-4d98-9bf4-2b48860b3a9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11868 | 2024.08.15 05:39:11.417476 [ 3 ] {} <Debug> HTTP-Session: 05ac247a-7830-4481-b47e-e89d07a9ec87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11869 | 2024.08.15 05:39:11.417668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 42066, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11870 | 2024.08.15 05:39:11.417719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11871 | 2024.08.15 05:39:11.417738 [ 3 ] {} <Debug> HTTP-Session: 890ada30-75b8-4175-9d8f-651fa2f8fd12 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11872 | 2024.08.15 05:39:11.417755 [ 3 ] {} <Debug> HTTP-Session: 890ada30-75b8-4175-9d8f-651fa2f8fd12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11873 | 2024.08.15 05:39:11.417768 [ 3 ] {} <Debug> HTTP-Session: 890ada30-75b8-4175-9d8f-651fa2f8fd12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11874 | 2024.08.15 05:39:11.417801 [ 3 ] {} <Trace> HTTP-Session: 890ada30-75b8-4175-9d8f-651fa2f8fd12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11875 | 2024.08.15 05:39:11.418099 [ 3 ] {2dbeaec2-76ba-4f1f-bf0b-6b6bde4c2120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11876 | 2024.08.15 05:39:11.418171 [ 3 ] {2dbeaec2-76ba-4f1f-bf0b-6b6bde4c2120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11877 | 2024.08.15 05:39:11.418600 [ 3 ] {2dbeaec2-76ba-4f1f-bf0b-6b6bde4c2120} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11878 | 2024.08.15 05:39:11.419222 [ 3 ] {2dbeaec2-76ba-4f1f-bf0b-6b6bde4c2120} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11879 | 2024.08.15 05:39:11.419259 [ 3 ] {2dbeaec2-76ba-4f1f-bf0b-6b6bde4c2120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11880 | 2024.08.15 05:39:11.419873 [ 3 ] {2dbeaec2-76ba-4f1f-bf0b-6b6bde4c2120} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
11881 | 2024.08.15 05:39:11.420274 [ 3 ] {2dbeaec2-76ba-4f1f-bf0b-6b6bde4c2120} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11882 | 2024.08.15 05:39:11.420463 [ 3 ] {2dbeaec2-76ba-4f1f-bf0b-6b6bde4c2120} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002573 sec., 10104.935872522346 rows/sec., 18.11 MiB/sec. | ||
11883 | 2024.08.15 05:39:11.420672 [ 3 ] {2dbeaec2-76ba-4f1f-bf0b-6b6bde4c2120} <Debug> DynamicQueryHandler: Done processing query | ||
11884 | 2024.08.15 05:39:11.420698 [ 3 ] {2dbeaec2-76ba-4f1f-bf0b-6b6bde4c2120} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
11885 | 2024.08.15 05:39:11.420714 [ 3 ] {} <Debug> HTTP-Session: 890ada30-75b8-4175-9d8f-651fa2f8fd12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11886 | 2024.08.15 05:39:11.420858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 8827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11887 | 2024.08.15 05:39:11.420908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11888 | 2024.08.15 05:39:11.420929 [ 3 ] {} <Debug> HTTP-Session: 3d6e71b4-df94-4b24-a39d-ebb131f1c97e Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11889 | 2024.08.15 05:39:11.420946 [ 3 ] {} <Debug> HTTP-Session: 3d6e71b4-df94-4b24-a39d-ebb131f1c97e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11890 | 2024.08.15 05:39:11.420960 [ 3 ] {} <Debug> HTTP-Session: 3d6e71b4-df94-4b24-a39d-ebb131f1c97e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11891 | 2024.08.15 05:39:11.420991 [ 3 ] {} <Trace> HTTP-Session: 3d6e71b4-df94-4b24-a39d-ebb131f1c97e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11892 | 2024.08.15 05:39:11.421101 [ 3 ] {9a1beb47-ce6d-41ef-ba06-630f17e1316f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11893 | 2024.08.15 05:39:11.421148 [ 3 ] {9a1beb47-ce6d-41ef-ba06-630f17e1316f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11894 | 2024.08.15 05:39:11.421276 [ 3 ] {9a1beb47-ce6d-41ef-ba06-630f17e1316f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11895 | 2024.08.15 05:39:11.421558 [ 3 ] {9a1beb47-ce6d-41ef-ba06-630f17e1316f} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11896 | 2024.08.15 05:39:11.421595 [ 3 ] {9a1beb47-ce6d-41ef-ba06-630f17e1316f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11897 | 2024.08.15 05:39:11.421957 [ 3 ] {9a1beb47-ce6d-41ef-ba06-630f17e1316f} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11898 | 2024.08.15 05:39:11.422289 [ 3 ] {9a1beb47-ce6d-41ef-ba06-630f17e1316f} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11899 | 2024.08.15 05:39:11.422442 [ 3 ] {9a1beb47-ce6d-41ef-ba06-630f17e1316f} <Debug> executeQuery: Read 58 rows, 4.01 KiB in 0.001368 sec., 42397.66081871345 rows/sec., 2.87 MiB/sec. | ||
11900 | 2024.08.15 05:39:11.422605 [ 3 ] {9a1beb47-ce6d-41ef-ba06-630f17e1316f} <Debug> DynamicQueryHandler: Done processing query | ||
11901 | 2024.08.15 05:39:11.422630 [ 3 ] {9a1beb47-ce6d-41ef-ba06-630f17e1316f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11902 | 2024.08.15 05:39:11.422646 [ 3 ] {} <Debug> HTTP-Session: 3d6e71b4-df94-4b24-a39d-ebb131f1c97e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11903 | 2024.08.15 05:39:16.411776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11904 | 2024.08.15 05:39:16.411974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11905 | 2024.08.15 05:39:16.412019 [ 3 ] {} <Debug> HTTP-Session: 454c69fc-3a3d-4443-8e0c-4ea2598a8ca8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11906 | 2024.08.15 05:39:16.412061 [ 3 ] {} <Debug> HTTP-Session: 454c69fc-3a3d-4443-8e0c-4ea2598a8ca8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11907 | 2024.08.15 05:39:16.412089 [ 3 ] {} <Debug> HTTP-Session: 454c69fc-3a3d-4443-8e0c-4ea2598a8ca8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11908 | 2024.08.15 05:39:16.412170 [ 3 ] {} <Trace> HTTP-Session: 454c69fc-3a3d-4443-8e0c-4ea2598a8ca8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11909 | 2024.08.15 05:39:16.412378 [ 3 ] {792aa36a-455d-4183-8680-1e8a9e4dab03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11910 | 2024.08.15 05:39:16.412446 [ 3 ] {792aa36a-455d-4183-8680-1e8a9e4dab03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11911 | 2024.08.15 05:39:16.412638 [ 3 ] {792aa36a-455d-4183-8680-1e8a9e4dab03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11912 | 2024.08.15 05:39:16.413029 [ 3 ] {792aa36a-455d-4183-8680-1e8a9e4dab03} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11913 | 2024.08.15 05:39:16.413071 [ 3 ] {792aa36a-455d-4183-8680-1e8a9e4dab03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11914 | 2024.08.15 05:39:16.413432 [ 3 ] {792aa36a-455d-4183-8680-1e8a9e4dab03} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
11915 | 2024.08.15 05:39:16.413757 [ 3 ] {792aa36a-455d-4183-8680-1e8a9e4dab03} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11916 | 2024.08.15 05:39:16.413928 [ 3 ] {792aa36a-455d-4183-8680-1e8a9e4dab03} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001601 sec., 2498.4384759525296 rows/sec., 202.51 KiB/sec. | ||
11917 | 2024.08.15 05:39:16.414214 [ 3 ] {792aa36a-455d-4183-8680-1e8a9e4dab03} <Debug> DynamicQueryHandler: Done processing query | ||
11918 | 2024.08.15 05:39:16.414252 [ 3 ] {792aa36a-455d-4183-8680-1e8a9e4dab03} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11919 | 2024.08.15 05:39:16.414285 [ 3 ] {} <Debug> HTTP-Session: 454c69fc-3a3d-4443-8e0c-4ea2598a8ca8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11920 | 2024.08.15 05:39:16.414424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11921 | 2024.08.15 05:39:16.414472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11922 | 2024.08.15 05:39:16.414491 [ 3 ] {} <Debug> HTTP-Session: 48b87fdd-a762-45d1-818a-adc818902f65 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11923 | 2024.08.15 05:39:16.414508 [ 3 ] {} <Debug> HTTP-Session: 48b87fdd-a762-45d1-818a-adc818902f65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11924 | 2024.08.15 05:39:16.414523 [ 3 ] {} <Debug> HTTP-Session: 48b87fdd-a762-45d1-818a-adc818902f65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11925 | 2024.08.15 05:39:16.414554 [ 3 ] {} <Trace> HTTP-Session: 48b87fdd-a762-45d1-818a-adc818902f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11926 | 2024.08.15 05:39:16.414652 [ 3 ] {a794711a-a7b0-4b64-afa4-09c4339987fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11927 | 2024.08.15 05:39:16.414697 [ 3 ] {a794711a-a7b0-4b64-afa4-09c4339987fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11928 | 2024.08.15 05:39:16.414844 [ 3 ] {a794711a-a7b0-4b64-afa4-09c4339987fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11929 | 2024.08.15 05:39:16.415143 [ 3 ] {a794711a-a7b0-4b64-afa4-09c4339987fc} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11930 | 2024.08.15 05:39:16.415180 [ 3 ] {a794711a-a7b0-4b64-afa4-09c4339987fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11931 | 2024.08.15 05:39:16.415472 [ 3 ] {a794711a-a7b0-4b64-afa4-09c4339987fc} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
11932 | 2024.08.15 05:39:16.415769 [ 3 ] {a794711a-a7b0-4b64-afa4-09c4339987fc} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11933 | 2024.08.15 05:39:16.415932 [ 3 ] {a794711a-a7b0-4b64-afa4-09c4339987fc} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001293 sec., 3093.580819798917 rows/sec., 252.26 KiB/sec. | ||
11934 | 2024.08.15 05:39:16.416206 [ 3 ] {a794711a-a7b0-4b64-afa4-09c4339987fc} <Debug> DynamicQueryHandler: Done processing query | ||
11935 | 2024.08.15 05:39:16.416255 [ 3 ] {a794711a-a7b0-4b64-afa4-09c4339987fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11936 | 2024.08.15 05:39:16.416292 [ 3 ] {} <Debug> HTTP-Session: 48b87fdd-a762-45d1-818a-adc818902f65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11937 | 2024.08.15 05:39:16.416486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11938 | 2024.08.15 05:39:16.416536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11939 | 2024.08.15 05:39:16.416555 [ 3 ] {} <Debug> HTTP-Session: 7e91910a-2042-46b9-a3a6-95689e79514c Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11940 | 2024.08.15 05:39:16.416572 [ 3 ] {} <Debug> HTTP-Session: 7e91910a-2042-46b9-a3a6-95689e79514c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11941 | 2024.08.15 05:39:16.416585 [ 3 ] {} <Debug> HTTP-Session: 7e91910a-2042-46b9-a3a6-95689e79514c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11942 | 2024.08.15 05:39:16.416617 [ 3 ] {} <Trace> HTTP-Session: 7e91910a-2042-46b9-a3a6-95689e79514c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11943 | 2024.08.15 05:39:16.416765 [ 3 ] {3e494fa2-fb82-4326-827f-cbbe596b708a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11944 | 2024.08.15 05:39:16.416809 [ 3 ] {3e494fa2-fb82-4326-827f-cbbe596b708a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11945 | 2024.08.15 05:39:16.416960 [ 3 ] {3e494fa2-fb82-4326-827f-cbbe596b708a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11946 | 2024.08.15 05:39:16.417359 [ 3 ] {3e494fa2-fb82-4326-827f-cbbe596b708a} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11947 | 2024.08.15 05:39:16.417395 [ 3 ] {3e494fa2-fb82-4326-827f-cbbe596b708a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11948 | 2024.08.15 05:39:16.417719 [ 3 ] {3e494fa2-fb82-4326-827f-cbbe596b708a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11949 | 2024.08.15 05:39:16.418015 [ 3 ] {3e494fa2-fb82-4326-827f-cbbe596b708a} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11950 | 2024.08.15 05:39:16.418159 [ 3 ] {3e494fa2-fb82-4326-827f-cbbe596b708a} <Debug> executeQuery: Read 203 rows, 18.15 KiB in 0.001459 sec., 139136.3947909527 rows/sec., 12.15 MiB/sec. | ||
11951 | 2024.08.15 05:39:16.418419 [ 3 ] {3e494fa2-fb82-4326-827f-cbbe596b708a} <Debug> DynamicQueryHandler: Done processing query | ||
11952 | 2024.08.15 05:39:16.418477 [ 3 ] {3e494fa2-fb82-4326-827f-cbbe596b708a} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
11953 | 2024.08.15 05:39:16.418531 [ 3 ] {} <Debug> HTTP-Session: 7e91910a-2042-46b9-a3a6-95689e79514c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11954 | 2024.08.15 05:39:16.418736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11955 | 2024.08.15 05:39:16.418786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11956 | 2024.08.15 05:39:16.418805 [ 3 ] {} <Debug> HTTP-Session: 042dfb33-8fa3-4270-b66a-0f841083cae0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11957 | 2024.08.15 05:39:16.418822 [ 3 ] {} <Debug> HTTP-Session: 042dfb33-8fa3-4270-b66a-0f841083cae0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11958 | 2024.08.15 05:39:16.418835 [ 3 ] {} <Debug> HTTP-Session: 042dfb33-8fa3-4270-b66a-0f841083cae0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11959 | 2024.08.15 05:39:16.418867 [ 3 ] {} <Trace> HTTP-Session: 042dfb33-8fa3-4270-b66a-0f841083cae0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11960 | 2024.08.15 05:39:16.418965 [ 3 ] {c1ae841a-7139-4e41-bb73-258f566c57c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11961 | 2024.08.15 05:39:16.419009 [ 3 ] {c1ae841a-7139-4e41-bb73-258f566c57c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11962 | 2024.08.15 05:39:16.419159 [ 3 ] {c1ae841a-7139-4e41-bb73-258f566c57c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11963 | 2024.08.15 05:39:16.419433 [ 3 ] {c1ae841a-7139-4e41-bb73-258f566c57c1} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11964 | 2024.08.15 05:39:16.419469 [ 3 ] {c1ae841a-7139-4e41-bb73-258f566c57c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11965 | 2024.08.15 05:39:16.419762 [ 3 ] {c1ae841a-7139-4e41-bb73-258f566c57c1} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
11966 | 2024.08.15 05:39:16.420062 [ 3 ] {c1ae841a-7139-4e41-bb73-258f566c57c1} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11967 | 2024.08.15 05:39:16.420224 [ 3 ] {c1ae841a-7139-4e41-bb73-258f566c57c1} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001276 sec., 3134.796238244514 rows/sec., 218.88 KiB/sec. | ||
11968 | 2024.08.15 05:39:16.420546 [ 3 ] {c1ae841a-7139-4e41-bb73-258f566c57c1} <Debug> DynamicQueryHandler: Done processing query | ||
11969 | 2024.08.15 05:39:16.420591 [ 3 ] {c1ae841a-7139-4e41-bb73-258f566c57c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11970 | 2024.08.15 05:39:16.420621 [ 3 ] {} <Debug> HTTP-Session: 042dfb33-8fa3-4270-b66a-0f841083cae0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11971 | 2024.08.15 05:39:16.420743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11972 | 2024.08.15 05:39:16.420790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11973 | 2024.08.15 05:39:16.420810 [ 3 ] {} <Debug> HTTP-Session: 1320bdc1-b85a-4595-9073-52833a67f368 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11974 | 2024.08.15 05:39:16.420826 [ 3 ] {} <Debug> HTTP-Session: 1320bdc1-b85a-4595-9073-52833a67f368 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11975 | 2024.08.15 05:39:16.420839 [ 3 ] {} <Debug> HTTP-Session: 1320bdc1-b85a-4595-9073-52833a67f368 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11976 | 2024.08.15 05:39:16.420870 [ 3 ] {} <Trace> HTTP-Session: 1320bdc1-b85a-4595-9073-52833a67f368 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11977 | 2024.08.15 05:39:16.420971 [ 3 ] {f375b2b1-d445-40f6-b341-3e9beb55ac95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11978 | 2024.08.15 05:39:16.421015 [ 3 ] {f375b2b1-d445-40f6-b341-3e9beb55ac95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11979 | 2024.08.15 05:39:16.421167 [ 3 ] {f375b2b1-d445-40f6-b341-3e9beb55ac95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11980 | 2024.08.15 05:39:16.421462 [ 3 ] {f375b2b1-d445-40f6-b341-3e9beb55ac95} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11981 | 2024.08.15 05:39:16.421499 [ 3 ] {f375b2b1-d445-40f6-b341-3e9beb55ac95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11982 | 2024.08.15 05:39:16.421812 [ 3 ] {f375b2b1-d445-40f6-b341-3e9beb55ac95} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
11983 | 2024.08.15 05:39:16.422116 [ 3 ] {f375b2b1-d445-40f6-b341-3e9beb55ac95} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11984 | 2024.08.15 05:39:16.422269 [ 3 ] {f375b2b1-d445-40f6-b341-3e9beb55ac95} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001326 sec., 10558.069381598794 rows/sec., 739.42 KiB/sec. | ||
11985 | 2024.08.15 05:39:16.422424 [ 3 ] {f375b2b1-d445-40f6-b341-3e9beb55ac95} <Debug> DynamicQueryHandler: Done processing query | ||
11986 | 2024.08.15 05:39:16.422447 [ 3 ] {f375b2b1-d445-40f6-b341-3e9beb55ac95} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11987 | 2024.08.15 05:39:16.422462 [ 3 ] {} <Debug> HTTP-Session: 1320bdc1-b85a-4595-9073-52833a67f368 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11988 | 2024.08.15 05:39:16.422575 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11989 | 2024.08.15 05:39:16.422622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11990 | 2024.08.15 05:39:16.422640 [ 3 ] {} <Debug> HTTP-Session: fda9270c-e626-4d58-a61c-267647398113 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
11991 | 2024.08.15 05:39:16.422656 [ 3 ] {} <Debug> HTTP-Session: fda9270c-e626-4d58-a61c-267647398113 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11992 | 2024.08.15 05:39:16.422669 [ 3 ] {} <Debug> HTTP-Session: fda9270c-e626-4d58-a61c-267647398113 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11993 | 2024.08.15 05:39:16.422698 [ 3 ] {} <Trace> HTTP-Session: fda9270c-e626-4d58-a61c-267647398113 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11994 | 2024.08.15 05:39:16.422795 [ 3 ] {5d0cbc98-3bb7-48c6-b146-8f1f27aada1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
11995 | 2024.08.15 05:39:16.422837 [ 3 ] {5d0cbc98-3bb7-48c6-b146-8f1f27aada1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11996 | 2024.08.15 05:39:16.422961 [ 3 ] {5d0cbc98-3bb7-48c6-b146-8f1f27aada1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11997 | 2024.08.15 05:39:16.423251 [ 3 ] {5d0cbc98-3bb7-48c6-b146-8f1f27aada1c} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11998 | 2024.08.15 05:39:16.423294 [ 3 ] {5d0cbc98-3bb7-48c6-b146-8f1f27aada1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11999 | 2024.08.15 05:39:16.423673 [ 3 ] {5d0cbc98-3bb7-48c6-b146-8f1f27aada1c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
12000 | 2024.08.15 05:39:16.424042 [ 3 ] {5d0cbc98-3bb7-48c6-b146-8f1f27aada1c} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12001 | 2024.08.15 05:39:16.424199 [ 101 ] {} <Debug> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
12002 | 2024.08.15 05:39:16.424210 [ 3 ] {5d0cbc98-3bb7-48c6-b146-8f1f27aada1c} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001428 sec., 4201.680672268907 rows/sec., 248.24 KiB/sec. | ||
12003 | 2024.08.15 05:39:16.424289 [ 101 ] {} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12004 | 2024.08.15 05:39:16.424353 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12005 | 2024.08.15 05:39:16.424545 [ 3 ] {5d0cbc98-3bb7-48c6-b146-8f1f27aada1c} <Debug> DynamicQueryHandler: Done processing query | ||
12006 | 2024.08.15 05:39:16.424599 [ 3 ] {5d0cbc98-3bb7-48c6-b146-8f1f27aada1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12007 | 2024.08.15 05:39:16.424629 [ 3 ] {} <Debug> HTTP-Session: fda9270c-e626-4d58-a61c-267647398113 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12008 | 2024.08.15 05:39:16.424646 [ 200 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
12009 | 2024.08.15 05:39:16.424875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 63128, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12010 | 2024.08.15 05:39:16.425001 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12011 | 2024.08.15 05:39:16.425062 [ 3 ] {} <Debug> HTTP-Session: 96a77f10-0f69-46e0-b1aa-f0ed604d46a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12012 | 2024.08.15 05:39:16.425067 [ 200 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12013 | 2024.08.15 05:39:16.425089 [ 3 ] {} <Debug> HTTP-Session: 96a77f10-0f69-46e0-b1aa-f0ed604d46a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12014 | 2024.08.15 05:39:16.425134 [ 3 ] {} <Debug> HTTP-Session: 96a77f10-0f69-46e0-b1aa-f0ed604d46a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12015 | 2024.08.15 05:39:16.425175 [ 200 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
12016 | 2024.08.15 05:39:16.425204 [ 3 ] {} <Trace> HTTP-Session: 96a77f10-0f69-46e0-b1aa-f0ed604d46a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12017 | 2024.08.15 05:39:16.425390 [ 200 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
12018 | 2024.08.15 05:39:16.425650 [ 3 ] {98d46894-bfed-472d-a2ad-7c4db2712a0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12019 | 2024.08.15 05:39:16.425691 [ 200 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
12020 | 2024.08.15 05:39:16.425792 [ 3 ] {98d46894-bfed-472d-a2ad-7c4db2712a0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12021 | 2024.08.15 05:39:16.426010 [ 200 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
12022 | 2024.08.15 05:39:16.426354 [ 200 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
12023 | 2024.08.15 05:39:16.427008 [ 3 ] {98d46894-bfed-472d-a2ad-7c4db2712a0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12024 | 2024.08.15 05:39:16.428153 [ 3 ] {98d46894-bfed-472d-a2ad-7c4db2712a0c} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12025 | 2024.08.15 05:39:16.428224 [ 3 ] {98d46894-bfed-472d-a2ad-7c4db2712a0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12026 | 2024.08.15 05:39:16.428629 [ 200 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.004156339 sec., 7217.8905522384 rows/sec., 429.97 KiB/sec. | ||
12027 | 2024.08.15 05:39:16.428836 [ 200 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
12028 | 2024.08.15 05:39:16.429070 [ 3 ] {98d46894-bfed-472d-a2ad-7c4db2712a0c} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12029 | 2024.08.15 05:39:16.429686 [ 200 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_29_7} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12030 | 2024.08.15 05:39:16.429837 [ 3 ] {98d46894-bfed-472d-a2ad-7c4db2712a0c} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12031 | 2024.08.15 05:39:16.429851 [ 200 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_29_7} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
12032 | 2024.08.15 05:39:16.429997 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
12033 | 2024.08.15 05:39:16.430158 [ 3 ] {98d46894-bfed-472d-a2ad-7c4db2712a0c} <Debug> executeQuery: Read 390 rows, 28.33 KiB in 0.004783 sec., 81538.78319046623 rows/sec., 5.78 MiB/sec. | ||
12034 | 2024.08.15 05:39:16.430522 [ 3 ] {98d46894-bfed-472d-a2ad-7c4db2712a0c} <Debug> DynamicQueryHandler: Done processing query | ||
12035 | 2024.08.15 05:39:16.430582 [ 3 ] {98d46894-bfed-472d-a2ad-7c4db2712a0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
12036 | 2024.08.15 05:39:16.430628 [ 3 ] {} <Debug> HTTP-Session: 96a77f10-0f69-46e0-b1aa-f0ed604d46a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12037 | 2024.08.15 05:39:16.430864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12038 | 2024.08.15 05:39:16.430916 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12039 | 2024.08.15 05:39:16.430935 [ 3 ] {} <Debug> HTTP-Session: 7ef9adaa-ba05-49be-bfb5-18fdcb97812f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12040 | 2024.08.15 05:39:16.430951 [ 3 ] {} <Debug> HTTP-Session: 7ef9adaa-ba05-49be-bfb5-18fdcb97812f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12041 | 2024.08.15 05:39:16.430965 [ 3 ] {} <Debug> HTTP-Session: 7ef9adaa-ba05-49be-bfb5-18fdcb97812f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12042 | 2024.08.15 05:39:16.430996 [ 3 ] {} <Trace> HTTP-Session: 7ef9adaa-ba05-49be-bfb5-18fdcb97812f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12043 | 2024.08.15 05:39:16.431095 [ 3 ] {9ad40e82-14c8-43f7-8c2d-92f535a79c76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12044 | 2024.08.15 05:39:16.431142 [ 3 ] {9ad40e82-14c8-43f7-8c2d-92f535a79c76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12045 | 2024.08.15 05:39:16.431290 [ 3 ] {9ad40e82-14c8-43f7-8c2d-92f535a79c76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12046 | 2024.08.15 05:39:16.431553 [ 3 ] {9ad40e82-14c8-43f7-8c2d-92f535a79c76} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12047 | 2024.08.15 05:39:16.431589 [ 3 ] {9ad40e82-14c8-43f7-8c2d-92f535a79c76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12048 | 2024.08.15 05:39:16.431949 [ 3 ] {9ad40e82-14c8-43f7-8c2d-92f535a79c76} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
12049 | 2024.08.15 05:39:16.432276 [ 3 ] {9ad40e82-14c8-43f7-8c2d-92f535a79c76} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12050 | 2024.08.15 05:39:16.432432 [ 3 ] {9ad40e82-14c8-43f7-8c2d-92f535a79c76} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001365 sec., 4395.604395604396 rows/sec., 229.65 KiB/sec. | ||
12051 | 2024.08.15 05:39:16.432595 [ 3 ] {9ad40e82-14c8-43f7-8c2d-92f535a79c76} <Debug> DynamicQueryHandler: Done processing query | ||
12052 | 2024.08.15 05:39:16.432620 [ 3 ] {9ad40e82-14c8-43f7-8c2d-92f535a79c76} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12053 | 2024.08.15 05:39:16.432635 [ 3 ] {} <Debug> HTTP-Session: 7ef9adaa-ba05-49be-bfb5-18fdcb97812f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12054 | 2024.08.15 05:39:16.432823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 44989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12055 | 2024.08.15 05:39:16.432871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12056 | 2024.08.15 05:39:16.432889 [ 3 ] {} <Debug> HTTP-Session: 9b00ef32-106e-45b2-92bb-321f918830e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12057 | 2024.08.15 05:39:16.432906 [ 3 ] {} <Debug> HTTP-Session: 9b00ef32-106e-45b2-92bb-321f918830e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12058 | 2024.08.15 05:39:16.432920 [ 3 ] {} <Debug> HTTP-Session: 9b00ef32-106e-45b2-92bb-321f918830e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12059 | 2024.08.15 05:39:16.432949 [ 3 ] {} <Trace> HTTP-Session: 9b00ef32-106e-45b2-92bb-321f918830e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12060 | 2024.08.15 05:39:16.433151 [ 3 ] {1963c876-7b19-41fd-8bcd-eb74a4be6188} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12061 | 2024.08.15 05:39:16.433197 [ 3 ] {1963c876-7b19-41fd-8bcd-eb74a4be6188} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12062 | 2024.08.15 05:39:16.433338 [ 3 ] {1963c876-7b19-41fd-8bcd-eb74a4be6188} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12063 | 2024.08.15 05:39:16.433747 [ 3 ] {1963c876-7b19-41fd-8bcd-eb74a4be6188} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12064 | 2024.08.15 05:39:16.433783 [ 3 ] {1963c876-7b19-41fd-8bcd-eb74a4be6188} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12065 | 2024.08.15 05:39:16.434158 [ 3 ] {1963c876-7b19-41fd-8bcd-eb74a4be6188} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12066 | 2024.08.15 05:39:16.434487 [ 3 ] {1963c876-7b19-41fd-8bcd-eb74a4be6188} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12067 | 2024.08.15 05:39:16.434649 [ 3 ] {1963c876-7b19-41fd-8bcd-eb74a4be6188} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001602 sec., 149188.5143570537 rows/sec., 10.00 MiB/sec. | ||
12068 | 2024.08.15 05:39:16.434812 [ 3 ] {1963c876-7b19-41fd-8bcd-eb74a4be6188} <Debug> DynamicQueryHandler: Done processing query | ||
12069 | 2024.08.15 05:39:16.434835 [ 3 ] {1963c876-7b19-41fd-8bcd-eb74a4be6188} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12070 | 2024.08.15 05:39:16.434850 [ 3 ] {} <Debug> HTTP-Session: 9b00ef32-106e-45b2-92bb-321f918830e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12071 | 2024.08.15 05:39:16.435023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12072 | 2024.08.15 05:39:16.435070 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12073 | 2024.08.15 05:39:16.435090 [ 3 ] {} <Debug> HTTP-Session: bb1401ca-6e7e-425f-9d4f-3b677fa5b057 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12074 | 2024.08.15 05:39:16.435106 [ 3 ] {} <Debug> HTTP-Session: bb1401ca-6e7e-425f-9d4f-3b677fa5b057 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12075 | 2024.08.15 05:39:16.435119 [ 3 ] {} <Debug> HTTP-Session: bb1401ca-6e7e-425f-9d4f-3b677fa5b057 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12076 | 2024.08.15 05:39:16.435149 [ 3 ] {} <Trace> HTTP-Session: bb1401ca-6e7e-425f-9d4f-3b677fa5b057 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12077 | 2024.08.15 05:39:16.435258 [ 3 ] {79ab0074-74ca-4253-8347-2d23f270114e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
12078 | 2024.08.15 05:39:16.435307 [ 3 ] {79ab0074-74ca-4253-8347-2d23f270114e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12079 | 2024.08.15 05:39:16.435433 [ 3 ] {79ab0074-74ca-4253-8347-2d23f270114e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12080 | 2024.08.15 05:39:16.435674 [ 3 ] {79ab0074-74ca-4253-8347-2d23f270114e} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12081 | 2024.08.15 05:39:16.435710 [ 3 ] {79ab0074-74ca-4253-8347-2d23f270114e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12082 | 2024.08.15 05:39:16.436047 [ 3 ] {79ab0074-74ca-4253-8347-2d23f270114e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
12083 | 2024.08.15 05:39:16.436358 [ 3 ] {79ab0074-74ca-4253-8347-2d23f270114e} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12084 | 2024.08.15 05:39:16.436512 [ 3 ] {79ab0074-74ca-4253-8347-2d23f270114e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001288 sec., 776.3975155279503 rows/sec., 52.32 KiB/sec. | ||
12085 | 2024.08.15 05:39:16.436674 [ 3 ] {79ab0074-74ca-4253-8347-2d23f270114e} <Debug> DynamicQueryHandler: Done processing query | ||
12086 | 2024.08.15 05:39:16.436699 [ 3 ] {79ab0074-74ca-4253-8347-2d23f270114e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
12087 | 2024.08.15 05:39:16.436714 [ 3 ] {} <Debug> HTTP-Session: bb1401ca-6e7e-425f-9d4f-3b677fa5b057 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12088 | 2024.08.15 05:39:16.436835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12089 | 2024.08.15 05:39:16.436882 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12090 | 2024.08.15 05:39:16.436901 [ 3 ] {} <Debug> HTTP-Session: 330cf673-c6ae-4737-8bce-807871c51a1b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12091 | 2024.08.15 05:39:16.436917 [ 3 ] {} <Debug> HTTP-Session: 330cf673-c6ae-4737-8bce-807871c51a1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12092 | 2024.08.15 05:39:16.436931 [ 3 ] {} <Debug> HTTP-Session: 330cf673-c6ae-4737-8bce-807871c51a1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12093 | 2024.08.15 05:39:16.436961 [ 3 ] {} <Trace> HTTP-Session: 330cf673-c6ae-4737-8bce-807871c51a1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12094 | 2024.08.15 05:39:16.437106 [ 3 ] {00054016-d747-4f10-83c2-6bfda46911a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12095 | 2024.08.15 05:39:16.437171 [ 3 ] {00054016-d747-4f10-83c2-6bfda46911a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12096 | 2024.08.15 05:39:16.437580 [ 3 ] {00054016-d747-4f10-83c2-6bfda46911a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12097 | 2024.08.15 05:39:16.438027 [ 3 ] {00054016-d747-4f10-83c2-6bfda46911a0} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12098 | 2024.08.15 05:39:16.438063 [ 3 ] {00054016-d747-4f10-83c2-6bfda46911a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12099 | 2024.08.15 05:39:16.438634 [ 3 ] {00054016-d747-4f10-83c2-6bfda46911a0} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
12100 | 2024.08.15 05:39:16.439022 [ 3 ] {00054016-d747-4f10-83c2-6bfda46911a0} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12101 | 2024.08.15 05:39:16.439208 [ 3 ] {00054016-d747-4f10-83c2-6bfda46911a0} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002178 sec., 1836.5472910927458 rows/sec., 3.29 MiB/sec. | ||
12102 | 2024.08.15 05:39:16.439426 [ 3 ] {00054016-d747-4f10-83c2-6bfda46911a0} <Debug> DynamicQueryHandler: Done processing query | ||
12103 | 2024.08.15 05:39:16.439449 [ 3 ] {00054016-d747-4f10-83c2-6bfda46911a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
12104 | 2024.08.15 05:39:16.439464 [ 3 ] {} <Debug> HTTP-Session: 330cf673-c6ae-4737-8bce-807871c51a1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12105 | 2024.08.15 05:39:16.439586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12106 | 2024.08.15 05:39:16.439635 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12107 | 2024.08.15 05:39:16.439654 [ 3 ] {} <Debug> HTTP-Session: 2d2eaa09-96b1-4cb6-8dbb-6fdd64b903b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12108 | 2024.08.15 05:39:16.439670 [ 3 ] {} <Debug> HTTP-Session: 2d2eaa09-96b1-4cb6-8dbb-6fdd64b903b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12109 | 2024.08.15 05:39:16.439684 [ 3 ] {} <Debug> HTTP-Session: 2d2eaa09-96b1-4cb6-8dbb-6fdd64b903b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12110 | 2024.08.15 05:39:16.439714 [ 3 ] {} <Trace> HTTP-Session: 2d2eaa09-96b1-4cb6-8dbb-6fdd64b903b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12111 | 2024.08.15 05:39:16.439832 [ 3 ] {4e2bf00c-7a19-41f5-a12a-8d4ccb3983fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12112 | 2024.08.15 05:39:16.439876 [ 3 ] {4e2bf00c-7a19-41f5-a12a-8d4ccb3983fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12113 | 2024.08.15 05:39:16.440000 [ 3 ] {4e2bf00c-7a19-41f5-a12a-8d4ccb3983fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12114 | 2024.08.15 05:39:16.440309 [ 3 ] {4e2bf00c-7a19-41f5-a12a-8d4ccb3983fb} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12115 | 2024.08.15 05:39:16.440345 [ 3 ] {4e2bf00c-7a19-41f5-a12a-8d4ccb3983fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12116 | 2024.08.15 05:39:16.440691 [ 3 ] {4e2bf00c-7a19-41f5-a12a-8d4ccb3983fb} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12117 | 2024.08.15 05:39:16.441000 [ 3 ] {4e2bf00c-7a19-41f5-a12a-8d4ccb3983fb} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12118 | 2024.08.15 05:39:16.441159 [ 3 ] {4e2bf00c-7a19-41f5-a12a-8d4ccb3983fb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001358 sec., 60382.916053019144 rows/sec., 3.84 MiB/sec. | ||
12119 | 2024.08.15 05:39:16.441323 [ 3 ] {4e2bf00c-7a19-41f5-a12a-8d4ccb3983fb} <Debug> DynamicQueryHandler: Done processing query | ||
12120 | 2024.08.15 05:39:16.441347 [ 3 ] {4e2bf00c-7a19-41f5-a12a-8d4ccb3983fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12121 | 2024.08.15 05:39:16.441362 [ 3 ] {} <Debug> HTTP-Session: 2d2eaa09-96b1-4cb6-8dbb-6fdd64b903b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12122 | 2024.08.15 05:39:20.236454 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12123 | 2024.08.15 05:39:20.236521 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12124 | 2024.08.15 05:39:21.409648 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12125 | 2024.08.15 05:39:21.409815 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12126 | 2024.08.15 05:39:21.409860 [ 3 ] {} <Debug> HTTP-Session: b5ef5076-6566-47f5-baa3-688898d6e38a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12127 | 2024.08.15 05:39:21.409902 [ 3 ] {} <Debug> HTTP-Session: b5ef5076-6566-47f5-baa3-688898d6e38a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12128 | 2024.08.15 05:39:21.409930 [ 3 ] {} <Debug> HTTP-Session: b5ef5076-6566-47f5-baa3-688898d6e38a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12129 | 2024.08.15 05:39:21.410009 [ 3 ] {} <Trace> HTTP-Session: b5ef5076-6566-47f5-baa3-688898d6e38a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12130 | 2024.08.15 05:39:21.410299 [ 3 ] {deeecd56-d558-47b0-b2e5-47acaacff867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12131 | 2024.08.15 05:39:21.410398 [ 3 ] {deeecd56-d558-47b0-b2e5-47acaacff867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12132 | 2024.08.15 05:39:21.410586 [ 3 ] {deeecd56-d558-47b0-b2e5-47acaacff867} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12133 | 2024.08.15 05:39:21.411019 [ 3 ] {deeecd56-d558-47b0-b2e5-47acaacff867} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12134 | 2024.08.15 05:39:21.411061 [ 3 ] {deeecd56-d558-47b0-b2e5-47acaacff867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12135 | 2024.08.15 05:39:21.411430 [ 3 ] {deeecd56-d558-47b0-b2e5-47acaacff867} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
12136 | 2024.08.15 05:39:21.411772 [ 3 ] {deeecd56-d558-47b0-b2e5-47acaacff867} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12137 | 2024.08.15 05:39:21.411923 [ 3 ] {deeecd56-d558-47b0-b2e5-47acaacff867} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001721 sec., 15107.495642068565 rows/sec., 1.20 MiB/sec. | ||
12138 | 2024.08.15 05:39:21.411931 [ 95 ] {} <Debug> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
12139 | 2024.08.15 05:39:21.411995 [ 95 ] {} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12140 | 2024.08.15 05:39:21.412032 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12141 | 2024.08.15 05:39:21.412139 [ 3 ] {deeecd56-d558-47b0-b2e5-47acaacff867} <Debug> DynamicQueryHandler: Done processing query | ||
12142 | 2024.08.15 05:39:21.412147 [ 191 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::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 | ||
12143 | 2024.08.15 05:39:21.412167 [ 3 ] {deeecd56-d558-47b0-b2e5-47acaacff867} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12144 | 2024.08.15 05:39:21.412199 [ 3 ] {} <Debug> HTTP-Session: b5ef5076-6566-47f5-baa3-688898d6e38a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12145 | 2024.08.15 05:39:21.412298 [ 191 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12146 | 2024.08.15 05:39:21.412335 [ 191 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 30 rows starting from the beginning of the part | ||
12147 | 2024.08.15 05:39:21.412397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12148 | 2024.08.15 05:39:21.412442 [ 191 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 26 rows starting from the beginning of the part | ||
12149 | 2024.08.15 05:39:21.412511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12150 | 2024.08.15 05:39:21.412572 [ 3 ] {} <Debug> HTTP-Session: 1f0a01ca-3bf1-4529-8bac-bac36344b4b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12151 | 2024.08.15 05:39:21.412649 [ 3 ] {} <Debug> HTTP-Session: 1f0a01ca-3bf1-4529-8bac-bac36344b4b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12152 | 2024.08.15 05:39:21.412666 [ 191 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 4 rows starting from the beginning of the part | ||
12153 | 2024.08.15 05:39:21.412680 [ 3 ] {} <Debug> HTTP-Session: 1f0a01ca-3bf1-4529-8bac-bac36344b4b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12154 | 2024.08.15 05:39:21.412774 [ 3 ] {} <Trace> HTTP-Session: 1f0a01ca-3bf1-4529-8bac-bac36344b4b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12155 | 2024.08.15 05:39:21.412858 [ 191 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 26 rows starting from the beginning of the part | ||
12156 | 2024.08.15 05:39:21.413005 [ 3 ] {2c479c55-a52c-4c33-8155-97f9cd1251fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12157 | 2024.08.15 05:39:21.413017 [ 191 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 4 rows starting from the beginning of the part | ||
12158 | 2024.08.15 05:39:21.413104 [ 3 ] {2c479c55-a52c-4c33-8155-97f9cd1251fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12159 | 2024.08.15 05:39:21.413214 [ 191 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 26 rows starting from the beginning of the part | ||
12160 | 2024.08.15 05:39:21.413615 [ 3 ] {2c479c55-a52c-4c33-8155-97f9cd1251fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12161 | 2024.08.15 05:39:21.414068 [ 3 ] {2c479c55-a52c-4c33-8155-97f9cd1251fd} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12162 | 2024.08.15 05:39:21.414106 [ 3 ] {2c479c55-a52c-4c33-8155-97f9cd1251fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12163 | 2024.08.15 05:39:21.414598 [ 3 ] {2c479c55-a52c-4c33-8155-97f9cd1251fd} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
12164 | 2024.08.15 05:39:21.414721 [ 201 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 116 rows, containing 4 columns (4 merged, 0 gathered) in 0.002618476 sec., 44300.577893400594 rows/sec., 3.51 MiB/sec. | ||
12165 | 2024.08.15 05:39:21.415003 [ 201 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
12166 | 2024.08.15 05:39:21.415171 [ 3 ] {2c479c55-a52c-4c33-8155-97f9cd1251fd} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12167 | 2024.08.15 05:39:21.415413 [ 95 ] {} <Debug> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
12168 | 2024.08.15 05:39:21.415528 [ 95 ] {} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12169 | 2024.08.15 05:39:21.415546 [ 3 ] {2c479c55-a52c-4c33-8155-97f9cd1251fd} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.0026 sec., 769.2307692307693 rows/sec., 62.73 KiB/sec. | ||
12170 | 2024.08.15 05:39:21.415608 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12171 | 2024.08.15 05:39:21.416374 [ 190 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::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 | ||
12172 | 2024.08.15 05:39:21.416745 [ 201 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_51_10} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12173 | 2024.08.15 05:39:21.416774 [ 3 ] {2c479c55-a52c-4c33-8155-97f9cd1251fd} <Debug> DynamicQueryHandler: Done processing query | ||
12174 | 2024.08.15 05:39:21.416895 [ 3 ] {2c479c55-a52c-4c33-8155-97f9cd1251fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12175 | 2024.08.15 05:39:21.417008 [ 3 ] {} <Debug> HTTP-Session: 1f0a01ca-3bf1-4529-8bac-bac36344b4b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12176 | 2024.08.15 05:39:21.417063 [ 201 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_51_10} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
12177 | 2024.08.15 05:39:21.417121 [ 190 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12178 | 2024.08.15 05:39:21.417201 [ 190 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::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 | ||
12179 | 2024.08.15 05:39:21.417287 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
12180 | 2024.08.15 05:39:21.417307 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12181 | 2024.08.15 05:39:21.417491 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12182 | 2024.08.15 05:39:21.417537 [ 190 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
12183 | 2024.08.15 05:39:21.417567 [ 3 ] {} <Debug> HTTP-Session: 3d4aedce-24ad-444d-af11-aca35e490852 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12184 | 2024.08.15 05:39:21.417628 [ 3 ] {} <Debug> HTTP-Session: 3d4aedce-24ad-444d-af11-aca35e490852 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12185 | 2024.08.15 05:39:21.417689 [ 3 ] {} <Debug> HTTP-Session: 3d4aedce-24ad-444d-af11-aca35e490852 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12186 | 2024.08.15 05:39:21.417806 [ 190 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
12187 | 2024.08.15 05:39:21.417836 [ 3 ] {} <Trace> HTTP-Session: 3d4aedce-24ad-444d-af11-aca35e490852 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12188 | 2024.08.15 05:39:21.418097 [ 190 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
12189 | 2024.08.15 05:39:21.418194 [ 3 ] {c708a58c-d1b6-4f3b-bb1f-378177f9948a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12190 | 2024.08.15 05:39:21.418348 [ 3 ] {c708a58c-d1b6-4f3b-bb1f-378177f9948a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12191 | 2024.08.15 05:39:21.418352 [ 190 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
12192 | 2024.08.15 05:39:21.418722 [ 190 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
12193 | 2024.08.15 05:39:21.419324 [ 3 ] {c708a58c-d1b6-4f3b-bb1f-378177f9948a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12194 | 2024.08.15 05:39:21.420271 [ 3 ] {c708a58c-d1b6-4f3b-bb1f-378177f9948a} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12195 | 2024.08.15 05:39:21.420328 [ 3 ] {c708a58c-d1b6-4f3b-bb1f-378177f9948a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12196 | 2024.08.15 05:39:21.421270 [ 3 ] {c708a58c-d1b6-4f3b-bb1f-378177f9948a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12197 | 2024.08.15 05:39:21.421358 [ 190 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.005542688 sec., 5773.372053415239 rows/sec., 470.78 KiB/sec. | ||
12198 | 2024.08.15 05:39:21.421621 [ 190 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
12199 | 2024.08.15 05:39:21.422052 [ 3 ] {c708a58c-d1b6-4f3b-bb1f-378177f9948a} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12200 | 2024.08.15 05:39:21.422322 [ 95 ] {} <Debug> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12201 | 2024.08.15 05:39:21.422348 [ 3 ] {c708a58c-d1b6-4f3b-bb1f-378177f9948a} <Debug> executeQuery: Read 135 rows, 11.52 KiB in 0.004296 sec., 31424.58100558659 rows/sec., 2.62 MiB/sec. | ||
12202 | 2024.08.15 05:39:21.422386 [ 95 ] {} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12203 | 2024.08.15 05:39:21.422469 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12204 | 2024.08.15 05:39:21.422601 [ 190 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_21_4} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12205 | 2024.08.15 05:39:21.423003 [ 3 ] {c708a58c-d1b6-4f3b-bb1f-378177f9948a} <Debug> DynamicQueryHandler: Done processing query | ||
12206 | 2024.08.15 05:39:21.423015 [ 195 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::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 | ||
12207 | 2024.08.15 05:39:21.423095 [ 3 ] {c708a58c-d1b6-4f3b-bb1f-378177f9948a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12208 | 2024.08.15 05:39:21.423122 [ 190 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_21_4} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
12209 | 2024.08.15 05:39:21.423171 [ 3 ] {} <Debug> HTTP-Session: 3d4aedce-24ad-444d-af11-aca35e490852 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12210 | 2024.08.15 05:39:21.423490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12211 | 2024.08.15 05:39:21.423502 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
12212 | 2024.08.15 05:39:21.423680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12213 | 2024.08.15 05:39:21.423700 [ 195 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12214 | 2024.08.15 05:39:21.423781 [ 3 ] {} <Debug> HTTP-Session: 81ffce4b-de7c-4dc2-bcfd-0c1209a8a10a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12215 | 2024.08.15 05:39:21.423813 [ 195 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1427 rows starting from the beginning of the part | ||
12216 | 2024.08.15 05:39:21.423855 [ 3 ] {} <Debug> HTTP-Session: 81ffce4b-de7c-4dc2-bcfd-0c1209a8a10a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12217 | 2024.08.15 05:39:21.423922 [ 3 ] {} <Debug> HTTP-Session: 81ffce4b-de7c-4dc2-bcfd-0c1209a8a10a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12218 | 2024.08.15 05:39:21.424179 [ 3 ] {} <Trace> HTTP-Session: 81ffce4b-de7c-4dc2-bcfd-0c1209a8a10a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12219 | 2024.08.15 05:39:21.424416 [ 195 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 134 rows starting from the beginning of the part | ||
12220 | 2024.08.15 05:39:21.424658 [ 3 ] {d3664ae4-a61a-4079-be23-2986652f11ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12221 | 2024.08.15 05:39:21.424949 [ 3 ] {d3664ae4-a61a-4079-be23-2986652f11ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12222 | 2024.08.15 05:39:21.425075 [ 195 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 201 rows starting from the beginning of the part | ||
12223 | 2024.08.15 05:39:21.425653 [ 195 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 134 rows starting from the beginning of the part | ||
12224 | 2024.08.15 05:39:21.425889 [ 195 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 203 rows starting from the beginning of the part | ||
12225 | 2024.08.15 05:39:21.426070 [ 3 ] {d3664ae4-a61a-4079-be23-2986652f11ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12226 | 2024.08.15 05:39:21.426087 [ 195 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 135 rows starting from the beginning of the part | ||
12227 | 2024.08.15 05:39:21.426645 [ 3 ] {d3664ae4-a61a-4079-be23-2986652f11ce} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12228 | 2024.08.15 05:39:21.426688 [ 3 ] {d3664ae4-a61a-4079-be23-2986652f11ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12229 | 2024.08.15 05:39:21.427105 [ 3 ] {d3664ae4-a61a-4079-be23-2986652f11ce} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
12230 | 2024.08.15 05:39:21.427588 [ 3 ] {d3664ae4-a61a-4079-be23-2986652f11ce} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12231 | 2024.08.15 05:39:21.427762 [ 95 ] {} <Debug> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
12232 | 2024.08.15 05:39:21.427799 [ 3 ] {d3664ae4-a61a-4079-be23-2986652f11ce} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003287 sec., 608.457560085184 rows/sec., 42.49 KiB/sec. | ||
12233 | 2024.08.15 05:39:21.427814 [ 95 ] {} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12234 | 2024.08.15 05:39:21.427876 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12235 | 2024.08.15 05:39:21.428460 [ 3 ] {d3664ae4-a61a-4079-be23-2986652f11ce} <Debug> DynamicQueryHandler: Done processing query | ||
12236 | 2024.08.15 05:39:21.428513 [ 195 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::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 | ||
12237 | 2024.08.15 05:39:21.428521 [ 3 ] {d3664ae4-a61a-4079-be23-2986652f11ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12238 | 2024.08.15 05:39:21.428559 [ 193 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2234 rows, containing 4 columns (4 merged, 0 gathered) in 0.005937246 sec., 376268.7279590571 rows/sec., 31.71 MiB/sec. | ||
12239 | 2024.08.15 05:39:21.428594 [ 3 ] {} <Debug> HTTP-Session: 81ffce4b-de7c-4dc2-bcfd-0c1209a8a10a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12240 | 2024.08.15 05:39:21.428738 [ 195 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12241 | 2024.08.15 05:39:21.428770 [ 195 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::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 | ||
12242 | 2024.08.15 05:39:21.428842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 15624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12243 | 2024.08.15 05:39:21.428994 [ 193 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12244 | 2024.08.15 05:39:21.429011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12245 | 2024.08.15 05:39:21.429069 [ 195 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
12246 | 2024.08.15 05:39:21.429147 [ 3 ] {} <Debug> HTTP-Session: effa34e1-60f0-411e-9449-3bcefa0c27db Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12247 | 2024.08.15 05:39:21.429247 [ 3 ] {} <Debug> HTTP-Session: effa34e1-60f0-411e-9449-3bcefa0c27db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12248 | 2024.08.15 05:39:21.429365 [ 3 ] {} <Debug> HTTP-Session: effa34e1-60f0-411e-9449-3bcefa0c27db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12249 | 2024.08.15 05:39:21.429507 [ 195 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
12250 | 2024.08.15 05:39:21.429519 [ 3 ] {} <Trace> HTTP-Session: effa34e1-60f0-411e-9449-3bcefa0c27db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12251 | 2024.08.15 05:39:21.430072 [ 3 ] {5dbf0e91-fd87-48f3-95b2-283e96a0fb7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12252 | 2024.08.15 05:39:21.430183 [ 195 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
12253 | 2024.08.15 05:39:21.430276 [ 3 ] {5dbf0e91-fd87-48f3-95b2-283e96a0fb7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12254 | 2024.08.15 05:39:21.430713 [ 195 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
12255 | 2024.08.15 05:39:21.431224 [ 195 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
12256 | 2024.08.15 05:39:21.431335 [ 193 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_66_13} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12257 | 2024.08.15 05:39:21.431782 [ 193 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_66_13} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12258 | 2024.08.15 05:39:21.432037 [ 3 ] {5dbf0e91-fd87-48f3-95b2-283e96a0fb7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12259 | 2024.08.15 05:39:21.432145 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
12260 | 2024.08.15 05:39:21.432837 [ 3 ] {5dbf0e91-fd87-48f3-95b2-283e96a0fb7a} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12261 | 2024.08.15 05:39:21.432882 [ 3 ] {5dbf0e91-fd87-48f3-95b2-283e96a0fb7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12262 | 2024.08.15 05:39:21.433407 [ 198 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.005359123 sec., 5971.126245842836 rows/sec., 416.93 KiB/sec. | ||
12263 | 2024.08.15 05:39:21.433419 [ 3 ] {5dbf0e91-fd87-48f3-95b2-283e96a0fb7a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12264 | 2024.08.15 05:39:21.433671 [ 188 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
12265 | 2024.08.15 05:39:21.433963 [ 3 ] {5dbf0e91-fd87-48f3-95b2-283e96a0fb7a} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12266 | 2024.08.15 05:39:21.434323 [ 95 ] {} <Debug> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12267 | 2024.08.15 05:39:21.434417 [ 95 ] {} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12268 | 2024.08.15 05:39:21.434430 [ 3 ] {5dbf0e91-fd87-48f3-95b2-283e96a0fb7a} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.004622 sec., 19904.8031155344 rows/sec., 1.56 MiB/sec. | ||
12269 | 2024.08.15 05:39:21.434504 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12270 | 2024.08.15 05:39:21.434847 [ 196 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::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 | ||
12271 | 2024.08.15 05:39:21.435021 [ 188 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_21_4} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12272 | 2024.08.15 05:39:21.435041 [ 3 ] {5dbf0e91-fd87-48f3-95b2-283e96a0fb7a} <Debug> DynamicQueryHandler: Done processing query | ||
12273 | 2024.08.15 05:39:21.435136 [ 3 ] {5dbf0e91-fd87-48f3-95b2-283e96a0fb7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
12274 | 2024.08.15 05:39:21.435200 [ 196 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12275 | 2024.08.15 05:39:21.435211 [ 3 ] {} <Debug> HTTP-Session: effa34e1-60f0-411e-9449-3bcefa0c27db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12276 | 2024.08.15 05:39:21.435276 [ 188 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_21_4} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
12277 | 2024.08.15 05:39:21.435283 [ 196 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 902 rows starting from the beginning of the part | ||
12278 | 2024.08.15 05:39:21.435571 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
12279 | 2024.08.15 05:39:21.435621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 31180, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12280 | 2024.08.15 05:39:21.435637 [ 196 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::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 | ||
12281 | 2024.08.15 05:39:21.435776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12282 | 2024.08.15 05:39:21.435900 [ 3 ] {} <Debug> HTTP-Session: a4d37f11-a113-4a24-92d8-e0fb8ed37fa8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12283 | 2024.08.15 05:39:21.435978 [ 3 ] {} <Debug> HTTP-Session: a4d37f11-a113-4a24-92d8-e0fb8ed37fa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12284 | 2024.08.15 05:39:21.435995 [ 196 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 386 rows starting from the beginning of the part | ||
12285 | 2024.08.15 05:39:21.436012 [ 3 ] {} <Debug> HTTP-Session: a4d37f11-a113-4a24-92d8-e0fb8ed37fa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12286 | 2024.08.15 05:39:21.436157 [ 3 ] {} <Trace> HTTP-Session: a4d37f11-a113-4a24-92d8-e0fb8ed37fa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12287 | 2024.08.15 05:39:21.436300 [ 196 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 90 rows starting from the beginning of the part | ||
12288 | 2024.08.15 05:39:21.436524 [ 196 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 390 rows starting from the beginning of the part | ||
12289 | 2024.08.15 05:39:21.436579 [ 3 ] {ecd11c1d-c028-48d0-b692-065d6b037d01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12290 | 2024.08.15 05:39:21.436793 [ 3 ] {ecd11c1d-c028-48d0-b692-065d6b037d01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12291 | 2024.08.15 05:39:21.436863 [ 196 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 92 rows starting from the beginning of the part | ||
12292 | 2024.08.15 05:39:21.437661 [ 3 ] {ecd11c1d-c028-48d0-b692-065d6b037d01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12293 | 2024.08.15 05:39:21.438644 [ 3 ] {ecd11c1d-c028-48d0-b692-065d6b037d01} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12294 | 2024.08.15 05:39:21.438713 [ 3 ] {ecd11c1d-c028-48d0-b692-065d6b037d01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12295 | 2024.08.15 05:39:21.439526 [ 3 ] {ecd11c1d-c028-48d0-b692-065d6b037d01} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12296 | 2024.08.15 05:39:21.440016 [ 196 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1950 rows, containing 4 columns (4 merged, 0 gathered) in 0.005365154 sec., 363456.48233023693 rows/sec., 26.43 MiB/sec. | ||
12297 | 2024.08.15 05:39:21.440254 [ 196 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12298 | 2024.08.15 05:39:21.440413 [ 3 ] {ecd11c1d-c028-48d0-b692-065d6b037d01} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12299 | 2024.08.15 05:39:21.440706 [ 94 ] {} <Debug> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12300 | 2024.08.15 05:39:21.440827 [ 3 ] {ecd11c1d-c028-48d0-b692-065d6b037d01} <Debug> executeQuery: Read 163 rows, 11.63 KiB in 0.004387 sec., 37155.23136539776 rows/sec., 2.59 MiB/sec. | ||
12301 | 2024.08.15 05:39:21.440834 [ 94 ] {} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12302 | 2024.08.15 05:39:21.440938 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12303 | 2024.08.15 05:39:21.441290 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::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 | ||
12304 | 2024.08.15 05:39:21.441446 [ 3 ] {ecd11c1d-c028-48d0-b692-065d6b037d01} <Debug> DynamicQueryHandler: Done processing query | ||
12305 | 2024.08.15 05:39:21.441521 [ 3 ] {ecd11c1d-c028-48d0-b692-065d6b037d01} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12306 | 2024.08.15 05:39:21.441594 [ 3 ] {} <Debug> HTTP-Session: a4d37f11-a113-4a24-92d8-e0fb8ed37fa8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12307 | 2024.08.15 05:39:21.441731 [ 196 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_66_13} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12308 | 2024.08.15 05:39:21.441750 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12309 | 2024.08.15 05:39:21.441864 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18049 rows starting from the beginning of the part | ||
12310 | 2024.08.15 05:39:21.441911 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 42077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12311 | 2024.08.15 05:39:21.442053 [ 196 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_66_13} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12312 | 2024.08.15 05:39:21.442100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12313 | 2024.08.15 05:39:21.442231 [ 3 ] {} <Debug> HTTP-Session: e3c089ef-8d7d-40c6-a615-728ad2e95830 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12314 | 2024.08.15 05:39:21.442250 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 162 rows starting from the beginning of the part | ||
12315 | 2024.08.15 05:39:21.442294 [ 3 ] {} <Debug> HTTP-Session: e3c089ef-8d7d-40c6-a615-728ad2e95830 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12316 | 2024.08.15 05:39:21.442350 [ 3 ] {} <Debug> HTTP-Session: e3c089ef-8d7d-40c6-a615-728ad2e95830 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12317 | 2024.08.15 05:39:21.442476 [ 3 ] {} <Trace> HTTP-Session: e3c089ef-8d7d-40c6-a615-728ad2e95830 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12318 | 2024.08.15 05:39:21.442610 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 237 rows starting from the beginning of the part | ||
12319 | 2024.08.15 05:39:21.442950 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 158 rows starting from the beginning of the part | ||
12320 | 2024.08.15 05:39:21.443065 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
12321 | 2024.08.15 05:39:21.443119 [ 3 ] {98797556-49b8-4410-affa-8499af880148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12322 | 2024.08.15 05:39:21.443378 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 239 rows starting from the beginning of the part | ||
12323 | 2024.08.15 05:39:21.443470 [ 3 ] {98797556-49b8-4410-affa-8499af880148} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12324 | 2024.08.15 05:39:21.443733 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 163 rows starting from the beginning of the part | ||
12325 | 2024.08.15 05:39:21.445515 [ 3 ] {98797556-49b8-4410-affa-8499af880148} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12326 | 2024.08.15 05:39:21.447471 [ 3 ] {98797556-49b8-4410-affa-8499af880148} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12327 | 2024.08.15 05:39:21.447542 [ 3 ] {98797556-49b8-4410-affa-8499af880148} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12328 | 2024.08.15 05:39:21.448958 [ 3 ] {98797556-49b8-4410-affa-8499af880148} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
12329 | 2024.08.15 05:39:21.451665 [ 3 ] {98797556-49b8-4410-affa-8499af880148} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12330 | 2024.08.15 05:39:21.451889 [ 94 ] {} <Debug> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
12331 | 2024.08.15 05:39:21.451944 [ 3 ] {98797556-49b8-4410-affa-8499af880148} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.009223 sec., 2819.039358126423 rows/sec., 5.05 MiB/sec. | ||
12332 | 2024.08.15 05:39:21.451959 [ 94 ] {} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12333 | 2024.08.15 05:39:21.452029 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12334 | 2024.08.15 05:39:21.452396 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::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 | ||
12335 | 2024.08.15 05:39:21.452702 [ 3 ] {98797556-49b8-4410-affa-8499af880148} <Debug> DynamicQueryHandler: Done processing query | ||
12336 | 2024.08.15 05:39:21.452759 [ 3 ] {98797556-49b8-4410-affa-8499af880148} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
12337 | 2024.08.15 05:39:21.452860 [ 3 ] {} <Debug> HTTP-Session: e3c089ef-8d7d-40c6-a615-728ad2e95830 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12338 | 2024.08.15 05:39:21.453314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12339 | 2024.08.15 05:39:21.453365 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12340 | 2024.08.15 05:39:21.453412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12341 | 2024.08.15 05:39:21.453478 [ 3 ] {} <Debug> HTTP-Session: 8f42cdde-40fb-425f-8f6b-e94c18d223c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12342 | 2024.08.15 05:39:21.453529 [ 3 ] {} <Debug> HTTP-Session: 8f42cdde-40fb-425f-8f6b-e94c18d223c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12343 | 2024.08.15 05:39:21.453535 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 712 rows starting from the beginning of the part | ||
12344 | 2024.08.15 05:39:21.453551 [ 3 ] {} <Debug> HTTP-Session: 8f42cdde-40fb-425f-8f6b-e94c18d223c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12345 | 2024.08.15 05:39:21.453663 [ 3 ] {} <Trace> HTTP-Session: 8f42cdde-40fb-425f-8f6b-e94c18d223c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12346 | 2024.08.15 05:39:21.454204 [ 3 ] {c345995b-9073-4922-aebc-c0568e8c3816} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12347 | 2024.08.15 05:39:21.454454 [ 3 ] {c345995b-9073-4922-aebc-c0568e8c3816} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12348 | 2024.08.15 05:39:21.454906 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 26 rows starting from the beginning of the part | ||
12349 | 2024.08.15 05:39:21.455317 [ 189 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19008 rows, containing 5 columns (5 merged, 0 gathered) in 0.014217041 sec., 1336987.0706569673 rows/sec., 90.39 MiB/sec. | ||
12350 | 2024.08.15 05:39:21.455935 [ 197 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12351 | 2024.08.15 05:39:21.456151 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 4 rows starting from the beginning of the part | ||
12352 | 2024.08.15 05:39:21.456256 [ 3 ] {c345995b-9073-4922-aebc-c0568e8c3816} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12353 | 2024.08.15 05:39:21.457236 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 26 rows starting from the beginning of the part | ||
12354 | 2024.08.15 05:39:21.457898 [ 189 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12355 | 2024.08.15 05:39:21.458301 [ 189 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12356 | 2024.08.15 05:39:21.458384 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 4 rows starting from the beginning of the part | ||
12357 | 2024.08.15 05:39:21.458577 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
12358 | 2024.08.15 05:39:21.458631 [ 3 ] {c345995b-9073-4922-aebc-c0568e8c3816} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12359 | 2024.08.15 05:39:21.458731 [ 3 ] {c345995b-9073-4922-aebc-c0568e8c3816} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12360 | 2024.08.15 05:39:21.459173 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 26 rows starting from the beginning of the part | ||
12361 | 2024.08.15 05:39:21.460094 [ 3 ] {c345995b-9073-4922-aebc-c0568e8c3816} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12362 | 2024.08.15 05:39:21.460976 [ 3 ] {c345995b-9073-4922-aebc-c0568e8c3816} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12363 | 2024.08.15 05:39:21.461259 [ 94 ] {} <Debug> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12364 | 2024.08.15 05:39:21.461270 [ 3 ] {c345995b-9073-4922-aebc-c0568e8c3816} <Debug> executeQuery: Read 62 rows, 4.27 KiB in 0.007357 sec., 8427.348103846676 rows/sec., 579.94 KiB/sec. | ||
12365 | 2024.08.15 05:39:21.461319 [ 94 ] {} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12366 | 2024.08.15 05:39:21.461386 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12367 | 2024.08.15 05:39:21.461697 [ 189 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
12368 | 2024.08.15 05:39:21.461747 [ 3 ] {c345995b-9073-4922-aebc-c0568e8c3816} <Debug> DynamicQueryHandler: Done processing query | ||
12369 | 2024.08.15 05:39:21.461809 [ 3 ] {c345995b-9073-4922-aebc-c0568e8c3816} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12370 | 2024.08.15 05:39:21.461917 [ 3 ] {} <Debug> HTTP-Session: 8f42cdde-40fb-425f-8f6b-e94c18d223c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12371 | 2024.08.15 05:39:21.462161 [ 189 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12372 | 2024.08.15 05:39:21.462251 [ 189 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3876 rows starting from the beginning of the part | ||
12373 | 2024.08.15 05:39:21.462513 [ 189 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 62 rows starting from the beginning of the part | ||
12374 | 2024.08.15 05:39:21.462883 [ 189 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 82 rows starting from the beginning of the part | ||
12375 | 2024.08.15 05:39:21.463297 [ 189 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 58 rows starting from the beginning of the part | ||
12376 | 2024.08.15 05:39:21.463568 [ 189 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 82 rows starting from the beginning of the part | ||
12377 | 2024.08.15 05:39:21.464006 [ 189 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 62 rows starting from the beginning of the part | ||
12378 | 2024.08.15 05:39:21.468057 [ 186 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4222 rows, containing 4 columns (4 merged, 0 gathered) in 0.006549169 sec., 644661.9410798531 rows/sec., 42.05 MiB/sec. | ||
12379 | 2024.08.15 05:39:21.468618 [ 186 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12380 | 2024.08.15 05:39:21.469166 [ 186 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_66_13} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12381 | 2024.08.15 05:39:21.469332 [ 186 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_66_13} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12382 | 2024.08.15 05:39:21.469358 [ 189 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 798 rows, containing 19 columns (19 merged, 0 gathered) in 0.017180924 sec., 46446.861647254824 rows/sec., 83.23 MiB/sec. | ||
12383 | 2024.08.15 05:39:21.469481 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
12384 | 2024.08.15 05:39:21.470309 [ 189 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
12385 | 2024.08.15 05:39:21.470883 [ 189 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12386 | 2024.08.15 05:39:21.470968 [ 189 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
12387 | 2024.08.15 05:39:21.471112 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.61 MiB. | ||
12388 | 2024.08.15 05:39:22.000168 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.39 MiB, peak 214.95 MiB, free memory in arenas 0.00 B, will set to 203.75 MiB (RSS), difference: 1.36 MiB | ||
12389 | 2024.08.15 05:39:26.377338 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12390 | 2024.08.15 05:39:26.377490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12391 | 2024.08.15 05:39:26.377517 [ 3 ] {} <Debug> HTTP-Session: 7c2522c6-61d7-4167-a992-960cadc3fed2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12392 | 2024.08.15 05:39:26.377545 [ 3 ] {} <Debug> HTTP-Session: 7c2522c6-61d7-4167-a992-960cadc3fed2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12393 | 2024.08.15 05:39:26.377563 [ 3 ] {} <Debug> HTTP-Session: 7c2522c6-61d7-4167-a992-960cadc3fed2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12394 | 2024.08.15 05:39:26.377619 [ 3 ] {} <Trace> HTTP-Session: 7c2522c6-61d7-4167-a992-960cadc3fed2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12395 | 2024.08.15 05:39:26.377812 [ 3 ] {a1c239b4-d547-48b1-936f-cae82bed3cb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12396 | 2024.08.15 05:39:26.377885 [ 3 ] {a1c239b4-d547-48b1-936f-cae82bed3cb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12397 | 2024.08.15 05:39:26.378103 [ 3 ] {a1c239b4-d547-48b1-936f-cae82bed3cb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12398 | 2024.08.15 05:39:26.378585 [ 3 ] {a1c239b4-d547-48b1-936f-cae82bed3cb2} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12399 | 2024.08.15 05:39:26.378624 [ 3 ] {a1c239b4-d547-48b1-936f-cae82bed3cb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12400 | 2024.08.15 05:39:26.378984 [ 3 ] {a1c239b4-d547-48b1-936f-cae82bed3cb2} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
12401 | 2024.08.15 05:39:26.379332 [ 3 ] {a1c239b4-d547-48b1-936f-cae82bed3cb2} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12402 | 2024.08.15 05:39:26.379479 [ 3 ] {a1c239b4-d547-48b1-936f-cae82bed3cb2} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001729 sec., 2313.475997686524 rows/sec., 187.52 KiB/sec. | ||
12403 | 2024.08.15 05:39:26.379679 [ 3 ] {a1c239b4-d547-48b1-936f-cae82bed3cb2} <Debug> DynamicQueryHandler: Done processing query | ||
12404 | 2024.08.15 05:39:26.379704 [ 3 ] {a1c239b4-d547-48b1-936f-cae82bed3cb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12405 | 2024.08.15 05:39:26.379719 [ 3 ] {} <Debug> HTTP-Session: 7c2522c6-61d7-4167-a992-960cadc3fed2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12406 | 2024.08.15 05:39:26.379918 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12407 | 2024.08.15 05:39:26.379966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12408 | 2024.08.15 05:39:26.379984 [ 3 ] {} <Debug> HTTP-Session: a4d9c3d2-9916-4aea-8e3e-095da2c6d219 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12409 | 2024.08.15 05:39:26.380000 [ 3 ] {} <Debug> HTTP-Session: a4d9c3d2-9916-4aea-8e3e-095da2c6d219 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12410 | 2024.08.15 05:39:26.380014 [ 3 ] {} <Debug> HTTP-Session: a4d9c3d2-9916-4aea-8e3e-095da2c6d219 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12411 | 2024.08.15 05:39:26.380044 [ 3 ] {} <Trace> HTTP-Session: a4d9c3d2-9916-4aea-8e3e-095da2c6d219 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12412 | 2024.08.15 05:39:26.380138 [ 3 ] {94817631-c372-40d1-afee-489b5b4ff93b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12413 | 2024.08.15 05:39:26.380182 [ 3 ] {94817631-c372-40d1-afee-489b5b4ff93b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12414 | 2024.08.15 05:39:26.380310 [ 3 ] {94817631-c372-40d1-afee-489b5b4ff93b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12415 | 2024.08.15 05:39:26.380619 [ 3 ] {94817631-c372-40d1-afee-489b5b4ff93b} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12416 | 2024.08.15 05:39:26.380655 [ 3 ] {94817631-c372-40d1-afee-489b5b4ff93b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12417 | 2024.08.15 05:39:26.380949 [ 3 ] {94817631-c372-40d1-afee-489b5b4ff93b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
12418 | 2024.08.15 05:39:26.381254 [ 3 ] {94817631-c372-40d1-afee-489b5b4ff93b} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12419 | 2024.08.15 05:39:26.381387 [ 3 ] {94817631-c372-40d1-afee-489b5b4ff93b} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001266 sec., 4739.336492890995 rows/sec., 386.46 KiB/sec. | ||
12420 | 2024.08.15 05:39:26.381653 [ 3 ] {94817631-c372-40d1-afee-489b5b4ff93b} <Debug> DynamicQueryHandler: Done processing query | ||
12421 | 2024.08.15 05:39:26.381681 [ 3 ] {94817631-c372-40d1-afee-489b5b4ff93b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12422 | 2024.08.15 05:39:26.381697 [ 3 ] {} <Debug> HTTP-Session: a4d9c3d2-9916-4aea-8e3e-095da2c6d219 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12423 | 2024.08.15 05:39:26.382037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 196099, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12424 | 2024.08.15 05:39:26.382084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12425 | 2024.08.15 05:39:26.382103 [ 3 ] {} <Debug> HTTP-Session: f8a733dc-bf35-444e-8c0b-7e1352c3283e Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12426 | 2024.08.15 05:39:26.382119 [ 3 ] {} <Debug> HTTP-Session: f8a733dc-bf35-444e-8c0b-7e1352c3283e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12427 | 2024.08.15 05:39:26.382133 [ 3 ] {} <Debug> HTTP-Session: f8a733dc-bf35-444e-8c0b-7e1352c3283e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12428 | 2024.08.15 05:39:26.382163 [ 3 ] {} <Trace> HTTP-Session: f8a733dc-bf35-444e-8c0b-7e1352c3283e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12429 | 2024.08.15 05:39:26.382704 [ 3 ] {0d661141-f654-46b8-b26f-70f20307b8cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12430 | 2024.08.15 05:39:26.382749 [ 3 ] {0d661141-f654-46b8-b26f-70f20307b8cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12431 | 2024.08.15 05:39:26.382887 [ 3 ] {0d661141-f654-46b8-b26f-70f20307b8cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12432 | 2024.08.15 05:39:26.384049 [ 3 ] {0d661141-f654-46b8-b26f-70f20307b8cc} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12433 | 2024.08.15 05:39:26.384086 [ 3 ] {0d661141-f654-46b8-b26f-70f20307b8cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12434 | 2024.08.15 05:39:26.384469 [ 3 ] {0d661141-f654-46b8-b26f-70f20307b8cc} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12435 | 2024.08.15 05:39:26.384783 [ 3 ] {0d661141-f654-46b8-b26f-70f20307b8cc} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12436 | 2024.08.15 05:39:26.384909 [ 3 ] {0d661141-f654-46b8-b26f-70f20307b8cc} <Debug> executeQuery: Read 1344 rows, 114.79 KiB in 0.002591 sec., 518718.6414511771 rows/sec., 43.26 MiB/sec. | ||
12437 | 2024.08.15 05:39:26.385100 [ 3 ] {0d661141-f654-46b8-b26f-70f20307b8cc} <Debug> DynamicQueryHandler: Done processing query | ||
12438 | 2024.08.15 05:39:26.385124 [ 3 ] {0d661141-f654-46b8-b26f-70f20307b8cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
12439 | 2024.08.15 05:39:26.385139 [ 3 ] {} <Debug> HTTP-Session: f8a733dc-bf35-444e-8c0b-7e1352c3283e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12440 | 2024.08.15 05:39:26.385327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12441 | 2024.08.15 05:39:26.385375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12442 | 2024.08.15 05:39:26.385393 [ 3 ] {} <Debug> HTTP-Session: d9db34ba-b1fe-4c5b-b5bf-2463fe58c636 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12443 | 2024.08.15 05:39:26.385409 [ 3 ] {} <Debug> HTTP-Session: d9db34ba-b1fe-4c5b-b5bf-2463fe58c636 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12444 | 2024.08.15 05:39:26.385423 [ 3 ] {} <Debug> HTTP-Session: d9db34ba-b1fe-4c5b-b5bf-2463fe58c636 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12445 | 2024.08.15 05:39:26.385452 [ 3 ] {} <Trace> HTTP-Session: d9db34ba-b1fe-4c5b-b5bf-2463fe58c636 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12446 | 2024.08.15 05:39:26.385545 [ 3 ] {7feef52f-b7aa-4162-9101-33adaba7dcd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12447 | 2024.08.15 05:39:26.385588 [ 3 ] {7feef52f-b7aa-4162-9101-33adaba7dcd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12448 | 2024.08.15 05:39:26.385718 [ 3 ] {7feef52f-b7aa-4162-9101-33adaba7dcd6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12449 | 2024.08.15 05:39:26.386016 [ 3 ] {7feef52f-b7aa-4162-9101-33adaba7dcd6} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12450 | 2024.08.15 05:39:26.386053 [ 3 ] {7feef52f-b7aa-4162-9101-33adaba7dcd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12451 | 2024.08.15 05:39:26.386343 [ 3 ] {7feef52f-b7aa-4162-9101-33adaba7dcd6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
12452 | 2024.08.15 05:39:26.386656 [ 3 ] {7feef52f-b7aa-4162-9101-33adaba7dcd6} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12453 | 2024.08.15 05:39:26.386810 [ 3 ] {7feef52f-b7aa-4162-9101-33adaba7dcd6} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001281 sec., 4683.840749414519 rows/sec., 327.05 KiB/sec. | ||
12454 | 2024.08.15 05:39:26.386978 [ 3 ] {7feef52f-b7aa-4162-9101-33adaba7dcd6} <Debug> DynamicQueryHandler: Done processing query | ||
12455 | 2024.08.15 05:39:26.387002 [ 3 ] {7feef52f-b7aa-4162-9101-33adaba7dcd6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12456 | 2024.08.15 05:39:26.387018 [ 3 ] {} <Debug> HTTP-Session: d9db34ba-b1fe-4c5b-b5bf-2463fe58c636 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12457 | 2024.08.15 05:39:26.387207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 32348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12458 | 2024.08.15 05:39:26.387255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12459 | 2024.08.15 05:39:26.387275 [ 3 ] {} <Debug> HTTP-Session: 99c5e1c7-c3f3-493d-a2d4-50a3852ff21a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12460 | 2024.08.15 05:39:26.387292 [ 3 ] {} <Debug> HTTP-Session: 99c5e1c7-c3f3-493d-a2d4-50a3852ff21a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12461 | 2024.08.15 05:39:26.387306 [ 3 ] {} <Debug> HTTP-Session: 99c5e1c7-c3f3-493d-a2d4-50a3852ff21a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12462 | 2024.08.15 05:39:26.387335 [ 3 ] {} <Trace> HTTP-Session: 99c5e1c7-c3f3-493d-a2d4-50a3852ff21a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12463 | 2024.08.15 05:39:26.387496 [ 3 ] {4a687fd1-08b5-42d5-9d97-f6b369408c84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
12464 | 2024.08.15 05:39:26.387537 [ 3 ] {4a687fd1-08b5-42d5-9d97-f6b369408c84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12465 | 2024.08.15 05:39:26.387661 [ 3 ] {4a687fd1-08b5-42d5-9d97-f6b369408c84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12466 | 2024.08.15 05:39:26.388074 [ 3 ] {4a687fd1-08b5-42d5-9d97-f6b369408c84} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12467 | 2024.08.15 05:39:26.388110 [ 3 ] {4a687fd1-08b5-42d5-9d97-f6b369408c84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12468 | 2024.08.15 05:39:26.388432 [ 3 ] {4a687fd1-08b5-42d5-9d97-f6b369408c84} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12469 | 2024.08.15 05:39:26.388736 [ 3 ] {4a687fd1-08b5-42d5-9d97-f6b369408c84} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12470 | 2024.08.15 05:39:26.388876 [ 3 ] {4a687fd1-08b5-42d5-9d97-f6b369408c84} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00146 sec., 165753.42465753425 rows/sec., 11.23 MiB/sec. | ||
12471 | 2024.08.15 05:39:26.389076 [ 3 ] {4a687fd1-08b5-42d5-9d97-f6b369408c84} <Debug> DynamicQueryHandler: Done processing query | ||
12472 | 2024.08.15 05:39:26.389105 [ 3 ] {4a687fd1-08b5-42d5-9d97-f6b369408c84} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
12473 | 2024.08.15 05:39:26.389122 [ 3 ] {} <Debug> HTTP-Session: 99c5e1c7-c3f3-493d-a2d4-50a3852ff21a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12474 | 2024.08.15 05:39:26.389243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12475 | 2024.08.15 05:39:26.389291 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12476 | 2024.08.15 05:39:26.389310 [ 3 ] {} <Debug> HTTP-Session: 7f9f55cc-50f2-478d-87b9-9075aae16082 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12477 | 2024.08.15 05:39:26.389326 [ 3 ] {} <Debug> HTTP-Session: 7f9f55cc-50f2-478d-87b9-9075aae16082 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12478 | 2024.08.15 05:39:26.389339 [ 3 ] {} <Debug> HTTP-Session: 7f9f55cc-50f2-478d-87b9-9075aae16082 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12479 | 2024.08.15 05:39:26.389368 [ 3 ] {} <Trace> HTTP-Session: 7f9f55cc-50f2-478d-87b9-9075aae16082 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12480 | 2024.08.15 05:39:26.389462 [ 3 ] {9c7942bd-10fc-452d-8fce-46eb052c5c0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
12481 | 2024.08.15 05:39:26.389504 [ 3 ] {9c7942bd-10fc-452d-8fce-46eb052c5c0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12482 | 2024.08.15 05:39:26.389632 [ 3 ] {9c7942bd-10fc-452d-8fce-46eb052c5c0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12483 | 2024.08.15 05:39:26.389902 [ 3 ] {9c7942bd-10fc-452d-8fce-46eb052c5c0b} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12484 | 2024.08.15 05:39:26.389938 [ 3 ] {9c7942bd-10fc-452d-8fce-46eb052c5c0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12485 | 2024.08.15 05:39:26.390240 [ 3 ] {9c7942bd-10fc-452d-8fce-46eb052c5c0b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12486 | 2024.08.15 05:39:26.390544 [ 3 ] {9c7942bd-10fc-452d-8fce-46eb052c5c0b} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12487 | 2024.08.15 05:39:26.390700 [ 3 ] {9c7942bd-10fc-452d-8fce-46eb052c5c0b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001259 sec., 4765.687053216839 rows/sec., 281.57 KiB/sec. | ||
12488 | 2024.08.15 05:39:26.390861 [ 3 ] {9c7942bd-10fc-452d-8fce-46eb052c5c0b} <Debug> DynamicQueryHandler: Done processing query | ||
12489 | 2024.08.15 05:39:26.390885 [ 3 ] {9c7942bd-10fc-452d-8fce-46eb052c5c0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12490 | 2024.08.15 05:39:26.390900 [ 3 ] {} <Debug> HTTP-Session: 7f9f55cc-50f2-478d-87b9-9075aae16082 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12491 | 2024.08.15 05:39:26.391141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 138449, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12492 | 2024.08.15 05:39:26.391188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12493 | 2024.08.15 05:39:26.391208 [ 3 ] {} <Debug> HTTP-Session: dbd728a4-3eb6-4d94-bc91-49738f54ffa1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12494 | 2024.08.15 05:39:26.391224 [ 3 ] {} <Debug> HTTP-Session: dbd728a4-3eb6-4d94-bc91-49738f54ffa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12495 | 2024.08.15 05:39:26.391237 [ 3 ] {} <Debug> HTTP-Session: dbd728a4-3eb6-4d94-bc91-49738f54ffa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12496 | 2024.08.15 05:39:26.391267 [ 3 ] {} <Trace> HTTP-Session: dbd728a4-3eb6-4d94-bc91-49738f54ffa1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12497 | 2024.08.15 05:39:26.391669 [ 3 ] {75b117d7-03e0-4edd-b509-d6057ca8fad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12498 | 2024.08.15 05:39:26.391712 [ 3 ] {75b117d7-03e0-4edd-b509-d6057ca8fad6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12499 | 2024.08.15 05:39:26.391836 [ 3 ] {75b117d7-03e0-4edd-b509-d6057ca8fad6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12500 | 2024.08.15 05:39:26.392666 [ 3 ] {75b117d7-03e0-4edd-b509-d6057ca8fad6} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12501 | 2024.08.15 05:39:26.392703 [ 3 ] {75b117d7-03e0-4edd-b509-d6057ca8fad6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12502 | 2024.08.15 05:39:26.393037 [ 3 ] {75b117d7-03e0-4edd-b509-d6057ca8fad6} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12503 | 2024.08.15 05:39:26.393349 [ 3 ] {75b117d7-03e0-4edd-b509-d6057ca8fad6} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12504 | 2024.08.15 05:39:26.393492 [ 3 ] {75b117d7-03e0-4edd-b509-d6057ca8fad6} <Debug> executeQuery: Read 848 rows, 62.78 KiB in 0.002108 sec., 402277.0398481973 rows/sec., 29.08 MiB/sec. | ||
12505 | 2024.08.15 05:39:26.393654 [ 3 ] {75b117d7-03e0-4edd-b509-d6057ca8fad6} <Debug> DynamicQueryHandler: Done processing query | ||
12506 | 2024.08.15 05:39:26.393678 [ 3 ] {75b117d7-03e0-4edd-b509-d6057ca8fad6} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
12507 | 2024.08.15 05:39:26.393693 [ 3 ] {} <Debug> HTTP-Session: dbd728a4-3eb6-4d94-bc91-49738f54ffa1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12508 | 2024.08.15 05:39:26.393846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12509 | 2024.08.15 05:39:26.393894 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12510 | 2024.08.15 05:39:26.393911 [ 3 ] {} <Debug> HTTP-Session: e8a3091d-0037-47b0-9985-ee6adacdd5d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12511 | 2024.08.15 05:39:26.393928 [ 3 ] {} <Debug> HTTP-Session: e8a3091d-0037-47b0-9985-ee6adacdd5d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12512 | 2024.08.15 05:39:26.393941 [ 3 ] {} <Debug> HTTP-Session: e8a3091d-0037-47b0-9985-ee6adacdd5d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12513 | 2024.08.15 05:39:26.393970 [ 3 ] {} <Trace> HTTP-Session: e8a3091d-0037-47b0-9985-ee6adacdd5d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12514 | 2024.08.15 05:39:26.394064 [ 3 ] {e9d28cc2-647c-4eca-b79b-f7d5a9dddd57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12515 | 2024.08.15 05:39:26.394108 [ 3 ] {e9d28cc2-647c-4eca-b79b-f7d5a9dddd57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12516 | 2024.08.15 05:39:26.394235 [ 3 ] {e9d28cc2-647c-4eca-b79b-f7d5a9dddd57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12517 | 2024.08.15 05:39:26.394489 [ 3 ] {e9d28cc2-647c-4eca-b79b-f7d5a9dddd57} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12518 | 2024.08.15 05:39:26.394525 [ 3 ] {e9d28cc2-647c-4eca-b79b-f7d5a9dddd57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12519 | 2024.08.15 05:39:26.394877 [ 3 ] {e9d28cc2-647c-4eca-b79b-f7d5a9dddd57} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12520 | 2024.08.15 05:39:26.395186 [ 3 ] {e9d28cc2-647c-4eca-b79b-f7d5a9dddd57} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12521 | 2024.08.15 05:39:26.395345 [ 3 ] {e9d28cc2-647c-4eca-b79b-f7d5a9dddd57} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001295 sec., 4633.204633204634 rows/sec., 242.07 KiB/sec. | ||
12522 | 2024.08.15 05:39:26.395509 [ 3 ] {e9d28cc2-647c-4eca-b79b-f7d5a9dddd57} <Debug> DynamicQueryHandler: Done processing query | ||
12523 | 2024.08.15 05:39:26.395533 [ 3 ] {e9d28cc2-647c-4eca-b79b-f7d5a9dddd57} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12524 | 2024.08.15 05:39:26.395549 [ 3 ] {} <Debug> HTTP-Session: e8a3091d-0037-47b0-9985-ee6adacdd5d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12525 | 2024.08.15 05:39:26.395804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 174539, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12526 | 2024.08.15 05:39:26.395850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12527 | 2024.08.15 05:39:26.395869 [ 3 ] {} <Debug> HTTP-Session: 94ad307d-199b-4682-b85e-51e8eca6af63 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12528 | 2024.08.15 05:39:26.395886 [ 3 ] {} <Debug> HTTP-Session: 94ad307d-199b-4682-b85e-51e8eca6af63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12529 | 2024.08.15 05:39:26.395900 [ 3 ] {} <Debug> HTTP-Session: 94ad307d-199b-4682-b85e-51e8eca6af63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12530 | 2024.08.15 05:39:26.395929 [ 3 ] {} <Trace> HTTP-Session: 94ad307d-199b-4682-b85e-51e8eca6af63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12531 | 2024.08.15 05:39:26.396331 [ 3 ] {82a427d7-37d0-4603-b4c6-a6d3d8d3b126} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12532 | 2024.08.15 05:39:26.396379 [ 3 ] {82a427d7-37d0-4603-b4c6-a6d3d8d3b126} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12533 | 2024.08.15 05:39:26.396521 [ 3 ] {82a427d7-37d0-4603-b4c6-a6d3d8d3b126} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12534 | 2024.08.15 05:39:26.397412 [ 3 ] {82a427d7-37d0-4603-b4c6-a6d3d8d3b126} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12535 | 2024.08.15 05:39:26.397449 [ 3 ] {82a427d7-37d0-4603-b4c6-a6d3d8d3b126} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12536 | 2024.08.15 05:39:26.397869 [ 3 ] {82a427d7-37d0-4603-b4c6-a6d3d8d3b126} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12537 | 2024.08.15 05:39:26.398200 [ 3 ] {82a427d7-37d0-4603-b4c6-a6d3d8d3b126} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12538 | 2024.08.15 05:39:26.398359 [ 3 ] {82a427d7-37d0-4603-b4c6-a6d3d8d3b126} <Debug> executeQuery: Read 922 rows, 63.08 KiB in 0.002277 sec., 404918.7527448397 rows/sec., 27.06 MiB/sec. | ||
12539 | 2024.08.15 05:39:26.398603 [ 3 ] {82a427d7-37d0-4603-b4c6-a6d3d8d3b126} <Debug> DynamicQueryHandler: Done processing query | ||
12540 | 2024.08.15 05:39:26.398666 [ 3 ] {82a427d7-37d0-4603-b4c6-a6d3d8d3b126} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
12541 | 2024.08.15 05:39:26.398720 [ 3 ] {} <Debug> HTTP-Session: 94ad307d-199b-4682-b85e-51e8eca6af63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12542 | 2024.08.15 05:39:26.398937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12543 | 2024.08.15 05:39:26.398988 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12544 | 2024.08.15 05:39:26.399006 [ 3 ] {} <Debug> HTTP-Session: c1636ed6-5128-41c2-afba-d5f87c12dbd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12545 | 2024.08.15 05:39:26.399023 [ 3 ] {} <Debug> HTTP-Session: c1636ed6-5128-41c2-afba-d5f87c12dbd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12546 | 2024.08.15 05:39:26.399036 [ 3 ] {} <Debug> HTTP-Session: c1636ed6-5128-41c2-afba-d5f87c12dbd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12547 | 2024.08.15 05:39:26.399067 [ 3 ] {} <Trace> HTTP-Session: c1636ed6-5128-41c2-afba-d5f87c12dbd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12548 | 2024.08.15 05:39:26.399163 [ 3 ] {429368ad-81e5-4c0f-89d3-d60635c506f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
12549 | 2024.08.15 05:39:26.399210 [ 3 ] {429368ad-81e5-4c0f-89d3-d60635c506f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12550 | 2024.08.15 05:39:26.399351 [ 3 ] {429368ad-81e5-4c0f-89d3-d60635c506f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12551 | 2024.08.15 05:39:26.399601 [ 3 ] {429368ad-81e5-4c0f-89d3-d60635c506f8} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12552 | 2024.08.15 05:39:26.399637 [ 3 ] {429368ad-81e5-4c0f-89d3-d60635c506f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12553 | 2024.08.15 05:39:26.399981 [ 3 ] {429368ad-81e5-4c0f-89d3-d60635c506f8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12554 | 2024.08.15 05:39:26.400299 [ 3 ] {429368ad-81e5-4c0f-89d3-d60635c506f8} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12555 | 2024.08.15 05:39:26.400454 [ 90 ] {} <Debug> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
12556 | 2024.08.15 05:39:26.400460 [ 3 ] {429368ad-81e5-4c0f-89d3-d60635c506f8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001312 sec., 762.1951219512194 rows/sec., 51.36 KiB/sec. | ||
12557 | 2024.08.15 05:39:26.400547 [ 90 ] {} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12558 | 2024.08.15 05:39:26.400612 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12559 | 2024.08.15 05:39:26.400797 [ 3 ] {429368ad-81e5-4c0f-89d3-d60635c506f8} <Debug> DynamicQueryHandler: Done processing query | ||
12560 | 2024.08.15 05:39:26.400867 [ 3 ] {429368ad-81e5-4c0f-89d3-d60635c506f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
12561 | 2024.08.15 05:39:26.400957 [ 3 ] {} <Debug> HTTP-Session: c1636ed6-5128-41c2-afba-d5f87c12dbd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12562 | 2024.08.15 05:39:26.401111 [ 200 ] {73f49326-8ca5-47bc-88f4-892effbaf908::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 | ||
12563 | 2024.08.15 05:39:26.401177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12564 | 2024.08.15 05:39:26.401285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12565 | 2024.08.15 05:39:26.401326 [ 3 ] {} <Debug> HTTP-Session: 20962fd5-ebdd-41bf-a63e-6220308ca5db Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12566 | 2024.08.15 05:39:26.401373 [ 3 ] {} <Debug> HTTP-Session: 20962fd5-ebdd-41bf-a63e-6220308ca5db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12567 | 2024.08.15 05:39:26.401409 [ 3 ] {} <Debug> HTTP-Session: 20962fd5-ebdd-41bf-a63e-6220308ca5db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12568 | 2024.08.15 05:39:26.401496 [ 3 ] {} <Trace> HTTP-Session: 20962fd5-ebdd-41bf-a63e-6220308ca5db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12569 | 2024.08.15 05:39:26.401568 [ 200 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12570 | 2024.08.15 05:39:26.401644 [ 200 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 25 rows starting from the beginning of the part | ||
12571 | 2024.08.15 05:39:26.401783 [ 3 ] {ae92cc03-2763-4b76-92a8-18412e78a23f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12572 | 2024.08.15 05:39:26.401888 [ 200 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
12573 | 2024.08.15 05:39:26.402102 [ 3 ] {ae92cc03-2763-4b76-92a8-18412e78a23f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12574 | 2024.08.15 05:39:26.402258 [ 200 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
12575 | 2024.08.15 05:39:26.402709 [ 200 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
12576 | 2024.08.15 05:39:26.403057 [ 200 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
12577 | 2024.08.15 05:39:26.403441 [ 200 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
12578 | 2024.08.15 05:39:26.404651 [ 3 ] {ae92cc03-2763-4b76-92a8-18412e78a23f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12579 | 2024.08.15 05:39:26.406371 [ 3 ] {ae92cc03-2763-4b76-92a8-18412e78a23f} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12580 | 2024.08.15 05:39:26.406442 [ 3 ] {ae92cc03-2763-4b76-92a8-18412e78a23f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12581 | 2024.08.15 05:39:26.407090 [ 186 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.006348995 sec., 4725.157288673247 rows/sec., 318.39 KiB/sec. | ||
12582 | 2024.08.15 05:39:26.407316 [ 186 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
12583 | 2024.08.15 05:39:26.408319 [ 3 ] {ae92cc03-2763-4b76-92a8-18412e78a23f} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
12584 | 2024.08.15 05:39:26.408429 [ 191 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_30_6} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12585 | 2024.08.15 05:39:26.408568 [ 191 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_30_6} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
12586 | 2024.08.15 05:39:26.408732 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
12587 | 2024.08.15 05:39:26.408937 [ 3 ] {ae92cc03-2763-4b76-92a8-18412e78a23f} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12588 | 2024.08.15 05:39:26.409130 [ 3 ] {ae92cc03-2763-4b76-92a8-18412e78a23f} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.007494 sec., 533.7603416066187 rows/sec., 979.43 KiB/sec. | ||
12589 | 2024.08.15 05:39:26.409382 [ 3 ] {ae92cc03-2763-4b76-92a8-18412e78a23f} <Debug> DynamicQueryHandler: Done processing query | ||
12590 | 2024.08.15 05:39:26.409407 [ 3 ] {ae92cc03-2763-4b76-92a8-18412e78a23f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
12591 | 2024.08.15 05:39:26.409422 [ 3 ] {} <Debug> HTTP-Session: 20962fd5-ebdd-41bf-a63e-6220308ca5db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12592 | 2024.08.15 05:39:26.409548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 11848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12593 | 2024.08.15 05:39:26.409596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12594 | 2024.08.15 05:39:26.409616 [ 3 ] {} <Debug> HTTP-Session: 5df04303-e39f-4174-8910-38d211c29ebe Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12595 | 2024.08.15 05:39:26.409631 [ 3 ] {} <Debug> HTTP-Session: 5df04303-e39f-4174-8910-38d211c29ebe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12596 | 2024.08.15 05:39:26.409645 [ 3 ] {} <Debug> HTTP-Session: 5df04303-e39f-4174-8910-38d211c29ebe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12597 | 2024.08.15 05:39:26.409675 [ 3 ] {} <Trace> HTTP-Session: 5df04303-e39f-4174-8910-38d211c29ebe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12598 | 2024.08.15 05:39:26.409793 [ 3 ] {772b1326-bc82-4f15-b72b-b1e2a677e94a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12599 | 2024.08.15 05:39:26.409838 [ 3 ] {772b1326-bc82-4f15-b72b-b1e2a677e94a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12600 | 2024.08.15 05:39:26.409968 [ 3 ] {772b1326-bc82-4f15-b72b-b1e2a677e94a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12601 | 2024.08.15 05:39:26.410270 [ 3 ] {772b1326-bc82-4f15-b72b-b1e2a677e94a} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12602 | 2024.08.15 05:39:26.410306 [ 3 ] {772b1326-bc82-4f15-b72b-b1e2a677e94a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12603 | 2024.08.15 05:39:26.410664 [ 3 ] {772b1326-bc82-4f15-b72b-b1e2a677e94a} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12604 | 2024.08.15 05:39:26.410992 [ 3 ] {772b1326-bc82-4f15-b72b-b1e2a677e94a} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12605 | 2024.08.15 05:39:26.411138 [ 3 ] {772b1326-bc82-4f15-b72b-b1e2a677e94a} <Debug> executeQuery: Read 80 rows, 5.21 KiB in 0.001385 sec., 57761.73285198556 rows/sec., 3.67 MiB/sec. | ||
12606 | 2024.08.15 05:39:26.411305 [ 3 ] {772b1326-bc82-4f15-b72b-b1e2a677e94a} <Debug> DynamicQueryHandler: Done processing query | ||
12607 | 2024.08.15 05:39:26.411329 [ 3 ] {772b1326-bc82-4f15-b72b-b1e2a677e94a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12608 | 2024.08.15 05:39:26.411345 [ 3 ] {} <Debug> HTTP-Session: 5df04303-e39f-4174-8910-38d211c29ebe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12609 | 2024.08.15 05:39:31.408754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12610 | 2024.08.15 05:39:31.408955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12611 | 2024.08.15 05:39:31.409000 [ 3 ] {} <Debug> HTTP-Session: f0fb4c23-0bbe-417c-a6a8-5111fe0900e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12612 | 2024.08.15 05:39:31.409042 [ 3 ] {} <Debug> HTTP-Session: f0fb4c23-0bbe-417c-a6a8-5111fe0900e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12613 | 2024.08.15 05:39:31.409071 [ 3 ] {} <Debug> HTTP-Session: f0fb4c23-0bbe-417c-a6a8-5111fe0900e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12614 | 2024.08.15 05:39:31.409148 [ 3 ] {} <Trace> HTTP-Session: f0fb4c23-0bbe-417c-a6a8-5111fe0900e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12615 | 2024.08.15 05:39:31.409455 [ 3 ] {5f8fc36f-0f37-4b4d-84be-9bd3864a032a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12616 | 2024.08.15 05:39:31.409561 [ 3 ] {5f8fc36f-0f37-4b4d-84be-9bd3864a032a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12617 | 2024.08.15 05:39:31.409858 [ 3 ] {5f8fc36f-0f37-4b4d-84be-9bd3864a032a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12618 | 2024.08.15 05:39:31.410268 [ 3 ] {5f8fc36f-0f37-4b4d-84be-9bd3864a032a} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12619 | 2024.08.15 05:39:31.410313 [ 3 ] {5f8fc36f-0f37-4b4d-84be-9bd3864a032a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12620 | 2024.08.15 05:39:31.410691 [ 3 ] {5f8fc36f-0f37-4b4d-84be-9bd3864a032a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
12621 | 2024.08.15 05:39:31.411038 [ 3 ] {5f8fc36f-0f37-4b4d-84be-9bd3864a032a} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12622 | 2024.08.15 05:39:31.411214 [ 3 ] {5f8fc36f-0f37-4b4d-84be-9bd3864a032a} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001853 sec., 14031.300593631948 rows/sec., 1.11 MiB/sec. | ||
12623 | 2024.08.15 05:39:31.411423 [ 3 ] {5f8fc36f-0f37-4b4d-84be-9bd3864a032a} <Debug> DynamicQueryHandler: Done processing query | ||
12624 | 2024.08.15 05:39:31.411450 [ 3 ] {5f8fc36f-0f37-4b4d-84be-9bd3864a032a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12625 | 2024.08.15 05:39:31.411467 [ 3 ] {} <Debug> HTTP-Session: f0fb4c23-0bbe-417c-a6a8-5111fe0900e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12626 | 2024.08.15 05:39:31.411620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12627 | 2024.08.15 05:39:31.411671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12628 | 2024.08.15 05:39:31.411690 [ 3 ] {} <Debug> HTTP-Session: 02cba97c-266f-4dc5-aaae-1796a5bea72a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12629 | 2024.08.15 05:39:31.411708 [ 3 ] {} <Debug> HTTP-Session: 02cba97c-266f-4dc5-aaae-1796a5bea72a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12630 | 2024.08.15 05:39:31.411722 [ 3 ] {} <Debug> HTTP-Session: 02cba97c-266f-4dc5-aaae-1796a5bea72a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12631 | 2024.08.15 05:39:31.411754 [ 3 ] {} <Trace> HTTP-Session: 02cba97c-266f-4dc5-aaae-1796a5bea72a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12632 | 2024.08.15 05:39:31.411848 [ 3 ] {ec7cfea1-6a47-4e40-be3f-809c26ee8677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12633 | 2024.08.15 05:39:31.411893 [ 3 ] {ec7cfea1-6a47-4e40-be3f-809c26ee8677} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12634 | 2024.08.15 05:39:31.412023 [ 3 ] {ec7cfea1-6a47-4e40-be3f-809c26ee8677} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12635 | 2024.08.15 05:39:31.412301 [ 3 ] {ec7cfea1-6a47-4e40-be3f-809c26ee8677} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12636 | 2024.08.15 05:39:31.412338 [ 3 ] {ec7cfea1-6a47-4e40-be3f-809c26ee8677} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12637 | 2024.08.15 05:39:31.412634 [ 3 ] {ec7cfea1-6a47-4e40-be3f-809c26ee8677} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
12638 | 2024.08.15 05:39:31.412934 [ 3 ] {ec7cfea1-6a47-4e40-be3f-809c26ee8677} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12639 | 2024.08.15 05:39:31.413088 [ 3 ] {ec7cfea1-6a47-4e40-be3f-809c26ee8677} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001259 sec., 1588.5623510722796 rows/sec., 129.54 KiB/sec. | ||
12640 | 2024.08.15 05:39:31.413252 [ 3 ] {ec7cfea1-6a47-4e40-be3f-809c26ee8677} <Debug> DynamicQueryHandler: Done processing query | ||
12641 | 2024.08.15 05:39:31.413276 [ 3 ] {ec7cfea1-6a47-4e40-be3f-809c26ee8677} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12642 | 2024.08.15 05:39:31.413292 [ 3 ] {} <Debug> HTTP-Session: 02cba97c-266f-4dc5-aaae-1796a5bea72a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12643 | 2024.08.15 05:39:31.413460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12644 | 2024.08.15 05:39:31.413508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12645 | 2024.08.15 05:39:31.413527 [ 3 ] {} <Debug> HTTP-Session: 4bff6fce-9752-48b3-9c44-8e39498e4c08 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12646 | 2024.08.15 05:39:31.413543 [ 3 ] {} <Debug> HTTP-Session: 4bff6fce-9752-48b3-9c44-8e39498e4c08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12647 | 2024.08.15 05:39:31.413557 [ 3 ] {} <Debug> HTTP-Session: 4bff6fce-9752-48b3-9c44-8e39498e4c08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12648 | 2024.08.15 05:39:31.413586 [ 3 ] {} <Trace> HTTP-Session: 4bff6fce-9752-48b3-9c44-8e39498e4c08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12649 | 2024.08.15 05:39:31.413722 [ 3 ] {952ef676-a1bd-4697-8fea-74d0d7923d72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12650 | 2024.08.15 05:39:31.413765 [ 3 ] {952ef676-a1bd-4697-8fea-74d0d7923d72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12651 | 2024.08.15 05:39:31.413889 [ 3 ] {952ef676-a1bd-4697-8fea-74d0d7923d72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12652 | 2024.08.15 05:39:31.414341 [ 3 ] {952ef676-a1bd-4697-8fea-74d0d7923d72} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12653 | 2024.08.15 05:39:31.414380 [ 3 ] {952ef676-a1bd-4697-8fea-74d0d7923d72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12654 | 2024.08.15 05:39:31.414696 [ 3 ] {952ef676-a1bd-4697-8fea-74d0d7923d72} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12655 | 2024.08.15 05:39:31.415012 [ 3 ] {952ef676-a1bd-4697-8fea-74d0d7923d72} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12656 | 2024.08.15 05:39:31.415151 [ 3 ] {952ef676-a1bd-4697-8fea-74d0d7923d72} <Debug> executeQuery: Read 135 rows, 11.52 KiB in 0.001485 sec., 90909.09090909091 rows/sec., 7.58 MiB/sec. | ||
12657 | 2024.08.15 05:39:31.415402 [ 3 ] {952ef676-a1bd-4697-8fea-74d0d7923d72} <Debug> DynamicQueryHandler: Done processing query | ||
12658 | 2024.08.15 05:39:31.415465 [ 3 ] {952ef676-a1bd-4697-8fea-74d0d7923d72} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12659 | 2024.08.15 05:39:31.415524 [ 3 ] {} <Debug> HTTP-Session: 4bff6fce-9752-48b3-9c44-8e39498e4c08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12660 | 2024.08.15 05:39:31.415727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12661 | 2024.08.15 05:39:31.415778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12662 | 2024.08.15 05:39:31.415797 [ 3 ] {} <Debug> HTTP-Session: 2fac33b9-a463-4219-ab84-7be5984ed0be Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12663 | 2024.08.15 05:39:31.415815 [ 3 ] {} <Debug> HTTP-Session: 2fac33b9-a463-4219-ab84-7be5984ed0be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12664 | 2024.08.15 05:39:31.415829 [ 3 ] {} <Debug> HTTP-Session: 2fac33b9-a463-4219-ab84-7be5984ed0be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12665 | 2024.08.15 05:39:31.415860 [ 3 ] {} <Trace> HTTP-Session: 2fac33b9-a463-4219-ab84-7be5984ed0be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12666 | 2024.08.15 05:39:31.415958 [ 3 ] {14ccb5d8-43c3-4520-b79b-50ce5d5442f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12667 | 2024.08.15 05:39:31.416001 [ 3 ] {14ccb5d8-43c3-4520-b79b-50ce5d5442f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12668 | 2024.08.15 05:39:31.416146 [ 3 ] {14ccb5d8-43c3-4520-b79b-50ce5d5442f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12669 | 2024.08.15 05:39:31.416434 [ 3 ] {14ccb5d8-43c3-4520-b79b-50ce5d5442f3} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12670 | 2024.08.15 05:39:31.416471 [ 3 ] {14ccb5d8-43c3-4520-b79b-50ce5d5442f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12671 | 2024.08.15 05:39:31.416767 [ 3 ] {14ccb5d8-43c3-4520-b79b-50ce5d5442f3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
12672 | 2024.08.15 05:39:31.417066 [ 3 ] {14ccb5d8-43c3-4520-b79b-50ce5d5442f3} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12673 | 2024.08.15 05:39:31.417198 [ 3 ] {14ccb5d8-43c3-4520-b79b-50ce5d5442f3} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001265 sec., 1581.0276679841897 rows/sec., 110.39 KiB/sec. | ||
12674 | 2024.08.15 05:39:31.417390 [ 3 ] {14ccb5d8-43c3-4520-b79b-50ce5d5442f3} <Debug> DynamicQueryHandler: Done processing query | ||
12675 | 2024.08.15 05:39:31.417415 [ 3 ] {14ccb5d8-43c3-4520-b79b-50ce5d5442f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12676 | 2024.08.15 05:39:31.417430 [ 3 ] {} <Debug> HTTP-Session: 2fac33b9-a463-4219-ab84-7be5984ed0be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12677 | 2024.08.15 05:39:31.417558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 15624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12678 | 2024.08.15 05:39:31.417605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12679 | 2024.08.15 05:39:31.417623 [ 3 ] {} <Debug> HTTP-Session: 422fd457-f458-446f-b41a-36f96350e70a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12680 | 2024.08.15 05:39:31.417639 [ 3 ] {} <Debug> HTTP-Session: 422fd457-f458-446f-b41a-36f96350e70a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12681 | 2024.08.15 05:39:31.417653 [ 3 ] {} <Debug> HTTP-Session: 422fd457-f458-446f-b41a-36f96350e70a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12682 | 2024.08.15 05:39:31.417683 [ 3 ] {} <Trace> HTTP-Session: 422fd457-f458-446f-b41a-36f96350e70a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12683 | 2024.08.15 05:39:31.417806 [ 3 ] {8e979890-cbcd-4359-b22a-17df5bd130cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12684 | 2024.08.15 05:39:31.417847 [ 3 ] {8e979890-cbcd-4359-b22a-17df5bd130cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12685 | 2024.08.15 05:39:31.417970 [ 3 ] {8e979890-cbcd-4359-b22a-17df5bd130cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12686 | 2024.08.15 05:39:31.418344 [ 3 ] {8e979890-cbcd-4359-b22a-17df5bd130cd} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12687 | 2024.08.15 05:39:31.418381 [ 3 ] {8e979890-cbcd-4359-b22a-17df5bd130cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12688 | 2024.08.15 05:39:31.418687 [ 3 ] {8e979890-cbcd-4359-b22a-17df5bd130cd} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12689 | 2024.08.15 05:39:31.418982 [ 3 ] {8e979890-cbcd-4359-b22a-17df5bd130cd} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12690 | 2024.08.15 05:39:31.419133 [ 3 ] {8e979890-cbcd-4359-b22a-17df5bd130cd} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001372 sec., 67055.39358600583 rows/sec., 5.24 MiB/sec. | ||
12691 | 2024.08.15 05:39:31.419301 [ 3 ] {8e979890-cbcd-4359-b22a-17df5bd130cd} <Debug> DynamicQueryHandler: Done processing query | ||
12692 | 2024.08.15 05:39:31.419325 [ 3 ] {8e979890-cbcd-4359-b22a-17df5bd130cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
12693 | 2024.08.15 05:39:31.419340 [ 3 ] {} <Debug> HTTP-Session: 422fd457-f458-446f-b41a-36f96350e70a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12694 | 2024.08.15 05:39:31.419507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12695 | 2024.08.15 05:39:31.419554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12696 | 2024.08.15 05:39:31.419573 [ 3 ] {} <Debug> HTTP-Session: 14859922-b9ea-4457-a6f1-181e358c2a28 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12697 | 2024.08.15 05:39:31.419589 [ 3 ] {} <Debug> HTTP-Session: 14859922-b9ea-4457-a6f1-181e358c2a28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12698 | 2024.08.15 05:39:31.419603 [ 3 ] {} <Debug> HTTP-Session: 14859922-b9ea-4457-a6f1-181e358c2a28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12699 | 2024.08.15 05:39:31.419633 [ 3 ] {} <Trace> HTTP-Session: 14859922-b9ea-4457-a6f1-181e358c2a28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12700 | 2024.08.15 05:39:31.419772 [ 3 ] {ec014283-88ff-431c-8978-5bdfd7622e98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12701 | 2024.08.15 05:39:31.419818 [ 3 ] {ec014283-88ff-431c-8978-5bdfd7622e98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12702 | 2024.08.15 05:39:31.419963 [ 3 ] {ec014283-88ff-431c-8978-5bdfd7622e98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12703 | 2024.08.15 05:39:31.420342 [ 3 ] {ec014283-88ff-431c-8978-5bdfd7622e98} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12704 | 2024.08.15 05:39:31.420378 [ 3 ] {ec014283-88ff-431c-8978-5bdfd7622e98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12705 | 2024.08.15 05:39:31.420764 [ 3 ] {ec014283-88ff-431c-8978-5bdfd7622e98} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12706 | 2024.08.15 05:39:31.421105 [ 3 ] {ec014283-88ff-431c-8978-5bdfd7622e98} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12707 | 2024.08.15 05:39:31.421261 [ 3 ] {ec014283-88ff-431c-8978-5bdfd7622e98} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001545 sec., 104207.11974110032 rows/sec., 7.26 MiB/sec. | ||
12708 | 2024.08.15 05:39:31.421427 [ 3 ] {ec014283-88ff-431c-8978-5bdfd7622e98} <Debug> DynamicQueryHandler: Done processing query | ||
12709 | 2024.08.15 05:39:31.421451 [ 3 ] {ec014283-88ff-431c-8978-5bdfd7622e98} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12710 | 2024.08.15 05:39:31.421466 [ 3 ] {} <Debug> HTTP-Session: 14859922-b9ea-4457-a6f1-181e358c2a28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12711 | 2024.08.15 05:39:31.421649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 42073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12712 | 2024.08.15 05:39:31.421696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12713 | 2024.08.15 05:39:31.421714 [ 3 ] {} <Debug> HTTP-Session: f44ecb08-5cb6-4de9-9e5d-3aabd73d0319 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12714 | 2024.08.15 05:39:31.421732 [ 3 ] {} <Debug> HTTP-Session: f44ecb08-5cb6-4de9-9e5d-3aabd73d0319 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12715 | 2024.08.15 05:39:31.421745 [ 3 ] {} <Debug> HTTP-Session: f44ecb08-5cb6-4de9-9e5d-3aabd73d0319 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12716 | 2024.08.15 05:39:31.421775 [ 3 ] {} <Trace> HTTP-Session: f44ecb08-5cb6-4de9-9e5d-3aabd73d0319 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12717 | 2024.08.15 05:39:31.422051 [ 3 ] {ba2856b1-2b44-4b86-b5ba-5f15262a934e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12718 | 2024.08.15 05:39:31.422113 [ 3 ] {ba2856b1-2b44-4b86-b5ba-5f15262a934e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12719 | 2024.08.15 05:39:31.422520 [ 3 ] {ba2856b1-2b44-4b86-b5ba-5f15262a934e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12720 | 2024.08.15 05:39:31.423184 [ 3 ] {ba2856b1-2b44-4b86-b5ba-5f15262a934e} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12721 | 2024.08.15 05:39:31.423220 [ 3 ] {ba2856b1-2b44-4b86-b5ba-5f15262a934e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12722 | 2024.08.15 05:39:31.423882 [ 3 ] {ba2856b1-2b44-4b86-b5ba-5f15262a934e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
12723 | 2024.08.15 05:39:31.424336 [ 3 ] {ba2856b1-2b44-4b86-b5ba-5f15262a934e} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12724 | 2024.08.15 05:39:31.424523 [ 3 ] {ba2856b1-2b44-4b86-b5ba-5f15262a934e} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002665 sec., 9756.09756097561 rows/sec., 17.48 MiB/sec. | ||
12725 | 2024.08.15 05:39:31.424720 [ 3 ] {ba2856b1-2b44-4b86-b5ba-5f15262a934e} <Debug> DynamicQueryHandler: Done processing query | ||
12726 | 2024.08.15 05:39:31.424744 [ 3 ] {ba2856b1-2b44-4b86-b5ba-5f15262a934e} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
12727 | 2024.08.15 05:39:31.424760 [ 3 ] {} <Debug> HTTP-Session: f44ecb08-5cb6-4de9-9e5d-3aabd73d0319 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12728 | 2024.08.15 05:39:31.424895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12729 | 2024.08.15 05:39:31.424942 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12730 | 2024.08.15 05:39:31.424961 [ 3 ] {} <Debug> HTTP-Session: 55b31731-1302-425c-b11c-a87186fd1061 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12731 | 2024.08.15 05:39:31.424978 [ 3 ] {} <Debug> HTTP-Session: 55b31731-1302-425c-b11c-a87186fd1061 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12732 | 2024.08.15 05:39:31.424991 [ 3 ] {} <Debug> HTTP-Session: 55b31731-1302-425c-b11c-a87186fd1061 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12733 | 2024.08.15 05:39:31.425021 [ 3 ] {} <Trace> HTTP-Session: 55b31731-1302-425c-b11c-a87186fd1061 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12734 | 2024.08.15 05:39:31.425131 [ 3 ] {c090d4bb-d139-4eba-86f5-a80fbc609352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12735 | 2024.08.15 05:39:31.425175 [ 3 ] {c090d4bb-d139-4eba-86f5-a80fbc609352} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12736 | 2024.08.15 05:39:31.425300 [ 3 ] {c090d4bb-d139-4eba-86f5-a80fbc609352} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12737 | 2024.08.15 05:39:31.425600 [ 3 ] {c090d4bb-d139-4eba-86f5-a80fbc609352} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12738 | 2024.08.15 05:39:31.425635 [ 3 ] {c090d4bb-d139-4eba-86f5-a80fbc609352} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12739 | 2024.08.15 05:39:31.425980 [ 3 ] {c090d4bb-d139-4eba-86f5-a80fbc609352} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12740 | 2024.08.15 05:39:31.426299 [ 3 ] {c090d4bb-d139-4eba-86f5-a80fbc609352} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12741 | 2024.08.15 05:39:31.426451 [ 3 ] {c090d4bb-d139-4eba-86f5-a80fbc609352} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001345 sec., 44609.665427509295 rows/sec., 3.01 MiB/sec. | ||
12742 | 2024.08.15 05:39:31.426701 [ 3 ] {c090d4bb-d139-4eba-86f5-a80fbc609352} <Debug> DynamicQueryHandler: Done processing query | ||
12743 | 2024.08.15 05:39:31.426754 [ 3 ] {c090d4bb-d139-4eba-86f5-a80fbc609352} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12744 | 2024.08.15 05:39:31.426806 [ 3 ] {} <Debug> HTTP-Session: 55b31731-1302-425c-b11c-a87186fd1061 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12745 | 2024.08.15 05:39:35.236557 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12746 | 2024.08.15 05:39:35.236627 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12747 | 2024.08.15 05:39:36.412507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12748 | 2024.08.15 05:39:36.412621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12749 | 2024.08.15 05:39:36.412644 [ 3 ] {} <Debug> HTTP-Session: 813c7139-cc22-450f-8ece-bcf7609e9e2c Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12750 | 2024.08.15 05:39:36.412669 [ 3 ] {} <Debug> HTTP-Session: 813c7139-cc22-450f-8ece-bcf7609e9e2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12751 | 2024.08.15 05:39:36.412684 [ 3 ] {} <Debug> HTTP-Session: 813c7139-cc22-450f-8ece-bcf7609e9e2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12752 | 2024.08.15 05:39:36.412732 [ 3 ] {} <Trace> HTTP-Session: 813c7139-cc22-450f-8ece-bcf7609e9e2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12753 | 2024.08.15 05:39:36.412911 [ 3 ] {3fd1ba8d-e6b3-44ff-b4e0-3e08d237a5b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12754 | 2024.08.15 05:39:36.412977 [ 3 ] {3fd1ba8d-e6b3-44ff-b4e0-3e08d237a5b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12755 | 2024.08.15 05:39:36.413176 [ 3 ] {3fd1ba8d-e6b3-44ff-b4e0-3e08d237a5b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12756 | 2024.08.15 05:39:36.413562 [ 3 ] {3fd1ba8d-e6b3-44ff-b4e0-3e08d237a5b4} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12757 | 2024.08.15 05:39:36.413603 [ 3 ] {3fd1ba8d-e6b3-44ff-b4e0-3e08d237a5b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12758 | 2024.08.15 05:39:36.413978 [ 3 ] {3fd1ba8d-e6b3-44ff-b4e0-3e08d237a5b4} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
12759 | 2024.08.15 05:39:36.414308 [ 3 ] {3fd1ba8d-e6b3-44ff-b4e0-3e08d237a5b4} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12760 | 2024.08.15 05:39:36.414475 [ 3 ] {3fd1ba8d-e6b3-44ff-b4e0-3e08d237a5b4} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001614 sec., 2478.3147459727384 rows/sec., 200.88 KiB/sec. | ||
12761 | 2024.08.15 05:39:36.414660 [ 3 ] {3fd1ba8d-e6b3-44ff-b4e0-3e08d237a5b4} <Debug> DynamicQueryHandler: Done processing query | ||
12762 | 2024.08.15 05:39:36.414685 [ 3 ] {3fd1ba8d-e6b3-44ff-b4e0-3e08d237a5b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12763 | 2024.08.15 05:39:36.414701 [ 3 ] {} <Debug> HTTP-Session: 813c7139-cc22-450f-8ece-bcf7609e9e2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12764 | 2024.08.15 05:39:36.414925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12765 | 2024.08.15 05:39:36.414972 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12766 | 2024.08.15 05:39:36.414991 [ 3 ] {} <Debug> HTTP-Session: 5a0f92ff-56ce-4280-81c5-160e08934411 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12767 | 2024.08.15 05:39:36.415008 [ 3 ] {} <Debug> HTTP-Session: 5a0f92ff-56ce-4280-81c5-160e08934411 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12768 | 2024.08.15 05:39:36.415022 [ 3 ] {} <Debug> HTTP-Session: 5a0f92ff-56ce-4280-81c5-160e08934411 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12769 | 2024.08.15 05:39:36.415052 [ 3 ] {} <Trace> HTTP-Session: 5a0f92ff-56ce-4280-81c5-160e08934411 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12770 | 2024.08.15 05:39:36.415199 [ 3 ] {ccad45ec-0777-46cd-af00-fb50b227912c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12771 | 2024.08.15 05:39:36.415243 [ 3 ] {ccad45ec-0777-46cd-af00-fb50b227912c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12772 | 2024.08.15 05:39:36.415372 [ 3 ] {ccad45ec-0777-46cd-af00-fb50b227912c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12773 | 2024.08.15 05:39:36.415802 [ 3 ] {ccad45ec-0777-46cd-af00-fb50b227912c} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12774 | 2024.08.15 05:39:36.415839 [ 3 ] {ccad45ec-0777-46cd-af00-fb50b227912c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12775 | 2024.08.15 05:39:36.416158 [ 3 ] {ccad45ec-0777-46cd-af00-fb50b227912c} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12776 | 2024.08.15 05:39:36.416460 [ 3 ] {ccad45ec-0777-46cd-af00-fb50b227912c} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12777 | 2024.08.15 05:39:36.416615 [ 3 ] {ccad45ec-0777-46cd-af00-fb50b227912c} <Debug> executeQuery: Read 201 rows, 18.00 KiB in 0.001481 sec., 135719.10871033085 rows/sec., 11.87 MiB/sec. | ||
12778 | 2024.08.15 05:39:36.416783 [ 3 ] {ccad45ec-0777-46cd-af00-fb50b227912c} <Debug> DynamicQueryHandler: Done processing query | ||
12779 | 2024.08.15 05:39:36.416807 [ 3 ] {ccad45ec-0777-46cd-af00-fb50b227912c} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
12780 | 2024.08.15 05:39:36.416822 [ 3 ] {} <Debug> HTTP-Session: 5a0f92ff-56ce-4280-81c5-160e08934411 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12781 | 2024.08.15 05:39:36.416945 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12782 | 2024.08.15 05:39:36.416992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12783 | 2024.08.15 05:39:36.417010 [ 3 ] {} <Debug> HTTP-Session: a0bca335-e5a6-4e27-831c-f8b3d1e57075 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12784 | 2024.08.15 05:39:36.417026 [ 3 ] {} <Debug> HTTP-Session: a0bca335-e5a6-4e27-831c-f8b3d1e57075 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12785 | 2024.08.15 05:39:36.417039 [ 3 ] {} <Debug> HTTP-Session: a0bca335-e5a6-4e27-831c-f8b3d1e57075 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12786 | 2024.08.15 05:39:36.417070 [ 3 ] {} <Trace> HTTP-Session: a0bca335-e5a6-4e27-831c-f8b3d1e57075 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12787 | 2024.08.15 05:39:36.417167 [ 3 ] {3b5d5d88-0861-4a0a-bbd6-68b6cf565044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
12788 | 2024.08.15 05:39:36.417209 [ 3 ] {3b5d5d88-0861-4a0a-bbd6-68b6cf565044} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12789 | 2024.08.15 05:39:36.417332 [ 3 ] {3b5d5d88-0861-4a0a-bbd6-68b6cf565044} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12790 | 2024.08.15 05:39:36.417608 [ 3 ] {3b5d5d88-0861-4a0a-bbd6-68b6cf565044} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12791 | 2024.08.15 05:39:36.417645 [ 3 ] {3b5d5d88-0861-4a0a-bbd6-68b6cf565044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12792 | 2024.08.15 05:39:36.417967 [ 3 ] {3b5d5d88-0861-4a0a-bbd6-68b6cf565044} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
12793 | 2024.08.15 05:39:36.418279 [ 3 ] {3b5d5d88-0861-4a0a-bbd6-68b6cf565044} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12794 | 2024.08.15 05:39:36.418431 [ 80 ] {} <Debug> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
12795 | 2024.08.15 05:39:36.418440 [ 3 ] {3b5d5d88-0861-4a0a-bbd6-68b6cf565044} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001292 sec., 10835.9133126935 rows/sec., 758.88 KiB/sec. | ||
12796 | 2024.08.15 05:39:36.418524 [ 80 ] {} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12797 | 2024.08.15 05:39:36.418584 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12798 | 2024.08.15 05:39:36.418743 [ 3 ] {3b5d5d88-0861-4a0a-bbd6-68b6cf565044} <Debug> DynamicQueryHandler: Done processing query | ||
12799 | 2024.08.15 05:39:36.418778 [ 3 ] {3b5d5d88-0861-4a0a-bbd6-68b6cf565044} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12800 | 2024.08.15 05:39:36.418795 [ 187 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::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 | ||
12801 | 2024.08.15 05:39:36.418815 [ 3 ] {} <Debug> HTTP-Session: a0bca335-e5a6-4e27-831c-f8b3d1e57075 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12802 | 2024.08.15 05:39:36.419051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12803 | 2024.08.15 05:39:36.419123 [ 187 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12804 | 2024.08.15 05:39:36.419142 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12805 | 2024.08.15 05:39:36.419165 [ 187 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 242 rows starting from the beginning of the part | ||
12806 | 2024.08.15 05:39:36.419172 [ 3 ] {} <Debug> HTTP-Session: ac712002-2999-40b6-af1c-cd40ae624b1f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12807 | 2024.08.15 05:39:36.419199 [ 3 ] {} <Debug> HTTP-Session: ac712002-2999-40b6-af1c-cd40ae624b1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12808 | 2024.08.15 05:39:36.419219 [ 3 ] {} <Debug> HTTP-Session: ac712002-2999-40b6-af1c-cd40ae624b1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12809 | 2024.08.15 05:39:36.419271 [ 187 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 242 rows starting from the beginning of the part | ||
12810 | 2024.08.15 05:39:36.419272 [ 3 ] {} <Trace> HTTP-Session: ac712002-2999-40b6-af1c-cd40ae624b1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12811 | 2024.08.15 05:39:36.419725 [ 3 ] {29706295-27d4-4dde-ae64-727ac8a25067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
12812 | 2024.08.15 05:39:36.419791 [ 187 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::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 | ||
12813 | 2024.08.15 05:39:36.419875 [ 3 ] {29706295-27d4-4dde-ae64-727ac8a25067} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12814 | 2024.08.15 05:39:36.420150 [ 187 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::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 | ||
12815 | 2024.08.15 05:39:36.420477 [ 187 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 242 rows starting from the beginning of the part | ||
12816 | 2024.08.15 05:39:36.420767 [ 187 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
12817 | 2024.08.15 05:39:36.420886 [ 3 ] {29706295-27d4-4dde-ae64-727ac8a25067} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12818 | 2024.08.15 05:39:36.421472 [ 3 ] {29706295-27d4-4dde-ae64-727ac8a25067} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12819 | 2024.08.15 05:39:36.421513 [ 3 ] {29706295-27d4-4dde-ae64-727ac8a25067} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12820 | 2024.08.15 05:39:36.421976 [ 3 ] {29706295-27d4-4dde-ae64-727ac8a25067} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
12821 | 2024.08.15 05:39:36.422356 [ 191 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 4 columns (4 merged, 0 gathered) in 0.003678858 sec., 208760.43598312302 rows/sec., 13.37 MiB/sec. | ||
12822 | 2024.08.15 05:39:36.422430 [ 3 ] {29706295-27d4-4dde-ae64-727ac8a25067} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12823 | 2024.08.15 05:39:36.422700 [ 3 ] {29706295-27d4-4dde-ae64-727ac8a25067} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.003196 sec., 1877.3466833541927 rows/sec., 110.92 KiB/sec. | ||
12824 | 2024.08.15 05:39:36.422721 [ 192 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
12825 | 2024.08.15 05:39:36.423274 [ 3 ] {29706295-27d4-4dde-ae64-727ac8a25067} <Debug> DynamicQueryHandler: Done processing query | ||
12826 | 2024.08.15 05:39:36.423360 [ 3 ] {29706295-27d4-4dde-ae64-727ac8a25067} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12827 | 2024.08.15 05:39:36.423417 [ 3 ] {} <Debug> HTTP-Session: ac712002-2999-40b6-af1c-cd40ae624b1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12828 | 2024.08.15 05:39:36.423688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 62444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12829 | 2024.08.15 05:39:36.423772 [ 192 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_31_6} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12830 | 2024.08.15 05:39:36.423788 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12831 | 2024.08.15 05:39:36.423846 [ 3 ] {} <Debug> HTTP-Session: d71651e3-8621-4c86-baee-420a949a3cc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12832 | 2024.08.15 05:39:36.423874 [ 3 ] {} <Debug> HTTP-Session: d71651e3-8621-4c86-baee-420a949a3cc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12833 | 2024.08.15 05:39:36.423915 [ 3 ] {} <Debug> HTTP-Session: d71651e3-8621-4c86-baee-420a949a3cc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12834 | 2024.08.15 05:39:36.423954 [ 192 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_31_6} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
12835 | 2024.08.15 05:39:36.423967 [ 3 ] {} <Trace> HTTP-Session: d71651e3-8621-4c86-baee-420a949a3cc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12836 | 2024.08.15 05:39:36.424103 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
12837 | 2024.08.15 05:39:36.424228 [ 3 ] {4e9f2c25-64d6-43d2-b67f-4bdc0239f491} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12838 | 2024.08.15 05:39:36.424338 [ 3 ] {4e9f2c25-64d6-43d2-b67f-4bdc0239f491} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12839 | 2024.08.15 05:39:36.424485 [ 3 ] {4e9f2c25-64d6-43d2-b67f-4bdc0239f491} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12840 | 2024.08.15 05:39:36.424990 [ 3 ] {4e9f2c25-64d6-43d2-b67f-4bdc0239f491} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12841 | 2024.08.15 05:39:36.425027 [ 3 ] {4e9f2c25-64d6-43d2-b67f-4bdc0239f491} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12842 | 2024.08.15 05:39:36.425422 [ 3 ] {4e9f2c25-64d6-43d2-b67f-4bdc0239f491} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12843 | 2024.08.15 05:39:36.425755 [ 3 ] {4e9f2c25-64d6-43d2-b67f-4bdc0239f491} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12844 | 2024.08.15 05:39:36.425915 [ 3 ] {4e9f2c25-64d6-43d2-b67f-4bdc0239f491} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.001759 sec., 219442.86526435477 rows/sec., 15.55 MiB/sec. | ||
12845 | 2024.08.15 05:39:36.426091 [ 3 ] {4e9f2c25-64d6-43d2-b67f-4bdc0239f491} <Debug> DynamicQueryHandler: Done processing query | ||
12846 | 2024.08.15 05:39:36.426115 [ 3 ] {4e9f2c25-64d6-43d2-b67f-4bdc0239f491} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
12847 | 2024.08.15 05:39:36.426131 [ 3 ] {} <Debug> HTTP-Session: d71651e3-8621-4c86-baee-420a949a3cc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12848 | 2024.08.15 05:39:36.426274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12849 | 2024.08.15 05:39:36.426323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12850 | 2024.08.15 05:39:36.426342 [ 3 ] {} <Debug> HTTP-Session: a3a45f22-4853-4ce0-a217-8b1c5e19e8d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12851 | 2024.08.15 05:39:36.426359 [ 3 ] {} <Debug> HTTP-Session: a3a45f22-4853-4ce0-a217-8b1c5e19e8d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12852 | 2024.08.15 05:39:36.426372 [ 3 ] {} <Debug> HTTP-Session: a3a45f22-4853-4ce0-a217-8b1c5e19e8d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12853 | 2024.08.15 05:39:36.426402 [ 3 ] {} <Trace> HTTP-Session: a3a45f22-4853-4ce0-a217-8b1c5e19e8d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12854 | 2024.08.15 05:39:36.426494 [ 3 ] {268721e8-1495-4f95-b86a-d156584c0333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12855 | 2024.08.15 05:39:36.426538 [ 3 ] {268721e8-1495-4f95-b86a-d156584c0333} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12856 | 2024.08.15 05:39:36.426665 [ 3 ] {268721e8-1495-4f95-b86a-d156584c0333} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12857 | 2024.08.15 05:39:36.426917 [ 3 ] {268721e8-1495-4f95-b86a-d156584c0333} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12858 | 2024.08.15 05:39:36.426953 [ 3 ] {268721e8-1495-4f95-b86a-d156584c0333} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12859 | 2024.08.15 05:39:36.427308 [ 3 ] {268721e8-1495-4f95-b86a-d156584c0333} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
12860 | 2024.08.15 05:39:36.427629 [ 3 ] {268721e8-1495-4f95-b86a-d156584c0333} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12861 | 2024.08.15 05:39:36.427777 [ 3 ] {268721e8-1495-4f95-b86a-d156584c0333} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001299 sec., 4618.937644341801 rows/sec., 241.32 KiB/sec. | ||
12862 | 2024.08.15 05:39:36.427795 [ 78 ] {} <Debug> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
12863 | 2024.08.15 05:39:36.427907 [ 78 ] {} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12864 | 2024.08.15 05:39:36.427945 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12865 | 2024.08.15 05:39:36.428039 [ 3 ] {268721e8-1495-4f95-b86a-d156584c0333} <Debug> DynamicQueryHandler: Done processing query | ||
12866 | 2024.08.15 05:39:36.428113 [ 3 ] {268721e8-1495-4f95-b86a-d156584c0333} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12867 | 2024.08.15 05:39:36.428192 [ 3 ] {} <Debug> HTTP-Session: a3a45f22-4853-4ce0-a217-8b1c5e19e8d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12868 | 2024.08.15 05:39:36.428367 [ 188 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::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 | ||
12869 | 2024.08.15 05:39:36.428508 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 44608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12870 | 2024.08.15 05:39:36.428623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12871 | 2024.08.15 05:39:36.428682 [ 3 ] {} <Debug> HTTP-Session: 9a3a9646-6efd-48da-87a6-201e1cfa68d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12872 | 2024.08.15 05:39:36.428731 [ 3 ] {} <Debug> HTTP-Session: 9a3a9646-6efd-48da-87a6-201e1cfa68d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12873 | 2024.08.15 05:39:36.428748 [ 188 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12874 | 2024.08.15 05:39:36.428761 [ 3 ] {} <Debug> HTTP-Session: 9a3a9646-6efd-48da-87a6-201e1cfa68d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12875 | 2024.08.15 05:39:36.428809 [ 188 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part | ||
12876 | 2024.08.15 05:39:36.428831 [ 3 ] {} <Trace> HTTP-Session: 9a3a9646-6efd-48da-87a6-201e1cfa68d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12877 | 2024.08.15 05:39:36.428951 [ 188 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
12878 | 2024.08.15 05:39:36.429256 [ 3 ] {5964c451-2773-4db2-a7ff-4d5600905bb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12879 | 2024.08.15 05:39:36.429276 [ 188 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
12880 | 2024.08.15 05:39:36.429404 [ 3 ] {5964c451-2773-4db2-a7ff-4d5600905bb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12881 | 2024.08.15 05:39:36.429583 [ 188 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
12882 | 2024.08.15 05:39:36.429931 [ 188 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
12883 | 2024.08.15 05:39:36.430290 [ 188 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
12884 | 2024.08.15 05:39:36.430567 [ 3 ] {5964c451-2773-4db2-a7ff-4d5600905bb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12885 | 2024.08.15 05:39:36.431607 [ 3 ] {5964c451-2773-4db2-a7ff-4d5600905bb7} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12886 | 2024.08.15 05:39:36.431667 [ 3 ] {5964c451-2773-4db2-a7ff-4d5600905bb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12887 | 2024.08.15 05:39:36.432825 [ 3 ] {5964c451-2773-4db2-a7ff-4d5600905bb7} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12888 | 2024.08.15 05:39:36.432897 [ 188 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.004853813 sec., 38320.388527534946 rows/sec., 1.96 MiB/sec. | ||
12889 | 2024.08.15 05:39:36.433072 [ 188 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
12890 | 2024.08.15 05:39:36.433691 [ 3 ] {5964c451-2773-4db2-a7ff-4d5600905bb7} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12891 | 2024.08.15 05:39:36.434027 [ 192 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_31_6} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12892 | 2024.08.15 05:39:36.434056 [ 3 ] {5964c451-2773-4db2-a7ff-4d5600905bb7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00502 sec., 47211.15537848605 rows/sec., 3.16 MiB/sec. | ||
12893 | 2024.08.15 05:39:36.434506 [ 192 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_31_6} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
12894 | 2024.08.15 05:39:36.434772 [ 3 ] {5964c451-2773-4db2-a7ff-4d5600905bb7} <Debug> DynamicQueryHandler: Done processing query | ||
12895 | 2024.08.15 05:39:36.434865 [ 3 ] {5964c451-2773-4db2-a7ff-4d5600905bb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12896 | 2024.08.15 05:39:36.434883 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
12897 | 2024.08.15 05:39:36.434948 [ 3 ] {} <Debug> HTTP-Session: 9a3a9646-6efd-48da-87a6-201e1cfa68d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12898 | 2024.08.15 05:39:36.435142 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12899 | 2024.08.15 05:39:36.435194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12900 | 2024.08.15 05:39:36.435212 [ 3 ] {} <Debug> HTTP-Session: 817896df-53bc-4e9c-b0cb-8895edbbf9db Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12901 | 2024.08.15 05:39:36.435230 [ 3 ] {} <Debug> HTTP-Session: 817896df-53bc-4e9c-b0cb-8895edbbf9db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12902 | 2024.08.15 05:39:36.435243 [ 3 ] {} <Debug> HTTP-Session: 817896df-53bc-4e9c-b0cb-8895edbbf9db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12903 | 2024.08.15 05:39:36.435277 [ 3 ] {} <Trace> HTTP-Session: 817896df-53bc-4e9c-b0cb-8895edbbf9db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12904 | 2024.08.15 05:39:36.435380 [ 3 ] {be3ae09b-8116-4f42-8487-bdae5de7edd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
12905 | 2024.08.15 05:39:36.435428 [ 3 ] {be3ae09b-8116-4f42-8487-bdae5de7edd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12906 | 2024.08.15 05:39:36.435588 [ 3 ] {be3ae09b-8116-4f42-8487-bdae5de7edd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12907 | 2024.08.15 05:39:36.435843 [ 3 ] {be3ae09b-8116-4f42-8487-bdae5de7edd4} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12908 | 2024.08.15 05:39:36.435878 [ 3 ] {be3ae09b-8116-4f42-8487-bdae5de7edd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12909 | 2024.08.15 05:39:36.436232 [ 3 ] {be3ae09b-8116-4f42-8487-bdae5de7edd4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
12910 | 2024.08.15 05:39:36.436561 [ 3 ] {be3ae09b-8116-4f42-8487-bdae5de7edd4} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12911 | 2024.08.15 05:39:36.436708 [ 3 ] {be3ae09b-8116-4f42-8487-bdae5de7edd4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001349 sec., 741.2898443291327 rows/sec., 49.95 KiB/sec. | ||
12912 | 2024.08.15 05:39:36.436874 [ 3 ] {be3ae09b-8116-4f42-8487-bdae5de7edd4} <Debug> DynamicQueryHandler: Done processing query | ||
12913 | 2024.08.15 05:39:36.436899 [ 3 ] {be3ae09b-8116-4f42-8487-bdae5de7edd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
12914 | 2024.08.15 05:39:36.436914 [ 3 ] {} <Debug> HTTP-Session: 817896df-53bc-4e9c-b0cb-8895edbbf9db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12915 | 2024.08.15 05:39:36.437027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12916 | 2024.08.15 05:39:36.437074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12917 | 2024.08.15 05:39:36.437092 [ 3 ] {} <Debug> HTTP-Session: 25449d6f-cbdf-4c47-bdaf-7aab82d58e1f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12918 | 2024.08.15 05:39:36.437109 [ 3 ] {} <Debug> HTTP-Session: 25449d6f-cbdf-4c47-bdaf-7aab82d58e1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12919 | 2024.08.15 05:39:36.437123 [ 3 ] {} <Debug> HTTP-Session: 25449d6f-cbdf-4c47-bdaf-7aab82d58e1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12920 | 2024.08.15 05:39:36.437152 [ 3 ] {} <Trace> HTTP-Session: 25449d6f-cbdf-4c47-bdaf-7aab82d58e1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12921 | 2024.08.15 05:39:36.437283 [ 3 ] {14bae1f9-e8d1-4174-bdfb-606a9168a368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12922 | 2024.08.15 05:39:36.437346 [ 3 ] {14bae1f9-e8d1-4174-bdfb-606a9168a368} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12923 | 2024.08.15 05:39:36.437756 [ 3 ] {14bae1f9-e8d1-4174-bdfb-606a9168a368} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12924 | 2024.08.15 05:39:36.438237 [ 3 ] {14bae1f9-e8d1-4174-bdfb-606a9168a368} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12925 | 2024.08.15 05:39:36.438272 [ 3 ] {14bae1f9-e8d1-4174-bdfb-606a9168a368} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12926 | 2024.08.15 05:39:36.438852 [ 3 ] {14bae1f9-e8d1-4174-bdfb-606a9168a368} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
12927 | 2024.08.15 05:39:36.439272 [ 3 ] {14bae1f9-e8d1-4174-bdfb-606a9168a368} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12928 | 2024.08.15 05:39:36.439503 [ 3 ] {14bae1f9-e8d1-4174-bdfb-606a9168a368} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.00227 sec., 1762.114537444934 rows/sec., 3.16 MiB/sec. | ||
12929 | 2024.08.15 05:39:36.439728 [ 3 ] {14bae1f9-e8d1-4174-bdfb-606a9168a368} <Debug> DynamicQueryHandler: Done processing query | ||
12930 | 2024.08.15 05:39:36.439752 [ 3 ] {14bae1f9-e8d1-4174-bdfb-606a9168a368} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
12931 | 2024.08.15 05:39:36.439768 [ 3 ] {} <Debug> HTTP-Session: 25449d6f-cbdf-4c47-bdaf-7aab82d58e1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12932 | 2024.08.15 05:39:36.439902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12933 | 2024.08.15 05:39:36.439950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12934 | 2024.08.15 05:39:36.439969 [ 3 ] {} <Debug> HTTP-Session: 99cbf5fe-8464-42a5-b542-99ea648f6ac0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12935 | 2024.08.15 05:39:36.439985 [ 3 ] {} <Debug> HTTP-Session: 99cbf5fe-8464-42a5-b542-99ea648f6ac0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12936 | 2024.08.15 05:39:36.439998 [ 3 ] {} <Debug> HTTP-Session: 99cbf5fe-8464-42a5-b542-99ea648f6ac0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12937 | 2024.08.15 05:39:36.440027 [ 3 ] {} <Trace> HTTP-Session: 99cbf5fe-8464-42a5-b542-99ea648f6ac0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12938 | 2024.08.15 05:39:36.440143 [ 3 ] {c247baeb-b7ef-45d3-947f-538361d659ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12939 | 2024.08.15 05:39:36.440213 [ 3 ] {c247baeb-b7ef-45d3-947f-538361d659ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12940 | 2024.08.15 05:39:36.440341 [ 3 ] {c247baeb-b7ef-45d3-947f-538361d659ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12941 | 2024.08.15 05:39:36.440628 [ 3 ] {c247baeb-b7ef-45d3-947f-538361d659ff} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12942 | 2024.08.15 05:39:36.440664 [ 3 ] {c247baeb-b7ef-45d3-947f-538361d659ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12943 | 2024.08.15 05:39:36.441022 [ 3 ] {c247baeb-b7ef-45d3-947f-538361d659ff} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12944 | 2024.08.15 05:39:36.441342 [ 3 ] {c247baeb-b7ef-45d3-947f-538361d659ff} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12945 | 2024.08.15 05:39:36.441496 [ 3 ] {c247baeb-b7ef-45d3-947f-538361d659ff} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001387 sec., 59120.403749098776 rows/sec., 3.75 MiB/sec. | ||
12946 | 2024.08.15 05:39:36.441662 [ 3 ] {c247baeb-b7ef-45d3-947f-538361d659ff} <Debug> DynamicQueryHandler: Done processing query | ||
12947 | 2024.08.15 05:39:36.441686 [ 3 ] {c247baeb-b7ef-45d3-947f-538361d659ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12948 | 2024.08.15 05:39:36.441701 [ 3 ] {} <Debug> HTTP-Session: 99cbf5fe-8464-42a5-b542-99ea648f6ac0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12949 | 2024.08.15 05:39:41.409677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12950 | 2024.08.15 05:39:41.409813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12951 | 2024.08.15 05:39:41.409838 [ 3 ] {} <Debug> HTTP-Session: f7967754-678a-481d-862b-2da491e88a2f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12952 | 2024.08.15 05:39:41.409862 [ 3 ] {} <Debug> HTTP-Session: f7967754-678a-481d-862b-2da491e88a2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12953 | 2024.08.15 05:39:41.409877 [ 3 ] {} <Debug> HTTP-Session: f7967754-678a-481d-862b-2da491e88a2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12954 | 2024.08.15 05:39:41.409925 [ 3 ] {} <Trace> HTTP-Session: f7967754-678a-481d-862b-2da491e88a2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12955 | 2024.08.15 05:39:41.410115 [ 3 ] {5bde49e6-32aa-401d-8306-619707b0eaae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12956 | 2024.08.15 05:39:41.410183 [ 3 ] {5bde49e6-32aa-401d-8306-619707b0eaae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12957 | 2024.08.15 05:39:41.410374 [ 3 ] {5bde49e6-32aa-401d-8306-619707b0eaae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12958 | 2024.08.15 05:39:41.410785 [ 3 ] {5bde49e6-32aa-401d-8306-619707b0eaae} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12959 | 2024.08.15 05:39:41.410828 [ 3 ] {5bde49e6-32aa-401d-8306-619707b0eaae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12960 | 2024.08.15 05:39:41.411192 [ 3 ] {5bde49e6-32aa-401d-8306-619707b0eaae} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
12961 | 2024.08.15 05:39:41.411524 [ 3 ] {5bde49e6-32aa-401d-8306-619707b0eaae} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12962 | 2024.08.15 05:39:41.411690 [ 3 ] {5bde49e6-32aa-401d-8306-619707b0eaae} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.00163 sec., 15950.920245398773 rows/sec., 1.26 MiB/sec. | ||
12963 | 2024.08.15 05:39:41.411975 [ 3 ] {5bde49e6-32aa-401d-8306-619707b0eaae} <Debug> DynamicQueryHandler: Done processing query | ||
12964 | 2024.08.15 05:39:41.412034 [ 3 ] {5bde49e6-32aa-401d-8306-619707b0eaae} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12965 | 2024.08.15 05:39:41.412083 [ 3 ] {} <Debug> HTTP-Session: f7967754-678a-481d-862b-2da491e88a2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12966 | 2024.08.15 05:39:41.412328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12967 | 2024.08.15 05:39:41.412378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12968 | 2024.08.15 05:39:41.412398 [ 3 ] {} <Debug> HTTP-Session: a9229129-4f0f-4ae7-872c-c2f55f984c28 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12969 | 2024.08.15 05:39:41.412417 [ 3 ] {} <Debug> HTTP-Session: a9229129-4f0f-4ae7-872c-c2f55f984c28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12970 | 2024.08.15 05:39:41.412431 [ 3 ] {} <Debug> HTTP-Session: a9229129-4f0f-4ae7-872c-c2f55f984c28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12971 | 2024.08.15 05:39:41.412463 [ 3 ] {} <Trace> HTTP-Session: a9229129-4f0f-4ae7-872c-c2f55f984c28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12972 | 2024.08.15 05:39:41.412603 [ 3 ] {90c0b833-c250-4a81-904e-d315c4df9b63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12973 | 2024.08.15 05:39:41.412649 [ 3 ] {90c0b833-c250-4a81-904e-d315c4df9b63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12974 | 2024.08.15 05:39:41.412793 [ 3 ] {90c0b833-c250-4a81-904e-d315c4df9b63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12975 | 2024.08.15 05:39:41.413155 [ 3 ] {90c0b833-c250-4a81-904e-d315c4df9b63} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12976 | 2024.08.15 05:39:41.413192 [ 3 ] {90c0b833-c250-4a81-904e-d315c4df9b63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12977 | 2024.08.15 05:39:41.413513 [ 3 ] {90c0b833-c250-4a81-904e-d315c4df9b63} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12978 | 2024.08.15 05:39:41.413833 [ 3 ] {90c0b833-c250-4a81-904e-d315c4df9b63} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12979 | 2024.08.15 05:39:41.413990 [ 3 ] {90c0b833-c250-4a81-904e-d315c4df9b63} <Debug> executeQuery: Read 134 rows, 11.45 KiB in 0.001438 sec., 93184.97913769123 rows/sec., 7.78 MiB/sec. | ||
12980 | 2024.08.15 05:39:41.414241 [ 3 ] {90c0b833-c250-4a81-904e-d315c4df9b63} <Debug> DynamicQueryHandler: Done processing query | ||
12981 | 2024.08.15 05:39:41.414300 [ 3 ] {90c0b833-c250-4a81-904e-d315c4df9b63} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12982 | 2024.08.15 05:39:41.414360 [ 3 ] {} <Debug> HTTP-Session: a9229129-4f0f-4ae7-872c-c2f55f984c28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12983 | 2024.08.15 05:39:41.414542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 15281, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12984 | 2024.08.15 05:39:41.414595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12985 | 2024.08.15 05:39:41.414620 [ 3 ] {} <Debug> HTTP-Session: 11760762-0910-4f27-8490-24abe7698537 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
12986 | 2024.08.15 05:39:41.414636 [ 3 ] {} <Debug> HTTP-Session: 11760762-0910-4f27-8490-24abe7698537 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12987 | 2024.08.15 05:39:41.414650 [ 3 ] {} <Debug> HTTP-Session: 11760762-0910-4f27-8490-24abe7698537 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12988 | 2024.08.15 05:39:41.414683 [ 3 ] {} <Trace> HTTP-Session: 11760762-0910-4f27-8490-24abe7698537 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12989 | 2024.08.15 05:39:41.414826 [ 3 ] {41195228-c0b0-421e-a1de-ef825115e399} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12990 | 2024.08.15 05:39:41.414870 [ 3 ] {41195228-c0b0-421e-a1de-ef825115e399} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12991 | 2024.08.15 05:39:41.415009 [ 3 ] {41195228-c0b0-421e-a1de-ef825115e399} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12992 | 2024.08.15 05:39:41.415348 [ 3 ] {41195228-c0b0-421e-a1de-ef825115e399} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12993 | 2024.08.15 05:39:41.415385 [ 3 ] {41195228-c0b0-421e-a1de-ef825115e399} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12994 | 2024.08.15 05:39:41.415692 [ 3 ] {41195228-c0b0-421e-a1de-ef825115e399} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12995 | 2024.08.15 05:39:41.415995 [ 3 ] {41195228-c0b0-421e-a1de-ef825115e399} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12996 | 2024.08.15 05:39:41.416142 [ 3 ] {41195228-c0b0-421e-a1de-ef825115e399} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001369 sec., 65741.41709276845 rows/sec., 5.13 MiB/sec. | ||
12997 | 2024.08.15 05:39:41.416312 [ 3 ] {41195228-c0b0-421e-a1de-ef825115e399} <Debug> DynamicQueryHandler: Done processing query | ||
12998 | 2024.08.15 05:39:41.416337 [ 3 ] {41195228-c0b0-421e-a1de-ef825115e399} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
12999 | 2024.08.15 05:39:41.416352 [ 3 ] {} <Debug> HTTP-Session: 11760762-0910-4f27-8490-24abe7698537 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13000 | 2024.08.15 05:39:41.416543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13001 | 2024.08.15 05:39:41.416590 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13002 | 2024.08.15 05:39:41.416610 [ 3 ] {} <Debug> HTTP-Session: 05d53dd2-c9ef-4bdb-92f8-c907648e03b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13003 | 2024.08.15 05:39:41.416627 [ 3 ] {} <Debug> HTTP-Session: 05d53dd2-c9ef-4bdb-92f8-c907648e03b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13004 | 2024.08.15 05:39:41.416640 [ 3 ] {} <Debug> HTTP-Session: 05d53dd2-c9ef-4bdb-92f8-c907648e03b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13005 | 2024.08.15 05:39:41.416669 [ 3 ] {} <Trace> HTTP-Session: 05d53dd2-c9ef-4bdb-92f8-c907648e03b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13006 | 2024.08.15 05:39:41.416808 [ 3 ] {81dbe28f-7210-458a-bd73-24ae93804e91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13007 | 2024.08.15 05:39:41.416853 [ 3 ] {81dbe28f-7210-458a-bd73-24ae93804e91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13008 | 2024.08.15 05:39:41.417000 [ 3 ] {81dbe28f-7210-458a-bd73-24ae93804e91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13009 | 2024.08.15 05:39:41.417370 [ 3 ] {81dbe28f-7210-458a-bd73-24ae93804e91} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13010 | 2024.08.15 05:39:41.417406 [ 3 ] {81dbe28f-7210-458a-bd73-24ae93804e91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
13011 | 2024.08.15 05:39:41.417788 [ 3 ] {81dbe28f-7210-458a-bd73-24ae93804e91} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13012 | 2024.08.15 05:39:41.418126 [ 3 ] {81dbe28f-7210-458a-bd73-24ae93804e91} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13013 | 2024.08.15 05:39:41.418282 [ 3 ] {81dbe28f-7210-458a-bd73-24ae93804e91} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00153 sec., 104575.16339869282 rows/sec., 7.28 MiB/sec. | ||
13014 | 2024.08.15 05:39:41.418448 [ 3 ] {81dbe28f-7210-458a-bd73-24ae93804e91} <Debug> DynamicQueryHandler: Done processing query | ||
13015 | 2024.08.15 05:39:41.418472 [ 3 ] {81dbe28f-7210-458a-bd73-24ae93804e91} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13016 | 2024.08.15 05:39:41.418488 [ 3 ] {} <Debug> HTTP-Session: 05d53dd2-c9ef-4bdb-92f8-c907648e03b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13017 | 2024.08.15 05:39:41.418646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 42075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13018 | 2024.08.15 05:39:41.418694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13019 | 2024.08.15 05:39:41.418713 [ 3 ] {} <Debug> HTTP-Session: 54393c20-42cb-4da7-9bf9-9a9ac0a8178f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13020 | 2024.08.15 05:39:41.418729 [ 3 ] {} <Debug> HTTP-Session: 54393c20-42cb-4da7-9bf9-9a9ac0a8178f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13021 | 2024.08.15 05:39:41.418742 [ 3 ] {} <Debug> HTTP-Session: 54393c20-42cb-4da7-9bf9-9a9ac0a8178f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13022 | 2024.08.15 05:39:41.418772 [ 3 ] {} <Trace> HTTP-Session: 54393c20-42cb-4da7-9bf9-9a9ac0a8178f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13023 | 2024.08.15 05:39:41.419048 [ 3 ] {884acb9e-c0f0-45ed-93bb-2ecdddcd70c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13024 | 2024.08.15 05:39:41.419112 [ 3 ] {884acb9e-c0f0-45ed-93bb-2ecdddcd70c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
13025 | 2024.08.15 05:39:41.419527 [ 3 ] {884acb9e-c0f0-45ed-93bb-2ecdddcd70c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13026 | 2024.08.15 05:39:41.420228 [ 3 ] {884acb9e-c0f0-45ed-93bb-2ecdddcd70c5} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13027 | 2024.08.15 05:39:41.420264 [ 3 ] {884acb9e-c0f0-45ed-93bb-2ecdddcd70c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
13028 | 2024.08.15 05:39:41.420876 [ 3 ] {884acb9e-c0f0-45ed-93bb-2ecdddcd70c5} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
13029 | 2024.08.15 05:39:41.421275 [ 3 ] {884acb9e-c0f0-45ed-93bb-2ecdddcd70c5} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13030 | 2024.08.15 05:39:41.421481 [ 3 ] {884acb9e-c0f0-45ed-93bb-2ecdddcd70c5} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002616 sec., 9938.837920489297 rows/sec., 17.81 MiB/sec. | ||
13031 | 2024.08.15 05:39:41.421976 [ 3 ] {884acb9e-c0f0-45ed-93bb-2ecdddcd70c5} <Debug> DynamicQueryHandler: Done processing query | ||
13032 | 2024.08.15 05:39:41.422003 [ 3 ] {884acb9e-c0f0-45ed-93bb-2ecdddcd70c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
13033 | 2024.08.15 05:39:41.422019 [ 3 ] {} <Debug> HTTP-Session: 54393c20-42cb-4da7-9bf9-9a9ac0a8178f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13034 | 2024.08.15 05:39:41.422154 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13035 | 2024.08.15 05:39:41.422203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13036 | 2024.08.15 05:39:41.422221 [ 3 ] {} <Debug> HTTP-Session: a8739d3b-b18f-4b3d-b76a-f3feccb548c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13037 | 2024.08.15 05:39:41.422238 [ 3 ] {} <Debug> HTTP-Session: a8739d3b-b18f-4b3d-b76a-f3feccb548c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13038 | 2024.08.15 05:39:41.422252 [ 3 ] {} <Debug> HTTP-Session: a8739d3b-b18f-4b3d-b76a-f3feccb548c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13039 | 2024.08.15 05:39:41.422282 [ 3 ] {} <Trace> HTTP-Session: a8739d3b-b18f-4b3d-b76a-f3feccb548c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13040 | 2024.08.15 05:39:41.422400 [ 3 ] {2bbb0b01-bd3f-45bc-9c2e-8b8e20ce539d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13041 | 2024.08.15 05:39:41.422445 [ 3 ] {2bbb0b01-bd3f-45bc-9c2e-8b8e20ce539d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13042 | 2024.08.15 05:39:41.422590 [ 3 ] {2bbb0b01-bd3f-45bc-9c2e-8b8e20ce539d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13043 | 2024.08.15 05:39:41.422887 [ 3 ] {2bbb0b01-bd3f-45bc-9c2e-8b8e20ce539d} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13044 | 2024.08.15 05:39:41.422924 [ 3 ] {2bbb0b01-bd3f-45bc-9c2e-8b8e20ce539d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
13045 | 2024.08.15 05:39:41.423279 [ 3 ] {2bbb0b01-bd3f-45bc-9c2e-8b8e20ce539d} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13046 | 2024.08.15 05:39:41.423598 [ 3 ] {2bbb0b01-bd3f-45bc-9c2e-8b8e20ce539d} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13047 | 2024.08.15 05:39:41.423755 [ 3 ] {2bbb0b01-bd3f-45bc-9c2e-8b8e20ce539d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001391 sec., 43134.43565780014 rows/sec., 2.91 MiB/sec. | ||
13048 | 2024.08.15 05:39:41.423917 [ 3 ] {2bbb0b01-bd3f-45bc-9c2e-8b8e20ce539d} <Debug> DynamicQueryHandler: Done processing query | ||
13049 | 2024.08.15 05:39:41.423941 [ 3 ] {2bbb0b01-bd3f-45bc-9c2e-8b8e20ce539d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13050 | 2024.08.15 05:39:41.423957 [ 3 ] {} <Debug> HTTP-Session: a8739d3b-b18f-4b3d-b76a-f3feccb548c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13051 | 2024.08.15 05:39:46.412156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13052 | 2024.08.15 05:39:46.412295 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13053 | 2024.08.15 05:39:46.412322 [ 3 ] {} <Debug> HTTP-Session: befa6c7b-9818-4cf1-8bd4-67315b7c272e Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13054 | 2024.08.15 05:39:46.412350 [ 3 ] {} <Debug> HTTP-Session: befa6c7b-9818-4cf1-8bd4-67315b7c272e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13055 | 2024.08.15 05:39:46.412369 [ 3 ] {} <Debug> HTTP-Session: befa6c7b-9818-4cf1-8bd4-67315b7c272e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13056 | 2024.08.15 05:39:46.412423 [ 3 ] {} <Trace> HTTP-Session: befa6c7b-9818-4cf1-8bd4-67315b7c272e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13057 | 2024.08.15 05:39:46.412617 [ 3 ] {a10a295d-772a-4909-807d-97c3f4852db3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13058 | 2024.08.15 05:39:46.412691 [ 3 ] {a10a295d-772a-4909-807d-97c3f4852db3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13059 | 2024.08.15 05:39:46.412906 [ 3 ] {a10a295d-772a-4909-807d-97c3f4852db3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13060 | 2024.08.15 05:39:46.413355 [ 3 ] {a10a295d-772a-4909-807d-97c3f4852db3} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13061 | 2024.08.15 05:39:46.413394 [ 3 ] {a10a295d-772a-4909-807d-97c3f4852db3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13062 | 2024.08.15 05:39:46.413755 [ 3 ] {a10a295d-772a-4909-807d-97c3f4852db3} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
13063 | 2024.08.15 05:39:46.414079 [ 3 ] {a10a295d-772a-4909-807d-97c3f4852db3} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13064 | 2024.08.15 05:39:46.414218 [ 3 ] {a10a295d-772a-4909-807d-97c3f4852db3} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001661 sec., 2408.187838651415 rows/sec., 195.19 KiB/sec. | ||
13065 | 2024.08.15 05:39:46.414227 [ 71 ] {} <Debug> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
13066 | 2024.08.15 05:39:46.414284 [ 71 ] {} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13067 | 2024.08.15 05:39:46.414316 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13068 | 2024.08.15 05:39:46.414466 [ 3 ] {a10a295d-772a-4909-807d-97c3f4852db3} <Debug> DynamicQueryHandler: Done processing query | ||
13069 | 2024.08.15 05:39:46.414503 [ 3 ] {a10a295d-772a-4909-807d-97c3f4852db3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13070 | 2024.08.15 05:39:46.414514 [ 192 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::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 | ||
13071 | 2024.08.15 05:39:46.414536 [ 3 ] {} <Debug> HTTP-Session: befa6c7b-9818-4cf1-8bd4-67315b7c272e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13072 | 2024.08.15 05:39:46.414736 [ 192 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13073 | 2024.08.15 05:39:46.414781 [ 192 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 30 rows starting from the beginning of the part | ||
13074 | 2024.08.15 05:39:46.414836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13075 | 2024.08.15 05:39:46.414975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13076 | 2024.08.15 05:39:46.415008 [ 192 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 4 rows starting from the beginning of the part | ||
13077 | 2024.08.15 05:39:46.415032 [ 3 ] {} <Debug> HTTP-Session: ebb682f0-7039-4050-ad4f-7663cbebc184 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13078 | 2024.08.15 05:39:46.415097 [ 3 ] {} <Debug> HTTP-Session: ebb682f0-7039-4050-ad4f-7663cbebc184 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13079 | 2024.08.15 05:39:46.415154 [ 3 ] {} <Debug> HTTP-Session: ebb682f0-7039-4050-ad4f-7663cbebc184 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13080 | 2024.08.15 05:39:46.415296 [ 3 ] {} <Trace> HTTP-Session: ebb682f0-7039-4050-ad4f-7663cbebc184 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13081 | 2024.08.15 05:39:46.415324 [ 192 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 26 rows starting from the beginning of the part | ||
13082 | 2024.08.15 05:39:46.415531 [ 192 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 4 rows starting from the beginning of the part | ||
13083 | 2024.08.15 05:39:46.415657 [ 3 ] {3338aa6c-3c73-4a20-a168-d36754267a17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13084 | 2024.08.15 05:39:46.415819 [ 192 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 26 rows starting from the beginning of the part | ||
13085 | 2024.08.15 05:39:46.415819 [ 3 ] {3338aa6c-3c73-4a20-a168-d36754267a17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13086 | 2024.08.15 05:39:46.416103 [ 192 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 4 rows starting from the beginning of the part | ||
13087 | 2024.08.15 05:39:46.417027 [ 3 ] {3338aa6c-3c73-4a20-a168-d36754267a17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13088 | 2024.08.15 05:39:46.418109 [ 3 ] {3338aa6c-3c73-4a20-a168-d36754267a17} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13089 | 2024.08.15 05:39:46.418165 [ 3 ] {3338aa6c-3c73-4a20-a168-d36754267a17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13090 | 2024.08.15 05:39:46.419088 [ 3 ] {3338aa6c-3c73-4a20-a168-d36754267a17} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
13091 | 2024.08.15 05:39:46.419139 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 94 rows, containing 4 columns (4 merged, 0 gathered) in 0.0047307 sec., 19870.209482740396 rows/sec., 1.57 MiB/sec. | ||
13092 | 2024.08.15 05:39:46.419417 [ 196 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
13093 | 2024.08.15 05:39:46.419718 [ 3 ] {3338aa6c-3c73-4a20-a168-d36754267a17} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13094 | 2024.08.15 05:39:46.420093 [ 71 ] {} <Debug> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
13095 | 2024.08.15 05:39:46.420137 [ 3 ] {3338aa6c-3c73-4a20-a168-d36754267a17} <Debug> executeQuery: Read 201 rows, 18.00 KiB in 0.00464 sec., 43318.96551724138 rows/sec., 3.79 MiB/sec. | ||
13096 | 2024.08.15 05:39:46.420180 [ 71 ] {} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13097 | 2024.08.15 05:39:46.420250 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13098 | 2024.08.15 05:39:46.420607 [ 193 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::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 | ||
13099 | 2024.08.15 05:39:46.420642 [ 3 ] {3338aa6c-3c73-4a20-a168-d36754267a17} <Debug> DynamicQueryHandler: Done processing query | ||
13100 | 2024.08.15 05:39:46.420721 [ 3 ] {3338aa6c-3c73-4a20-a168-d36754267a17} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
13101 | 2024.08.15 05:39:46.420717 [ 196 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_56_11} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13102 | 2024.08.15 05:39:46.420759 [ 3 ] {} <Debug> HTTP-Session: ebb682f0-7039-4050-ad4f-7663cbebc184 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13103 | 2024.08.15 05:39:46.421027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13104 | 2024.08.15 05:39:46.421112 [ 193 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13105 | 2024.08.15 05:39:46.421174 [ 196 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_56_11} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
13106 | 2024.08.15 05:39:46.421205 [ 193 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1427 rows starting from the beginning of the part | ||
13107 | 2024.08.15 05:39:46.421189 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13108 | 2024.08.15 05:39:46.421313 [ 3 ] {} <Debug> HTTP-Session: 73156a23-677a-4402-9122-b20d5100d25f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13109 | 2024.08.15 05:39:46.421429 [ 3 ] {} <Debug> HTTP-Session: 73156a23-677a-4402-9122-b20d5100d25f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13110 | 2024.08.15 05:39:46.421554 [ 3 ] {} <Debug> HTTP-Session: 73156a23-677a-4402-9122-b20d5100d25f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13111 | 2024.08.15 05:39:46.421601 [ 193 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1344 rows starting from the beginning of the part | ||
13112 | 2024.08.15 05:39:46.421732 [ 3 ] {} <Trace> HTTP-Session: 73156a23-677a-4402-9122-b20d5100d25f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13113 | 2024.08.15 05:39:46.421751 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
13114 | 2024.08.15 05:39:46.422000 [ 193 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 135 rows starting from the beginning of the part | ||
13115 | 2024.08.15 05:39:46.422106 [ 3 ] {124da95f-15af-4b0f-a13b-1ee2e98c7467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
13116 | 2024.08.15 05:39:46.422253 [ 3 ] {124da95f-15af-4b0f-a13b-1ee2e98c7467} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13117 | 2024.08.15 05:39:46.422260 [ 193 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 201 rows starting from the beginning of the part | ||
13118 | 2024.08.15 05:39:46.422607 [ 193 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 134 rows starting from the beginning of the part | ||
13119 | 2024.08.15 05:39:46.422926 [ 193 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 201 rows starting from the beginning of the part | ||
13120 | 2024.08.15 05:39:46.423313 [ 3 ] {124da95f-15af-4b0f-a13b-1ee2e98c7467} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13121 | 2024.08.15 05:39:46.424142 [ 3 ] {124da95f-15af-4b0f-a13b-1ee2e98c7467} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13122 | 2024.08.15 05:39:46.424199 [ 3 ] {124da95f-15af-4b0f-a13b-1ee2e98c7467} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13123 | 2024.08.15 05:39:46.424878 [ 3 ] {124da95f-15af-4b0f-a13b-1ee2e98c7467} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13124 | 2024.08.15 05:39:46.425629 [ 3 ] {124da95f-15af-4b0f-a13b-1ee2e98c7467} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13125 | 2024.08.15 05:39:46.425781 [ 3 ] {124da95f-15af-4b0f-a13b-1ee2e98c7467} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003797 sec., 3687.121411640769 rows/sec., 258.22 KiB/sec. | ||
13126 | 2024.08.15 05:39:46.425985 [ 3 ] {124da95f-15af-4b0f-a13b-1ee2e98c7467} <Debug> DynamicQueryHandler: Done processing query | ||
13127 | 2024.08.15 05:39:46.426009 [ 3 ] {124da95f-15af-4b0f-a13b-1ee2e98c7467} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13128 | 2024.08.15 05:39:46.426047 [ 3 ] {} <Debug> HTTP-Session: 73156a23-677a-4402-9122-b20d5100d25f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13129 | 2024.08.15 05:39:46.426275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13130 | 2024.08.15 05:39:46.426387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13131 | 2024.08.15 05:39:46.426406 [ 193 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3442 rows, containing 4 columns (4 merged, 0 gathered) in 0.006019638 sec., 571795.1810391257 rows/sec., 48.01 MiB/sec. | ||
13132 | 2024.08.15 05:39:46.426419 [ 3 ] {} <Debug> HTTP-Session: 14c990ba-ee99-4223-8cfe-d44722c1f40a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13133 | 2024.08.15 05:39:46.426467 [ 3 ] {} <Debug> HTTP-Session: 14c990ba-ee99-4223-8cfe-d44722c1f40a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13134 | 2024.08.15 05:39:46.426485 [ 3 ] {} <Debug> HTTP-Session: 14c990ba-ee99-4223-8cfe-d44722c1f40a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13135 | 2024.08.15 05:39:46.426524 [ 3 ] {} <Trace> HTTP-Session: 14c990ba-ee99-4223-8cfe-d44722c1f40a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13136 | 2024.08.15 05:39:46.426650 [ 3 ] {04a99077-8fc4-4c5e-a0b6-b0f210e06254} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
13137 | 2024.08.15 05:39:46.426659 [ 193 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
13138 | 2024.08.15 05:39:46.426739 [ 3 ] {04a99077-8fc4-4c5e-a0b6-b0f210e06254} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13139 | 2024.08.15 05:39:46.427382 [ 3 ] {04a99077-8fc4-4c5e-a0b6-b0f210e06254} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13140 | 2024.08.15 05:39:46.427698 [ 193 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_71_14} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13141 | 2024.08.15 05:39:46.427932 [ 193 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_71_14} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
13142 | 2024.08.15 05:39:46.427983 [ 3 ] {04a99077-8fc4-4c5e-a0b6-b0f210e06254} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13143 | 2024.08.15 05:39:46.428072 [ 3 ] {04a99077-8fc4-4c5e-a0b6-b0f210e06254} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13144 | 2024.08.15 05:39:46.428080 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
13145 | 2024.08.15 05:39:46.428425 [ 3 ] {04a99077-8fc4-4c5e-a0b6-b0f210e06254} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13146 | 2024.08.15 05:39:46.428746 [ 3 ] {04a99077-8fc4-4c5e-a0b6-b0f210e06254} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13147 | 2024.08.15 05:39:46.428871 [ 3 ] {04a99077-8fc4-4c5e-a0b6-b0f210e06254} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.002268 sec., 2645.5026455026455 rows/sec., 156.30 KiB/sec. | ||
13148 | 2024.08.15 05:39:46.429146 [ 3 ] {04a99077-8fc4-4c5e-a0b6-b0f210e06254} <Debug> DynamicQueryHandler: Done processing query | ||
13149 | 2024.08.15 05:39:46.429192 [ 3 ] {04a99077-8fc4-4c5e-a0b6-b0f210e06254} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13150 | 2024.08.15 05:39:46.429228 [ 3 ] {} <Debug> HTTP-Session: 14c990ba-ee99-4223-8cfe-d44722c1f40a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13151 | 2024.08.15 05:39:46.429421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 62444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13152 | 2024.08.15 05:39:46.429470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13153 | 2024.08.15 05:39:46.429489 [ 3 ] {} <Debug> HTTP-Session: d871d7b7-5ab0-4d0e-939e-d36ab01fc16a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13154 | 2024.08.15 05:39:46.429505 [ 3 ] {} <Debug> HTTP-Session: d871d7b7-5ab0-4d0e-939e-d36ab01fc16a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13155 | 2024.08.15 05:39:46.429518 [ 3 ] {} <Debug> HTTP-Session: d871d7b7-5ab0-4d0e-939e-d36ab01fc16a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13156 | 2024.08.15 05:39:46.429550 [ 3 ] {} <Trace> HTTP-Session: d871d7b7-5ab0-4d0e-939e-d36ab01fc16a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13157 | 2024.08.15 05:39:46.429828 [ 3 ] {40c08714-2ad0-4e37-80c9-91347dedbeea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13158 | 2024.08.15 05:39:46.429872 [ 3 ] {40c08714-2ad0-4e37-80c9-91347dedbeea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13159 | 2024.08.15 05:39:46.430011 [ 3 ] {40c08714-2ad0-4e37-80c9-91347dedbeea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13160 | 2024.08.15 05:39:46.430512 [ 3 ] {40c08714-2ad0-4e37-80c9-91347dedbeea} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13161 | 2024.08.15 05:39:46.430548 [ 3 ] {40c08714-2ad0-4e37-80c9-91347dedbeea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13162 | 2024.08.15 05:39:46.430879 [ 3 ] {40c08714-2ad0-4e37-80c9-91347dedbeea} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
13163 | 2024.08.15 05:39:46.431187 [ 3 ] {40c08714-2ad0-4e37-80c9-91347dedbeea} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13164 | 2024.08.15 05:39:46.431304 [ 71 ] {} <Debug> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
13165 | 2024.08.15 05:39:46.431308 [ 3 ] {40c08714-2ad0-4e37-80c9-91347dedbeea} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.001661 sec., 232390.12642986153 rows/sec., 16.46 MiB/sec. | ||
13166 | 2024.08.15 05:39:46.431347 [ 71 ] {} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13167 | 2024.08.15 05:39:46.431390 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13168 | 2024.08.15 05:39:46.431548 [ 201 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::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 | ||
13169 | 2024.08.15 05:39:46.431549 [ 3 ] {40c08714-2ad0-4e37-80c9-91347dedbeea} <Debug> DynamicQueryHandler: Done processing query | ||
13170 | 2024.08.15 05:39:46.431625 [ 3 ] {40c08714-2ad0-4e37-80c9-91347dedbeea} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
13171 | 2024.08.15 05:39:46.431662 [ 3 ] {} <Debug> HTTP-Session: d871d7b7-5ab0-4d0e-939e-d36ab01fc16a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13172 | 2024.08.15 05:39:46.431773 [ 201 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13173 | 2024.08.15 05:39:46.431807 [ 201 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 902 rows starting from the beginning of the part | ||
13174 | 2024.08.15 05:39:46.431944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13175 | 2024.08.15 05:39:46.431968 [ 201 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 848 rows starting from the beginning of the part | ||
13176 | 2024.08.15 05:39:46.432059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13177 | 2024.08.15 05:39:46.432158 [ 3 ] {} <Debug> HTTP-Session: 0a748259-64fc-4257-b300-f28aa1a211f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13178 | 2024.08.15 05:39:46.432228 [ 3 ] {} <Debug> HTTP-Session: 0a748259-64fc-4257-b300-f28aa1a211f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13179 | 2024.08.15 05:39:46.432280 [ 3 ] {} <Debug> HTTP-Session: 0a748259-64fc-4257-b300-f28aa1a211f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13180 | 2024.08.15 05:39:46.432288 [ 201 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::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 | ||
13181 | 2024.08.15 05:39:46.432365 [ 3 ] {} <Trace> HTTP-Session: 0a748259-64fc-4257-b300-f28aa1a211f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13182 | 2024.08.15 05:39:46.432530 [ 201 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 386 rows starting from the beginning of the part | ||
13183 | 2024.08.15 05:39:46.432633 [ 3 ] {6825936a-19c1-4cc3-9e92-6433cafd801c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13184 | 2024.08.15 05:39:46.432732 [ 201 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 90 rows starting from the beginning of the part | ||
13185 | 2024.08.15 05:39:46.432807 [ 3 ] {6825936a-19c1-4cc3-9e92-6433cafd801c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13186 | 2024.08.15 05:39:46.433068 [ 201 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 386 rows starting from the beginning of the part | ||
13187 | 2024.08.15 05:39:46.433769 [ 3 ] {6825936a-19c1-4cc3-9e92-6433cafd801c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13188 | 2024.08.15 05:39:46.434492 [ 3 ] {6825936a-19c1-4cc3-9e92-6433cafd801c} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13189 | 2024.08.15 05:39:46.434547 [ 3 ] {6825936a-19c1-4cc3-9e92-6433cafd801c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13190 | 2024.08.15 05:39:46.435554 [ 3 ] {6825936a-19c1-4cc3-9e92-6433cafd801c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13191 | 2024.08.15 05:39:46.436210 [ 194 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2704 rows, containing 4 columns (4 merged, 0 gathered) in 0.004732591 sec., 571357.212148694 rows/sec., 41.37 MiB/sec. | ||
13192 | 2024.08.15 05:39:46.436269 [ 3 ] {6825936a-19c1-4cc3-9e92-6433cafd801c} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13193 | 2024.08.15 05:39:46.436517 [ 3 ] {6825936a-19c1-4cc3-9e92-6433cafd801c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003978 sec., 1508.2956259426849 rows/sec., 78.80 KiB/sec. | ||
13194 | 2024.08.15 05:39:46.436533 [ 194 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
13195 | 2024.08.15 05:39:46.436841 [ 3 ] {6825936a-19c1-4cc3-9e92-6433cafd801c} <Debug> DynamicQueryHandler: Done processing query | ||
13196 | 2024.08.15 05:39:46.436914 [ 3 ] {6825936a-19c1-4cc3-9e92-6433cafd801c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13197 | 2024.08.15 05:39:46.436971 [ 3 ] {} <Debug> HTTP-Session: 0a748259-64fc-4257-b300-f28aa1a211f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13198 | 2024.08.15 05:39:46.437244 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 44608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13199 | 2024.08.15 05:39:46.437311 [ 194 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_71_14} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13200 | 2024.08.15 05:39:46.437329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13201 | 2024.08.15 05:39:46.437386 [ 3 ] {} <Debug> HTTP-Session: 7ceeff62-201d-4bb5-9f31-897c7948c13e Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13202 | 2024.08.15 05:39:46.437423 [ 3 ] {} <Debug> HTTP-Session: 7ceeff62-201d-4bb5-9f31-897c7948c13e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13203 | 2024.08.15 05:39:46.437450 [ 3 ] {} <Debug> HTTP-Session: 7ceeff62-201d-4bb5-9f31-897c7948c13e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13204 | 2024.08.15 05:39:46.437498 [ 3 ] {} <Trace> HTTP-Session: 7ceeff62-201d-4bb5-9f31-897c7948c13e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13205 | 2024.08.15 05:39:46.437502 [ 194 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_71_14} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
13206 | 2024.08.15 05:39:46.437687 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
13207 | 2024.08.15 05:39:46.437804 [ 3 ] {97fe0755-9795-4264-bfe6-8ae8376e00d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13208 | 2024.08.15 05:39:46.437857 [ 3 ] {97fe0755-9795-4264-bfe6-8ae8376e00d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13209 | 2024.08.15 05:39:46.438029 [ 3 ] {97fe0755-9795-4264-bfe6-8ae8376e00d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13210 | 2024.08.15 05:39:46.438535 [ 3 ] {97fe0755-9795-4264-bfe6-8ae8376e00d9} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13211 | 2024.08.15 05:39:46.438571 [ 3 ] {97fe0755-9795-4264-bfe6-8ae8376e00d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13212 | 2024.08.15 05:39:46.438958 [ 3 ] {97fe0755-9795-4264-bfe6-8ae8376e00d9} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
13213 | 2024.08.15 05:39:46.439297 [ 3 ] {97fe0755-9795-4264-bfe6-8ae8376e00d9} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13214 | 2024.08.15 05:39:46.439424 [ 3 ] {97fe0755-9795-4264-bfe6-8ae8376e00d9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001782 sec., 132996.632996633 rows/sec., 8.91 MiB/sec. | ||
13215 | 2024.08.15 05:39:46.439435 [ 71 ] {} <Debug> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
13216 | 2024.08.15 05:39:46.439495 [ 71 ] {} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13217 | 2024.08.15 05:39:46.439533 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13218 | 2024.08.15 05:39:46.439659 [ 3 ] {97fe0755-9795-4264-bfe6-8ae8376e00d9} <Debug> DynamicQueryHandler: Done processing query | ||
13219 | 2024.08.15 05:39:46.439741 [ 3 ] {97fe0755-9795-4264-bfe6-8ae8376e00d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
13220 | 2024.08.15 05:39:46.439809 [ 3 ] {} <Debug> HTTP-Session: 7ceeff62-201d-4bb5-9f31-897c7948c13e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13221 | 2024.08.15 05:39:46.439826 [ 201 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::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 | ||
13222 | 2024.08.15 05:39:46.440129 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13223 | 2024.08.15 05:39:46.440319 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13224 | 2024.08.15 05:39:46.440432 [ 3 ] {} <Debug> HTTP-Session: 3ffc201c-933c-46dc-8e6a-ecc9f9af0521 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13225 | 2024.08.15 05:39:46.440514 [ 3 ] {} <Debug> HTTP-Session: 3ffc201c-933c-46dc-8e6a-ecc9f9af0521 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13226 | 2024.08.15 05:39:46.440595 [ 3 ] {} <Debug> HTTP-Session: 3ffc201c-933c-46dc-8e6a-ecc9f9af0521 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13227 | 2024.08.15 05:39:46.440616 [ 201 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13228 | 2024.08.15 05:39:46.440748 [ 3 ] {} <Trace> HTTP-Session: 3ffc201c-933c-46dc-8e6a-ecc9f9af0521 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13229 | 2024.08.15 05:39:46.440756 [ 201 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 19008 rows starting from the beginning of the part | ||
13230 | 2024.08.15 05:39:46.441084 [ 201 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 922 rows starting from the beginning of the part | ||
13231 | 2024.08.15 05:39:46.441320 [ 3 ] {0b226b27-0a09-4b57-bbe8-1f0aa545f2ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
13232 | 2024.08.15 05:39:46.441374 [ 201 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 161 rows starting from the beginning of the part | ||
13233 | 2024.08.15 05:39:46.441457 [ 3 ] {0b226b27-0a09-4b57-bbe8-1f0aa545f2ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13234 | 2024.08.15 05:39:46.441742 [ 201 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::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 | ||
13235 | 2024.08.15 05:39:46.442129 [ 201 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part | ||
13236 | 2024.08.15 05:39:46.442402 [ 3 ] {0b226b27-0a09-4b57-bbe8-1f0aa545f2ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13237 | 2024.08.15 05:39:46.442505 [ 201 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 237 rows starting from the beginning of the part | ||
13238 | 2024.08.15 05:39:46.443276 [ 3 ] {0b226b27-0a09-4b57-bbe8-1f0aa545f2ed} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13239 | 2024.08.15 05:39:46.443345 [ 3 ] {0b226b27-0a09-4b57-bbe8-1f0aa545f2ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13240 | 2024.08.15 05:39:46.443946 [ 3 ] {0b226b27-0a09-4b57-bbe8-1f0aa545f2ed} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13241 | 2024.08.15 05:39:46.444474 [ 3 ] {0b226b27-0a09-4b57-bbe8-1f0aa545f2ed} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13242 | 2024.08.15 05:39:46.444720 [ 3 ] {0b226b27-0a09-4b57-bbe8-1f0aa545f2ed} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003593 sec., 278.3189535207348 rows/sec., 18.75 KiB/sec. | ||
13243 | 2024.08.15 05:39:46.445373 [ 3 ] {0b226b27-0a09-4b57-bbe8-1f0aa545f2ed} <Debug> DynamicQueryHandler: Done processing query | ||
13244 | 2024.08.15 05:39:46.445492 [ 3 ] {0b226b27-0a09-4b57-bbe8-1f0aa545f2ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
13245 | 2024.08.15 05:39:46.445570 [ 3 ] {} <Debug> HTTP-Session: 3ffc201c-933c-46dc-8e6a-ecc9f9af0521 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13246 | 2024.08.15 05:39:46.445777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13247 | 2024.08.15 05:39:46.445901 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13248 | 2024.08.15 05:39:46.445945 [ 3 ] {} <Debug> HTTP-Session: 5afe7542-5f5e-4adc-b079-7a8d2a00bce1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13249 | 2024.08.15 05:39:46.445990 [ 3 ] {} <Debug> HTTP-Session: 5afe7542-5f5e-4adc-b079-7a8d2a00bce1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13250 | 2024.08.15 05:39:46.446036 [ 3 ] {} <Debug> HTTP-Session: 5afe7542-5f5e-4adc-b079-7a8d2a00bce1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13251 | 2024.08.15 05:39:46.446096 [ 3 ] {} <Trace> HTTP-Session: 5afe7542-5f5e-4adc-b079-7a8d2a00bce1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13252 | 2024.08.15 05:39:46.446267 [ 3 ] {4dc5e791-022a-4baa-b84c-52dcfc45b9b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13253 | 2024.08.15 05:39:46.446342 [ 3 ] {4dc5e791-022a-4baa-b84c-52dcfc45b9b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
13254 | 2024.08.15 05:39:46.447088 [ 3 ] {4dc5e791-022a-4baa-b84c-52dcfc45b9b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13255 | 2024.08.15 05:39:46.447905 [ 3 ] {4dc5e791-022a-4baa-b84c-52dcfc45b9b3} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13256 | 2024.08.15 05:39:46.447941 [ 3 ] {4dc5e791-022a-4baa-b84c-52dcfc45b9b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13257 | 2024.08.15 05:39:46.448718 [ 3 ] {4dc5e791-022a-4baa-b84c-52dcfc45b9b3} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
13258 | 2024.08.15 05:39:46.449309 [ 3 ] {4dc5e791-022a-4baa-b84c-52dcfc45b9b3} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13259 | 2024.08.15 05:39:46.449462 [ 71 ] {} <Debug> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
13260 | 2024.08.15 05:39:46.449475 [ 3 ] {4dc5e791-022a-4baa-b84c-52dcfc45b9b3} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.003281 sec., 1219.14050594331 rows/sec., 2.18 MiB/sec. | ||
13261 | 2024.08.15 05:39:46.449504 [ 71 ] {} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13262 | 2024.08.15 05:39:46.449586 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13263 | 2024.08.15 05:39:46.450073 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::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 | ||
13264 | 2024.08.15 05:39:46.450730 [ 3 ] {4dc5e791-022a-4baa-b84c-52dcfc45b9b3} <Debug> DynamicQueryHandler: Done processing query | ||
13265 | 2024.08.15 05:39:46.450848 [ 201 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20725 rows, containing 5 columns (5 merged, 0 gathered) in 0.011221167 sec., 1846955.8469275075 rows/sec., 124.83 MiB/sec. | ||
13266 | 2024.08.15 05:39:46.450848 [ 3 ] {4dc5e791-022a-4baa-b84c-52dcfc45b9b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
13267 | 2024.08.15 05:39:46.450975 [ 3 ] {} <Debug> HTTP-Session: 5afe7542-5f5e-4adc-b079-7a8d2a00bce1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13268 | 2024.08.15 05:39:46.451198 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13269 | 2024.08.15 05:39:46.451236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13270 | 2024.08.15 05:39:46.451360 [ 201 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
13271 | 2024.08.15 05:39:46.451381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13272 | 2024.08.15 05:39:46.451417 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 798 rows starting from the beginning of the part | ||
13273 | 2024.08.15 05:39:46.451517 [ 3 ] {} <Debug> HTTP-Session: dccb5955-0abe-4ccc-9a2a-5203736f57cc Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13274 | 2024.08.15 05:39:46.451628 [ 3 ] {} <Debug> HTTP-Session: dccb5955-0abe-4ccc-9a2a-5203736f57cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13275 | 2024.08.15 05:39:46.451691 [ 3 ] {} <Debug> HTTP-Session: dccb5955-0abe-4ccc-9a2a-5203736f57cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13276 | 2024.08.15 05:39:46.451936 [ 3 ] {} <Trace> HTTP-Session: dccb5955-0abe-4ccc-9a2a-5203736f57cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13277 | 2024.08.15 05:39:46.452703 [ 3 ] {ae962b76-84c8-4d89-b622-cfb1a97fe3c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13278 | 2024.08.15 05:39:46.452728 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 4 rows starting from the beginning of the part | ||
13279 | 2024.08.15 05:39:46.452870 [ 3 ] {ae962b76-84c8-4d89-b622-cfb1a97fe3c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13280 | 2024.08.15 05:39:46.453165 [ 201 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13281 | 2024.08.15 05:39:46.453542 [ 201 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
13282 | 2024.08.15 05:39:46.453769 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 26 rows starting from the beginning of the part | ||
13283 | 2024.08.15 05:39:46.453840 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
13284 | 2024.08.15 05:39:46.454408 [ 3 ] {ae962b76-84c8-4d89-b622-cfb1a97fe3c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13285 | 2024.08.15 05:39:46.454823 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 4 rows starting from the beginning of the part | ||
13286 | 2024.08.15 05:39:46.455439 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 26 rows starting from the beginning of the part | ||
13287 | 2024.08.15 05:39:46.455706 [ 3 ] {ae962b76-84c8-4d89-b622-cfb1a97fe3c2} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13288 | 2024.08.15 05:39:46.455842 [ 3 ] {ae962b76-84c8-4d89-b622-cfb1a97fe3c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13289 | 2024.08.15 05:39:46.456126 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 4 rows starting from the beginning of the part | ||
13290 | 2024.08.15 05:39:46.457220 [ 3 ] {ae962b76-84c8-4d89-b622-cfb1a97fe3c2} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
13291 | 2024.08.15 05:39:46.458087 [ 3 ] {ae962b76-84c8-4d89-b622-cfb1a97fe3c2} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13292 | 2024.08.15 05:39:46.458315 [ 71 ] {} <Debug> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
13293 | 2024.08.15 05:39:46.458328 [ 3 ] {ae962b76-84c8-4d89-b622-cfb1a97fe3c2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00596 sec., 13758.389261744966 rows/sec., 894.80 KiB/sec. | ||
13294 | 2024.08.15 05:39:46.458360 [ 71 ] {} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13295 | 2024.08.15 05:39:46.458415 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13296 | 2024.08.15 05:39:46.458688 [ 3 ] {ae962b76-84c8-4d89-b622-cfb1a97fe3c2} <Debug> DynamicQueryHandler: Done processing query | ||
13297 | 2024.08.15 05:39:46.458719 [ 190 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
13298 | 2024.08.15 05:39:46.458764 [ 3 ] {ae962b76-84c8-4d89-b622-cfb1a97fe3c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13299 | 2024.08.15 05:39:46.459166 [ 3 ] {} <Debug> HTTP-Session: dccb5955-0abe-4ccc-9a2a-5203736f57cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13300 | 2024.08.15 05:39:46.459473 [ 190 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13301 | 2024.08.15 05:39:46.459618 [ 190 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4222 rows starting from the beginning of the part | ||
13302 | 2024.08.15 05:39:46.460066 [ 190 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 80 rows starting from the beginning of the part | ||
13303 | 2024.08.15 05:39:46.460553 [ 190 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part | ||
13304 | 2024.08.15 05:39:46.461075 [ 190 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 82 rows starting from the beginning of the part | ||
13305 | 2024.08.15 05:39:46.461472 [ 190 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part | ||
13306 | 2024.08.15 05:39:46.461704 [ 190 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 82 rows starting from the beginning of the part | ||
13307 | 2024.08.15 05:39:46.464438 [ 189 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4586 rows, containing 4 columns (4 merged, 0 gathered) in 0.005914656 sec., 775362.0836106107 rows/sec., 50.55 MiB/sec. | ||
13308 | 2024.08.15 05:39:46.464748 [ 186 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
13309 | 2024.08.15 05:39:46.465732 [ 186 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_71_14} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13310 | 2024.08.15 05:39:46.465889 [ 186 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_71_14} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
13311 | 2024.08.15 05:39:46.466027 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. | ||
13312 | 2024.08.15 05:39:46.466153 [ 194 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 862 rows, containing 19 columns (19 merged, 0 gathered) in 0.016425288 sec., 52480.053926603905 rows/sec., 94.04 MiB/sec. | ||
13313 | 2024.08.15 05:39:46.466830 [ 190 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
13314 | 2024.08.15 05:39:46.467345 [ 190 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13315 | 2024.08.15 05:39:46.467421 [ 190 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
13316 | 2024.08.15 05:39:46.467529 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.59 MiB. | ||
13317 | 2024.08.15 05:39:50.237221 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13318 | 2024.08.15 05:39:50.237282 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13319 | 2024.08.15 05:39:51.409481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13320 | 2024.08.15 05:39:51.409598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13321 | 2024.08.15 05:39:51.409626 [ 3 ] {} <Debug> HTTP-Session: 4144152a-0193-4d8c-bdc9-debaa15c32e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13322 | 2024.08.15 05:39:51.409654 [ 3 ] {} <Debug> HTTP-Session: 4144152a-0193-4d8c-bdc9-debaa15c32e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13323 | 2024.08.15 05:39:51.409672 [ 3 ] {} <Debug> HTTP-Session: 4144152a-0193-4d8c-bdc9-debaa15c32e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13324 | 2024.08.15 05:39:51.409727 [ 3 ] {} <Trace> HTTP-Session: 4144152a-0193-4d8c-bdc9-debaa15c32e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13325 | 2024.08.15 05:39:51.409930 [ 3 ] {5cf818a7-61fa-4a82-a64b-b9c9106a5881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13326 | 2024.08.15 05:39:51.410003 [ 3 ] {5cf818a7-61fa-4a82-a64b-b9c9106a5881} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13327 | 2024.08.15 05:39:51.410221 [ 3 ] {5cf818a7-61fa-4a82-a64b-b9c9106a5881} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13328 | 2024.08.15 05:39:51.410688 [ 3 ] {5cf818a7-61fa-4a82-a64b-b9c9106a5881} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13329 | 2024.08.15 05:39:51.410729 [ 3 ] {5cf818a7-61fa-4a82-a64b-b9c9106a5881} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13330 | 2024.08.15 05:39:51.411097 [ 3 ] {5cf818a7-61fa-4a82-a64b-b9c9106a5881} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
13331 | 2024.08.15 05:39:51.411433 [ 3 ] {5cf818a7-61fa-4a82-a64b-b9c9106a5881} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13332 | 2024.08.15 05:39:51.411595 [ 3 ] {5cf818a7-61fa-4a82-a64b-b9c9106a5881} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.00173 sec., 15028.901734104047 rows/sec., 1.19 MiB/sec. | ||
13333 | 2024.08.15 05:39:51.411798 [ 3 ] {5cf818a7-61fa-4a82-a64b-b9c9106a5881} <Debug> DynamicQueryHandler: Done processing query | ||
13334 | 2024.08.15 05:39:51.411824 [ 3 ] {5cf818a7-61fa-4a82-a64b-b9c9106a5881} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13335 | 2024.08.15 05:39:51.411840 [ 3 ] {} <Debug> HTTP-Session: 4144152a-0193-4d8c-bdc9-debaa15c32e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13336 | 2024.08.15 05:39:51.411989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13337 | 2024.08.15 05:39:51.412038 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13338 | 2024.08.15 05:39:51.412057 [ 3 ] {} <Debug> HTTP-Session: 380aa43a-f8e4-4008-ac46-ab2305cf19a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13339 | 2024.08.15 05:39:51.412075 [ 3 ] {} <Debug> HTTP-Session: 380aa43a-f8e4-4008-ac46-ab2305cf19a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13340 | 2024.08.15 05:39:51.412097 [ 3 ] {} <Debug> HTTP-Session: 380aa43a-f8e4-4008-ac46-ab2305cf19a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13341 | 2024.08.15 05:39:51.412137 [ 3 ] {} <Trace> HTTP-Session: 380aa43a-f8e4-4008-ac46-ab2305cf19a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13342 | 2024.08.15 05:39:51.412234 [ 3 ] {d442cc62-44c1-4ce5-b7b0-2e1049b08f3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13343 | 2024.08.15 05:39:51.412277 [ 3 ] {d442cc62-44c1-4ce5-b7b0-2e1049b08f3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13344 | 2024.08.15 05:39:51.412403 [ 3 ] {d442cc62-44c1-4ce5-b7b0-2e1049b08f3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13345 | 2024.08.15 05:39:51.412710 [ 3 ] {d442cc62-44c1-4ce5-b7b0-2e1049b08f3c} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13346 | 2024.08.15 05:39:51.412747 [ 3 ] {d442cc62-44c1-4ce5-b7b0-2e1049b08f3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13347 | 2024.08.15 05:39:51.413040 [ 3 ] {d442cc62-44c1-4ce5-b7b0-2e1049b08f3c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
13348 | 2024.08.15 05:39:51.413345 [ 3 ] {d442cc62-44c1-4ce5-b7b0-2e1049b08f3c} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13349 | 2024.08.15 05:39:51.413482 [ 3 ] {d442cc62-44c1-4ce5-b7b0-2e1049b08f3c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001271 sec., 1573.5641227380015 rows/sec., 128.31 KiB/sec. | ||
13350 | 2024.08.15 05:39:51.413764 [ 3 ] {d442cc62-44c1-4ce5-b7b0-2e1049b08f3c} <Debug> DynamicQueryHandler: Done processing query | ||
13351 | 2024.08.15 05:39:51.413791 [ 3 ] {d442cc62-44c1-4ce5-b7b0-2e1049b08f3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13352 | 2024.08.15 05:39:51.413807 [ 3 ] {} <Debug> HTTP-Session: 380aa43a-f8e4-4008-ac46-ab2305cf19a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13353 | 2024.08.15 05:39:51.413984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13354 | 2024.08.15 05:39:51.414033 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13355 | 2024.08.15 05:39:51.414053 [ 3 ] {} <Debug> HTTP-Session: 0de0623f-0473-4fda-b32e-67c198b1fab9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13356 | 2024.08.15 05:39:51.414069 [ 3 ] {} <Debug> HTTP-Session: 0de0623f-0473-4fda-b32e-67c198b1fab9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13357 | 2024.08.15 05:39:51.414082 [ 3 ] {} <Debug> HTTP-Session: 0de0623f-0473-4fda-b32e-67c198b1fab9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13358 | 2024.08.15 05:39:51.414113 [ 3 ] {} <Trace> HTTP-Session: 0de0623f-0473-4fda-b32e-67c198b1fab9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13359 | 2024.08.15 05:39:51.414248 [ 3 ] {29321c69-a5e5-4ff6-90e9-c3800c44b2d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13360 | 2024.08.15 05:39:51.414292 [ 3 ] {29321c69-a5e5-4ff6-90e9-c3800c44b2d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13361 | 2024.08.15 05:39:51.414433 [ 3 ] {29321c69-a5e5-4ff6-90e9-c3800c44b2d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13362 | 2024.08.15 05:39:51.414831 [ 3 ] {29321c69-a5e5-4ff6-90e9-c3800c44b2d4} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13363 | 2024.08.15 05:39:51.414867 [ 3 ] {29321c69-a5e5-4ff6-90e9-c3800c44b2d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13364 | 2024.08.15 05:39:51.415176 [ 3 ] {29321c69-a5e5-4ff6-90e9-c3800c44b2d4} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13365 | 2024.08.15 05:39:51.415475 [ 3 ] {29321c69-a5e5-4ff6-90e9-c3800c44b2d4} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13366 | 2024.08.15 05:39:51.415624 [ 3 ] {29321c69-a5e5-4ff6-90e9-c3800c44b2d4} <Debug> executeQuery: Read 135 rows, 11.52 KiB in 0.00143 sec., 94405.5944055944 rows/sec., 7.87 MiB/sec. | ||
13367 | 2024.08.15 05:39:51.415795 [ 3 ] {29321c69-a5e5-4ff6-90e9-c3800c44b2d4} <Debug> DynamicQueryHandler: Done processing query | ||
13368 | 2024.08.15 05:39:51.415820 [ 3 ] {29321c69-a5e5-4ff6-90e9-c3800c44b2d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
13369 | 2024.08.15 05:39:51.415835 [ 3 ] {} <Debug> HTTP-Session: 0de0623f-0473-4fda-b32e-67c198b1fab9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13370 | 2024.08.15 05:39:51.415950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13371 | 2024.08.15 05:39:51.415997 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13372 | 2024.08.15 05:39:51.416016 [ 3 ] {} <Debug> HTTP-Session: 220d4b1c-23a2-4313-a77a-ca12a05f3427 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13373 | 2024.08.15 05:39:51.416033 [ 3 ] {} <Debug> HTTP-Session: 220d4b1c-23a2-4313-a77a-ca12a05f3427 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13374 | 2024.08.15 05:39:51.416047 [ 3 ] {} <Debug> HTTP-Session: 220d4b1c-23a2-4313-a77a-ca12a05f3427 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13375 | 2024.08.15 05:39:51.416077 [ 3 ] {} <Trace> HTTP-Session: 220d4b1c-23a2-4313-a77a-ca12a05f3427 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13376 | 2024.08.15 05:39:51.416174 [ 3 ] {f8c670ac-3a6c-4bd6-b1bb-473b1d2df5c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13377 | 2024.08.15 05:39:51.416216 [ 3 ] {f8c670ac-3a6c-4bd6-b1bb-473b1d2df5c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13378 | 2024.08.15 05:39:51.416342 [ 3 ] {f8c670ac-3a6c-4bd6-b1bb-473b1d2df5c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13379 | 2024.08.15 05:39:51.416620 [ 3 ] {f8c670ac-3a6c-4bd6-b1bb-473b1d2df5c8} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13380 | 2024.08.15 05:39:51.416657 [ 3 ] {f8c670ac-3a6c-4bd6-b1bb-473b1d2df5c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13381 | 2024.08.15 05:39:51.416946 [ 3 ] {f8c670ac-3a6c-4bd6-b1bb-473b1d2df5c8} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
13382 | 2024.08.15 05:39:51.417246 [ 3 ] {f8c670ac-3a6c-4bd6-b1bb-473b1d2df5c8} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13383 | 2024.08.15 05:39:51.417402 [ 3 ] {f8c670ac-3a6c-4bd6-b1bb-473b1d2df5c8} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001249 sec., 1601.281024819856 rows/sec., 111.81 KiB/sec. | ||
13384 | 2024.08.15 05:39:51.417569 [ 3 ] {f8c670ac-3a6c-4bd6-b1bb-473b1d2df5c8} <Debug> DynamicQueryHandler: Done processing query | ||
13385 | 2024.08.15 05:39:51.417594 [ 3 ] {f8c670ac-3a6c-4bd6-b1bb-473b1d2df5c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13386 | 2024.08.15 05:39:51.417609 [ 3 ] {} <Debug> HTTP-Session: 220d4b1c-23a2-4313-a77a-ca12a05f3427 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13387 | 2024.08.15 05:39:51.417736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 15624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13388 | 2024.08.15 05:39:51.417782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13389 | 2024.08.15 05:39:51.417800 [ 3 ] {} <Debug> HTTP-Session: 0526df19-5c96-49c2-9063-7f8571971180 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13390 | 2024.08.15 05:39:51.417817 [ 3 ] {} <Debug> HTTP-Session: 0526df19-5c96-49c2-9063-7f8571971180 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13391 | 2024.08.15 05:39:51.417831 [ 3 ] {} <Debug> HTTP-Session: 0526df19-5c96-49c2-9063-7f8571971180 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13392 | 2024.08.15 05:39:51.417861 [ 3 ] {} <Trace> HTTP-Session: 0526df19-5c96-49c2-9063-7f8571971180 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13393 | 2024.08.15 05:39:51.417984 [ 3 ] {6473effb-2495-4154-b084-a29d00a035f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13394 | 2024.08.15 05:39:51.418025 [ 3 ] {6473effb-2495-4154-b084-a29d00a035f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13395 | 2024.08.15 05:39:51.418151 [ 3 ] {6473effb-2495-4154-b084-a29d00a035f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13396 | 2024.08.15 05:39:51.418559 [ 3 ] {6473effb-2495-4154-b084-a29d00a035f0} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13397 | 2024.08.15 05:39:51.418595 [ 3 ] {6473effb-2495-4154-b084-a29d00a035f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13398 | 2024.08.15 05:39:51.418897 [ 3 ] {6473effb-2495-4154-b084-a29d00a035f0} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13399 | 2024.08.15 05:39:51.419194 [ 3 ] {6473effb-2495-4154-b084-a29d00a035f0} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13400 | 2024.08.15 05:39:51.419339 [ 3 ] {6473effb-2495-4154-b084-a29d00a035f0} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001401 sec., 65667.38044254105 rows/sec., 5.13 MiB/sec. | ||
13401 | 2024.08.15 05:39:51.419502 [ 3 ] {6473effb-2495-4154-b084-a29d00a035f0} <Debug> DynamicQueryHandler: Done processing query | ||
13402 | 2024.08.15 05:39:51.419526 [ 3 ] {6473effb-2495-4154-b084-a29d00a035f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
13403 | 2024.08.15 05:39:51.419542 [ 3 ] {} <Debug> HTTP-Session: 0526df19-5c96-49c2-9063-7f8571971180 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13404 | 2024.08.15 05:39:51.419718 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13405 | 2024.08.15 05:39:51.419767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13406 | 2024.08.15 05:39:51.419785 [ 3 ] {} <Debug> HTTP-Session: bd10a56a-c5ac-4f55-a5df-f8e360d20b17 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13407 | 2024.08.15 05:39:51.419802 [ 3 ] {} <Debug> HTTP-Session: bd10a56a-c5ac-4f55-a5df-f8e360d20b17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13408 | 2024.08.15 05:39:51.419815 [ 3 ] {} <Debug> HTTP-Session: bd10a56a-c5ac-4f55-a5df-f8e360d20b17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13409 | 2024.08.15 05:39:51.419845 [ 3 ] {} <Trace> HTTP-Session: bd10a56a-c5ac-4f55-a5df-f8e360d20b17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13410 | 2024.08.15 05:39:51.419983 [ 3 ] {1fa565d6-96f3-49d2-8dd7-251b917625e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13411 | 2024.08.15 05:39:51.420029 [ 3 ] {1fa565d6-96f3-49d2-8dd7-251b917625e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13412 | 2024.08.15 05:39:51.420172 [ 3 ] {1fa565d6-96f3-49d2-8dd7-251b917625e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13413 | 2024.08.15 05:39:51.420569 [ 3 ] {1fa565d6-96f3-49d2-8dd7-251b917625e5} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13414 | 2024.08.15 05:39:51.420605 [ 3 ] {1fa565d6-96f3-49d2-8dd7-251b917625e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13415 | 2024.08.15 05:39:51.420984 [ 3 ] {1fa565d6-96f3-49d2-8dd7-251b917625e5} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13416 | 2024.08.15 05:39:51.421317 [ 3 ] {1fa565d6-96f3-49d2-8dd7-251b917625e5} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13417 | 2024.08.15 05:39:51.421466 [ 3 ] {1fa565d6-96f3-49d2-8dd7-251b917625e5} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00154 sec., 104545.45454545454 rows/sec., 7.28 MiB/sec. | ||
13418 | 2024.08.15 05:39:51.421633 [ 3 ] {1fa565d6-96f3-49d2-8dd7-251b917625e5} <Debug> DynamicQueryHandler: Done processing query | ||
13419 | 2024.08.15 05:39:51.421657 [ 3 ] {1fa565d6-96f3-49d2-8dd7-251b917625e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13420 | 2024.08.15 05:39:51.421672 [ 3 ] {} <Debug> HTTP-Session: bd10a56a-c5ac-4f55-a5df-f8e360d20b17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13421 | 2024.08.15 05:39:51.421846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 42087, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13422 | 2024.08.15 05:39:51.421895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13423 | 2024.08.15 05:39:51.421914 [ 3 ] {} <Debug> HTTP-Session: 857484c8-f8bc-47fd-bfa1-52d7a732660a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13424 | 2024.08.15 05:39:51.421931 [ 3 ] {} <Debug> HTTP-Session: 857484c8-f8bc-47fd-bfa1-52d7a732660a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13425 | 2024.08.15 05:39:51.421944 [ 3 ] {} <Debug> HTTP-Session: 857484c8-f8bc-47fd-bfa1-52d7a732660a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13426 | 2024.08.15 05:39:51.421975 [ 3 ] {} <Trace> HTTP-Session: 857484c8-f8bc-47fd-bfa1-52d7a732660a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13427 | 2024.08.15 05:39:51.422249 [ 3 ] {3ddbff52-10c0-475d-bec3-567acd4ef4b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13428 | 2024.08.15 05:39:51.422314 [ 3 ] {3ddbff52-10c0-475d-bec3-567acd4ef4b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
13429 | 2024.08.15 05:39:51.422716 [ 3 ] {3ddbff52-10c0-475d-bec3-567acd4ef4b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13430 | 2024.08.15 05:39:51.423383 [ 3 ] {3ddbff52-10c0-475d-bec3-567acd4ef4b0} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13431 | 2024.08.15 05:39:51.423419 [ 3 ] {3ddbff52-10c0-475d-bec3-567acd4ef4b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13432 | 2024.08.15 05:39:51.424032 [ 3 ] {3ddbff52-10c0-475d-bec3-567acd4ef4b0} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
13433 | 2024.08.15 05:39:51.424436 [ 3 ] {3ddbff52-10c0-475d-bec3-567acd4ef4b0} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13434 | 2024.08.15 05:39:51.424626 [ 3 ] {3ddbff52-10c0-475d-bec3-567acd4ef4b0} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002568 sec., 10124.610591900311 rows/sec., 18.14 MiB/sec. | ||
13435 | 2024.08.15 05:39:51.424849 [ 3 ] {3ddbff52-10c0-475d-bec3-567acd4ef4b0} <Debug> DynamicQueryHandler: Done processing query | ||
13436 | 2024.08.15 05:39:51.424874 [ 3 ] {3ddbff52-10c0-475d-bec3-567acd4ef4b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
13437 | 2024.08.15 05:39:51.424889 [ 3 ] {} <Debug> HTTP-Session: 857484c8-f8bc-47fd-bfa1-52d7a732660a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13438 | 2024.08.15 05:39:51.425020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13439 | 2024.08.15 05:39:51.425067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13440 | 2024.08.15 05:39:51.425085 [ 3 ] {} <Debug> HTTP-Session: 82de01b8-32f5-4b11-9944-687528f3dccd Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13441 | 2024.08.15 05:39:51.425101 [ 3 ] {} <Debug> HTTP-Session: 82de01b8-32f5-4b11-9944-687528f3dccd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13442 | 2024.08.15 05:39:51.425115 [ 3 ] {} <Debug> HTTP-Session: 82de01b8-32f5-4b11-9944-687528f3dccd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13443 | 2024.08.15 05:39:51.425145 [ 3 ] {} <Trace> HTTP-Session: 82de01b8-32f5-4b11-9944-687528f3dccd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13444 | 2024.08.15 05:39:51.425273 [ 3 ] {5f1b1e70-4023-4840-a266-8633826ff98f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13445 | 2024.08.15 05:39:51.425316 [ 3 ] {5f1b1e70-4023-4840-a266-8633826ff98f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13446 | 2024.08.15 05:39:51.425442 [ 3 ] {5f1b1e70-4023-4840-a266-8633826ff98f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13447 | 2024.08.15 05:39:51.425736 [ 3 ] {5f1b1e70-4023-4840-a266-8633826ff98f} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13448 | 2024.08.15 05:39:51.425773 [ 3 ] {5f1b1e70-4023-4840-a266-8633826ff98f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13449 | 2024.08.15 05:39:51.426123 [ 3 ] {5f1b1e70-4023-4840-a266-8633826ff98f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13450 | 2024.08.15 05:39:51.426436 [ 3 ] {5f1b1e70-4023-4840-a266-8633826ff98f} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13451 | 2024.08.15 05:39:51.426593 [ 3 ] {5f1b1e70-4023-4840-a266-8633826ff98f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001366 sec., 43923.86530014641 rows/sec., 2.96 MiB/sec. | ||
13452 | 2024.08.15 05:39:51.426767 [ 3 ] {5f1b1e70-4023-4840-a266-8633826ff98f} <Debug> DynamicQueryHandler: Done processing query | ||
13453 | 2024.08.15 05:39:51.426803 [ 3 ] {5f1b1e70-4023-4840-a266-8633826ff98f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13454 | 2024.08.15 05:39:51.426834 [ 3 ] {} <Debug> HTTP-Session: 82de01b8-32f5-4b11-9944-687528f3dccd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13455 | 2024.08.15 05:39:56.377690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13456 | 2024.08.15 05:39:56.377876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13457 | 2024.08.15 05:39:56.377920 [ 3 ] {} <Debug> HTTP-Session: 308efb38-32b6-4ed1-bca3-a9d165ddcb70 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13458 | 2024.08.15 05:39:56.377964 [ 3 ] {} <Debug> HTTP-Session: 308efb38-32b6-4ed1-bca3-a9d165ddcb70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13459 | 2024.08.15 05:39:56.377992 [ 3 ] {} <Debug> HTTP-Session: 308efb38-32b6-4ed1-bca3-a9d165ddcb70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13460 | 2024.08.15 05:39:56.378071 [ 3 ] {} <Trace> HTTP-Session: 308efb38-32b6-4ed1-bca3-a9d165ddcb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13461 | 2024.08.15 05:39:56.378338 [ 3 ] {20fa3d80-af2c-45c2-a3d9-78d03853fe6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13462 | 2024.08.15 05:39:56.378442 [ 3 ] {20fa3d80-af2c-45c2-a3d9-78d03853fe6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13463 | 2024.08.15 05:39:56.378750 [ 3 ] {20fa3d80-af2c-45c2-a3d9-78d03853fe6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13464 | 2024.08.15 05:39:56.379184 [ 3 ] {20fa3d80-af2c-45c2-a3d9-78d03853fe6b} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13465 | 2024.08.15 05:39:56.379222 [ 3 ] {20fa3d80-af2c-45c2-a3d9-78d03853fe6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13466 | 2024.08.15 05:39:56.379579 [ 3 ] {20fa3d80-af2c-45c2-a3d9-78d03853fe6b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
13467 | 2024.08.15 05:39:56.379920 [ 3 ] {20fa3d80-af2c-45c2-a3d9-78d03853fe6b} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13468 | 2024.08.15 05:39:56.380063 [ 3 ] {20fa3d80-af2c-45c2-a3d9-78d03853fe6b} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.00181 sec., 2209.9447513812156 rows/sec., 179.13 KiB/sec. | ||
13469 | 2024.08.15 05:39:56.380258 [ 3 ] {20fa3d80-af2c-45c2-a3d9-78d03853fe6b} <Debug> DynamicQueryHandler: Done processing query | ||
13470 | 2024.08.15 05:39:56.380284 [ 3 ] {20fa3d80-af2c-45c2-a3d9-78d03853fe6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13471 | 2024.08.15 05:39:56.380300 [ 3 ] {} <Debug> HTTP-Session: 308efb38-32b6-4ed1-bca3-a9d165ddcb70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13472 | 2024.08.15 05:39:56.380646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 195698, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13473 | 2024.08.15 05:39:56.380696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13474 | 2024.08.15 05:39:56.380716 [ 3 ] {} <Debug> HTTP-Session: 53448b0a-91d1-466f-a295-3a0f879e0814 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13475 | 2024.08.15 05:39:56.380733 [ 3 ] {} <Debug> HTTP-Session: 53448b0a-91d1-466f-a295-3a0f879e0814 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13476 | 2024.08.15 05:39:56.380746 [ 3 ] {} <Debug> HTTP-Session: 53448b0a-91d1-466f-a295-3a0f879e0814 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13477 | 2024.08.15 05:39:56.380777 [ 3 ] {} <Trace> HTTP-Session: 53448b0a-91d1-466f-a295-3a0f879e0814 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13478 | 2024.08.15 05:39:56.381246 [ 3 ] {013bf3f6-ff1c-4163-9cab-207027b30647} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13479 | 2024.08.15 05:39:56.381291 [ 3 ] {013bf3f6-ff1c-4163-9cab-207027b30647} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13480 | 2024.08.15 05:39:56.381413 [ 3 ] {013bf3f6-ff1c-4163-9cab-207027b30647} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13481 | 2024.08.15 05:39:56.382992 [ 3 ] {013bf3f6-ff1c-4163-9cab-207027b30647} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13482 | 2024.08.15 05:39:56.383029 [ 3 ] {013bf3f6-ff1c-4163-9cab-207027b30647} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13483 | 2024.08.15 05:39:56.383410 [ 3 ] {013bf3f6-ff1c-4163-9cab-207027b30647} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13484 | 2024.08.15 05:39:56.383717 [ 3 ] {013bf3f6-ff1c-4163-9cab-207027b30647} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13485 | 2024.08.15 05:39:56.383846 [ 3 ] {013bf3f6-ff1c-4163-9cab-207027b30647} <Debug> executeQuery: Read 1341 rows, 114.57 KiB in 0.002917 sec., 459718.8892697978 rows/sec., 38.35 MiB/sec. | ||
13486 | 2024.08.15 05:39:56.384027 [ 3 ] {013bf3f6-ff1c-4163-9cab-207027b30647} <Debug> DynamicQueryHandler: Done processing query | ||
13487 | 2024.08.15 05:39:56.384050 [ 3 ] {013bf3f6-ff1c-4163-9cab-207027b30647} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
13488 | 2024.08.15 05:39:56.384066 [ 3 ] {} <Debug> HTTP-Session: 53448b0a-91d1-466f-a295-3a0f879e0814 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13489 | 2024.08.15 05:39:56.384347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 32348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13490 | 2024.08.15 05:39:56.384397 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13491 | 2024.08.15 05:39:56.384415 [ 3 ] {} <Debug> HTTP-Session: f96c8dec-620c-4e9d-8450-f71f9406e44a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13492 | 2024.08.15 05:39:56.384431 [ 3 ] {} <Debug> HTTP-Session: f96c8dec-620c-4e9d-8450-f71f9406e44a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13493 | 2024.08.15 05:39:56.384445 [ 3 ] {} <Debug> HTTP-Session: f96c8dec-620c-4e9d-8450-f71f9406e44a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13494 | 2024.08.15 05:39:56.384476 [ 3 ] {} <Trace> HTTP-Session: f96c8dec-620c-4e9d-8450-f71f9406e44a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13495 | 2024.08.15 05:39:56.384646 [ 3 ] {e51bdf73-3237-400e-8069-d9c07110eac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
13496 | 2024.08.15 05:39:56.384688 [ 3 ] {e51bdf73-3237-400e-8069-d9c07110eac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13497 | 2024.08.15 05:39:56.384811 [ 3 ] {e51bdf73-3237-400e-8069-d9c07110eac9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13498 | 2024.08.15 05:39:56.385225 [ 3 ] {e51bdf73-3237-400e-8069-d9c07110eac9} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13499 | 2024.08.15 05:39:56.385262 [ 3 ] {e51bdf73-3237-400e-8069-d9c07110eac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13500 | 2024.08.15 05:39:56.385576 [ 3 ] {e51bdf73-3237-400e-8069-d9c07110eac9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13501 | 2024.08.15 05:39:56.385883 [ 3 ] {e51bdf73-3237-400e-8069-d9c07110eac9} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13502 | 2024.08.15 05:39:56.386033 [ 3 ] {e51bdf73-3237-400e-8069-d9c07110eac9} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001474 sec., 164179.10447761192 rows/sec., 11.12 MiB/sec. | ||
13503 | 2024.08.15 05:39:56.386208 [ 3 ] {e51bdf73-3237-400e-8069-d9c07110eac9} <Debug> DynamicQueryHandler: Done processing query | ||
13504 | 2024.08.15 05:39:56.386233 [ 3 ] {e51bdf73-3237-400e-8069-d9c07110eac9} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
13505 | 2024.08.15 05:39:56.386249 [ 3 ] {} <Debug> HTTP-Session: f96c8dec-620c-4e9d-8450-f71f9406e44a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13506 | 2024.08.15 05:39:56.386387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13507 | 2024.08.15 05:39:56.386435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13508 | 2024.08.15 05:39:56.386454 [ 3 ] {} <Debug> HTTP-Session: 04575070-525c-4528-b488-b53141dc5d1f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13509 | 2024.08.15 05:39:56.386470 [ 3 ] {} <Debug> HTTP-Session: 04575070-525c-4528-b488-b53141dc5d1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13510 | 2024.08.15 05:39:56.386486 [ 3 ] {} <Debug> HTTP-Session: 04575070-525c-4528-b488-b53141dc5d1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13511 | 2024.08.15 05:39:56.386516 [ 3 ] {} <Trace> HTTP-Session: 04575070-525c-4528-b488-b53141dc5d1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13512 | 2024.08.15 05:39:56.386611 [ 3 ] {560995b1-5e9e-48de-b3c9-a8a3c2e783fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
13513 | 2024.08.15 05:39:56.386653 [ 3 ] {560995b1-5e9e-48de-b3c9-a8a3c2e783fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13514 | 2024.08.15 05:39:56.386778 [ 3 ] {560995b1-5e9e-48de-b3c9-a8a3c2e783fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13515 | 2024.08.15 05:39:56.387056 [ 3 ] {560995b1-5e9e-48de-b3c9-a8a3c2e783fe} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13516 | 2024.08.15 05:39:56.387093 [ 3 ] {560995b1-5e9e-48de-b3c9-a8a3c2e783fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13517 | 2024.08.15 05:39:56.387392 [ 3 ] {560995b1-5e9e-48de-b3c9-a8a3c2e783fe} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13518 | 2024.08.15 05:39:56.387702 [ 3 ] {560995b1-5e9e-48de-b3c9-a8a3c2e783fe} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13519 | 2024.08.15 05:39:56.387854 [ 3 ] {560995b1-5e9e-48de-b3c9-a8a3c2e783fe} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00126 sec., 4761.9047619047615 rows/sec., 281.34 KiB/sec. | ||
13520 | 2024.08.15 05:39:56.387853 [ 57 ] {} <Debug> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
13521 | 2024.08.15 05:39:56.387971 [ 57 ] {} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13522 | 2024.08.15 05:39:56.388005 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13523 | 2024.08.15 05:39:56.388099 [ 3 ] {560995b1-5e9e-48de-b3c9-a8a3c2e783fe} <Debug> DynamicQueryHandler: Done processing query | ||
13524 | 2024.08.15 05:39:56.388172 [ 3 ] {560995b1-5e9e-48de-b3c9-a8a3c2e783fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13525 | 2024.08.15 05:39:56.388229 [ 3 ] {} <Debug> HTTP-Session: 04575070-525c-4528-b488-b53141dc5d1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13526 | 2024.08.15 05:39:56.388430 [ 200 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
13527 | 2024.08.15 05:39:56.388650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 137422, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13528 | 2024.08.15 05:39:56.388717 [ 200 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13529 | 2024.08.15 05:39:56.388738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13530 | 2024.08.15 05:39:56.388777 [ 200 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
13531 | 2024.08.15 05:39:56.388787 [ 3 ] {} <Debug> HTTP-Session: e3ff625b-b288-4ebb-afe0-69ced5464b10 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13532 | 2024.08.15 05:39:56.388834 [ 3 ] {} <Debug> HTTP-Session: e3ff625b-b288-4ebb-afe0-69ced5464b10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13533 | 2024.08.15 05:39:56.388874 [ 3 ] {} <Debug> HTTP-Session: e3ff625b-b288-4ebb-afe0-69ced5464b10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13534 | 2024.08.15 05:39:56.389011 [ 3 ] {} <Trace> HTTP-Session: e3ff625b-b288-4ebb-afe0-69ced5464b10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13535 | 2024.08.15 05:39:56.389026 [ 200 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
13536 | 2024.08.15 05:39:56.389346 [ 200 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
13537 | 2024.08.15 05:39:56.389504 [ 200 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
13538 | 2024.08.15 05:39:56.389768 [ 3 ] {af11e0e7-2af5-4885-a13b-6127f6d31737} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13539 | 2024.08.15 05:39:56.389798 [ 200 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
13540 | 2024.08.15 05:39:56.389906 [ 3 ] {af11e0e7-2af5-4885-a13b-6127f6d31737} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13541 | 2024.08.15 05:39:56.390485 [ 3 ] {af11e0e7-2af5-4885-a13b-6127f6d31737} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13542 | 2024.08.15 05:39:56.391788 [ 200 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.003698998 sec., 8110.304466236532 rows/sec., 483.13 KiB/sec. | ||
13543 | 2024.08.15 05:39:56.391999 [ 3 ] {af11e0e7-2af5-4885-a13b-6127f6d31737} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13544 | 2024.08.15 05:39:56.392010 [ 197 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
13545 | 2024.08.15 05:39:56.392048 [ 3 ] {af11e0e7-2af5-4885-a13b-6127f6d31737} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13546 | 2024.08.15 05:39:56.392883 [ 3 ] {af11e0e7-2af5-4885-a13b-6127f6d31737} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13547 | 2024.08.15 05:39:56.393053 [ 188 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_33_8} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13548 | 2024.08.15 05:39:56.393278 [ 188 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_33_8} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
13549 | 2024.08.15 05:39:56.393432 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
13550 | 2024.08.15 05:39:56.393506 [ 3 ] {af11e0e7-2af5-4885-a13b-6127f6d31737} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13551 | 2024.08.15 05:39:56.393671 [ 3 ] {af11e0e7-2af5-4885-a13b-6127f6d31737} <Debug> executeQuery: Read 842 rows, 62.29 KiB in 0.004373 sec., 192545.1635033158 rows/sec., 13.91 MiB/sec. | ||
13552 | 2024.08.15 05:39:56.393866 [ 3 ] {af11e0e7-2af5-4885-a13b-6127f6d31737} <Debug> DynamicQueryHandler: Done processing query | ||
13553 | 2024.08.15 05:39:56.393901 [ 3 ] {af11e0e7-2af5-4885-a13b-6127f6d31737} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
13554 | 2024.08.15 05:39:56.393930 [ 3 ] {} <Debug> HTTP-Session: e3ff625b-b288-4ebb-afe0-69ced5464b10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13555 | 2024.08.15 05:39:56.394250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13556 | 2024.08.15 05:39:56.394296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13557 | 2024.08.15 05:39:56.394314 [ 3 ] {} <Debug> HTTP-Session: 4a89d7fe-1b81-4e06-a5b0-aa174e16fa75 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13558 | 2024.08.15 05:39:56.394330 [ 3 ] {} <Debug> HTTP-Session: 4a89d7fe-1b81-4e06-a5b0-aa174e16fa75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13559 | 2024.08.15 05:39:56.394345 [ 3 ] {} <Debug> HTTP-Session: 4a89d7fe-1b81-4e06-a5b0-aa174e16fa75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13560 | 2024.08.15 05:39:56.394374 [ 3 ] {} <Trace> HTTP-Session: 4a89d7fe-1b81-4e06-a5b0-aa174e16fa75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13561 | 2024.08.15 05:39:56.394468 [ 3 ] {55b92950-4410-4955-b84d-16714cf287d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13562 | 2024.08.15 05:39:56.394513 [ 3 ] {55b92950-4410-4955-b84d-16714cf287d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13563 | 2024.08.15 05:39:56.394645 [ 3 ] {55b92950-4410-4955-b84d-16714cf287d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13564 | 2024.08.15 05:39:56.394904 [ 3 ] {55b92950-4410-4955-b84d-16714cf287d0} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13565 | 2024.08.15 05:39:56.394939 [ 3 ] {55b92950-4410-4955-b84d-16714cf287d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13566 | 2024.08.15 05:39:56.395285 [ 3 ] {55b92950-4410-4955-b84d-16714cf287d0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13567 | 2024.08.15 05:39:56.395603 [ 3 ] {55b92950-4410-4955-b84d-16714cf287d0} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13568 | 2024.08.15 05:39:56.395760 [ 3 ] {55b92950-4410-4955-b84d-16714cf287d0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001308 sec., 4587.155963302753 rows/sec., 239.66 KiB/sec. | ||
13569 | 2024.08.15 05:39:56.395926 [ 3 ] {55b92950-4410-4955-b84d-16714cf287d0} <Debug> DynamicQueryHandler: Done processing query | ||
13570 | 2024.08.15 05:39:56.395950 [ 3 ] {55b92950-4410-4955-b84d-16714cf287d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13571 | 2024.08.15 05:39:56.395965 [ 3 ] {} <Debug> HTTP-Session: 4a89d7fe-1b81-4e06-a5b0-aa174e16fa75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13572 | 2024.08.15 05:39:56.396216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 174370, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13573 | 2024.08.15 05:39:56.396265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13574 | 2024.08.15 05:39:56.396285 [ 3 ] {} <Debug> HTTP-Session: 96a4fafd-f6bb-4478-8a63-feeba4af594b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13575 | 2024.08.15 05:39:56.396300 [ 3 ] {} <Debug> HTTP-Session: 96a4fafd-f6bb-4478-8a63-feeba4af594b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13576 | 2024.08.15 05:39:56.396314 [ 3 ] {} <Debug> HTTP-Session: 96a4fafd-f6bb-4478-8a63-feeba4af594b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13577 | 2024.08.15 05:39:56.396343 [ 3 ] {} <Trace> HTTP-Session: 96a4fafd-f6bb-4478-8a63-feeba4af594b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13578 | 2024.08.15 05:39:56.396754 [ 3 ] {23901fa1-f100-4315-a0e6-919dfc7f3d90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13579 | 2024.08.15 05:39:56.396800 [ 3 ] {23901fa1-f100-4315-a0e6-919dfc7f3d90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13580 | 2024.08.15 05:39:56.396942 [ 3 ] {23901fa1-f100-4315-a0e6-919dfc7f3d90} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13581 | 2024.08.15 05:39:56.397779 [ 3 ] {23901fa1-f100-4315-a0e6-919dfc7f3d90} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13582 | 2024.08.15 05:39:56.397816 [ 3 ] {23901fa1-f100-4315-a0e6-919dfc7f3d90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13583 | 2024.08.15 05:39:56.398240 [ 3 ] {23901fa1-f100-4315-a0e6-919dfc7f3d90} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13584 | 2024.08.15 05:39:56.398570 [ 3 ] {23901fa1-f100-4315-a0e6-919dfc7f3d90} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13585 | 2024.08.15 05:39:56.398721 [ 3 ] {23901fa1-f100-4315-a0e6-919dfc7f3d90} <Debug> executeQuery: Read 921 rows, 63.02 KiB in 0.002209 sec., 416930.7378904482 rows/sec., 27.86 MiB/sec. | ||
13586 | 2024.08.15 05:39:56.398877 [ 3 ] {23901fa1-f100-4315-a0e6-919dfc7f3d90} <Debug> DynamicQueryHandler: Done processing query | ||
13587 | 2024.08.15 05:39:56.398901 [ 3 ] {23901fa1-f100-4315-a0e6-919dfc7f3d90} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
13588 | 2024.08.15 05:39:56.398917 [ 3 ] {} <Debug> HTTP-Session: 96a4fafd-f6bb-4478-8a63-feeba4af594b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13589 | 2024.08.15 05:39:56.399250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13590 | 2024.08.15 05:39:56.399297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13591 | 2024.08.15 05:39:56.399315 [ 3 ] {} <Debug> HTTP-Session: 732d3b6b-3d9f-4770-a56c-ff6ef24342d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13592 | 2024.08.15 05:39:56.399331 [ 3 ] {} <Debug> HTTP-Session: 732d3b6b-3d9f-4770-a56c-ff6ef24342d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13593 | 2024.08.15 05:39:56.399345 [ 3 ] {} <Debug> HTTP-Session: 732d3b6b-3d9f-4770-a56c-ff6ef24342d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13594 | 2024.08.15 05:39:56.399375 [ 3 ] {} <Trace> HTTP-Session: 732d3b6b-3d9f-4770-a56c-ff6ef24342d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13595 | 2024.08.15 05:39:56.399466 [ 3 ] {38db2d8e-afbc-465b-9225-f78338ec6d30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
13596 | 2024.08.15 05:39:56.399510 [ 3 ] {38db2d8e-afbc-465b-9225-f78338ec6d30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13597 | 2024.08.15 05:39:56.399635 [ 3 ] {38db2d8e-afbc-465b-9225-f78338ec6d30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13598 | 2024.08.15 05:39:56.399909 [ 3 ] {38db2d8e-afbc-465b-9225-f78338ec6d30} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13599 | 2024.08.15 05:39:56.399944 [ 3 ] {38db2d8e-afbc-465b-9225-f78338ec6d30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13600 | 2024.08.15 05:39:56.400278 [ 3 ] {38db2d8e-afbc-465b-9225-f78338ec6d30} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13601 | 2024.08.15 05:39:56.400588 [ 3 ] {38db2d8e-afbc-465b-9225-f78338ec6d30} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13602 | 2024.08.15 05:39:56.400744 [ 3 ] {38db2d8e-afbc-465b-9225-f78338ec6d30} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001291 sec., 774.5933384972889 rows/sec., 52.19 KiB/sec. | ||
13603 | 2024.08.15 05:39:56.400908 [ 3 ] {38db2d8e-afbc-465b-9225-f78338ec6d30} <Debug> DynamicQueryHandler: Done processing query | ||
13604 | 2024.08.15 05:39:56.400932 [ 3 ] {38db2d8e-afbc-465b-9225-f78338ec6d30} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
13605 | 2024.08.15 05:39:56.400947 [ 3 ] {} <Debug> HTTP-Session: 732d3b6b-3d9f-4770-a56c-ff6ef24342d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13606 | 2024.08.15 05:39:56.401059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13607 | 2024.08.15 05:39:56.401107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13608 | 2024.08.15 05:39:56.401127 [ 3 ] {} <Debug> HTTP-Session: ccb68245-222c-4a5b-a100-a2744bc83a5d Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13609 | 2024.08.15 05:39:56.401143 [ 3 ] {} <Debug> HTTP-Session: ccb68245-222c-4a5b-a100-a2744bc83a5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13610 | 2024.08.15 05:39:56.401156 [ 3 ] {} <Debug> HTTP-Session: ccb68245-222c-4a5b-a100-a2744bc83a5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13611 | 2024.08.15 05:39:56.401186 [ 3 ] {} <Trace> HTTP-Session: ccb68245-222c-4a5b-a100-a2744bc83a5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13612 | 2024.08.15 05:39:56.401305 [ 3 ] {dd279e09-735b-4f87-9a24-3bac91f25dfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13613 | 2024.08.15 05:39:56.401365 [ 3 ] {dd279e09-735b-4f87-9a24-3bac91f25dfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
13614 | 2024.08.15 05:39:56.401779 [ 3 ] {dd279e09-735b-4f87-9a24-3bac91f25dfa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13615 | 2024.08.15 05:39:56.402203 [ 3 ] {dd279e09-735b-4f87-9a24-3bac91f25dfa} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13616 | 2024.08.15 05:39:56.402239 [ 3 ] {dd279e09-735b-4f87-9a24-3bac91f25dfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13617 | 2024.08.15 05:39:56.402806 [ 3 ] {dd279e09-735b-4f87-9a24-3bac91f25dfa} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
13618 | 2024.08.15 05:39:56.403208 [ 3 ] {dd279e09-735b-4f87-9a24-3bac91f25dfa} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13619 | 2024.08.15 05:39:56.403419 [ 3 ] {dd279e09-735b-4f87-9a24-3bac91f25dfa} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002153 sec., 1857.8727357176033 rows/sec., 3.33 MiB/sec. | ||
13620 | 2024.08.15 05:39:56.403920 [ 3 ] {dd279e09-735b-4f87-9a24-3bac91f25dfa} <Debug> DynamicQueryHandler: Done processing query | ||
13621 | 2024.08.15 05:39:56.403950 [ 3 ] {dd279e09-735b-4f87-9a24-3bac91f25dfa} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
13622 | 2024.08.15 05:39:56.403966 [ 3 ] {} <Debug> HTTP-Session: ccb68245-222c-4a5b-a100-a2744bc83a5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13623 | 2024.08.15 05:39:56.404089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13624 | 2024.08.15 05:39:56.404138 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13625 | 2024.08.15 05:39:56.404156 [ 3 ] {} <Debug> HTTP-Session: 5e5c5519-9c70-4f8f-b532-a6229492b8c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13626 | 2024.08.15 05:39:56.404171 [ 3 ] {} <Debug> HTTP-Session: 5e5c5519-9c70-4f8f-b532-a6229492b8c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13627 | 2024.08.15 05:39:56.404185 [ 3 ] {} <Debug> HTTP-Session: 5e5c5519-9c70-4f8f-b532-a6229492b8c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13628 | 2024.08.15 05:39:56.404215 [ 3 ] {} <Trace> HTTP-Session: 5e5c5519-9c70-4f8f-b532-a6229492b8c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13629 | 2024.08.15 05:39:56.404337 [ 3 ] {953e019b-392d-4a43-b351-c2630769b147} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13630 | 2024.08.15 05:39:56.404382 [ 3 ] {953e019b-392d-4a43-b351-c2630769b147} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13631 | 2024.08.15 05:39:56.404531 [ 3 ] {953e019b-392d-4a43-b351-c2630769b147} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13632 | 2024.08.15 05:39:56.404873 [ 3 ] {953e019b-392d-4a43-b351-c2630769b147} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13633 | 2024.08.15 05:39:56.404909 [ 3 ] {953e019b-392d-4a43-b351-c2630769b147} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13634 | 2024.08.15 05:39:56.405273 [ 3 ] {953e019b-392d-4a43-b351-c2630769b147} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13635 | 2024.08.15 05:39:56.405586 [ 3 ] {953e019b-392d-4a43-b351-c2630769b147} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13636 | 2024.08.15 05:39:56.405739 [ 3 ] {953e019b-392d-4a43-b351-c2630769b147} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001435 sec., 57142.85714285714 rows/sec., 3.63 MiB/sec. | ||
13637 | 2024.08.15 05:39:56.405901 [ 3 ] {953e019b-392d-4a43-b351-c2630769b147} <Debug> DynamicQueryHandler: Done processing query | ||
13638 | 2024.08.15 05:39:56.405925 [ 3 ] {953e019b-392d-4a43-b351-c2630769b147} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13639 | 2024.08.15 05:39:56.405965 [ 3 ] {} <Debug> HTTP-Session: 5e5c5519-9c70-4f8f-b532-a6229492b8c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13640 | 2024.08.15 05:40:01.409023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13641 | 2024.08.15 05:40:01.409219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13642 | 2024.08.15 05:40:01.409266 [ 3 ] {} <Debug> HTTP-Session: 97304788-c40b-430a-94f3-91224eaa563f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13643 | 2024.08.15 05:40:01.409308 [ 3 ] {} <Debug> HTTP-Session: 97304788-c40b-430a-94f3-91224eaa563f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13644 | 2024.08.15 05:40:01.409336 [ 3 ] {} <Debug> HTTP-Session: 97304788-c40b-430a-94f3-91224eaa563f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13645 | 2024.08.15 05:40:01.409419 [ 3 ] {} <Trace> HTTP-Session: 97304788-c40b-430a-94f3-91224eaa563f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13646 | 2024.08.15 05:40:01.409708 [ 3 ] {b6d414cc-635c-46c8-b533-87d6d86ce24b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13647 | 2024.08.15 05:40:01.409818 [ 3 ] {b6d414cc-635c-46c8-b533-87d6d86ce24b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13648 | 2024.08.15 05:40:01.410058 [ 3 ] {b6d414cc-635c-46c8-b533-87d6d86ce24b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13649 | 2024.08.15 05:40:01.410473 [ 3 ] {b6d414cc-635c-46c8-b533-87d6d86ce24b} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13650 | 2024.08.15 05:40:01.410546 [ 3 ] {b6d414cc-635c-46c8-b533-87d6d86ce24b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13651 | 2024.08.15 05:40:01.410920 [ 3 ] {b6d414cc-635c-46c8-b533-87d6d86ce24b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
13652 | 2024.08.15 05:40:01.411260 [ 3 ] {b6d414cc-635c-46c8-b533-87d6d86ce24b} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13653 | 2024.08.15 05:40:01.411434 [ 3 ] {b6d414cc-635c-46c8-b533-87d6d86ce24b} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001823 sec., 14262.20515633571 rows/sec., 1.13 MiB/sec. | ||
13654 | 2024.08.15 05:40:01.411749 [ 3 ] {b6d414cc-635c-46c8-b533-87d6d86ce24b} <Debug> DynamicQueryHandler: Done processing query | ||
13655 | 2024.08.15 05:40:01.411809 [ 3 ] {b6d414cc-635c-46c8-b533-87d6d86ce24b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13656 | 2024.08.15 05:40:01.411866 [ 3 ] {} <Debug> HTTP-Session: 97304788-c40b-430a-94f3-91224eaa563f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13657 | 2024.08.15 05:40:01.412069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13658 | 2024.08.15 05:40:01.412125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13659 | 2024.08.15 05:40:01.412145 [ 3 ] {} <Debug> HTTP-Session: 2ab17b3d-042d-4e80-ae30-16e82c2a4aa8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13660 | 2024.08.15 05:40:01.412163 [ 3 ] {} <Debug> HTTP-Session: 2ab17b3d-042d-4e80-ae30-16e82c2a4aa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13661 | 2024.08.15 05:40:01.412177 [ 3 ] {} <Debug> HTTP-Session: 2ab17b3d-042d-4e80-ae30-16e82c2a4aa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13662 | 2024.08.15 05:40:01.412213 [ 3 ] {} <Trace> HTTP-Session: 2ab17b3d-042d-4e80-ae30-16e82c2a4aa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13663 | 2024.08.15 05:40:01.412427 [ 3 ] {ceb85dd6-0ec1-4c6e-ab39-6f52f4473212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13664 | 2024.08.15 05:40:01.412494 [ 3 ] {ceb85dd6-0ec1-4c6e-ab39-6f52f4473212} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13665 | 2024.08.15 05:40:01.412679 [ 3 ] {ceb85dd6-0ec1-4c6e-ab39-6f52f4473212} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13666 | 2024.08.15 05:40:01.413107 [ 3 ] {ceb85dd6-0ec1-4c6e-ab39-6f52f4473212} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13667 | 2024.08.15 05:40:01.413144 [ 3 ] {ceb85dd6-0ec1-4c6e-ab39-6f52f4473212} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13668 | 2024.08.15 05:40:01.413474 [ 3 ] {ceb85dd6-0ec1-4c6e-ab39-6f52f4473212} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13669 | 2024.08.15 05:40:01.413776 [ 3 ] {ceb85dd6-0ec1-4c6e-ab39-6f52f4473212} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13670 | 2024.08.15 05:40:01.413922 [ 3 ] {ceb85dd6-0ec1-4c6e-ab39-6f52f4473212} <Debug> executeQuery: Read 134 rows, 11.45 KiB in 0.001607 sec., 83385.18979464842 rows/sec., 6.96 MiB/sec. | ||
13671 | 2024.08.15 05:40:01.414175 [ 3 ] {ceb85dd6-0ec1-4c6e-ab39-6f52f4473212} <Debug> DynamicQueryHandler: Done processing query | ||
13672 | 2024.08.15 05:40:01.414229 [ 3 ] {ceb85dd6-0ec1-4c6e-ab39-6f52f4473212} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
13673 | 2024.08.15 05:40:01.414282 [ 3 ] {} <Debug> HTTP-Session: 2ab17b3d-042d-4e80-ae30-16e82c2a4aa8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13674 | 2024.08.15 05:40:01.414509 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 15281, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13675 | 2024.08.15 05:40:01.414564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13676 | 2024.08.15 05:40:01.414584 [ 3 ] {} <Debug> HTTP-Session: e0f50d6a-0a3f-4c3b-aeac-d7a45f669303 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13677 | 2024.08.15 05:40:01.414601 [ 3 ] {} <Debug> HTTP-Session: e0f50d6a-0a3f-4c3b-aeac-d7a45f669303 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13678 | 2024.08.15 05:40:01.414616 [ 3 ] {} <Debug> HTTP-Session: e0f50d6a-0a3f-4c3b-aeac-d7a45f669303 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13679 | 2024.08.15 05:40:01.414649 [ 3 ] {} <Trace> HTTP-Session: e0f50d6a-0a3f-4c3b-aeac-d7a45f669303 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13680 | 2024.08.15 05:40:01.414780 [ 3 ] {9ae0ee3a-7d0c-4ef2-b3b6-f340c8083920} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13681 | 2024.08.15 05:40:01.414823 [ 3 ] {9ae0ee3a-7d0c-4ef2-b3b6-f340c8083920} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13682 | 2024.08.15 05:40:01.414974 [ 3 ] {9ae0ee3a-7d0c-4ef2-b3b6-f340c8083920} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13683 | 2024.08.15 05:40:01.415369 [ 3 ] {9ae0ee3a-7d0c-4ef2-b3b6-f340c8083920} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13684 | 2024.08.15 05:40:01.415406 [ 3 ] {9ae0ee3a-7d0c-4ef2-b3b6-f340c8083920} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13685 | 2024.08.15 05:40:01.415716 [ 3 ] {9ae0ee3a-7d0c-4ef2-b3b6-f340c8083920} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13686 | 2024.08.15 05:40:01.416013 [ 3 ] {9ae0ee3a-7d0c-4ef2-b3b6-f340c8083920} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13687 | 2024.08.15 05:40:01.416162 [ 3 ] {9ae0ee3a-7d0c-4ef2-b3b6-f340c8083920} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001434 sec., 62761.50627615063 rows/sec., 4.90 MiB/sec. | ||
13688 | 2024.08.15 05:40:01.416419 [ 3 ] {9ae0ee3a-7d0c-4ef2-b3b6-f340c8083920} <Debug> DynamicQueryHandler: Done processing query | ||
13689 | 2024.08.15 05:40:01.416476 [ 3 ] {9ae0ee3a-7d0c-4ef2-b3b6-f340c8083920} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
13690 | 2024.08.15 05:40:01.416536 [ 3 ] {} <Debug> HTTP-Session: e0f50d6a-0a3f-4c3b-aeac-d7a45f669303 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13691 | 2024.08.15 05:40:01.416722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13692 | 2024.08.15 05:40:01.416775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13693 | 2024.08.15 05:40:01.416794 [ 3 ] {} <Debug> HTTP-Session: 0902713e-f6df-43b2-a176-26c8df958ccd Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13694 | 2024.08.15 05:40:01.416811 [ 3 ] {} <Debug> HTTP-Session: 0902713e-f6df-43b2-a176-26c8df958ccd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13695 | 2024.08.15 05:40:01.416824 [ 3 ] {} <Debug> HTTP-Session: 0902713e-f6df-43b2-a176-26c8df958ccd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13696 | 2024.08.15 05:40:01.416856 [ 3 ] {} <Trace> HTTP-Session: 0902713e-f6df-43b2-a176-26c8df958ccd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13697 | 2024.08.15 05:40:01.417003 [ 3 ] {ee3142a7-dff9-4d5b-8841-cc2e12b2ceac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13698 | 2024.08.15 05:40:01.417052 [ 3 ] {ee3142a7-dff9-4d5b-8841-cc2e12b2ceac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13699 | 2024.08.15 05:40:01.417220 [ 3 ] {ee3142a7-dff9-4d5b-8841-cc2e12b2ceac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13700 | 2024.08.15 05:40:01.417611 [ 3 ] {ee3142a7-dff9-4d5b-8841-cc2e12b2ceac} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13701 | 2024.08.15 05:40:01.417648 [ 3 ] {ee3142a7-dff9-4d5b-8841-cc2e12b2ceac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13702 | 2024.08.15 05:40:01.418043 [ 3 ] {ee3142a7-dff9-4d5b-8841-cc2e12b2ceac} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13703 | 2024.08.15 05:40:01.418375 [ 3 ] {ee3142a7-dff9-4d5b-8841-cc2e12b2ceac} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13704 | 2024.08.15 05:40:01.418529 [ 3 ] {ee3142a7-dff9-4d5b-8841-cc2e12b2ceac} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001587 sec., 100819.15563957152 rows/sec., 7.02 MiB/sec. | ||
13705 | 2024.08.15 05:40:01.418721 [ 3 ] {ee3142a7-dff9-4d5b-8841-cc2e12b2ceac} <Debug> DynamicQueryHandler: Done processing query | ||
13706 | 2024.08.15 05:40:01.418746 [ 3 ] {ee3142a7-dff9-4d5b-8841-cc2e12b2ceac} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13707 | 2024.08.15 05:40:01.418761 [ 3 ] {} <Debug> HTTP-Session: 0902713e-f6df-43b2-a176-26c8df958ccd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13708 | 2024.08.15 05:40:01.418974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 42099, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13709 | 2024.08.15 05:40:01.419023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13710 | 2024.08.15 05:40:01.419043 [ 3 ] {} <Debug> HTTP-Session: 068ea16b-fc25-47e5-9a40-609fd4d76ed1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13711 | 2024.08.15 05:40:01.419059 [ 3 ] {} <Debug> HTTP-Session: 068ea16b-fc25-47e5-9a40-609fd4d76ed1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13712 | 2024.08.15 05:40:01.419073 [ 3 ] {} <Debug> HTTP-Session: 068ea16b-fc25-47e5-9a40-609fd4d76ed1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13713 | 2024.08.15 05:40:01.419104 [ 3 ] {} <Trace> HTTP-Session: 068ea16b-fc25-47e5-9a40-609fd4d76ed1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13714 | 2024.08.15 05:40:01.419380 [ 3 ] {eb5a8f82-0338-48c6-8d8a-74209c86f17e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13715 | 2024.08.15 05:40:01.419444 [ 3 ] {eb5a8f82-0338-48c6-8d8a-74209c86f17e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
13716 | 2024.08.15 05:40:01.419862 [ 3 ] {eb5a8f82-0338-48c6-8d8a-74209c86f17e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13717 | 2024.08.15 05:40:01.420528 [ 3 ] {eb5a8f82-0338-48c6-8d8a-74209c86f17e} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13718 | 2024.08.15 05:40:01.420566 [ 3 ] {eb5a8f82-0338-48c6-8d8a-74209c86f17e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13719 | 2024.08.15 05:40:01.421171 [ 3 ] {eb5a8f82-0338-48c6-8d8a-74209c86f17e} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
13720 | 2024.08.15 05:40:01.421567 [ 3 ] {eb5a8f82-0338-48c6-8d8a-74209c86f17e} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13721 | 2024.08.15 05:40:01.421779 [ 3 ] {eb5a8f82-0338-48c6-8d8a-74209c86f17e} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002585 sec., 10058.027079303674 rows/sec., 18.02 MiB/sec. | ||
13722 | 2024.08.15 05:40:01.422310 [ 3 ] {eb5a8f82-0338-48c6-8d8a-74209c86f17e} <Debug> DynamicQueryHandler: Done processing query | ||
13723 | 2024.08.15 05:40:01.422352 [ 3 ] {eb5a8f82-0338-48c6-8d8a-74209c86f17e} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
13724 | 2024.08.15 05:40:01.422369 [ 3 ] {} <Debug> HTTP-Session: 068ea16b-fc25-47e5-9a40-609fd4d76ed1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13725 | 2024.08.15 05:40:01.422505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13726 | 2024.08.15 05:40:01.422555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13727 | 2024.08.15 05:40:01.422574 [ 3 ] {} <Debug> HTTP-Session: d8d91876-4935-4ae4-aec0-29fcd5232249 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13728 | 2024.08.15 05:40:01.422590 [ 3 ] {} <Debug> HTTP-Session: d8d91876-4935-4ae4-aec0-29fcd5232249 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13729 | 2024.08.15 05:40:01.422603 [ 3 ] {} <Debug> HTTP-Session: d8d91876-4935-4ae4-aec0-29fcd5232249 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13730 | 2024.08.15 05:40:01.422634 [ 3 ] {} <Trace> HTTP-Session: d8d91876-4935-4ae4-aec0-29fcd5232249 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13731 | 2024.08.15 05:40:01.422764 [ 3 ] {7e807801-8a14-4792-96a6-41b89cef754b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13732 | 2024.08.15 05:40:01.422811 [ 3 ] {7e807801-8a14-4792-96a6-41b89cef754b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13733 | 2024.08.15 05:40:01.422958 [ 3 ] {7e807801-8a14-4792-96a6-41b89cef754b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13734 | 2024.08.15 05:40:01.423262 [ 3 ] {7e807801-8a14-4792-96a6-41b89cef754b} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13735 | 2024.08.15 05:40:01.423298 [ 3 ] {7e807801-8a14-4792-96a6-41b89cef754b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13736 | 2024.08.15 05:40:01.423655 [ 3 ] {7e807801-8a14-4792-96a6-41b89cef754b} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13737 | 2024.08.15 05:40:01.423970 [ 3 ] {7e807801-8a14-4792-96a6-41b89cef754b} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13738 | 2024.08.15 05:40:01.424115 [ 3 ] {7e807801-8a14-4792-96a6-41b89cef754b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 2.88 MiB/sec. | ||
13739 | 2024.08.15 05:40:01.424381 [ 3 ] {7e807801-8a14-4792-96a6-41b89cef754b} <Debug> DynamicQueryHandler: Done processing query | ||
13740 | 2024.08.15 05:40:01.424442 [ 3 ] {7e807801-8a14-4792-96a6-41b89cef754b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13741 | 2024.08.15 05:40:01.424489 [ 3 ] {} <Debug> HTTP-Session: d8d91876-4935-4ae4-aec0-29fcd5232249 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13742 | 2024.08.15 05:40:05.237526 [ 48 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13743 | 2024.08.15 05:40:05.237601 [ 48 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13744 | 2024.08.15 05:40:06.001319 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000950851 sec. | ||
13745 | 2024.08.15 05:40:06.412496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13746 | 2024.08.15 05:40:06.412671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13747 | 2024.08.15 05:40:06.412714 [ 3 ] {} <Debug> HTTP-Session: 812cf64a-d660-492c-b9c4-0d1d75ff9388 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13748 | 2024.08.15 05:40:06.412755 [ 3 ] {} <Debug> HTTP-Session: 812cf64a-d660-492c-b9c4-0d1d75ff9388 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13749 | 2024.08.15 05:40:06.412784 [ 3 ] {} <Debug> HTTP-Session: 812cf64a-d660-492c-b9c4-0d1d75ff9388 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13750 | 2024.08.15 05:40:06.412865 [ 3 ] {} <Trace> HTTP-Session: 812cf64a-d660-492c-b9c4-0d1d75ff9388 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13751 | 2024.08.15 05:40:06.413151 [ 3 ] {eef5a20b-8aed-4e82-acba-b4ddb5fdfdd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13752 | 2024.08.15 05:40:06.413218 [ 3 ] {eef5a20b-8aed-4e82-acba-b4ddb5fdfdd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13753 | 2024.08.15 05:40:06.413420 [ 3 ] {eef5a20b-8aed-4e82-acba-b4ddb5fdfdd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13754 | 2024.08.15 05:40:06.413897 [ 3 ] {eef5a20b-8aed-4e82-acba-b4ddb5fdfdd2} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13755 | 2024.08.15 05:40:06.413942 [ 3 ] {eef5a20b-8aed-4e82-acba-b4ddb5fdfdd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13756 | 2024.08.15 05:40:06.414310 [ 3 ] {eef5a20b-8aed-4e82-acba-b4ddb5fdfdd2} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
13757 | 2024.08.15 05:40:06.414642 [ 3 ] {eef5a20b-8aed-4e82-acba-b4ddb5fdfdd2} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13758 | 2024.08.15 05:40:06.414808 [ 3 ] {eef5a20b-8aed-4e82-acba-b4ddb5fdfdd2} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001728 sec., 2314.814814814815 rows/sec., 187.63 KiB/sec. | ||
13759 | 2024.08.15 05:40:06.415048 [ 3 ] {eef5a20b-8aed-4e82-acba-b4ddb5fdfdd2} <Debug> DynamicQueryHandler: Done processing query | ||
13760 | 2024.08.15 05:40:06.415076 [ 3 ] {eef5a20b-8aed-4e82-acba-b4ddb5fdfdd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13761 | 2024.08.15 05:40:06.415093 [ 3 ] {} <Debug> HTTP-Session: 812cf64a-d660-492c-b9c4-0d1d75ff9388 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13762 | 2024.08.15 05:40:06.415292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13763 | 2024.08.15 05:40:06.415350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13764 | 2024.08.15 05:40:06.415369 [ 3 ] {} <Debug> HTTP-Session: b388fae3-2e1e-464f-9861-fd5077780230 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13765 | 2024.08.15 05:40:06.415387 [ 3 ] {} <Debug> HTTP-Session: b388fae3-2e1e-464f-9861-fd5077780230 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13766 | 2024.08.15 05:40:06.415401 [ 3 ] {} <Debug> HTTP-Session: b388fae3-2e1e-464f-9861-fd5077780230 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13767 | 2024.08.15 05:40:06.415436 [ 3 ] {} <Trace> HTTP-Session: b388fae3-2e1e-464f-9861-fd5077780230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13768 | 2024.08.15 05:40:06.415592 [ 3 ] {c55c82c8-dda4-46bd-ba00-b982c7e14ea8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13769 | 2024.08.15 05:40:06.415640 [ 3 ] {c55c82c8-dda4-46bd-ba00-b982c7e14ea8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13770 | 2024.08.15 05:40:06.415777 [ 3 ] {c55c82c8-dda4-46bd-ba00-b982c7e14ea8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13771 | 2024.08.15 05:40:06.416213 [ 3 ] {c55c82c8-dda4-46bd-ba00-b982c7e14ea8} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13772 | 2024.08.15 05:40:06.416251 [ 3 ] {c55c82c8-dda4-46bd-ba00-b982c7e14ea8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13773 | 2024.08.15 05:40:06.416578 [ 3 ] {c55c82c8-dda4-46bd-ba00-b982c7e14ea8} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13774 | 2024.08.15 05:40:06.416886 [ 3 ] {c55c82c8-dda4-46bd-ba00-b982c7e14ea8} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13775 | 2024.08.15 05:40:06.417045 [ 3 ] {c55c82c8-dda4-46bd-ba00-b982c7e14ea8} <Debug> executeQuery: Read 201 rows, 18.00 KiB in 0.001518 sec., 132411.06719367587 rows/sec., 11.58 MiB/sec. | ||
13776 | 2024.08.15 05:40:06.417335 [ 3 ] {c55c82c8-dda4-46bd-ba00-b982c7e14ea8} <Debug> DynamicQueryHandler: Done processing query | ||
13777 | 2024.08.15 05:40:06.417396 [ 3 ] {c55c82c8-dda4-46bd-ba00-b982c7e14ea8} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
13778 | 2024.08.15 05:40:06.417456 [ 3 ] {} <Debug> HTTP-Session: b388fae3-2e1e-464f-9861-fd5077780230 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13779 | 2024.08.15 05:40:06.417718 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13780 | 2024.08.15 05:40:06.417808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13781 | 2024.08.15 05:40:06.417837 [ 3 ] {} <Debug> HTTP-Session: fea6f083-e22a-48c8-8f27-a39fc3e240cf Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13782 | 2024.08.15 05:40:06.417854 [ 3 ] {} <Debug> HTTP-Session: fea6f083-e22a-48c8-8f27-a39fc3e240cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13783 | 2024.08.15 05:40:06.417867 [ 3 ] {} <Debug> HTTP-Session: fea6f083-e22a-48c8-8f27-a39fc3e240cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13784 | 2024.08.15 05:40:06.417900 [ 3 ] {} <Trace> HTTP-Session: fea6f083-e22a-48c8-8f27-a39fc3e240cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13785 | 2024.08.15 05:40:06.418004 [ 3 ] {e98ee0cf-34bb-410f-8584-9309ee890aa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
13786 | 2024.08.15 05:40:06.418049 [ 3 ] {e98ee0cf-34bb-410f-8584-9309ee890aa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13787 | 2024.08.15 05:40:06.418194 [ 3 ] {e98ee0cf-34bb-410f-8584-9309ee890aa4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13788 | 2024.08.15 05:40:06.418476 [ 3 ] {e98ee0cf-34bb-410f-8584-9309ee890aa4} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13789 | 2024.08.15 05:40:06.418513 [ 3 ] {e98ee0cf-34bb-410f-8584-9309ee890aa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13790 | 2024.08.15 05:40:06.418830 [ 3 ] {e98ee0cf-34bb-410f-8584-9309ee890aa4} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
13791 | 2024.08.15 05:40:06.419141 [ 3 ] {e98ee0cf-34bb-410f-8584-9309ee890aa4} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13792 | 2024.08.15 05:40:06.419303 [ 3 ] {e98ee0cf-34bb-410f-8584-9309ee890aa4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00132 sec., 10606.060606060606 rows/sec., 742.78 KiB/sec. | ||
13793 | 2024.08.15 05:40:06.419470 [ 3 ] {e98ee0cf-34bb-410f-8584-9309ee890aa4} <Debug> DynamicQueryHandler: Done processing query | ||
13794 | 2024.08.15 05:40:06.419494 [ 3 ] {e98ee0cf-34bb-410f-8584-9309ee890aa4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13795 | 2024.08.15 05:40:06.419510 [ 3 ] {} <Debug> HTTP-Session: fea6f083-e22a-48c8-8f27-a39fc3e240cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13796 | 2024.08.15 05:40:06.419635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13797 | 2024.08.15 05:40:06.419684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13798 | 2024.08.15 05:40:06.419703 [ 3 ] {} <Debug> HTTP-Session: cc8567dd-1556-4cd4-b6b4-2a87024dd992 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13799 | 2024.08.15 05:40:06.419719 [ 3 ] {} <Debug> HTTP-Session: cc8567dd-1556-4cd4-b6b4-2a87024dd992 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13800 | 2024.08.15 05:40:06.419733 [ 3 ] {} <Debug> HTTP-Session: cc8567dd-1556-4cd4-b6b4-2a87024dd992 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13801 | 2024.08.15 05:40:06.419763 [ 3 ] {} <Trace> HTTP-Session: cc8567dd-1556-4cd4-b6b4-2a87024dd992 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13802 | 2024.08.15 05:40:06.419857 [ 3 ] {1a8c68e5-725a-4cc9-b2d5-b8b7d4295ad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
13803 | 2024.08.15 05:40:06.419900 [ 3 ] {1a8c68e5-725a-4cc9-b2d5-b8b7d4295ad6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13804 | 2024.08.15 05:40:06.420028 [ 3 ] {1a8c68e5-725a-4cc9-b2d5-b8b7d4295ad6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13805 | 2024.08.15 05:40:06.420297 [ 3 ] {1a8c68e5-725a-4cc9-b2d5-b8b7d4295ad6} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13806 | 2024.08.15 05:40:06.420333 [ 3 ] {1a8c68e5-725a-4cc9-b2d5-b8b7d4295ad6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13807 | 2024.08.15 05:40:06.420630 [ 3 ] {1a8c68e5-725a-4cc9-b2d5-b8b7d4295ad6} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
13808 | 2024.08.15 05:40:06.420938 [ 3 ] {1a8c68e5-725a-4cc9-b2d5-b8b7d4295ad6} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13809 | 2024.08.15 05:40:06.421102 [ 3 ] {1a8c68e5-725a-4cc9-b2d5-b8b7d4295ad6} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001264 sec., 4746.835443037975 rows/sec., 280.45 KiB/sec. | ||
13810 | 2024.08.15 05:40:06.421429 [ 3 ] {1a8c68e5-725a-4cc9-b2d5-b8b7d4295ad6} <Debug> DynamicQueryHandler: Done processing query | ||
13811 | 2024.08.15 05:40:06.421468 [ 3 ] {1a8c68e5-725a-4cc9-b2d5-b8b7d4295ad6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13812 | 2024.08.15 05:40:06.421485 [ 3 ] {} <Debug> HTTP-Session: cc8567dd-1556-4cd4-b6b4-2a87024dd992 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13813 | 2024.08.15 05:40:06.421733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 62444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13814 | 2024.08.15 05:40:06.421781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13815 | 2024.08.15 05:40:06.421800 [ 3 ] {} <Debug> HTTP-Session: 1130a1d9-4170-4976-9210-5769ce40353e Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13816 | 2024.08.15 05:40:06.421816 [ 3 ] {} <Debug> HTTP-Session: 1130a1d9-4170-4976-9210-5769ce40353e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13817 | 2024.08.15 05:40:06.421829 [ 3 ] {} <Debug> HTTP-Session: 1130a1d9-4170-4976-9210-5769ce40353e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13818 | 2024.08.15 05:40:06.421859 [ 3 ] {} <Trace> HTTP-Session: 1130a1d9-4170-4976-9210-5769ce40353e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13819 | 2024.08.15 05:40:06.422065 [ 3 ] {38c32937-5370-422c-907f-102cf990640c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13820 | 2024.08.15 05:40:06.422109 [ 3 ] {38c32937-5370-422c-907f-102cf990640c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13821 | 2024.08.15 05:40:06.422254 [ 3 ] {38c32937-5370-422c-907f-102cf990640c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13822 | 2024.08.15 05:40:06.422806 [ 3 ] {38c32937-5370-422c-907f-102cf990640c} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13823 | 2024.08.15 05:40:06.422843 [ 3 ] {38c32937-5370-422c-907f-102cf990640c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13824 | 2024.08.15 05:40:06.423164 [ 3 ] {38c32937-5370-422c-907f-102cf990640c} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13825 | 2024.08.15 05:40:06.423461 [ 3 ] {38c32937-5370-422c-907f-102cf990640c} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13826 | 2024.08.15 05:40:06.423618 [ 3 ] {38c32937-5370-422c-907f-102cf990640c} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.001659 sec., 232670.28330319468 rows/sec., 16.48 MiB/sec. | ||
13827 | 2024.08.15 05:40:06.423882 [ 3 ] {38c32937-5370-422c-907f-102cf990640c} <Debug> DynamicQueryHandler: Done processing query | ||
13828 | 2024.08.15 05:40:06.423939 [ 3 ] {38c32937-5370-422c-907f-102cf990640c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
13829 | 2024.08.15 05:40:06.423991 [ 3 ] {} <Debug> HTTP-Session: 1130a1d9-4170-4976-9210-5769ce40353e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13830 | 2024.08.15 05:40:06.424173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13831 | 2024.08.15 05:40:06.424223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13832 | 2024.08.15 05:40:06.424241 [ 3 ] {} <Debug> HTTP-Session: 616b0283-a911-429f-8d5f-11691b3a680a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13833 | 2024.08.15 05:40:06.424257 [ 3 ] {} <Debug> HTTP-Session: 616b0283-a911-429f-8d5f-11691b3a680a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13834 | 2024.08.15 05:40:06.424271 [ 3 ] {} <Debug> HTTP-Session: 616b0283-a911-429f-8d5f-11691b3a680a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13835 | 2024.08.15 05:40:06.424301 [ 3 ] {} <Trace> HTTP-Session: 616b0283-a911-429f-8d5f-11691b3a680a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13836 | 2024.08.15 05:40:06.424401 [ 3 ] {5a995c66-3255-491e-874c-c0d657c01301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13837 | 2024.08.15 05:40:06.424447 [ 3 ] {5a995c66-3255-491e-874c-c0d657c01301} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13838 | 2024.08.15 05:40:06.424593 [ 3 ] {5a995c66-3255-491e-874c-c0d657c01301} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13839 | 2024.08.15 05:40:06.424847 [ 3 ] {5a995c66-3255-491e-874c-c0d657c01301} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13840 | 2024.08.15 05:40:06.424882 [ 3 ] {5a995c66-3255-491e-874c-c0d657c01301} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13841 | 2024.08.15 05:40:06.425238 [ 3 ] {5a995c66-3255-491e-874c-c0d657c01301} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
13842 | 2024.08.15 05:40:06.425563 [ 3 ] {5a995c66-3255-491e-874c-c0d657c01301} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13843 | 2024.08.15 05:40:06.425689 [ 3 ] {5a995c66-3255-491e-874c-c0d657c01301} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001315 sec., 4562.737642585552 rows/sec., 238.39 KiB/sec. | ||
13844 | 2024.08.15 05:40:06.425851 [ 3 ] {5a995c66-3255-491e-874c-c0d657c01301} <Debug> DynamicQueryHandler: Done processing query | ||
13845 | 2024.08.15 05:40:06.425874 [ 3 ] {5a995c66-3255-491e-874c-c0d657c01301} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13846 | 2024.08.15 05:40:06.425890 [ 3 ] {} <Debug> HTTP-Session: 616b0283-a911-429f-8d5f-11691b3a680a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13847 | 2024.08.15 05:40:06.426071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 44608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13848 | 2024.08.15 05:40:06.426119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13849 | 2024.08.15 05:40:06.426137 [ 3 ] {} <Debug> HTTP-Session: 82230659-91fb-4555-bf5f-f0c5b727a5a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13850 | 2024.08.15 05:40:06.426153 [ 3 ] {} <Debug> HTTP-Session: 82230659-91fb-4555-bf5f-f0c5b727a5a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13851 | 2024.08.15 05:40:06.426166 [ 3 ] {} <Debug> HTTP-Session: 82230659-91fb-4555-bf5f-f0c5b727a5a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13852 | 2024.08.15 05:40:06.426196 [ 3 ] {} <Trace> HTTP-Session: 82230659-91fb-4555-bf5f-f0c5b727a5a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13853 | 2024.08.15 05:40:06.426397 [ 3 ] {dbdc99c7-5227-46b4-afa9-909b90fcd05e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13854 | 2024.08.15 05:40:06.426441 [ 3 ] {dbdc99c7-5227-46b4-afa9-909b90fcd05e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13855 | 2024.08.15 05:40:06.426585 [ 3 ] {dbdc99c7-5227-46b4-afa9-909b90fcd05e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13856 | 2024.08.15 05:40:06.426989 [ 3 ] {dbdc99c7-5227-46b4-afa9-909b90fcd05e} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13857 | 2024.08.15 05:40:06.427023 [ 3 ] {dbdc99c7-5227-46b4-afa9-909b90fcd05e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13858 | 2024.08.15 05:40:06.427398 [ 3 ] {dbdc99c7-5227-46b4-afa9-909b90fcd05e} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13859 | 2024.08.15 05:40:06.427729 [ 3 ] {dbdc99c7-5227-46b4-afa9-909b90fcd05e} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13860 | 2024.08.15 05:40:06.427859 [ 3 ] {dbdc99c7-5227-46b4-afa9-909b90fcd05e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001577 sec., 150285.35193405199 rows/sec., 10.07 MiB/sec. | ||
13861 | 2024.08.15 05:40:06.428023 [ 3 ] {dbdc99c7-5227-46b4-afa9-909b90fcd05e} <Debug> DynamicQueryHandler: Done processing query | ||
13862 | 2024.08.15 05:40:06.428046 [ 3 ] {dbdc99c7-5227-46b4-afa9-909b90fcd05e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
13863 | 2024.08.15 05:40:06.428061 [ 3 ] {} <Debug> HTTP-Session: 82230659-91fb-4555-bf5f-f0c5b727a5a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13864 | 2024.08.15 05:40:06.428187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13865 | 2024.08.15 05:40:06.428234 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13866 | 2024.08.15 05:40:06.428252 [ 3 ] {} <Debug> HTTP-Session: 59a0e6ed-4a12-4490-b722-4aee9f85ca5d Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13867 | 2024.08.15 05:40:06.428267 [ 3 ] {} <Debug> HTTP-Session: 59a0e6ed-4a12-4490-b722-4aee9f85ca5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13868 | 2024.08.15 05:40:06.428281 [ 3 ] {} <Debug> HTTP-Session: 59a0e6ed-4a12-4490-b722-4aee9f85ca5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13869 | 2024.08.15 05:40:06.428311 [ 3 ] {} <Trace> HTTP-Session: 59a0e6ed-4a12-4490-b722-4aee9f85ca5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13870 | 2024.08.15 05:40:06.428401 [ 3 ] {baa0fb2b-43e6-4fb5-af2e-f06102b3a2d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
13871 | 2024.08.15 05:40:06.428444 [ 3 ] {baa0fb2b-43e6-4fb5-af2e-f06102b3a2d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13872 | 2024.08.15 05:40:06.428568 [ 3 ] {baa0fb2b-43e6-4fb5-af2e-f06102b3a2d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13873 | 2024.08.15 05:40:06.428810 [ 3 ] {baa0fb2b-43e6-4fb5-af2e-f06102b3a2d9} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13874 | 2024.08.15 05:40:06.428844 [ 3 ] {baa0fb2b-43e6-4fb5-af2e-f06102b3a2d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13875 | 2024.08.15 05:40:06.429180 [ 3 ] {baa0fb2b-43e6-4fb5-af2e-f06102b3a2d9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
13876 | 2024.08.15 05:40:06.429494 [ 3 ] {baa0fb2b-43e6-4fb5-af2e-f06102b3a2d9} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13877 | 2024.08.15 05:40:06.429619 [ 3 ] {baa0fb2b-43e6-4fb5-af2e-f06102b3a2d9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00124 sec., 806.4516129032259 rows/sec., 54.34 KiB/sec. | ||
13878 | 2024.08.15 05:40:06.429775 [ 3 ] {baa0fb2b-43e6-4fb5-af2e-f06102b3a2d9} <Debug> DynamicQueryHandler: Done processing query | ||
13879 | 2024.08.15 05:40:06.429798 [ 3 ] {baa0fb2b-43e6-4fb5-af2e-f06102b3a2d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
13880 | 2024.08.15 05:40:06.429813 [ 3 ] {} <Debug> HTTP-Session: 59a0e6ed-4a12-4490-b722-4aee9f85ca5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13881 | 2024.08.15 05:40:06.429933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13882 | 2024.08.15 05:40:06.429980 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13883 | 2024.08.15 05:40:06.429998 [ 3 ] {} <Debug> HTTP-Session: adadfc76-e6c9-4ed2-84fd-7275bda0698a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13884 | 2024.08.15 05:40:06.430014 [ 3 ] {} <Debug> HTTP-Session: adadfc76-e6c9-4ed2-84fd-7275bda0698a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13885 | 2024.08.15 05:40:06.430027 [ 3 ] {} <Debug> HTTP-Session: adadfc76-e6c9-4ed2-84fd-7275bda0698a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13886 | 2024.08.15 05:40:06.430057 [ 3 ] {} <Trace> HTTP-Session: adadfc76-e6c9-4ed2-84fd-7275bda0698a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13887 | 2024.08.15 05:40:06.430201 [ 3 ] {d321d9c9-b04e-4e14-9a7a-8a205704119b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13888 | 2024.08.15 05:40:06.430264 [ 3 ] {d321d9c9-b04e-4e14-9a7a-8a205704119b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
13889 | 2024.08.15 05:40:06.430675 [ 3 ] {d321d9c9-b04e-4e14-9a7a-8a205704119b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13890 | 2024.08.15 05:40:06.431146 [ 3 ] {d321d9c9-b04e-4e14-9a7a-8a205704119b} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13891 | 2024.08.15 05:40:06.431181 [ 3 ] {d321d9c9-b04e-4e14-9a7a-8a205704119b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13892 | 2024.08.15 05:40:06.431749 [ 3 ] {d321d9c9-b04e-4e14-9a7a-8a205704119b} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
13893 | 2024.08.15 05:40:06.432158 [ 3 ] {d321d9c9-b04e-4e14-9a7a-8a205704119b} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13894 | 2024.08.15 05:40:06.432305 [ 3 ] {d321d9c9-b04e-4e14-9a7a-8a205704119b} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002179 sec., 1835.7044515832952 rows/sec., 3.29 MiB/sec. | ||
13895 | 2024.08.15 05:40:06.432519 [ 3 ] {d321d9c9-b04e-4e14-9a7a-8a205704119b} <Debug> DynamicQueryHandler: Done processing query | ||
13896 | 2024.08.15 05:40:06.432544 [ 3 ] {d321d9c9-b04e-4e14-9a7a-8a205704119b} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
13897 | 2024.08.15 05:40:06.432561 [ 3 ] {} <Debug> HTTP-Session: adadfc76-e6c9-4ed2-84fd-7275bda0698a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13898 | 2024.08.15 05:40:06.432683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13899 | 2024.08.15 05:40:06.432730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13900 | 2024.08.15 05:40:06.432749 [ 3 ] {} <Debug> HTTP-Session: c3644bbc-090a-431e-902c-b8508382e342 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13901 | 2024.08.15 05:40:06.432764 [ 3 ] {} <Debug> HTTP-Session: c3644bbc-090a-431e-902c-b8508382e342 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13902 | 2024.08.15 05:40:06.432778 [ 3 ] {} <Debug> HTTP-Session: c3644bbc-090a-431e-902c-b8508382e342 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13903 | 2024.08.15 05:40:06.432808 [ 3 ] {} <Trace> HTTP-Session: c3644bbc-090a-431e-902c-b8508382e342 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13904 | 2024.08.15 05:40:06.432937 [ 3 ] {6ac0ff38-2713-49f7-91ee-aed75568cd45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13905 | 2024.08.15 05:40:06.432982 [ 3 ] {6ac0ff38-2713-49f7-91ee-aed75568cd45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13906 | 2024.08.15 05:40:06.433105 [ 3 ] {6ac0ff38-2713-49f7-91ee-aed75568cd45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13907 | 2024.08.15 05:40:06.433392 [ 3 ] {6ac0ff38-2713-49f7-91ee-aed75568cd45} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13908 | 2024.08.15 05:40:06.433426 [ 3 ] {6ac0ff38-2713-49f7-91ee-aed75568cd45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13909 | 2024.08.15 05:40:06.433784 [ 3 ] {6ac0ff38-2713-49f7-91ee-aed75568cd45} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13910 | 2024.08.15 05:40:06.434101 [ 3 ] {6ac0ff38-2713-49f7-91ee-aed75568cd45} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13911 | 2024.08.15 05:40:06.434228 [ 3 ] {6ac0ff38-2713-49f7-91ee-aed75568cd45} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001346 sec., 60921.24814264487 rows/sec., 3.87 MiB/sec. | ||
13912 | 2024.08.15 05:40:06.434472 [ 3 ] {6ac0ff38-2713-49f7-91ee-aed75568cd45} <Debug> DynamicQueryHandler: Done processing query | ||
13913 | 2024.08.15 05:40:06.434531 [ 3 ] {6ac0ff38-2713-49f7-91ee-aed75568cd45} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13914 | 2024.08.15 05:40:06.434591 [ 3 ] {} <Debug> HTTP-Session: c3644bbc-090a-431e-902c-b8508382e342 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13915 | 2024.08.15 05:40:11.409193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13916 | 2024.08.15 05:40:11.409382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13917 | 2024.08.15 05:40:11.409428 [ 3 ] {} <Debug> HTTP-Session: 6f8c234e-5696-4b75-94bf-92857859f8ae Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13918 | 2024.08.15 05:40:11.409469 [ 3 ] {} <Debug> HTTP-Session: 6f8c234e-5696-4b75-94bf-92857859f8ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13919 | 2024.08.15 05:40:11.409497 [ 3 ] {} <Debug> HTTP-Session: 6f8c234e-5696-4b75-94bf-92857859f8ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13920 | 2024.08.15 05:40:11.409575 [ 3 ] {} <Trace> HTTP-Session: 6f8c234e-5696-4b75-94bf-92857859f8ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13921 | 2024.08.15 05:40:11.409863 [ 3 ] {c22bb8b7-de8e-4be7-b5d5-33358de9531c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13922 | 2024.08.15 05:40:11.409970 [ 3 ] {c22bb8b7-de8e-4be7-b5d5-33358de9531c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13923 | 2024.08.15 05:40:11.410291 [ 3 ] {c22bb8b7-de8e-4be7-b5d5-33358de9531c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13924 | 2024.08.15 05:40:11.410748 [ 3 ] {c22bb8b7-de8e-4be7-b5d5-33358de9531c} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13925 | 2024.08.15 05:40:11.410789 [ 3 ] {c22bb8b7-de8e-4be7-b5d5-33358de9531c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13926 | 2024.08.15 05:40:11.411156 [ 3 ] {c22bb8b7-de8e-4be7-b5d5-33358de9531c} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
13927 | 2024.08.15 05:40:11.411492 [ 3 ] {c22bb8b7-de8e-4be7-b5d5-33358de9531c} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13928 | 2024.08.15 05:40:11.411634 [ 43 ] {} <Debug> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
13929 | 2024.08.15 05:40:11.411639 [ 3 ] {c22bb8b7-de8e-4be7-b5d5-33358de9531c} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001874 sec., 13874.066168623265 rows/sec., 1.10 MiB/sec. | ||
13930 | 2024.08.15 05:40:11.411683 [ 43 ] {} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13931 | 2024.08.15 05:40:11.411721 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13932 | 2024.08.15 05:40:11.411934 [ 3 ] {c22bb8b7-de8e-4be7-b5d5-33358de9531c} <Debug> DynamicQueryHandler: Done processing query | ||
13933 | 2024.08.15 05:40:11.411950 [ 197 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::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 | ||
13934 | 2024.08.15 05:40:11.411970 [ 3 ] {c22bb8b7-de8e-4be7-b5d5-33358de9531c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13935 | 2024.08.15 05:40:11.412070 [ 3 ] {} <Debug> HTTP-Session: 6f8c234e-5696-4b75-94bf-92857859f8ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13936 | 2024.08.15 05:40:11.412430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13937 | 2024.08.15 05:40:11.412489 [ 197 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13938 | 2024.08.15 05:40:11.412581 [ 197 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 30 rows starting from the beginning of the part | ||
13939 | 2024.08.15 05:40:11.412614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13940 | 2024.08.15 05:40:11.412676 [ 3 ] {} <Debug> HTTP-Session: bc38434a-3656-4d69-a653-7e8bbaf4382e Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13941 | 2024.08.15 05:40:11.412743 [ 3 ] {} <Debug> HTTP-Session: bc38434a-3656-4d69-a653-7e8bbaf4382e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13942 | 2024.08.15 05:40:11.412780 [ 197 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 26 rows starting from the beginning of the part | ||
13943 | 2024.08.15 05:40:11.412825 [ 3 ] {} <Debug> HTTP-Session: bc38434a-3656-4d69-a653-7e8bbaf4382e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13944 | 2024.08.15 05:40:11.413068 [ 3 ] {} <Trace> HTTP-Session: bc38434a-3656-4d69-a653-7e8bbaf4382e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13945 | 2024.08.15 05:40:11.413104 [ 197 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 4 rows starting from the beginning of the part | ||
13946 | 2024.08.15 05:40:11.413381 [ 197 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 26 rows starting from the beginning of the part | ||
13947 | 2024.08.15 05:40:11.413586 [ 3 ] {1488653d-e32e-42d4-abdc-8f3a4e79124b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13948 | 2024.08.15 05:40:11.413631 [ 197 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 4 rows starting from the beginning of the part | ||
13949 | 2024.08.15 05:40:11.413726 [ 3 ] {1488653d-e32e-42d4-abdc-8f3a4e79124b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13950 | 2024.08.15 05:40:11.413964 [ 197 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 26 rows starting from the beginning of the part | ||
13951 | 2024.08.15 05:40:11.414639 [ 3 ] {1488653d-e32e-42d4-abdc-8f3a4e79124b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13952 | 2024.08.15 05:40:11.415535 [ 3 ] {1488653d-e32e-42d4-abdc-8f3a4e79124b} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13953 | 2024.08.15 05:40:11.415592 [ 3 ] {1488653d-e32e-42d4-abdc-8f3a4e79124b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
13954 | 2024.08.15 05:40:11.416513 [ 3 ] {1488653d-e32e-42d4-abdc-8f3a4e79124b} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13955 | 2024.08.15 05:40:11.416623 [ 188 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 116 rows, containing 4 columns (4 merged, 0 gathered) in 0.004800492 sec., 24164.189837208352 rows/sec., 1.91 MiB/sec. | ||
13956 | 2024.08.15 05:40:11.416920 [ 188 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
13957 | 2024.08.15 05:40:11.417075 [ 3 ] {1488653d-e32e-42d4-abdc-8f3a4e79124b} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13958 | 2024.08.15 05:40:11.417400 [ 43 ] {} <Debug> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13959 | 2024.08.15 05:40:11.417510 [ 43 ] {} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13960 | 2024.08.15 05:40:11.417521 [ 3 ] {1488653d-e32e-42d4-abdc-8f3a4e79124b} <Debug> executeQuery: Read 134 rows, 11.45 KiB in 0.004208 sec., 31844.10646387833 rows/sec., 2.66 MiB/sec. | ||
13961 | 2024.08.15 05:40:11.417600 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
13962 | 2024.08.15 05:40:11.418226 [ 187 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::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 | ||
13963 | 2024.08.15 05:40:11.418289 [ 3 ] {1488653d-e32e-42d4-abdc-8f3a4e79124b} <Debug> DynamicQueryHandler: Done processing query | ||
13964 | 2024.08.15 05:40:11.418383 [ 3 ] {1488653d-e32e-42d4-abdc-8f3a4e79124b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
13965 | 2024.08.15 05:40:11.418483 [ 3 ] {} <Debug> HTTP-Session: bc38434a-3656-4d69-a653-7e8bbaf4382e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13966 | 2024.08.15 05:40:11.418809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 15281, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13967 | 2024.08.15 05:40:11.418834 [ 187 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13968 | 2024.08.15 05:40:11.418937 [ 187 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1427 rows starting from the beginning of the part | ||
13969 | 2024.08.15 05:40:11.418986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13970 | 2024.08.15 05:40:11.419070 [ 3 ] {} <Debug> HTTP-Session: 0db818dc-118c-4ab8-b66e-1ca6aae60cfe Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
13971 | 2024.08.15 05:40:11.419209 [ 3 ] {} <Debug> HTTP-Session: 0db818dc-118c-4ab8-b66e-1ca6aae60cfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13972 | 2024.08.15 05:40:11.419319 [ 3 ] {} <Debug> HTTP-Session: 0db818dc-118c-4ab8-b66e-1ca6aae60cfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13973 | 2024.08.15 05:40:11.419501 [ 187 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 135 rows starting from the beginning of the part | ||
13974 | 2024.08.15 05:40:11.419552 [ 3 ] {} <Trace> HTTP-Session: 0db818dc-118c-4ab8-b66e-1ca6aae60cfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13975 | 2024.08.15 05:40:11.420140 [ 3 ] {76abe3be-75f4-4eab-94d0-61ecd77af3d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13976 | 2024.08.15 05:40:11.420166 [ 187 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 1341 rows starting from the beginning of the part | ||
13977 | 2024.08.15 05:40:11.420209 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_61_12} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13978 | 2024.08.15 05:40:11.420406 [ 3 ] {76abe3be-75f4-4eab-94d0-61ecd77af3d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13979 | 2024.08.15 05:40:11.420775 [ 187 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 134 rows starting from the beginning of the part | ||
13980 | 2024.08.15 05:40:11.420842 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_61_12} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
13981 | 2024.08.15 05:40:11.421103 [ 187 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 201 rows starting from the beginning of the part | ||
13982 | 2024.08.15 05:40:11.421168 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
13983 | 2024.08.15 05:40:11.421389 [ 187 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 134 rows starting from the beginning of the part | ||
13984 | 2024.08.15 05:40:11.421483 [ 3 ] {76abe3be-75f4-4eab-94d0-61ecd77af3d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13985 | 2024.08.15 05:40:11.422151 [ 3 ] {76abe3be-75f4-4eab-94d0-61ecd77af3d4} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13986 | 2024.08.15 05:40:11.422190 [ 3 ] {76abe3be-75f4-4eab-94d0-61ecd77af3d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
13987 | 2024.08.15 05:40:11.422633 [ 3 ] {76abe3be-75f4-4eab-94d0-61ecd77af3d4} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13988 | 2024.08.15 05:40:11.423057 [ 3 ] {76abe3be-75f4-4eab-94d0-61ecd77af3d4} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13989 | 2024.08.15 05:40:11.423184 [ 43 ] {} <Debug> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13990 | 2024.08.15 05:40:11.423190 [ 3 ] {76abe3be-75f4-4eab-94d0-61ecd77af3d4} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.003372 sec., 26690.391459074734 rows/sec., 2.08 MiB/sec. | ||
13991 | 2024.08.15 05:40:11.423222 [ 43 ] {} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13992 | 2024.08.15 05:40:11.423286 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
13993 | 2024.08.15 05:40:11.423667 [ 3 ] {76abe3be-75f4-4eab-94d0-61ecd77af3d4} <Debug> DynamicQueryHandler: Done processing query | ||
13994 | 2024.08.15 05:40:11.423758 [ 3 ] {76abe3be-75f4-4eab-94d0-61ecd77af3d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
13995 | 2024.08.15 05:40:11.423785 [ 198 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::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 | ||
13996 | 2024.08.15 05:40:11.423825 [ 3 ] {} <Debug> HTTP-Session: 0db818dc-118c-4ab8-b66e-1ca6aae60cfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13997 | 2024.08.15 05:40:11.424049 [ 199 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3372 rows, containing 4 columns (4 merged, 0 gathered) in 0.006308063 sec., 534553.9510306095 rows/sec., 44.77 MiB/sec. | ||
13998 | 2024.08.15 05:40:11.424217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13999 | 2024.08.15 05:40:11.424236 [ 198 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14000 | 2024.08.15 05:40:11.424324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14001 | 2024.08.15 05:40:11.424340 [ 198 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 902 rows starting from the beginning of the part | ||
14002 | 2024.08.15 05:40:11.424371 [ 3 ] {} <Debug> HTTP-Session: 73f6c1b8-7087-49b1-8c25-04c35cfaf166 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14003 | 2024.08.15 05:40:11.424388 [ 199 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
14004 | 2024.08.15 05:40:11.424442 [ 3 ] {} <Debug> HTTP-Session: 73f6c1b8-7087-49b1-8c25-04c35cfaf166 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14005 | 2024.08.15 05:40:11.424523 [ 3 ] {} <Debug> HTTP-Session: 73f6c1b8-7087-49b1-8c25-04c35cfaf166 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14006 | 2024.08.15 05:40:11.424746 [ 3 ] {} <Trace> HTTP-Session: 73f6c1b8-7087-49b1-8c25-04c35cfaf166 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14007 | 2024.08.15 05:40:11.424822 [ 198 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 92 rows starting from the beginning of the part | ||
14008 | 2024.08.15 05:40:11.425361 [ 3 ] {5179f770-79c2-4dc7-b88b-57297527a76f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14009 | 2024.08.15 05:40:11.425383 [ 198 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 842 rows starting from the beginning of the part | ||
14010 | 2024.08.15 05:40:11.425578 [ 3 ] {5179f770-79c2-4dc7-b88b-57297527a76f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14011 | 2024.08.15 05:40:11.426143 [ 198 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 90 rows starting from the beginning of the part | ||
14012 | 2024.08.15 05:40:11.426614 [ 198 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 386 rows starting from the beginning of the part | ||
14013 | 2024.08.15 05:40:11.426883 [ 195 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_76_15} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14014 | 2024.08.15 05:40:11.427114 [ 198 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 90 rows starting from the beginning of the part | ||
14015 | 2024.08.15 05:40:11.427386 [ 195 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_76_15} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
14016 | 2024.08.15 05:40:11.427822 [ 3 ] {5179f770-79c2-4dc7-b88b-57297527a76f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14017 | 2024.08.15 05:40:11.427828 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
14018 | 2024.08.15 05:40:11.428748 [ 3 ] {5179f770-79c2-4dc7-b88b-57297527a76f} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14019 | 2024.08.15 05:40:11.428821 [ 3 ] {5179f770-79c2-4dc7-b88b-57297527a76f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
14020 | 2024.08.15 05:40:11.429844 [ 3 ] {5179f770-79c2-4dc7-b88b-57297527a76f} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
14021 | 2024.08.15 05:40:11.430565 [ 3 ] {5179f770-79c2-4dc7-b88b-57297527a76f} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14022 | 2024.08.15 05:40:11.430616 [ 195 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2402 rows, containing 4 columns (4 merged, 0 gathered) in 0.007192542 sec., 333957.03493980295 rows/sec., 24.33 MiB/sec. | ||
14023 | 2024.08.15 05:40:11.430755 [ 43 ] {} <Debug> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
14024 | 2024.08.15 05:40:11.430779 [ 3 ] {5179f770-79c2-4dc7-b88b-57297527a76f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005738 sec., 27884.28023701638 rows/sec., 1.94 MiB/sec. | ||
14025 | 2024.08.15 05:40:11.430816 [ 43 ] {} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14026 | 2024.08.15 05:40:11.430907 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
14027 | 2024.08.15 05:40:11.430951 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
14028 | 2024.08.15 05:40:11.431305 [ 193 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::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 | ||
14029 | 2024.08.15 05:40:11.431324 [ 3 ] {5179f770-79c2-4dc7-b88b-57297527a76f} <Debug> DynamicQueryHandler: Done processing query | ||
14030 | 2024.08.15 05:40:11.431415 [ 3 ] {5179f770-79c2-4dc7-b88b-57297527a76f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14031 | 2024.08.15 05:40:11.431750 [ 3 ] {} <Debug> HTTP-Session: 73f6c1b8-7087-49b1-8c25-04c35cfaf166 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14032 | 2024.08.15 05:40:11.431957 [ 193 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14033 | 2024.08.15 05:40:11.432028 [ 193 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 20725 rows starting from the beginning of the part | ||
14034 | 2024.08.15 05:40:11.432150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 42100, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14035 | 2024.08.15 05:40:11.432383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14036 | 2024.08.15 05:40:11.432409 [ 193 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 161 rows starting from the beginning of the part | ||
14037 | 2024.08.15 05:40:11.432444 [ 195 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_76_15} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14038 | 2024.08.15 05:40:11.432478 [ 3 ] {} <Debug> HTTP-Session: 27312a75-206d-4c69-8fa3-4e643b402f12 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14039 | 2024.08.15 05:40:11.432567 [ 3 ] {} <Debug> HTTP-Session: 27312a75-206d-4c69-8fa3-4e643b402f12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14040 | 2024.08.15 05:40:11.432672 [ 3 ] {} <Debug> HTTP-Session: 27312a75-206d-4c69-8fa3-4e643b402f12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14041 | 2024.08.15 05:40:11.432876 [ 3 ] {} <Trace> HTTP-Session: 27312a75-206d-4c69-8fa3-4e643b402f12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14042 | 2024.08.15 05:40:11.432952 [ 193 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 921 rows starting from the beginning of the part | ||
14043 | 2024.08.15 05:40:11.432988 [ 195 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_76_15} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
14044 | 2024.08.15 05:40:11.433378 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
14045 | 2024.08.15 05:40:11.433411 [ 193 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part | ||
14046 | 2024.08.15 05:40:11.433536 [ 3 ] {dade5d4b-c004-497e-899d-74f5f3c033c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14047 | 2024.08.15 05:40:11.433766 [ 193 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 237 rows starting from the beginning of the part | ||
14048 | 2024.08.15 05:40:11.433823 [ 3 ] {dade5d4b-c004-497e-899d-74f5f3c033c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
14049 | 2024.08.15 05:40:11.434098 [ 193 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part | ||
14050 | 2024.08.15 05:40:11.435845 [ 3 ] {dade5d4b-c004-497e-899d-74f5f3c033c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14051 | 2024.08.15 05:40:11.437144 [ 3 ] {dade5d4b-c004-497e-899d-74f5f3c033c0} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14052 | 2024.08.15 05:40:11.437216 [ 3 ] {dade5d4b-c004-497e-899d-74f5f3c033c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
14053 | 2024.08.15 05:40:11.438699 [ 3 ] {dade5d4b-c004-497e-899d-74f5f3c033c0} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
14054 | 2024.08.15 05:40:11.439716 [ 3 ] {dade5d4b-c004-497e-899d-74f5f3c033c0} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14055 | 2024.08.15 05:40:11.439875 [ 43 ] {} <Debug> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
14056 | 2024.08.15 05:40:11.439881 [ 3 ] {dade5d4b-c004-497e-899d-74f5f3c033c0} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.006731 sec., 3862.7247065814886 rows/sec., 6.92 MiB/sec. | ||
14057 | 2024.08.15 05:40:11.439925 [ 43 ] {} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14058 | 2024.08.15 05:40:11.439972 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
14059 | 2024.08.15 05:40:11.440736 [ 3 ] {dade5d4b-c004-497e-899d-74f5f3c033c0} <Debug> DynamicQueryHandler: Done processing query | ||
14060 | 2024.08.15 05:40:11.440765 [ 186 ] {f74056ac-963a-4604-86a0-b4c0a6355317::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 | ||
14061 | 2024.08.15 05:40:11.440803 [ 3 ] {dade5d4b-c004-497e-899d-74f5f3c033c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
14062 | 2024.08.15 05:40:11.440914 [ 3 ] {} <Debug> HTTP-Session: 27312a75-206d-4c69-8fa3-4e643b402f12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14063 | 2024.08.15 05:40:11.441252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14064 | 2024.08.15 05:40:11.441447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14065 | 2024.08.15 05:40:11.441583 [ 3 ] {} <Debug> HTTP-Session: 0d9d6038-92bb-4d80-bb58-b1526f554b46 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14066 | 2024.08.15 05:40:11.441685 [ 3 ] {} <Debug> HTTP-Session: 0d9d6038-92bb-4d80-bb58-b1526f554b46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14067 | 2024.08.15 05:40:11.441758 [ 3 ] {} <Debug> HTTP-Session: 0d9d6038-92bb-4d80-bb58-b1526f554b46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14068 | 2024.08.15 05:40:11.441866 [ 3 ] {} <Trace> HTTP-Session: 0d9d6038-92bb-4d80-bb58-b1526f554b46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14069 | 2024.08.15 05:40:11.442179 [ 3 ] {ac4ca8f5-6ee7-4dbf-89bd-e14d5a3c9a32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14070 | 2024.08.15 05:40:11.442251 [ 186 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14071 | 2024.08.15 05:40:11.442270 [ 3 ] {ac4ca8f5-6ee7-4dbf-89bd-e14d5a3c9a32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14072 | 2024.08.15 05:40:11.442511 [ 186 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 862 rows starting from the beginning of the part | ||
14073 | 2024.08.15 05:40:11.443565 [ 3 ] {ac4ca8f5-6ee7-4dbf-89bd-e14d5a3c9a32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14074 | 2024.08.15 05:40:11.443809 [ 186 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 26 rows starting from the beginning of the part | ||
14075 | 2024.08.15 05:40:11.444665 [ 186 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 4 rows starting from the beginning of the part | ||
14076 | 2024.08.15 05:40:11.444993 [ 3 ] {ac4ca8f5-6ee7-4dbf-89bd-e14d5a3c9a32} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14077 | 2024.08.15 05:40:11.445148 [ 3 ] {ac4ca8f5-6ee7-4dbf-89bd-e14d5a3c9a32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
14078 | 2024.08.15 05:40:11.445746 [ 193 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22364 rows, containing 5 columns (5 merged, 0 gathered) in 0.014664851 sec., 1525006.9707493107 rows/sec., 103.08 MiB/sec. | ||
14079 | 2024.08.15 05:40:11.445794 [ 186 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 26 rows starting from the beginning of the part | ||
14080 | 2024.08.15 05:40:11.446902 [ 196 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
14081 | 2024.08.15 05:40:11.446936 [ 186 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 4 rows starting from the beginning of the part | ||
14082 | 2024.08.15 05:40:11.447113 [ 3 ] {ac4ca8f5-6ee7-4dbf-89bd-e14d5a3c9a32} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
14083 | 2024.08.15 05:40:11.448021 [ 186 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 26 rows starting from the beginning of the part | ||
14084 | 2024.08.15 05:40:11.448784 [ 3 ] {ac4ca8f5-6ee7-4dbf-89bd-e14d5a3c9a32} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14085 | 2024.08.15 05:40:11.449210 [ 43 ] {} <Debug> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
14086 | 2024.08.15 05:40:11.449332 [ 43 ] {} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14087 | 2024.08.15 05:40:11.449362 [ 3 ] {ac4ca8f5-6ee7-4dbf-89bd-e14d5a3c9a32} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007302 sec., 8216.926869350862 rows/sec., 567.05 KiB/sec. | ||
14088 | 2024.08.15 05:40:11.449408 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
14089 | 2024.08.15 05:40:11.450179 [ 3 ] {ac4ca8f5-6ee7-4dbf-89bd-e14d5a3c9a32} <Debug> DynamicQueryHandler: Done processing query | ||
14090 | 2024.08.15 05:40:11.450375 [ 194 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
14091 | 2024.08.15 05:40:11.450475 [ 3 ] {ac4ca8f5-6ee7-4dbf-89bd-e14d5a3c9a32} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14092 | 2024.08.15 05:40:11.450595 [ 3 ] {} <Debug> HTTP-Session: 0d9d6038-92bb-4d80-bb58-b1526f554b46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14093 | 2024.08.15 05:40:11.450964 [ 194 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14094 | 2024.08.15 05:40:11.451072 [ 194 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4586 rows starting from the beginning of the part | ||
14095 | 2024.08.15 05:40:11.451131 [ 192 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14096 | 2024.08.15 05:40:11.451440 [ 194 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
14097 | 2024.08.15 05:40:11.452011 [ 192 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
14098 | 2024.08.15 05:40:11.452061 [ 194 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
14099 | 2024.08.15 05:40:11.452529 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
14100 | 2024.08.15 05:40:11.452575 [ 194 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
14101 | 2024.08.15 05:40:11.452804 [ 194 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
14102 | 2024.08.15 05:40:11.452970 [ 194 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
14103 | 2024.08.15 05:40:11.455564 [ 194 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4930 rows, containing 4 columns (4 merged, 0 gathered) in 0.005925676 sec., 831972.5884439176 rows/sec., 54.26 MiB/sec. | ||
14104 | 2024.08.15 05:40:11.456010 [ 189 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
14105 | 2024.08.15 05:40:11.457284 [ 189 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_76_15} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14106 | 2024.08.15 05:40:11.457520 [ 189 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_76_15} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
14107 | 2024.08.15 05:40:11.457637 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
14108 | 2024.08.15 05:40:11.458177 [ 201 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 948 rows, containing 19 columns (19 merged, 0 gathered) in 0.018028932 sec., 52582.14962483634 rows/sec., 94.22 MiB/sec. | ||
14109 | 2024.08.15 05:40:11.459031 [ 201 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
14110 | 2024.08.15 05:40:11.459627 [ 201 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14111 | 2024.08.15 05:40:11.459713 [ 201 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
14112 | 2024.08.15 05:40:11.459859 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.15 MiB. | ||
14113 | 2024.08.15 05:40:12.000204 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.83 MiB, peak 218.38 MiB, free memory in arenas 0.00 B, will set to 207.69 MiB (RSS), difference: 1.86 MiB | ||
14114 | 2024.08.15 05:40:16.413020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14115 | 2024.08.15 05:40:16.413214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14116 | 2024.08.15 05:40:16.413259 [ 3 ] {} <Debug> HTTP-Session: 7643f3a4-86d0-4b0c-8690-2eb3b84bc0d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14117 | 2024.08.15 05:40:16.413302 [ 3 ] {} <Debug> HTTP-Session: 7643f3a4-86d0-4b0c-8690-2eb3b84bc0d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14118 | 2024.08.15 05:40:16.413330 [ 3 ] {} <Debug> HTTP-Session: 7643f3a4-86d0-4b0c-8690-2eb3b84bc0d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14119 | 2024.08.15 05:40:16.413410 [ 3 ] {} <Trace> HTTP-Session: 7643f3a4-86d0-4b0c-8690-2eb3b84bc0d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14120 | 2024.08.15 05:40:16.413629 [ 3 ] {a1c4485f-2e5a-43d7-b07e-90f08e356ee0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14121 | 2024.08.15 05:40:16.413696 [ 3 ] {a1c4485f-2e5a-43d7-b07e-90f08e356ee0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14122 | 2024.08.15 05:40:16.413894 [ 3 ] {a1c4485f-2e5a-43d7-b07e-90f08e356ee0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14123 | 2024.08.15 05:40:16.414356 [ 3 ] {a1c4485f-2e5a-43d7-b07e-90f08e356ee0} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14124 | 2024.08.15 05:40:16.414394 [ 3 ] {a1c4485f-2e5a-43d7-b07e-90f08e356ee0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
14125 | 2024.08.15 05:40:16.414765 [ 3 ] {a1c4485f-2e5a-43d7-b07e-90f08e356ee0} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
14126 | 2024.08.15 05:40:16.415114 [ 3 ] {a1c4485f-2e5a-43d7-b07e-90f08e356ee0} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14127 | 2024.08.15 05:40:16.415283 [ 3 ] {a1c4485f-2e5a-43d7-b07e-90f08e356ee0} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001709 sec., 2340.5500292568754 rows/sec., 189.71 KiB/sec. | ||
14128 | 2024.08.15 05:40:16.415584 [ 3 ] {a1c4485f-2e5a-43d7-b07e-90f08e356ee0} <Debug> DynamicQueryHandler: Done processing query | ||
14129 | 2024.08.15 05:40:16.415642 [ 3 ] {a1c4485f-2e5a-43d7-b07e-90f08e356ee0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14130 | 2024.08.15 05:40:16.415694 [ 3 ] {} <Debug> HTTP-Session: 7643f3a4-86d0-4b0c-8690-2eb3b84bc0d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14131 | 2024.08.15 05:40:16.415857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14132 | 2024.08.15 05:40:16.415910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14133 | 2024.08.15 05:40:16.415929 [ 3 ] {} <Debug> HTTP-Session: 6c01071d-0730-40a2-ab7d-4d11e0dee4d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14134 | 2024.08.15 05:40:16.415947 [ 3 ] {} <Debug> HTTP-Session: 6c01071d-0730-40a2-ab7d-4d11e0dee4d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14135 | 2024.08.15 05:40:16.415961 [ 3 ] {} <Debug> HTTP-Session: 6c01071d-0730-40a2-ab7d-4d11e0dee4d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14136 | 2024.08.15 05:40:16.415993 [ 3 ] {} <Trace> HTTP-Session: 6c01071d-0730-40a2-ab7d-4d11e0dee4d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14137 | 2024.08.15 05:40:16.416095 [ 3 ] {3e2f37ee-1091-4e92-a5af-dd14dd78bc3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14138 | 2024.08.15 05:40:16.416140 [ 3 ] {3e2f37ee-1091-4e92-a5af-dd14dd78bc3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14139 | 2024.08.15 05:40:16.416289 [ 3 ] {3e2f37ee-1091-4e92-a5af-dd14dd78bc3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14140 | 2024.08.15 05:40:16.416596 [ 3 ] {3e2f37ee-1091-4e92-a5af-dd14dd78bc3c} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14141 | 2024.08.15 05:40:16.416634 [ 3 ] {3e2f37ee-1091-4e92-a5af-dd14dd78bc3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
14142 | 2024.08.15 05:40:16.416935 [ 3 ] {3e2f37ee-1091-4e92-a5af-dd14dd78bc3c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
14143 | 2024.08.15 05:40:16.417243 [ 3 ] {3e2f37ee-1091-4e92-a5af-dd14dd78bc3c} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14144 | 2024.08.15 05:40:16.417409 [ 3 ] {3e2f37ee-1091-4e92-a5af-dd14dd78bc3c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001339 sec., 2987.303958177745 rows/sec., 243.59 KiB/sec. | ||
14145 | 2024.08.15 05:40:16.417579 [ 3 ] {3e2f37ee-1091-4e92-a5af-dd14dd78bc3c} <Debug> DynamicQueryHandler: Done processing query | ||
14146 | 2024.08.15 05:40:16.417603 [ 3 ] {3e2f37ee-1091-4e92-a5af-dd14dd78bc3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14147 | 2024.08.15 05:40:16.417620 [ 3 ] {} <Debug> HTTP-Session: 6c01071d-0730-40a2-ab7d-4d11e0dee4d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14148 | 2024.08.15 05:40:16.417854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14149 | 2024.08.15 05:40:16.417903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14150 | 2024.08.15 05:40:16.417922 [ 3 ] {} <Debug> HTTP-Session: d5b56978-a607-4dc6-847f-e63587ddbde3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14151 | 2024.08.15 05:40:16.417938 [ 3 ] {} <Debug> HTTP-Session: d5b56978-a607-4dc6-847f-e63587ddbde3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14152 | 2024.08.15 05:40:16.417951 [ 3 ] {} <Debug> HTTP-Session: d5b56978-a607-4dc6-847f-e63587ddbde3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14153 | 2024.08.15 05:40:16.417981 [ 3 ] {} <Trace> HTTP-Session: d5b56978-a607-4dc6-847f-e63587ddbde3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14154 | 2024.08.15 05:40:16.418130 [ 3 ] {d1e384df-9d13-4c70-b511-40650cac7b18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14155 | 2024.08.15 05:40:16.418173 [ 3 ] {d1e384df-9d13-4c70-b511-40650cac7b18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14156 | 2024.08.15 05:40:16.418303 [ 3 ] {d1e384df-9d13-4c70-b511-40650cac7b18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14157 | 2024.08.15 05:40:16.418738 [ 3 ] {d1e384df-9d13-4c70-b511-40650cac7b18} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14158 | 2024.08.15 05:40:16.418774 [ 3 ] {d1e384df-9d13-4c70-b511-40650cac7b18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
14159 | 2024.08.15 05:40:16.419108 [ 3 ] {d1e384df-9d13-4c70-b511-40650cac7b18} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
14160 | 2024.08.15 05:40:16.419418 [ 3 ] {d1e384df-9d13-4c70-b511-40650cac7b18} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14161 | 2024.08.15 05:40:16.419572 [ 3 ] {d1e384df-9d13-4c70-b511-40650cac7b18} <Debug> executeQuery: Read 203 rows, 18.15 KiB in 0.001501 sec., 135243.1712191872 rows/sec., 11.81 MiB/sec. | ||
14162 | 2024.08.15 05:40:16.419759 [ 3 ] {d1e384df-9d13-4c70-b511-40650cac7b18} <Debug> DynamicQueryHandler: Done processing query | ||
14163 | 2024.08.15 05:40:16.419798 [ 3 ] {d1e384df-9d13-4c70-b511-40650cac7b18} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
14164 | 2024.08.15 05:40:16.419831 [ 3 ] {} <Debug> HTTP-Session: d5b56978-a607-4dc6-847f-e63587ddbde3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14165 | 2024.08.15 05:40:16.419981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14166 | 2024.08.15 05:40:16.420030 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14167 | 2024.08.15 05:40:16.420050 [ 3 ] {} <Debug> HTTP-Session: aa783b7a-ee16-4831-8519-29e4ea2115ba Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14168 | 2024.08.15 05:40:16.420066 [ 3 ] {} <Debug> HTTP-Session: aa783b7a-ee16-4831-8519-29e4ea2115ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14169 | 2024.08.15 05:40:16.420081 [ 3 ] {} <Debug> HTTP-Session: aa783b7a-ee16-4831-8519-29e4ea2115ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14170 | 2024.08.15 05:40:16.420111 [ 3 ] {} <Trace> HTTP-Session: aa783b7a-ee16-4831-8519-29e4ea2115ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14171 | 2024.08.15 05:40:16.420205 [ 3 ] {2e2d5608-36c1-4051-98e7-2f1992d65bb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14172 | 2024.08.15 05:40:16.420247 [ 3 ] {2e2d5608-36c1-4051-98e7-2f1992d65bb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14173 | 2024.08.15 05:40:16.420374 [ 3 ] {2e2d5608-36c1-4051-98e7-2f1992d65bb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14174 | 2024.08.15 05:40:16.420642 [ 3 ] {2e2d5608-36c1-4051-98e7-2f1992d65bb1} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14175 | 2024.08.15 05:40:16.420678 [ 3 ] {2e2d5608-36c1-4051-98e7-2f1992d65bb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
14176 | 2024.08.15 05:40:16.420976 [ 3 ] {2e2d5608-36c1-4051-98e7-2f1992d65bb1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
14177 | 2024.08.15 05:40:16.421299 [ 3 ] {2e2d5608-36c1-4051-98e7-2f1992d65bb1} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14178 | 2024.08.15 05:40:16.421465 [ 3 ] {2e2d5608-36c1-4051-98e7-2f1992d65bb1} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001272 sec., 3144.654088050315 rows/sec., 219.57 KiB/sec. | ||
14179 | 2024.08.15 05:40:16.421776 [ 3 ] {2e2d5608-36c1-4051-98e7-2f1992d65bb1} <Debug> DynamicQueryHandler: Done processing query | ||
14180 | 2024.08.15 05:40:16.421806 [ 3 ] {2e2d5608-36c1-4051-98e7-2f1992d65bb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14181 | 2024.08.15 05:40:16.421824 [ 3 ] {} <Debug> HTTP-Session: aa783b7a-ee16-4831-8519-29e4ea2115ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14182 | 2024.08.15 05:40:16.421946 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14183 | 2024.08.15 05:40:16.421996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14184 | 2024.08.15 05:40:16.422015 [ 3 ] {} <Debug> HTTP-Session: dc15cc1d-88a6-4518-a81b-a09115fc82a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14185 | 2024.08.15 05:40:16.422031 [ 3 ] {} <Debug> HTTP-Session: dc15cc1d-88a6-4518-a81b-a09115fc82a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14186 | 2024.08.15 05:40:16.422045 [ 3 ] {} <Debug> HTTP-Session: dc15cc1d-88a6-4518-a81b-a09115fc82a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14187 | 2024.08.15 05:40:16.422075 [ 3 ] {} <Trace> HTTP-Session: dc15cc1d-88a6-4518-a81b-a09115fc82a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14188 | 2024.08.15 05:40:16.422176 [ 3 ] {c2081b3c-d169-40df-afa4-08a8a7054fea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
14189 | 2024.08.15 05:40:16.422219 [ 3 ] {c2081b3c-d169-40df-afa4-08a8a7054fea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14190 | 2024.08.15 05:40:16.422364 [ 3 ] {c2081b3c-d169-40df-afa4-08a8a7054fea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14191 | 2024.08.15 05:40:16.422676 [ 3 ] {c2081b3c-d169-40df-afa4-08a8a7054fea} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14192 | 2024.08.15 05:40:16.422712 [ 3 ] {c2081b3c-d169-40df-afa4-08a8a7054fea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
14193 | 2024.08.15 05:40:16.423018 [ 3 ] {c2081b3c-d169-40df-afa4-08a8a7054fea} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14194 | 2024.08.15 05:40:16.423318 [ 3 ] {c2081b3c-d169-40df-afa4-08a8a7054fea} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14195 | 2024.08.15 05:40:16.423479 [ 3 ] {c2081b3c-d169-40df-afa4-08a8a7054fea} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00132 sec., 10606.060606060606 rows/sec., 742.78 KiB/sec. | ||
14196 | 2024.08.15 05:40:16.423686 [ 3 ] {c2081b3c-d169-40df-afa4-08a8a7054fea} <Debug> DynamicQueryHandler: Done processing query | ||
14197 | 2024.08.15 05:40:16.423712 [ 3 ] {c2081b3c-d169-40df-afa4-08a8a7054fea} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14198 | 2024.08.15 05:40:16.423729 [ 3 ] {} <Debug> HTTP-Session: dc15cc1d-88a6-4518-a81b-a09115fc82a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14199 | 2024.08.15 05:40:16.423850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14200 | 2024.08.15 05:40:16.423898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14201 | 2024.08.15 05:40:16.423917 [ 3 ] {} <Debug> HTTP-Session: db1e0eac-a964-44b9-9ac9-702aa8b0b830 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14202 | 2024.08.15 05:40:16.423933 [ 3 ] {} <Debug> HTTP-Session: db1e0eac-a964-44b9-9ac9-702aa8b0b830 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14203 | 2024.08.15 05:40:16.423947 [ 3 ] {} <Debug> HTTP-Session: db1e0eac-a964-44b9-9ac9-702aa8b0b830 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14204 | 2024.08.15 05:40:16.423978 [ 3 ] {} <Trace> HTTP-Session: db1e0eac-a964-44b9-9ac9-702aa8b0b830 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14205 | 2024.08.15 05:40:16.424072 [ 3 ] {c43d07d9-def2-4938-9e52-ebf274025e62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
14206 | 2024.08.15 05:40:16.424116 [ 3 ] {c43d07d9-def2-4938-9e52-ebf274025e62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
14207 | 2024.08.15 05:40:16.424244 [ 3 ] {c43d07d9-def2-4938-9e52-ebf274025e62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14208 | 2024.08.15 05:40:16.424508 [ 3 ] {c43d07d9-def2-4938-9e52-ebf274025e62} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14209 | 2024.08.15 05:40:16.424543 [ 3 ] {c43d07d9-def2-4938-9e52-ebf274025e62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
14210 | 2024.08.15 05:40:16.424844 [ 3 ] {c43d07d9-def2-4938-9e52-ebf274025e62} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14211 | 2024.08.15 05:40:16.425138 [ 3 ] {c43d07d9-def2-4938-9e52-ebf274025e62} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14212 | 2024.08.15 05:40:16.425291 [ 3 ] {c43d07d9-def2-4938-9e52-ebf274025e62} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00124 sec., 4838.709677419355 rows/sec., 285.88 KiB/sec. | ||
14213 | 2024.08.15 05:40:16.425458 [ 3 ] {c43d07d9-def2-4938-9e52-ebf274025e62} <Debug> DynamicQueryHandler: Done processing query | ||
14214 | 2024.08.15 05:40:16.425482 [ 3 ] {c43d07d9-def2-4938-9e52-ebf274025e62} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14215 | 2024.08.15 05:40:16.425499 [ 3 ] {} <Debug> HTTP-Session: db1e0eac-a964-44b9-9ac9-702aa8b0b830 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14216 | 2024.08.15 05:40:16.425746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 63128, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14217 | 2024.08.15 05:40:16.425796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14218 | 2024.08.15 05:40:16.425815 [ 3 ] {} <Debug> HTTP-Session: 0385d21a-eda6-4ff0-9f76-c604126c4467 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14219 | 2024.08.15 05:40:16.425832 [ 3 ] {} <Debug> HTTP-Session: 0385d21a-eda6-4ff0-9f76-c604126c4467 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14220 | 2024.08.15 05:40:16.425846 [ 3 ] {} <Debug> HTTP-Session: 0385d21a-eda6-4ff0-9f76-c604126c4467 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14221 | 2024.08.15 05:40:16.425877 [ 3 ] {} <Trace> HTTP-Session: 0385d21a-eda6-4ff0-9f76-c604126c4467 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14222 | 2024.08.15 05:40:16.426077 [ 3 ] {79536462-489f-44fc-968d-e62861bc0270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14223 | 2024.08.15 05:40:16.426120 [ 3 ] {79536462-489f-44fc-968d-e62861bc0270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14224 | 2024.08.15 05:40:16.426248 [ 3 ] {79536462-489f-44fc-968d-e62861bc0270} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14225 | 2024.08.15 05:40:16.426751 [ 3 ] {79536462-489f-44fc-968d-e62861bc0270} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14226 | 2024.08.15 05:40:16.426788 [ 3 ] {79536462-489f-44fc-968d-e62861bc0270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
14227 | 2024.08.15 05:40:16.427106 [ 3 ] {79536462-489f-44fc-968d-e62861bc0270} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
14228 | 2024.08.15 05:40:16.427426 [ 3 ] {79536462-489f-44fc-968d-e62861bc0270} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14229 | 2024.08.15 05:40:16.427573 [ 3 ] {79536462-489f-44fc-968d-e62861bc0270} <Debug> executeQuery: Read 390 rows, 28.33 KiB in 0.001595 sec., 244514.10658307208 rows/sec., 17.34 MiB/sec. | ||
14230 | 2024.08.15 05:40:16.427740 [ 3 ] {79536462-489f-44fc-968d-e62861bc0270} <Debug> DynamicQueryHandler: Done processing query | ||
14231 | 2024.08.15 05:40:16.427763 [ 3 ] {79536462-489f-44fc-968d-e62861bc0270} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
14232 | 2024.08.15 05:40:16.427781 [ 3 ] {} <Debug> HTTP-Session: 0385d21a-eda6-4ff0-9f76-c604126c4467 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14233 | 2024.08.15 05:40:16.427925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14234 | 2024.08.15 05:40:16.427973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14235 | 2024.08.15 05:40:16.427991 [ 3 ] {} <Debug> HTTP-Session: aeeded97-8b05-4e0f-845b-fd91042ff25a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14236 | 2024.08.15 05:40:16.428008 [ 3 ] {} <Debug> HTTP-Session: aeeded97-8b05-4e0f-845b-fd91042ff25a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14237 | 2024.08.15 05:40:16.428021 [ 3 ] {} <Debug> HTTP-Session: aeeded97-8b05-4e0f-845b-fd91042ff25a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14238 | 2024.08.15 05:40:16.428051 [ 3 ] {} <Trace> HTTP-Session: aeeded97-8b05-4e0f-845b-fd91042ff25a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14239 | 2024.08.15 05:40:16.428145 [ 3 ] {86b15898-2c9e-4860-a637-d2dba835d555} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14240 | 2024.08.15 05:40:16.428188 [ 3 ] {86b15898-2c9e-4860-a637-d2dba835d555} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14241 | 2024.08.15 05:40:16.428318 [ 3 ] {86b15898-2c9e-4860-a637-d2dba835d555} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14242 | 2024.08.15 05:40:16.428564 [ 3 ] {86b15898-2c9e-4860-a637-d2dba835d555} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14243 | 2024.08.15 05:40:16.428600 [ 3 ] {86b15898-2c9e-4860-a637-d2dba835d555} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
14244 | 2024.08.15 05:40:16.428951 [ 3 ] {86b15898-2c9e-4860-a637-d2dba835d555} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14245 | 2024.08.15 05:40:16.429265 [ 3 ] {86b15898-2c9e-4860-a637-d2dba835d555} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14246 | 2024.08.15 05:40:16.429421 [ 3 ] {86b15898-2c9e-4860-a637-d2dba835d555} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0013 sec., 4615.384615384615 rows/sec., 241.14 KiB/sec. | ||
14247 | 2024.08.15 05:40:16.429586 [ 3 ] {86b15898-2c9e-4860-a637-d2dba835d555} <Debug> DynamicQueryHandler: Done processing query | ||
14248 | 2024.08.15 05:40:16.429611 [ 3 ] {86b15898-2c9e-4860-a637-d2dba835d555} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14249 | 2024.08.15 05:40:16.429629 [ 3 ] {} <Debug> HTTP-Session: aeeded97-8b05-4e0f-845b-fd91042ff25a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14250 | 2024.08.15 05:40:16.429798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 44989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14251 | 2024.08.15 05:40:16.429846 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14252 | 2024.08.15 05:40:16.429865 [ 3 ] {} <Debug> HTTP-Session: 5772f4d1-095b-4657-b6b9-abb5e8362f5a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14253 | 2024.08.15 05:40:16.429881 [ 3 ] {} <Debug> HTTP-Session: 5772f4d1-095b-4657-b6b9-abb5e8362f5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14254 | 2024.08.15 05:40:16.429895 [ 3 ] {} <Debug> HTTP-Session: 5772f4d1-095b-4657-b6b9-abb5e8362f5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14255 | 2024.08.15 05:40:16.429926 [ 3 ] {} <Trace> HTTP-Session: 5772f4d1-095b-4657-b6b9-abb5e8362f5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14256 | 2024.08.15 05:40:16.430094 [ 3 ] {d2820da3-30b1-4c02-bbfd-82df86431455} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14257 | 2024.08.15 05:40:16.430139 [ 3 ] {d2820da3-30b1-4c02-bbfd-82df86431455} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14258 | 2024.08.15 05:40:16.430286 [ 3 ] {d2820da3-30b1-4c02-bbfd-82df86431455} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14259 | 2024.08.15 05:40:16.430687 [ 3 ] {d2820da3-30b1-4c02-bbfd-82df86431455} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14260 | 2024.08.15 05:40:16.430722 [ 3 ] {d2820da3-30b1-4c02-bbfd-82df86431455} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
14261 | 2024.08.15 05:40:16.431094 [ 3 ] {d2820da3-30b1-4c02-bbfd-82df86431455} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
14262 | 2024.08.15 05:40:16.431417 [ 3 ] {d2820da3-30b1-4c02-bbfd-82df86431455} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14263 | 2024.08.15 05:40:16.431574 [ 3 ] {d2820da3-30b1-4c02-bbfd-82df86431455} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001557 sec., 153500.32113037893 rows/sec., 10.29 MiB/sec. | ||
14264 | 2024.08.15 05:40:16.431815 [ 3 ] {d2820da3-30b1-4c02-bbfd-82df86431455} <Debug> DynamicQueryHandler: Done processing query | ||
14265 | 2024.08.15 05:40:16.431873 [ 3 ] {d2820da3-30b1-4c02-bbfd-82df86431455} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
14266 | 2024.08.15 05:40:16.431928 [ 3 ] {} <Debug> HTTP-Session: 5772f4d1-095b-4657-b6b9-abb5e8362f5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14267 | 2024.08.15 05:40:16.432107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14268 | 2024.08.15 05:40:16.432157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14269 | 2024.08.15 05:40:16.432176 [ 3 ] {} <Debug> HTTP-Session: edeac2a5-da67-4665-a48b-7bf44facfb11 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14270 | 2024.08.15 05:40:16.432193 [ 3 ] {} <Debug> HTTP-Session: edeac2a5-da67-4665-a48b-7bf44facfb11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14271 | 2024.08.15 05:40:16.432207 [ 3 ] {} <Debug> HTTP-Session: edeac2a5-da67-4665-a48b-7bf44facfb11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14272 | 2024.08.15 05:40:16.432239 [ 3 ] {} <Trace> HTTP-Session: edeac2a5-da67-4665-a48b-7bf44facfb11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14273 | 2024.08.15 05:40:16.432336 [ 3 ] {6b3b8532-556a-4bdb-b06c-2656aac86820} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
14274 | 2024.08.15 05:40:16.432382 [ 3 ] {6b3b8532-556a-4bdb-b06c-2656aac86820} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
14275 | 2024.08.15 05:40:16.432524 [ 3 ] {6b3b8532-556a-4bdb-b06c-2656aac86820} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14276 | 2024.08.15 05:40:16.432816 [ 3 ] {6b3b8532-556a-4bdb-b06c-2656aac86820} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14277 | 2024.08.15 05:40:16.432852 [ 3 ] {6b3b8532-556a-4bdb-b06c-2656aac86820} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
14278 | 2024.08.15 05:40:16.433208 [ 3 ] {6b3b8532-556a-4bdb-b06c-2656aac86820} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14279 | 2024.08.15 05:40:16.433519 [ 3 ] {6b3b8532-556a-4bdb-b06c-2656aac86820} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14280 | 2024.08.15 05:40:16.433676 [ 3 ] {6b3b8532-556a-4bdb-b06c-2656aac86820} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001355 sec., 738.0073800738007 rows/sec., 49.73 KiB/sec. | ||
14281 | 2024.08.15 05:40:16.433675 [ 38 ] {} <Debug> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
14282 | 2024.08.15 05:40:16.433782 [ 38 ] {} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14283 | 2024.08.15 05:40:16.433830 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
14284 | 2024.08.15 05:40:16.433928 [ 3 ] {6b3b8532-556a-4bdb-b06c-2656aac86820} <Debug> DynamicQueryHandler: Done processing query | ||
14285 | 2024.08.15 05:40:16.433988 [ 3 ] {6b3b8532-556a-4bdb-b06c-2656aac86820} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
14286 | 2024.08.15 05:40:16.434026 [ 3 ] {} <Debug> HTTP-Session: edeac2a5-da67-4665-a48b-7bf44facfb11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14287 | 2024.08.15 05:40:16.434046 [ 201 ] {73f49326-8ca5-47bc-88f4-892effbaf908::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 | ||
14288 | 2024.08.15 05:40:16.434185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14289 | 2024.08.15 05:40:16.434292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14290 | 2024.08.15 05:40:16.434353 [ 3 ] {} <Debug> HTTP-Session: 584f5ddc-2236-4f12-911b-71144ad8a423 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14291 | 2024.08.15 05:40:16.434365 [ 201 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14292 | 2024.08.15 05:40:16.434384 [ 3 ] {} <Debug> HTTP-Session: 584f5ddc-2236-4f12-911b-71144ad8a423 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14293 | 2024.08.15 05:40:16.434425 [ 3 ] {} <Debug> HTTP-Session: 584f5ddc-2236-4f12-911b-71144ad8a423 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14294 | 2024.08.15 05:40:16.434442 [ 201 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 30 rows starting from the beginning of the part | ||
14295 | 2024.08.15 05:40:16.434492 [ 3 ] {} <Trace> HTTP-Session: 584f5ddc-2236-4f12-911b-71144ad8a423 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14296 | 2024.08.15 05:40:16.434660 [ 201 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
14297 | 2024.08.15 05:40:16.434959 [ 3 ] {672a92c5-e68e-44bc-b167-6e7b5065cea5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14298 | 2024.08.15 05:40:16.434988 [ 201 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
14299 | 2024.08.15 05:40:16.435285 [ 3 ] {672a92c5-e68e-44bc-b167-6e7b5065cea5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
14300 | 2024.08.15 05:40:16.435333 [ 201 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
14301 | 2024.08.15 05:40:16.435664 [ 201 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
14302 | 2024.08.15 05:40:16.436029 [ 201 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
14303 | 2024.08.15 05:40:16.437609 [ 3 ] {672a92c5-e68e-44bc-b167-6e7b5065cea5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14304 | 2024.08.15 05:40:16.439201 [ 3 ] {672a92c5-e68e-44bc-b167-6e7b5065cea5} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14305 | 2024.08.15 05:40:16.439263 [ 3 ] {672a92c5-e68e-44bc-b167-6e7b5065cea5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
14306 | 2024.08.15 05:40:16.439846 [ 194 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 4 columns (4 merged, 0 gathered) in 0.005930455 sec., 5901.739411225614 rows/sec., 397.68 KiB/sec. | ||
14307 | 2024.08.15 05:40:16.440073 [ 194 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
14308 | 2024.08.15 05:40:16.441107 [ 3 ] {672a92c5-e68e-44bc-b167-6e7b5065cea5} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
14309 | 2024.08.15 05:40:16.441179 [ 194 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_35_7} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14310 | 2024.08.15 05:40:16.441345 [ 194 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_35_7} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
14311 | 2024.08.15 05:40:16.441594 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
14312 | 2024.08.15 05:40:16.441897 [ 3 ] {672a92c5-e68e-44bc-b167-6e7b5065cea5} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14313 | 2024.08.15 05:40:16.442095 [ 3 ] {672a92c5-e68e-44bc-b167-6e7b5065cea5} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.007341 sec., 544.8848930663397 rows/sec., 999.84 KiB/sec. | ||
14314 | 2024.08.15 05:40:16.442348 [ 3 ] {672a92c5-e68e-44bc-b167-6e7b5065cea5} <Debug> DynamicQueryHandler: Done processing query | ||
14315 | 2024.08.15 05:40:16.442374 [ 3 ] {672a92c5-e68e-44bc-b167-6e7b5065cea5} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
14316 | 2024.08.15 05:40:16.442390 [ 3 ] {} <Debug> HTTP-Session: 584f5ddc-2236-4f12-911b-71144ad8a423 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14317 | 2024.08.15 05:40:16.442532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14318 | 2024.08.15 05:40:16.442580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14319 | 2024.08.15 05:40:16.442600 [ 3 ] {} <Debug> HTTP-Session: e4f506a3-395d-498f-93f1-0c8809f94f39 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14320 | 2024.08.15 05:40:16.442616 [ 3 ] {} <Debug> HTTP-Session: e4f506a3-395d-498f-93f1-0c8809f94f39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14321 | 2024.08.15 05:40:16.442631 [ 3 ] {} <Debug> HTTP-Session: e4f506a3-395d-498f-93f1-0c8809f94f39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14322 | 2024.08.15 05:40:16.442661 [ 3 ] {} <Trace> HTTP-Session: e4f506a3-395d-498f-93f1-0c8809f94f39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14323 | 2024.08.15 05:40:16.442797 [ 3 ] {1115f8a0-f904-4754-bcfd-286bea392bab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14324 | 2024.08.15 05:40:16.442842 [ 3 ] {1115f8a0-f904-4754-bcfd-286bea392bab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14325 | 2024.08.15 05:40:16.442975 [ 3 ] {1115f8a0-f904-4754-bcfd-286bea392bab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14326 | 2024.08.15 05:40:16.443292 [ 3 ] {1115f8a0-f904-4754-bcfd-286bea392bab} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14327 | 2024.08.15 05:40:16.443328 [ 3 ] {1115f8a0-f904-4754-bcfd-286bea392bab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
14328 | 2024.08.15 05:40:16.443693 [ 3 ] {1115f8a0-f904-4754-bcfd-286bea392bab} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
14329 | 2024.08.15 05:40:16.444031 [ 3 ] {1115f8a0-f904-4754-bcfd-286bea392bab} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14330 | 2024.08.15 05:40:16.444185 [ 3 ] {1115f8a0-f904-4754-bcfd-286bea392bab} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001439 sec., 56984.01667824879 rows/sec., 3.62 MiB/sec. | ||
14331 | 2024.08.15 05:40:16.444340 [ 3 ] {1115f8a0-f904-4754-bcfd-286bea392bab} <Debug> DynamicQueryHandler: Done processing query | ||
14332 | 2024.08.15 05:40:16.444364 [ 3 ] {1115f8a0-f904-4754-bcfd-286bea392bab} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14333 | 2024.08.15 05:40:16.444380 [ 3 ] {} <Debug> HTTP-Session: e4f506a3-395d-498f-93f1-0c8809f94f39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14334 | 2024.08.15 05:40:20.237867 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14335 | 2024.08.15 05:40:20.237929 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14336 | 2024.08.15 05:40:21.408854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 3923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14337 | 2024.08.15 05:40:21.408973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14338 | 2024.08.15 05:40:21.409002 [ 3 ] {} <Debug> HTTP-Session: 485b2cad-bdab-4b0d-a34e-8d27d855278c Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14339 | 2024.08.15 05:40:21.409031 [ 3 ] {} <Debug> HTTP-Session: 485b2cad-bdab-4b0d-a34e-8d27d855278c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14340 | 2024.08.15 05:40:21.409050 [ 3 ] {} <Debug> HTTP-Session: 485b2cad-bdab-4b0d-a34e-8d27d855278c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14341 | 2024.08.15 05:40:21.409106 [ 3 ] {} <Trace> HTTP-Session: 485b2cad-bdab-4b0d-a34e-8d27d855278c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14342 | 2024.08.15 05:40:21.409313 [ 3 ] {d04ad1ab-782d-416f-829b-2cd576ce1712} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14343 | 2024.08.15 05:40:21.409388 [ 3 ] {d04ad1ab-782d-416f-829b-2cd576ce1712} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14344 | 2024.08.15 05:40:21.409608 [ 3 ] {d04ad1ab-782d-416f-829b-2cd576ce1712} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14345 | 2024.08.15 05:40:21.410056 [ 3 ] {d04ad1ab-782d-416f-829b-2cd576ce1712} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14346 | 2024.08.15 05:40:21.410103 [ 3 ] {d04ad1ab-782d-416f-829b-2cd576ce1712} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
14347 | 2024.08.15 05:40:21.410479 [ 3 ] {d04ad1ab-782d-416f-829b-2cd576ce1712} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
14348 | 2024.08.15 05:40:21.410814 [ 3 ] {d04ad1ab-782d-416f-829b-2cd576ce1712} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14349 | 2024.08.15 05:40:21.410980 [ 3 ] {d04ad1ab-782d-416f-829b-2cd576ce1712} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001735 sec., 15561.959654178674 rows/sec., 1.23 MiB/sec. | ||
14350 | 2024.08.15 05:40:21.411225 [ 3 ] {d04ad1ab-782d-416f-829b-2cd576ce1712} <Debug> DynamicQueryHandler: Done processing query | ||
14351 | 2024.08.15 05:40:21.411252 [ 3 ] {d04ad1ab-782d-416f-829b-2cd576ce1712} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14352 | 2024.08.15 05:40:21.411269 [ 3 ] {} <Debug> HTTP-Session: 485b2cad-bdab-4b0d-a34e-8d27d855278c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14353 | 2024.08.15 05:40:21.411429 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14354 | 2024.08.15 05:40:21.411484 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14355 | 2024.08.15 05:40:21.411504 [ 3 ] {} <Debug> HTTP-Session: a2f7ddf7-69f0-424b-a870-fa5c24881ec7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14356 | 2024.08.15 05:40:21.411522 [ 3 ] {} <Debug> HTTP-Session: a2f7ddf7-69f0-424b-a870-fa5c24881ec7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14357 | 2024.08.15 05:40:21.411536 [ 3 ] {} <Debug> HTTP-Session: a2f7ddf7-69f0-424b-a870-fa5c24881ec7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14358 | 2024.08.15 05:40:21.411572 [ 3 ] {} <Trace> HTTP-Session: a2f7ddf7-69f0-424b-a870-fa5c24881ec7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14359 | 2024.08.15 05:40:21.411676 [ 3 ] {91e79f52-34bc-4acb-87c5-76664c7fd8f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14360 | 2024.08.15 05:40:21.411725 [ 3 ] {91e79f52-34bc-4acb-87c5-76664c7fd8f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14361 | 2024.08.15 05:40:21.411885 [ 3 ] {91e79f52-34bc-4acb-87c5-76664c7fd8f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14362 | 2024.08.15 05:40:21.412187 [ 3 ] {91e79f52-34bc-4acb-87c5-76664c7fd8f6} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14363 | 2024.08.15 05:40:21.412226 [ 3 ] {91e79f52-34bc-4acb-87c5-76664c7fd8f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
14364 | 2024.08.15 05:40:21.412532 [ 3 ] {91e79f52-34bc-4acb-87c5-76664c7fd8f6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
14365 | 2024.08.15 05:40:21.412837 [ 3 ] {91e79f52-34bc-4acb-87c5-76664c7fd8f6} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14366 | 2024.08.15 05:40:21.413000 [ 3 ] {91e79f52-34bc-4acb-87c5-76664c7fd8f6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001345 sec., 1486.988847583643 rows/sec., 121.25 KiB/sec. | ||
14367 | 2024.08.15 05:40:21.413012 [ 34 ] {} <Debug> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
14368 | 2024.08.15 05:40:21.413123 [ 34 ] {} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14369 | 2024.08.15 05:40:21.413166 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
14370 | 2024.08.15 05:40:21.413250 [ 3 ] {91e79f52-34bc-4acb-87c5-76664c7fd8f6} <Debug> DynamicQueryHandler: Done processing query | ||
14371 | 2024.08.15 05:40:21.413350 [ 3 ] {91e79f52-34bc-4acb-87c5-76664c7fd8f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14372 | 2024.08.15 05:40:21.413407 [ 3 ] {} <Debug> HTTP-Session: a2f7ddf7-69f0-424b-a870-fa5c24881ec7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14373 | 2024.08.15 05:40:21.413502 [ 190 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::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 | ||
14374 | 2024.08.15 05:40:21.413704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 20198, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14375 | 2024.08.15 05:40:21.413774 [ 190 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14376 | 2024.08.15 05:40:21.413811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14377 | 2024.08.15 05:40:21.413834 [ 190 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 16 rows starting from the beginning of the part | ||
14378 | 2024.08.15 05:40:21.413857 [ 3 ] {} <Debug> HTTP-Session: 498310cb-626f-4332-af81-4efd51801efd Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14379 | 2024.08.15 05:40:21.413904 [ 3 ] {} <Debug> HTTP-Session: 498310cb-626f-4332-af81-4efd51801efd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14380 | 2024.08.15 05:40:21.413946 [ 3 ] {} <Debug> HTTP-Session: 498310cb-626f-4332-af81-4efd51801efd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14381 | 2024.08.15 05:40:21.414093 [ 3 ] {} <Trace> HTTP-Session: 498310cb-626f-4332-af81-4efd51801efd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14382 | 2024.08.15 05:40:21.414095 [ 190 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
14383 | 2024.08.15 05:40:21.414418 [ 190 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
14384 | 2024.08.15 05:40:21.414439 [ 3 ] {7dd17e06-0df7-4ea1-86bc-974f69eb4974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14385 | 2024.08.15 05:40:21.414585 [ 3 ] {7dd17e06-0df7-4ea1-86bc-974f69eb4974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14386 | 2024.08.15 05:40:21.414669 [ 190 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
14387 | 2024.08.15 05:40:21.414988 [ 190 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part | ||
14388 | 2024.08.15 05:40:21.415320 [ 190 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
14389 | 2024.08.15 05:40:21.415741 [ 3 ] {7dd17e06-0df7-4ea1-86bc-974f69eb4974} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14390 | 2024.08.15 05:40:21.416729 [ 3 ] {7dd17e06-0df7-4ea1-86bc-974f69eb4974} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14391 | 2024.08.15 05:40:21.416787 [ 3 ] {7dd17e06-0df7-4ea1-86bc-974f69eb4974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
14392 | 2024.08.15 05:40:21.417652 [ 3 ] {7dd17e06-0df7-4ea1-86bc-974f69eb4974} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14393 | 2024.08.15 05:40:21.417886 [ 191 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.004619807 sec., 6926.696288394732 rows/sec., 564.82 KiB/sec. | ||
14394 | 2024.08.15 05:40:21.418034 [ 191 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
14395 | 2024.08.15 05:40:21.418181 [ 3 ] {7dd17e06-0df7-4ea1-86bc-974f69eb4974} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14396 | 2024.08.15 05:40:21.418484 [ 3 ] {7dd17e06-0df7-4ea1-86bc-974f69eb4974} <Debug> executeQuery: Read 138 rows, 11.81 KiB in 0.004202 sec., 32841.50404569253 rows/sec., 2.74 MiB/sec. | ||
14397 | 2024.08.15 05:40:21.418633 [ 191 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_26_5} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14398 | 2024.08.15 05:40:21.418707 [ 3 ] {7dd17e06-0df7-4ea1-86bc-974f69eb4974} <Debug> DynamicQueryHandler: Done processing query | ||
14399 | 2024.08.15 05:40:21.418723 [ 191 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_26_5} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
14400 | 2024.08.15 05:40:21.418734 [ 3 ] {7dd17e06-0df7-4ea1-86bc-974f69eb4974} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
14401 | 2024.08.15 05:40:21.418754 [ 3 ] {} <Debug> HTTP-Session: 498310cb-626f-4332-af81-4efd51801efd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14402 | 2024.08.15 05:40:21.418831 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
14403 | 2024.08.15 05:40:21.418900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14404 | 2024.08.15 05:40:21.418950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14405 | 2024.08.15 05:40:21.418970 [ 3 ] {} <Debug> HTTP-Session: 4ab406ff-6130-4df8-8e0d-6f94f213c4a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14406 | 2024.08.15 05:40:21.418986 [ 3 ] {} <Debug> HTTP-Session: 4ab406ff-6130-4df8-8e0d-6f94f213c4a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14407 | 2024.08.15 05:40:21.419000 [ 3 ] {} <Debug> HTTP-Session: 4ab406ff-6130-4df8-8e0d-6f94f213c4a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14408 | 2024.08.15 05:40:21.419031 [ 3 ] {} <Trace> HTTP-Session: 4ab406ff-6130-4df8-8e0d-6f94f213c4a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14409 | 2024.08.15 05:40:21.419127 [ 3 ] {782eeb9f-df78-405c-95b6-d4b1d28710eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14410 | 2024.08.15 05:40:21.419170 [ 3 ] {782eeb9f-df78-405c-95b6-d4b1d28710eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14411 | 2024.08.15 05:40:21.419304 [ 3 ] {782eeb9f-df78-405c-95b6-d4b1d28710eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14412 | 2024.08.15 05:40:21.419585 [ 3 ] {782eeb9f-df78-405c-95b6-d4b1d28710eb} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14413 | 2024.08.15 05:40:21.419623 [ 3 ] {782eeb9f-df78-405c-95b6-d4b1d28710eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
14414 | 2024.08.15 05:40:21.419925 [ 3 ] {782eeb9f-df78-405c-95b6-d4b1d28710eb} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
14415 | 2024.08.15 05:40:21.420238 [ 3 ] {782eeb9f-df78-405c-95b6-d4b1d28710eb} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14416 | 2024.08.15 05:40:21.420383 [ 34 ] {} <Debug> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
14417 | 2024.08.15 05:40:21.420392 [ 3 ] {782eeb9f-df78-405c-95b6-d4b1d28710eb} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001282 sec., 1560.0624024960998 rows/sec., 108.93 KiB/sec. | ||
14418 | 2024.08.15 05:40:21.420434 [ 34 ] {} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14419 | 2024.08.15 05:40:21.420499 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
14420 | 2024.08.15 05:40:21.420663 [ 199 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::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 | ||
14421 | 2024.08.15 05:40:21.420676 [ 3 ] {782eeb9f-df78-405c-95b6-d4b1d28710eb} <Debug> DynamicQueryHandler: Done processing query | ||
14422 | 2024.08.15 05:40:21.420713 [ 3 ] {782eeb9f-df78-405c-95b6-d4b1d28710eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14423 | 2024.08.15 05:40:21.420736 [ 3 ] {} <Debug> HTTP-Session: 4ab406ff-6130-4df8-8e0d-6f94f213c4a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14424 | 2024.08.15 05:40:21.420804 [ 199 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14425 | 2024.08.15 05:40:21.420835 [ 199 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 16 rows starting from the beginning of the part | ||
14426 | 2024.08.15 05:40:21.420900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 15793, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14427 | 2024.08.15 05:40:21.420951 [ 199 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
14428 | 2024.08.15 05:40:21.420994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14429 | 2024.08.15 05:40:21.421050 [ 3 ] {} <Debug> HTTP-Session: 012eed0e-e559-43f7-b273-4871501657e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14430 | 2024.08.15 05:40:21.421096 [ 3 ] {} <Debug> HTTP-Session: 012eed0e-e559-43f7-b273-4871501657e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14431 | 2024.08.15 05:40:21.421110 [ 199 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
14432 | 2024.08.15 05:40:21.421124 [ 3 ] {} <Debug> HTTP-Session: 012eed0e-e559-43f7-b273-4871501657e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14433 | 2024.08.15 05:40:21.421182 [ 3 ] {} <Trace> HTTP-Session: 012eed0e-e559-43f7-b273-4871501657e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14434 | 2024.08.15 05:40:21.421214 [ 199 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
14435 | 2024.08.15 05:40:21.421460 [ 199 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part | ||
14436 | 2024.08.15 05:40:21.421516 [ 3 ] {aefbfad7-a068-448a-bf61-9fd2a8e91812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14437 | 2024.08.15 05:40:21.421705 [ 3 ] {aefbfad7-a068-448a-bf61-9fd2a8e91812} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14438 | 2024.08.15 05:40:21.421739 [ 199 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
14439 | 2024.08.15 05:40:21.422368 [ 3 ] {aefbfad7-a068-448a-bf61-9fd2a8e91812} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14440 | 2024.08.15 05:40:21.422896 [ 3 ] {aefbfad7-a068-448a-bf61-9fd2a8e91812} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14441 | 2024.08.15 05:40:21.422946 [ 3 ] {aefbfad7-a068-448a-bf61-9fd2a8e91812} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
14442 | 2024.08.15 05:40:21.423421 [ 190 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002823169 sec., 11334.780170793885 rows/sec., 791.44 KiB/sec. | ||
14443 | 2024.08.15 05:40:21.423508 [ 3 ] {aefbfad7-a068-448a-bf61-9fd2a8e91812} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14444 | 2024.08.15 05:40:21.423626 [ 190 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
14445 | 2024.08.15 05:40:21.424370 [ 3 ] {aefbfad7-a068-448a-bf61-9fd2a8e91812} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14446 | 2024.08.15 05:40:21.424717 [ 3 ] {aefbfad7-a068-448a-bf61-9fd2a8e91812} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.003337 sec., 27869.3437219059 rows/sec., 2.18 MiB/sec. | ||
14447 | 2024.08.15 05:40:21.424748 [ 190 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_26_5} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14448 | 2024.08.15 05:40:21.425082 [ 190 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_26_5} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
14449 | 2024.08.15 05:40:21.425329 [ 3 ] {aefbfad7-a068-448a-bf61-9fd2a8e91812} <Debug> DynamicQueryHandler: Done processing query | ||
14450 | 2024.08.15 05:40:21.425389 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
14451 | 2024.08.15 05:40:21.425433 [ 3 ] {aefbfad7-a068-448a-bf61-9fd2a8e91812} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
14452 | 2024.08.15 05:40:21.425508 [ 3 ] {} <Debug> HTTP-Session: 012eed0e-e559-43f7-b273-4871501657e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14453 | 2024.08.15 05:40:21.425764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14454 | 2024.08.15 05:40:21.425817 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14455 | 2024.08.15 05:40:21.425836 [ 3 ] {} <Debug> HTTP-Session: 9dbdff20-715e-4b74-9e9d-5573d7551b31 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14456 | 2024.08.15 05:40:21.425853 [ 3 ] {} <Debug> HTTP-Session: 9dbdff20-715e-4b74-9e9d-5573d7551b31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14457 | 2024.08.15 05:40:21.425867 [ 3 ] {} <Debug> HTTP-Session: 9dbdff20-715e-4b74-9e9d-5573d7551b31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14458 | 2024.08.15 05:40:21.425900 [ 3 ] {} <Trace> HTTP-Session: 9dbdff20-715e-4b74-9e9d-5573d7551b31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14459 | 2024.08.15 05:40:21.426063 [ 3 ] {289a0605-39e6-4098-9c9f-1d561f386340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14460 | 2024.08.15 05:40:21.426113 [ 3 ] {289a0605-39e6-4098-9c9f-1d561f386340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14461 | 2024.08.15 05:40:21.426290 [ 3 ] {289a0605-39e6-4098-9c9f-1d561f386340} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14462 | 2024.08.15 05:40:21.426683 [ 3 ] {289a0605-39e6-4098-9c9f-1d561f386340} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14463 | 2024.08.15 05:40:21.426719 [ 3 ] {289a0605-39e6-4098-9c9f-1d561f386340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
14464 | 2024.08.15 05:40:21.427247 [ 3 ] {289a0605-39e6-4098-9c9f-1d561f386340} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14465 | 2024.08.15 05:40:21.427612 [ 3 ] {289a0605-39e6-4098-9c9f-1d561f386340} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14466 | 2024.08.15 05:40:21.427777 [ 3 ] {289a0605-39e6-4098-9c9f-1d561f386340} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001789 sec., 89994.41028507546 rows/sec., 6.27 MiB/sec. | ||
14467 | 2024.08.15 05:40:21.428015 [ 3 ] {289a0605-39e6-4098-9c9f-1d561f386340} <Debug> DynamicQueryHandler: Done processing query | ||
14468 | 2024.08.15 05:40:21.428071 [ 3 ] {289a0605-39e6-4098-9c9f-1d561f386340} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14469 | 2024.08.15 05:40:21.428121 [ 3 ] {} <Debug> HTTP-Session: 9dbdff20-715e-4b74-9e9d-5573d7551b31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14470 | 2024.08.15 05:40:21.428361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 43706, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14471 | 2024.08.15 05:40:21.428420 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14472 | 2024.08.15 05:40:21.428443 [ 3 ] {} <Debug> HTTP-Session: 70608a95-c8dc-482e-8d5d-83e65a4517d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14473 | 2024.08.15 05:40:21.428464 [ 3 ] {} <Debug> HTTP-Session: 70608a95-c8dc-482e-8d5d-83e65a4517d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14474 | 2024.08.15 05:40:21.428481 [ 3 ] {} <Debug> HTTP-Session: 70608a95-c8dc-482e-8d5d-83e65a4517d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14475 | 2024.08.15 05:40:21.428521 [ 3 ] {} <Trace> HTTP-Session: 70608a95-c8dc-482e-8d5d-83e65a4517d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14476 | 2024.08.15 05:40:21.428921 [ 3 ] {e7c224e9-9fd3-4c0c-8648-2da137f03f64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14477 | 2024.08.15 05:40:21.428995 [ 3 ] {e7c224e9-9fd3-4c0c-8648-2da137f03f64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
14478 | 2024.08.15 05:40:21.429423 [ 3 ] {e7c224e9-9fd3-4c0c-8648-2da137f03f64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14479 | 2024.08.15 05:40:21.430082 [ 3 ] {e7c224e9-9fd3-4c0c-8648-2da137f03f64} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14480 | 2024.08.15 05:40:21.430120 [ 3 ] {e7c224e9-9fd3-4c0c-8648-2da137f03f64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
14481 | 2024.08.15 05:40:21.430745 [ 3 ] {e7c224e9-9fd3-4c0c-8648-2da137f03f64} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
14482 | 2024.08.15 05:40:21.431153 [ 3 ] {e7c224e9-9fd3-4c0c-8648-2da137f03f64} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14483 | 2024.08.15 05:40:21.431338 [ 3 ] {e7c224e9-9fd3-4c0c-8648-2da137f03f64} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002653 sec., 10177.157934413872 rows/sec., 18.24 MiB/sec. | ||
14484 | 2024.08.15 05:40:21.431562 [ 3 ] {e7c224e9-9fd3-4c0c-8648-2da137f03f64} <Debug> DynamicQueryHandler: Done processing query | ||
14485 | 2024.08.15 05:40:21.431587 [ 3 ] {e7c224e9-9fd3-4c0c-8648-2da137f03f64} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
14486 | 2024.08.15 05:40:21.431603 [ 3 ] {} <Debug> HTTP-Session: 70608a95-c8dc-482e-8d5d-83e65a4517d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14487 | 2024.08.15 05:40:21.431747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14488 | 2024.08.15 05:40:21.431796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14489 | 2024.08.15 05:40:21.431815 [ 3 ] {} <Debug> HTTP-Session: 874cff56-5b81-460a-96a9-8032b8a47144 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14490 | 2024.08.15 05:40:21.431831 [ 3 ] {} <Debug> HTTP-Session: 874cff56-5b81-460a-96a9-8032b8a47144 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14491 | 2024.08.15 05:40:21.431845 [ 3 ] {} <Debug> HTTP-Session: 874cff56-5b81-460a-96a9-8032b8a47144 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14492 | 2024.08.15 05:40:21.431876 [ 3 ] {} <Trace> HTTP-Session: 874cff56-5b81-460a-96a9-8032b8a47144 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14493 | 2024.08.15 05:40:21.431992 [ 3 ] {120e296b-c282-4f3e-8767-fbb03f81f8a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14494 | 2024.08.15 05:40:21.432035 [ 3 ] {120e296b-c282-4f3e-8767-fbb03f81f8a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14495 | 2024.08.15 05:40:21.432164 [ 3 ] {120e296b-c282-4f3e-8767-fbb03f81f8a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14496 | 2024.08.15 05:40:21.432432 [ 3 ] {120e296b-c282-4f3e-8767-fbb03f81f8a3} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14497 | 2024.08.15 05:40:21.432468 [ 3 ] {120e296b-c282-4f3e-8767-fbb03f81f8a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
14498 | 2024.08.15 05:40:21.432827 [ 3 ] {120e296b-c282-4f3e-8767-fbb03f81f8a3} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14499 | 2024.08.15 05:40:21.433152 [ 3 ] {120e296b-c282-4f3e-8767-fbb03f81f8a3} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14500 | 2024.08.15 05:40:21.433314 [ 3 ] {120e296b-c282-4f3e-8767-fbb03f81f8a3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001366 sec., 43923.86530014641 rows/sec., 2.96 MiB/sec. | ||
14501 | 2024.08.15 05:40:21.433475 [ 3 ] {120e296b-c282-4f3e-8767-fbb03f81f8a3} <Debug> DynamicQueryHandler: Done processing query | ||
14502 | 2024.08.15 05:40:21.433499 [ 3 ] {120e296b-c282-4f3e-8767-fbb03f81f8a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14503 | 2024.08.15 05:40:21.433515 [ 3 ] {} <Debug> HTTP-Session: 874cff56-5b81-460a-96a9-8032b8a47144 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14504 | 2024.08.15 05:40:26.377695 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14505 | 2024.08.15 05:40:26.377825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14506 | 2024.08.15 05:40:26.377855 [ 3 ] {} <Debug> HTTP-Session: d43d5587-7b45-4bc9-ae5c-4cbb31bb630e Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14507 | 2024.08.15 05:40:26.377886 [ 3 ] {} <Debug> HTTP-Session: d43d5587-7b45-4bc9-ae5c-4cbb31bb630e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14508 | 2024.08.15 05:40:26.377904 [ 3 ] {} <Debug> HTTP-Session: d43d5587-7b45-4bc9-ae5c-4cbb31bb630e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14509 | 2024.08.15 05:40:26.377961 [ 3 ] {} <Trace> HTTP-Session: d43d5587-7b45-4bc9-ae5c-4cbb31bb630e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14510 | 2024.08.15 05:40:26.378158 [ 3 ] {31680a1e-f0dc-4de6-b53c-c1c79199e4e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14511 | 2024.08.15 05:40:26.378233 [ 3 ] {31680a1e-f0dc-4de6-b53c-c1c79199e4e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14512 | 2024.08.15 05:40:26.378454 [ 3 ] {31680a1e-f0dc-4de6-b53c-c1c79199e4e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14513 | 2024.08.15 05:40:26.378909 [ 3 ] {31680a1e-f0dc-4de6-b53c-c1c79199e4e9} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14514 | 2024.08.15 05:40:26.378956 [ 3 ] {31680a1e-f0dc-4de6-b53c-c1c79199e4e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14515 | 2024.08.15 05:40:26.379342 [ 3 ] {31680a1e-f0dc-4de6-b53c-c1c79199e4e9} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
14516 | 2024.08.15 05:40:26.379687 [ 3 ] {31680a1e-f0dc-4de6-b53c-c1c79199e4e9} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14517 | 2024.08.15 05:40:26.379835 [ 3 ] {31680a1e-f0dc-4de6-b53c-c1c79199e4e9} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001737 sec., 2302.8209556706965 rows/sec., 186.65 KiB/sec. | ||
14518 | 2024.08.15 05:40:26.380047 [ 3 ] {31680a1e-f0dc-4de6-b53c-c1c79199e4e9} <Debug> DynamicQueryHandler: Done processing query | ||
14519 | 2024.08.15 05:40:26.380074 [ 3 ] {31680a1e-f0dc-4de6-b53c-c1c79199e4e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14520 | 2024.08.15 05:40:26.380091 [ 3 ] {} <Debug> HTTP-Session: d43d5587-7b45-4bc9-ae5c-4cbb31bb630e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14521 | 2024.08.15 05:40:26.380283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14522 | 2024.08.15 05:40:26.380337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14523 | 2024.08.15 05:40:26.380357 [ 3 ] {} <Debug> HTTP-Session: 360f5e53-189a-4790-a702-0836401a9c85 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14524 | 2024.08.15 05:40:26.380376 [ 3 ] {} <Debug> HTTP-Session: 360f5e53-189a-4790-a702-0836401a9c85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14525 | 2024.08.15 05:40:26.380391 [ 3 ] {} <Debug> HTTP-Session: 360f5e53-189a-4790-a702-0836401a9c85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14526 | 2024.08.15 05:40:26.380427 [ 3 ] {} <Trace> HTTP-Session: 360f5e53-189a-4790-a702-0836401a9c85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14527 | 2024.08.15 05:40:26.380533 [ 3 ] {be55e3f1-a489-4960-9959-b7527d58ac74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14528 | 2024.08.15 05:40:26.380580 [ 3 ] {be55e3f1-a489-4960-9959-b7527d58ac74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14529 | 2024.08.15 05:40:26.380713 [ 3 ] {be55e3f1-a489-4960-9959-b7527d58ac74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14530 | 2024.08.15 05:40:26.381005 [ 3 ] {be55e3f1-a489-4960-9959-b7527d58ac74} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14531 | 2024.08.15 05:40:26.381041 [ 3 ] {be55e3f1-a489-4960-9959-b7527d58ac74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14532 | 2024.08.15 05:40:26.381343 [ 3 ] {be55e3f1-a489-4960-9959-b7527d58ac74} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
14533 | 2024.08.15 05:40:26.381650 [ 3 ] {be55e3f1-a489-4960-9959-b7527d58ac74} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14534 | 2024.08.15 05:40:26.381782 [ 3 ] {be55e3f1-a489-4960-9959-b7527d58ac74} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001279 sec., 4691.164972634871 rows/sec., 382.53 KiB/sec. | ||
14535 | 2024.08.15 05:40:26.381936 [ 3 ] {be55e3f1-a489-4960-9959-b7527d58ac74} <Debug> DynamicQueryHandler: Done processing query | ||
14536 | 2024.08.15 05:40:26.381961 [ 3 ] {be55e3f1-a489-4960-9959-b7527d58ac74} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14537 | 2024.08.15 05:40:26.381977 [ 3 ] {} <Debug> HTTP-Session: 360f5e53-189a-4790-a702-0836401a9c85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14538 | 2024.08.15 05:40:26.382310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 196099, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14539 | 2024.08.15 05:40:26.382359 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14540 | 2024.08.15 05:40:26.382378 [ 3 ] {} <Debug> HTTP-Session: f6e7b0d2-0506-4bf7-9352-1f9ca4256484 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14541 | 2024.08.15 05:40:26.382394 [ 3 ] {} <Debug> HTTP-Session: f6e7b0d2-0506-4bf7-9352-1f9ca4256484 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14542 | 2024.08.15 05:40:26.382408 [ 3 ] {} <Debug> HTTP-Session: f6e7b0d2-0506-4bf7-9352-1f9ca4256484 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14543 | 2024.08.15 05:40:26.382441 [ 3 ] {} <Trace> HTTP-Session: f6e7b0d2-0506-4bf7-9352-1f9ca4256484 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14544 | 2024.08.15 05:40:26.382924 [ 3 ] {f688daea-b74d-4375-84d3-5b7209deb8ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14545 | 2024.08.15 05:40:26.382971 [ 3 ] {f688daea-b74d-4375-84d3-5b7209deb8ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14546 | 2024.08.15 05:40:26.383097 [ 3 ] {f688daea-b74d-4375-84d3-5b7209deb8ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14547 | 2024.08.15 05:40:26.384237 [ 3 ] {f688daea-b74d-4375-84d3-5b7209deb8ac} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14548 | 2024.08.15 05:40:26.384273 [ 3 ] {f688daea-b74d-4375-84d3-5b7209deb8ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14549 | 2024.08.15 05:40:26.384675 [ 3 ] {f688daea-b74d-4375-84d3-5b7209deb8ac} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14550 | 2024.08.15 05:40:26.384993 [ 3 ] {f688daea-b74d-4375-84d3-5b7209deb8ac} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14551 | 2024.08.15 05:40:26.385121 [ 3 ] {f688daea-b74d-4375-84d3-5b7209deb8ac} <Debug> executeQuery: Read 1344 rows, 114.79 KiB in 0.002523 sec., 532699.1676575505 rows/sec., 44.43 MiB/sec. | ||
14552 | 2024.08.15 05:40:26.385286 [ 3 ] {f688daea-b74d-4375-84d3-5b7209deb8ac} <Debug> DynamicQueryHandler: Done processing query | ||
14553 | 2024.08.15 05:40:26.385310 [ 3 ] {f688daea-b74d-4375-84d3-5b7209deb8ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
14554 | 2024.08.15 05:40:26.385326 [ 3 ] {} <Debug> HTTP-Session: f6e7b0d2-0506-4bf7-9352-1f9ca4256484 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14555 | 2024.08.15 05:40:26.385523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14556 | 2024.08.15 05:40:26.385575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14557 | 2024.08.15 05:40:26.385595 [ 3 ] {} <Debug> HTTP-Session: 228b2a68-1ce5-4ae8-9d59-ebe54066998a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14558 | 2024.08.15 05:40:26.385612 [ 3 ] {} <Debug> HTTP-Session: 228b2a68-1ce5-4ae8-9d59-ebe54066998a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14559 | 2024.08.15 05:40:26.385626 [ 3 ] {} <Debug> HTTP-Session: 228b2a68-1ce5-4ae8-9d59-ebe54066998a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14560 | 2024.08.15 05:40:26.385658 [ 3 ] {} <Trace> HTTP-Session: 228b2a68-1ce5-4ae8-9d59-ebe54066998a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14561 | 2024.08.15 05:40:26.385754 [ 3 ] {37750110-b224-4bc7-b2dc-40c9128fe510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14562 | 2024.08.15 05:40:26.385797 [ 3 ] {37750110-b224-4bc7-b2dc-40c9128fe510} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14563 | 2024.08.15 05:40:26.385923 [ 3 ] {37750110-b224-4bc7-b2dc-40c9128fe510} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14564 | 2024.08.15 05:40:26.386214 [ 3 ] {37750110-b224-4bc7-b2dc-40c9128fe510} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14565 | 2024.08.15 05:40:26.386250 [ 3 ] {37750110-b224-4bc7-b2dc-40c9128fe510} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14566 | 2024.08.15 05:40:26.386561 [ 3 ] {37750110-b224-4bc7-b2dc-40c9128fe510} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
14567 | 2024.08.15 05:40:26.386868 [ 3 ] {37750110-b224-4bc7-b2dc-40c9128fe510} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14568 | 2024.08.15 05:40:26.386990 [ 3 ] {37750110-b224-4bc7-b2dc-40c9128fe510} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001262 sec., 4754.358161648177 rows/sec., 331.97 KiB/sec. | ||
14569 | 2024.08.15 05:40:26.387153 [ 3 ] {37750110-b224-4bc7-b2dc-40c9128fe510} <Debug> DynamicQueryHandler: Done processing query | ||
14570 | 2024.08.15 05:40:26.387177 [ 3 ] {37750110-b224-4bc7-b2dc-40c9128fe510} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14571 | 2024.08.15 05:40:26.387193 [ 3 ] {} <Debug> HTTP-Session: 228b2a68-1ce5-4ae8-9d59-ebe54066998a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14572 | 2024.08.15 05:40:26.387377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 32348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14573 | 2024.08.15 05:40:26.387426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14574 | 2024.08.15 05:40:26.387445 [ 3 ] {} <Debug> HTTP-Session: 58de1d10-32e7-4f37-bee9-ea6c05c06cfa Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14575 | 2024.08.15 05:40:26.387462 [ 3 ] {} <Debug> HTTP-Session: 58de1d10-32e7-4f37-bee9-ea6c05c06cfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14576 | 2024.08.15 05:40:26.387476 [ 3 ] {} <Debug> HTTP-Session: 58de1d10-32e7-4f37-bee9-ea6c05c06cfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14577 | 2024.08.15 05:40:26.387507 [ 3 ] {} <Trace> HTTP-Session: 58de1d10-32e7-4f37-bee9-ea6c05c06cfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14578 | 2024.08.15 05:40:26.387713 [ 3 ] {e0caba1f-45de-4a0f-b028-f0b273348a61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
14579 | 2024.08.15 05:40:26.387756 [ 3 ] {e0caba1f-45de-4a0f-b028-f0b273348a61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14580 | 2024.08.15 05:40:26.387881 [ 3 ] {e0caba1f-45de-4a0f-b028-f0b273348a61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14581 | 2024.08.15 05:40:26.388294 [ 3 ] {e0caba1f-45de-4a0f-b028-f0b273348a61} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14582 | 2024.08.15 05:40:26.388330 [ 3 ] {e0caba1f-45de-4a0f-b028-f0b273348a61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14583 | 2024.08.15 05:40:26.388652 [ 3 ] {e0caba1f-45de-4a0f-b028-f0b273348a61} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
14584 | 2024.08.15 05:40:26.388957 [ 3 ] {e0caba1f-45de-4a0f-b028-f0b273348a61} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14585 | 2024.08.15 05:40:26.389081 [ 3 ] {e0caba1f-45de-4a0f-b028-f0b273348a61} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001498 sec., 161548.73164218958 rows/sec., 10.94 MiB/sec. | ||
14586 | 2024.08.15 05:40:26.389082 [ 27 ] {} <Debug> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
14587 | 2024.08.15 05:40:26.389145 [ 27 ] {} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14588 | 2024.08.15 05:40:26.389180 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14589 | 2024.08.15 05:40:26.389272 [ 3 ] {e0caba1f-45de-4a0f-b028-f0b273348a61} <Debug> DynamicQueryHandler: Done processing query | ||
14590 | 2024.08.15 05:40:26.389318 [ 3 ] {e0caba1f-45de-4a0f-b028-f0b273348a61} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
14591 | 2024.08.15 05:40:26.389347 [ 195 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::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 | ||
14592 | 2024.08.15 05:40:26.389363 [ 3 ] {} <Debug> HTTP-Session: 58de1d10-32e7-4f37-bee9-ea6c05c06cfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14593 | 2024.08.15 05:40:26.389658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14594 | 2024.08.15 05:40:26.389839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14595 | 2024.08.15 05:40:26.389948 [ 3 ] {} <Debug> HTTP-Session: 931a644e-ce4a-4461-b07e-c00e9c1efa4d Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14596 | 2024.08.15 05:40:26.389955 [ 195 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14597 | 2024.08.15 05:40:26.390025 [ 3 ] {} <Debug> HTTP-Session: 931a644e-ce4a-4461-b07e-c00e9c1efa4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14598 | 2024.08.15 05:40:26.390077 [ 195 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 242 rows starting from the beginning of the part | ||
14599 | 2024.08.15 05:40:26.390079 [ 3 ] {} <Debug> HTTP-Session: 931a644e-ce4a-4461-b07e-c00e9c1efa4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14600 | 2024.08.15 05:40:26.390148 [ 3 ] {} <Trace> HTTP-Session: 931a644e-ce4a-4461-b07e-c00e9c1efa4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14601 | 2024.08.15 05:40:26.390197 [ 195 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::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 | ||
14602 | 2024.08.15 05:40:26.390479 [ 3 ] {ae1f58da-e36f-4463-a78c-a3428b81bdf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
14603 | 2024.08.15 05:40:26.390612 [ 195 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 242 rows starting from the beginning of the part | ||
14604 | 2024.08.15 05:40:26.390643 [ 3 ] {ae1f58da-e36f-4463-a78c-a3428b81bdf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
14605 | 2024.08.15 05:40:26.390776 [ 195 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::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 | ||
14606 | 2024.08.15 05:40:26.390934 [ 195 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
14607 | 2024.08.15 05:40:26.391099 [ 195 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 242 rows starting from the beginning of the part | ||
14608 | 2024.08.15 05:40:26.391138 [ 3 ] {ae1f58da-e36f-4463-a78c-a3428b81bdf2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14609 | 2024.08.15 05:40:26.391613 [ 3 ] {ae1f58da-e36f-4463-a78c-a3428b81bdf2} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14610 | 2024.08.15 05:40:26.391657 [ 3 ] {ae1f58da-e36f-4463-a78c-a3428b81bdf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14611 | 2024.08.15 05:40:26.392221 [ 3 ] {ae1f58da-e36f-4463-a78c-a3428b81bdf2} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
14612 | 2024.08.15 05:40:26.392647 [ 192 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 4 columns (4 merged, 0 gathered) in 0.003397502 sec., 226048.43205390312 rows/sec., 14.48 MiB/sec. | ||
14613 | 2024.08.15 05:40:26.392706 [ 3 ] {ae1f58da-e36f-4463-a78c-a3428b81bdf2} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14614 | 2024.08.15 05:40:26.392868 [ 195 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
14615 | 2024.08.15 05:40:26.392906 [ 3 ] {ae1f58da-e36f-4463-a78c-a3428b81bdf2} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.002607 sec., 2301.4959723820484 rows/sec., 135.98 KiB/sec. | ||
14616 | 2024.08.15 05:40:26.393407 [ 3 ] {ae1f58da-e36f-4463-a78c-a3428b81bdf2} <Debug> DynamicQueryHandler: Done processing query | ||
14617 | 2024.08.15 05:40:26.393500 [ 3 ] {ae1f58da-e36f-4463-a78c-a3428b81bdf2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14618 | 2024.08.15 05:40:26.393597 [ 3 ] {} <Debug> HTTP-Session: 931a644e-ce4a-4461-b07e-c00e9c1efa4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14619 | 2024.08.15 05:40:26.394051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 138449, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14620 | 2024.08.15 05:40:26.394150 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14621 | 2024.08.15 05:40:26.394172 [ 3 ] {} <Debug> HTTP-Session: 6605eb99-4cc2-4123-8088-ce92cdd1f524 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14622 | 2024.08.15 05:40:26.394190 [ 3 ] {} <Debug> HTTP-Session: 6605eb99-4cc2-4123-8088-ce92cdd1f524 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14623 | 2024.08.15 05:40:26.394205 [ 3 ] {} <Debug> HTTP-Session: 6605eb99-4cc2-4123-8088-ce92cdd1f524 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14624 | 2024.08.15 05:40:26.394238 [ 195 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_36_7} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14625 | 2024.08.15 05:40:26.394249 [ 3 ] {} <Trace> HTTP-Session: 6605eb99-4cc2-4123-8088-ce92cdd1f524 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14626 | 2024.08.15 05:40:26.394332 [ 195 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_36_7} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
14627 | 2024.08.15 05:40:26.394431 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
14628 | 2024.08.15 05:40:26.394599 [ 3 ] {ce7119e2-1343-45b0-8233-f16f0abf2faf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14629 | 2024.08.15 05:40:26.394643 [ 3 ] {ce7119e2-1343-45b0-8233-f16f0abf2faf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14630 | 2024.08.15 05:40:26.394787 [ 3 ] {ce7119e2-1343-45b0-8233-f16f0abf2faf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14631 | 2024.08.15 05:40:26.395609 [ 3 ] {ce7119e2-1343-45b0-8233-f16f0abf2faf} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14632 | 2024.08.15 05:40:26.395648 [ 3 ] {ce7119e2-1343-45b0-8233-f16f0abf2faf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14633 | 2024.08.15 05:40:26.395995 [ 3 ] {ce7119e2-1343-45b0-8233-f16f0abf2faf} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14634 | 2024.08.15 05:40:26.396311 [ 3 ] {ce7119e2-1343-45b0-8233-f16f0abf2faf} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14635 | 2024.08.15 05:40:26.396437 [ 3 ] {ce7119e2-1343-45b0-8233-f16f0abf2faf} <Debug> executeQuery: Read 848 rows, 62.78 KiB in 0.002049 sec., 413860.4197169351 rows/sec., 29.92 MiB/sec. | ||
14636 | 2024.08.15 05:40:26.396592 [ 3 ] {ce7119e2-1343-45b0-8233-f16f0abf2faf} <Debug> DynamicQueryHandler: Done processing query | ||
14637 | 2024.08.15 05:40:26.396617 [ 3 ] {ce7119e2-1343-45b0-8233-f16f0abf2faf} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
14638 | 2024.08.15 05:40:26.396633 [ 3 ] {} <Debug> HTTP-Session: 6605eb99-4cc2-4123-8088-ce92cdd1f524 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14639 | 2024.08.15 05:40:26.396790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14640 | 2024.08.15 05:40:26.396838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14641 | 2024.08.15 05:40:26.396857 [ 3 ] {} <Debug> HTTP-Session: 3d4eb5dc-f1ea-4bf2-b3e2-f2ef021a7aad Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14642 | 2024.08.15 05:40:26.396873 [ 3 ] {} <Debug> HTTP-Session: 3d4eb5dc-f1ea-4bf2-b3e2-f2ef021a7aad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14643 | 2024.08.15 05:40:26.396887 [ 3 ] {} <Debug> HTTP-Session: 3d4eb5dc-f1ea-4bf2-b3e2-f2ef021a7aad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14644 | 2024.08.15 05:40:26.396919 [ 3 ] {} <Trace> HTTP-Session: 3d4eb5dc-f1ea-4bf2-b3e2-f2ef021a7aad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14645 | 2024.08.15 05:40:26.397016 [ 3 ] {ccd4ae66-2328-4404-bbcd-19a766608e65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14646 | 2024.08.15 05:40:26.397061 [ 3 ] {ccd4ae66-2328-4404-bbcd-19a766608e65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14647 | 2024.08.15 05:40:26.397190 [ 3 ] {ccd4ae66-2328-4404-bbcd-19a766608e65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14648 | 2024.08.15 05:40:26.397450 [ 3 ] {ccd4ae66-2328-4404-bbcd-19a766608e65} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14649 | 2024.08.15 05:40:26.397485 [ 3 ] {ccd4ae66-2328-4404-bbcd-19a766608e65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14650 | 2024.08.15 05:40:26.397853 [ 3 ] {ccd4ae66-2328-4404-bbcd-19a766608e65} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
14651 | 2024.08.15 05:40:26.398173 [ 3 ] {ccd4ae66-2328-4404-bbcd-19a766608e65} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14652 | 2024.08.15 05:40:26.398300 [ 3 ] {ccd4ae66-2328-4404-bbcd-19a766608e65} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001309 sec., 4583.651642475172 rows/sec., 239.48 KiB/sec. | ||
14653 | 2024.08.15 05:40:26.398305 [ 27 ] {} <Debug> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
14654 | 2024.08.15 05:40:26.398366 [ 27 ] {} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14655 | 2024.08.15 05:40:26.398403 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14656 | 2024.08.15 05:40:26.398522 [ 3 ] {ccd4ae66-2328-4404-bbcd-19a766608e65} <Debug> DynamicQueryHandler: Done processing query | ||
14657 | 2024.08.15 05:40:26.398575 [ 3 ] {ccd4ae66-2328-4404-bbcd-19a766608e65} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14658 | 2024.08.15 05:40:26.398615 [ 3 ] {} <Debug> HTTP-Session: 3d4eb5dc-f1ea-4bf2-b3e2-f2ef021a7aad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14659 | 2024.08.15 05:40:26.398613 [ 196 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::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 | ||
14660 | 2024.08.15 05:40:26.398812 [ 196 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14661 | 2024.08.15 05:40:26.398869 [ 196 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 186 rows starting from the beginning of the part | ||
14662 | 2024.08.15 05:40:26.398891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 174951, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14663 | 2024.08.15 05:40:26.399044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14664 | 2024.08.15 05:40:26.399089 [ 196 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
14665 | 2024.08.15 05:40:26.399120 [ 3 ] {} <Debug> HTTP-Session: d490046b-c75d-42c2-be83-63b201cee4a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14666 | 2024.08.15 05:40:26.399190 [ 3 ] {} <Debug> HTTP-Session: d490046b-c75d-42c2-be83-63b201cee4a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14667 | 2024.08.15 05:40:26.399256 [ 3 ] {} <Debug> HTTP-Session: d490046b-c75d-42c2-be83-63b201cee4a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14668 | 2024.08.15 05:40:26.399380 [ 196 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
14669 | 2024.08.15 05:40:26.399388 [ 3 ] {} <Trace> HTTP-Session: d490046b-c75d-42c2-be83-63b201cee4a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14670 | 2024.08.15 05:40:26.399683 [ 196 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
14671 | 2024.08.15 05:40:26.399786 [ 196 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
14672 | 2024.08.15 05:40:26.400078 [ 3 ] {12fc1c0e-036f-4ed2-9da6-6cd317e56816} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14673 | 2024.08.15 05:40:26.400091 [ 196 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
14674 | 2024.08.15 05:40:26.400228 [ 3 ] {12fc1c0e-036f-4ed2-9da6-6cd317e56816} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14675 | 2024.08.15 05:40:26.400885 [ 3 ] {12fc1c0e-036f-4ed2-9da6-6cd317e56816} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14676 | 2024.08.15 05:40:26.402376 [ 196 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.003900193 sec., 55381.87469184217 rows/sec., 2.83 MiB/sec. | ||
14677 | 2024.08.15 05:40:26.402394 [ 3 ] {12fc1c0e-036f-4ed2-9da6-6cd317e56816} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14678 | 2024.08.15 05:40:26.402448 [ 3 ] {12fc1c0e-036f-4ed2-9da6-6cd317e56816} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14679 | 2024.08.15 05:40:26.402541 [ 195 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
14680 | 2024.08.15 05:40:26.403035 [ 3 ] {12fc1c0e-036f-4ed2-9da6-6cd317e56816} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14681 | 2024.08.15 05:40:26.403057 [ 195 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_36_7} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14682 | 2024.08.15 05:40:26.403152 [ 195 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_36_7} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
14683 | 2024.08.15 05:40:26.403276 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
14684 | 2024.08.15 05:40:26.403489 [ 3 ] {12fc1c0e-036f-4ed2-9da6-6cd317e56816} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14685 | 2024.08.15 05:40:26.403619 [ 3 ] {12fc1c0e-036f-4ed2-9da6-6cd317e56816} <Debug> executeQuery: Read 924 rows, 63.24 KiB in 0.003968 sec., 232862.90322580645 rows/sec., 15.56 MiB/sec. | ||
14686 | 2024.08.15 05:40:26.403805 [ 3 ] {12fc1c0e-036f-4ed2-9da6-6cd317e56816} <Debug> DynamicQueryHandler: Done processing query | ||
14687 | 2024.08.15 05:40:26.403830 [ 3 ] {12fc1c0e-036f-4ed2-9da6-6cd317e56816} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
14688 | 2024.08.15 05:40:26.403846 [ 3 ] {} <Debug> HTTP-Session: d490046b-c75d-42c2-be83-63b201cee4a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14689 | 2024.08.15 05:40:26.404052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14690 | 2024.08.15 05:40:26.404101 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14691 | 2024.08.15 05:40:26.404120 [ 3 ] {} <Debug> HTTP-Session: 283b8a54-2fb4-437a-ac8d-eaf2ef931593 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14692 | 2024.08.15 05:40:26.404136 [ 3 ] {} <Debug> HTTP-Session: 283b8a54-2fb4-437a-ac8d-eaf2ef931593 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14693 | 2024.08.15 05:40:26.404150 [ 3 ] {} <Debug> HTTP-Session: 283b8a54-2fb4-437a-ac8d-eaf2ef931593 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14694 | 2024.08.15 05:40:26.404181 [ 3 ] {} <Trace> HTTP-Session: 283b8a54-2fb4-437a-ac8d-eaf2ef931593 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14695 | 2024.08.15 05:40:26.404273 [ 3 ] {ca815711-a372-4201-9148-79df1d6a00ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
14696 | 2024.08.15 05:40:26.404316 [ 3 ] {ca815711-a372-4201-9148-79df1d6a00ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
14697 | 2024.08.15 05:40:26.404446 [ 3 ] {ca815711-a372-4201-9148-79df1d6a00ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14698 | 2024.08.15 05:40:26.404718 [ 3 ] {ca815711-a372-4201-9148-79df1d6a00ea} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14699 | 2024.08.15 05:40:26.404752 [ 3 ] {ca815711-a372-4201-9148-79df1d6a00ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14700 | 2024.08.15 05:40:26.405104 [ 3 ] {ca815711-a372-4201-9148-79df1d6a00ea} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
14701 | 2024.08.15 05:40:26.405422 [ 3 ] {ca815711-a372-4201-9148-79df1d6a00ea} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14702 | 2024.08.15 05:40:26.405548 [ 3 ] {ca815711-a372-4201-9148-79df1d6a00ea} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001298 sec., 770.4160246533129 rows/sec., 51.91 KiB/sec. | ||
14703 | 2024.08.15 05:40:26.405859 [ 3 ] {ca815711-a372-4201-9148-79df1d6a00ea} <Debug> DynamicQueryHandler: Done processing query | ||
14704 | 2024.08.15 05:40:26.405903 [ 3 ] {ca815711-a372-4201-9148-79df1d6a00ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
14705 | 2024.08.15 05:40:26.405925 [ 3 ] {} <Debug> HTTP-Session: 283b8a54-2fb4-437a-ac8d-eaf2ef931593 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14706 | 2024.08.15 05:40:26.406062 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14707 | 2024.08.15 05:40:26.406121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14708 | 2024.08.15 05:40:26.406146 [ 3 ] {} <Debug> HTTP-Session: db552f8d-5299-441e-9ad4-46a2565d5735 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14709 | 2024.08.15 05:40:26.406167 [ 3 ] {} <Debug> HTTP-Session: db552f8d-5299-441e-9ad4-46a2565d5735 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14710 | 2024.08.15 05:40:26.406184 [ 3 ] {} <Debug> HTTP-Session: db552f8d-5299-441e-9ad4-46a2565d5735 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14711 | 2024.08.15 05:40:26.406223 [ 3 ] {} <Trace> HTTP-Session: db552f8d-5299-441e-9ad4-46a2565d5735 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14712 | 2024.08.15 05:40:26.406381 [ 3 ] {c0d132bf-9d33-4f1f-a8fa-53dec1c1bcbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14713 | 2024.08.15 05:40:26.406463 [ 3 ] {c0d132bf-9d33-4f1f-a8fa-53dec1c1bcbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
14714 | 2024.08.15 05:40:26.406963 [ 3 ] {c0d132bf-9d33-4f1f-a8fa-53dec1c1bcbd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14715 | 2024.08.15 05:40:26.407440 [ 3 ] {c0d132bf-9d33-4f1f-a8fa-53dec1c1bcbd} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14716 | 2024.08.15 05:40:26.407476 [ 3 ] {c0d132bf-9d33-4f1f-a8fa-53dec1c1bcbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14717 | 2024.08.15 05:40:26.408045 [ 3 ] {c0d132bf-9d33-4f1f-a8fa-53dec1c1bcbd} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
14718 | 2024.08.15 05:40:26.408454 [ 3 ] {c0d132bf-9d33-4f1f-a8fa-53dec1c1bcbd} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14719 | 2024.08.15 05:40:26.408606 [ 3 ] {c0d132bf-9d33-4f1f-a8fa-53dec1c1bcbd} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002288 sec., 1748.2517482517483 rows/sec., 3.13 MiB/sec. | ||
14720 | 2024.08.15 05:40:26.409059 [ 3 ] {c0d132bf-9d33-4f1f-a8fa-53dec1c1bcbd} <Debug> DynamicQueryHandler: Done processing query | ||
14721 | 2024.08.15 05:40:26.409102 [ 3 ] {c0d132bf-9d33-4f1f-a8fa-53dec1c1bcbd} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
14722 | 2024.08.15 05:40:26.409127 [ 3 ] {} <Debug> HTTP-Session: db552f8d-5299-441e-9ad4-46a2565d5735 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14723 | 2024.08.15 05:40:26.409261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14724 | 2024.08.15 05:40:26.409310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14725 | 2024.08.15 05:40:26.409330 [ 3 ] {} <Debug> HTTP-Session: 1f909185-8c53-4c47-81df-3b38cff96783 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14726 | 2024.08.15 05:40:26.409347 [ 3 ] {} <Debug> HTTP-Session: 1f909185-8c53-4c47-81df-3b38cff96783 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14727 | 2024.08.15 05:40:26.409362 [ 3 ] {} <Debug> HTTP-Session: 1f909185-8c53-4c47-81df-3b38cff96783 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14728 | 2024.08.15 05:40:26.409393 [ 3 ] {} <Trace> HTTP-Session: 1f909185-8c53-4c47-81df-3b38cff96783 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14729 | 2024.08.15 05:40:26.409515 [ 3 ] {fb88d7ec-0ed7-49a8-9ecc-e2f7a633f9ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14730 | 2024.08.15 05:40:26.409562 [ 3 ] {fb88d7ec-0ed7-49a8-9ecc-e2f7a633f9ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14731 | 2024.08.15 05:40:26.409706 [ 3 ] {fb88d7ec-0ed7-49a8-9ecc-e2f7a633f9ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14732 | 2024.08.15 05:40:26.410016 [ 3 ] {fb88d7ec-0ed7-49a8-9ecc-e2f7a633f9ff} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14733 | 2024.08.15 05:40:26.410052 [ 3 ] {fb88d7ec-0ed7-49a8-9ecc-e2f7a633f9ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14734 | 2024.08.15 05:40:26.410415 [ 3 ] {fb88d7ec-0ed7-49a8-9ecc-e2f7a633f9ff} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14735 | 2024.08.15 05:40:26.410739 [ 3 ] {fb88d7ec-0ed7-49a8-9ecc-e2f7a633f9ff} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14736 | 2024.08.15 05:40:26.410865 [ 3 ] {fb88d7ec-0ed7-49a8-9ecc-e2f7a633f9ff} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001393 sec., 58865.75735821967 rows/sec., 3.74 MiB/sec. | ||
14737 | 2024.08.15 05:40:26.411032 [ 3 ] {fb88d7ec-0ed7-49a8-9ecc-e2f7a633f9ff} <Debug> DynamicQueryHandler: Done processing query | ||
14738 | 2024.08.15 05:40:26.411056 [ 3 ] {fb88d7ec-0ed7-49a8-9ecc-e2f7a633f9ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14739 | 2024.08.15 05:40:26.411072 [ 3 ] {} <Debug> HTTP-Session: 1f909185-8c53-4c47-81df-3b38cff96783 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14740 | 2024.08.15 05:40:31.410628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 5500, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14741 | 2024.08.15 05:40:31.410752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14742 | 2024.08.15 05:40:31.410777 [ 3 ] {} <Debug> HTTP-Session: 67353d7a-d389-43b6-8219-bb87699d8dbf Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14743 | 2024.08.15 05:40:31.410802 [ 3 ] {} <Debug> HTTP-Session: 67353d7a-d389-43b6-8219-bb87699d8dbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14744 | 2024.08.15 05:40:31.410817 [ 3 ] {} <Debug> HTTP-Session: 67353d7a-d389-43b6-8219-bb87699d8dbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14745 | 2024.08.15 05:40:31.410868 [ 3 ] {} <Trace> HTTP-Session: 67353d7a-d389-43b6-8219-bb87699d8dbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14746 | 2024.08.15 05:40:31.411061 [ 3 ] {b119d4b4-f4b0-4e8c-aaf0-57364be843e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14747 | 2024.08.15 05:40:31.411129 [ 3 ] {b119d4b4-f4b0-4e8c-aaf0-57364be843e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14748 | 2024.08.15 05:40:31.411318 [ 3 ] {b119d4b4-f4b0-4e8c-aaf0-57364be843e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14749 | 2024.08.15 05:40:31.411762 [ 3 ] {b119d4b4-f4b0-4e8c-aaf0-57364be843e7} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14750 | 2024.08.15 05:40:31.411810 [ 3 ] {b119d4b4-f4b0-4e8c-aaf0-57364be843e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
14751 | 2024.08.15 05:40:31.412192 [ 3 ] {b119d4b4-f4b0-4e8c-aaf0-57364be843e7} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
14752 | 2024.08.15 05:40:31.412534 [ 3 ] {b119d4b4-f4b0-4e8c-aaf0-57364be843e7} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14753 | 2024.08.15 05:40:31.412711 [ 3 ] {b119d4b4-f4b0-4e8c-aaf0-57364be843e7} <Debug> executeQuery: Read 38 rows, 3.08 KiB in 0.001707 sec., 22261.277094317516 rows/sec., 1.76 MiB/sec. | ||
14754 | 2024.08.15 05:40:31.412933 [ 3 ] {b119d4b4-f4b0-4e8c-aaf0-57364be843e7} <Debug> DynamicQueryHandler: Done processing query | ||
14755 | 2024.08.15 05:40:31.412959 [ 3 ] {b119d4b4-f4b0-4e8c-aaf0-57364be843e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14756 | 2024.08.15 05:40:31.412976 [ 3 ] {} <Debug> HTTP-Session: 67353d7a-d389-43b6-8219-bb87699d8dbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14757 | 2024.08.15 05:40:31.413116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14758 | 2024.08.15 05:40:31.413173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14759 | 2024.08.15 05:40:31.413192 [ 3 ] {} <Debug> HTTP-Session: 386ded0b-d4de-4d65-8739-73836bea45d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14760 | 2024.08.15 05:40:31.413211 [ 3 ] {} <Debug> HTTP-Session: 386ded0b-d4de-4d65-8739-73836bea45d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14761 | 2024.08.15 05:40:31.413225 [ 3 ] {} <Debug> HTTP-Session: 386ded0b-d4de-4d65-8739-73836bea45d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14762 | 2024.08.15 05:40:31.413260 [ 3 ] {} <Trace> HTTP-Session: 386ded0b-d4de-4d65-8739-73836bea45d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14763 | 2024.08.15 05:40:31.413362 [ 3 ] {8070ecab-4404-407b-8a45-021166591351} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14764 | 2024.08.15 05:40:31.413408 [ 3 ] {8070ecab-4404-407b-8a45-021166591351} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14765 | 2024.08.15 05:40:31.413539 [ 3 ] {8070ecab-4404-407b-8a45-021166591351} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14766 | 2024.08.15 05:40:31.413819 [ 3 ] {8070ecab-4404-407b-8a45-021166591351} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14767 | 2024.08.15 05:40:31.413858 [ 3 ] {8070ecab-4404-407b-8a45-021166591351} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
14768 | 2024.08.15 05:40:31.414182 [ 3 ] {8070ecab-4404-407b-8a45-021166591351} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
14769 | 2024.08.15 05:40:31.414489 [ 3 ] {8070ecab-4404-407b-8a45-021166591351} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14770 | 2024.08.15 05:40:31.414648 [ 3 ] {8070ecab-4404-407b-8a45-021166591351} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001305 sec., 1532.5670498084291 rows/sec., 124.97 KiB/sec. | ||
14771 | 2024.08.15 05:40:31.414818 [ 3 ] {8070ecab-4404-407b-8a45-021166591351} <Debug> DynamicQueryHandler: Done processing query | ||
14772 | 2024.08.15 05:40:31.414843 [ 3 ] {8070ecab-4404-407b-8a45-021166591351} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14773 | 2024.08.15 05:40:31.414859 [ 3 ] {} <Debug> HTTP-Session: 386ded0b-d4de-4d65-8739-73836bea45d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14774 | 2024.08.15 05:40:31.415040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 25145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14775 | 2024.08.15 05:40:31.415091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14776 | 2024.08.15 05:40:31.415110 [ 3 ] {} <Debug> HTTP-Session: 54292a41-195d-4afd-b90b-b3df0c2c5592 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14777 | 2024.08.15 05:40:31.415126 [ 3 ] {} <Debug> HTTP-Session: 54292a41-195d-4afd-b90b-b3df0c2c5592 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14778 | 2024.08.15 05:40:31.415139 [ 3 ] {} <Debug> HTTP-Session: 54292a41-195d-4afd-b90b-b3df0c2c5592 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14779 | 2024.08.15 05:40:31.415171 [ 3 ] {} <Trace> HTTP-Session: 54292a41-195d-4afd-b90b-b3df0c2c5592 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14780 | 2024.08.15 05:40:31.415316 [ 3 ] {c7edc914-cbed-49f6-b905-3b89daa0a07e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14781 | 2024.08.15 05:40:31.415359 [ 3 ] {c7edc914-cbed-49f6-b905-3b89daa0a07e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14782 | 2024.08.15 05:40:31.415484 [ 3 ] {c7edc914-cbed-49f6-b905-3b89daa0a07e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14783 | 2024.08.15 05:40:31.415891 [ 3 ] {c7edc914-cbed-49f6-b905-3b89daa0a07e} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14784 | 2024.08.15 05:40:31.415929 [ 3 ] {c7edc914-cbed-49f6-b905-3b89daa0a07e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
14785 | 2024.08.15 05:40:31.416247 [ 3 ] {c7edc914-cbed-49f6-b905-3b89daa0a07e} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14786 | 2024.08.15 05:40:31.416547 [ 3 ] {c7edc914-cbed-49f6-b905-3b89daa0a07e} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14787 | 2024.08.15 05:40:31.416696 [ 3 ] {c7edc914-cbed-49f6-b905-3b89daa0a07e} <Debug> executeQuery: Read 171 rows, 14.76 KiB in 0.001444 sec., 118421.05263157895 rows/sec., 9.98 MiB/sec. | ||
14788 | 2024.08.15 05:40:31.416867 [ 3 ] {c7edc914-cbed-49f6-b905-3b89daa0a07e} <Debug> DynamicQueryHandler: Done processing query | ||
14789 | 2024.08.15 05:40:31.416891 [ 3 ] {c7edc914-cbed-49f6-b905-3b89daa0a07e} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
14790 | 2024.08.15 05:40:31.416907 [ 3 ] {} <Debug> HTTP-Session: 54292a41-195d-4afd-b90b-b3df0c2c5592 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14791 | 2024.08.15 05:40:31.417026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14792 | 2024.08.15 05:40:31.417074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14793 | 2024.08.15 05:40:31.417093 [ 3 ] {} <Debug> HTTP-Session: fefa0cad-8ed7-42c5-afb7-96443d279243 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14794 | 2024.08.15 05:40:31.417110 [ 3 ] {} <Debug> HTTP-Session: fefa0cad-8ed7-42c5-afb7-96443d279243 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14795 | 2024.08.15 05:40:31.417124 [ 3 ] {} <Debug> HTTP-Session: fefa0cad-8ed7-42c5-afb7-96443d279243 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14796 | 2024.08.15 05:40:31.417155 [ 3 ] {} <Trace> HTTP-Session: fefa0cad-8ed7-42c5-afb7-96443d279243 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14797 | 2024.08.15 05:40:31.417252 [ 3 ] {12f37644-b542-4e49-a929-ff4dfe6dca78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14798 | 2024.08.15 05:40:31.417296 [ 3 ] {12f37644-b542-4e49-a929-ff4dfe6dca78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14799 | 2024.08.15 05:40:31.417426 [ 3 ] {12f37644-b542-4e49-a929-ff4dfe6dca78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14800 | 2024.08.15 05:40:31.417710 [ 3 ] {12f37644-b542-4e49-a929-ff4dfe6dca78} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14801 | 2024.08.15 05:40:31.417747 [ 3 ] {12f37644-b542-4e49-a929-ff4dfe6dca78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
14802 | 2024.08.15 05:40:31.418045 [ 3 ] {12f37644-b542-4e49-a929-ff4dfe6dca78} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
14803 | 2024.08.15 05:40:31.418357 [ 3 ] {12f37644-b542-4e49-a929-ff4dfe6dca78} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14804 | 2024.08.15 05:40:31.418482 [ 3 ] {12f37644-b542-4e49-a929-ff4dfe6dca78} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00125 sec., 1600 rows/sec., 111.72 KiB/sec. | ||
14805 | 2024.08.15 05:40:31.418678 [ 3 ] {12f37644-b542-4e49-a929-ff4dfe6dca78} <Debug> DynamicQueryHandler: Done processing query | ||
14806 | 2024.08.15 05:40:31.418702 [ 3 ] {12f37644-b542-4e49-a929-ff4dfe6dca78} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14807 | 2024.08.15 05:40:31.418717 [ 3 ] {} <Debug> HTTP-Session: fefa0cad-8ed7-42c5-afb7-96443d279243 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14808 | 2024.08.15 05:40:31.418920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19361, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14809 | 2024.08.15 05:40:31.418970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14810 | 2024.08.15 05:40:31.418990 [ 3 ] {} <Debug> HTTP-Session: 45ef769e-d4da-49bd-965d-6fb180c27ae3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14811 | 2024.08.15 05:40:31.419006 [ 3 ] {} <Debug> HTTP-Session: 45ef769e-d4da-49bd-965d-6fb180c27ae3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14812 | 2024.08.15 05:40:31.419020 [ 3 ] {} <Debug> HTTP-Session: 45ef769e-d4da-49bd-965d-6fb180c27ae3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14813 | 2024.08.15 05:40:31.419051 [ 3 ] {} <Trace> HTTP-Session: 45ef769e-d4da-49bd-965d-6fb180c27ae3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14814 | 2024.08.15 05:40:31.419172 [ 3 ] {afa8e5a3-da71-4aaf-8de2-9a3d89baccdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14815 | 2024.08.15 05:40:31.419213 [ 3 ] {afa8e5a3-da71-4aaf-8de2-9a3d89baccdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14816 | 2024.08.15 05:40:31.419344 [ 3 ] {afa8e5a3-da71-4aaf-8de2-9a3d89baccdb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14817 | 2024.08.15 05:40:31.419785 [ 3 ] {afa8e5a3-da71-4aaf-8de2-9a3d89baccdb} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14818 | 2024.08.15 05:40:31.419822 [ 3 ] {afa8e5a3-da71-4aaf-8de2-9a3d89baccdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
14819 | 2024.08.15 05:40:31.420145 [ 3 ] {afa8e5a3-da71-4aaf-8de2-9a3d89baccdb} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14820 | 2024.08.15 05:40:31.420447 [ 3 ] {afa8e5a3-da71-4aaf-8de2-9a3d89baccdb} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14821 | 2024.08.15 05:40:31.420595 [ 3 ] {afa8e5a3-da71-4aaf-8de2-9a3d89baccdb} <Debug> executeQuery: Read 114 rows, 9.13 KiB in 0.001468 sec., 77656.6757493188 rows/sec., 6.08 MiB/sec. | ||
14822 | 2024.08.15 05:40:31.420779 [ 3 ] {afa8e5a3-da71-4aaf-8de2-9a3d89baccdb} <Debug> DynamicQueryHandler: Done processing query | ||
14823 | 2024.08.15 05:40:31.420816 [ 3 ] {afa8e5a3-da71-4aaf-8de2-9a3d89baccdb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14824 | 2024.08.15 05:40:31.420846 [ 3 ] {} <Debug> HTTP-Session: 45ef769e-d4da-49bd-965d-6fb180c27ae3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14825 | 2024.08.15 05:40:31.421062 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14826 | 2024.08.15 05:40:31.421113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14827 | 2024.08.15 05:40:31.421133 [ 3 ] {} <Debug> HTTP-Session: 6dd8e11d-f81b-4249-ac03-52c13a1141de Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14828 | 2024.08.15 05:40:31.421150 [ 3 ] {} <Debug> HTTP-Session: 6dd8e11d-f81b-4249-ac03-52c13a1141de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14829 | 2024.08.15 05:40:31.421164 [ 3 ] {} <Debug> HTTP-Session: 6dd8e11d-f81b-4249-ac03-52c13a1141de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14830 | 2024.08.15 05:40:31.421195 [ 3 ] {} <Trace> HTTP-Session: 6dd8e11d-f81b-4249-ac03-52c13a1141de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14831 | 2024.08.15 05:40:31.421336 [ 3 ] {c3951edd-2a94-42ce-90f3-4ba47260ffd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14832 | 2024.08.15 05:40:31.421383 [ 3 ] {c3951edd-2a94-42ce-90f3-4ba47260ffd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14833 | 2024.08.15 05:40:31.421528 [ 3 ] {c3951edd-2a94-42ce-90f3-4ba47260ffd6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14834 | 2024.08.15 05:40:31.421964 [ 3 ] {c3951edd-2a94-42ce-90f3-4ba47260ffd6} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14835 | 2024.08.15 05:40:31.422001 [ 3 ] {c3951edd-2a94-42ce-90f3-4ba47260ffd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
14836 | 2024.08.15 05:40:31.422385 [ 3 ] {c3951edd-2a94-42ce-90f3-4ba47260ffd6} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14837 | 2024.08.15 05:40:31.422731 [ 3 ] {c3951edd-2a94-42ce-90f3-4ba47260ffd6} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14838 | 2024.08.15 05:40:31.422887 [ 3 ] {c3951edd-2a94-42ce-90f3-4ba47260ffd6} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00161 sec., 100000 rows/sec., 6.96 MiB/sec. | ||
14839 | 2024.08.15 05:40:31.423164 [ 3 ] {c3951edd-2a94-42ce-90f3-4ba47260ffd6} <Debug> DynamicQueryHandler: Done processing query | ||
14840 | 2024.08.15 05:40:31.423219 [ 3 ] {c3951edd-2a94-42ce-90f3-4ba47260ffd6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14841 | 2024.08.15 05:40:31.423275 [ 3 ] {} <Debug> HTTP-Session: 6dd8e11d-f81b-4249-ac03-52c13a1141de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14842 | 2024.08.15 05:40:31.423502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 61108, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14843 | 2024.08.15 05:40:31.423554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14844 | 2024.08.15 05:40:31.423574 [ 3 ] {} <Debug> HTTP-Session: 8703a147-ab59-4dd4-abdd-64f689b57971 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14845 | 2024.08.15 05:40:31.423594 [ 3 ] {} <Debug> HTTP-Session: 8703a147-ab59-4dd4-abdd-64f689b57971 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14846 | 2024.08.15 05:40:31.423608 [ 3 ] {} <Debug> HTTP-Session: 8703a147-ab59-4dd4-abdd-64f689b57971 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14847 | 2024.08.15 05:40:31.423641 [ 3 ] {} <Trace> HTTP-Session: 8703a147-ab59-4dd4-abdd-64f689b57971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14848 | 2024.08.15 05:40:31.424042 [ 3 ] {566b7bf1-7858-4680-aca2-e91bbe216197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14849 | 2024.08.15 05:40:31.424115 [ 3 ] {566b7bf1-7858-4680-aca2-e91bbe216197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
14850 | 2024.08.15 05:40:31.424545 [ 3 ] {566b7bf1-7858-4680-aca2-e91bbe216197} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14851 | 2024.08.15 05:40:31.425281 [ 3 ] {566b7bf1-7858-4680-aca2-e91bbe216197} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14852 | 2024.08.15 05:40:31.425319 [ 3 ] {566b7bf1-7858-4680-aca2-e91bbe216197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
14853 | 2024.08.15 05:40:31.425951 [ 3 ] {566b7bf1-7858-4680-aca2-e91bbe216197} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
14854 | 2024.08.15 05:40:31.426352 [ 3 ] {566b7bf1-7858-4680-aca2-e91bbe216197} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14855 | 2024.08.15 05:40:31.426546 [ 3 ] {566b7bf1-7858-4680-aca2-e91bbe216197} <Debug> executeQuery: Read 38 rows, 69.73 KiB in 0.002784 sec., 13649.425287356322 rows/sec., 24.46 MiB/sec. | ||
14856 | 2024.08.15 05:40:31.426884 [ 3 ] {566b7bf1-7858-4680-aca2-e91bbe216197} <Debug> DynamicQueryHandler: Done processing query | ||
14857 | 2024.08.15 05:40:31.426908 [ 3 ] {566b7bf1-7858-4680-aca2-e91bbe216197} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
14858 | 2024.08.15 05:40:31.426924 [ 3 ] {} <Debug> HTTP-Session: 8703a147-ab59-4dd4-abdd-64f689b57971 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14859 | 2024.08.15 05:40:31.427047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 2455, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14860 | 2024.08.15 05:40:31.427096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14861 | 2024.08.15 05:40:31.427117 [ 3 ] {} <Debug> HTTP-Session: e78a3407-ea56-4469-a87b-3e84516454ac Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14862 | 2024.08.15 05:40:31.427133 [ 3 ] {} <Debug> HTTP-Session: e78a3407-ea56-4469-a87b-3e84516454ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14863 | 2024.08.15 05:40:31.427147 [ 3 ] {} <Debug> HTTP-Session: e78a3407-ea56-4469-a87b-3e84516454ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14864 | 2024.08.15 05:40:31.427178 [ 3 ] {} <Trace> HTTP-Session: e78a3407-ea56-4469-a87b-3e84516454ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14865 | 2024.08.15 05:40:31.427290 [ 3 ] {5417d9dd-6bb7-4b22-ab2a-87e352cd4d57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
14866 | 2024.08.15 05:40:31.427334 [ 3 ] {5417d9dd-6bb7-4b22-ab2a-87e352cd4d57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
14867 | 2024.08.15 05:40:31.427460 [ 3 ] {5417d9dd-6bb7-4b22-ab2a-87e352cd4d57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14868 | 2024.08.15 05:40:31.427744 [ 3 ] {5417d9dd-6bb7-4b22-ab2a-87e352cd4d57} <Trace> oximeter.measurements_i64 (2b61167c-b48c-4fc0-97c0-8888be23e626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14869 | 2024.08.15 05:40:31.427780 [ 3 ] {5417d9dd-6bb7-4b22-ab2a-87e352cd4d57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
14870 | 2024.08.15 05:40:31.428122 [ 3 ] {5417d9dd-6bb7-4b22-ab2a-87e352cd4d57} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
14871 | 2024.08.15 05:40:31.428443 [ 3 ] {5417d9dd-6bb7-4b22-ab2a-87e352cd4d57} <Trace> oximeter.measurements_i64 (2b61167c-b48c-4fc0-97c0-8888be23e626): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14872 | 2024.08.15 05:40:31.428604 [ 3 ] {5417d9dd-6bb7-4b22-ab2a-87e352cd4d57} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.001331 sec., 11269.722013523668 rows/sec., 817.35 KiB/sec. | ||
14873 | 2024.08.15 05:40:31.428863 [ 3 ] {5417d9dd-6bb7-4b22-ab2a-87e352cd4d57} <Debug> DynamicQueryHandler: Done processing query | ||
14874 | 2024.08.15 05:40:31.428889 [ 3 ] {5417d9dd-6bb7-4b22-ab2a-87e352cd4d57} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14875 | 2024.08.15 05:40:31.428905 [ 3 ] {} <Debug> HTTP-Session: e78a3407-ea56-4469-a87b-3e84516454ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14876 | 2024.08.15 05:40:31.429031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14877 | 2024.08.15 05:40:31.429081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14878 | 2024.08.15 05:40:31.429100 [ 3 ] {} <Debug> HTTP-Session: 0467c289-e638-40f2-875d-1faffc16a45e Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14879 | 2024.08.15 05:40:31.429116 [ 3 ] {} <Debug> HTTP-Session: 0467c289-e638-40f2-875d-1faffc16a45e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14880 | 2024.08.15 05:40:31.429130 [ 3 ] {} <Debug> HTTP-Session: 0467c289-e638-40f2-875d-1faffc16a45e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14881 | 2024.08.15 05:40:31.429160 [ 3 ] {} <Trace> HTTP-Session: 0467c289-e638-40f2-875d-1faffc16a45e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14882 | 2024.08.15 05:40:31.429291 [ 3 ] {fb78a50a-a860-44a3-9444-000b45b24523} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14883 | 2024.08.15 05:40:31.429338 [ 3 ] {fb78a50a-a860-44a3-9444-000b45b24523} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14884 | 2024.08.15 05:40:31.429482 [ 3 ] {fb78a50a-a860-44a3-9444-000b45b24523} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14885 | 2024.08.15 05:40:31.429787 [ 3 ] {fb78a50a-a860-44a3-9444-000b45b24523} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14886 | 2024.08.15 05:40:31.429823 [ 3 ] {fb78a50a-a860-44a3-9444-000b45b24523} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
14887 | 2024.08.15 05:40:31.430175 [ 3 ] {fb78a50a-a860-44a3-9444-000b45b24523} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14888 | 2024.08.15 05:40:31.430491 [ 3 ] {fb78a50a-a860-44a3-9444-000b45b24523} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14889 | 2024.08.15 05:40:31.430635 [ 3 ] {fb78a50a-a860-44a3-9444-000b45b24523} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001397 sec., 42949.17680744452 rows/sec., 2.89 MiB/sec. | ||
14890 | 2024.08.15 05:40:31.430808 [ 3 ] {fb78a50a-a860-44a3-9444-000b45b24523} <Debug> DynamicQueryHandler: Done processing query | ||
14891 | 2024.08.15 05:40:31.430833 [ 3 ] {fb78a50a-a860-44a3-9444-000b45b24523} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14892 | 2024.08.15 05:40:31.430848 [ 3 ] {} <Debug> HTTP-Session: 0467c289-e638-40f2-875d-1faffc16a45e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14893 | 2024.08.15 05:40:35.238176 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14894 | 2024.08.15 05:40:35.238236 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14895 | 2024.08.15 05:40:36.412286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14896 | 2024.08.15 05:40:36.412409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14897 | 2024.08.15 05:40:36.412436 [ 3 ] {} <Debug> HTTP-Session: b6164ca5-36fd-456d-a926-02eb61d603ac Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14898 | 2024.08.15 05:40:36.412464 [ 3 ] {} <Debug> HTTP-Session: b6164ca5-36fd-456d-a926-02eb61d603ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14899 | 2024.08.15 05:40:36.412481 [ 3 ] {} <Debug> HTTP-Session: b6164ca5-36fd-456d-a926-02eb61d603ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14900 | 2024.08.15 05:40:36.412538 [ 3 ] {} <Trace> HTTP-Session: b6164ca5-36fd-456d-a926-02eb61d603ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14901 | 2024.08.15 05:40:36.412734 [ 3 ] {997cd1ee-0fd6-4df7-b7a3-a59c8ce2a55a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14902 | 2024.08.15 05:40:36.412809 [ 3 ] {997cd1ee-0fd6-4df7-b7a3-a59c8ce2a55a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14903 | 2024.08.15 05:40:36.413028 [ 3 ] {997cd1ee-0fd6-4df7-b7a3-a59c8ce2a55a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14904 | 2024.08.15 05:40:36.413512 [ 3 ] {997cd1ee-0fd6-4df7-b7a3-a59c8ce2a55a} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14905 | 2024.08.15 05:40:36.413557 [ 3 ] {997cd1ee-0fd6-4df7-b7a3-a59c8ce2a55a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
14906 | 2024.08.15 05:40:36.413936 [ 3 ] {997cd1ee-0fd6-4df7-b7a3-a59c8ce2a55a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
14907 | 2024.08.15 05:40:36.414276 [ 3 ] {997cd1ee-0fd6-4df7-b7a3-a59c8ce2a55a} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14908 | 2024.08.15 05:40:36.414437 [ 3 ] {997cd1ee-0fd6-4df7-b7a3-a59c8ce2a55a} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001758 sec., 2275.3128555176336 rows/sec., 184.42 KiB/sec. | ||
14909 | 2024.08.15 05:40:36.414462 [ 96 ] {} <Debug> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
14910 | 2024.08.15 05:40:36.414573 [ 96 ] {} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14911 | 2024.08.15 05:40:36.414627 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
14912 | 2024.08.15 05:40:36.414759 [ 3 ] {997cd1ee-0fd6-4df7-b7a3-a59c8ce2a55a} <Debug> DynamicQueryHandler: Done processing query | ||
14913 | 2024.08.15 05:40:36.414807 [ 3 ] {997cd1ee-0fd6-4df7-b7a3-a59c8ce2a55a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14914 | 2024.08.15 05:40:36.414842 [ 187 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::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 | ||
14915 | 2024.08.15 05:40:36.414855 [ 3 ] {} <Debug> HTTP-Session: b6164ca5-36fd-456d-a926-02eb61d603ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14916 | 2024.08.15 05:40:36.415157 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14917 | 2024.08.15 05:40:36.415342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14918 | 2024.08.15 05:40:36.415427 [ 187 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14919 | 2024.08.15 05:40:36.415446 [ 3 ] {} <Debug> HTTP-Session: b9a545ab-c789-431b-bedb-6d9843699671 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14920 | 2024.08.15 05:40:36.415524 [ 3 ] {} <Debug> HTTP-Session: b9a545ab-c789-431b-bedb-6d9843699671 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14921 | 2024.08.15 05:40:36.415537 [ 187 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 30 rows starting from the beginning of the part | ||
14922 | 2024.08.15 05:40:36.415586 [ 3 ] {} <Debug> HTTP-Session: b9a545ab-c789-431b-bedb-6d9843699671 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14923 | 2024.08.15 05:40:36.415765 [ 3 ] {} <Trace> HTTP-Session: b9a545ab-c789-431b-bedb-6d9843699671 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14924 | 2024.08.15 05:40:36.416029 [ 187 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 4 rows starting from the beginning of the part | ||
14925 | 2024.08.15 05:40:36.416390 [ 3 ] {f388d883-45a4-4449-924a-bfc2410693fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14926 | 2024.08.15 05:40:36.416468 [ 187 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 27 rows starting from the beginning of the part | ||
14927 | 2024.08.15 05:40:36.416600 [ 3 ] {f388d883-45a4-4449-924a-bfc2410693fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14928 | 2024.08.15 05:40:36.417070 [ 187 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 4 rows starting from the beginning of the part | ||
14929 | 2024.08.15 05:40:36.417264 [ 187 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 38 rows starting from the beginning of the part | ||
14930 | 2024.08.15 05:40:36.417546 [ 187 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 4 rows starting from the beginning of the part | ||
14931 | 2024.08.15 05:40:36.417883 [ 3 ] {f388d883-45a4-4449-924a-bfc2410693fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14932 | 2024.08.15 05:40:36.418598 [ 3 ] {f388d883-45a4-4449-924a-bfc2410693fb} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14933 | 2024.08.15 05:40:36.418643 [ 3 ] {f388d883-45a4-4449-924a-bfc2410693fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
14934 | 2024.08.15 05:40:36.419161 [ 3 ] {f388d883-45a4-4449-924a-bfc2410693fb} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14935 | 2024.08.15 05:40:36.419181 [ 196 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 107 rows, containing 4 columns (4 merged, 0 gathered) in 0.004472864 sec., 23922.032952488607 rows/sec., 1.89 MiB/sec. | ||
14936 | 2024.08.15 05:40:36.419419 [ 196 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
14937 | 2024.08.15 05:40:36.419740 [ 3 ] {f388d883-45a4-4449-924a-bfc2410693fb} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14938 | 2024.08.15 05:40:36.420151 [ 96 ] {} <Debug> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14939 | 2024.08.15 05:40:36.420172 [ 3 ] {f388d883-45a4-4449-924a-bfc2410693fb} <Debug> executeQuery: Read 201 rows, 18.00 KiB in 0.00404 sec., 49752.47524752475 rows/sec., 4.35 MiB/sec. | ||
14940 | 2024.08.15 05:40:36.420235 [ 96 ] {} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14941 | 2024.08.15 05:40:36.420319 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
14942 | 2024.08.15 05:40:36.420462 [ 196 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_66_13} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14943 | 2024.08.15 05:40:36.420762 [ 188 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::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 | ||
14944 | 2024.08.15 05:40:36.420831 [ 3 ] {f388d883-45a4-4449-924a-bfc2410693fb} <Debug> DynamicQueryHandler: Done processing query | ||
14945 | 2024.08.15 05:40:36.420874 [ 196 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_66_13} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
14946 | 2024.08.15 05:40:36.420937 [ 3 ] {f388d883-45a4-4449-924a-bfc2410693fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
14947 | 2024.08.15 05:40:36.421059 [ 3 ] {} <Debug> HTTP-Session: b9a545ab-c789-431b-bedb-6d9843699671 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14948 | 2024.08.15 05:40:36.421313 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
14949 | 2024.08.15 05:40:36.421467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14950 | 2024.08.15 05:40:36.421644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14951 | 2024.08.15 05:40:36.421685 [ 188 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14952 | 2024.08.15 05:40:36.421716 [ 3 ] {} <Debug> HTTP-Session: b9ad2dc8-c134-49cf-972b-7a8bf4bb2792 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14953 | 2024.08.15 05:40:36.421795 [ 3 ] {} <Debug> HTTP-Session: b9ad2dc8-c134-49cf-972b-7a8bf4bb2792 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14954 | 2024.08.15 05:40:36.421841 [ 188 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1427 rows starting from the beginning of the part | ||
14955 | 2024.08.15 05:40:36.421862 [ 3 ] {} <Debug> HTTP-Session: b9ad2dc8-c134-49cf-972b-7a8bf4bb2792 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14956 | 2024.08.15 05:40:36.422010 [ 3 ] {} <Trace> HTTP-Session: b9ad2dc8-c134-49cf-972b-7a8bf4bb2792 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14957 | 2024.08.15 05:40:36.422367 [ 188 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 203 rows starting from the beginning of the part | ||
14958 | 2024.08.15 05:40:36.422538 [ 3 ] {68c64caa-7058-41bb-8b46-f5477cd0f8f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
14959 | 2024.08.15 05:40:36.422735 [ 3 ] {68c64caa-7058-41bb-8b46-f5477cd0f8f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14960 | 2024.08.15 05:40:36.422953 [ 188 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 138 rows starting from the beginning of the part | ||
14961 | 2024.08.15 05:40:36.423274 [ 188 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 1344 rows starting from the beginning of the part | ||
14962 | 2024.08.15 05:40:36.423642 [ 188 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 171 rows starting from the beginning of the part | ||
14963 | 2024.08.15 05:40:36.423778 [ 3 ] {68c64caa-7058-41bb-8b46-f5477cd0f8f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14964 | 2024.08.15 05:40:36.423911 [ 188 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 201 rows starting from the beginning of the part | ||
14965 | 2024.08.15 05:40:36.424737 [ 3 ] {68c64caa-7058-41bb-8b46-f5477cd0f8f1} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14966 | 2024.08.15 05:40:36.424804 [ 3 ] {68c64caa-7058-41bb-8b46-f5477cd0f8f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
14967 | 2024.08.15 05:40:36.425522 [ 3 ] {68c64caa-7058-41bb-8b46-f5477cd0f8f1} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
14968 | 2024.08.15 05:40:36.426345 [ 3 ] {68c64caa-7058-41bb-8b46-f5477cd0f8f1} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14969 | 2024.08.15 05:40:36.426540 [ 3 ] {68c64caa-7058-41bb-8b46-f5477cd0f8f1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.0042 sec., 3333.3333333333335 rows/sec., 233.44 KiB/sec. | ||
14970 | 2024.08.15 05:40:36.426924 [ 3 ] {68c64caa-7058-41bb-8b46-f5477cd0f8f1} <Debug> DynamicQueryHandler: Done processing query | ||
14971 | 2024.08.15 05:40:36.427029 [ 3 ] {68c64caa-7058-41bb-8b46-f5477cd0f8f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14972 | 2024.08.15 05:40:36.427122 [ 3 ] {} <Debug> HTTP-Session: b9ad2dc8-c134-49cf-972b-7a8bf4bb2792 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14973 | 2024.08.15 05:40:36.427432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14974 | 2024.08.15 05:40:36.427589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14975 | 2024.08.15 05:40:36.427627 [ 3 ] {} <Debug> HTTP-Session: 926f4bd8-7971-4011-ae6b-b037be95c688 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
14976 | 2024.08.15 05:40:36.427651 [ 3 ] {} <Debug> HTTP-Session: 926f4bd8-7971-4011-ae6b-b037be95c688 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14977 | 2024.08.15 05:40:36.427667 [ 3 ] {} <Debug> HTTP-Session: 926f4bd8-7971-4011-ae6b-b037be95c688 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14978 | 2024.08.15 05:40:36.427692 [ 197 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3484 rows, containing 4 columns (4 merged, 0 gathered) in 0.007228343 sec., 481991.5158979036 rows/sec., 40.49 MiB/sec. | ||
14979 | 2024.08.15 05:40:36.427721 [ 3 ] {} <Trace> HTTP-Session: 926f4bd8-7971-4011-ae6b-b037be95c688 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14980 | 2024.08.15 05:40:36.427881 [ 3 ] {2b5a7d0c-2f66-4609-8369-abc34d444f1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
14981 | 2024.08.15 05:40:36.427946 [ 3 ] {2b5a7d0c-2f66-4609-8369-abc34d444f1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
14982 | 2024.08.15 05:40:36.428043 [ 186 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14983 | 2024.08.15 05:40:36.428327 [ 3 ] {2b5a7d0c-2f66-4609-8369-abc34d444f1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14984 | 2024.08.15 05:40:36.429005 [ 3 ] {2b5a7d0c-2f66-4609-8369-abc34d444f1c} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14985 | 2024.08.15 05:40:36.429006 [ 186 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_81_16} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14986 | 2024.08.15 05:40:36.429057 [ 3 ] {2b5a7d0c-2f66-4609-8369-abc34d444f1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
14987 | 2024.08.15 05:40:36.429231 [ 186 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_81_16} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14988 | 2024.08.15 05:40:36.429401 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
14989 | 2024.08.15 05:40:36.429610 [ 3 ] {2b5a7d0c-2f66-4609-8369-abc34d444f1c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
14990 | 2024.08.15 05:40:36.429938 [ 3 ] {2b5a7d0c-2f66-4609-8369-abc34d444f1c} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14991 | 2024.08.15 05:40:36.430100 [ 96 ] {} <Debug> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
14992 | 2024.08.15 05:40:36.430111 [ 3 ] {2b5a7d0c-2f66-4609-8369-abc34d444f1c} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.002253 sec., 2663.115845539281 rows/sec., 157.34 KiB/sec. | ||
14993 | 2024.08.15 05:40:36.430147 [ 96 ] {} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14994 | 2024.08.15 05:40:36.430212 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
14995 | 2024.08.15 05:40:36.430411 [ 193 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
14996 | 2024.08.15 05:40:36.430451 [ 3 ] {2b5a7d0c-2f66-4609-8369-abc34d444f1c} <Debug> DynamicQueryHandler: Done processing query | ||
14997 | 2024.08.15 05:40:36.430491 [ 3 ] {2b5a7d0c-2f66-4609-8369-abc34d444f1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14998 | 2024.08.15 05:40:36.430525 [ 3 ] {} <Debug> HTTP-Session: 926f4bd8-7971-4011-ae6b-b037be95c688 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14999 | 2024.08.15 05:40:36.430634 [ 193 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15000 | 2024.08.15 05:40:36.430673 [ 193 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
15001 | 2024.08.15 05:40:36.430821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 62444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15002 | 2024.08.15 05:40:36.430840 [ 193 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
15003 | 2024.08.15 05:40:36.430954 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15004 | 2024.08.15 05:40:36.431030 [ 3 ] {} <Debug> HTTP-Session: 7648e4a7-adff-4008-ac99-bdf9256c1599 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15005 | 2024.08.15 05:40:36.431106 [ 3 ] {} <Debug> HTTP-Session: 7648e4a7-adff-4008-ac99-bdf9256c1599 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15006 | 2024.08.15 05:40:36.431127 [ 193 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
15007 | 2024.08.15 05:40:36.431159 [ 3 ] {} <Debug> HTTP-Session: 7648e4a7-adff-4008-ac99-bdf9256c1599 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15008 | 2024.08.15 05:40:36.431284 [ 3 ] {} <Trace> HTTP-Session: 7648e4a7-adff-4008-ac99-bdf9256c1599 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15009 | 2024.08.15 05:40:36.431410 [ 193 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
15010 | 2024.08.15 05:40:36.431605 [ 193 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::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 | ||
15011 | 2024.08.15 05:40:36.431912 [ 3 ] {001cfbbd-2d59-4b2d-9d10-6b97a67680ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15012 | 2024.08.15 05:40:36.432026 [ 3 ] {001cfbbd-2d59-4b2d-9d10-6b97a67680ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15013 | 2024.08.15 05:40:36.432369 [ 3 ] {001cfbbd-2d59-4b2d-9d10-6b97a67680ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15014 | 2024.08.15 05:40:36.433551 [ 3 ] {001cfbbd-2d59-4b2d-9d10-6b97a67680ab} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15015 | 2024.08.15 05:40:36.433644 [ 3 ] {001cfbbd-2d59-4b2d-9d10-6b97a67680ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
15016 | 2024.08.15 05:40:36.433815 [ 193 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.003485843 sec., 8606.239581071206 rows/sec., 512.68 KiB/sec. | ||
15017 | 2024.08.15 05:40:36.434047 [ 197 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
15018 | 2024.08.15 05:40:36.434344 [ 3 ] {001cfbbd-2d59-4b2d-9d10-6b97a67680ab} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
15019 | 2024.08.15 05:40:36.435011 [ 198 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_37_9} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15020 | 2024.08.15 05:40:36.435197 [ 3 ] {001cfbbd-2d59-4b2d-9d10-6b97a67680ab} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15021 | 2024.08.15 05:40:36.435277 [ 198 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_37_9} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
15022 | 2024.08.15 05:40:36.435500 [ 96 ] {} <Debug> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
15023 | 2024.08.15 05:40:36.435511 [ 3 ] {001cfbbd-2d59-4b2d-9d10-6b97a67680ab} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.003978 sec., 97033.68526897939 rows/sec., 6.87 MiB/sec. | ||
15024 | 2024.08.15 05:40:36.435638 [ 96 ] {} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15025 | 2024.08.15 05:40:36.435671 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
15026 | 2024.08.15 05:40:36.435790 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
15027 | 2024.08.15 05:40:36.436057 [ 3 ] {001cfbbd-2d59-4b2d-9d10-6b97a67680ab} <Debug> DynamicQueryHandler: Done processing query | ||
15028 | 2024.08.15 05:40:36.436058 [ 197 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::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 | ||
15029 | 2024.08.15 05:40:36.436099 [ 3 ] {001cfbbd-2d59-4b2d-9d10-6b97a67680ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
15030 | 2024.08.15 05:40:36.436145 [ 3 ] {} <Debug> HTTP-Session: 7648e4a7-adff-4008-ac99-bdf9256c1599 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15031 | 2024.08.15 05:40:36.436245 [ 197 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15032 | 2024.08.15 05:40:36.436280 [ 197 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 902 rows starting from the beginning of the part | ||
15033 | 2024.08.15 05:40:36.436393 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15034 | 2024.08.15 05:40:36.436513 [ 197 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 390 rows starting from the beginning of the part | ||
15035 | 2024.08.15 05:40:36.436533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15036 | 2024.08.15 05:40:36.436617 [ 3 ] {} <Debug> HTTP-Session: ef97694f-ec5e-4e76-8def-dc206acb3990 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15037 | 2024.08.15 05:40:36.436674 [ 3 ] {} <Debug> HTTP-Session: ef97694f-ec5e-4e76-8def-dc206acb3990 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15038 | 2024.08.15 05:40:36.436747 [ 3 ] {} <Debug> HTTP-Session: ef97694f-ec5e-4e76-8def-dc206acb3990 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15039 | 2024.08.15 05:40:36.436803 [ 197 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 93 rows starting from the beginning of the part | ||
15040 | 2024.08.15 05:40:36.436847 [ 3 ] {} <Trace> HTTP-Session: ef97694f-ec5e-4e76-8def-dc206acb3990 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15041 | 2024.08.15 05:40:36.437111 [ 197 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 848 rows starting from the beginning of the part | ||
15042 | 2024.08.15 05:40:36.437148 [ 3 ] {38f24c10-4cb3-4ca2-bae5-2ac0cae5b5a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15043 | 2024.08.15 05:40:36.437311 [ 3 ] {38f24c10-4cb3-4ca2-bae5-2ac0cae5b5a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15044 | 2024.08.15 05:40:36.437350 [ 197 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 114 rows starting from the beginning of the part | ||
15045 | 2024.08.15 05:40:36.437755 [ 197 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 386 rows starting from the beginning of the part | ||
15046 | 2024.08.15 05:40:36.438322 [ 3 ] {38f24c10-4cb3-4ca2-bae5-2ac0cae5b5a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15047 | 2024.08.15 05:40:36.438961 [ 3 ] {38f24c10-4cb3-4ca2-bae5-2ac0cae5b5a3} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15048 | 2024.08.15 05:40:36.439011 [ 3 ] {38f24c10-4cb3-4ca2-bae5-2ac0cae5b5a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
15049 | 2024.08.15 05:40:36.439955 [ 3 ] {38f24c10-4cb3-4ca2-bae5-2ac0cae5b5a3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
15050 | 2024.08.15 05:40:36.440412 [ 3 ] {38f24c10-4cb3-4ca2-bae5-2ac0cae5b5a3} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15051 | 2024.08.15 05:40:36.440735 [ 3 ] {38f24c10-4cb3-4ca2-bae5-2ac0cae5b5a3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003682 sec., 1629.5491580662683 rows/sec., 85.14 KiB/sec. | ||
15052 | 2024.08.15 05:40:36.441185 [ 197 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2733 rows, containing 4 columns (4 merged, 0 gathered) in 0.005224081 sec., 523154.2160238327 rows/sec., 37.91 MiB/sec. | ||
15053 | 2024.08.15 05:40:36.441265 [ 3 ] {38f24c10-4cb3-4ca2-bae5-2ac0cae5b5a3} <Debug> DynamicQueryHandler: Done processing query | ||
15054 | 2024.08.15 05:40:36.441305 [ 3 ] {38f24c10-4cb3-4ca2-bae5-2ac0cae5b5a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15055 | 2024.08.15 05:40:36.441336 [ 3 ] {} <Debug> HTTP-Session: ef97694f-ec5e-4e76-8def-dc206acb3990 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15056 | 2024.08.15 05:40:36.441400 [ 197 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
15057 | 2024.08.15 05:40:36.441594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 44608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15058 | 2024.08.15 05:40:36.441712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15059 | 2024.08.15 05:40:36.441767 [ 3 ] {} <Debug> HTTP-Session: b97ca547-c8ac-4b50-a55b-36e5d73442e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15060 | 2024.08.15 05:40:36.441793 [ 3 ] {} <Debug> HTTP-Session: b97ca547-c8ac-4b50-a55b-36e5d73442e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15061 | 2024.08.15 05:40:36.441832 [ 3 ] {} <Debug> HTTP-Session: b97ca547-c8ac-4b50-a55b-36e5d73442e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15062 | 2024.08.15 05:40:36.441898 [ 3 ] {} <Trace> HTTP-Session: b97ca547-c8ac-4b50-a55b-36e5d73442e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15063 | 2024.08.15 05:40:36.442037 [ 197 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_81_16} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15064 | 2024.08.15 05:40:36.442163 [ 197 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_81_16} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
15065 | 2024.08.15 05:40:36.442226 [ 3 ] {37ab8143-c44d-4e1d-9b30-029bf3f05901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15066 | 2024.08.15 05:40:36.442296 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
15067 | 2024.08.15 05:40:36.442340 [ 3 ] {37ab8143-c44d-4e1d-9b30-029bf3f05901} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15068 | 2024.08.15 05:40:36.442515 [ 3 ] {37ab8143-c44d-4e1d-9b30-029bf3f05901} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15069 | 2024.08.15 05:40:36.442931 [ 3 ] {37ab8143-c44d-4e1d-9b30-029bf3f05901} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15070 | 2024.08.15 05:40:36.442967 [ 3 ] {37ab8143-c44d-4e1d-9b30-029bf3f05901} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
15071 | 2024.08.15 05:40:36.443368 [ 3 ] {37ab8143-c44d-4e1d-9b30-029bf3f05901} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
15072 | 2024.08.15 05:40:36.443717 [ 3 ] {37ab8143-c44d-4e1d-9b30-029bf3f05901} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15073 | 2024.08.15 05:40:36.443905 [ 3 ] {37ab8143-c44d-4e1d-9b30-029bf3f05901} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001865 sec., 127077.74798927615 rows/sec., 8.52 MiB/sec. | ||
15074 | 2024.08.15 05:40:36.443934 [ 96 ] {} <Debug> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
15075 | 2024.08.15 05:40:36.444047 [ 96 ] {} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15076 | 2024.08.15 05:40:36.444108 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
15077 | 2024.08.15 05:40:36.444223 [ 3 ] {37ab8143-c44d-4e1d-9b30-029bf3f05901} <Debug> DynamicQueryHandler: Done processing query | ||
15078 | 2024.08.15 05:40:36.444305 [ 3 ] {37ab8143-c44d-4e1d-9b30-029bf3f05901} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
15079 | 2024.08.15 05:40:36.444388 [ 3 ] {} <Debug> HTTP-Session: b97ca547-c8ac-4b50-a55b-36e5d73442e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15080 | 2024.08.15 05:40:36.444501 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::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 | ||
15081 | 2024.08.15 05:40:36.444668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15082 | 2024.08.15 05:40:36.444834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15083 | 2024.08.15 05:40:36.444918 [ 3 ] {} <Debug> HTTP-Session: 2d1001f7-58a3-460a-91a8-8a593694d8f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15084 | 2024.08.15 05:40:36.444994 [ 3 ] {} <Debug> HTTP-Session: 2d1001f7-58a3-460a-91a8-8a593694d8f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15085 | 2024.08.15 05:40:36.445061 [ 3 ] {} <Debug> HTTP-Session: 2d1001f7-58a3-460a-91a8-8a593694d8f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15086 | 2024.08.15 05:40:36.445194 [ 3 ] {} <Trace> HTTP-Session: 2d1001f7-58a3-460a-91a8-8a593694d8f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15087 | 2024.08.15 05:40:36.445510 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15088 | 2024.08.15 05:40:36.445528 [ 3 ] {99b19143-5e01-4949-a69d-cd744f026d62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
15089 | 2024.08.15 05:40:36.445620 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 22364 rows starting from the beginning of the part | ||
15090 | 2024.08.15 05:40:36.445638 [ 3 ] {99b19143-5e01-4949-a69d-cd744f026d62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15091 | 2024.08.15 05:40:36.446008 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 239 rows starting from the beginning of the part | ||
15092 | 2024.08.15 05:40:36.446385 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 161 rows starting from the beginning of the part | ||
15093 | 2024.08.15 05:40:36.446583 [ 3 ] {99b19143-5e01-4949-a69d-cd744f026d62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15094 | 2024.08.15 05:40:36.446731 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 924 rows starting from the beginning of the part | ||
15095 | 2024.08.15 05:40:36.447008 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 161 rows starting from the beginning of the part | ||
15096 | 2024.08.15 05:40:36.447388 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 237 rows starting from the beginning of the part | ||
15097 | 2024.08.15 05:40:36.447861 [ 3 ] {99b19143-5e01-4949-a69d-cd744f026d62} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15098 | 2024.08.15 05:40:36.447934 [ 3 ] {99b19143-5e01-4949-a69d-cd744f026d62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
15099 | 2024.08.15 05:40:36.448719 [ 3 ] {99b19143-5e01-4949-a69d-cd744f026d62} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
15100 | 2024.08.15 05:40:36.449158 [ 3 ] {99b19143-5e01-4949-a69d-cd744f026d62} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15101 | 2024.08.15 05:40:36.449363 [ 3 ] {99b19143-5e01-4949-a69d-cd744f026d62} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003952 sec., 253.03643724696357 rows/sec., 17.05 KiB/sec. | ||
15102 | 2024.08.15 05:40:36.449855 [ 3 ] {99b19143-5e01-4949-a69d-cd744f026d62} <Debug> DynamicQueryHandler: Done processing query | ||
15103 | 2024.08.15 05:40:36.449961 [ 3 ] {99b19143-5e01-4949-a69d-cd744f026d62} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
15104 | 2024.08.15 05:40:36.450036 [ 3 ] {} <Debug> HTTP-Session: 2d1001f7-58a3-460a-91a8-8a593694d8f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15105 | 2024.08.15 05:40:36.450372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15106 | 2024.08.15 05:40:36.450617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15107 | 2024.08.15 05:40:36.450737 [ 3 ] {} <Debug> HTTP-Session: dd106045-7fb3-4b04-9e2e-109b2cf72505 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15108 | 2024.08.15 05:40:36.450820 [ 3 ] {} <Debug> HTTP-Session: dd106045-7fb3-4b04-9e2e-109b2cf72505 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15109 | 2024.08.15 05:40:36.450902 [ 3 ] {} <Debug> HTTP-Session: dd106045-7fb3-4b04-9e2e-109b2cf72505 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15110 | 2024.08.15 05:40:36.451057 [ 3 ] {} <Trace> HTTP-Session: dd106045-7fb3-4b04-9e2e-109b2cf72505 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15111 | 2024.08.15 05:40:36.451388 [ 3 ] {c40612ae-3a7c-4b96-b95f-88a9ba7a2686} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15112 | 2024.08.15 05:40:36.451565 [ 3 ] {c40612ae-3a7c-4b96-b95f-88a9ba7a2686} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
15113 | 2024.08.15 05:40:36.452129 [ 3 ] {c40612ae-3a7c-4b96-b95f-88a9ba7a2686} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15114 | 2024.08.15 05:40:36.452911 [ 3 ] {c40612ae-3a7c-4b96-b95f-88a9ba7a2686} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15115 | 2024.08.15 05:40:36.452958 [ 3 ] {c40612ae-3a7c-4b96-b95f-88a9ba7a2686} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
15116 | 2024.08.15 05:40:36.453870 [ 3 ] {c40612ae-3a7c-4b96-b95f-88a9ba7a2686} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
15117 | 2024.08.15 05:40:36.454327 [ 3 ] {c40612ae-3a7c-4b96-b95f-88a9ba7a2686} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15118 | 2024.08.15 05:40:36.454755 [ 96 ] {} <Debug> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
15119 | 2024.08.15 05:40:36.454822 [ 3 ] {c40612ae-3a7c-4b96-b95f-88a9ba7a2686} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.003578 sec., 1117.9429849077696 rows/sec., 2.00 MiB/sec. | ||
15120 | 2024.08.15 05:40:36.454883 [ 96 ] {} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15121 | 2024.08.15 05:40:36.454995 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
15122 | 2024.08.15 05:40:36.455415 [ 193 ] {f74056ac-963a-4604-86a0-b4c0a6355317::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 | ||
15123 | 2024.08.15 05:40:36.455570 [ 3 ] {c40612ae-3a7c-4b96-b95f-88a9ba7a2686} <Debug> DynamicQueryHandler: Done processing query | ||
15124 | 2024.08.15 05:40:36.455631 [ 3 ] {c40612ae-3a7c-4b96-b95f-88a9ba7a2686} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
15125 | 2024.08.15 05:40:36.455675 [ 3 ] {} <Debug> HTTP-Session: dd106045-7fb3-4b04-9e2e-109b2cf72505 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15126 | 2024.08.15 05:40:36.455995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15127 | 2024.08.15 05:40:36.456333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15128 | 2024.08.15 05:40:36.456586 [ 193 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15129 | 2024.08.15 05:40:36.456599 [ 3 ] {} <Debug> HTTP-Session: a47f16d2-d731-4670-b848-fba1bebe580b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15130 | 2024.08.15 05:40:36.456623 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24086 rows, containing 5 columns (5 merged, 0 gathered) in 0.012411982 sec., 1940544.2257328443 rows/sec., 131.15 MiB/sec. | ||
15131 | 2024.08.15 05:40:36.456696 [ 3 ] {} <Debug> HTTP-Session: a47f16d2-d731-4670-b848-fba1bebe580b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15132 | 2024.08.15 05:40:36.456763 [ 3 ] {} <Debug> HTTP-Session: a47f16d2-d731-4670-b848-fba1bebe580b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15133 | 2024.08.15 05:40:36.456786 [ 193 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 948 rows starting from the beginning of the part | ||
15134 | 2024.08.15 05:40:36.456836 [ 3 ] {} <Trace> HTTP-Session: a47f16d2-d731-4670-b848-fba1bebe580b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15135 | 2024.08.15 05:40:36.457327 [ 3 ] {98de69f9-ffbd-41e5-a62e-6756353cadb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15136 | 2024.08.15 05:40:36.457325 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
15137 | 2024.08.15 05:40:36.457636 [ 193 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 4 rows starting from the beginning of the part | ||
15138 | 2024.08.15 05:40:36.457636 [ 3 ] {98de69f9-ffbd-41e5-a62e-6756353cadb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15139 | 2024.08.15 05:40:36.458795 [ 193 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 27 rows starting from the beginning of the part | ||
15140 | 2024.08.15 05:40:36.459464 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15141 | 2024.08.15 05:40:36.459713 [ 3 ] {98de69f9-ffbd-41e5-a62e-6756353cadb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15142 | 2024.08.15 05:40:36.459944 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
15143 | 2024.08.15 05:40:36.460122 [ 193 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 4 rows starting from the beginning of the part | ||
15144 | 2024.08.15 05:40:36.460262 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. | ||
15145 | 2024.08.15 05:40:36.460966 [ 193 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 38 rows starting from the beginning of the part | ||
15146 | 2024.08.15 05:40:36.461108 [ 3 ] {98de69f9-ffbd-41e5-a62e-6756353cadb5} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15147 | 2024.08.15 05:40:36.461190 [ 3 ] {98de69f9-ffbd-41e5-a62e-6756353cadb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
15148 | 2024.08.15 05:40:36.461634 [ 193 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 4 rows starting from the beginning of the part | ||
15149 | 2024.08.15 05:40:36.462630 [ 3 ] {98de69f9-ffbd-41e5-a62e-6756353cadb5} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
15150 | 2024.08.15 05:40:36.463512 [ 3 ] {98de69f9-ffbd-41e5-a62e-6756353cadb5} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15151 | 2024.08.15 05:40:36.463788 [ 96 ] {} <Debug> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
15152 | 2024.08.15 05:40:36.463805 [ 3 ] {98de69f9-ffbd-41e5-a62e-6756353cadb5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006733 sec., 12178.820733699687 rows/sec., 792.07 KiB/sec. | ||
15153 | 2024.08.15 05:40:36.463843 [ 96 ] {} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15154 | 2024.08.15 05:40:36.463914 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
15155 | 2024.08.15 05:40:36.464139 [ 194 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
15156 | 2024.08.15 05:40:36.464161 [ 3 ] {98de69f9-ffbd-41e5-a62e-6756353cadb5} <Debug> DynamicQueryHandler: Done processing query | ||
15157 | 2024.08.15 05:40:36.464240 [ 3 ] {98de69f9-ffbd-41e5-a62e-6756353cadb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15158 | 2024.08.15 05:40:36.464319 [ 3 ] {} <Debug> HTTP-Session: a47f16d2-d731-4670-b848-fba1bebe580b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15159 | 2024.08.15 05:40:36.464472 [ 194 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15160 | 2024.08.15 05:40:36.464520 [ 194 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4930 rows starting from the beginning of the part | ||
15161 | 2024.08.15 05:40:36.464652 [ 194 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 82 rows starting from the beginning of the part | ||
15162 | 2024.08.15 05:40:36.464954 [ 194 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part | ||
15163 | 2024.08.15 05:40:36.465243 [ 194 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 82 rows starting from the beginning of the part | ||
15164 | 2024.08.15 05:40:36.465565 [ 194 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part | ||
15165 | 2024.08.15 05:40:36.465905 [ 194 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 82 rows starting from the beginning of the part | ||
15166 | 2024.08.15 05:40:36.469777 [ 191 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5296 rows, containing 4 columns (4 merged, 0 gathered) in 0.005736181 sec., 923262.3587017216 rows/sec., 60.18 MiB/sec. | ||
15167 | 2024.08.15 05:40:36.470253 [ 191 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
15168 | 2024.08.15 05:40:36.471206 [ 191 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_81_16} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15169 | 2024.08.15 05:40:36.471290 [ 191 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_81_16} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
15170 | 2024.08.15 05:40:36.471446 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
15171 | 2024.08.15 05:40:36.472312 [ 190 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1025 rows, containing 19 columns (19 merged, 0 gathered) in 0.017154634 sec., 59750.61898726607 rows/sec., 107.07 MiB/sec. | ||
15172 | 2024.08.15 05:40:36.473412 [ 199 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
15173 | 2024.08.15 05:40:36.473990 [ 199 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15174 | 2024.08.15 05:40:36.474066 [ 199 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
15175 | 2024.08.15 05:40:36.474197 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.21 MiB. | ||
15176 | 2024.08.15 05:40:41.410347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 5787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15177 | 2024.08.15 05:40:41.410497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15178 | 2024.08.15 05:40:41.410526 [ 3 ] {} <Debug> HTTP-Session: 8f5c1c1f-bc7e-4eab-baa9-0e80b3b61046 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15179 | 2024.08.15 05:40:41.410555 [ 3 ] {} <Debug> HTTP-Session: 8f5c1c1f-bc7e-4eab-baa9-0e80b3b61046 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15180 | 2024.08.15 05:40:41.410573 [ 3 ] {} <Debug> HTTP-Session: 8f5c1c1f-bc7e-4eab-baa9-0e80b3b61046 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15181 | 2024.08.15 05:40:41.410628 [ 3 ] {} <Trace> HTTP-Session: 8f5c1c1f-bc7e-4eab-baa9-0e80b3b61046 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15182 | 2024.08.15 05:40:41.410847 [ 3 ] {fceae135-2142-4074-8849-b18991d29c82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15183 | 2024.08.15 05:40:41.410922 [ 3 ] {fceae135-2142-4074-8849-b18991d29c82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15184 | 2024.08.15 05:40:41.411136 [ 3 ] {fceae135-2142-4074-8849-b18991d29c82} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15185 | 2024.08.15 05:40:41.411612 [ 3 ] {fceae135-2142-4074-8849-b18991d29c82} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15186 | 2024.08.15 05:40:41.411656 [ 3 ] {fceae135-2142-4074-8849-b18991d29c82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
15187 | 2024.08.15 05:40:41.412023 [ 3 ] {fceae135-2142-4074-8849-b18991d29c82} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
15188 | 2024.08.15 05:40:41.412364 [ 3 ] {fceae135-2142-4074-8849-b18991d29c82} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15189 | 2024.08.15 05:40:41.412533 [ 3 ] {fceae135-2142-4074-8849-b18991d29c82} <Debug> executeQuery: Read 40 rows, 3.24 KiB in 0.001758 sec., 22753.128555176336 rows/sec., 1.80 MiB/sec. | ||
15190 | 2024.08.15 05:40:41.412761 [ 3 ] {fceae135-2142-4074-8849-b18991d29c82} <Debug> DynamicQueryHandler: Done processing query | ||
15191 | 2024.08.15 05:40:41.412787 [ 3 ] {fceae135-2142-4074-8849-b18991d29c82} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15192 | 2024.08.15 05:40:41.412806 [ 3 ] {} <Debug> HTTP-Session: 8f5c1c1f-bc7e-4eab-baa9-0e80b3b61046 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15193 | 2024.08.15 05:40:41.412995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 25960, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15194 | 2024.08.15 05:40:41.413046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15195 | 2024.08.15 05:40:41.413066 [ 3 ] {} <Debug> HTTP-Session: b4347193-e4e8-43fe-81f3-0792a29e7299 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15196 | 2024.08.15 05:40:41.413083 [ 3 ] {} <Debug> HTTP-Session: b4347193-e4e8-43fe-81f3-0792a29e7299 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15197 | 2024.08.15 05:40:41.413097 [ 3 ] {} <Debug> HTTP-Session: b4347193-e4e8-43fe-81f3-0792a29e7299 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15198 | 2024.08.15 05:40:41.413129 [ 3 ] {} <Trace> HTTP-Session: b4347193-e4e8-43fe-81f3-0792a29e7299 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15199 | 2024.08.15 05:40:41.413274 [ 3 ] {54c43fec-7c67-4602-a0a2-9acb1de24ac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15200 | 2024.08.15 05:40:41.413319 [ 3 ] {54c43fec-7c67-4602-a0a2-9acb1de24ac1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15201 | 2024.08.15 05:40:41.413453 [ 3 ] {54c43fec-7c67-4602-a0a2-9acb1de24ac1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15202 | 2024.08.15 05:40:41.413917 [ 3 ] {54c43fec-7c67-4602-a0a2-9acb1de24ac1} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15203 | 2024.08.15 05:40:41.413954 [ 3 ] {54c43fec-7c67-4602-a0a2-9acb1de24ac1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
15204 | 2024.08.15 05:40:41.414279 [ 3 ] {54c43fec-7c67-4602-a0a2-9acb1de24ac1} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
15205 | 2024.08.15 05:40:41.414581 [ 3 ] {54c43fec-7c67-4602-a0a2-9acb1de24ac1} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15206 | 2024.08.15 05:40:41.414721 [ 3 ] {54c43fec-7c67-4602-a0a2-9acb1de24ac1} <Debug> executeQuery: Read 176 rows, 15.27 KiB in 0.001507 sec., 116788.3211678832 rows/sec., 9.89 MiB/sec. | ||
15207 | 2024.08.15 05:40:41.414908 [ 3 ] {54c43fec-7c67-4602-a0a2-9acb1de24ac1} <Debug> DynamicQueryHandler: Done processing query | ||
15208 | 2024.08.15 05:40:41.414933 [ 3 ] {54c43fec-7c67-4602-a0a2-9acb1de24ac1} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
15209 | 2024.08.15 05:40:41.414948 [ 3 ] {} <Debug> HTTP-Session: b4347193-e4e8-43fe-81f3-0792a29e7299 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15210 | 2024.08.15 05:40:41.415150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 17652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15211 | 2024.08.15 05:40:41.415199 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15212 | 2024.08.15 05:40:41.415219 [ 3 ] {} <Debug> HTTP-Session: 4dc5d18f-7f77-4255-8cc5-a14e676a2566 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15213 | 2024.08.15 05:40:41.415235 [ 3 ] {} <Debug> HTTP-Session: 4dc5d18f-7f77-4255-8cc5-a14e676a2566 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15214 | 2024.08.15 05:40:41.415248 [ 3 ] {} <Debug> HTTP-Session: 4dc5d18f-7f77-4255-8cc5-a14e676a2566 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15215 | 2024.08.15 05:40:41.415279 [ 3 ] {} <Trace> HTTP-Session: 4dc5d18f-7f77-4255-8cc5-a14e676a2566 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15216 | 2024.08.15 05:40:41.415399 [ 3 ] {e3cd338a-85e3-4967-b011-7d14a2646373} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15217 | 2024.08.15 05:40:41.415441 [ 3 ] {e3cd338a-85e3-4967-b011-7d14a2646373} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15218 | 2024.08.15 05:40:41.415572 [ 3 ] {e3cd338a-85e3-4967-b011-7d14a2646373} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15219 | 2024.08.15 05:40:41.415938 [ 3 ] {e3cd338a-85e3-4967-b011-7d14a2646373} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15220 | 2024.08.15 05:40:41.415974 [ 3 ] {e3cd338a-85e3-4967-b011-7d14a2646373} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
15221 | 2024.08.15 05:40:41.416281 [ 3 ] {e3cd338a-85e3-4967-b011-7d14a2646373} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
15222 | 2024.08.15 05:40:41.416596 [ 3 ] {e3cd338a-85e3-4967-b011-7d14a2646373} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15223 | 2024.08.15 05:40:41.416752 [ 3 ] {e3cd338a-85e3-4967-b011-7d14a2646373} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001397 sec., 74445.23979957051 rows/sec., 5.81 MiB/sec. | ||
15224 | 2024.08.15 05:40:41.416918 [ 3 ] {e3cd338a-85e3-4967-b011-7d14a2646373} <Debug> DynamicQueryHandler: Done processing query | ||
15225 | 2024.08.15 05:40:41.416941 [ 3 ] {e3cd338a-85e3-4967-b011-7d14a2646373} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
15226 | 2024.08.15 05:40:41.416955 [ 3 ] {} <Debug> HTTP-Session: 4dc5d18f-7f77-4255-8cc5-a14e676a2566 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15227 | 2024.08.15 05:40:41.417107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15228 | 2024.08.15 05:40:41.417151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15229 | 2024.08.15 05:40:41.417168 [ 3 ] {} <Debug> HTTP-Session: 586923c7-0273-45b4-9bd0-7231d32daed7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15230 | 2024.08.15 05:40:41.417185 [ 3 ] {} <Debug> HTTP-Session: 586923c7-0273-45b4-9bd0-7231d32daed7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15231 | 2024.08.15 05:40:41.417197 [ 3 ] {} <Debug> HTTP-Session: 586923c7-0273-45b4-9bd0-7231d32daed7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15232 | 2024.08.15 05:40:41.417224 [ 3 ] {} <Trace> HTTP-Session: 586923c7-0273-45b4-9bd0-7231d32daed7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15233 | 2024.08.15 05:40:41.417358 [ 3 ] {dc8528c7-6ca7-4b01-a572-2286e11915e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15234 | 2024.08.15 05:40:41.417402 [ 3 ] {dc8528c7-6ca7-4b01-a572-2286e11915e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15235 | 2024.08.15 05:40:41.417538 [ 3 ] {dc8528c7-6ca7-4b01-a572-2286e11915e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15236 | 2024.08.15 05:40:41.417989 [ 3 ] {dc8528c7-6ca7-4b01-a572-2286e11915e3} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15237 | 2024.08.15 05:40:41.418024 [ 3 ] {dc8528c7-6ca7-4b01-a572-2286e11915e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
15238 | 2024.08.15 05:40:41.418404 [ 3 ] {dc8528c7-6ca7-4b01-a572-2286e11915e3} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
15239 | 2024.08.15 05:40:41.418738 [ 3 ] {dc8528c7-6ca7-4b01-a572-2286e11915e3} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15240 | 2024.08.15 05:40:41.418898 [ 3 ] {dc8528c7-6ca7-4b01-a572-2286e11915e3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001558 sec., 102695.76379974326 rows/sec., 7.15 MiB/sec. | ||
15241 | 2024.08.15 05:40:41.419162 [ 3 ] {dc8528c7-6ca7-4b01-a572-2286e11915e3} <Debug> DynamicQueryHandler: Done processing query | ||
15242 | 2024.08.15 05:40:41.419220 [ 3 ] {dc8528c7-6ca7-4b01-a572-2286e11915e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15243 | 2024.08.15 05:40:41.419270 [ 3 ] {} <Debug> HTTP-Session: 586923c7-0273-45b4-9bd0-7231d32daed7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15244 | 2024.08.15 05:40:41.419558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 64360, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15245 | 2024.08.15 05:40:41.419609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15246 | 2024.08.15 05:40:41.419628 [ 3 ] {} <Debug> HTTP-Session: 5820d9f6-648a-41ef-9983-66279c4bb6ab Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15247 | 2024.08.15 05:40:41.419644 [ 3 ] {} <Debug> HTTP-Session: 5820d9f6-648a-41ef-9983-66279c4bb6ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15248 | 2024.08.15 05:40:41.419657 [ 3 ] {} <Debug> HTTP-Session: 5820d9f6-648a-41ef-9983-66279c4bb6ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15249 | 2024.08.15 05:40:41.419689 [ 3 ] {} <Trace> HTTP-Session: 5820d9f6-648a-41ef-9983-66279c4bb6ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15250 | 2024.08.15 05:40:41.420092 [ 3 ] {af60e699-aff7-4319-898e-cb389bbf9505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15251 | 2024.08.15 05:40:41.420162 [ 3 ] {af60e699-aff7-4319-898e-cb389bbf9505} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
15252 | 2024.08.15 05:40:41.420580 [ 3 ] {af60e699-aff7-4319-898e-cb389bbf9505} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15253 | 2024.08.15 05:40:41.421336 [ 3 ] {af60e699-aff7-4319-898e-cb389bbf9505} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15254 | 2024.08.15 05:40:41.421372 [ 3 ] {af60e699-aff7-4319-898e-cb389bbf9505} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
15255 | 2024.08.15 05:40:41.422014 [ 3 ] {af60e699-aff7-4319-898e-cb389bbf9505} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
15256 | 2024.08.15 05:40:41.422421 [ 3 ] {af60e699-aff7-4319-898e-cb389bbf9505} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15257 | 2024.08.15 05:40:41.422624 [ 3 ] {af60e699-aff7-4319-898e-cb389bbf9505} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002833 sec., 14119.308153900458 rows/sec., 25.30 MiB/sec. | ||
15258 | 2024.08.15 05:40:41.422929 [ 3 ] {af60e699-aff7-4319-898e-cb389bbf9505} <Debug> DynamicQueryHandler: Done processing query | ||
15259 | 2024.08.15 05:40:41.422962 [ 3 ] {af60e699-aff7-4319-898e-cb389bbf9505} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
15260 | 2024.08.15 05:40:41.422984 [ 3 ] {} <Debug> HTTP-Session: 5820d9f6-648a-41ef-9983-66279c4bb6ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15261 | 2024.08.15 05:40:41.423141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15262 | 2024.08.15 05:40:41.423189 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15263 | 2024.08.15 05:40:41.423208 [ 3 ] {} <Debug> HTTP-Session: 6a757e3d-79ae-4f20-9f11-ebba97225dc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15264 | 2024.08.15 05:40:41.423224 [ 3 ] {} <Debug> HTTP-Session: 6a757e3d-79ae-4f20-9f11-ebba97225dc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15265 | 2024.08.15 05:40:41.423237 [ 3 ] {} <Debug> HTTP-Session: 6a757e3d-79ae-4f20-9f11-ebba97225dc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15266 | 2024.08.15 05:40:41.423267 [ 3 ] {} <Trace> HTTP-Session: 6a757e3d-79ae-4f20-9f11-ebba97225dc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15267 | 2024.08.15 05:40:41.423390 [ 3 ] {b9e2eabc-3a1d-48dc-91ac-b6c30c5cfd67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15268 | 2024.08.15 05:40:41.423434 [ 3 ] {b9e2eabc-3a1d-48dc-91ac-b6c30c5cfd67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15269 | 2024.08.15 05:40:41.423558 [ 3 ] {b9e2eabc-3a1d-48dc-91ac-b6c30c5cfd67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15270 | 2024.08.15 05:40:41.423883 [ 3 ] {b9e2eabc-3a1d-48dc-91ac-b6c30c5cfd67} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15271 | 2024.08.15 05:40:41.423920 [ 3 ] {b9e2eabc-3a1d-48dc-91ac-b6c30c5cfd67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
15272 | 2024.08.15 05:40:41.424276 [ 3 ] {b9e2eabc-3a1d-48dc-91ac-b6c30c5cfd67} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
15273 | 2024.08.15 05:40:41.424587 [ 3 ] {b9e2eabc-3a1d-48dc-91ac-b6c30c5cfd67} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15274 | 2024.08.15 05:40:41.424740 [ 3 ] {b9e2eabc-3a1d-48dc-91ac-b6c30c5cfd67} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001392 sec., 43103.448275862065 rows/sec., 2.90 MiB/sec. | ||
15275 | 2024.08.15 05:40:41.424989 [ 3 ] {b9e2eabc-3a1d-48dc-91ac-b6c30c5cfd67} <Debug> DynamicQueryHandler: Done processing query | ||
15276 | 2024.08.15 05:40:41.425048 [ 3 ] {b9e2eabc-3a1d-48dc-91ac-b6c30c5cfd67} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15277 | 2024.08.15 05:40:41.425108 [ 3 ] {} <Debug> HTTP-Session: 6a757e3d-79ae-4f20-9f11-ebba97225dc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15278 | 2024.08.15 05:40:46.410220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15279 | 2024.08.15 05:40:46.410410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15280 | 2024.08.15 05:40:46.410458 [ 3 ] {} <Debug> HTTP-Session: 860ac9b7-dd44-4a49-b715-57f6b7a7aa49 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15281 | 2024.08.15 05:40:46.410500 [ 3 ] {} <Debug> HTTP-Session: 860ac9b7-dd44-4a49-b715-57f6b7a7aa49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15282 | 2024.08.15 05:40:46.410530 [ 3 ] {} <Debug> HTTP-Session: 860ac9b7-dd44-4a49-b715-57f6b7a7aa49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15283 | 2024.08.15 05:40:46.410612 [ 3 ] {} <Trace> HTTP-Session: 860ac9b7-dd44-4a49-b715-57f6b7a7aa49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15284 | 2024.08.15 05:40:46.410882 [ 3 ] {4de5b3c6-1963-4c05-93c1-518ff86c940a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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) | ||
15285 | 2024.08.15 05:40:46.411312 [ 3 ] {4de5b3c6-1963-4c05-93c1-518ff86c940a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
15286 | 2024.08.15 05:40:46.411367 [ 3 ] {4de5b3c6-1963-4c05-93c1-518ff86c940a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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 | ||
15287 | 2024.08.15 05:40:46.411744 [ 3 ] {4de5b3c6-1963-4c05-93c1-518ff86c940a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
15288 | 2024.08.15 05:40:46.411829 [ 3 ] {4de5b3c6-1963-4c05-93c1-518ff86c940a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
15289 | 2024.08.15 05:40:46.412007 [ 3 ] {4de5b3c6-1963-4c05-93c1-518ff86c940a} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
15290 | 2024.08.15 05:40:46.412135 [ 263 ] {4de5b3c6-1963-4c05-93c1-518ff86c940a} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
15291 | 2024.08.15 05:40:46.412135 [ 259 ] {4de5b3c6-1963-4c05-93c1-518ff86c940a} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
15292 | 2024.08.15 05:40:46.412262 [ 3 ] {4de5b3c6-1963-4c05-93c1-518ff86c940a} <Debug> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
15293 | 2024.08.15 05:40:46.412295 [ 3 ] {4de5b3c6-1963-4c05-93c1-518ff86c940a} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
15294 | 2024.08.15 05:40:46.412354 [ 3 ] {4de5b3c6-1963-4c05-93c1-518ff86c940a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))" | ||
15295 | 2024.08.15 05:40:46.412382 [ 3 ] {4de5b3c6-1963-4c05-93c1-518ff86c940a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 40 rows starting from 0 | ||
15296 | 2024.08.15 05:40:46.413819 [ 3 ] {4de5b3c6-1963-4c05-93c1-518ff86c940a} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.003054 sec., 13097.576948264572 rows/sec., 499.47 KiB/sec. | ||
15297 | 2024.08.15 05:40:46.414121 [ 3 ] {4de5b3c6-1963-4c05-93c1-518ff86c940a} <Debug> DynamicQueryHandler: Done processing query | ||
15298 | 2024.08.15 05:40:46.414150 [ 3 ] {4de5b3c6-1963-4c05-93c1-518ff86c940a} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
15299 | 2024.08.15 05:40:46.414170 [ 3 ] {} <Debug> HTTP-Session: 860ac9b7-dd44-4a49-b715-57f6b7a7aa49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15300 | 2024.08.15 05:40:46.417314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15301 | 2024.08.15 05:40:46.417384 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15302 | 2024.08.15 05:40:46.417409 [ 3 ] {} <Debug> HTTP-Session: 7186e7af-815f-4de8-afc2-8ad0b6f7ad97 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15303 | 2024.08.15 05:40:46.417433 [ 3 ] {} <Debug> HTTP-Session: 7186e7af-815f-4de8-afc2-8ad0b6f7ad97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15304 | 2024.08.15 05:40:46.417451 [ 3 ] {} <Debug> HTTP-Session: 7186e7af-815f-4de8-afc2-8ad0b6f7ad97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15305 | 2024.08.15 05:40:46.417492 [ 3 ] {} <Trace> HTTP-Session: 7186e7af-815f-4de8-afc2-8ad0b6f7ad97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15306 | 2024.08.15 05:40:46.417627 [ 3 ] {9e61b9d8-adf8-4edd-8221-18ba944b9b87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
15307 | 2024.08.15 05:40:46.417676 [ 3 ] {9e61b9d8-adf8-4edd-8221-18ba944b9b87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
15308 | 2024.08.15 05:40:46.417852 [ 3 ] {9e61b9d8-adf8-4edd-8221-18ba944b9b87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15309 | 2024.08.15 05:40:46.418187 [ 3 ] {9e61b9d8-adf8-4edd-8221-18ba944b9b87} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15310 | 2024.08.15 05:40:46.418228 [ 3 ] {9e61b9d8-adf8-4edd-8221-18ba944b9b87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
15311 | 2024.08.15 05:40:46.418720 [ 3 ] {9e61b9d8-adf8-4edd-8221-18ba944b9b87} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
15312 | 2024.08.15 05:40:46.419037 [ 3 ] {9e61b9d8-adf8-4edd-8221-18ba944b9b87} <Trace> oximeter.timeseries_schema (abddd3f7-2e6b-423d-94d9-69a80f768004): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15313 | 2024.08.15 05:40:46.419219 [ 3 ] {9e61b9d8-adf8-4edd-8221-18ba944b9b87} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.001631 sec., 613.1207847946046 rows/sec., 170.64 KiB/sec. | ||
15314 | 2024.08.15 05:40:46.419618 [ 3 ] {9e61b9d8-adf8-4edd-8221-18ba944b9b87} <Debug> DynamicQueryHandler: Done processing query | ||
15315 | 2024.08.15 05:40:46.419645 [ 3 ] {9e61b9d8-adf8-4edd-8221-18ba944b9b87} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
15316 | 2024.08.15 05:40:46.419662 [ 3 ] {} <Debug> HTTP-Session: 7186e7af-815f-4de8-afc2-8ad0b6f7ad97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15317 | 2024.08.15 05:40:46.419784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15318 | 2024.08.15 05:40:46.419839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15319 | 2024.08.15 05:40:46.419859 [ 3 ] {} <Debug> HTTP-Session: a07ef462-5741-4ca8-a3bc-64e30fe4e3eb Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15320 | 2024.08.15 05:40:46.419877 [ 3 ] {} <Debug> HTTP-Session: a07ef462-5741-4ca8-a3bc-64e30fe4e3eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15321 | 2024.08.15 05:40:46.419891 [ 3 ] {} <Debug> HTTP-Session: a07ef462-5741-4ca8-a3bc-64e30fe4e3eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15322 | 2024.08.15 05:40:46.419925 [ 3 ] {} <Trace> HTTP-Session: a07ef462-5741-4ca8-a3bc-64e30fe4e3eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15323 | 2024.08.15 05:40:46.420028 [ 3 ] {e92e5d34-d392-46c9-b4f8-5d6319697388} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15324 | 2024.08.15 05:40:46.420073 [ 3 ] {e92e5d34-d392-46c9-b4f8-5d6319697388} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15325 | 2024.08.15 05:40:46.420218 [ 3 ] {e92e5d34-d392-46c9-b4f8-5d6319697388} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15326 | 2024.08.15 05:40:46.420507 [ 3 ] {e92e5d34-d392-46c9-b4f8-5d6319697388} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15327 | 2024.08.15 05:40:46.420545 [ 3 ] {e92e5d34-d392-46c9-b4f8-5d6319697388} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
15328 | 2024.08.15 05:40:46.420861 [ 3 ] {e92e5d34-d392-46c9-b4f8-5d6319697388} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
15329 | 2024.08.15 05:40:46.421175 [ 3 ] {e92e5d34-d392-46c9-b4f8-5d6319697388} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15330 | 2024.08.15 05:40:46.421331 [ 3 ] {e92e5d34-d392-46c9-b4f8-5d6319697388} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001329 sec., 3009.7817908201655 rows/sec., 243.96 KiB/sec. | ||
15331 | 2024.08.15 05:40:46.421510 [ 3 ] {e92e5d34-d392-46c9-b4f8-5d6319697388} <Debug> DynamicQueryHandler: Done processing query | ||
15332 | 2024.08.15 05:40:46.421536 [ 3 ] {e92e5d34-d392-46c9-b4f8-5d6319697388} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15333 | 2024.08.15 05:40:46.421552 [ 3 ] {} <Debug> HTTP-Session: a07ef462-5741-4ca8-a3bc-64e30fe4e3eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15334 | 2024.08.15 05:40:46.421671 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15335 | 2024.08.15 05:40:46.421722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15336 | 2024.08.15 05:40:46.421742 [ 3 ] {} <Debug> HTTP-Session: edaf923c-88ef-4307-9f09-d450129fbf27 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15337 | 2024.08.15 05:40:46.421759 [ 3 ] {} <Debug> HTTP-Session: edaf923c-88ef-4307-9f09-d450129fbf27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15338 | 2024.08.15 05:40:46.421773 [ 3 ] {} <Debug> HTTP-Session: edaf923c-88ef-4307-9f09-d450129fbf27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15339 | 2024.08.15 05:40:46.421804 [ 3 ] {} <Trace> HTTP-Session: edaf923c-88ef-4307-9f09-d450129fbf27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15340 | 2024.08.15 05:40:46.421901 [ 3 ] {728b3b75-d8a1-4f6b-b187-ab1dc162b655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15341 | 2024.08.15 05:40:46.421944 [ 3 ] {728b3b75-d8a1-4f6b-b187-ab1dc162b655} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15342 | 2024.08.15 05:40:46.422071 [ 3 ] {728b3b75-d8a1-4f6b-b187-ab1dc162b655} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15343 | 2024.08.15 05:40:46.422340 [ 3 ] {728b3b75-d8a1-4f6b-b187-ab1dc162b655} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15344 | 2024.08.15 05:40:46.422377 [ 3 ] {728b3b75-d8a1-4f6b-b187-ab1dc162b655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
15345 | 2024.08.15 05:40:46.422676 [ 3 ] {728b3b75-d8a1-4f6b-b187-ab1dc162b655} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
15346 | 2024.08.15 05:40:46.422973 [ 3 ] {728b3b75-d8a1-4f6b-b187-ab1dc162b655} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15347 | 2024.08.15 05:40:46.423138 [ 3 ] {728b3b75-d8a1-4f6b-b187-ab1dc162b655} <Debug> executeQuery: Read 2 rows, 152.00 B in 0.00125 sec., 1600 rows/sec., 118.75 KiB/sec. | ||
15348 | 2024.08.15 05:40:46.423449 [ 3 ] {728b3b75-d8a1-4f6b-b187-ab1dc162b655} <Debug> DynamicQueryHandler: Done processing query | ||
15349 | 2024.08.15 05:40:46.423475 [ 3 ] {728b3b75-d8a1-4f6b-b187-ab1dc162b655} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15350 | 2024.08.15 05:40:46.423493 [ 3 ] {} <Debug> HTTP-Session: edaf923c-88ef-4307-9f09-d450129fbf27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15351 | 2024.08.15 05:40:46.423659 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30719, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15352 | 2024.08.15 05:40:46.423709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15353 | 2024.08.15 05:40:46.423730 [ 3 ] {} <Debug> HTTP-Session: c856ce54-cec7-498d-9ef9-65fefdf120ae Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15354 | 2024.08.15 05:40:46.423746 [ 3 ] {} <Debug> HTTP-Session: c856ce54-cec7-498d-9ef9-65fefdf120ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15355 | 2024.08.15 05:40:46.423760 [ 3 ] {} <Debug> HTTP-Session: c856ce54-cec7-498d-9ef9-65fefdf120ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15356 | 2024.08.15 05:40:46.423791 [ 3 ] {} <Trace> HTTP-Session: c856ce54-cec7-498d-9ef9-65fefdf120ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15357 | 2024.08.15 05:40:46.423939 [ 3 ] {36ae00cc-7a50-4527-bef0-1ea2b26251f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15358 | 2024.08.15 05:40:46.423983 [ 3 ] {36ae00cc-7a50-4527-bef0-1ea2b26251f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15359 | 2024.08.15 05:40:46.424131 [ 3 ] {36ae00cc-7a50-4527-bef0-1ea2b26251f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15360 | 2024.08.15 05:40:46.424551 [ 3 ] {36ae00cc-7a50-4527-bef0-1ea2b26251f9} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15361 | 2024.08.15 05:40:46.424588 [ 3 ] {36ae00cc-7a50-4527-bef0-1ea2b26251f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
15362 | 2024.08.15 05:40:46.424908 [ 3 ] {36ae00cc-7a50-4527-bef0-1ea2b26251f9} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
15363 | 2024.08.15 05:40:46.425209 [ 3 ] {36ae00cc-7a50-4527-bef0-1ea2b26251f9} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15364 | 2024.08.15 05:40:46.425363 [ 3 ] {36ae00cc-7a50-4527-bef0-1ea2b26251f9} <Debug> executeQuery: Read 205 rows, 18.27 KiB in 0.001495 sec., 137123.745819398 rows/sec., 11.94 MiB/sec. | ||
15365 | 2024.08.15 05:40:46.425533 [ 3 ] {36ae00cc-7a50-4527-bef0-1ea2b26251f9} <Debug> DynamicQueryHandler: Done processing query | ||
15366 | 2024.08.15 05:40:46.425557 [ 3 ] {36ae00cc-7a50-4527-bef0-1ea2b26251f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
15367 | 2024.08.15 05:40:46.425574 [ 3 ] {} <Debug> HTTP-Session: c856ce54-cec7-498d-9ef9-65fefdf120ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15368 | 2024.08.15 05:40:46.425722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 315, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15369 | 2024.08.15 05:40:46.425773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15370 | 2024.08.15 05:40:46.425792 [ 3 ] {} <Debug> HTTP-Session: 621b4a54-f8a8-416c-bad5-b2b54c81cec3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15371 | 2024.08.15 05:40:46.425808 [ 3 ] {} <Debug> HTTP-Session: 621b4a54-f8a8-416c-bad5-b2b54c81cec3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15372 | 2024.08.15 05:40:46.425822 [ 3 ] {} <Debug> HTTP-Session: 621b4a54-f8a8-416c-bad5-b2b54c81cec3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15373 | 2024.08.15 05:40:46.425854 [ 3 ] {} <Trace> HTTP-Session: 621b4a54-f8a8-416c-bad5-b2b54c81cec3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15374 | 2024.08.15 05:40:46.425948 [ 3 ] {6ad003c4-9510-4c1a-9e6e-0cb4fb6b6abb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15375 | 2024.08.15 05:40:46.425990 [ 3 ] {6ad003c4-9510-4c1a-9e6e-0cb4fb6b6abb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15376 | 2024.08.15 05:40:46.426118 [ 3 ] {6ad003c4-9510-4c1a-9e6e-0cb4fb6b6abb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15377 | 2024.08.15 05:40:46.426385 [ 3 ] {6ad003c4-9510-4c1a-9e6e-0cb4fb6b6abb} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15378 | 2024.08.15 05:40:46.426423 [ 3 ] {6ad003c4-9510-4c1a-9e6e-0cb4fb6b6abb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
15379 | 2024.08.15 05:40:46.426721 [ 3 ] {6ad003c4-9510-4c1a-9e6e-0cb4fb6b6abb} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
15380 | 2024.08.15 05:40:46.427038 [ 3 ] {6ad003c4-9510-4c1a-9e6e-0cb4fb6b6abb} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15381 | 2024.08.15 05:40:46.427196 [ 3 ] {6ad003c4-9510-4c1a-9e6e-0cb4fb6b6abb} <Debug> executeQuery: Read 2 rows, 128.00 B in 0.001264 sec., 1582.2784810126584 rows/sec., 98.89 KiB/sec. | ||
15382 | 2024.08.15 05:40:46.427365 [ 3 ] {6ad003c4-9510-4c1a-9e6e-0cb4fb6b6abb} <Debug> DynamicQueryHandler: Done processing query | ||
15383 | 2024.08.15 05:40:46.427390 [ 3 ] {6ad003c4-9510-4c1a-9e6e-0cb4fb6b6abb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15384 | 2024.08.15 05:40:46.427406 [ 3 ] {} <Debug> HTTP-Session: 621b4a54-f8a8-416c-bad5-b2b54c81cec3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15385 | 2024.08.15 05:40:46.427516 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15386 | 2024.08.15 05:40:46.427566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15387 | 2024.08.15 05:40:46.427586 [ 3 ] {} <Debug> HTTP-Session: 0d2cdf53-fc55-4099-a54e-6458d6aab082 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15388 | 2024.08.15 05:40:46.427603 [ 3 ] {} <Debug> HTTP-Session: 0d2cdf53-fc55-4099-a54e-6458d6aab082 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15389 | 2024.08.15 05:40:46.427617 [ 3 ] {} <Debug> HTTP-Session: 0d2cdf53-fc55-4099-a54e-6458d6aab082 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15390 | 2024.08.15 05:40:46.427647 [ 3 ] {} <Trace> HTTP-Session: 0d2cdf53-fc55-4099-a54e-6458d6aab082 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15391 | 2024.08.15 05:40:46.427743 [ 3 ] {48dcd5ad-8725-4686-ac43-aaf2a99759d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
15392 | 2024.08.15 05:40:46.427785 [ 3 ] {48dcd5ad-8725-4686-ac43-aaf2a99759d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15393 | 2024.08.15 05:40:46.427922 [ 3 ] {48dcd5ad-8725-4686-ac43-aaf2a99759d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15394 | 2024.08.15 05:40:46.428198 [ 3 ] {48dcd5ad-8725-4686-ac43-aaf2a99759d8} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15395 | 2024.08.15 05:40:46.428235 [ 3 ] {48dcd5ad-8725-4686-ac43-aaf2a99759d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
15396 | 2024.08.15 05:40:46.428539 [ 3 ] {48dcd5ad-8725-4686-ac43-aaf2a99759d8} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
15397 | 2024.08.15 05:40:46.428843 [ 3 ] {48dcd5ad-8725-4686-ac43-aaf2a99759d8} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15398 | 2024.08.15 05:40:46.428986 [ 3 ] {48dcd5ad-8725-4686-ac43-aaf2a99759d8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001268 sec., 11041.009463722397 rows/sec., 773.24 KiB/sec. | ||
15399 | 2024.08.15 05:40:46.429255 [ 3 ] {48dcd5ad-8725-4686-ac43-aaf2a99759d8} <Debug> DynamicQueryHandler: Done processing query | ||
15400 | 2024.08.15 05:40:46.429301 [ 3 ] {48dcd5ad-8725-4686-ac43-aaf2a99759d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15401 | 2024.08.15 05:40:46.429317 [ 3 ] {} <Debug> HTTP-Session: 0d2cdf53-fc55-4099-a54e-6458d6aab082 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15402 | 2024.08.15 05:40:46.429433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15403 | 2024.08.15 05:40:46.429484 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15404 | 2024.08.15 05:40:46.429503 [ 3 ] {} <Debug> HTTP-Session: b381b467-ec76-40d1-ae20-5c1fba00e1a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15405 | 2024.08.15 05:40:46.429519 [ 3 ] {} <Debug> HTTP-Session: b381b467-ec76-40d1-ae20-5c1fba00e1a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15406 | 2024.08.15 05:40:46.429534 [ 3 ] {} <Debug> HTTP-Session: b381b467-ec76-40d1-ae20-5c1fba00e1a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15407 | 2024.08.15 05:40:46.429564 [ 3 ] {} <Trace> HTTP-Session: b381b467-ec76-40d1-ae20-5c1fba00e1a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15408 | 2024.08.15 05:40:46.429663 [ 3 ] {b95c3214-6a21-493f-8233-c3573fd55c23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
15409 | 2024.08.15 05:40:46.429707 [ 3 ] {b95c3214-6a21-493f-8233-c3573fd55c23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15410 | 2024.08.15 05:40:46.429854 [ 3 ] {b95c3214-6a21-493f-8233-c3573fd55c23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15411 | 2024.08.15 05:40:46.430127 [ 3 ] {b95c3214-6a21-493f-8233-c3573fd55c23} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15412 | 2024.08.15 05:40:46.430164 [ 3 ] {b95c3214-6a21-493f-8233-c3573fd55c23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
15413 | 2024.08.15 05:40:46.430464 [ 3 ] {b95c3214-6a21-493f-8233-c3573fd55c23} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
15414 | 2024.08.15 05:40:46.430760 [ 3 ] {b95c3214-6a21-493f-8233-c3573fd55c23} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15415 | 2024.08.15 05:40:46.430915 [ 3 ] {b95c3214-6a21-493f-8233-c3573fd55c23} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001272 sec., 4716.981132075472 rows/sec., 278.69 KiB/sec. | ||
15416 | 2024.08.15 05:40:46.431186 [ 3 ] {b95c3214-6a21-493f-8233-c3573fd55c23} <Debug> DynamicQueryHandler: Done processing query | ||
15417 | 2024.08.15 05:40:46.431237 [ 3 ] {b95c3214-6a21-493f-8233-c3573fd55c23} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15418 | 2024.08.15 05:40:46.431273 [ 3 ] {} <Debug> HTTP-Session: b381b467-ec76-40d1-ae20-5c1fba00e1a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15419 | 2024.08.15 05:40:46.431446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 64668, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15420 | 2024.08.15 05:40:46.431498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15421 | 2024.08.15 05:40:46.431517 [ 3 ] {} <Debug> HTTP-Session: 8d61bf5e-0886-4842-be16-26139bd942f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15422 | 2024.08.15 05:40:46.431533 [ 3 ] {} <Debug> HTTP-Session: 8d61bf5e-0886-4842-be16-26139bd942f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15423 | 2024.08.15 05:40:46.431547 [ 3 ] {} <Debug> HTTP-Session: 8d61bf5e-0886-4842-be16-26139bd942f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15424 | 2024.08.15 05:40:46.431578 [ 3 ] {} <Trace> HTTP-Session: 8d61bf5e-0886-4842-be16-26139bd942f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15425 | 2024.08.15 05:40:46.431792 [ 3 ] {a8700ac8-a534-4003-a6fa-556897dda0f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15426 | 2024.08.15 05:40:46.431837 [ 3 ] {a8700ac8-a534-4003-a6fa-556897dda0f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15427 | 2024.08.15 05:40:46.431982 [ 3 ] {a8700ac8-a534-4003-a6fa-556897dda0f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15428 | 2024.08.15 05:40:46.432489 [ 3 ] {a8700ac8-a534-4003-a6fa-556897dda0f3} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15429 | 2024.08.15 05:40:46.432528 [ 3 ] {a8700ac8-a534-4003-a6fa-556897dda0f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
15430 | 2024.08.15 05:40:46.432851 [ 3 ] {a8700ac8-a534-4003-a6fa-556897dda0f3} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
15431 | 2024.08.15 05:40:46.433162 [ 3 ] {a8700ac8-a534-4003-a6fa-556897dda0f3} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15432 | 2024.08.15 05:40:46.433314 [ 3 ] {a8700ac8-a534-4003-a6fa-556897dda0f3} <Debug> executeQuery: Read 400 rows, 28.98 KiB in 0.00163 sec., 245398.773006135 rows/sec., 17.37 MiB/sec. | ||
15433 | 2024.08.15 05:40:46.433562 [ 3 ] {a8700ac8-a534-4003-a6fa-556897dda0f3} <Debug> DynamicQueryHandler: Done processing query | ||
15434 | 2024.08.15 05:40:46.433620 [ 3 ] {a8700ac8-a534-4003-a6fa-556897dda0f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
15435 | 2024.08.15 05:40:46.433677 [ 3 ] {} <Debug> HTTP-Session: 8d61bf5e-0886-4842-be16-26139bd942f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15436 | 2024.08.15 05:40:46.433938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15437 | 2024.08.15 05:40:46.433991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15438 | 2024.08.15 05:40:46.434011 [ 3 ] {} <Debug> HTTP-Session: e2b0d096-2164-4b00-8050-44d26afee28b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15439 | 2024.08.15 05:40:46.434028 [ 3 ] {} <Debug> HTTP-Session: e2b0d096-2164-4b00-8050-44d26afee28b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15440 | 2024.08.15 05:40:46.434041 [ 3 ] {} <Debug> HTTP-Session: e2b0d096-2164-4b00-8050-44d26afee28b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15441 | 2024.08.15 05:40:46.434073 [ 3 ] {} <Trace> HTTP-Session: e2b0d096-2164-4b00-8050-44d26afee28b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15442 | 2024.08.15 05:40:46.434173 [ 3 ] {21b77ffd-f527-48bc-8d43-65c2b9d859fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15443 | 2024.08.15 05:40:46.434218 [ 3 ] {21b77ffd-f527-48bc-8d43-65c2b9d859fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15444 | 2024.08.15 05:40:46.434361 [ 3 ] {21b77ffd-f527-48bc-8d43-65c2b9d859fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15445 | 2024.08.15 05:40:46.434631 [ 3 ] {21b77ffd-f527-48bc-8d43-65c2b9d859fa} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15446 | 2024.08.15 05:40:46.434669 [ 3 ] {21b77ffd-f527-48bc-8d43-65c2b9d859fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
15447 | 2024.08.15 05:40:46.435021 [ 3 ] {21b77ffd-f527-48bc-8d43-65c2b9d859fa} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
15448 | 2024.08.15 05:40:46.435343 [ 3 ] {21b77ffd-f527-48bc-8d43-65c2b9d859fa} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15449 | 2024.08.15 05:40:46.435511 [ 3 ] {21b77ffd-f527-48bc-8d43-65c2b9d859fa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001358 sec., 4418.262150220913 rows/sec., 230.84 KiB/sec. | ||
15450 | 2024.08.15 05:40:46.435830 [ 3 ] {21b77ffd-f527-48bc-8d43-65c2b9d859fa} <Debug> DynamicQueryHandler: Done processing query | ||
15451 | 2024.08.15 05:40:46.435873 [ 3 ] {21b77ffd-f527-48bc-8d43-65c2b9d859fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15452 | 2024.08.15 05:40:46.435903 [ 3 ] {} <Debug> HTTP-Session: e2b0d096-2164-4b00-8050-44d26afee28b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15453 | 2024.08.15 05:40:46.436073 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 44968, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15454 | 2024.08.15 05:40:46.436123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15455 | 2024.08.15 05:40:46.436142 [ 3 ] {} <Debug> HTTP-Session: 0936be7b-86ee-4562-a954-1032a9435e33 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15456 | 2024.08.15 05:40:46.436158 [ 3 ] {} <Debug> HTTP-Session: 0936be7b-86ee-4562-a954-1032a9435e33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15457 | 2024.08.15 05:40:46.436173 [ 3 ] {} <Debug> HTTP-Session: 0936be7b-86ee-4562-a954-1032a9435e33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15458 | 2024.08.15 05:40:46.436204 [ 3 ] {} <Trace> HTTP-Session: 0936be7b-86ee-4562-a954-1032a9435e33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15459 | 2024.08.15 05:40:46.436405 [ 3 ] {cf5e2446-5a2f-4826-9803-f239982ca5f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15460 | 2024.08.15 05:40:46.436453 [ 3 ] {cf5e2446-5a2f-4826-9803-f239982ca5f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15461 | 2024.08.15 05:40:46.436616 [ 3 ] {cf5e2446-5a2f-4826-9803-f239982ca5f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15462 | 2024.08.15 05:40:46.437034 [ 3 ] {cf5e2446-5a2f-4826-9803-f239982ca5f3} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15463 | 2024.08.15 05:40:46.437071 [ 3 ] {cf5e2446-5a2f-4826-9803-f239982ca5f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
15464 | 2024.08.15 05:40:46.437442 [ 3 ] {cf5e2446-5a2f-4826-9803-f239982ca5f3} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
15465 | 2024.08.15 05:40:46.437772 [ 3 ] {cf5e2446-5a2f-4826-9803-f239982ca5f3} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15466 | 2024.08.15 05:40:46.437935 [ 3 ] {cf5e2446-5a2f-4826-9803-f239982ca5f3} <Debug> executeQuery: Read 239 rows, 16.39 KiB in 0.001635 sec., 146177.37003058105 rows/sec., 9.79 MiB/sec. | ||
15467 | 2024.08.15 05:40:46.438105 [ 3 ] {cf5e2446-5a2f-4826-9803-f239982ca5f3} <Debug> DynamicQueryHandler: Done processing query | ||
15468 | 2024.08.15 05:40:46.438130 [ 3 ] {cf5e2446-5a2f-4826-9803-f239982ca5f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
15469 | 2024.08.15 05:40:46.438145 [ 3 ] {} <Debug> HTTP-Session: 0936be7b-86ee-4562-a954-1032a9435e33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15470 | 2024.08.15 05:40:46.438305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15471 | 2024.08.15 05:40:46.438353 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15472 | 2024.08.15 05:40:46.438371 [ 3 ] {} <Debug> HTTP-Session: 9d6f61c9-3140-4e75-8f26-ee9c74c3f3d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15473 | 2024.08.15 05:40:46.438387 [ 3 ] {} <Debug> HTTP-Session: 9d6f61c9-3140-4e75-8f26-ee9c74c3f3d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15474 | 2024.08.15 05:40:46.438401 [ 3 ] {} <Debug> HTTP-Session: 9d6f61c9-3140-4e75-8f26-ee9c74c3f3d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15475 | 2024.08.15 05:40:46.438431 [ 3 ] {} <Trace> HTTP-Session: 9d6f61c9-3140-4e75-8f26-ee9c74c3f3d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15476 | 2024.08.15 05:40:46.438521 [ 3 ] {e43e9674-d5c7-493b-9a7c-8e1a0a05155b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
15477 | 2024.08.15 05:40:46.438565 [ 3 ] {e43e9674-d5c7-493b-9a7c-8e1a0a05155b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15478 | 2024.08.15 05:40:46.438694 [ 3 ] {e43e9674-d5c7-493b-9a7c-8e1a0a05155b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15479 | 2024.08.15 05:40:46.439000 [ 3 ] {e43e9674-d5c7-493b-9a7c-8e1a0a05155b} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15480 | 2024.08.15 05:40:46.439038 [ 3 ] {e43e9674-d5c7-493b-9a7c-8e1a0a05155b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
15481 | 2024.08.15 05:40:46.439376 [ 3 ] {e43e9674-d5c7-493b-9a7c-8e1a0a05155b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
15482 | 2024.08.15 05:40:46.439702 [ 3 ] {e43e9674-d5c7-493b-9a7c-8e1a0a05155b} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15483 | 2024.08.15 05:40:46.439872 [ 3 ] {e43e9674-d5c7-493b-9a7c-8e1a0a05155b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001366 sec., 732.0644216691069 rows/sec., 49.33 KiB/sec. | ||
15484 | 2024.08.15 05:40:46.440042 [ 3 ] {e43e9674-d5c7-493b-9a7c-8e1a0a05155b} <Debug> DynamicQueryHandler: Done processing query | ||
15485 | 2024.08.15 05:40:46.440066 [ 3 ] {e43e9674-d5c7-493b-9a7c-8e1a0a05155b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
15486 | 2024.08.15 05:40:46.440082 [ 3 ] {} <Debug> HTTP-Session: 9d6f61c9-3140-4e75-8f26-ee9c74c3f3d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15487 | 2024.08.15 05:40:46.440199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15488 | 2024.08.15 05:40:46.440247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15489 | 2024.08.15 05:40:46.440265 [ 3 ] {} <Debug> HTTP-Session: 7f8cf347-e2d2-4736-afda-4857315994fd Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15490 | 2024.08.15 05:40:46.440282 [ 3 ] {} <Debug> HTTP-Session: 7f8cf347-e2d2-4736-afda-4857315994fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15491 | 2024.08.15 05:40:46.440295 [ 3 ] {} <Debug> HTTP-Session: 7f8cf347-e2d2-4736-afda-4857315994fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15492 | 2024.08.15 05:40:46.440325 [ 3 ] {} <Trace> HTTP-Session: 7f8cf347-e2d2-4736-afda-4857315994fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15493 | 2024.08.15 05:40:46.440484 [ 3 ] {d1f8f004-6292-49f6-ad3d-30c7515288a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15494 | 2024.08.15 05:40:46.440547 [ 3 ] {d1f8f004-6292-49f6-ad3d-30c7515288a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
15495 | 2024.08.15 05:40:46.440968 [ 3 ] {d1f8f004-6292-49f6-ad3d-30c7515288a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15496 | 2024.08.15 05:40:46.441433 [ 3 ] {d1f8f004-6292-49f6-ad3d-30c7515288a6} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15497 | 2024.08.15 05:40:46.441468 [ 3 ] {d1f8f004-6292-49f6-ad3d-30c7515288a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
15498 | 2024.08.15 05:40:46.442055 [ 3 ] {d1f8f004-6292-49f6-ad3d-30c7515288a6} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
15499 | 2024.08.15 05:40:46.442454 [ 3 ] {d1f8f004-6292-49f6-ad3d-30c7515288a6} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15500 | 2024.08.15 05:40:46.442657 [ 3 ] {d1f8f004-6292-49f6-ad3d-30c7515288a6} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002245 sec., 1781.7371937639198 rows/sec., 3.19 MiB/sec. | ||
15501 | 2024.08.15 05:40:46.443123 [ 3 ] {d1f8f004-6292-49f6-ad3d-30c7515288a6} <Debug> DynamicQueryHandler: Done processing query | ||
15502 | 2024.08.15 05:40:46.443173 [ 3 ] {d1f8f004-6292-49f6-ad3d-30c7515288a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
15503 | 2024.08.15 05:40:46.443225 [ 3 ] {} <Debug> HTTP-Session: 7f8cf347-e2d2-4736-afda-4857315994fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15504 | 2024.08.15 05:40:46.443371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15505 | 2024.08.15 05:40:46.443419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15506 | 2024.08.15 05:40:46.443438 [ 3 ] {} <Debug> HTTP-Session: 2c28b1f9-d4aa-4f1d-87c4-a3ec73653695 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15507 | 2024.08.15 05:40:46.443454 [ 3 ] {} <Debug> HTTP-Session: 2c28b1f9-d4aa-4f1d-87c4-a3ec73653695 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15508 | 2024.08.15 05:40:46.443469 [ 3 ] {} <Debug> HTTP-Session: 2c28b1f9-d4aa-4f1d-87c4-a3ec73653695 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15509 | 2024.08.15 05:40:46.443499 [ 3 ] {} <Trace> HTTP-Session: 2c28b1f9-d4aa-4f1d-87c4-a3ec73653695 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15510 | 2024.08.15 05:40:46.443629 [ 3 ] {b4e70d80-5c16-4502-b5b7-7767308ae145} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15511 | 2024.08.15 05:40:46.443676 [ 3 ] {b4e70d80-5c16-4502-b5b7-7767308ae145} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15512 | 2024.08.15 05:40:46.443819 [ 3 ] {b4e70d80-5c16-4502-b5b7-7767308ae145} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15513 | 2024.08.15 05:40:46.444109 [ 3 ] {b4e70d80-5c16-4502-b5b7-7767308ae145} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15514 | 2024.08.15 05:40:46.444145 [ 3 ] {b4e70d80-5c16-4502-b5b7-7767308ae145} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
15515 | 2024.08.15 05:40:46.444495 [ 3 ] {b4e70d80-5c16-4502-b5b7-7767308ae145} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
15516 | 2024.08.15 05:40:46.444804 [ 3 ] {b4e70d80-5c16-4502-b5b7-7767308ae145} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15517 | 2024.08.15 05:40:46.444958 [ 3 ] {b4e70d80-5c16-4502-b5b7-7767308ae145} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001374 sec., 59679.76710334789 rows/sec., 3.79 MiB/sec. | ||
15518 | 2024.08.15 05:40:46.445122 [ 3 ] {b4e70d80-5c16-4502-b5b7-7767308ae145} <Debug> DynamicQueryHandler: Done processing query | ||
15519 | 2024.08.15 05:40:46.445147 [ 3 ] {b4e70d80-5c16-4502-b5b7-7767308ae145} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15520 | 2024.08.15 05:40:46.445162 [ 3 ] {} <Debug> HTTP-Session: 2c28b1f9-d4aa-4f1d-87c4-a3ec73653695 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15521 | 2024.08.15 05:40:50.238273 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
15522 | 2024.08.15 05:40:50.238343 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
15523 | 2024.08.15 05:40:51.410858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15524 | 2024.08.15 05:40:51.411021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15525 | 2024.08.15 05:40:51.411066 [ 3 ] {} <Debug> HTTP-Session: b9ccdf5e-e863-4b86-bf3d-ba54a8711857 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15526 | 2024.08.15 05:40:51.411108 [ 3 ] {} <Debug> HTTP-Session: b9ccdf5e-e863-4b86-bf3d-ba54a8711857 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15527 | 2024.08.15 05:40:51.411137 [ 3 ] {} <Debug> HTTP-Session: b9ccdf5e-e863-4b86-bf3d-ba54a8711857 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15528 | 2024.08.15 05:40:51.411215 [ 3 ] {} <Trace> HTTP-Session: b9ccdf5e-e863-4b86-bf3d-ba54a8711857 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15529 | 2024.08.15 05:40:51.411513 [ 3 ] {3268f23f-65da-4c09-bbf9-ed58f4cfffc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15530 | 2024.08.15 05:40:51.411619 [ 3 ] {3268f23f-65da-4c09-bbf9-ed58f4cfffc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15531 | 2024.08.15 05:40:51.411894 [ 3 ] {3268f23f-65da-4c09-bbf9-ed58f4cfffc4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15532 | 2024.08.15 05:40:51.412311 [ 3 ] {3268f23f-65da-4c09-bbf9-ed58f4cfffc4} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15533 | 2024.08.15 05:40:51.412353 [ 3 ] {3268f23f-65da-4c09-bbf9-ed58f4cfffc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
15534 | 2024.08.15 05:40:51.412727 [ 3 ] {3268f23f-65da-4c09-bbf9-ed58f4cfffc4} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
15535 | 2024.08.15 05:40:51.413052 [ 3 ] {3268f23f-65da-4c09-bbf9-ed58f4cfffc4} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15536 | 2024.08.15 05:40:51.413207 [ 3 ] {3268f23f-65da-4c09-bbf9-ed58f4cfffc4} <Debug> executeQuery: Read 46 rows, 3.73 KiB in 0.001803 sec., 25513.033832501387 rows/sec., 2.02 MiB/sec. | ||
15537 | 2024.08.15 05:40:51.413417 [ 3 ] {3268f23f-65da-4c09-bbf9-ed58f4cfffc4} <Debug> DynamicQueryHandler: Done processing query | ||
15538 | 2024.08.15 05:40:51.413445 [ 3 ] {3268f23f-65da-4c09-bbf9-ed58f4cfffc4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15539 | 2024.08.15 05:40:51.413462 [ 3 ] {} <Debug> HTTP-Session: b9ccdf5e-e863-4b86-bf3d-ba54a8711857 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15540 | 2024.08.15 05:40:51.413636 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 515, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15541 | 2024.08.15 05:40:51.413689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15542 | 2024.08.15 05:40:51.413709 [ 3 ] {} <Debug> HTTP-Session: dcc59815-3005-4e92-a59d-b4f52ba3a607 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15543 | 2024.08.15 05:40:51.413726 [ 3 ] {} <Debug> HTTP-Session: dcc59815-3005-4e92-a59d-b4f52ba3a607 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15544 | 2024.08.15 05:40:51.413741 [ 3 ] {} <Debug> HTTP-Session: dcc59815-3005-4e92-a59d-b4f52ba3a607 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15545 | 2024.08.15 05:40:51.413776 [ 3 ] {} <Trace> HTTP-Session: dcc59815-3005-4e92-a59d-b4f52ba3a607 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15546 | 2024.08.15 05:40:51.413880 [ 3 ] {57c7594b-37a3-4db7-b5c4-d5c792e6c975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15547 | 2024.08.15 05:40:51.413928 [ 3 ] {57c7594b-37a3-4db7-b5c4-d5c792e6c975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15548 | 2024.08.15 05:40:51.414057 [ 3 ] {57c7594b-37a3-4db7-b5c4-d5c792e6c975} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15549 | 2024.08.15 05:40:51.414345 [ 3 ] {57c7594b-37a3-4db7-b5c4-d5c792e6c975} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15550 | 2024.08.15 05:40:51.414383 [ 3 ] {57c7594b-37a3-4db7-b5c4-d5c792e6c975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
15551 | 2024.08.15 05:40:51.414689 [ 3 ] {57c7594b-37a3-4db7-b5c4-d5c792e6c975} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
15552 | 2024.08.15 05:40:51.414992 [ 3 ] {57c7594b-37a3-4db7-b5c4-d5c792e6c975} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15553 | 2024.08.15 05:40:51.415126 [ 3 ] {57c7594b-37a3-4db7-b5c4-d5c792e6c975} <Debug> executeQuery: Read 3 rows, 243.00 B in 0.001274 sec., 2354.7880690737834 rows/sec., 186.27 KiB/sec. | ||
15554 | 2024.08.15 05:40:51.415333 [ 3 ] {57c7594b-37a3-4db7-b5c4-d5c792e6c975} <Debug> DynamicQueryHandler: Done processing query | ||
15555 | 2024.08.15 05:40:51.415359 [ 3 ] {57c7594b-37a3-4db7-b5c4-d5c792e6c975} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15556 | 2024.08.15 05:40:51.415376 [ 3 ] {} <Debug> HTTP-Session: dcc59815-3005-4e92-a59d-b4f52ba3a607 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15557 | 2024.08.15 05:40:51.415547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 29103, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15558 | 2024.08.15 05:40:51.415596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15559 | 2024.08.15 05:40:51.415615 [ 3 ] {} <Debug> HTTP-Session: 324c2c8a-f5da-40cf-8836-21b495dbb8b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15560 | 2024.08.15 05:40:51.415631 [ 3 ] {} <Debug> HTTP-Session: 324c2c8a-f5da-40cf-8836-21b495dbb8b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15561 | 2024.08.15 05:40:51.415646 [ 3 ] {} <Debug> HTTP-Session: 324c2c8a-f5da-40cf-8836-21b495dbb8b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15562 | 2024.08.15 05:40:51.415677 [ 3 ] {} <Trace> HTTP-Session: 324c2c8a-f5da-40cf-8836-21b495dbb8b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15563 | 2024.08.15 05:40:51.415821 [ 3 ] {bfeaeaeb-f7e8-4881-9a4e-52d38ecf7df6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15564 | 2024.08.15 05:40:51.415865 [ 3 ] {bfeaeaeb-f7e8-4881-9a4e-52d38ecf7df6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15565 | 2024.08.15 05:40:51.415992 [ 3 ] {bfeaeaeb-f7e8-4881-9a4e-52d38ecf7df6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15566 | 2024.08.15 05:40:51.416403 [ 3 ] {bfeaeaeb-f7e8-4881-9a4e-52d38ecf7df6} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15567 | 2024.08.15 05:40:51.416440 [ 3 ] {bfeaeaeb-f7e8-4881-9a4e-52d38ecf7df6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
15568 | 2024.08.15 05:40:51.416755 [ 3 ] {bfeaeaeb-f7e8-4881-9a4e-52d38ecf7df6} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15569 | 2024.08.15 05:40:51.417049 [ 3 ] {bfeaeaeb-f7e8-4881-9a4e-52d38ecf7df6} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15570 | 2024.08.15 05:40:51.417172 [ 3 ] {bfeaeaeb-f7e8-4881-9a4e-52d38ecf7df6} <Debug> executeQuery: Read 197 rows, 17.14 KiB in 0.001419 sec., 138830.16208597604 rows/sec., 11.79 MiB/sec. | ||
15571 | 2024.08.15 05:40:51.417425 [ 3 ] {bfeaeaeb-f7e8-4881-9a4e-52d38ecf7df6} <Debug> DynamicQueryHandler: Done processing query | ||
15572 | 2024.08.15 05:40:51.417484 [ 3 ] {bfeaeaeb-f7e8-4881-9a4e-52d38ecf7df6} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
15573 | 2024.08.15 05:40:51.417540 [ 3 ] {} <Debug> HTTP-Session: 324c2c8a-f5da-40cf-8836-21b495dbb8b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15574 | 2024.08.15 05:40:51.417771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 464, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15575 | 2024.08.15 05:40:51.417824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15576 | 2024.08.15 05:40:51.417843 [ 3 ] {} <Debug> HTTP-Session: 89efbb13-43ea-4982-a393-46dd7a84dd23 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15577 | 2024.08.15 05:40:51.417860 [ 3 ] {} <Debug> HTTP-Session: 89efbb13-43ea-4982-a393-46dd7a84dd23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15578 | 2024.08.15 05:40:51.417876 [ 3 ] {} <Debug> HTTP-Session: 89efbb13-43ea-4982-a393-46dd7a84dd23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15579 | 2024.08.15 05:40:51.417908 [ 3 ] {} <Trace> HTTP-Session: 89efbb13-43ea-4982-a393-46dd7a84dd23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15580 | 2024.08.15 05:40:51.418016 [ 3 ] {41c10a72-0865-40d5-958c-62ad0fb8d3e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15581 | 2024.08.15 05:40:51.418060 [ 3 ] {41c10a72-0865-40d5-958c-62ad0fb8d3e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15582 | 2024.08.15 05:40:51.418198 [ 3 ] {41c10a72-0865-40d5-958c-62ad0fb8d3e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15583 | 2024.08.15 05:40:51.418517 [ 3 ] {41c10a72-0865-40d5-958c-62ad0fb8d3e2} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15584 | 2024.08.15 05:40:51.418553 [ 3 ] {41c10a72-0865-40d5-958c-62ad0fb8d3e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
15585 | 2024.08.15 05:40:51.418855 [ 3 ] {41c10a72-0865-40d5-958c-62ad0fb8d3e2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
15586 | 2024.08.15 05:40:51.419157 [ 3 ] {41c10a72-0865-40d5-958c-62ad0fb8d3e2} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15587 | 2024.08.15 05:40:51.419282 [ 3 ] {41c10a72-0865-40d5-958c-62ad0fb8d3e2} <Debug> executeQuery: Read 3 rows, 207.00 B in 0.001294 sec., 2318.3925811437402 rows/sec., 156.22 KiB/sec. | ||
15588 | 2024.08.15 05:40:51.419450 [ 3 ] {41c10a72-0865-40d5-958c-62ad0fb8d3e2} <Debug> DynamicQueryHandler: Done processing query | ||
15589 | 2024.08.15 05:40:51.419475 [ 3 ] {41c10a72-0865-40d5-958c-62ad0fb8d3e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15590 | 2024.08.15 05:40:51.419490 [ 3 ] {} <Debug> HTTP-Session: 89efbb13-43ea-4982-a393-46dd7a84dd23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15591 | 2024.08.15 05:40:51.419640 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 21650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15592 | 2024.08.15 05:40:51.419689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15593 | 2024.08.15 05:40:51.419708 [ 3 ] {} <Debug> HTTP-Session: b3a80e5c-7840-4bf5-be00-f4039df925dc Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15594 | 2024.08.15 05:40:51.419724 [ 3 ] {} <Debug> HTTP-Session: b3a80e5c-7840-4bf5-be00-f4039df925dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15595 | 2024.08.15 05:40:51.419738 [ 3 ] {} <Debug> HTTP-Session: b3a80e5c-7840-4bf5-be00-f4039df925dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15596 | 2024.08.15 05:40:51.419768 [ 3 ] {} <Trace> HTTP-Session: b3a80e5c-7840-4bf5-be00-f4039df925dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15597 | 2024.08.15 05:40:51.419897 [ 3 ] {ec387803-e803-4dca-8f17-5b51a5c904b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15598 | 2024.08.15 05:40:51.419939 [ 3 ] {ec387803-e803-4dca-8f17-5b51a5c904b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15599 | 2024.08.15 05:40:51.420064 [ 3 ] {ec387803-e803-4dca-8f17-5b51a5c904b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15600 | 2024.08.15 05:40:51.420415 [ 3 ] {ec387803-e803-4dca-8f17-5b51a5c904b5} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15601 | 2024.08.15 05:40:51.420451 [ 3 ] {ec387803-e803-4dca-8f17-5b51a5c904b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
15602 | 2024.08.15 05:40:51.420762 [ 3 ] {ec387803-e803-4dca-8f17-5b51a5c904b5} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15603 | 2024.08.15 05:40:51.421054 [ 3 ] {ec387803-e803-4dca-8f17-5b51a5c904b5} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15604 | 2024.08.15 05:40:51.421180 [ 3 ] {ec387803-e803-4dca-8f17-5b51a5c904b5} <Debug> executeQuery: Read 128 rows, 10.18 KiB in 0.001335 sec., 95880.14981273407 rows/sec., 7.44 MiB/sec. | ||
15605 | 2024.08.15 05:40:51.421390 [ 3 ] {ec387803-e803-4dca-8f17-5b51a5c904b5} <Debug> DynamicQueryHandler: Done processing query | ||
15606 | 2024.08.15 05:40:51.421426 [ 3 ] {ec387803-e803-4dca-8f17-5b51a5c904b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
15607 | 2024.08.15 05:40:51.421485 [ 3 ] {} <Debug> HTTP-Session: b3a80e5c-7840-4bf5-be00-f4039df925dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15608 | 2024.08.15 05:40:51.421736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30968, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15609 | 2024.08.15 05:40:51.421787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15610 | 2024.08.15 05:40:51.421806 [ 3 ] {} <Debug> HTTP-Session: 7d765a40-238e-4fc6-8186-f436fa791fb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15611 | 2024.08.15 05:40:51.421822 [ 3 ] {} <Debug> HTTP-Session: 7d765a40-238e-4fc6-8186-f436fa791fb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15612 | 2024.08.15 05:40:51.421837 [ 3 ] {} <Debug> HTTP-Session: 7d765a40-238e-4fc6-8186-f436fa791fb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15613 | 2024.08.15 05:40:51.421868 [ 3 ] {} <Trace> HTTP-Session: 7d765a40-238e-4fc6-8186-f436fa791fb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15614 | 2024.08.15 05:40:51.422016 [ 3 ] {c9032840-5dd9-4619-9484-867d10def129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15615 | 2024.08.15 05:40:51.422063 [ 3 ] {c9032840-5dd9-4619-9484-867d10def129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15616 | 2024.08.15 05:40:51.422220 [ 3 ] {c9032840-5dd9-4619-9484-867d10def129} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15617 | 2024.08.15 05:40:51.422632 [ 3 ] {c9032840-5dd9-4619-9484-867d10def129} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15618 | 2024.08.15 05:40:51.422667 [ 3 ] {c9032840-5dd9-4619-9484-867d10def129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
15619 | 2024.08.15 05:40:51.423056 [ 3 ] {c9032840-5dd9-4619-9484-867d10def129} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15620 | 2024.08.15 05:40:51.423390 [ 3 ] {c9032840-5dd9-4619-9484-867d10def129} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15621 | 2024.08.15 05:40:51.423521 [ 3 ] {c9032840-5dd9-4619-9484-867d10def129} <Debug> executeQuery: Read 162 rows, 11.54 KiB in 0.001573 sec., 102987.92116973935 rows/sec., 7.17 MiB/sec. | ||
15622 | 2024.08.15 05:40:51.423786 [ 3 ] {c9032840-5dd9-4619-9484-867d10def129} <Debug> DynamicQueryHandler: Done processing query | ||
15623 | 2024.08.15 05:40:51.423842 [ 3 ] {c9032840-5dd9-4619-9484-867d10def129} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15624 | 2024.08.15 05:40:51.423902 [ 3 ] {} <Debug> HTTP-Session: 7d765a40-238e-4fc6-8186-f436fa791fb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15625 | 2024.08.15 05:40:51.424101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 74463, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15626 | 2024.08.15 05:40:51.424155 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15627 | 2024.08.15 05:40:51.424174 [ 3 ] {} <Debug> HTTP-Session: 5e3c0f1d-ab82-47bb-af5b-03ad46c3d3cd Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15628 | 2024.08.15 05:40:51.424191 [ 3 ] {} <Debug> HTTP-Session: 5e3c0f1d-ab82-47bb-af5b-03ad46c3d3cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15629 | 2024.08.15 05:40:51.424205 [ 3 ] {} <Debug> HTTP-Session: 5e3c0f1d-ab82-47bb-af5b-03ad46c3d3cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15630 | 2024.08.15 05:40:51.424237 [ 3 ] {} <Trace> HTTP-Session: 5e3c0f1d-ab82-47bb-af5b-03ad46c3d3cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15631 | 2024.08.15 05:40:51.424687 [ 3 ] {0d6215a6-fd98-4aa2-8a82-5cc2a75333dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15632 | 2024.08.15 05:40:51.424759 [ 3 ] {0d6215a6-fd98-4aa2-8a82-5cc2a75333dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
15633 | 2024.08.15 05:40:51.425191 [ 3 ] {0d6215a6-fd98-4aa2-8a82-5cc2a75333dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15634 | 2024.08.15 05:40:51.425923 [ 3 ] {0d6215a6-fd98-4aa2-8a82-5cc2a75333dd} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15635 | 2024.08.15 05:40:51.425959 [ 3 ] {0d6215a6-fd98-4aa2-8a82-5cc2a75333dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
15636 | 2024.08.15 05:40:51.426574 [ 3 ] {0d6215a6-fd98-4aa2-8a82-5cc2a75333dd} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
15637 | 2024.08.15 05:40:51.426967 [ 3 ] {0d6215a6-fd98-4aa2-8a82-5cc2a75333dd} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15638 | 2024.08.15 05:40:51.427115 [ 3 ] {0d6215a6-fd98-4aa2-8a82-5cc2a75333dd} <Debug> executeQuery: Read 46 rows, 84.41 KiB in 0.002776 sec., 16570.605187319885 rows/sec., 29.69 MiB/sec. | ||
15639 | 2024.08.15 05:40:51.427321 [ 3 ] {0d6215a6-fd98-4aa2-8a82-5cc2a75333dd} <Debug> DynamicQueryHandler: Done processing query | ||
15640 | 2024.08.15 05:40:51.427346 [ 3 ] {0d6215a6-fd98-4aa2-8a82-5cc2a75333dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
15641 | 2024.08.15 05:40:51.427362 [ 3 ] {} <Debug> HTTP-Session: 5e3c0f1d-ab82-47bb-af5b-03ad46c3d3cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15642 | 2024.08.15 05:40:51.427490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1448, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15643 | 2024.08.15 05:40:51.427539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15644 | 2024.08.15 05:40:51.427559 [ 3 ] {} <Debug> HTTP-Session: 699d43ac-017f-45b7-9bfa-ea185e5e6e75 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15645 | 2024.08.15 05:40:51.427575 [ 3 ] {} <Debug> HTTP-Session: 699d43ac-017f-45b7-9bfa-ea185e5e6e75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15646 | 2024.08.15 05:40:51.427590 [ 3 ] {} <Debug> HTTP-Session: 699d43ac-017f-45b7-9bfa-ea185e5e6e75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15647 | 2024.08.15 05:40:51.427620 [ 3 ] {} <Trace> HTTP-Session: 699d43ac-017f-45b7-9bfa-ea185e5e6e75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15648 | 2024.08.15 05:40:51.427718 [ 3 ] {50b9a561-633f-4d62-8b64-f5f12b11bb32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
15649 | 2024.08.15 05:40:51.427762 [ 3 ] {50b9a561-633f-4d62-8b64-f5f12b11bb32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
15650 | 2024.08.15 05:40:51.427892 [ 3 ] {50b9a561-633f-4d62-8b64-f5f12b11bb32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15651 | 2024.08.15 05:40:51.428154 [ 3 ] {50b9a561-633f-4d62-8b64-f5f12b11bb32} <Trace> oximeter.measurements_i64 (2b61167c-b48c-4fc0-97c0-8888be23e626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15652 | 2024.08.15 05:40:51.428190 [ 3 ] {50b9a561-633f-4d62-8b64-f5f12b11bb32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
15653 | 2024.08.15 05:40:51.428537 [ 3 ] {50b9a561-633f-4d62-8b64-f5f12b11bb32} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
15654 | 2024.08.15 05:40:51.428846 [ 3 ] {50b9a561-633f-4d62-8b64-f5f12b11bb32} <Trace> oximeter.measurements_i64 (2b61167c-b48c-4fc0-97c0-8888be23e626): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15655 | 2024.08.15 05:40:51.428980 [ 3 ] {50b9a561-633f-4d62-8b64-f5f12b11bb32} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.00128 sec., 7031.249999999999 rows/sec., 496.67 KiB/sec. | ||
15656 | 2024.08.15 05:40:51.429298 [ 3 ] {50b9a561-633f-4d62-8b64-f5f12b11bb32} <Debug> DynamicQueryHandler: Done processing query | ||
15657 | 2024.08.15 05:40:51.429325 [ 3 ] {50b9a561-633f-4d62-8b64-f5f12b11bb32} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15658 | 2024.08.15 05:40:51.429341 [ 3 ] {} <Debug> HTTP-Session: 699d43ac-017f-45b7-9bfa-ea185e5e6e75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15659 | 2024.08.15 05:40:51.429513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15660 | 2024.08.15 05:40:51.429563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15661 | 2024.08.15 05:40:51.429582 [ 3 ] {} <Debug> HTTP-Session: cb955602-63ac-487a-9809-670f64e69442 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15662 | 2024.08.15 05:40:51.429598 [ 3 ] {} <Debug> HTTP-Session: cb955602-63ac-487a-9809-670f64e69442 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15663 | 2024.08.15 05:40:51.429612 [ 3 ] {} <Debug> HTTP-Session: cb955602-63ac-487a-9809-670f64e69442 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15664 | 2024.08.15 05:40:51.429643 [ 3 ] {} <Trace> HTTP-Session: cb955602-63ac-487a-9809-670f64e69442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15665 | 2024.08.15 05:40:51.429756 [ 3 ] {3f12fe1e-bebd-43bd-ab68-597621af54f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15666 | 2024.08.15 05:40:51.429801 [ 3 ] {3f12fe1e-bebd-43bd-ab68-597621af54f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15667 | 2024.08.15 05:40:51.429950 [ 3 ] {3f12fe1e-bebd-43bd-ab68-597621af54f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15668 | 2024.08.15 05:40:51.430237 [ 3 ] {3f12fe1e-bebd-43bd-ab68-597621af54f2} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15669 | 2024.08.15 05:40:51.430272 [ 3 ] {3f12fe1e-bebd-43bd-ab68-597621af54f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
15670 | 2024.08.15 05:40:51.430620 [ 3 ] {3f12fe1e-bebd-43bd-ab68-597621af54f2} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15671 | 2024.08.15 05:40:51.430940 [ 3 ] {3f12fe1e-bebd-43bd-ab68-597621af54f2} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15672 | 2024.08.15 05:40:51.431067 [ 3 ] {3f12fe1e-bebd-43bd-ab68-597621af54f2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00135 sec., 44444.444444444445 rows/sec., 3.00 MiB/sec. | ||
15673 | 2024.08.15 05:40:51.431225 [ 3 ] {3f12fe1e-bebd-43bd-ab68-597621af54f2} <Debug> DynamicQueryHandler: Done processing query | ||
15674 | 2024.08.15 05:40:51.431251 [ 3 ] {3f12fe1e-bebd-43bd-ab68-597621af54f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15675 | 2024.08.15 05:40:51.431266 [ 3 ] {} <Debug> HTTP-Session: cb955602-63ac-487a-9809-670f64e69442 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15676 | 2024.08.15 05:40:56.378572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15677 | 2024.08.15 05:40:56.378712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15678 | 2024.08.15 05:40:56.378741 [ 3 ] {} <Debug> HTTP-Session: d3a23c59-ba36-4d00-8786-881681e42f4f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15679 | 2024.08.15 05:40:56.378770 [ 3 ] {} <Debug> HTTP-Session: d3a23c59-ba36-4d00-8786-881681e42f4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15680 | 2024.08.15 05:40:56.378788 [ 3 ] {} <Debug> HTTP-Session: d3a23c59-ba36-4d00-8786-881681e42f4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15681 | 2024.08.15 05:40:56.378845 [ 3 ] {} <Trace> HTTP-Session: d3a23c59-ba36-4d00-8786-881681e42f4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15682 | 2024.08.15 05:40:56.379037 [ 3 ] {b0d6871e-f0bc-4ea2-b48a-89ee5b5177ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15683 | 2024.08.15 05:40:56.379102 [ 3 ] {b0d6871e-f0bc-4ea2-b48a-89ee5b5177ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15684 | 2024.08.15 05:40:56.379301 [ 3 ] {b0d6871e-f0bc-4ea2-b48a-89ee5b5177ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15685 | 2024.08.15 05:40:56.379769 [ 3 ] {b0d6871e-f0bc-4ea2-b48a-89ee5b5177ce} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15686 | 2024.08.15 05:40:56.379810 [ 3 ] {b0d6871e-f0bc-4ea2-b48a-89ee5b5177ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
15687 | 2024.08.15 05:40:56.380172 [ 3 ] {b0d6871e-f0bc-4ea2-b48a-89ee5b5177ce} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
15688 | 2024.08.15 05:40:56.380503 [ 3 ] {b0d6871e-f0bc-4ea2-b48a-89ee5b5177ce} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15689 | 2024.08.15 05:40:56.380652 [ 3 ] {b0d6871e-f0bc-4ea2-b48a-89ee5b5177ce} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001671 sec., 2393.77618192699 rows/sec., 194.03 KiB/sec. | ||
15690 | 2024.08.15 05:40:56.380868 [ 3 ] {b0d6871e-f0bc-4ea2-b48a-89ee5b5177ce} <Debug> DynamicQueryHandler: Done processing query | ||
15691 | 2024.08.15 05:40:56.380896 [ 3 ] {b0d6871e-f0bc-4ea2-b48a-89ee5b5177ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15692 | 2024.08.15 05:40:56.380918 [ 3 ] {} <Debug> HTTP-Session: d3a23c59-ba36-4d00-8786-881681e42f4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15693 | 2024.08.15 05:40:56.381095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15694 | 2024.08.15 05:40:56.381151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15695 | 2024.08.15 05:40:56.381170 [ 3 ] {} <Debug> HTTP-Session: 924eefdb-5400-4ae0-a55d-2b6db9a0b9bf Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15696 | 2024.08.15 05:40:56.381190 [ 3 ] {} <Debug> HTTP-Session: 924eefdb-5400-4ae0-a55d-2b6db9a0b9bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15697 | 2024.08.15 05:40:56.381204 [ 3 ] {} <Debug> HTTP-Session: 924eefdb-5400-4ae0-a55d-2b6db9a0b9bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15698 | 2024.08.15 05:40:56.381239 [ 3 ] {} <Trace> HTTP-Session: 924eefdb-5400-4ae0-a55d-2b6db9a0b9bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15699 | 2024.08.15 05:40:56.381341 [ 3 ] {d8a3fdde-6064-4c34-b456-c50d858d1101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15700 | 2024.08.15 05:40:56.381388 [ 3 ] {d8a3fdde-6064-4c34-b456-c50d858d1101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15701 | 2024.08.15 05:40:56.381521 [ 3 ] {d8a3fdde-6064-4c34-b456-c50d858d1101} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15702 | 2024.08.15 05:40:56.381833 [ 3 ] {d8a3fdde-6064-4c34-b456-c50d858d1101} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15703 | 2024.08.15 05:40:56.381869 [ 3 ] {d8a3fdde-6064-4c34-b456-c50d858d1101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
15704 | 2024.08.15 05:40:56.382161 [ 3 ] {d8a3fdde-6064-4c34-b456-c50d858d1101} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
15705 | 2024.08.15 05:40:56.382463 [ 3 ] {d8a3fdde-6064-4c34-b456-c50d858d1101} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15706 | 2024.08.15 05:40:56.382588 [ 147 ] {} <Debug> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
15707 | 2024.08.15 05:40:56.382597 [ 3 ] {d8a3fdde-6064-4c34-b456-c50d858d1101} <Debug> executeQuery: Read 2 rows, 152.00 B in 0.001284 sec., 1557.632398753894 rows/sec., 115.61 KiB/sec. | ||
15708 | 2024.08.15 05:40:56.382638 [ 147 ] {} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15709 | 2024.08.15 05:40:56.382676 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
15710 | 2024.08.15 05:40:56.382817 [ 3 ] {d8a3fdde-6064-4c34-b456-c50d858d1101} <Debug> DynamicQueryHandler: Done processing query | ||
15711 | 2024.08.15 05:40:56.382844 [ 189 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::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 | ||
15712 | 2024.08.15 05:40:56.382849 [ 3 ] {d8a3fdde-6064-4c34-b456-c50d858d1101} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15713 | 2024.08.15 05:40:56.382934 [ 3 ] {} <Debug> HTTP-Session: 924eefdb-5400-4ae0-a55d-2b6db9a0b9bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15714 | 2024.08.15 05:40:56.383055 [ 189 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15715 | 2024.08.15 05:40:56.383095 [ 189 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 16 rows starting from the beginning of the part | ||
15716 | 2024.08.15 05:40:56.383169 [ 189 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
15717 | 2024.08.15 05:40:56.383389 [ 189 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part | ||
15718 | 2024.08.15 05:40:56.383480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 196204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15719 | 2024.08.15 05:40:56.383711 [ 189 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
15720 | 2024.08.15 05:40:56.383719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15721 | 2024.08.15 05:40:56.383811 [ 3 ] {} <Debug> HTTP-Session: 77427c6f-419f-4a80-9ccf-9365926d2065 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15722 | 2024.08.15 05:40:56.383920 [ 3 ] {} <Debug> HTTP-Session: 77427c6f-419f-4a80-9ccf-9365926d2065 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15723 | 2024.08.15 05:40:56.383945 [ 189 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 3 rows starting from the beginning of the part | ||
15724 | 2024.08.15 05:40:56.383997 [ 3 ] {} <Debug> HTTP-Session: 77427c6f-419f-4a80-9ccf-9365926d2065 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15725 | 2024.08.15 05:40:56.384205 [ 3 ] {} <Trace> HTTP-Session: 77427c6f-419f-4a80-9ccf-9365926d2065 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15726 | 2024.08.15 05:40:56.384253 [ 189 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part | ||
15727 | 2024.08.15 05:40:56.384834 [ 3 ] {fa43e72b-cedb-47c1-bafd-ec5cf35e4c2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15728 | 2024.08.15 05:40:56.384949 [ 3 ] {fa43e72b-cedb-47c1-bafd-ec5cf35e4c2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15729 | 2024.08.15 05:40:56.385424 [ 3 ] {fa43e72b-cedb-47c1-bafd-ec5cf35e4c2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15730 | 2024.08.15 05:40:56.386039 [ 199 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31 rows, containing 4 columns (4 merged, 0 gathered) in 0.003285559 sec., 9435.228525800328 rows/sec., 758.23 KiB/sec. | ||
15731 | 2024.08.15 05:40:56.386179 [ 199 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
15732 | 2024.08.15 05:40:56.386738 [ 199 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_31_6} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15733 | 2024.08.15 05:40:56.386821 [ 199 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_31_6} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
15734 | 2024.08.15 05:40:56.386913 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
15735 | 2024.08.15 05:40:56.387005 [ 3 ] {fa43e72b-cedb-47c1-bafd-ec5cf35e4c2d} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15736 | 2024.08.15 05:40:56.387041 [ 3 ] {fa43e72b-cedb-47c1-bafd-ec5cf35e4c2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
15737 | 2024.08.15 05:40:56.387436 [ 3 ] {fa43e72b-cedb-47c1-bafd-ec5cf35e4c2d} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15738 | 2024.08.15 05:40:56.387734 [ 3 ] {fa43e72b-cedb-47c1-bafd-ec5cf35e4c2d} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15739 | 2024.08.15 05:40:56.387868 [ 3 ] {fa43e72b-cedb-47c1-bafd-ec5cf35e4c2d} <Debug> executeQuery: Read 1345 rows, 114.83 KiB in 0.003429 sec., 392242.6363371245 rows/sec., 32.70 MiB/sec. | ||
15740 | 2024.08.15 05:40:56.388062 [ 3 ] {fa43e72b-cedb-47c1-bafd-ec5cf35e4c2d} <Debug> DynamicQueryHandler: Done processing query | ||
15741 | 2024.08.15 05:40:56.388087 [ 3 ] {fa43e72b-cedb-47c1-bafd-ec5cf35e4c2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
15742 | 2024.08.15 05:40:56.388103 [ 3 ] {} <Debug> HTTP-Session: 77427c6f-419f-4a80-9ccf-9365926d2065 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15743 | 2024.08.15 05:40:56.388391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 315, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15744 | 2024.08.15 05:40:56.388440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15745 | 2024.08.15 05:40:56.388458 [ 3 ] {} <Debug> HTTP-Session: 3315f123-56cd-4f0c-979a-9527ea09e237 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15746 | 2024.08.15 05:40:56.388474 [ 3 ] {} <Debug> HTTP-Session: 3315f123-56cd-4f0c-979a-9527ea09e237 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15747 | 2024.08.15 05:40:56.388487 [ 3 ] {} <Debug> HTTP-Session: 3315f123-56cd-4f0c-979a-9527ea09e237 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15748 | 2024.08.15 05:40:56.388519 [ 3 ] {} <Trace> HTTP-Session: 3315f123-56cd-4f0c-979a-9527ea09e237 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15749 | 2024.08.15 05:40:56.388613 [ 3 ] {260e6055-34d8-40e8-984a-1279faf38dd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15750 | 2024.08.15 05:40:56.388655 [ 3 ] {260e6055-34d8-40e8-984a-1279faf38dd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15751 | 2024.08.15 05:40:56.388785 [ 3 ] {260e6055-34d8-40e8-984a-1279faf38dd0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15752 | 2024.08.15 05:40:56.389063 [ 3 ] {260e6055-34d8-40e8-984a-1279faf38dd0} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15753 | 2024.08.15 05:40:56.389099 [ 3 ] {260e6055-34d8-40e8-984a-1279faf38dd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
15754 | 2024.08.15 05:40:56.389412 [ 3 ] {260e6055-34d8-40e8-984a-1279faf38dd0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
15755 | 2024.08.15 05:40:56.389703 [ 3 ] {260e6055-34d8-40e8-984a-1279faf38dd0} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15756 | 2024.08.15 05:40:56.389823 [ 147 ] {} <Debug> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
15757 | 2024.08.15 05:40:56.389832 [ 3 ] {260e6055-34d8-40e8-984a-1279faf38dd0} <Debug> executeQuery: Read 2 rows, 128.00 B in 0.001243 sec., 1609.0104585679808 rows/sec., 100.56 KiB/sec. | ||
15758 | 2024.08.15 05:40:56.389851 [ 147 ] {} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15759 | 2024.08.15 05:40:56.389887 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
15760 | 2024.08.15 05:40:56.390057 [ 189 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::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 | ||
15761 | 2024.08.15 05:40:56.390091 [ 3 ] {260e6055-34d8-40e8-984a-1279faf38dd0} <Debug> DynamicQueryHandler: Done processing query | ||
15762 | 2024.08.15 05:40:56.390133 [ 3 ] {260e6055-34d8-40e8-984a-1279faf38dd0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15763 | 2024.08.15 05:40:56.390169 [ 3 ] {} <Debug> HTTP-Session: 3315f123-56cd-4f0c-979a-9527ea09e237 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15764 | 2024.08.15 05:40:56.390268 [ 189 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15765 | 2024.08.15 05:40:56.390329 [ 189 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 16 rows starting from the beginning of the part | ||
15766 | 2024.08.15 05:40:56.390434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 32348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15767 | 2024.08.15 05:40:56.390515 [ 189 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
15768 | 2024.08.15 05:40:56.390569 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15769 | 2024.08.15 05:40:56.390637 [ 3 ] {} <Debug> HTTP-Session: fa3cfa7d-3b26-4153-b21a-4a5e8aa69f06 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15770 | 2024.08.15 05:40:56.390718 [ 3 ] {} <Debug> HTTP-Session: fa3cfa7d-3b26-4153-b21a-4a5e8aa69f06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15771 | 2024.08.15 05:40:56.390780 [ 3 ] {} <Debug> HTTP-Session: fa3cfa7d-3b26-4153-b21a-4a5e8aa69f06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15772 | 2024.08.15 05:40:56.390859 [ 189 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part | ||
15773 | 2024.08.15 05:40:56.390881 [ 3 ] {} <Trace> HTTP-Session: fa3cfa7d-3b26-4153-b21a-4a5e8aa69f06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15774 | 2024.08.15 05:40:56.391039 [ 189 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
15775 | 2024.08.15 05:40:56.391257 [ 189 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 3 rows starting from the beginning of the part | ||
15776 | 2024.08.15 05:40:56.391282 [ 3 ] {6b253e7e-2493-477d-b670-d50206e4c552} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
15777 | 2024.08.15 05:40:56.391430 [ 3 ] {6b253e7e-2493-477d-b670-d50206e4c552} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15778 | 2024.08.15 05:40:56.391550 [ 189 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part | ||
15779 | 2024.08.15 05:40:56.392245 [ 3 ] {6b253e7e-2493-477d-b670-d50206e4c552} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15780 | 2024.08.15 05:40:56.393211 [ 3 ] {6b253e7e-2493-477d-b670-d50206e4c552} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15781 | 2024.08.15 05:40:56.393274 [ 3 ] {6b253e7e-2493-477d-b670-d50206e4c552} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
15782 | 2024.08.15 05:40:56.394073 [ 189 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31 rows, containing 4 columns (4 merged, 0 gathered) in 0.004096137 sec., 7568.106242540228 rows/sec., 519.50 KiB/sec. | ||
15783 | 2024.08.15 05:40:56.394199 [ 3 ] {6b253e7e-2493-477d-b670-d50206e4c552} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
15784 | 2024.08.15 05:40:56.394244 [ 189 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
15785 | 2024.08.15 05:40:56.394954 [ 3 ] {6b253e7e-2493-477d-b670-d50206e4c552} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15786 | 2024.08.15 05:40:56.395084 [ 189 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_31_6} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15787 | 2024.08.15 05:40:56.395245 [ 3 ] {6b253e7e-2493-477d-b670-d50206e4c552} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.004162 sec., 58145.12253724171 rows/sec., 3.94 MiB/sec. | ||
15788 | 2024.08.15 05:40:56.395324 [ 189 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_31_6} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
15789 | 2024.08.15 05:40:56.395503 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
15790 | 2024.08.15 05:40:56.395579 [ 3 ] {6b253e7e-2493-477d-b670-d50206e4c552} <Debug> DynamicQueryHandler: Done processing query | ||
15791 | 2024.08.15 05:40:56.395609 [ 3 ] {6b253e7e-2493-477d-b670-d50206e4c552} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
15792 | 2024.08.15 05:40:56.395625 [ 3 ] {} <Debug> HTTP-Session: fa3cfa7d-3b26-4153-b21a-4a5e8aa69f06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15793 | 2024.08.15 05:40:56.395803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15794 | 2024.08.15 05:40:56.395851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15795 | 2024.08.15 05:40:56.395869 [ 3 ] {} <Debug> HTTP-Session: 6d22694d-56a6-4f25-8d3d-ea29f5214217 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15796 | 2024.08.15 05:40:56.395884 [ 3 ] {} <Debug> HTTP-Session: 6d22694d-56a6-4f25-8d3d-ea29f5214217 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15797 | 2024.08.15 05:40:56.395898 [ 3 ] {} <Debug> HTTP-Session: 6d22694d-56a6-4f25-8d3d-ea29f5214217 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15798 | 2024.08.15 05:40:56.395930 [ 3 ] {} <Trace> HTTP-Session: 6d22694d-56a6-4f25-8d3d-ea29f5214217 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15799 | 2024.08.15 05:40:56.396028 [ 3 ] {13f9a382-33d6-4577-833a-a3b4f7e5ef39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
15800 | 2024.08.15 05:40:56.396072 [ 3 ] {13f9a382-33d6-4577-833a-a3b4f7e5ef39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15801 | 2024.08.15 05:40:56.396216 [ 3 ] {13f9a382-33d6-4577-833a-a3b4f7e5ef39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15802 | 2024.08.15 05:40:56.396498 [ 3 ] {13f9a382-33d6-4577-833a-a3b4f7e5ef39} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15803 | 2024.08.15 05:40:56.396533 [ 3 ] {13f9a382-33d6-4577-833a-a3b4f7e5ef39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
15804 | 2024.08.15 05:40:56.396840 [ 3 ] {13f9a382-33d6-4577-833a-a3b4f7e5ef39} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
15805 | 2024.08.15 05:40:56.397143 [ 3 ] {13f9a382-33d6-4577-833a-a3b4f7e5ef39} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15806 | 2024.08.15 05:40:56.397270 [ 3 ] {13f9a382-33d6-4577-833a-a3b4f7e5ef39} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001268 sec., 4731.86119873817 rows/sec., 279.57 KiB/sec. | ||
15807 | 2024.08.15 05:40:56.397549 [ 3 ] {13f9a382-33d6-4577-833a-a3b4f7e5ef39} <Debug> DynamicQueryHandler: Done processing query | ||
15808 | 2024.08.15 05:40:56.397614 [ 3 ] {13f9a382-33d6-4577-833a-a3b4f7e5ef39} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15809 | 2024.08.15 05:40:56.397663 [ 3 ] {} <Debug> HTTP-Session: 6d22694d-56a6-4f25-8d3d-ea29f5214217 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15810 | 2024.08.15 05:40:56.397916 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 139646, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15811 | 2024.08.15 05:40:56.397969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15812 | 2024.08.15 05:40:56.397987 [ 3 ] {} <Debug> HTTP-Session: 0e7f0d88-2d33-4d2b-9c1f-055a80cb1594 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15813 | 2024.08.15 05:40:56.398004 [ 3 ] {} <Debug> HTTP-Session: 0e7f0d88-2d33-4d2b-9c1f-055a80cb1594 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15814 | 2024.08.15 05:40:56.398017 [ 3 ] {} <Debug> HTTP-Session: 0e7f0d88-2d33-4d2b-9c1f-055a80cb1594 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15815 | 2024.08.15 05:40:56.398049 [ 3 ] {} <Trace> HTTP-Session: 0e7f0d88-2d33-4d2b-9c1f-055a80cb1594 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15816 | 2024.08.15 05:40:56.398389 [ 3 ] {b9b07d23-24b3-4901-a961-a3d528ca314d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15817 | 2024.08.15 05:40:56.398434 [ 3 ] {b9b07d23-24b3-4901-a961-a3d528ca314d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15818 | 2024.08.15 05:40:56.398577 [ 3 ] {b9b07d23-24b3-4901-a961-a3d528ca314d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15819 | 2024.08.15 05:40:56.399413 [ 3 ] {b9b07d23-24b3-4901-a961-a3d528ca314d} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15820 | 2024.08.15 05:40:56.399449 [ 3 ] {b9b07d23-24b3-4901-a961-a3d528ca314d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
15821 | 2024.08.15 05:40:56.399786 [ 3 ] {b9b07d23-24b3-4901-a961-a3d528ca314d} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15822 | 2024.08.15 05:40:56.400081 [ 3 ] {b9b07d23-24b3-4901-a961-a3d528ca314d} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15823 | 2024.08.15 05:40:56.400213 [ 3 ] {b9b07d23-24b3-4901-a961-a3d528ca314d} <Debug> executeQuery: Read 856 rows, 63.27 KiB in 0.002047 sec., 418172.9360039081 rows/sec., 30.19 MiB/sec. | ||
15824 | 2024.08.15 05:40:56.400480 [ 3 ] {b9b07d23-24b3-4901-a961-a3d528ca314d} <Debug> DynamicQueryHandler: Done processing query | ||
15825 | 2024.08.15 05:40:56.400544 [ 3 ] {b9b07d23-24b3-4901-a961-a3d528ca314d} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
15826 | 2024.08.15 05:40:56.400595 [ 3 ] {} <Debug> HTTP-Session: 0e7f0d88-2d33-4d2b-9c1f-055a80cb1594 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15827 | 2024.08.15 05:40:56.400856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15828 | 2024.08.15 05:40:56.400907 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15829 | 2024.08.15 05:40:56.400927 [ 3 ] {} <Debug> HTTP-Session: aa0116c4-3c2f-422c-b9d9-7e57ae6bba23 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15830 | 2024.08.15 05:40:56.400943 [ 3 ] {} <Debug> HTTP-Session: aa0116c4-3c2f-422c-b9d9-7e57ae6bba23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15831 | 2024.08.15 05:40:56.400957 [ 3 ] {} <Debug> HTTP-Session: aa0116c4-3c2f-422c-b9d9-7e57ae6bba23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15832 | 2024.08.15 05:40:56.400988 [ 3 ] {} <Trace> HTTP-Session: aa0116c4-3c2f-422c-b9d9-7e57ae6bba23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15833 | 2024.08.15 05:40:56.401085 [ 3 ] {0908c88f-80c6-46d4-8f2b-f079ebb5e6c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15834 | 2024.08.15 05:40:56.401131 [ 3 ] {0908c88f-80c6-46d4-8f2b-f079ebb5e6c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15835 | 2024.08.15 05:40:56.401277 [ 3 ] {0908c88f-80c6-46d4-8f2b-f079ebb5e6c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15836 | 2024.08.15 05:40:56.401536 [ 3 ] {0908c88f-80c6-46d4-8f2b-f079ebb5e6c4} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15837 | 2024.08.15 05:40:56.401572 [ 3 ] {0908c88f-80c6-46d4-8f2b-f079ebb5e6c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
15838 | 2024.08.15 05:40:56.401921 [ 3 ] {0908c88f-80c6-46d4-8f2b-f079ebb5e6c4} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
15839 | 2024.08.15 05:40:56.402236 [ 3 ] {0908c88f-80c6-46d4-8f2b-f079ebb5e6c4} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15840 | 2024.08.15 05:40:56.402367 [ 3 ] {0908c88f-80c6-46d4-8f2b-f079ebb5e6c4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001308 sec., 4587.155963302753 rows/sec., 239.66 KiB/sec. | ||
15841 | 2024.08.15 05:40:56.402534 [ 3 ] {0908c88f-80c6-46d4-8f2b-f079ebb5e6c4} <Debug> DynamicQueryHandler: Done processing query | ||
15842 | 2024.08.15 05:40:56.402558 [ 3 ] {0908c88f-80c6-46d4-8f2b-f079ebb5e6c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15843 | 2024.08.15 05:40:56.402574 [ 3 ] {} <Debug> HTTP-Session: aa0116c4-3c2f-422c-b9d9-7e57ae6bba23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15844 | 2024.08.15 05:40:56.402784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 174797, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15845 | 2024.08.15 05:40:56.402833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15846 | 2024.08.15 05:40:56.402852 [ 3 ] {} <Debug> HTTP-Session: 03af5ed8-5779-4eaf-8f86-8052f882b869 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15847 | 2024.08.15 05:40:56.402868 [ 3 ] {} <Debug> HTTP-Session: 03af5ed8-5779-4eaf-8f86-8052f882b869 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15848 | 2024.08.15 05:40:56.402882 [ 3 ] {} <Debug> HTTP-Session: 03af5ed8-5779-4eaf-8f86-8052f882b869 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15849 | 2024.08.15 05:40:56.402917 [ 3 ] {} <Trace> HTTP-Session: 03af5ed8-5779-4eaf-8f86-8052f882b869 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15850 | 2024.08.15 05:40:56.403393 [ 3 ] {bb355294-0260-4feb-bd95-8fdf8bd277a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15851 | 2024.08.15 05:40:56.403439 [ 3 ] {bb355294-0260-4feb-bd95-8fdf8bd277a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15852 | 2024.08.15 05:40:56.403579 [ 3 ] {bb355294-0260-4feb-bd95-8fdf8bd277a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15853 | 2024.08.15 05:40:56.404444 [ 3 ] {bb355294-0260-4feb-bd95-8fdf8bd277a8} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15854 | 2024.08.15 05:40:56.404480 [ 3 ] {bb355294-0260-4feb-bd95-8fdf8bd277a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
15855 | 2024.08.15 05:40:56.404913 [ 3 ] {bb355294-0260-4feb-bd95-8fdf8bd277a8} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15856 | 2024.08.15 05:40:56.405249 [ 3 ] {bb355294-0260-4feb-bd95-8fdf8bd277a8} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15857 | 2024.08.15 05:40:56.405400 [ 3 ] {bb355294-0260-4feb-bd95-8fdf8bd277a8} <Debug> executeQuery: Read 923 rows, 63.15 KiB in 0.002334 sec., 395458.440445587 rows/sec., 26.42 MiB/sec. | ||
15858 | 2024.08.15 05:40:56.405585 [ 3 ] {bb355294-0260-4feb-bd95-8fdf8bd277a8} <Debug> DynamicQueryHandler: Done processing query | ||
15859 | 2024.08.15 05:40:56.405610 [ 3 ] {bb355294-0260-4feb-bd95-8fdf8bd277a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
15860 | 2024.08.15 05:40:56.405626 [ 3 ] {} <Debug> HTTP-Session: 03af5ed8-5779-4eaf-8f86-8052f882b869 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15861 | 2024.08.15 05:40:56.406005 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15862 | 2024.08.15 05:40:56.406054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15863 | 2024.08.15 05:40:56.406072 [ 3 ] {} <Debug> HTTP-Session: 35a774a0-3361-4ef6-982d-2bd51e1ecf65 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15864 | 2024.08.15 05:40:56.406088 [ 3 ] {} <Debug> HTTP-Session: 35a774a0-3361-4ef6-982d-2bd51e1ecf65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15865 | 2024.08.15 05:40:56.406103 [ 3 ] {} <Debug> HTTP-Session: 35a774a0-3361-4ef6-982d-2bd51e1ecf65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15866 | 2024.08.15 05:40:56.406132 [ 3 ] {} <Trace> HTTP-Session: 35a774a0-3361-4ef6-982d-2bd51e1ecf65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15867 | 2024.08.15 05:40:56.406222 [ 3 ] {849e86d7-2f53-4a15-9d72-057792565f7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
15868 | 2024.08.15 05:40:56.406265 [ 3 ] {849e86d7-2f53-4a15-9d72-057792565f7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15869 | 2024.08.15 05:40:56.406392 [ 3 ] {849e86d7-2f53-4a15-9d72-057792565f7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15870 | 2024.08.15 05:40:56.406643 [ 3 ] {849e86d7-2f53-4a15-9d72-057792565f7c} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15871 | 2024.08.15 05:40:56.406678 [ 3 ] {849e86d7-2f53-4a15-9d72-057792565f7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
15872 | 2024.08.15 05:40:56.407014 [ 3 ] {849e86d7-2f53-4a15-9d72-057792565f7c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
15873 | 2024.08.15 05:40:56.407320 [ 3 ] {849e86d7-2f53-4a15-9d72-057792565f7c} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15874 | 2024.08.15 05:40:56.407469 [ 3 ] {849e86d7-2f53-4a15-9d72-057792565f7c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001262 sec., 792.3930269413629 rows/sec., 53.39 KiB/sec. | ||
15875 | 2024.08.15 05:40:56.407738 [ 3 ] {849e86d7-2f53-4a15-9d72-057792565f7c} <Debug> DynamicQueryHandler: Done processing query | ||
15876 | 2024.08.15 05:40:56.407779 [ 3 ] {849e86d7-2f53-4a15-9d72-057792565f7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
15877 | 2024.08.15 05:40:56.407795 [ 3 ] {} <Debug> HTTP-Session: 35a774a0-3361-4ef6-982d-2bd51e1ecf65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15878 | 2024.08.15 05:40:56.407901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15879 | 2024.08.15 05:40:56.407951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15880 | 2024.08.15 05:40:56.407970 [ 3 ] {} <Debug> HTTP-Session: f2560dd6-3c0f-454f-94cf-8e57ba816cec Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15881 | 2024.08.15 05:40:56.407986 [ 3 ] {} <Debug> HTTP-Session: f2560dd6-3c0f-454f-94cf-8e57ba816cec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15882 | 2024.08.15 05:40:56.407999 [ 3 ] {} <Debug> HTTP-Session: f2560dd6-3c0f-454f-94cf-8e57ba816cec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15883 | 2024.08.15 05:40:56.408028 [ 3 ] {} <Trace> HTTP-Session: f2560dd6-3c0f-454f-94cf-8e57ba816cec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15884 | 2024.08.15 05:40:56.408153 [ 3 ] {b350d08b-5aa3-4da4-befd-85502fa35b3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15885 | 2024.08.15 05:40:56.408222 [ 3 ] {b350d08b-5aa3-4da4-befd-85502fa35b3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
15886 | 2024.08.15 05:40:56.408647 [ 3 ] {b350d08b-5aa3-4da4-befd-85502fa35b3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15887 | 2024.08.15 05:40:56.409292 [ 3 ] {b350d08b-5aa3-4da4-befd-85502fa35b3e} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15888 | 2024.08.15 05:40:56.409328 [ 3 ] {b350d08b-5aa3-4da4-befd-85502fa35b3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
15889 | 2024.08.15 05:40:56.409877 [ 3 ] {b350d08b-5aa3-4da4-befd-85502fa35b3e} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
15890 | 2024.08.15 05:40:56.410280 [ 3 ] {b350d08b-5aa3-4da4-befd-85502fa35b3e} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15891 | 2024.08.15 05:40:56.410475 [ 3 ] {b350d08b-5aa3-4da4-befd-85502fa35b3e} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002368 sec., 1689.1891891891892 rows/sec., 3.03 MiB/sec. | ||
15892 | 2024.08.15 05:40:56.410960 [ 3 ] {b350d08b-5aa3-4da4-befd-85502fa35b3e} <Debug> DynamicQueryHandler: Done processing query | ||
15893 | 2024.08.15 05:40:56.411004 [ 3 ] {b350d08b-5aa3-4da4-befd-85502fa35b3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
15894 | 2024.08.15 05:40:56.411044 [ 3 ] {} <Debug> HTTP-Session: f2560dd6-3c0f-454f-94cf-8e57ba816cec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15895 | 2024.08.15 05:40:56.411197 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15896 | 2024.08.15 05:40:56.411245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15897 | 2024.08.15 05:40:56.411264 [ 3 ] {} <Debug> HTTP-Session: 740f5f1b-2e0c-4741-bea8-970631426fcc Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15898 | 2024.08.15 05:40:56.411281 [ 3 ] {} <Debug> HTTP-Session: 740f5f1b-2e0c-4741-bea8-970631426fcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15899 | 2024.08.15 05:40:56.411295 [ 3 ] {} <Debug> HTTP-Session: 740f5f1b-2e0c-4741-bea8-970631426fcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15900 | 2024.08.15 05:40:56.411324 [ 3 ] {} <Trace> HTTP-Session: 740f5f1b-2e0c-4741-bea8-970631426fcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15901 | 2024.08.15 05:40:56.411445 [ 3 ] {5a951713-5999-4bc5-9f79-2d7bb28dedcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15902 | 2024.08.15 05:40:56.411491 [ 3 ] {5a951713-5999-4bc5-9f79-2d7bb28dedcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15903 | 2024.08.15 05:40:56.411634 [ 3 ] {5a951713-5999-4bc5-9f79-2d7bb28dedcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15904 | 2024.08.15 05:40:56.411946 [ 3 ] {5a951713-5999-4bc5-9f79-2d7bb28dedcb} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15905 | 2024.08.15 05:40:56.411982 [ 3 ] {5a951713-5999-4bc5-9f79-2d7bb28dedcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
15906 | 2024.08.15 05:40:56.412336 [ 3 ] {5a951713-5999-4bc5-9f79-2d7bb28dedcb} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15907 | 2024.08.15 05:40:56.412650 [ 3 ] {5a951713-5999-4bc5-9f79-2d7bb28dedcb} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15908 | 2024.08.15 05:40:56.412805 [ 3 ] {5a951713-5999-4bc5-9f79-2d7bb28dedcb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001404 sec., 58404.558404558404 rows/sec., 3.71 MiB/sec. | ||
15909 | 2024.08.15 05:40:56.413056 [ 3 ] {5a951713-5999-4bc5-9f79-2d7bb28dedcb} <Debug> DynamicQueryHandler: Done processing query | ||
15910 | 2024.08.15 05:40:56.413111 [ 3 ] {5a951713-5999-4bc5-9f79-2d7bb28dedcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15911 | 2024.08.15 05:40:56.413162 [ 3 ] {} <Debug> HTTP-Session: 740f5f1b-2e0c-4741-bea8-970631426fcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15912 | 2024.08.15 05:41:01.410302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15913 | 2024.08.15 05:41:01.410488 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15914 | 2024.08.15 05:41:01.410535 [ 3 ] {} <Debug> HTTP-Session: 3fd9e49c-35e3-423a-b31a-05a112303b7f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15915 | 2024.08.15 05:41:01.410577 [ 3 ] {} <Debug> HTTP-Session: 3fd9e49c-35e3-423a-b31a-05a112303b7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15916 | 2024.08.15 05:41:01.410607 [ 3 ] {} <Debug> HTTP-Session: 3fd9e49c-35e3-423a-b31a-05a112303b7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15917 | 2024.08.15 05:41:01.410688 [ 3 ] {} <Trace> HTTP-Session: 3fd9e49c-35e3-423a-b31a-05a112303b7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15918 | 2024.08.15 05:41:01.410993 [ 3 ] {ba03a2b5-9928-4390-a69e-e87426576676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15919 | 2024.08.15 05:41:01.411103 [ 3 ] {ba03a2b5-9928-4390-a69e-e87426576676} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15920 | 2024.08.15 05:41:01.411357 [ 3 ] {ba03a2b5-9928-4390-a69e-e87426576676} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15921 | 2024.08.15 05:41:01.411821 [ 3 ] {ba03a2b5-9928-4390-a69e-e87426576676} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15922 | 2024.08.15 05:41:01.411865 [ 3 ] {ba03a2b5-9928-4390-a69e-e87426576676} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
15923 | 2024.08.15 05:41:01.412236 [ 3 ] {ba03a2b5-9928-4390-a69e-e87426576676} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
15924 | 2024.08.15 05:41:01.412567 [ 3 ] {ba03a2b5-9928-4390-a69e-e87426576676} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15925 | 2024.08.15 05:41:01.412734 [ 3 ] {ba03a2b5-9928-4390-a69e-e87426576676} <Debug> executeQuery: Read 46 rows, 3.73 KiB in 0.001843 sec., 24959.305480195333 rows/sec., 1.98 MiB/sec. | ||
15926 | 2024.08.15 05:41:01.412766 [ 146 ] {} <Debug> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
15927 | 2024.08.15 05:41:01.412921 [ 146 ] {} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15928 | 2024.08.15 05:41:01.412988 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
15929 | 2024.08.15 05:41:01.413042 [ 3 ] {ba03a2b5-9928-4390-a69e-e87426576676} <Debug> DynamicQueryHandler: Done processing query | ||
15930 | 2024.08.15 05:41:01.413107 [ 3 ] {ba03a2b5-9928-4390-a69e-e87426576676} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15931 | 2024.08.15 05:41:01.413150 [ 3 ] {} <Debug> HTTP-Session: 3fd9e49c-35e3-423a-b31a-05a112303b7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15932 | 2024.08.15 05:41:01.413204 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::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 | ||
15933 | 2024.08.15 05:41:01.413350 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15934 | 2024.08.15 05:41:01.413354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15935 | 2024.08.15 05:41:01.413391 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 42 rows starting from the beginning of the part | ||
15936 | 2024.08.15 05:41:01.413433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15937 | 2024.08.15 05:41:01.413468 [ 3 ] {} <Debug> HTTP-Session: 1879e63a-26e3-42b9-94c9-11aa3cc95862 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15938 | 2024.08.15 05:41:01.413523 [ 3 ] {} <Debug> HTTP-Session: 1879e63a-26e3-42b9-94c9-11aa3cc95862 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15939 | 2024.08.15 05:41:01.413525 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 40 rows starting from the beginning of the part | ||
15940 | 2024.08.15 05:41:01.413544 [ 3 ] {} <Debug> HTTP-Session: 1879e63a-26e3-42b9-94c9-11aa3cc95862 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15941 | 2024.08.15 05:41:01.413622 [ 3 ] {} <Trace> HTTP-Session: 1879e63a-26e3-42b9-94c9-11aa3cc95862 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15942 | 2024.08.15 05:41:01.413728 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 4 rows starting from the beginning of the part | ||
15943 | 2024.08.15 05:41:01.413878 [ 3 ] {37dc972f-ed3a-4ebd-927b-63df1b01af53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15944 | 2024.08.15 05:41:01.413914 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 46 rows starting from the beginning of the part | ||
15945 | 2024.08.15 05:41:01.413971 [ 3 ] {37dc972f-ed3a-4ebd-927b-63df1b01af53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15946 | 2024.08.15 05:41:01.414107 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 4 rows starting from the beginning of the part | ||
15947 | 2024.08.15 05:41:01.414317 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 46 rows starting from the beginning of the part | ||
15948 | 2024.08.15 05:41:01.414669 [ 3 ] {37dc972f-ed3a-4ebd-927b-63df1b01af53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15949 | 2024.08.15 05:41:01.415121 [ 3 ] {37dc972f-ed3a-4ebd-927b-63df1b01af53} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15950 | 2024.08.15 05:41:01.415169 [ 3 ] {37dc972f-ed3a-4ebd-927b-63df1b01af53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
15951 | 2024.08.15 05:41:01.415623 [ 3 ] {37dc972f-ed3a-4ebd-927b-63df1b01af53} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
15952 | 2024.08.15 05:41:01.415745 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 182 rows, containing 4 columns (4 merged, 0 gathered) in 0.002657867 sec., 68475.96211548585 rows/sec., 5.42 MiB/sec. | ||
15953 | 2024.08.15 05:41:01.415885 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
15954 | 2024.08.15 05:41:01.416119 [ 3 ] {37dc972f-ed3a-4ebd-927b-63df1b01af53} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15955 | 2024.08.15 05:41:01.416391 [ 3 ] {37dc972f-ed3a-4ebd-927b-63df1b01af53} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.002586 sec., 386.69760247486465 rows/sec., 28.70 KiB/sec. | ||
15956 | 2024.08.15 05:41:01.416466 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_71_14} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15957 | 2024.08.15 05:41:01.416574 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_71_14} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
15958 | 2024.08.15 05:41:01.416631 [ 3 ] {37dc972f-ed3a-4ebd-927b-63df1b01af53} <Debug> DynamicQueryHandler: Done processing query | ||
15959 | 2024.08.15 05:41:01.416658 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
15960 | 2024.08.15 05:41:01.416666 [ 3 ] {37dc972f-ed3a-4ebd-927b-63df1b01af53} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15961 | 2024.08.15 05:41:01.416690 [ 3 ] {} <Debug> HTTP-Session: 1879e63a-26e3-42b9-94c9-11aa3cc95862 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15962 | 2024.08.15 05:41:01.416877 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 28969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15963 | 2024.08.15 05:41:01.416930 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15964 | 2024.08.15 05:41:01.416950 [ 3 ] {} <Debug> HTTP-Session: edb6bfac-e093-4faf-853f-745794e7124b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15965 | 2024.08.15 05:41:01.416967 [ 3 ] {} <Debug> HTTP-Session: edb6bfac-e093-4faf-853f-745794e7124b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15966 | 2024.08.15 05:41:01.416982 [ 3 ] {} <Debug> HTTP-Session: edb6bfac-e093-4faf-853f-745794e7124b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15967 | 2024.08.15 05:41:01.417015 [ 3 ] {} <Trace> HTTP-Session: edb6bfac-e093-4faf-853f-745794e7124b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15968 | 2024.08.15 05:41:01.417160 [ 3 ] {1f79d3c7-7156-42c1-877c-b557844a336a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15969 | 2024.08.15 05:41:01.417205 [ 3 ] {1f79d3c7-7156-42c1-877c-b557844a336a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15970 | 2024.08.15 05:41:01.417330 [ 3 ] {1f79d3c7-7156-42c1-877c-b557844a336a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15971 | 2024.08.15 05:41:01.417772 [ 3 ] {1f79d3c7-7156-42c1-877c-b557844a336a} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15972 | 2024.08.15 05:41:01.417810 [ 3 ] {1f79d3c7-7156-42c1-877c-b557844a336a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
15973 | 2024.08.15 05:41:01.418130 [ 3 ] {1f79d3c7-7156-42c1-877c-b557844a336a} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
15974 | 2024.08.15 05:41:01.418432 [ 3 ] {1f79d3c7-7156-42c1-877c-b557844a336a} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15975 | 2024.08.15 05:41:01.418593 [ 3 ] {1f79d3c7-7156-42c1-877c-b557844a336a} <Debug> executeQuery: Read 196 rows, 17.06 KiB in 0.001494 sec., 131191.43239625165 rows/sec., 11.15 MiB/sec. | ||
15976 | 2024.08.15 05:41:01.418599 [ 146 ] {} <Debug> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
15977 | 2024.08.15 05:41:01.418685 [ 146 ] {} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15978 | 2024.08.15 05:41:01.418724 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
15979 | 2024.08.15 05:41:01.418861 [ 3 ] {1f79d3c7-7156-42c1-877c-b557844a336a} <Debug> DynamicQueryHandler: Done processing query | ||
15980 | 2024.08.15 05:41:01.418874 [ 195 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::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 | ||
15981 | 2024.08.15 05:41:01.418892 [ 3 ] {1f79d3c7-7156-42c1-877c-b557844a336a} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
15982 | 2024.08.15 05:41:01.418922 [ 3 ] {} <Debug> HTTP-Session: edb6bfac-e093-4faf-853f-745794e7124b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15983 | 2024.08.15 05:41:01.419023 [ 195 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15984 | 2024.08.15 05:41:01.419058 [ 195 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1463 rows starting from the beginning of the part | ||
15985 | 2024.08.15 05:41:01.419110 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 183, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15986 | 2024.08.15 05:41:01.419168 [ 195 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 176 rows starting from the beginning of the part | ||
15987 | 2024.08.15 05:41:01.419223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15988 | 2024.08.15 05:41:01.419307 [ 3 ] {} <Debug> HTTP-Session: 9b1f66fd-c2da-40c7-934d-364781b11827 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
15989 | 2024.08.15 05:41:01.419336 [ 195 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 205 rows starting from the beginning of the part | ||
15990 | 2024.08.15 05:41:01.419341 [ 3 ] {} <Debug> HTTP-Session: 9b1f66fd-c2da-40c7-934d-364781b11827 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15991 | 2024.08.15 05:41:01.419373 [ 3 ] {} <Debug> HTTP-Session: 9b1f66fd-c2da-40c7-934d-364781b11827 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15992 | 2024.08.15 05:41:01.419489 [ 3 ] {} <Trace> HTTP-Session: 9b1f66fd-c2da-40c7-934d-364781b11827 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15993 | 2024.08.15 05:41:01.419507 [ 195 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 197 rows starting from the beginning of the part | ||
15994 | 2024.08.15 05:41:01.419625 [ 195 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 1345 rows starting from the beginning of the part | ||
15995 | 2024.08.15 05:41:01.419677 [ 3 ] {bb18ec25-4d63-48ec-8211-55a26d4b48a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15996 | 2024.08.15 05:41:01.419793 [ 195 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 196 rows starting from the beginning of the part | ||
15997 | 2024.08.15 05:41:01.419793 [ 3 ] {bb18ec25-4d63-48ec-8211-55a26d4b48a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15998 | 2024.08.15 05:41:01.420196 [ 3 ] {bb18ec25-4d63-48ec-8211-55a26d4b48a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15999 | 2024.08.15 05:41:01.420622 [ 3 ] {bb18ec25-4d63-48ec-8211-55a26d4b48a7} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16000 | 2024.08.15 05:41:01.420670 [ 3 ] {bb18ec25-4d63-48ec-8211-55a26d4b48a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
16001 | 2024.08.15 05:41:01.421166 [ 3 ] {bb18ec25-4d63-48ec-8211-55a26d4b48a7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
16002 | 2024.08.15 05:41:01.421573 [ 3 ] {bb18ec25-4d63-48ec-8211-55a26d4b48a7} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16003 | 2024.08.15 05:41:01.421814 [ 3 ] {bb18ec25-4d63-48ec-8211-55a26d4b48a7} <Debug> executeQuery: Read 1 rows, 64.00 B in 0.002191 sec., 456.4125969876769 rows/sec., 28.53 KiB/sec. | ||
16004 | 2024.08.15 05:41:01.422104 [ 192 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3582 rows, containing 4 columns (4 merged, 0 gathered) in 0.003282819 sec., 1091135.3930874653 rows/sec., 91.62 MiB/sec. | ||
16005 | 2024.08.15 05:41:01.422176 [ 3 ] {bb18ec25-4d63-48ec-8211-55a26d4b48a7} <Debug> DynamicQueryHandler: Done processing query | ||
16006 | 2024.08.15 05:41:01.422215 [ 3 ] {bb18ec25-4d63-48ec-8211-55a26d4b48a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16007 | 2024.08.15 05:41:01.422234 [ 3 ] {} <Debug> HTTP-Session: 9b1f66fd-c2da-40c7-934d-364781b11827 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16008 | 2024.08.15 05:41:01.422372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19781, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16009 | 2024.08.15 05:41:01.422439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16010 | 2024.08.15 05:41:01.422450 [ 200 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
16011 | 2024.08.15 05:41:01.422467 [ 3 ] {} <Debug> HTTP-Session: d18158bb-83b7-4c04-8a80-7d1c582e5929 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16012 | 2024.08.15 05:41:01.422515 [ 3 ] {} <Debug> HTTP-Session: d18158bb-83b7-4c04-8a80-7d1c582e5929 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16013 | 2024.08.15 05:41:01.422552 [ 3 ] {} <Debug> HTTP-Session: d18158bb-83b7-4c04-8a80-7d1c582e5929 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16014 | 2024.08.15 05:41:01.422623 [ 3 ] {} <Trace> HTTP-Session: d18158bb-83b7-4c04-8a80-7d1c582e5929 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16015 | 2024.08.15 05:41:01.422896 [ 3 ] {dc87cc24-7e03-44f6-94a6-4d1329c1865a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16016 | 2024.08.15 05:41:01.423008 [ 3 ] {dc87cc24-7e03-44f6-94a6-4d1329c1865a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16017 | 2024.08.15 05:41:01.423356 [ 3 ] {dc87cc24-7e03-44f6-94a6-4d1329c1865a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16018 | 2024.08.15 05:41:01.423403 [ 200 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_86_17} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16019 | 2024.08.15 05:41:01.423592 [ 200 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_86_17} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
16020 | 2024.08.15 05:41:01.423727 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
16021 | 2024.08.15 05:41:01.423916 [ 3 ] {dc87cc24-7e03-44f6-94a6-4d1329c1865a} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16022 | 2024.08.15 05:41:01.423959 [ 3 ] {dc87cc24-7e03-44f6-94a6-4d1329c1865a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
16023 | 2024.08.15 05:41:01.424279 [ 3 ] {dc87cc24-7e03-44f6-94a6-4d1329c1865a} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
16024 | 2024.08.15 05:41:01.424593 [ 3 ] {dc87cc24-7e03-44f6-94a6-4d1329c1865a} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16025 | 2024.08.15 05:41:01.424748 [ 3 ] {dc87cc24-7e03-44f6-94a6-4d1329c1865a} <Debug> executeQuery: Read 117 rows, 9.29 KiB in 0.00201 sec., 58208.95522388059 rows/sec., 4.51 MiB/sec. | ||
16026 | 2024.08.15 05:41:01.424762 [ 146 ] {} <Debug> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
16027 | 2024.08.15 05:41:01.424844 [ 146 ] {} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16028 | 2024.08.15 05:41:01.424894 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
16029 | 2024.08.15 05:41:01.425046 [ 3 ] {dc87cc24-7e03-44f6-94a6-4d1329c1865a} <Debug> DynamicQueryHandler: Done processing query | ||
16030 | 2024.08.15 05:41:01.425060 [ 192 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::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 | ||
16031 | 2024.08.15 05:41:01.425090 [ 3 ] {dc87cc24-7e03-44f6-94a6-4d1329c1865a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16032 | 2024.08.15 05:41:01.425132 [ 3 ] {} <Debug> HTTP-Session: d18158bb-83b7-4c04-8a80-7d1c582e5929 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16033 | 2024.08.15 05:41:01.425240 [ 192 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16034 | 2024.08.15 05:41:01.425277 [ 192 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 917 rows starting from the beginning of the part | ||
16035 | 2024.08.15 05:41:01.425442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16036 | 2024.08.15 05:41:01.425462 [ 192 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 104 rows starting from the beginning of the part | ||
16037 | 2024.08.15 05:41:01.425572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16038 | 2024.08.15 05:41:01.425654 [ 192 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 400 rows starting from the beginning of the part | ||
16039 | 2024.08.15 05:41:01.425667 [ 3 ] {} <Debug> HTTP-Session: 0d3d4632-1e5f-49bb-9a24-83281c7cff39 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16040 | 2024.08.15 05:41:01.425748 [ 3 ] {} <Debug> HTTP-Session: 0d3d4632-1e5f-49bb-9a24-83281c7cff39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16041 | 2024.08.15 05:41:01.425810 [ 3 ] {} <Debug> HTTP-Session: 0d3d4632-1e5f-49bb-9a24-83281c7cff39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16042 | 2024.08.15 05:41:01.425961 [ 192 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 128 rows starting from the beginning of the part | ||
16043 | 2024.08.15 05:41:01.425979 [ 3 ] {} <Trace> HTTP-Session: 0d3d4632-1e5f-49bb-9a24-83281c7cff39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16044 | 2024.08.15 05:41:01.426221 [ 192 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 856 rows starting from the beginning of the part | ||
16045 | 2024.08.15 05:41:01.426432 [ 3 ] {ce5fd429-d33a-41cc-9202-12d8b9863293} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16046 | 2024.08.15 05:41:01.426520 [ 192 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 117 rows starting from the beginning of the part | ||
16047 | 2024.08.15 05:41:01.426605 [ 3 ] {ce5fd429-d33a-41cc-9202-12d8b9863293} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16048 | 2024.08.15 05:41:01.427329 [ 3 ] {ce5fd429-d33a-41cc-9202-12d8b9863293} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16049 | 2024.08.15 05:41:01.428214 [ 3 ] {ce5fd429-d33a-41cc-9202-12d8b9863293} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16050 | 2024.08.15 05:41:01.428283 [ 3 ] {ce5fd429-d33a-41cc-9202-12d8b9863293} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
16051 | 2024.08.15 05:41:01.428999 [ 3 ] {ce5fd429-d33a-41cc-9202-12d8b9863293} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
16052 | 2024.08.15 05:41:01.429697 [ 192 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2522 rows, containing 4 columns (4 merged, 0 gathered) in 0.00471811 sec., 534536.0748265724 rows/sec., 38.99 MiB/sec. | ||
16053 | 2024.08.15 05:41:01.429874 [ 3 ] {ce5fd429-d33a-41cc-9202-12d8b9863293} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16054 | 2024.08.15 05:41:01.429917 [ 192 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
16055 | 2024.08.15 05:41:01.430175 [ 146 ] {} <Debug> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
16056 | 2024.08.15 05:41:01.430213 [ 3 ] {ce5fd429-d33a-41cc-9202-12d8b9863293} <Debug> executeQuery: Read 161 rows, 11.47 KiB in 0.004004 sec., 40209.79020979021 rows/sec., 2.80 MiB/sec. | ||
16057 | 2024.08.15 05:41:01.430296 [ 146 ] {} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16058 | 2024.08.15 05:41:01.430451 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
16059 | 2024.08.15 05:41:01.431059 [ 3 ] {ce5fd429-d33a-41cc-9202-12d8b9863293} <Debug> DynamicQueryHandler: Done processing query | ||
16060 | 2024.08.15 05:41:01.431145 [ 3 ] {ce5fd429-d33a-41cc-9202-12d8b9863293} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16061 | 2024.08.15 05:41:01.431281 [ 3 ] {} <Debug> HTTP-Session: 0d3d4632-1e5f-49bb-9a24-83281c7cff39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16062 | 2024.08.15 05:41:01.431401 [ 186 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::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 | ||
16063 | 2024.08.15 05:41:01.432060 [ 201 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_86_17} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16064 | 2024.08.15 05:41:01.432070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 74466, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16065 | 2024.08.15 05:41:01.432212 [ 186 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16066 | 2024.08.15 05:41:01.432369 [ 186 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 24086 rows starting from the beginning of the part | ||
16067 | 2024.08.15 05:41:01.432594 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16068 | 2024.08.15 05:41:01.432602 [ 201 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_86_17} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
16069 | 2024.08.15 05:41:01.432781 [ 3 ] {} <Debug> HTTP-Session: b0b5e1c4-b7b1-4f1d-873b-5c9f95e78d67 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16070 | 2024.08.15 05:41:01.432964 [ 3 ] {} <Debug> HTTP-Session: b0b5e1c4-b7b1-4f1d-873b-5c9f95e78d67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16071 | 2024.08.15 05:41:01.433110 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
16072 | 2024.08.15 05:41:01.433092 [ 3 ] {} <Debug> HTTP-Session: b0b5e1c4-b7b1-4f1d-873b-5c9f95e78d67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16073 | 2024.08.15 05:41:01.433175 [ 186 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part | ||
16074 | 2024.08.15 05:41:01.433403 [ 3 ] {} <Trace> HTTP-Session: b0b5e1c4-b7b1-4f1d-873b-5c9f95e78d67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16075 | 2024.08.15 05:41:01.433777 [ 186 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 239 rows starting from the beginning of the part | ||
16076 | 2024.08.15 05:41:01.433914 [ 186 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 162 rows starting from the beginning of the part | ||
16077 | 2024.08.15 05:41:01.434023 [ 186 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 923 rows starting from the beginning of the part | ||
16078 | 2024.08.15 05:41:01.434080 [ 186 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 161 rows starting from the beginning of the part | ||
16079 | 2024.08.15 05:41:01.434377 [ 3 ] {ff9152eb-e357-4fbb-9b97-27e538addb94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16080 | 2024.08.15 05:41:01.434657 [ 3 ] {ff9152eb-e357-4fbb-9b97-27e538addb94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
16081 | 2024.08.15 05:41:01.435958 [ 3 ] {ff9152eb-e357-4fbb-9b97-27e538addb94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16082 | 2024.08.15 05:41:01.437332 [ 3 ] {ff9152eb-e357-4fbb-9b97-27e538addb94} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16083 | 2024.08.15 05:41:01.437406 [ 3 ] {ff9152eb-e357-4fbb-9b97-27e538addb94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
16084 | 2024.08.15 05:41:01.439052 [ 3 ] {ff9152eb-e357-4fbb-9b97-27e538addb94} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
16085 | 2024.08.15 05:41:01.439928 [ 3 ] {ff9152eb-e357-4fbb-9b97-27e538addb94} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16086 | 2024.08.15 05:41:01.440130 [ 146 ] {} <Debug> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
16087 | 2024.08.15 05:41:01.440138 [ 3 ] {ff9152eb-e357-4fbb-9b97-27e538addb94} <Debug> executeQuery: Read 46 rows, 84.41 KiB in 0.006311 sec., 7288.860719378863 rows/sec., 13.06 MiB/sec. | ||
16088 | 2024.08.15 05:41:01.440188 [ 146 ] {} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16089 | 2024.08.15 05:41:01.440295 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
16090 | 2024.08.15 05:41:01.440827 [ 191 ] {f74056ac-963a-4604-86a0-b4c0a6355317::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 | ||
16091 | 2024.08.15 05:41:01.440997 [ 3 ] {ff9152eb-e357-4fbb-9b97-27e538addb94} <Debug> DynamicQueryHandler: Done processing query | ||
16092 | 2024.08.15 05:41:01.441043 [ 3 ] {ff9152eb-e357-4fbb-9b97-27e538addb94} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
16093 | 2024.08.15 05:41:01.441072 [ 3 ] {} <Debug> HTTP-Session: b0b5e1c4-b7b1-4f1d-873b-5c9f95e78d67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16094 | 2024.08.15 05:41:01.441274 [ 191 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16095 | 2024.08.15 05:41:01.441283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16096 | 2024.08.15 05:41:01.441355 [ 191 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1025 rows starting from the beginning of the part | ||
16097 | 2024.08.15 05:41:01.441357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16098 | 2024.08.15 05:41:01.441437 [ 3 ] {} <Debug> HTTP-Session: f5fac9dd-6992-4410-8532-6e3dcc5c27f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16099 | 2024.08.15 05:41:01.441484 [ 3 ] {} <Debug> HTTP-Session: f5fac9dd-6992-4410-8532-6e3dcc5c27f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16100 | 2024.08.15 05:41:01.441538 [ 3 ] {} <Debug> HTTP-Session: f5fac9dd-6992-4410-8532-6e3dcc5c27f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16101 | 2024.08.15 05:41:01.441632 [ 3 ] {} <Trace> HTTP-Session: f5fac9dd-6992-4410-8532-6e3dcc5c27f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16102 | 2024.08.15 05:41:01.441870 [ 191 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 40 rows starting from the beginning of the part | ||
16103 | 2024.08.15 05:41:01.441878 [ 3 ] {7f6d29be-29e8-4c1f-9bc1-d05a4de802b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16104 | 2024.08.15 05:41:01.442071 [ 3 ] {7f6d29be-29e8-4c1f-9bc1-d05a4de802b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16105 | 2024.08.15 05:41:01.442414 [ 191 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 4 rows starting from the beginning of the part | ||
16106 | 2024.08.15 05:41:01.442687 [ 3 ] {7f6d29be-29e8-4c1f-9bc1-d05a4de802b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16107 | 2024.08.15 05:41:01.443147 [ 191 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 46 rows starting from the beginning of the part | ||
16108 | 2024.08.15 05:41:01.443754 [ 191 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 4 rows starting from the beginning of the part | ||
16109 | 2024.08.15 05:41:01.443848 [ 3 ] {7f6d29be-29e8-4c1f-9bc1-d05a4de802b3} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16110 | 2024.08.15 05:41:01.443920 [ 3 ] {7f6d29be-29e8-4c1f-9bc1-d05a4de802b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16111 | 2024.08.15 05:41:01.444151 [ 191 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 46 rows starting from the beginning of the part | ||
16112 | 2024.08.15 05:41:01.445142 [ 3 ] {7f6d29be-29e8-4c1f-9bc1-d05a4de802b3} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
16113 | 2024.08.15 05:41:01.446103 [ 3 ] {7f6d29be-29e8-4c1f-9bc1-d05a4de802b3} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16114 | 2024.08.15 05:41:01.446661 [ 146 ] {} <Debug> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
16115 | 2024.08.15 05:41:01.446795 [ 146 ] {} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16116 | 2024.08.15 05:41:01.446859 [ 194 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25731 rows, containing 5 columns (5 merged, 0 gathered) in 0.016042839 sec., 1603893.176263877 rows/sec., 108.40 MiB/sec. | ||
16117 | 2024.08.15 05:41:01.446904 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
16118 | 2024.08.15 05:41:01.446903 [ 3 ] {7f6d29be-29e8-4c1f-9bc1-d05a4de802b3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005012 sec., 11971.268954509178 rows/sec., 826.14 KiB/sec. | ||
16119 | 2024.08.15 05:41:01.447376 [ 194 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
16120 | 2024.08.15 05:41:01.447711 [ 3 ] {7f6d29be-29e8-4c1f-9bc1-d05a4de802b3} <Debug> DynamicQueryHandler: Done processing query | ||
16121 | 2024.08.15 05:41:01.447787 [ 3 ] {7f6d29be-29e8-4c1f-9bc1-d05a4de802b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16122 | 2024.08.15 05:41:01.447865 [ 3 ] {} <Debug> HTTP-Session: f5fac9dd-6992-4410-8532-6e3dcc5c27f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16123 | 2024.08.15 05:41:01.447876 [ 187 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::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 | ||
16124 | 2024.08.15 05:41:01.448563 [ 187 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16125 | 2024.08.15 05:41:01.448710 [ 187 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 5296 rows starting from the beginning of the part | ||
16126 | 2024.08.15 05:41:01.449202 [ 187 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part | ||
16127 | 2024.08.15 05:41:01.449590 [ 194 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16128 | 2024.08.15 05:41:01.449709 [ 187 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 82 rows starting from the beginning of the part | ||
16129 | 2024.08.15 05:41:01.450219 [ 194 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
16130 | 2024.08.15 05:41:01.450291 [ 187 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part | ||
16131 | 2024.08.15 05:41:01.450699 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
16132 | 2024.08.15 05:41:01.450740 [ 187 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 82 rows starting from the beginning of the part | ||
16133 | 2024.08.15 05:41:01.451115 [ 187 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part | ||
16134 | 2024.08.15 05:41:01.455674 [ 187 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5640 rows, containing 4 columns (4 merged, 0 gathered) in 0.008381057 sec., 672946.1450984046 rows/sec., 43.88 MiB/sec. | ||
16135 | 2024.08.15 05:41:01.456361 [ 194 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
16136 | 2024.08.15 05:41:01.456837 [ 194 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_86_17} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16137 | 2024.08.15 05:41:01.456925 [ 194 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_86_17} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
16138 | 2024.08.15 05:41:01.457029 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
16139 | 2024.08.15 05:41:01.457632 [ 197 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1165 rows, containing 19 columns (19 merged, 0 gathered) in 0.017179484 sec., 67813.445386369 rows/sec., 121.52 MiB/sec. | ||
16140 | 2024.08.15 05:41:01.459354 [ 197 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
16141 | 2024.08.15 05:41:01.459993 [ 197 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16142 | 2024.08.15 05:41:01.460085 [ 197 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
16143 | 2024.08.15 05:41:01.460238 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.59 MiB. | ||
16144 | 2024.08.15 05:41:02.000199 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 209.85 MiB, peak 222.61 MiB, free memory in arenas 0.00 B, will set to 211.66 MiB (RSS), difference: 1.81 MiB | ||
16145 | 2024.08.15 05:41:05.238393 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache | ||
16146 | 2024.08.15 05:41:05.238472 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache | ||
16147 | 2024.08.15 05:41:06.412937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16148 | 2024.08.15 05:41:06.413069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16149 | 2024.08.15 05:41:06.413099 [ 3 ] {} <Debug> HTTP-Session: 810c00f7-3e87-4836-8100-3a1a2104e09b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16150 | 2024.08.15 05:41:06.413127 [ 3 ] {} <Debug> HTTP-Session: 810c00f7-3e87-4836-8100-3a1a2104e09b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16151 | 2024.08.15 05:41:06.413146 [ 3 ] {} <Debug> HTTP-Session: 810c00f7-3e87-4836-8100-3a1a2104e09b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16152 | 2024.08.15 05:41:06.413203 [ 3 ] {} <Trace> HTTP-Session: 810c00f7-3e87-4836-8100-3a1a2104e09b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16153 | 2024.08.15 05:41:06.413405 [ 3 ] {a034811f-931d-4817-b230-8e279221658c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16154 | 2024.08.15 05:41:06.413474 [ 3 ] {a034811f-931d-4817-b230-8e279221658c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16155 | 2024.08.15 05:41:06.413674 [ 3 ] {a034811f-931d-4817-b230-8e279221658c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16156 | 2024.08.15 05:41:06.414090 [ 3 ] {a034811f-931d-4817-b230-8e279221658c} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16157 | 2024.08.15 05:41:06.414136 [ 3 ] {a034811f-931d-4817-b230-8e279221658c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16158 | 2024.08.15 05:41:06.414519 [ 3 ] {a034811f-931d-4817-b230-8e279221658c} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
16159 | 2024.08.15 05:41:06.414865 [ 3 ] {a034811f-931d-4817-b230-8e279221658c} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16160 | 2024.08.15 05:41:06.415038 [ 3 ] {a034811f-931d-4817-b230-8e279221658c} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001693 sec., 2362.6698168930893 rows/sec., 191.51 KiB/sec. | ||
16161 | 2024.08.15 05:41:06.415346 [ 3 ] {a034811f-931d-4817-b230-8e279221658c} <Debug> DynamicQueryHandler: Done processing query | ||
16162 | 2024.08.15 05:41:06.415415 [ 3 ] {a034811f-931d-4817-b230-8e279221658c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16163 | 2024.08.15 05:41:06.415469 [ 3 ] {} <Debug> HTTP-Session: 810c00f7-3e87-4836-8100-3a1a2104e09b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16164 | 2024.08.15 05:41:06.415681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16165 | 2024.08.15 05:41:06.415739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16166 | 2024.08.15 05:41:06.415758 [ 3 ] {} <Debug> HTTP-Session: dccc64f4-07f6-4d61-9d45-ff7577a739ba Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16167 | 2024.08.15 05:41:06.415775 [ 3 ] {} <Debug> HTTP-Session: dccc64f4-07f6-4d61-9d45-ff7577a739ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16168 | 2024.08.15 05:41:06.415788 [ 3 ] {} <Debug> HTTP-Session: dccc64f4-07f6-4d61-9d45-ff7577a739ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16169 | 2024.08.15 05:41:06.415823 [ 3 ] {} <Trace> HTTP-Session: dccc64f4-07f6-4d61-9d45-ff7577a739ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16170 | 2024.08.15 05:41:06.415993 [ 3 ] {d36a9be2-250c-42ea-988e-54cff0070f6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16171 | 2024.08.15 05:41:06.416046 [ 3 ] {d36a9be2-250c-42ea-988e-54cff0070f6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16172 | 2024.08.15 05:41:06.416199 [ 3 ] {d36a9be2-250c-42ea-988e-54cff0070f6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16173 | 2024.08.15 05:41:06.416489 [ 3 ] {d36a9be2-250c-42ea-988e-54cff0070f6d} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16174 | 2024.08.15 05:41:06.416528 [ 3 ] {d36a9be2-250c-42ea-988e-54cff0070f6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16175 | 2024.08.15 05:41:06.416841 [ 3 ] {d36a9be2-250c-42ea-988e-54cff0070f6d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
16176 | 2024.08.15 05:41:06.417156 [ 3 ] {d36a9be2-250c-42ea-988e-54cff0070f6d} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16177 | 2024.08.15 05:41:06.417283 [ 3 ] {d36a9be2-250c-42ea-988e-54cff0070f6d} <Debug> executeQuery: Read 2 rows, 152.00 B in 0.001326 sec., 1508.2956259426849 rows/sec., 111.94 KiB/sec. | ||
16178 | 2024.08.15 05:41:06.417451 [ 3 ] {d36a9be2-250c-42ea-988e-54cff0070f6d} <Debug> DynamicQueryHandler: Done processing query | ||
16179 | 2024.08.15 05:41:06.417477 [ 3 ] {d36a9be2-250c-42ea-988e-54cff0070f6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16180 | 2024.08.15 05:41:06.417494 [ 3 ] {} <Debug> HTTP-Session: dccc64f4-07f6-4d61-9d45-ff7577a739ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16181 | 2024.08.15 05:41:06.417665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30719, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16182 | 2024.08.15 05:41:06.417718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16183 | 2024.08.15 05:41:06.417739 [ 3 ] {} <Debug> HTTP-Session: 4ffd32b3-e6a2-4770-8919-7114a18f5bbe Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16184 | 2024.08.15 05:41:06.417755 [ 3 ] {} <Debug> HTTP-Session: 4ffd32b3-e6a2-4770-8919-7114a18f5bbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16185 | 2024.08.15 05:41:06.417769 [ 3 ] {} <Debug> HTTP-Session: 4ffd32b3-e6a2-4770-8919-7114a18f5bbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16186 | 2024.08.15 05:41:06.417800 [ 3 ] {} <Trace> HTTP-Session: 4ffd32b3-e6a2-4770-8919-7114a18f5bbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16187 | 2024.08.15 05:41:06.417951 [ 3 ] {b3294c5c-f9ae-48ee-a07d-78a5af79f590} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16188 | 2024.08.15 05:41:06.417996 [ 3 ] {b3294c5c-f9ae-48ee-a07d-78a5af79f590} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16189 | 2024.08.15 05:41:06.418126 [ 3 ] {b3294c5c-f9ae-48ee-a07d-78a5af79f590} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16190 | 2024.08.15 05:41:06.418539 [ 3 ] {b3294c5c-f9ae-48ee-a07d-78a5af79f590} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16191 | 2024.08.15 05:41:06.418574 [ 3 ] {b3294c5c-f9ae-48ee-a07d-78a5af79f590} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16192 | 2024.08.15 05:41:06.418905 [ 3 ] {b3294c5c-f9ae-48ee-a07d-78a5af79f590} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
16193 | 2024.08.15 05:41:06.419225 [ 3 ] {b3294c5c-f9ae-48ee-a07d-78a5af79f590} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16194 | 2024.08.15 05:41:06.419351 [ 3 ] {b3294c5c-f9ae-48ee-a07d-78a5af79f590} <Debug> executeQuery: Read 205 rows, 18.27 KiB in 0.001473 sec., 139171.75831636117 rows/sec., 12.11 MiB/sec. | ||
16195 | 2024.08.15 05:41:06.419518 [ 3 ] {b3294c5c-f9ae-48ee-a07d-78a5af79f590} <Debug> DynamicQueryHandler: Done processing query | ||
16196 | 2024.08.15 05:41:06.419543 [ 3 ] {b3294c5c-f9ae-48ee-a07d-78a5af79f590} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
16197 | 2024.08.15 05:41:06.419559 [ 3 ] {} <Debug> HTTP-Session: 4ffd32b3-e6a2-4770-8919-7114a18f5bbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16198 | 2024.08.15 05:41:06.419746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 315, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16199 | 2024.08.15 05:41:06.419796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16200 | 2024.08.15 05:41:06.419814 [ 3 ] {} <Debug> HTTP-Session: 2b76cb16-27a0-44eb-952d-f80814a6365b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16201 | 2024.08.15 05:41:06.419830 [ 3 ] {} <Debug> HTTP-Session: 2b76cb16-27a0-44eb-952d-f80814a6365b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16202 | 2024.08.15 05:41:06.419844 [ 3 ] {} <Debug> HTTP-Session: 2b76cb16-27a0-44eb-952d-f80814a6365b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16203 | 2024.08.15 05:41:06.419875 [ 3 ] {} <Trace> HTTP-Session: 2b76cb16-27a0-44eb-952d-f80814a6365b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16204 | 2024.08.15 05:41:06.419968 [ 3 ] {16d75948-9122-4e9b-b3d3-e25bbd98fa38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16205 | 2024.08.15 05:41:06.420011 [ 3 ] {16d75948-9122-4e9b-b3d3-e25bbd98fa38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16206 | 2024.08.15 05:41:06.420140 [ 3 ] {16d75948-9122-4e9b-b3d3-e25bbd98fa38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16207 | 2024.08.15 05:41:06.420410 [ 3 ] {16d75948-9122-4e9b-b3d3-e25bbd98fa38} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16208 | 2024.08.15 05:41:06.420447 [ 3 ] {16d75948-9122-4e9b-b3d3-e25bbd98fa38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16209 | 2024.08.15 05:41:06.420746 [ 3 ] {16d75948-9122-4e9b-b3d3-e25bbd98fa38} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
16210 | 2024.08.15 05:41:06.421048 [ 3 ] {16d75948-9122-4e9b-b3d3-e25bbd98fa38} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16211 | 2024.08.15 05:41:06.421178 [ 3 ] {16d75948-9122-4e9b-b3d3-e25bbd98fa38} <Debug> executeQuery: Read 2 rows, 128.00 B in 0.001229 sec., 1627.3393002441007 rows/sec., 101.71 KiB/sec. | ||
16212 | 2024.08.15 05:41:06.421465 [ 3 ] {16d75948-9122-4e9b-b3d3-e25bbd98fa38} <Debug> DynamicQueryHandler: Done processing query | ||
16213 | 2024.08.15 05:41:06.421505 [ 3 ] {16d75948-9122-4e9b-b3d3-e25bbd98fa38} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16214 | 2024.08.15 05:41:06.421529 [ 3 ] {} <Debug> HTTP-Session: 2b76cb16-27a0-44eb-952d-f80814a6365b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16215 | 2024.08.15 05:41:06.421644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16216 | 2024.08.15 05:41:06.421693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16217 | 2024.08.15 05:41:06.421712 [ 3 ] {} <Debug> HTTP-Session: c2aa099b-5b7e-4011-83c4-be38dab89851 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16218 | 2024.08.15 05:41:06.421729 [ 3 ] {} <Debug> HTTP-Session: c2aa099b-5b7e-4011-83c4-be38dab89851 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16219 | 2024.08.15 05:41:06.421743 [ 3 ] {} <Debug> HTTP-Session: c2aa099b-5b7e-4011-83c4-be38dab89851 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16220 | 2024.08.15 05:41:06.421773 [ 3 ] {} <Trace> HTTP-Session: c2aa099b-5b7e-4011-83c4-be38dab89851 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16221 | 2024.08.15 05:41:06.421874 [ 3 ] {0134af2a-335b-4889-8367-32dc28e4831f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
16222 | 2024.08.15 05:41:06.421918 [ 3 ] {0134af2a-335b-4889-8367-32dc28e4831f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16223 | 2024.08.15 05:41:06.422066 [ 3 ] {0134af2a-335b-4889-8367-32dc28e4831f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16224 | 2024.08.15 05:41:06.422342 [ 3 ] {0134af2a-335b-4889-8367-32dc28e4831f} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16225 | 2024.08.15 05:41:06.422378 [ 3 ] {0134af2a-335b-4889-8367-32dc28e4831f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16226 | 2024.08.15 05:41:06.422684 [ 3 ] {0134af2a-335b-4889-8367-32dc28e4831f} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
16227 | 2024.08.15 05:41:06.422982 [ 3 ] {0134af2a-335b-4889-8367-32dc28e4831f} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16228 | 2024.08.15 05:41:06.423110 [ 3 ] {0134af2a-335b-4889-8367-32dc28e4831f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001263 sec., 11084.718923198732 rows/sec., 776.30 KiB/sec. | ||
16229 | 2024.08.15 05:41:06.423268 [ 3 ] {0134af2a-335b-4889-8367-32dc28e4831f} <Debug> DynamicQueryHandler: Done processing query | ||
16230 | 2024.08.15 05:41:06.423292 [ 3 ] {0134af2a-335b-4889-8367-32dc28e4831f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16231 | 2024.08.15 05:41:06.423307 [ 3 ] {} <Debug> HTTP-Session: c2aa099b-5b7e-4011-83c4-be38dab89851 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16232 | 2024.08.15 05:41:06.423424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16233 | 2024.08.15 05:41:06.423472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16234 | 2024.08.15 05:41:06.423490 [ 3 ] {} <Debug> HTTP-Session: 15e9c7b2-feb9-436d-b3e0-5e30acc7a458 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16235 | 2024.08.15 05:41:06.423506 [ 3 ] {} <Debug> HTTP-Session: 15e9c7b2-feb9-436d-b3e0-5e30acc7a458 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16236 | 2024.08.15 05:41:06.423519 [ 3 ] {} <Debug> HTTP-Session: 15e9c7b2-feb9-436d-b3e0-5e30acc7a458 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16237 | 2024.08.15 05:41:06.423549 [ 3 ] {} <Trace> HTTP-Session: 15e9c7b2-feb9-436d-b3e0-5e30acc7a458 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16238 | 2024.08.15 05:41:06.423644 [ 3 ] {eefbe448-84fa-47fa-b098-33ed807245dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
16239 | 2024.08.15 05:41:06.423685 [ 3 ] {eefbe448-84fa-47fa-b098-33ed807245dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
16240 | 2024.08.15 05:41:06.423809 [ 3 ] {eefbe448-84fa-47fa-b098-33ed807245dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16241 | 2024.08.15 05:41:06.424068 [ 3 ] {eefbe448-84fa-47fa-b098-33ed807245dc} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16242 | 2024.08.15 05:41:06.424103 [ 3 ] {eefbe448-84fa-47fa-b098-33ed807245dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16243 | 2024.08.15 05:41:06.424394 [ 3 ] {eefbe448-84fa-47fa-b098-33ed807245dc} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
16244 | 2024.08.15 05:41:06.424698 [ 3 ] {eefbe448-84fa-47fa-b098-33ed807245dc} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16245 | 2024.08.15 05:41:06.424823 [ 3 ] {eefbe448-84fa-47fa-b098-33ed807245dc} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001203 sec., 4987.5311720698255 rows/sec., 294.67 KiB/sec. | ||
16246 | 2024.08.15 05:41:06.424980 [ 3 ] {eefbe448-84fa-47fa-b098-33ed807245dc} <Debug> DynamicQueryHandler: Done processing query | ||
16247 | 2024.08.15 05:41:06.425006 [ 3 ] {eefbe448-84fa-47fa-b098-33ed807245dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16248 | 2024.08.15 05:41:06.425021 [ 3 ] {} <Debug> HTTP-Session: 15e9c7b2-feb9-436d-b3e0-5e30acc7a458 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16249 | 2024.08.15 05:41:06.425170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 64668, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16250 | 2024.08.15 05:41:06.425219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16251 | 2024.08.15 05:41:06.425237 [ 3 ] {} <Debug> HTTP-Session: 1d46a54a-c168-49de-8643-6b9b1e4b5b7a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16252 | 2024.08.15 05:41:06.425253 [ 3 ] {} <Debug> HTTP-Session: 1d46a54a-c168-49de-8643-6b9b1e4b5b7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16253 | 2024.08.15 05:41:06.425266 [ 3 ] {} <Debug> HTTP-Session: 1d46a54a-c168-49de-8643-6b9b1e4b5b7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16254 | 2024.08.15 05:41:06.425296 [ 3 ] {} <Trace> HTTP-Session: 1d46a54a-c168-49de-8643-6b9b1e4b5b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16255 | 2024.08.15 05:41:06.425507 [ 3 ] {40b072fe-2f90-4e5c-9d52-5300f89c66ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16256 | 2024.08.15 05:41:06.425549 [ 3 ] {40b072fe-2f90-4e5c-9d52-5300f89c66ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16257 | 2024.08.15 05:41:06.425674 [ 3 ] {40b072fe-2f90-4e5c-9d52-5300f89c66ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16258 | 2024.08.15 05:41:06.426251 [ 3 ] {40b072fe-2f90-4e5c-9d52-5300f89c66ee} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16259 | 2024.08.15 05:41:06.426288 [ 3 ] {40b072fe-2f90-4e5c-9d52-5300f89c66ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16260 | 2024.08.15 05:41:06.426606 [ 3 ] {40b072fe-2f90-4e5c-9d52-5300f89c66ee} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
16261 | 2024.08.15 05:41:06.426907 [ 3 ] {40b072fe-2f90-4e5c-9d52-5300f89c66ee} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16262 | 2024.08.15 05:41:06.427028 [ 3 ] {40b072fe-2f90-4e5c-9d52-5300f89c66ee} <Debug> executeQuery: Read 400 rows, 28.98 KiB in 0.00164 sec., 243902.43902439025 rows/sec., 17.26 MiB/sec. | ||
16263 | 2024.08.15 05:41:06.427274 [ 3 ] {40b072fe-2f90-4e5c-9d52-5300f89c66ee} <Debug> DynamicQueryHandler: Done processing query | ||
16264 | 2024.08.15 05:41:06.427332 [ 3 ] {40b072fe-2f90-4e5c-9d52-5300f89c66ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
16265 | 2024.08.15 05:41:06.427387 [ 3 ] {} <Debug> HTTP-Session: 1d46a54a-c168-49de-8643-6b9b1e4b5b7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16266 | 2024.08.15 05:41:06.427633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16267 | 2024.08.15 05:41:06.427685 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16268 | 2024.08.15 05:41:06.427704 [ 3 ] {} <Debug> HTTP-Session: 4efb895f-5d91-490f-bcac-e1319b1fd3eb Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16269 | 2024.08.15 05:41:06.427720 [ 3 ] {} <Debug> HTTP-Session: 4efb895f-5d91-490f-bcac-e1319b1fd3eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16270 | 2024.08.15 05:41:06.427734 [ 3 ] {} <Debug> HTTP-Session: 4efb895f-5d91-490f-bcac-e1319b1fd3eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16271 | 2024.08.15 05:41:06.427766 [ 3 ] {} <Trace> HTTP-Session: 4efb895f-5d91-490f-bcac-e1319b1fd3eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16272 | 2024.08.15 05:41:06.427866 [ 3 ] {f9ee78e2-ad70-4309-9042-576dd59b988e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
16273 | 2024.08.15 05:41:06.427912 [ 3 ] {f9ee78e2-ad70-4309-9042-576dd59b988e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16274 | 2024.08.15 05:41:06.428052 [ 3 ] {f9ee78e2-ad70-4309-9042-576dd59b988e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16275 | 2024.08.15 05:41:06.428434 [ 3 ] {f9ee78e2-ad70-4309-9042-576dd59b988e} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16276 | 2024.08.15 05:41:06.428469 [ 3 ] {f9ee78e2-ad70-4309-9042-576dd59b988e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16277 | 2024.08.15 05:41:06.428817 [ 3 ] {f9ee78e2-ad70-4309-9042-576dd59b988e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
16278 | 2024.08.15 05:41:06.429132 [ 3 ] {f9ee78e2-ad70-4309-9042-576dd59b988e} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16279 | 2024.08.15 05:41:06.429260 [ 3 ] {f9ee78e2-ad70-4309-9042-576dd59b988e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001419 sec., 4228.329809725159 rows/sec., 220.91 KiB/sec. | ||
16280 | 2024.08.15 05:41:06.429568 [ 3 ] {f9ee78e2-ad70-4309-9042-576dd59b988e} <Debug> DynamicQueryHandler: Done processing query | ||
16281 | 2024.08.15 05:41:06.429615 [ 3 ] {f9ee78e2-ad70-4309-9042-576dd59b988e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16282 | 2024.08.15 05:41:06.429638 [ 3 ] {} <Debug> HTTP-Session: 4efb895f-5d91-490f-bcac-e1319b1fd3eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16283 | 2024.08.15 05:41:06.429787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 44968, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16284 | 2024.08.15 05:41:06.429837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16285 | 2024.08.15 05:41:06.429855 [ 3 ] {} <Debug> HTTP-Session: 65cf55ad-069b-45e0-b732-efb4861390b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16286 | 2024.08.15 05:41:06.429871 [ 3 ] {} <Debug> HTTP-Session: 65cf55ad-069b-45e0-b732-efb4861390b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16287 | 2024.08.15 05:41:06.429884 [ 3 ] {} <Debug> HTTP-Session: 65cf55ad-069b-45e0-b732-efb4861390b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16288 | 2024.08.15 05:41:06.429914 [ 3 ] {} <Trace> HTTP-Session: 65cf55ad-069b-45e0-b732-efb4861390b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16289 | 2024.08.15 05:41:06.430101 [ 3 ] {895dc2c1-af31-42b2-aee5-a2f1df207edc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16290 | 2024.08.15 05:41:06.430149 [ 3 ] {895dc2c1-af31-42b2-aee5-a2f1df207edc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16291 | 2024.08.15 05:41:06.430306 [ 3 ] {895dc2c1-af31-42b2-aee5-a2f1df207edc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16292 | 2024.08.15 05:41:06.430750 [ 3 ] {895dc2c1-af31-42b2-aee5-a2f1df207edc} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16293 | 2024.08.15 05:41:06.430786 [ 3 ] {895dc2c1-af31-42b2-aee5-a2f1df207edc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16294 | 2024.08.15 05:41:06.431162 [ 3 ] {895dc2c1-af31-42b2-aee5-a2f1df207edc} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
16295 | 2024.08.15 05:41:06.431496 [ 3 ] {895dc2c1-af31-42b2-aee5-a2f1df207edc} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16296 | 2024.08.15 05:41:06.431625 [ 3 ] {895dc2c1-af31-42b2-aee5-a2f1df207edc} <Debug> executeQuery: Read 239 rows, 16.39 KiB in 0.001619 sec., 147621.98888202594 rows/sec., 9.89 MiB/sec. | ||
16297 | 2024.08.15 05:41:06.431787 [ 3 ] {895dc2c1-af31-42b2-aee5-a2f1df207edc} <Debug> DynamicQueryHandler: Done processing query | ||
16298 | 2024.08.15 05:41:06.431811 [ 3 ] {895dc2c1-af31-42b2-aee5-a2f1df207edc} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
16299 | 2024.08.15 05:41:06.431826 [ 3 ] {} <Debug> HTTP-Session: 65cf55ad-069b-45e0-b732-efb4861390b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16300 | 2024.08.15 05:41:06.432037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16301 | 2024.08.15 05:41:06.432086 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16302 | 2024.08.15 05:41:06.432105 [ 3 ] {} <Debug> HTTP-Session: 8bde140c-67f7-4e44-aae7-dc63e3e9acdd Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16303 | 2024.08.15 05:41:06.432120 [ 3 ] {} <Debug> HTTP-Session: 8bde140c-67f7-4e44-aae7-dc63e3e9acdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16304 | 2024.08.15 05:41:06.432133 [ 3 ] {} <Debug> HTTP-Session: 8bde140c-67f7-4e44-aae7-dc63e3e9acdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16305 | 2024.08.15 05:41:06.432163 [ 3 ] {} <Trace> HTTP-Session: 8bde140c-67f7-4e44-aae7-dc63e3e9acdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16306 | 2024.08.15 05:41:06.432253 [ 3 ] {2c8b9de8-ab92-4a39-8fa9-d46aab890ee2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
16307 | 2024.08.15 05:41:06.432296 [ 3 ] {2c8b9de8-ab92-4a39-8fa9-d46aab890ee2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
16308 | 2024.08.15 05:41:06.432422 [ 3 ] {2c8b9de8-ab92-4a39-8fa9-d46aab890ee2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16309 | 2024.08.15 05:41:06.432681 [ 3 ] {2c8b9de8-ab92-4a39-8fa9-d46aab890ee2} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16310 | 2024.08.15 05:41:06.432716 [ 3 ] {2c8b9de8-ab92-4a39-8fa9-d46aab890ee2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16311 | 2024.08.15 05:41:06.433058 [ 3 ] {2c8b9de8-ab92-4a39-8fa9-d46aab890ee2} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
16312 | 2024.08.15 05:41:06.433371 [ 3 ] {2c8b9de8-ab92-4a39-8fa9-d46aab890ee2} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16313 | 2024.08.15 05:41:06.433489 [ 139 ] {} <Debug> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
16314 | 2024.08.15 05:41:06.433495 [ 3 ] {2c8b9de8-ab92-4a39-8fa9-d46aab890ee2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001263 sec., 791.7656373713381 rows/sec., 53.35 KiB/sec. | ||
16315 | 2024.08.15 05:41:06.433528 [ 139 ] {} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16316 | 2024.08.15 05:41:06.433561 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16317 | 2024.08.15 05:41:06.433716 [ 3 ] {2c8b9de8-ab92-4a39-8fa9-d46aab890ee2} <Debug> DynamicQueryHandler: Done processing query | ||
16318 | 2024.08.15 05:41:06.433732 [ 193 ] {73f49326-8ca5-47bc-88f4-892effbaf908::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 | ||
16319 | 2024.08.15 05:41:06.433749 [ 3 ] {2c8b9de8-ab92-4a39-8fa9-d46aab890ee2} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
16320 | 2024.08.15 05:41:06.433812 [ 3 ] {} <Debug> HTTP-Session: 8bde140c-67f7-4e44-aae7-dc63e3e9acdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16321 | 2024.08.15 05:41:06.433971 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16322 | 2024.08.15 05:41:06.434007 [ 193 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16323 | 2024.08.15 05:41:06.434072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16324 | 2024.08.15 05:41:06.434076 [ 193 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 35 rows starting from the beginning of the part | ||
16325 | 2024.08.15 05:41:06.434119 [ 3 ] {} <Debug> HTTP-Session: 1b84059f-eb8c-4ee1-9846-7b5db5cf1068 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16326 | 2024.08.15 05:41:06.434158 [ 3 ] {} <Debug> HTTP-Session: 1b84059f-eb8c-4ee1-9846-7b5db5cf1068 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16327 | 2024.08.15 05:41:06.434198 [ 3 ] {} <Debug> HTTP-Session: 1b84059f-eb8c-4ee1-9846-7b5db5cf1068 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16328 | 2024.08.15 05:41:06.434303 [ 193 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
16329 | 2024.08.15 05:41:06.434354 [ 3 ] {} <Trace> HTTP-Session: 1b84059f-eb8c-4ee1-9846-7b5db5cf1068 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16330 | 2024.08.15 05:41:06.434606 [ 193 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
16331 | 2024.08.15 05:41:06.434885 [ 3 ] {5886ecf7-464d-48a3-af22-d2b71a83a54f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16332 | 2024.08.15 05:41:06.434901 [ 193 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
16333 | 2024.08.15 05:41:06.435240 [ 193 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
16334 | 2024.08.15 05:41:06.435267 [ 3 ] {5886ecf7-464d-48a3-af22-d2b71a83a54f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
16335 | 2024.08.15 05:41:06.435540 [ 193 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
16336 | 2024.08.15 05:41:06.437353 [ 3 ] {5886ecf7-464d-48a3-af22-d2b71a83a54f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16337 | 2024.08.15 05:41:06.439125 [ 3 ] {5886ecf7-464d-48a3-af22-d2b71a83a54f} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16338 | 2024.08.15 05:41:06.439213 [ 3 ] {5886ecf7-464d-48a3-af22-d2b71a83a54f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16339 | 2024.08.15 05:41:06.439378 [ 189 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 4 columns (4 merged, 0 gathered) in 0.005725021 sec., 6986.873934610894 rows/sec., 470.80 KiB/sec. | ||
16340 | 2024.08.15 05:41:06.439616 [ 189 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
16341 | 2024.08.15 05:41:06.440561 [ 189 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_40_8} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16342 | 2024.08.15 05:41:06.440681 [ 3 ] {5886ecf7-464d-48a3-af22-d2b71a83a54f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
16343 | 2024.08.15 05:41:06.440715 [ 189 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_40_8} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
16344 | 2024.08.15 05:41:06.440861 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
16345 | 2024.08.15 05:41:06.441235 [ 3 ] {5886ecf7-464d-48a3-af22-d2b71a83a54f} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16346 | 2024.08.15 05:41:06.441395 [ 3 ] {5886ecf7-464d-48a3-af22-d2b71a83a54f} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.006744 sec., 593.1198102016607 rows/sec., 1.06 MiB/sec. | ||
16347 | 2024.08.15 05:41:06.441649 [ 3 ] {5886ecf7-464d-48a3-af22-d2b71a83a54f} <Debug> DynamicQueryHandler: Done processing query | ||
16348 | 2024.08.15 05:41:06.441674 [ 3 ] {5886ecf7-464d-48a3-af22-d2b71a83a54f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
16349 | 2024.08.15 05:41:06.441689 [ 3 ] {} <Debug> HTTP-Session: 1b84059f-eb8c-4ee1-9846-7b5db5cf1068 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16350 | 2024.08.15 05:41:06.441818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16351 | 2024.08.15 05:41:06.441866 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16352 | 2024.08.15 05:41:06.441886 [ 3 ] {} <Debug> HTTP-Session: 3582a925-eebf-471a-8f5f-a0a25b16248f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16353 | 2024.08.15 05:41:06.441902 [ 3 ] {} <Debug> HTTP-Session: 3582a925-eebf-471a-8f5f-a0a25b16248f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16354 | 2024.08.15 05:41:06.441916 [ 3 ] {} <Debug> HTTP-Session: 3582a925-eebf-471a-8f5f-a0a25b16248f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16355 | 2024.08.15 05:41:06.441946 [ 3 ] {} <Trace> HTTP-Session: 3582a925-eebf-471a-8f5f-a0a25b16248f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16356 | 2024.08.15 05:41:06.442085 [ 3 ] {50e4ee05-2713-4c53-bd6f-7897ac963c65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16357 | 2024.08.15 05:41:06.442129 [ 3 ] {50e4ee05-2713-4c53-bd6f-7897ac963c65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16358 | 2024.08.15 05:41:06.442259 [ 3 ] {50e4ee05-2713-4c53-bd6f-7897ac963c65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16359 | 2024.08.15 05:41:06.442608 [ 3 ] {50e4ee05-2713-4c53-bd6f-7897ac963c65} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16360 | 2024.08.15 05:41:06.442643 [ 3 ] {50e4ee05-2713-4c53-bd6f-7897ac963c65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16361 | 2024.08.15 05:41:06.443003 [ 3 ] {50e4ee05-2713-4c53-bd6f-7897ac963c65} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
16362 | 2024.08.15 05:41:06.443316 [ 3 ] {50e4ee05-2713-4c53-bd6f-7897ac963c65} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16363 | 2024.08.15 05:41:06.443441 [ 3 ] {50e4ee05-2713-4c53-bd6f-7897ac963c65} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001417 sec., 57868.73676781933 rows/sec., 3.68 MiB/sec. | ||
16364 | 2024.08.15 05:41:06.443679 [ 3 ] {50e4ee05-2713-4c53-bd6f-7897ac963c65} <Debug> DynamicQueryHandler: Done processing query | ||
16365 | 2024.08.15 05:41:06.443726 [ 3 ] {50e4ee05-2713-4c53-bd6f-7897ac963c65} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16366 | 2024.08.15 05:41:06.443794 [ 3 ] {} <Debug> HTTP-Session: 3582a925-eebf-471a-8f5f-a0a25b16248f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16367 | 2024.08.15 05:41:11.411817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16368 | 2024.08.15 05:41:11.411987 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16369 | 2024.08.15 05:41:11.412029 [ 3 ] {} <Debug> HTTP-Session: 4b301179-152c-41c1-9664-209382d10fe2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16370 | 2024.08.15 05:41:11.412069 [ 3 ] {} <Debug> HTTP-Session: 4b301179-152c-41c1-9664-209382d10fe2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16371 | 2024.08.15 05:41:11.412096 [ 3 ] {} <Debug> HTTP-Session: 4b301179-152c-41c1-9664-209382d10fe2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16372 | 2024.08.15 05:41:11.412170 [ 3 ] {} <Trace> HTTP-Session: 4b301179-152c-41c1-9664-209382d10fe2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16373 | 2024.08.15 05:41:11.412455 [ 3 ] {0f928b9c-de72-4dbe-8f01-7f9b78601b32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16374 | 2024.08.15 05:41:11.412556 [ 3 ] {0f928b9c-de72-4dbe-8f01-7f9b78601b32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16375 | 2024.08.15 05:41:11.412784 [ 3 ] {0f928b9c-de72-4dbe-8f01-7f9b78601b32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16376 | 2024.08.15 05:41:11.413283 [ 3 ] {0f928b9c-de72-4dbe-8f01-7f9b78601b32} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16377 | 2024.08.15 05:41:11.413323 [ 3 ] {0f928b9c-de72-4dbe-8f01-7f9b78601b32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16378 | 2024.08.15 05:41:11.413700 [ 3 ] {0f928b9c-de72-4dbe-8f01-7f9b78601b32} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
16379 | 2024.08.15 05:41:11.414037 [ 3 ] {0f928b9c-de72-4dbe-8f01-7f9b78601b32} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16380 | 2024.08.15 05:41:11.414185 [ 3 ] {0f928b9c-de72-4dbe-8f01-7f9b78601b32} <Debug> executeQuery: Read 46 rows, 3.73 KiB in 0.001831 sec., 25122.883670125615 rows/sec., 1.99 MiB/sec. | ||
16381 | 2024.08.15 05:41:11.414402 [ 3 ] {0f928b9c-de72-4dbe-8f01-7f9b78601b32} <Debug> DynamicQueryHandler: Done processing query | ||
16382 | 2024.08.15 05:41:11.414430 [ 3 ] {0f928b9c-de72-4dbe-8f01-7f9b78601b32} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16383 | 2024.08.15 05:41:11.414446 [ 3 ] {} <Debug> HTTP-Session: 4b301179-152c-41c1-9664-209382d10fe2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16384 | 2024.08.15 05:41:11.414597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16385 | 2024.08.15 05:41:11.414655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16386 | 2024.08.15 05:41:11.414675 [ 3 ] {} <Debug> HTTP-Session: ccb72b9b-bed0-4f57-9726-4abdedcccbc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16387 | 2024.08.15 05:41:11.414692 [ 3 ] {} <Debug> HTTP-Session: ccb72b9b-bed0-4f57-9726-4abdedcccbc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16388 | 2024.08.15 05:41:11.414705 [ 3 ] {} <Debug> HTTP-Session: ccb72b9b-bed0-4f57-9726-4abdedcccbc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16389 | 2024.08.15 05:41:11.414740 [ 3 ] {} <Trace> HTTP-Session: ccb72b9b-bed0-4f57-9726-4abdedcccbc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16390 | 2024.08.15 05:41:11.414844 [ 3 ] {b844cc9b-ee23-4a06-ad05-f3c2cee4b94c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16391 | 2024.08.15 05:41:11.414892 [ 3 ] {b844cc9b-ee23-4a06-ad05-f3c2cee4b94c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16392 | 2024.08.15 05:41:11.415027 [ 3 ] {b844cc9b-ee23-4a06-ad05-f3c2cee4b94c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16393 | 2024.08.15 05:41:11.415368 [ 3 ] {b844cc9b-ee23-4a06-ad05-f3c2cee4b94c} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16394 | 2024.08.15 05:41:11.415407 [ 3 ] {b844cc9b-ee23-4a06-ad05-f3c2cee4b94c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16395 | 2024.08.15 05:41:11.415709 [ 3 ] {b844cc9b-ee23-4a06-ad05-f3c2cee4b94c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
16396 | 2024.08.15 05:41:11.416026 [ 3 ] {b844cc9b-ee23-4a06-ad05-f3c2cee4b94c} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16397 | 2024.08.15 05:41:11.416168 [ 3 ] {b844cc9b-ee23-4a06-ad05-f3c2cee4b94c} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.001353 sec., 739.0983000739099 rows/sec., 54.85 KiB/sec. | ||
16398 | 2024.08.15 05:41:11.416339 [ 3 ] {b844cc9b-ee23-4a06-ad05-f3c2cee4b94c} <Debug> DynamicQueryHandler: Done processing query | ||
16399 | 2024.08.15 05:41:11.416364 [ 3 ] {b844cc9b-ee23-4a06-ad05-f3c2cee4b94c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16400 | 2024.08.15 05:41:11.416381 [ 3 ] {} <Debug> HTTP-Session: ccb72b9b-bed0-4f57-9726-4abdedcccbc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16401 | 2024.08.15 05:41:11.416558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 28969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16402 | 2024.08.15 05:41:11.416611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16403 | 2024.08.15 05:41:11.416630 [ 3 ] {} <Debug> HTTP-Session: 169e844f-eb41-4e44-8958-e27027669115 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16404 | 2024.08.15 05:41:11.416646 [ 3 ] {} <Debug> HTTP-Session: 169e844f-eb41-4e44-8958-e27027669115 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16405 | 2024.08.15 05:41:11.416661 [ 3 ] {} <Debug> HTTP-Session: 169e844f-eb41-4e44-8958-e27027669115 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16406 | 2024.08.15 05:41:11.416693 [ 3 ] {} <Trace> HTTP-Session: 169e844f-eb41-4e44-8958-e27027669115 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16407 | 2024.08.15 05:41:11.416842 [ 3 ] {a5e255c2-df85-4f98-ae51-b8dc94ca2613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16408 | 2024.08.15 05:41:11.416886 [ 3 ] {a5e255c2-df85-4f98-ae51-b8dc94ca2613} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16409 | 2024.08.15 05:41:11.417015 [ 3 ] {a5e255c2-df85-4f98-ae51-b8dc94ca2613} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16410 | 2024.08.15 05:41:11.417438 [ 3 ] {a5e255c2-df85-4f98-ae51-b8dc94ca2613} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16411 | 2024.08.15 05:41:11.417474 [ 3 ] {a5e255c2-df85-4f98-ae51-b8dc94ca2613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16412 | 2024.08.15 05:41:11.417796 [ 3 ] {a5e255c2-df85-4f98-ae51-b8dc94ca2613} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
16413 | 2024.08.15 05:41:11.418095 [ 3 ] {a5e255c2-df85-4f98-ae51-b8dc94ca2613} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16414 | 2024.08.15 05:41:11.418223 [ 3 ] {a5e255c2-df85-4f98-ae51-b8dc94ca2613} <Debug> executeQuery: Read 196 rows, 17.06 KiB in 0.00145 sec., 135172.41379310345 rows/sec., 11.49 MiB/sec. | ||
16415 | 2024.08.15 05:41:11.418394 [ 3 ] {a5e255c2-df85-4f98-ae51-b8dc94ca2613} <Debug> DynamicQueryHandler: Done processing query | ||
16416 | 2024.08.15 05:41:11.418418 [ 3 ] {a5e255c2-df85-4f98-ae51-b8dc94ca2613} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
16417 | 2024.08.15 05:41:11.418434 [ 3 ] {} <Debug> HTTP-Session: 169e844f-eb41-4e44-8958-e27027669115 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16418 | 2024.08.15 05:41:11.418558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 183, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16419 | 2024.08.15 05:41:11.418609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16420 | 2024.08.15 05:41:11.418629 [ 3 ] {} <Debug> HTTP-Session: 7bb33b97-94fb-46e5-91f1-8b20191c0f5a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16421 | 2024.08.15 05:41:11.418646 [ 3 ] {} <Debug> HTTP-Session: 7bb33b97-94fb-46e5-91f1-8b20191c0f5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16422 | 2024.08.15 05:41:11.418659 [ 3 ] {} <Debug> HTTP-Session: 7bb33b97-94fb-46e5-91f1-8b20191c0f5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16423 | 2024.08.15 05:41:11.418690 [ 3 ] {} <Trace> HTTP-Session: 7bb33b97-94fb-46e5-91f1-8b20191c0f5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16424 | 2024.08.15 05:41:11.418783 [ 3 ] {4cd0b9e1-838b-40e4-9859-6f6e4955c36b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16425 | 2024.08.15 05:41:11.418827 [ 3 ] {4cd0b9e1-838b-40e4-9859-6f6e4955c36b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16426 | 2024.08.15 05:41:11.418955 [ 3 ] {4cd0b9e1-838b-40e4-9859-6f6e4955c36b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16427 | 2024.08.15 05:41:11.419231 [ 3 ] {4cd0b9e1-838b-40e4-9859-6f6e4955c36b} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16428 | 2024.08.15 05:41:11.419267 [ 3 ] {4cd0b9e1-838b-40e4-9859-6f6e4955c36b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16429 | 2024.08.15 05:41:11.419572 [ 3 ] {4cd0b9e1-838b-40e4-9859-6f6e4955c36b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
16430 | 2024.08.15 05:41:11.419876 [ 3 ] {4cd0b9e1-838b-40e4-9859-6f6e4955c36b} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16431 | 2024.08.15 05:41:11.420003 [ 3 ] {4cd0b9e1-838b-40e4-9859-6f6e4955c36b} <Debug> executeQuery: Read 1 rows, 64.00 B in 0.001243 sec., 804.5052292839904 rows/sec., 50.28 KiB/sec. | ||
16432 | 2024.08.15 05:41:11.420169 [ 3 ] {4cd0b9e1-838b-40e4-9859-6f6e4955c36b} <Debug> DynamicQueryHandler: Done processing query | ||
16433 | 2024.08.15 05:41:11.420193 [ 3 ] {4cd0b9e1-838b-40e4-9859-6f6e4955c36b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16434 | 2024.08.15 05:41:11.420209 [ 3 ] {} <Debug> HTTP-Session: 7bb33b97-94fb-46e5-91f1-8b20191c0f5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16435 | 2024.08.15 05:41:11.420360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19781, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16436 | 2024.08.15 05:41:11.420410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16437 | 2024.08.15 05:41:11.420430 [ 3 ] {} <Debug> HTTP-Session: ff53c77e-ccbe-409f-bc8a-3ead3d56e27c Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16438 | 2024.08.15 05:41:11.420446 [ 3 ] {} <Debug> HTTP-Session: ff53c77e-ccbe-409f-bc8a-3ead3d56e27c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16439 | 2024.08.15 05:41:11.420460 [ 3 ] {} <Debug> HTTP-Session: ff53c77e-ccbe-409f-bc8a-3ead3d56e27c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16440 | 2024.08.15 05:41:11.420490 [ 3 ] {} <Trace> HTTP-Session: ff53c77e-ccbe-409f-bc8a-3ead3d56e27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16441 | 2024.08.15 05:41:11.420622 [ 3 ] {ee984e3f-b48c-49f8-8b32-bfc677a5d901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16442 | 2024.08.15 05:41:11.420665 [ 3 ] {ee984e3f-b48c-49f8-8b32-bfc677a5d901} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16443 | 2024.08.15 05:41:11.420793 [ 3 ] {ee984e3f-b48c-49f8-8b32-bfc677a5d901} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16444 | 2024.08.15 05:41:11.421161 [ 3 ] {ee984e3f-b48c-49f8-8b32-bfc677a5d901} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16445 | 2024.08.15 05:41:11.421198 [ 3 ] {ee984e3f-b48c-49f8-8b32-bfc677a5d901} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16446 | 2024.08.15 05:41:11.421504 [ 3 ] {ee984e3f-b48c-49f8-8b32-bfc677a5d901} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
16447 | 2024.08.15 05:41:11.421808 [ 3 ] {ee984e3f-b48c-49f8-8b32-bfc677a5d901} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16448 | 2024.08.15 05:41:11.421932 [ 3 ] {ee984e3f-b48c-49f8-8b32-bfc677a5d901} <Debug> executeQuery: Read 117 rows, 9.29 KiB in 0.00136 sec., 86029.41176470587 rows/sec., 6.67 MiB/sec. | ||
16449 | 2024.08.15 05:41:11.422098 [ 3 ] {ee984e3f-b48c-49f8-8b32-bfc677a5d901} <Debug> DynamicQueryHandler: Done processing query | ||
16450 | 2024.08.15 05:41:11.422122 [ 3 ] {ee984e3f-b48c-49f8-8b32-bfc677a5d901} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16451 | 2024.08.15 05:41:11.422138 [ 3 ] {} <Debug> HTTP-Session: ff53c77e-ccbe-409f-bc8a-3ead3d56e27c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16452 | 2024.08.15 05:41:11.422313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16453 | 2024.08.15 05:41:11.422364 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16454 | 2024.08.15 05:41:11.422383 [ 3 ] {} <Debug> HTTP-Session: 4b024160-435a-4444-9ac5-806d1cc4b409 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16455 | 2024.08.15 05:41:11.422399 [ 3 ] {} <Debug> HTTP-Session: 4b024160-435a-4444-9ac5-806d1cc4b409 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16456 | 2024.08.15 05:41:11.422413 [ 3 ] {} <Debug> HTTP-Session: 4b024160-435a-4444-9ac5-806d1cc4b409 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16457 | 2024.08.15 05:41:11.422443 [ 3 ] {} <Trace> HTTP-Session: 4b024160-435a-4444-9ac5-806d1cc4b409 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16458 | 2024.08.15 05:41:11.422592 [ 3 ] {1cafbdce-2b9c-484f-bbcb-9de70fb1d05c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16459 | 2024.08.15 05:41:11.422638 [ 3 ] {1cafbdce-2b9c-484f-bbcb-9de70fb1d05c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16460 | 2024.08.15 05:41:11.422783 [ 3 ] {1cafbdce-2b9c-484f-bbcb-9de70fb1d05c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16461 | 2024.08.15 05:41:11.423187 [ 3 ] {1cafbdce-2b9c-484f-bbcb-9de70fb1d05c} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16462 | 2024.08.15 05:41:11.423223 [ 3 ] {1cafbdce-2b9c-484f-bbcb-9de70fb1d05c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16463 | 2024.08.15 05:41:11.423599 [ 3 ] {1cafbdce-2b9c-484f-bbcb-9de70fb1d05c} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
16464 | 2024.08.15 05:41:11.423928 [ 3 ] {1cafbdce-2b9c-484f-bbcb-9de70fb1d05c} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16465 | 2024.08.15 05:41:11.424084 [ 3 ] {1cafbdce-2b9c-484f-bbcb-9de70fb1d05c} <Debug> executeQuery: Read 161 rows, 11.47 KiB in 0.001565 sec., 102875.39936102237 rows/sec., 7.16 MiB/sec. | ||
16466 | 2024.08.15 05:41:11.424346 [ 3 ] {1cafbdce-2b9c-484f-bbcb-9de70fb1d05c} <Debug> DynamicQueryHandler: Done processing query | ||
16467 | 2024.08.15 05:41:11.424401 [ 3 ] {1cafbdce-2b9c-484f-bbcb-9de70fb1d05c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16468 | 2024.08.15 05:41:11.424456 [ 3 ] {} <Debug> HTTP-Session: 4b024160-435a-4444-9ac5-806d1cc4b409 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16469 | 2024.08.15 05:41:11.424739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 74459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16470 | 2024.08.15 05:41:11.424791 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16471 | 2024.08.15 05:41:11.424810 [ 3 ] {} <Debug> HTTP-Session: 28f1ca00-593d-4aa4-9b28-9ee73db6ab6e Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16472 | 2024.08.15 05:41:11.424827 [ 3 ] {} <Debug> HTTP-Session: 28f1ca00-593d-4aa4-9b28-9ee73db6ab6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16473 | 2024.08.15 05:41:11.424840 [ 3 ] {} <Debug> HTTP-Session: 28f1ca00-593d-4aa4-9b28-9ee73db6ab6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16474 | 2024.08.15 05:41:11.424872 [ 3 ] {} <Trace> HTTP-Session: 28f1ca00-593d-4aa4-9b28-9ee73db6ab6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16475 | 2024.08.15 05:41:11.425340 [ 3 ] {7b38242e-c131-421c-95c4-4eab78fbf76c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16476 | 2024.08.15 05:41:11.425412 [ 3 ] {7b38242e-c131-421c-95c4-4eab78fbf76c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
16477 | 2024.08.15 05:41:11.425834 [ 3 ] {7b38242e-c131-421c-95c4-4eab78fbf76c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16478 | 2024.08.15 05:41:11.426724 [ 3 ] {7b38242e-c131-421c-95c4-4eab78fbf76c} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16479 | 2024.08.15 05:41:11.426759 [ 3 ] {7b38242e-c131-421c-95c4-4eab78fbf76c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16480 | 2024.08.15 05:41:11.427406 [ 3 ] {7b38242e-c131-421c-95c4-4eab78fbf76c} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
16481 | 2024.08.15 05:41:11.427802 [ 3 ] {7b38242e-c131-421c-95c4-4eab78fbf76c} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16482 | 2024.08.15 05:41:11.427948 [ 3 ] {7b38242e-c131-421c-95c4-4eab78fbf76c} <Debug> executeQuery: Read 46 rows, 84.41 KiB in 0.002943 sec., 15630.30920829086 rows/sec., 28.01 MiB/sec. | ||
16483 | 2024.08.15 05:41:11.428172 [ 3 ] {7b38242e-c131-421c-95c4-4eab78fbf76c} <Debug> DynamicQueryHandler: Done processing query | ||
16484 | 2024.08.15 05:41:11.428196 [ 3 ] {7b38242e-c131-421c-95c4-4eab78fbf76c} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
16485 | 2024.08.15 05:41:11.428212 [ 3 ] {} <Debug> HTTP-Session: 28f1ca00-593d-4aa4-9b28-9ee73db6ab6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16486 | 2024.08.15 05:41:11.428354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16487 | 2024.08.15 05:41:11.428403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16488 | 2024.08.15 05:41:11.428422 [ 3 ] {} <Debug> HTTP-Session: 67a2d175-eeb0-420f-836b-ad84006b080c Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16489 | 2024.08.15 05:41:11.428438 [ 3 ] {} <Debug> HTTP-Session: 67a2d175-eeb0-420f-836b-ad84006b080c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16490 | 2024.08.15 05:41:11.428451 [ 3 ] {} <Debug> HTTP-Session: 67a2d175-eeb0-420f-836b-ad84006b080c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16491 | 2024.08.15 05:41:11.428482 [ 3 ] {} <Trace> HTTP-Session: 67a2d175-eeb0-420f-836b-ad84006b080c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16492 | 2024.08.15 05:41:11.428596 [ 3 ] {13580f27-0597-4f4a-9bb6-0f8f631c82e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16493 | 2024.08.15 05:41:11.428641 [ 3 ] {13580f27-0597-4f4a-9bb6-0f8f631c82e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16494 | 2024.08.15 05:41:11.428769 [ 3 ] {13580f27-0597-4f4a-9bb6-0f8f631c82e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16495 | 2024.08.15 05:41:11.429081 [ 3 ] {13580f27-0597-4f4a-9bb6-0f8f631c82e7} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16496 | 2024.08.15 05:41:11.429117 [ 3 ] {13580f27-0597-4f4a-9bb6-0f8f631c82e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16497 | 2024.08.15 05:41:11.429466 [ 3 ] {13580f27-0597-4f4a-9bb6-0f8f631c82e7} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
16498 | 2024.08.15 05:41:11.429787 [ 3 ] {13580f27-0597-4f4a-9bb6-0f8f631c82e7} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16499 | 2024.08.15 05:41:11.429914 [ 3 ] {13580f27-0597-4f4a-9bb6-0f8f631c82e7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001356 sec., 44247.78761061947 rows/sec., 2.98 MiB/sec. | ||
16500 | 2024.08.15 05:41:11.430066 [ 3 ] {13580f27-0597-4f4a-9bb6-0f8f631c82e7} <Debug> DynamicQueryHandler: Done processing query | ||
16501 | 2024.08.15 05:41:11.430090 [ 3 ] {13580f27-0597-4f4a-9bb6-0f8f631c82e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16502 | 2024.08.15 05:41:11.430105 [ 3 ] {} <Debug> HTTP-Session: 67a2d175-eeb0-420f-836b-ad84006b080c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16503 | 2024.08.15 05:41:16.413460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16504 | 2024.08.15 05:41:16.413595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16505 | 2024.08.15 05:41:16.413624 [ 3 ] {} <Debug> HTTP-Session: 9fd62c0d-30b1-4c39-a1fd-a45802b2c300 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16506 | 2024.08.15 05:41:16.413654 [ 3 ] {} <Debug> HTTP-Session: 9fd62c0d-30b1-4c39-a1fd-a45802b2c300 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16507 | 2024.08.15 05:41:16.413672 [ 3 ] {} <Debug> HTTP-Session: 9fd62c0d-30b1-4c39-a1fd-a45802b2c300 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16508 | 2024.08.15 05:41:16.413729 [ 3 ] {} <Trace> HTTP-Session: 9fd62c0d-30b1-4c39-a1fd-a45802b2c300 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16509 | 2024.08.15 05:41:16.413943 [ 3 ] {035b90cd-20fd-49d7-bd93-c4d5f0ddd898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16510 | 2024.08.15 05:41:16.414010 [ 3 ] {035b90cd-20fd-49d7-bd93-c4d5f0ddd898} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16511 | 2024.08.15 05:41:16.414209 [ 3 ] {035b90cd-20fd-49d7-bd93-c4d5f0ddd898} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16512 | 2024.08.15 05:41:16.414674 [ 3 ] {035b90cd-20fd-49d7-bd93-c4d5f0ddd898} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16513 | 2024.08.15 05:41:16.414715 [ 3 ] {035b90cd-20fd-49d7-bd93-c4d5f0ddd898} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16514 | 2024.08.15 05:41:16.415077 [ 3 ] {035b90cd-20fd-49d7-bd93-c4d5f0ddd898} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
16515 | 2024.08.15 05:41:16.415407 [ 3 ] {035b90cd-20fd-49d7-bd93-c4d5f0ddd898} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16516 | 2024.08.15 05:41:16.415591 [ 3 ] {035b90cd-20fd-49d7-bd93-c4d5f0ddd898} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001698 sec., 2355.7126030624263 rows/sec., 190.94 KiB/sec. | ||
16517 | 2024.08.15 05:41:16.415792 [ 3 ] {035b90cd-20fd-49d7-bd93-c4d5f0ddd898} <Debug> DynamicQueryHandler: Done processing query | ||
16518 | 2024.08.15 05:41:16.415819 [ 3 ] {035b90cd-20fd-49d7-bd93-c4d5f0ddd898} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16519 | 2024.08.15 05:41:16.415836 [ 3 ] {} <Debug> HTTP-Session: 9fd62c0d-30b1-4c39-a1fd-a45802b2c300 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16520 | 2024.08.15 05:41:16.415992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16521 | 2024.08.15 05:41:16.416042 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16522 | 2024.08.15 05:41:16.416061 [ 3 ] {} <Debug> HTTP-Session: 2177ec8d-6639-458b-ae42-7713ee1f6e9e Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16523 | 2024.08.15 05:41:16.416079 [ 3 ] {} <Debug> HTTP-Session: 2177ec8d-6639-458b-ae42-7713ee1f6e9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16524 | 2024.08.15 05:41:16.416093 [ 3 ] {} <Debug> HTTP-Session: 2177ec8d-6639-458b-ae42-7713ee1f6e9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16525 | 2024.08.15 05:41:16.416124 [ 3 ] {} <Trace> HTTP-Session: 2177ec8d-6639-458b-ae42-7713ee1f6e9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16526 | 2024.08.15 05:41:16.416221 [ 3 ] {0ca2662a-7e4e-41ff-b3f7-941e48d1b06b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16527 | 2024.08.15 05:41:16.416265 [ 3 ] {0ca2662a-7e4e-41ff-b3f7-941e48d1b06b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16528 | 2024.08.15 05:41:16.416397 [ 3 ] {0ca2662a-7e4e-41ff-b3f7-941e48d1b06b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16529 | 2024.08.15 05:41:16.416679 [ 3 ] {0ca2662a-7e4e-41ff-b3f7-941e48d1b06b} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16530 | 2024.08.15 05:41:16.416716 [ 3 ] {0ca2662a-7e4e-41ff-b3f7-941e48d1b06b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16531 | 2024.08.15 05:41:16.417010 [ 3 ] {0ca2662a-7e4e-41ff-b3f7-941e48d1b06b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
16532 | 2024.08.15 05:41:16.417296 [ 3 ] {0ca2662a-7e4e-41ff-b3f7-941e48d1b06b} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16533 | 2024.08.15 05:41:16.417442 [ 3 ] {0ca2662a-7e4e-41ff-b3f7-941e48d1b06b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001269 sec., 3152.088258471237 rows/sec., 257.03 KiB/sec. | ||
16534 | 2024.08.15 05:41:16.417589 [ 3 ] {0ca2662a-7e4e-41ff-b3f7-941e48d1b06b} <Debug> DynamicQueryHandler: Done processing query | ||
16535 | 2024.08.15 05:41:16.417612 [ 3 ] {0ca2662a-7e4e-41ff-b3f7-941e48d1b06b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16536 | 2024.08.15 05:41:16.417628 [ 3 ] {} <Debug> HTTP-Session: 2177ec8d-6639-458b-ae42-7713ee1f6e9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16537 | 2024.08.15 05:41:16.417779 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16538 | 2024.08.15 05:41:16.417824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16539 | 2024.08.15 05:41:16.417842 [ 3 ] {} <Debug> HTTP-Session: c057b6f7-4893-49d0-b675-17fdafdd31a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16540 | 2024.08.15 05:41:16.417858 [ 3 ] {} <Debug> HTTP-Session: c057b6f7-4893-49d0-b675-17fdafdd31a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16541 | 2024.08.15 05:41:16.417870 [ 3 ] {} <Debug> HTTP-Session: c057b6f7-4893-49d0-b675-17fdafdd31a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16542 | 2024.08.15 05:41:16.417899 [ 3 ] {} <Trace> HTTP-Session: c057b6f7-4893-49d0-b675-17fdafdd31a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16543 | 2024.08.15 05:41:16.418103 [ 3 ] {c8db2869-3b63-4c9c-9a90-d4844d531e67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16544 | 2024.08.15 05:41:16.418144 [ 3 ] {c8db2869-3b63-4c9c-9a90-d4844d531e67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16545 | 2024.08.15 05:41:16.418271 [ 3 ] {c8db2869-3b63-4c9c-9a90-d4844d531e67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16546 | 2024.08.15 05:41:16.418849 [ 3 ] {c8db2869-3b63-4c9c-9a90-d4844d531e67} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16547 | 2024.08.15 05:41:16.418886 [ 3 ] {c8db2869-3b63-4c9c-9a90-d4844d531e67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16548 | 2024.08.15 05:41:16.419222 [ 3 ] {c8db2869-3b63-4c9c-9a90-d4844d531e67} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16549 | 2024.08.15 05:41:16.419520 [ 3 ] {c8db2869-3b63-4c9c-9a90-d4844d531e67} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16550 | 2024.08.15 05:41:16.419670 [ 3 ] {c8db2869-3b63-4c9c-9a90-d4844d531e67} <Debug> executeQuery: Read 203 rows, 18.15 KiB in 0.001631 sec., 124463.51931330471 rows/sec., 10.87 MiB/sec. | ||
16551 | 2024.08.15 05:41:16.419840 [ 3 ] {c8db2869-3b63-4c9c-9a90-d4844d531e67} <Debug> DynamicQueryHandler: Done processing query | ||
16552 | 2024.08.15 05:41:16.419865 [ 3 ] {c8db2869-3b63-4c9c-9a90-d4844d531e67} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
16553 | 2024.08.15 05:41:16.419880 [ 3 ] {} <Debug> HTTP-Session: c057b6f7-4893-49d0-b675-17fdafdd31a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16554 | 2024.08.15 05:41:16.420007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16555 | 2024.08.15 05:41:16.420056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16556 | 2024.08.15 05:41:16.420077 [ 3 ] {} <Debug> HTTP-Session: 0e447254-15d8-45da-8824-e804e83d774b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16557 | 2024.08.15 05:41:16.420094 [ 3 ] {} <Debug> HTTP-Session: 0e447254-15d8-45da-8824-e804e83d774b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16558 | 2024.08.15 05:41:16.420108 [ 3 ] {} <Debug> HTTP-Session: 0e447254-15d8-45da-8824-e804e83d774b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16559 | 2024.08.15 05:41:16.420139 [ 3 ] {} <Trace> HTTP-Session: 0e447254-15d8-45da-8824-e804e83d774b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16560 | 2024.08.15 05:41:16.420233 [ 3 ] {eb7fc3e2-5050-4e3a-925c-3a4e0c2d2e06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16561 | 2024.08.15 05:41:16.420277 [ 3 ] {eb7fc3e2-5050-4e3a-925c-3a4e0c2d2e06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16562 | 2024.08.15 05:41:16.420403 [ 3 ] {eb7fc3e2-5050-4e3a-925c-3a4e0c2d2e06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16563 | 2024.08.15 05:41:16.420666 [ 3 ] {eb7fc3e2-5050-4e3a-925c-3a4e0c2d2e06} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16564 | 2024.08.15 05:41:16.420704 [ 3 ] {eb7fc3e2-5050-4e3a-925c-3a4e0c2d2e06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16565 | 2024.08.15 05:41:16.420997 [ 3 ] {eb7fc3e2-5050-4e3a-925c-3a4e0c2d2e06} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
16566 | 2024.08.15 05:41:16.421292 [ 3 ] {eb7fc3e2-5050-4e3a-925c-3a4e0c2d2e06} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16567 | 2024.08.15 05:41:16.421449 [ 3 ] {eb7fc3e2-5050-4e3a-925c-3a4e0c2d2e06} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001234 sec., 3241.4910858995136 rows/sec., 226.33 KiB/sec. | ||
16568 | 2024.08.15 05:41:16.421715 [ 3 ] {eb7fc3e2-5050-4e3a-925c-3a4e0c2d2e06} <Debug> DynamicQueryHandler: Done processing query | ||
16569 | 2024.08.15 05:41:16.421774 [ 3 ] {eb7fc3e2-5050-4e3a-925c-3a4e0c2d2e06} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16570 | 2024.08.15 05:41:16.421825 [ 3 ] {} <Debug> HTTP-Session: 0e447254-15d8-45da-8824-e804e83d774b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16571 | 2024.08.15 05:41:16.421960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16572 | 2024.08.15 05:41:16.422011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16573 | 2024.08.15 05:41:16.422030 [ 3 ] {} <Debug> HTTP-Session: d7b1bebe-b808-4e21-ab28-8db39c2a973e Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16574 | 2024.08.15 05:41:16.422048 [ 3 ] {} <Debug> HTTP-Session: d7b1bebe-b808-4e21-ab28-8db39c2a973e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16575 | 2024.08.15 05:41:16.422061 [ 3 ] {} <Debug> HTTP-Session: d7b1bebe-b808-4e21-ab28-8db39c2a973e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16576 | 2024.08.15 05:41:16.422094 [ 3 ] {} <Trace> HTTP-Session: d7b1bebe-b808-4e21-ab28-8db39c2a973e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16577 | 2024.08.15 05:41:16.422199 [ 3 ] {846e94ed-b2c3-4df7-a03b-ab7ac30a2745} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
16578 | 2024.08.15 05:41:16.422242 [ 3 ] {846e94ed-b2c3-4df7-a03b-ab7ac30a2745} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16579 | 2024.08.15 05:41:16.422387 [ 3 ] {846e94ed-b2c3-4df7-a03b-ab7ac30a2745} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16580 | 2024.08.15 05:41:16.422663 [ 3 ] {846e94ed-b2c3-4df7-a03b-ab7ac30a2745} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16581 | 2024.08.15 05:41:16.422700 [ 3 ] {846e94ed-b2c3-4df7-a03b-ab7ac30a2745} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16582 | 2024.08.15 05:41:16.423011 [ 3 ] {846e94ed-b2c3-4df7-a03b-ab7ac30a2745} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
16583 | 2024.08.15 05:41:16.423309 [ 3 ] {846e94ed-b2c3-4df7-a03b-ab7ac30a2745} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16584 | 2024.08.15 05:41:16.423467 [ 3 ] {846e94ed-b2c3-4df7-a03b-ab7ac30a2745} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001289 sec., 10861.132660977502 rows/sec., 760.64 KiB/sec. | ||
16585 | 2024.08.15 05:41:16.423477 [ 129 ] {} <Debug> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
16586 | 2024.08.15 05:41:16.423586 [ 129 ] {} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16587 | 2024.08.15 05:41:16.423635 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16588 | 2024.08.15 05:41:16.423719 [ 3 ] {846e94ed-b2c3-4df7-a03b-ab7ac30a2745} <Debug> DynamicQueryHandler: Done processing query | ||
16589 | 2024.08.15 05:41:16.423777 [ 3 ] {846e94ed-b2c3-4df7-a03b-ab7ac30a2745} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16590 | 2024.08.15 05:41:16.423826 [ 3 ] {} <Debug> HTTP-Session: d7b1bebe-b808-4e21-ab28-8db39c2a973e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16591 | 2024.08.15 05:41:16.423871 [ 200 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::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 | ||
16592 | 2024.08.15 05:41:16.423971 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16593 | 2024.08.15 05:41:16.424069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16594 | 2024.08.15 05:41:16.424132 [ 3 ] {} <Debug> HTTP-Session: 754936a4-6d50-475d-9e46-71502461d7fb Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16595 | 2024.08.15 05:41:16.424186 [ 3 ] {} <Debug> HTTP-Session: 754936a4-6d50-475d-9e46-71502461d7fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16596 | 2024.08.15 05:41:16.424222 [ 200 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16597 | 2024.08.15 05:41:16.424228 [ 3 ] {} <Debug> HTTP-Session: 754936a4-6d50-475d-9e46-71502461d7fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16598 | 2024.08.15 05:41:16.424300 [ 200 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 242 rows starting from the beginning of the part | ||
16599 | 2024.08.15 05:41:16.424314 [ 3 ] {} <Trace> HTTP-Session: 754936a4-6d50-475d-9e46-71502461d7fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16600 | 2024.08.15 05:41:16.424505 [ 200 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::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 | ||
16601 | 2024.08.15 05:41:16.424580 [ 3 ] {350a2026-0d8a-4f43-b42a-fb98aa2246da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
16602 | 2024.08.15 05:41:16.424720 [ 3 ] {350a2026-0d8a-4f43-b42a-fb98aa2246da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
16603 | 2024.08.15 05:41:16.424822 [ 200 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::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 | ||
16604 | 2024.08.15 05:41:16.425237 [ 200 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 242 rows starting from the beginning of the part | ||
16605 | 2024.08.15 05:41:16.425575 [ 200 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::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 | ||
16606 | 2024.08.15 05:41:16.425720 [ 3 ] {350a2026-0d8a-4f43-b42a-fb98aa2246da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16607 | 2024.08.15 05:41:16.425864 [ 200 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::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 | ||
16608 | 2024.08.15 05:41:16.426678 [ 3 ] {350a2026-0d8a-4f43-b42a-fb98aa2246da} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16609 | 2024.08.15 05:41:16.426748 [ 3 ] {350a2026-0d8a-4f43-b42a-fb98aa2246da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16610 | 2024.08.15 05:41:16.427575 [ 3 ] {350a2026-0d8a-4f43-b42a-fb98aa2246da} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
16611 | 2024.08.15 05:41:16.428456 [ 3 ] {350a2026-0d8a-4f43-b42a-fb98aa2246da} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16612 | 2024.08.15 05:41:16.428797 [ 189 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 4 columns (4 merged, 0 gathered) in 0.005067247 sec., 106566.74126996374 rows/sec., 6.83 MiB/sec. | ||
16613 | 2024.08.15 05:41:16.428824 [ 129 ] {} <Debug> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
16614 | 2024.08.15 05:41:16.428863 [ 3 ] {350a2026-0d8a-4f43-b42a-fb98aa2246da} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00437 sec., 1372.9977116704806 rows/sec., 81.12 KiB/sec. | ||
16615 | 2024.08.15 05:41:16.428887 [ 129 ] {} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16616 | 2024.08.15 05:41:16.428978 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16617 | 2024.08.15 05:41:16.429195 [ 189 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
16618 | 2024.08.15 05:41:16.429451 [ 3 ] {350a2026-0d8a-4f43-b42a-fb98aa2246da} <Debug> DynamicQueryHandler: Done processing query | ||
16619 | 2024.08.15 05:41:16.429534 [ 3 ] {350a2026-0d8a-4f43-b42a-fb98aa2246da} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16620 | 2024.08.15 05:41:16.429646 [ 3 ] {} <Debug> HTTP-Session: 754936a4-6d50-475d-9e46-71502461d7fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16621 | 2024.08.15 05:41:16.430063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 63128, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16622 | 2024.08.15 05:41:16.430234 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16623 | 2024.08.15 05:41:16.430325 [ 3 ] {} <Debug> HTTP-Session: f2aa998a-a97f-49ad-bf57-1d15b565f89e Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16624 | 2024.08.15 05:41:16.430392 [ 3 ] {} <Debug> HTTP-Session: f2aa998a-a97f-49ad-bf57-1d15b565f89e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16625 | 2024.08.15 05:41:16.430470 [ 3 ] {} <Debug> HTTP-Session: f2aa998a-a97f-49ad-bf57-1d15b565f89e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16626 | 2024.08.15 05:41:16.430509 [ 196 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
16627 | 2024.08.15 05:41:16.430608 [ 3 ] {} <Trace> HTTP-Session: f2aa998a-a97f-49ad-bf57-1d15b565f89e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16628 | 2024.08.15 05:41:16.431112 [ 3 ] {c371474b-96f9-4785-8732-407ddbedcb02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16629 | 2024.08.15 05:41:16.431145 [ 196 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16630 | 2024.08.15 05:41:16.431159 [ 189 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_41_8} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16631 | 2024.08.15 05:41:16.431222 [ 3 ] {c371474b-96f9-4785-8732-407ddbedcb02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16632 | 2024.08.15 05:41:16.431286 [ 196 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 6 rows starting from the beginning of the part | ||
16633 | 2024.08.15 05:41:16.431478 [ 189 ] {ff3f472d-566a-4b5e-8fe5-f403bef79d3c::all_1_41_8} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
16634 | 2024.08.15 05:41:16.431932 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
16635 | 2024.08.15 05:41:16.432025 [ 196 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
16636 | 2024.08.15 05:41:16.432248 [ 3 ] {c371474b-96f9-4785-8732-407ddbedcb02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16637 | 2024.08.15 05:41:16.432303 [ 196 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
16638 | 2024.08.15 05:41:16.432631 [ 196 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
16639 | 2024.08.15 05:41:16.432751 [ 196 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
16640 | 2024.08.15 05:41:16.433648 [ 3 ] {c371474b-96f9-4785-8732-407ddbedcb02} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16641 | 2024.08.15 05:41:16.433719 [ 3 ] {c371474b-96f9-4785-8732-407ddbedcb02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16642 | 2024.08.15 05:41:16.434590 [ 3 ] {c371474b-96f9-4785-8732-407ddbedcb02} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16643 | 2024.08.15 05:41:16.435186 [ 196 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.006007158 sec., 4994.0421077654355 rows/sec., 297.50 KiB/sec. | ||
16644 | 2024.08.15 05:41:16.435383 [ 196 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
16645 | 2024.08.15 05:41:16.435558 [ 3 ] {c371474b-96f9-4785-8732-407ddbedcb02} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16646 | 2024.08.15 05:41:16.435939 [ 3 ] {c371474b-96f9-4785-8732-407ddbedcb02} <Debug> executeQuery: Read 390 rows, 28.33 KiB in 0.005103 sec., 76425.63198118754 rows/sec., 5.42 MiB/sec. | ||
16647 | 2024.08.15 05:41:16.436552 [ 3 ] {c371474b-96f9-4785-8732-407ddbedcb02} <Debug> DynamicQueryHandler: Done processing query | ||
16648 | 2024.08.15 05:41:16.436588 [ 196 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_41_10} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16649 | 2024.08.15 05:41:16.436634 [ 3 ] {c371474b-96f9-4785-8732-407ddbedcb02} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
16650 | 2024.08.15 05:41:16.436747 [ 3 ] {} <Debug> HTTP-Session: f2aa998a-a97f-49ad-bf57-1d15b565f89e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16651 | 2024.08.15 05:41:16.436966 [ 196 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_41_10} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
16652 | 2024.08.15 05:41:16.437039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16653 | 2024.08.15 05:41:16.437185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16654 | 2024.08.15 05:41:16.437235 [ 3 ] {} <Debug> HTTP-Session: dc754ca5-b0be-4cc5-9bca-7071a04a71d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16655 | 2024.08.15 05:41:16.437244 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
16656 | 2024.08.15 05:41:16.437264 [ 3 ] {} <Debug> HTTP-Session: dc754ca5-b0be-4cc5-9bca-7071a04a71d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16657 | 2024.08.15 05:41:16.437303 [ 3 ] {} <Debug> HTTP-Session: dc754ca5-b0be-4cc5-9bca-7071a04a71d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16658 | 2024.08.15 05:41:16.437335 [ 3 ] {} <Trace> HTTP-Session: dc754ca5-b0be-4cc5-9bca-7071a04a71d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16659 | 2024.08.15 05:41:16.437437 [ 3 ] {855e210d-33f1-4166-a426-33109d6d36f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
16660 | 2024.08.15 05:41:16.437482 [ 3 ] {855e210d-33f1-4166-a426-33109d6d36f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16661 | 2024.08.15 05:41:16.437626 [ 3 ] {855e210d-33f1-4166-a426-33109d6d36f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16662 | 2024.08.15 05:41:16.437897 [ 3 ] {855e210d-33f1-4166-a426-33109d6d36f8} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16663 | 2024.08.15 05:41:16.437934 [ 3 ] {855e210d-33f1-4166-a426-33109d6d36f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16664 | 2024.08.15 05:41:16.438291 [ 3 ] {855e210d-33f1-4166-a426-33109d6d36f8} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
16665 | 2024.08.15 05:41:16.438608 [ 3 ] {855e210d-33f1-4166-a426-33109d6d36f8} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16666 | 2024.08.15 05:41:16.438759 [ 3 ] {855e210d-33f1-4166-a426-33109d6d36f8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001344 sec., 4464.285714285715 rows/sec., 233.24 KiB/sec. | ||
16667 | 2024.08.15 05:41:16.438774 [ 128 ] {} <Debug> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
16668 | 2024.08.15 05:41:16.438864 [ 128 ] {} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16669 | 2024.08.15 05:41:16.438921 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16670 | 2024.08.15 05:41:16.439016 [ 3 ] {855e210d-33f1-4166-a426-33109d6d36f8} <Debug> DynamicQueryHandler: Done processing query | ||
16671 | 2024.08.15 05:41:16.439079 [ 3 ] {855e210d-33f1-4166-a426-33109d6d36f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16672 | 2024.08.15 05:41:16.439130 [ 3 ] {} <Debug> HTTP-Session: dc754ca5-b0be-4cc5-9bca-7071a04a71d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16673 | 2024.08.15 05:41:16.439159 [ 197 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::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 | ||
16674 | 2024.08.15 05:41:16.439361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 44989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16675 | 2024.08.15 05:41:16.439386 [ 197 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16676 | 2024.08.15 05:41:16.439451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16677 | 2024.08.15 05:41:16.439466 [ 197 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 216 rows starting from the beginning of the part | ||
16678 | 2024.08.15 05:41:16.439493 [ 3 ] {} <Debug> HTTP-Session: 36214f2e-3be7-4be5-aad1-74813702e258 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16679 | 2024.08.15 05:41:16.439527 [ 3 ] {} <Debug> HTTP-Session: 36214f2e-3be7-4be5-aad1-74813702e258 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16680 | 2024.08.15 05:41:16.439560 [ 3 ] {} <Debug> HTTP-Session: 36214f2e-3be7-4be5-aad1-74813702e258 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16681 | 2024.08.15 05:41:16.439684 [ 3 ] {} <Trace> HTTP-Session: 36214f2e-3be7-4be5-aad1-74813702e258 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16682 | 2024.08.15 05:41:16.439773 [ 197 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
16683 | 2024.08.15 05:41:16.440004 [ 197 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
16684 | 2024.08.15 05:41:16.440115 [ 3 ] {ae469f2d-3b4b-4673-bf46-c03165ed4aa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16685 | 2024.08.15 05:41:16.440292 [ 3 ] {ae469f2d-3b4b-4673-bf46-c03165ed4aa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16686 | 2024.08.15 05:41:16.440306 [ 197 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
16687 | 2024.08.15 05:41:16.440680 [ 197 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
16688 | 2024.08.15 05:41:16.441082 [ 197 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
16689 | 2024.08.15 05:41:16.441568 [ 3 ] {ae469f2d-3b4b-4673-bf46-c03165ed4aa6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16690 | 2024.08.15 05:41:16.442654 [ 3 ] {ae469f2d-3b4b-4673-bf46-c03165ed4aa6} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16691 | 2024.08.15 05:41:16.442709 [ 3 ] {ae469f2d-3b4b-4673-bf46-c03165ed4aa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16692 | 2024.08.15 05:41:16.444042 [ 3 ] {ae469f2d-3b4b-4673-bf46-c03165ed4aa6} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16693 | 2024.08.15 05:41:16.444059 [ 197 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.005043067 sec., 48779.839728482686 rows/sec., 2.49 MiB/sec. | ||
16694 | 2024.08.15 05:41:16.444419 [ 194 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
16695 | 2024.08.15 05:41:16.444739 [ 3 ] {ae469f2d-3b4b-4673-bf46-c03165ed4aa6} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16696 | 2024.08.15 05:41:16.445200 [ 3 ] {ae469f2d-3b4b-4673-bf46-c03165ed4aa6} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.005299 sec., 45102.84959426307 rows/sec., 3.02 MiB/sec. | ||
16697 | 2024.08.15 05:41:16.445484 [ 194 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_41_8} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16698 | 2024.08.15 05:41:16.445555 [ 3 ] {ae469f2d-3b4b-4673-bf46-c03165ed4aa6} <Debug> DynamicQueryHandler: Done processing query | ||
16699 | 2024.08.15 05:41:16.445609 [ 3 ] {ae469f2d-3b4b-4673-bf46-c03165ed4aa6} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
16700 | 2024.08.15 05:41:16.445641 [ 3 ] {} <Debug> HTTP-Session: 36214f2e-3be7-4be5-aad1-74813702e258 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16701 | 2024.08.15 05:41:16.445672 [ 194 ] {b149a3ae-5d4e-45f3-ac50-65694059b650::all_1_41_8} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
16702 | 2024.08.15 05:41:16.445793 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
16703 | 2024.08.15 05:41:16.445849 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16704 | 2024.08.15 05:41:16.445905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16705 | 2024.08.15 05:41:16.445924 [ 3 ] {} <Debug> HTTP-Session: a2691c24-2880-402a-bae6-1c5ff5b1eadf Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16706 | 2024.08.15 05:41:16.445941 [ 3 ] {} <Debug> HTTP-Session: a2691c24-2880-402a-bae6-1c5ff5b1eadf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16707 | 2024.08.15 05:41:16.445955 [ 3 ] {} <Debug> HTTP-Session: a2691c24-2880-402a-bae6-1c5ff5b1eadf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16708 | 2024.08.15 05:41:16.445987 [ 3 ] {} <Trace> HTTP-Session: a2691c24-2880-402a-bae6-1c5ff5b1eadf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16709 | 2024.08.15 05:41:16.446086 [ 3 ] {6b55d15b-6ea5-4cda-b6f4-1182bb835f4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
16710 | 2024.08.15 05:41:16.446133 [ 3 ] {6b55d15b-6ea5-4cda-b6f4-1182bb835f4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
16711 | 2024.08.15 05:41:16.446285 [ 3 ] {6b55d15b-6ea5-4cda-b6f4-1182bb835f4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16712 | 2024.08.15 05:41:16.446546 [ 3 ] {6b55d15b-6ea5-4cda-b6f4-1182bb835f4b} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16713 | 2024.08.15 05:41:16.446583 [ 3 ] {6b55d15b-6ea5-4cda-b6f4-1182bb835f4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16714 | 2024.08.15 05:41:16.446925 [ 3 ] {6b55d15b-6ea5-4cda-b6f4-1182bb835f4b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
16715 | 2024.08.15 05:41:16.447249 [ 3 ] {6b55d15b-6ea5-4cda-b6f4-1182bb835f4b} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16716 | 2024.08.15 05:41:16.447395 [ 3 ] {6b55d15b-6ea5-4cda-b6f4-1182bb835f4b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001328 sec., 753.0120481927711 rows/sec., 50.74 KiB/sec. | ||
16717 | 2024.08.15 05:41:16.447549 [ 3 ] {6b55d15b-6ea5-4cda-b6f4-1182bb835f4b} <Debug> DynamicQueryHandler: Done processing query | ||
16718 | 2024.08.15 05:41:16.447572 [ 3 ] {6b55d15b-6ea5-4cda-b6f4-1182bb835f4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
16719 | 2024.08.15 05:41:16.447587 [ 3 ] {} <Debug> HTTP-Session: a2691c24-2880-402a-bae6-1c5ff5b1eadf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16720 | 2024.08.15 05:41:16.447694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16721 | 2024.08.15 05:41:16.447739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16722 | 2024.08.15 05:41:16.447757 [ 3 ] {} <Debug> HTTP-Session: 49fb809d-61bd-4b18-b5b4-1b0475a551a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16723 | 2024.08.15 05:41:16.447773 [ 3 ] {} <Debug> HTTP-Session: 49fb809d-61bd-4b18-b5b4-1b0475a551a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16724 | 2024.08.15 05:41:16.447788 [ 3 ] {} <Debug> HTTP-Session: 49fb809d-61bd-4b18-b5b4-1b0475a551a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16725 | 2024.08.15 05:41:16.447818 [ 3 ] {} <Trace> HTTP-Session: 49fb809d-61bd-4b18-b5b4-1b0475a551a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16726 | 2024.08.15 05:41:16.447946 [ 3 ] {b3c74f5e-deb5-4f3d-b92d-8510ee766a46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16727 | 2024.08.15 05:41:16.448007 [ 3 ] {b3c74f5e-deb5-4f3d-b92d-8510ee766a46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
16728 | 2024.08.15 05:41:16.448426 [ 3 ] {b3c74f5e-deb5-4f3d-b92d-8510ee766a46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16729 | 2024.08.15 05:41:16.448934 [ 3 ] {b3c74f5e-deb5-4f3d-b92d-8510ee766a46} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16730 | 2024.08.15 05:41:16.448970 [ 3 ] {b3c74f5e-deb5-4f3d-b92d-8510ee766a46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16731 | 2024.08.15 05:41:16.449549 [ 3 ] {b3c74f5e-deb5-4f3d-b92d-8510ee766a46} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
16732 | 2024.08.15 05:41:16.449955 [ 3 ] {b3c74f5e-deb5-4f3d-b92d-8510ee766a46} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16733 | 2024.08.15 05:41:16.450152 [ 3 ] {b3c74f5e-deb5-4f3d-b92d-8510ee766a46} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002253 sec., 1775.410563692854 rows/sec., 3.18 MiB/sec. | ||
16734 | 2024.08.15 05:41:16.450374 [ 3 ] {b3c74f5e-deb5-4f3d-b92d-8510ee766a46} <Debug> DynamicQueryHandler: Done processing query | ||
16735 | 2024.08.15 05:41:16.450399 [ 3 ] {b3c74f5e-deb5-4f3d-b92d-8510ee766a46} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
16736 | 2024.08.15 05:41:16.450414 [ 3 ] {} <Debug> HTTP-Session: 49fb809d-61bd-4b18-b5b4-1b0475a551a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16737 | 2024.08.15 05:41:16.450549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16738 | 2024.08.15 05:41:16.450597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16739 | 2024.08.15 05:41:16.450615 [ 3 ] {} <Debug> HTTP-Session: e02b0b9d-fb78-4b88-9f40-f0596c3859dc Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16740 | 2024.08.15 05:41:16.450631 [ 3 ] {} <Debug> HTTP-Session: e02b0b9d-fb78-4b88-9f40-f0596c3859dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16741 | 2024.08.15 05:41:16.450645 [ 3 ] {} <Debug> HTTP-Session: e02b0b9d-fb78-4b88-9f40-f0596c3859dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16742 | 2024.08.15 05:41:16.450674 [ 3 ] {} <Trace> HTTP-Session: e02b0b9d-fb78-4b88-9f40-f0596c3859dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16743 | 2024.08.15 05:41:16.450790 [ 3 ] {6c3a96cd-ccf5-44d4-870a-eb59b0fed2c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16744 | 2024.08.15 05:41:16.450833 [ 3 ] {6c3a96cd-ccf5-44d4-870a-eb59b0fed2c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16745 | 2024.08.15 05:41:16.450962 [ 3 ] {6c3a96cd-ccf5-44d4-870a-eb59b0fed2c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16746 | 2024.08.15 05:41:16.451257 [ 3 ] {6c3a96cd-ccf5-44d4-870a-eb59b0fed2c2} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16747 | 2024.08.15 05:41:16.451294 [ 3 ] {6c3a96cd-ccf5-44d4-870a-eb59b0fed2c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16748 | 2024.08.15 05:41:16.451642 [ 3 ] {6c3a96cd-ccf5-44d4-870a-eb59b0fed2c2} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16749 | 2024.08.15 05:41:16.451950 [ 3 ] {6c3a96cd-ccf5-44d4-870a-eb59b0fed2c2} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16750 | 2024.08.15 05:41:16.452108 [ 3 ] {6c3a96cd-ccf5-44d4-870a-eb59b0fed2c2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001356 sec., 60471.97640117994 rows/sec., 3.84 MiB/sec. | ||
16751 | 2024.08.15 05:41:16.452273 [ 3 ] {6c3a96cd-ccf5-44d4-870a-eb59b0fed2c2} <Debug> DynamicQueryHandler: Done processing query | ||
16752 | 2024.08.15 05:41:16.452297 [ 3 ] {6c3a96cd-ccf5-44d4-870a-eb59b0fed2c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16753 | 2024.08.15 05:41:16.452313 [ 3 ] {} <Debug> HTTP-Session: e02b0b9d-fb78-4b88-9f40-f0596c3859dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16754 | 2024.08.15 05:41:20.238514 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache | ||
16755 | 2024.08.15 05:41:20.238581 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache | ||
16756 | 2024.08.15 05:41:21.411353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16757 | 2024.08.15 05:41:21.411461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16758 | 2024.08.15 05:41:21.411486 [ 3 ] {} <Debug> HTTP-Session: b393bc25-b4a7-4775-abd8-c65d5f695397 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16759 | 2024.08.15 05:41:21.411510 [ 3 ] {} <Debug> HTTP-Session: b393bc25-b4a7-4775-abd8-c65d5f695397 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16760 | 2024.08.15 05:41:21.411525 [ 3 ] {} <Debug> HTTP-Session: b393bc25-b4a7-4775-abd8-c65d5f695397 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16761 | 2024.08.15 05:41:21.411574 [ 3 ] {} <Trace> HTTP-Session: b393bc25-b4a7-4775-abd8-c65d5f695397 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16762 | 2024.08.15 05:41:21.411764 [ 3 ] {0065bbfb-760f-4d9e-87c0-db8156f958ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16763 | 2024.08.15 05:41:21.411830 [ 3 ] {0065bbfb-760f-4d9e-87c0-db8156f958ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16764 | 2024.08.15 05:41:21.412028 [ 3 ] {0065bbfb-760f-4d9e-87c0-db8156f958ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16765 | 2024.08.15 05:41:21.412464 [ 3 ] {0065bbfb-760f-4d9e-87c0-db8156f958ff} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16766 | 2024.08.15 05:41:21.412509 [ 3 ] {0065bbfb-760f-4d9e-87c0-db8156f958ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16767 | 2024.08.15 05:41:21.412882 [ 3 ] {0065bbfb-760f-4d9e-87c0-db8156f958ff} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
16768 | 2024.08.15 05:41:21.413221 [ 3 ] {0065bbfb-760f-4d9e-87c0-db8156f958ff} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16769 | 2024.08.15 05:41:21.413391 [ 3 ] {0065bbfb-760f-4d9e-87c0-db8156f958ff} <Debug> executeQuery: Read 46 rows, 3.73 KiB in 0.001685 sec., 27299.703264094955 rows/sec., 2.16 MiB/sec. | ||
16770 | 2024.08.15 05:41:21.413675 [ 3 ] {0065bbfb-760f-4d9e-87c0-db8156f958ff} <Debug> DynamicQueryHandler: Done processing query | ||
16771 | 2024.08.15 05:41:21.413733 [ 3 ] {0065bbfb-760f-4d9e-87c0-db8156f958ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16772 | 2024.08.15 05:41:21.413768 [ 3 ] {} <Debug> HTTP-Session: b393bc25-b4a7-4775-abd8-c65d5f695397 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16773 | 2024.08.15 05:41:21.413970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16774 | 2024.08.15 05:41:21.414037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16775 | 2024.08.15 05:41:21.414057 [ 3 ] {} <Debug> HTTP-Session: b27c3372-3f9e-4a5f-92c4-087cf32c53a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16776 | 2024.08.15 05:41:21.414075 [ 3 ] {} <Debug> HTTP-Session: b27c3372-3f9e-4a5f-92c4-087cf32c53a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16777 | 2024.08.15 05:41:21.414090 [ 3 ] {} <Debug> HTTP-Session: b27c3372-3f9e-4a5f-92c4-087cf32c53a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16778 | 2024.08.15 05:41:21.414127 [ 3 ] {} <Trace> HTTP-Session: b27c3372-3f9e-4a5f-92c4-087cf32c53a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16779 | 2024.08.15 05:41:21.414237 [ 3 ] {638f621b-f5c2-4fce-a9a8-3842920ca60f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16780 | 2024.08.15 05:41:21.414286 [ 3 ] {638f621b-f5c2-4fce-a9a8-3842920ca60f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16781 | 2024.08.15 05:41:21.414424 [ 3 ] {638f621b-f5c2-4fce-a9a8-3842920ca60f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16782 | 2024.08.15 05:41:21.414714 [ 3 ] {638f621b-f5c2-4fce-a9a8-3842920ca60f} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16783 | 2024.08.15 05:41:21.414754 [ 3 ] {638f621b-f5c2-4fce-a9a8-3842920ca60f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16784 | 2024.08.15 05:41:21.415069 [ 3 ] {638f621b-f5c2-4fce-a9a8-3842920ca60f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
16785 | 2024.08.15 05:41:21.415380 [ 3 ] {638f621b-f5c2-4fce-a9a8-3842920ca60f} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16786 | 2024.08.15 05:41:21.415544 [ 3 ] {638f621b-f5c2-4fce-a9a8-3842920ca60f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001328 sec., 1506.0240963855422 rows/sec., 122.81 KiB/sec. | ||
16787 | 2024.08.15 05:41:21.415548 [ 121 ] {} <Debug> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
16788 | 2024.08.15 05:41:21.415661 [ 121 ] {} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16789 | 2024.08.15 05:41:21.415701 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16790 | 2024.08.15 05:41:21.415792 [ 3 ] {638f621b-f5c2-4fce-a9a8-3842920ca60f} <Debug> DynamicQueryHandler: Done processing query | ||
16791 | 2024.08.15 05:41:21.415861 [ 3 ] {638f621b-f5c2-4fce-a9a8-3842920ca60f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16792 | 2024.08.15 05:41:21.415920 [ 3 ] {} <Debug> HTTP-Session: b27c3372-3f9e-4a5f-92c4-087cf32c53a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16793 | 2024.08.15 05:41:21.415948 [ 187 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::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 | ||
16794 | 2024.08.15 05:41:21.416278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 28850, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16795 | 2024.08.15 05:41:21.416454 [ 187 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16796 | 2024.08.15 05:41:21.416471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16797 | 2024.08.15 05:41:21.416584 [ 187 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 19 rows starting from the beginning of the part | ||
16798 | 2024.08.15 05:41:21.416590 [ 3 ] {} <Debug> HTTP-Session: a4afb8b8-6518-4dc7-9190-fd2a9ac90a3f Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16799 | 2024.08.15 05:41:21.416685 [ 3 ] {} <Debug> HTTP-Session: a4afb8b8-6518-4dc7-9190-fd2a9ac90a3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16800 | 2024.08.15 05:41:21.416775 [ 3 ] {} <Debug> HTTP-Session: a4afb8b8-6518-4dc7-9190-fd2a9ac90a3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16801 | 2024.08.15 05:41:21.417035 [ 3 ] {} <Trace> HTTP-Session: a4afb8b8-6518-4dc7-9190-fd2a9ac90a3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16802 | 2024.08.15 05:41:21.417112 [ 187 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::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 | ||
16803 | 2024.08.15 05:41:21.417486 [ 187 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2 rows starting from the beginning of the part | ||
16804 | 2024.08.15 05:41:21.417555 [ 3 ] {6dba383b-f08a-45ca-ad05-12ca7d567607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16805 | 2024.08.15 05:41:21.417797 [ 3 ] {6dba383b-f08a-45ca-ad05-12ca7d567607} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16806 | 2024.08.15 05:41:21.417975 [ 187 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::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 | ||
16807 | 2024.08.15 05:41:21.418227 [ 187 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 4 rows starting from the beginning of the part | ||
16808 | 2024.08.15 05:41:21.418551 [ 187 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 2 rows starting from the beginning of the part | ||
16809 | 2024.08.15 05:41:21.418817 [ 3 ] {6dba383b-f08a-45ca-ad05-12ca7d567607} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16810 | 2024.08.15 05:41:21.419461 [ 3 ] {6dba383b-f08a-45ca-ad05-12ca7d567607} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16811 | 2024.08.15 05:41:21.419509 [ 3 ] {6dba383b-f08a-45ca-ad05-12ca7d567607} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16812 | 2024.08.15 05:41:21.419982 [ 191 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 4 columns (4 merged, 0 gathered) in 0.004192899 sec., 6916.455655144568 rows/sec., 551.76 KiB/sec. | ||
16813 | 2024.08.15 05:41:21.420037 [ 3 ] {6dba383b-f08a-45ca-ad05-12ca7d567607} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
16814 | 2024.08.15 05:41:21.420238 [ 201 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
16815 | 2024.08.15 05:41:21.420656 [ 3 ] {6dba383b-f08a-45ca-ad05-12ca7d567607} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16816 | 2024.08.15 05:41:21.421055 [ 3 ] {6dba383b-f08a-45ca-ad05-12ca7d567607} <Debug> executeQuery: Read 195 rows, 17.00 KiB in 0.003716 sec., 52475.78040904198 rows/sec., 4.47 MiB/sec. | ||
16817 | 2024.08.15 05:41:21.421348 [ 192 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_36_7} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16818 | 2024.08.15 05:41:21.421368 [ 3 ] {6dba383b-f08a-45ca-ad05-12ca7d567607} <Debug> DynamicQueryHandler: Done processing query | ||
16819 | 2024.08.15 05:41:21.421432 [ 3 ] {6dba383b-f08a-45ca-ad05-12ca7d567607} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
16820 | 2024.08.15 05:41:21.421467 [ 3 ] {} <Debug> HTTP-Session: a4afb8b8-6518-4dc7-9190-fd2a9ac90a3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16821 | 2024.08.15 05:41:21.421562 [ 192 ] {2c296d90-e646-499d-8f8f-dc2cee9e0339::all_1_36_7} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
16822 | 2024.08.15 05:41:21.421642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16823 | 2024.08.15 05:41:21.421736 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
16824 | 2024.08.15 05:41:21.421752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16825 | 2024.08.15 05:41:21.421792 [ 3 ] {} <Debug> HTTP-Session: 7922543b-14d9-4a1d-9c9c-daaf95cb47f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16826 | 2024.08.15 05:41:21.421811 [ 3 ] {} <Debug> HTTP-Session: 7922543b-14d9-4a1d-9c9c-daaf95cb47f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16827 | 2024.08.15 05:41:21.421826 [ 3 ] {} <Debug> HTTP-Session: 7922543b-14d9-4a1d-9c9c-daaf95cb47f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16828 | 2024.08.15 05:41:21.421859 [ 3 ] {} <Trace> HTTP-Session: 7922543b-14d9-4a1d-9c9c-daaf95cb47f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16829 | 2024.08.15 05:41:21.421960 [ 3 ] {800ba282-694d-4b8c-a18b-f669c875497a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16830 | 2024.08.15 05:41:21.422005 [ 3 ] {800ba282-694d-4b8c-a18b-f669c875497a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16831 | 2024.08.15 05:41:21.422157 [ 3 ] {800ba282-694d-4b8c-a18b-f669c875497a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16832 | 2024.08.15 05:41:21.422444 [ 3 ] {800ba282-694d-4b8c-a18b-f669c875497a} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16833 | 2024.08.15 05:41:21.422481 [ 3 ] {800ba282-694d-4b8c-a18b-f669c875497a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16834 | 2024.08.15 05:41:21.422787 [ 3 ] {800ba282-694d-4b8c-a18b-f669c875497a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
16835 | 2024.08.15 05:41:21.423104 [ 3 ] {800ba282-694d-4b8c-a18b-f669c875497a} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16836 | 2024.08.15 05:41:21.423262 [ 121 ] {} <Debug> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
16837 | 2024.08.15 05:41:21.423270 [ 3 ] {800ba282-694d-4b8c-a18b-f669c875497a} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001326 sec., 1508.2956259426849 rows/sec., 105.32 KiB/sec. | ||
16838 | 2024.08.15 05:41:21.423322 [ 121 ] {} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16839 | 2024.08.15 05:41:21.423393 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16840 | 2024.08.15 05:41:21.423567 [ 201 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::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 | ||
16841 | 2024.08.15 05:41:21.423579 [ 3 ] {800ba282-694d-4b8c-a18b-f669c875497a} <Debug> DynamicQueryHandler: Done processing query | ||
16842 | 2024.08.15 05:41:21.423625 [ 3 ] {800ba282-694d-4b8c-a18b-f669c875497a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16843 | 2024.08.15 05:41:21.423662 [ 3 ] {} <Debug> HTTP-Session: 7922543b-14d9-4a1d-9c9c-daaf95cb47f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16844 | 2024.08.15 05:41:21.423759 [ 201 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16845 | 2024.08.15 05:41:21.423793 [ 201 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 19 rows starting from the beginning of the part | ||
16846 | 2024.08.15 05:41:21.423929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19012, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16847 | 2024.08.15 05:41:21.423997 [ 201 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::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 | ||
16848 | 2024.08.15 05:41:21.424087 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16849 | 2024.08.15 05:41:21.424171 [ 3 ] {} <Debug> HTTP-Session: 753699ac-8ac3-4034-acd2-c89970df7316 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16850 | 2024.08.15 05:41:21.424259 [ 3 ] {} <Debug> HTTP-Session: 753699ac-8ac3-4034-acd2-c89970df7316 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16851 | 2024.08.15 05:41:21.424267 [ 201 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2 rows starting from the beginning of the part | ||
16852 | 2024.08.15 05:41:21.424312 [ 3 ] {} <Debug> HTTP-Session: 753699ac-8ac3-4034-acd2-c89970df7316 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16853 | 2024.08.15 05:41:21.424446 [ 3 ] {} <Trace> HTTP-Session: 753699ac-8ac3-4034-acd2-c89970df7316 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16854 | 2024.08.15 05:41:21.424587 [ 201 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::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 | ||
16855 | 2024.08.15 05:41:21.424778 [ 3 ] {b0869764-4595-49a5-bfd0-a647c27fc4f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16856 | 2024.08.15 05:41:21.424821 [ 201 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 4 rows starting from the beginning of the part | ||
16857 | 2024.08.15 05:41:21.424900 [ 3 ] {b0869764-4595-49a5-bfd0-a647c27fc4f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16858 | 2024.08.15 05:41:21.425182 [ 201 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 2 rows starting from the beginning of the part | ||
16859 | 2024.08.15 05:41:21.425828 [ 3 ] {b0869764-4595-49a5-bfd0-a647c27fc4f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16860 | 2024.08.15 05:41:21.426747 [ 3 ] {b0869764-4595-49a5-bfd0-a647c27fc4f7} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16861 | 2024.08.15 05:41:21.426830 [ 3 ] {b0869764-4595-49a5-bfd0-a647c27fc4f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16862 | 2024.08.15 05:41:21.427824 [ 3 ] {b0869764-4595-49a5-bfd0-a647c27fc4f7} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
16863 | 2024.08.15 05:41:21.427843 [ 192 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 4 columns (4 merged, 0 gathered) in 0.004351522 sec., 6664.334915461763 rows/sec., 453.55 KiB/sec. | ||
16864 | 2024.08.15 05:41:21.428014 [ 191 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
16865 | 2024.08.15 05:41:21.428289 [ 3 ] {b0869764-4595-49a5-bfd0-a647c27fc4f7} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16866 | 2024.08.15 05:41:21.428572 [ 3 ] {b0869764-4595-49a5-bfd0-a647c27fc4f7} <Debug> executeQuery: Read 112 rows, 8.96 KiB in 0.003928 sec., 28513.238289205703 rows/sec., 2.23 MiB/sec. | ||
16867 | 2024.08.15 05:41:21.428811 [ 191 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_36_7} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16868 | 2024.08.15 05:41:21.428880 [ 3 ] {b0869764-4595-49a5-bfd0-a647c27fc4f7} <Debug> DynamicQueryHandler: Done processing query | ||
16869 | 2024.08.15 05:41:21.428907 [ 3 ] {b0869764-4595-49a5-bfd0-a647c27fc4f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16870 | 2024.08.15 05:41:21.428920 [ 191 ] {1ae56688-fc79-48f0-ad60-625561b6d1ab::all_1_36_7} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
16871 | 2024.08.15 05:41:21.428928 [ 3 ] {} <Debug> HTTP-Session: 753699ac-8ac3-4034-acd2-c89970df7316 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16872 | 2024.08.15 05:41:21.429024 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
16873 | 2024.08.15 05:41:21.429117 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16874 | 2024.08.15 05:41:21.429168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16875 | 2024.08.15 05:41:21.429187 [ 3 ] {} <Debug> HTTP-Session: 1fe65402-afe0-4dff-b3dd-b4cd05bbb5bf Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16876 | 2024.08.15 05:41:21.429204 [ 3 ] {} <Debug> HTTP-Session: 1fe65402-afe0-4dff-b3dd-b4cd05bbb5bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16877 | 2024.08.15 05:41:21.429218 [ 3 ] {} <Debug> HTTP-Session: 1fe65402-afe0-4dff-b3dd-b4cd05bbb5bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16878 | 2024.08.15 05:41:21.429249 [ 3 ] {} <Trace> HTTP-Session: 1fe65402-afe0-4dff-b3dd-b4cd05bbb5bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16879 | 2024.08.15 05:41:21.429400 [ 3 ] {9fc29842-f92f-4346-b362-9a921e511503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16880 | 2024.08.15 05:41:21.429448 [ 3 ] {9fc29842-f92f-4346-b362-9a921e511503} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16881 | 2024.08.15 05:41:21.429604 [ 3 ] {9fc29842-f92f-4346-b362-9a921e511503} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16882 | 2024.08.15 05:41:21.429986 [ 3 ] {9fc29842-f92f-4346-b362-9a921e511503} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16883 | 2024.08.15 05:41:21.430023 [ 3 ] {9fc29842-f92f-4346-b362-9a921e511503} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16884 | 2024.08.15 05:41:21.430414 [ 3 ] {9fc29842-f92f-4346-b362-9a921e511503} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
16885 | 2024.08.15 05:41:21.430754 [ 3 ] {9fc29842-f92f-4346-b362-9a921e511503} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16886 | 2024.08.15 05:41:21.430908 [ 3 ] {9fc29842-f92f-4346-b362-9a921e511503} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001575 sec., 102222.22222222222 rows/sec., 7.12 MiB/sec. | ||
16887 | 2024.08.15 05:41:21.431110 [ 3 ] {9fc29842-f92f-4346-b362-9a921e511503} <Debug> DynamicQueryHandler: Done processing query | ||
16888 | 2024.08.15 05:41:21.431147 [ 3 ] {9fc29842-f92f-4346-b362-9a921e511503} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16889 | 2024.08.15 05:41:21.431177 [ 3 ] {} <Debug> HTTP-Session: 1fe65402-afe0-4dff-b3dd-b4cd05bbb5bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16890 | 2024.08.15 05:41:21.431386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 74597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16891 | 2024.08.15 05:41:21.431436 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16892 | 2024.08.15 05:41:21.431455 [ 3 ] {} <Debug> HTTP-Session: 8a73bda8-415c-47c3-8052-0a15ff672a4b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16893 | 2024.08.15 05:41:21.431472 [ 3 ] {} <Debug> HTTP-Session: 8a73bda8-415c-47c3-8052-0a15ff672a4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16894 | 2024.08.15 05:41:21.431485 [ 3 ] {} <Debug> HTTP-Session: 8a73bda8-415c-47c3-8052-0a15ff672a4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16895 | 2024.08.15 05:41:21.431516 [ 3 ] {} <Trace> HTTP-Session: 8a73bda8-415c-47c3-8052-0a15ff672a4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16896 | 2024.08.15 05:41:21.431960 [ 3 ] {298d9612-a100-4377-b5de-48ff9fd40476} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16897 | 2024.08.15 05:41:21.432024 [ 3 ] {298d9612-a100-4377-b5de-48ff9fd40476} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
16898 | 2024.08.15 05:41:21.432442 [ 3 ] {298d9612-a100-4377-b5de-48ff9fd40476} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16899 | 2024.08.15 05:41:21.433280 [ 3 ] {298d9612-a100-4377-b5de-48ff9fd40476} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16900 | 2024.08.15 05:41:21.433318 [ 3 ] {298d9612-a100-4377-b5de-48ff9fd40476} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16901 | 2024.08.15 05:41:21.433960 [ 3 ] {298d9612-a100-4377-b5de-48ff9fd40476} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
16902 | 2024.08.15 05:41:21.434357 [ 3 ] {298d9612-a100-4377-b5de-48ff9fd40476} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16903 | 2024.08.15 05:41:21.434571 [ 3 ] {298d9612-a100-4377-b5de-48ff9fd40476} <Debug> executeQuery: Read 46 rows, 84.41 KiB in 0.002947 sec., 15609.093993892095 rows/sec., 27.97 MiB/sec. | ||
16904 | 2024.08.15 05:41:21.434809 [ 3 ] {298d9612-a100-4377-b5de-48ff9fd40476} <Debug> DynamicQueryHandler: Done processing query | ||
16905 | 2024.08.15 05:41:21.434834 [ 3 ] {298d9612-a100-4377-b5de-48ff9fd40476} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
16906 | 2024.08.15 05:41:21.434850 [ 3 ] {} <Debug> HTTP-Session: 8a73bda8-415c-47c3-8052-0a15ff672a4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16907 | 2024.08.15 05:41:21.435021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16908 | 2024.08.15 05:41:21.435071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16909 | 2024.08.15 05:41:21.435090 [ 3 ] {} <Debug> HTTP-Session: 6ff73221-a659-436e-b0c6-ebb2be19cee8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16910 | 2024.08.15 05:41:21.435108 [ 3 ] {} <Debug> HTTP-Session: 6ff73221-a659-436e-b0c6-ebb2be19cee8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16911 | 2024.08.15 05:41:21.435122 [ 3 ] {} <Debug> HTTP-Session: 6ff73221-a659-436e-b0c6-ebb2be19cee8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16912 | 2024.08.15 05:41:21.435152 [ 3 ] {} <Trace> HTTP-Session: 6ff73221-a659-436e-b0c6-ebb2be19cee8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16913 | 2024.08.15 05:41:21.435266 [ 3 ] {4d756df5-2a47-4e17-b3cb-dc1178dc1aef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16914 | 2024.08.15 05:41:21.435311 [ 3 ] {4d756df5-2a47-4e17-b3cb-dc1178dc1aef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16915 | 2024.08.15 05:41:21.435438 [ 3 ] {4d756df5-2a47-4e17-b3cb-dc1178dc1aef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16916 | 2024.08.15 05:41:21.435831 [ 3 ] {4d756df5-2a47-4e17-b3cb-dc1178dc1aef} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16917 | 2024.08.15 05:41:21.435910 [ 3 ] {4d756df5-2a47-4e17-b3cb-dc1178dc1aef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16918 | 2024.08.15 05:41:21.436755 [ 3 ] {4d756df5-2a47-4e17-b3cb-dc1178dc1aef} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
16919 | 2024.08.15 05:41:21.437074 [ 3 ] {4d756df5-2a47-4e17-b3cb-dc1178dc1aef} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16920 | 2024.08.15 05:41:21.437237 [ 3 ] {4d756df5-2a47-4e17-b3cb-dc1178dc1aef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002009 sec., 29865.604778496767 rows/sec., 2.01 MiB/sec. | ||
16921 | 2024.08.15 05:41:21.437404 [ 3 ] {4d756df5-2a47-4e17-b3cb-dc1178dc1aef} <Debug> DynamicQueryHandler: Done processing query | ||
16922 | 2024.08.15 05:41:21.437429 [ 3 ] {4d756df5-2a47-4e17-b3cb-dc1178dc1aef} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16923 | 2024.08.15 05:41:21.437445 [ 3 ] {} <Debug> HTTP-Session: 6ff73221-a659-436e-b0c6-ebb2be19cee8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16924 | 2024.08.15 05:41:26.377756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16925 | 2024.08.15 05:41:26.377892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16926 | 2024.08.15 05:41:26.377919 [ 3 ] {} <Debug> HTTP-Session: 9b989466-c3f9-4d5a-8fc8-c468f626b7d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16927 | 2024.08.15 05:41:26.377943 [ 3 ] {} <Debug> HTTP-Session: 9b989466-c3f9-4d5a-8fc8-c468f626b7d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16928 | 2024.08.15 05:41:26.377957 [ 3 ] {} <Debug> HTTP-Session: 9b989466-c3f9-4d5a-8fc8-c468f626b7d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16929 | 2024.08.15 05:41:26.378007 [ 3 ] {} <Trace> HTTP-Session: 9b989466-c3f9-4d5a-8fc8-c468f626b7d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16930 | 2024.08.15 05:41:26.378192 [ 3 ] {de125028-acef-4b29-b1f0-ed40e9d8a040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16931 | 2024.08.15 05:41:26.378261 [ 3 ] {de125028-acef-4b29-b1f0-ed40e9d8a040} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16932 | 2024.08.15 05:41:26.378460 [ 3 ] {de125028-acef-4b29-b1f0-ed40e9d8a040} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16933 | 2024.08.15 05:41:26.378887 [ 3 ] {de125028-acef-4b29-b1f0-ed40e9d8a040} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16934 | 2024.08.15 05:41:26.378934 [ 3 ] {de125028-acef-4b29-b1f0-ed40e9d8a040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16935 | 2024.08.15 05:41:26.379332 [ 3 ] {de125028-acef-4b29-b1f0-ed40e9d8a040} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
16936 | 2024.08.15 05:41:26.379667 [ 3 ] {de125028-acef-4b29-b1f0-ed40e9d8a040} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16937 | 2024.08.15 05:41:26.379846 [ 118 ] {} <Debug> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
16938 | 2024.08.15 05:41:26.379856 [ 3 ] {de125028-acef-4b29-b1f0-ed40e9d8a040} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001706 sec., 2344.6658851113716 rows/sec., 190.05 KiB/sec. | ||
16939 | 2024.08.15 05:41:26.379940 [ 118 ] {} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16940 | 2024.08.15 05:41:26.380007 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16941 | 2024.08.15 05:41:26.380246 [ 3 ] {de125028-acef-4b29-b1f0-ed40e9d8a040} <Debug> DynamicQueryHandler: Done processing query | ||
16942 | 2024.08.15 05:41:26.380282 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::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 | ||
16943 | 2024.08.15 05:41:26.380294 [ 3 ] {de125028-acef-4b29-b1f0-ed40e9d8a040} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16944 | 2024.08.15 05:41:26.380364 [ 3 ] {} <Debug> HTTP-Session: 9b989466-c3f9-4d5a-8fc8-c468f626b7d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16945 | 2024.08.15 05:41:26.380744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16946 | 2024.08.15 05:41:26.380945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16947 | 2024.08.15 05:41:26.380965 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16948 | 2024.08.15 05:41:26.381031 [ 3 ] {} <Debug> HTTP-Session: c29d1e35-0750-49b5-82ad-3ca4fd10a15b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16949 | 2024.08.15 05:41:26.381102 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 50 rows starting from the beginning of the part | ||
16950 | 2024.08.15 05:41:26.381111 [ 3 ] {} <Debug> HTTP-Session: c29d1e35-0750-49b5-82ad-3ca4fd10a15b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16951 | 2024.08.15 05:41:26.381179 [ 3 ] {} <Debug> HTTP-Session: c29d1e35-0750-49b5-82ad-3ca4fd10a15b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16952 | 2024.08.15 05:41:26.381369 [ 3 ] {} <Trace> HTTP-Session: c29d1e35-0750-49b5-82ad-3ca4fd10a15b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16953 | 2024.08.15 05:41:26.381520 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 4 rows starting from the beginning of the part | ||
16954 | 2024.08.15 05:41:26.381877 [ 3 ] {5d8c4b17-f906-4820-bbbc-26e993616645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16955 | 2024.08.15 05:41:26.382082 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 46 rows starting from the beginning of the part | ||
16956 | 2024.08.15 05:41:26.382113 [ 3 ] {5d8c4b17-f906-4820-bbbc-26e993616645} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16957 | 2024.08.15 05:41:26.382583 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 4 rows starting from the beginning of the part | ||
16958 | 2024.08.15 05:41:26.382876 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 46 rows starting from the beginning of the part | ||
16959 | 2024.08.15 05:41:26.383089 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 4 rows starting from the beginning of the part | ||
16960 | 2024.08.15 05:41:26.383195 [ 3 ] {5d8c4b17-f906-4820-bbbc-26e993616645} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16961 | 2024.08.15 05:41:26.383739 [ 3 ] {5d8c4b17-f906-4820-bbbc-26e993616645} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16962 | 2024.08.15 05:41:26.383783 [ 3 ] {5d8c4b17-f906-4820-bbbc-26e993616645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16963 | 2024.08.15 05:41:26.384224 [ 3 ] {5d8c4b17-f906-4820-bbbc-26e993616645} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
16964 | 2024.08.15 05:41:26.384535 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 154 rows, containing 4 columns (4 merged, 0 gathered) in 0.004419984 sec., 34841.755083276315 rows/sec., 2.76 MiB/sec. | ||
16965 | 2024.08.15 05:41:26.384660 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
16966 | 2024.08.15 05:41:26.384748 [ 3 ] {5d8c4b17-f906-4820-bbbc-26e993616645} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16967 | 2024.08.15 05:41:26.385021 [ 3 ] {5d8c4b17-f906-4820-bbbc-26e993616645} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.003402 sec., 1763.668430335097 rows/sec., 143.81 KiB/sec. | ||
16968 | 2024.08.15 05:41:26.385204 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_76_15} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16969 | 2024.08.15 05:41:26.385235 [ 3 ] {5d8c4b17-f906-4820-bbbc-26e993616645} <Debug> DynamicQueryHandler: Done processing query | ||
16970 | 2024.08.15 05:41:26.385265 [ 3 ] {5d8c4b17-f906-4820-bbbc-26e993616645} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16971 | 2024.08.15 05:41:26.385283 [ 3 ] {} <Debug> HTTP-Session: c29d1e35-0750-49b5-82ad-3ca4fd10a15b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16972 | 2024.08.15 05:41:26.385292 [ 199 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_76_15} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
16973 | 2024.08.15 05:41:26.385369 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
16974 | 2024.08.15 05:41:26.385630 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 196099, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16975 | 2024.08.15 05:41:26.385680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16976 | 2024.08.15 05:41:26.385700 [ 3 ] {} <Debug> HTTP-Session: de765963-cbd9-4cd2-b207-11fcc31f59ec Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
16977 | 2024.08.15 05:41:26.385717 [ 3 ] {} <Debug> HTTP-Session: de765963-cbd9-4cd2-b207-11fcc31f59ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16978 | 2024.08.15 05:41:26.385731 [ 3 ] {} <Debug> HTTP-Session: de765963-cbd9-4cd2-b207-11fcc31f59ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16979 | 2024.08.15 05:41:26.385763 [ 3 ] {} <Trace> HTTP-Session: de765963-cbd9-4cd2-b207-11fcc31f59ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16980 | 2024.08.15 05:41:26.386257 [ 3 ] {4f06d354-ee53-4137-b537-5ef6f5077f09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16981 | 2024.08.15 05:41:26.386305 [ 3 ] {4f06d354-ee53-4137-b537-5ef6f5077f09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16982 | 2024.08.15 05:41:26.386429 [ 3 ] {4f06d354-ee53-4137-b537-5ef6f5077f09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16983 | 2024.08.15 05:41:26.387579 [ 3 ] {4f06d354-ee53-4137-b537-5ef6f5077f09} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16984 | 2024.08.15 05:41:26.387621 [ 3 ] {4f06d354-ee53-4137-b537-5ef6f5077f09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16985 | 2024.08.15 05:41:26.388015 [ 3 ] {4f06d354-ee53-4137-b537-5ef6f5077f09} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
16986 | 2024.08.15 05:41:26.388317 [ 3 ] {4f06d354-ee53-4137-b537-5ef6f5077f09} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16987 | 2024.08.15 05:41:26.388473 [ 118 ] {} <Debug> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
16988 | 2024.08.15 05:41:26.388482 [ 3 ] {4f06d354-ee53-4137-b537-5ef6f5077f09} <Debug> executeQuery: Read 1344 rows, 114.79 KiB in 0.002553 sec., 526439.4829612221 rows/sec., 43.91 MiB/sec. | ||
16989 | 2024.08.15 05:41:26.388530 [ 118 ] {} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16990 | 2024.08.15 05:41:26.388587 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
16991 | 2024.08.15 05:41:26.388794 [ 3 ] {4f06d354-ee53-4137-b537-5ef6f5077f09} <Debug> DynamicQueryHandler: Done processing query | ||
16992 | 2024.08.15 05:41:26.388821 [ 192 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
16993 | 2024.08.15 05:41:26.388832 [ 3 ] {4f06d354-ee53-4137-b537-5ef6f5077f09} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
16994 | 2024.08.15 05:41:26.388918 [ 3 ] {} <Debug> HTTP-Session: de765963-cbd9-4cd2-b207-11fcc31f59ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16995 | 2024.08.15 05:41:26.389065 [ 192 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16996 | 2024.08.15 05:41:26.389115 [ 192 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1493 rows starting from the beginning of the part | ||
16997 | 2024.08.15 05:41:26.389143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16998 | 2024.08.15 05:41:26.389290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16999 | 2024.08.15 05:41:26.389380 [ 3 ] {} <Debug> HTTP-Session: 291fadd0-2702-482e-9fb4-1a75e17d1b96 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17000 | 2024.08.15 05:41:26.389378 [ 192 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 205 rows starting from the beginning of the part | ||
17001 | 2024.08.15 05:41:26.389436 [ 3 ] {} <Debug> HTTP-Session: 291fadd0-2702-482e-9fb4-1a75e17d1b96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17002 | 2024.08.15 05:41:26.389477 [ 3 ] {} <Debug> HTTP-Session: 291fadd0-2702-482e-9fb4-1a75e17d1b96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17003 | 2024.08.15 05:41:26.389628 [ 3 ] {} <Trace> HTTP-Session: 291fadd0-2702-482e-9fb4-1a75e17d1b96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17004 | 2024.08.15 05:41:26.389634 [ 192 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 196 rows starting from the beginning of the part | ||
17005 | 2024.08.15 05:41:26.389928 [ 192 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 203 rows starting from the beginning of the part | ||
17006 | 2024.08.15 05:41:26.389988 [ 3 ] {0ea1ecdb-652d-43d7-b95e-1ef4101c9da0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
17007 | 2024.08.15 05:41:26.390178 [ 3 ] {0ea1ecdb-652d-43d7-b95e-1ef4101c9da0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17008 | 2024.08.15 05:41:26.390294 [ 192 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 195 rows starting from the beginning of the part | ||
17009 | 2024.08.15 05:41:26.390599 [ 192 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1344 rows starting from the beginning of the part | ||
17010 | 2024.08.15 05:41:26.391261 [ 3 ] {0ea1ecdb-652d-43d7-b95e-1ef4101c9da0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17011 | 2024.08.15 05:41:26.391965 [ 3 ] {0ea1ecdb-652d-43d7-b95e-1ef4101c9da0} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17012 | 2024.08.15 05:41:26.392025 [ 3 ] {0ea1ecdb-652d-43d7-b95e-1ef4101c9da0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17013 | 2024.08.15 05:41:26.392766 [ 3 ] {0ea1ecdb-652d-43d7-b95e-1ef4101c9da0} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
17014 | 2024.08.15 05:41:26.393337 [ 3 ] {0ea1ecdb-652d-43d7-b95e-1ef4101c9da0} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17015 | 2024.08.15 05:41:26.393509 [ 3 ] {0ea1ecdb-652d-43d7-b95e-1ef4101c9da0} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.003642 sec., 1647.4464579901155 rows/sec., 115.03 KiB/sec. | ||
17016 | 2024.08.15 05:41:26.393719 [ 3 ] {0ea1ecdb-652d-43d7-b95e-1ef4101c9da0} <Debug> DynamicQueryHandler: Done processing query | ||
17017 | 2024.08.15 05:41:26.393743 [ 3 ] {0ea1ecdb-652d-43d7-b95e-1ef4101c9da0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17018 | 2024.08.15 05:41:26.393778 [ 3 ] {} <Debug> HTTP-Session: 291fadd0-2702-482e-9fb4-1a75e17d1b96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17019 | 2024.08.15 05:41:26.394031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 32348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17020 | 2024.08.15 05:41:26.394063 [ 195 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3636 rows, containing 4 columns (4 merged, 0 gathered) in 0.005359243 sec., 678454.0279289444 rows/sec., 57.10 MiB/sec. | ||
17021 | 2024.08.15 05:41:26.394092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17022 | 2024.08.15 05:41:26.394123 [ 3 ] {} <Debug> HTTP-Session: 967e935e-64c3-439d-b69e-020ba81f733b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17023 | 2024.08.15 05:41:26.394142 [ 3 ] {} <Debug> HTTP-Session: 967e935e-64c3-439d-b69e-020ba81f733b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17024 | 2024.08.15 05:41:26.394157 [ 3 ] {} <Debug> HTTP-Session: 967e935e-64c3-439d-b69e-020ba81f733b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17025 | 2024.08.15 05:41:26.394194 [ 3 ] {} <Trace> HTTP-Session: 967e935e-64c3-439d-b69e-020ba81f733b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17026 | 2024.08.15 05:41:26.394418 [ 198 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
17027 | 2024.08.15 05:41:26.394551 [ 3 ] {1f0e8668-ac10-4bd5-acee-3ab4f122e357} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
17028 | 2024.08.15 05:41:26.394609 [ 3 ] {1f0e8668-ac10-4bd5-acee-3ab4f122e357} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
17029 | 2024.08.15 05:41:26.395321 [ 3 ] {1f0e8668-ac10-4bd5-acee-3ab4f122e357} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17030 | 2024.08.15 05:41:26.395580 [ 198 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_91_18} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17031 | 2024.08.15 05:41:26.395711 [ 198 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_91_18} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
17032 | 2024.08.15 05:41:26.395916 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
17033 | 2024.08.15 05:41:26.396042 [ 3 ] {1f0e8668-ac10-4bd5-acee-3ab4f122e357} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17034 | 2024.08.15 05:41:26.396086 [ 3 ] {1f0e8668-ac10-4bd5-acee-3ab4f122e357} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17035 | 2024.08.15 05:41:26.396433 [ 3 ] {1f0e8668-ac10-4bd5-acee-3ab4f122e357} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
17036 | 2024.08.15 05:41:26.396746 [ 3 ] {1f0e8668-ac10-4bd5-acee-3ab4f122e357} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17037 | 2024.08.15 05:41:26.396895 [ 3 ] {1f0e8668-ac10-4bd5-acee-3ab4f122e357} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002594 sec., 93292.21279876638 rows/sec., 6.32 MiB/sec. | ||
17038 | 2024.08.15 05:41:26.397177 [ 3 ] {1f0e8668-ac10-4bd5-acee-3ab4f122e357} <Debug> DynamicQueryHandler: Done processing query | ||
17039 | 2024.08.15 05:41:26.397223 [ 3 ] {1f0e8668-ac10-4bd5-acee-3ab4f122e357} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
17040 | 2024.08.15 05:41:26.397247 [ 3 ] {} <Debug> HTTP-Session: 967e935e-64c3-439d-b69e-020ba81f733b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17041 | 2024.08.15 05:41:26.397381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17042 | 2024.08.15 05:41:26.397431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17043 | 2024.08.15 05:41:26.397449 [ 3 ] {} <Debug> HTTP-Session: 55eface5-61dd-475b-ad02-1c5eb01a8c27 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17044 | 2024.08.15 05:41:26.397466 [ 3 ] {} <Debug> HTTP-Session: 55eface5-61dd-475b-ad02-1c5eb01a8c27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17045 | 2024.08.15 05:41:26.397479 [ 3 ] {} <Debug> HTTP-Session: 55eface5-61dd-475b-ad02-1c5eb01a8c27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17046 | 2024.08.15 05:41:26.397511 [ 3 ] {} <Trace> HTTP-Session: 55eface5-61dd-475b-ad02-1c5eb01a8c27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17047 | 2024.08.15 05:41:26.397610 [ 3 ] {4753b8b9-d91d-4c28-abcf-27b6161c64fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
17048 | 2024.08.15 05:41:26.397653 [ 3 ] {4753b8b9-d91d-4c28-abcf-27b6161c64fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
17049 | 2024.08.15 05:41:26.397800 [ 3 ] {4753b8b9-d91d-4c28-abcf-27b6161c64fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17050 | 2024.08.15 05:41:26.398080 [ 3 ] {4753b8b9-d91d-4c28-abcf-27b6161c64fc} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17051 | 2024.08.15 05:41:26.398117 [ 3 ] {4753b8b9-d91d-4c28-abcf-27b6161c64fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17052 | 2024.08.15 05:41:26.398419 [ 3 ] {4753b8b9-d91d-4c28-abcf-27b6161c64fc} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
17053 | 2024.08.15 05:41:26.398722 [ 3 ] {4753b8b9-d91d-4c28-abcf-27b6161c64fc} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17054 | 2024.08.15 05:41:26.398876 [ 3 ] {4753b8b9-d91d-4c28-abcf-27b6161c64fc} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001284 sec., 4672.897196261682 rows/sec., 276.08 KiB/sec. | ||
17055 | 2024.08.15 05:41:26.399181 [ 3 ] {4753b8b9-d91d-4c28-abcf-27b6161c64fc} <Debug> DynamicQueryHandler: Done processing query | ||
17056 | 2024.08.15 05:41:26.399219 [ 3 ] {4753b8b9-d91d-4c28-abcf-27b6161c64fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17057 | 2024.08.15 05:41:26.399242 [ 3 ] {} <Debug> HTTP-Session: 55eface5-61dd-475b-ad02-1c5eb01a8c27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17058 | 2024.08.15 05:41:26.399474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 138449, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17059 | 2024.08.15 05:41:26.399522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17060 | 2024.08.15 05:41:26.399541 [ 3 ] {} <Debug> HTTP-Session: d025d1b8-d2ce-4248-b76d-ebd0fd80173c Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17061 | 2024.08.15 05:41:26.399557 [ 3 ] {} <Debug> HTTP-Session: d025d1b8-d2ce-4248-b76d-ebd0fd80173c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17062 | 2024.08.15 05:41:26.399571 [ 3 ] {} <Debug> HTTP-Session: d025d1b8-d2ce-4248-b76d-ebd0fd80173c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17063 | 2024.08.15 05:41:26.399601 [ 3 ] {} <Trace> HTTP-Session: d025d1b8-d2ce-4248-b76d-ebd0fd80173c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17064 | 2024.08.15 05:41:26.399986 [ 3 ] {e225ad30-e6d3-4d00-be4d-d64b7e19c07d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17065 | 2024.08.15 05:41:26.400031 [ 3 ] {e225ad30-e6d3-4d00-be4d-d64b7e19c07d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17066 | 2024.08.15 05:41:26.400174 [ 3 ] {e225ad30-e6d3-4d00-be4d-d64b7e19c07d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17067 | 2024.08.15 05:41:26.400966 [ 3 ] {e225ad30-e6d3-4d00-be4d-d64b7e19c07d} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17068 | 2024.08.15 05:41:26.401004 [ 3 ] {e225ad30-e6d3-4d00-be4d-d64b7e19c07d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17069 | 2024.08.15 05:41:26.401377 [ 3 ] {e225ad30-e6d3-4d00-be4d-d64b7e19c07d} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
17070 | 2024.08.15 05:41:26.401686 [ 3 ] {e225ad30-e6d3-4d00-be4d-d64b7e19c07d} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17071 | 2024.08.15 05:41:26.401833 [ 3 ] {e225ad30-e6d3-4d00-be4d-d64b7e19c07d} <Debug> executeQuery: Read 848 rows, 62.78 KiB in 0.002074 sec., 408871.74541947927 rows/sec., 29.56 MiB/sec. | ||
17072 | 2024.08.15 05:41:26.401855 [ 117 ] {} <Debug> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
17073 | 2024.08.15 05:41:26.401967 [ 117 ] {} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17074 | 2024.08.15 05:41:26.402013 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17075 | 2024.08.15 05:41:26.402068 [ 3 ] {e225ad30-e6d3-4d00-be4d-d64b7e19c07d} <Debug> DynamicQueryHandler: Done processing query | ||
17076 | 2024.08.15 05:41:26.402153 [ 3 ] {e225ad30-e6d3-4d00-be4d-d64b7e19c07d} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
17077 | 2024.08.15 05:41:26.402248 [ 3 ] {} <Debug> HTTP-Session: d025d1b8-d2ce-4248-b76d-ebd0fd80173c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17078 | 2024.08.15 05:41:26.402335 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
17079 | 2024.08.15 05:41:26.402560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17080 | 2024.08.15 05:41:26.402752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17081 | 2024.08.15 05:41:26.402861 [ 3 ] {} <Debug> HTTP-Session: f8bc52b4-17e0-4a64-95e6-c0d95231a35b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17082 | 2024.08.15 05:41:26.402956 [ 3 ] {} <Debug> HTTP-Session: f8bc52b4-17e0-4a64-95e6-c0d95231a35b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17083 | 2024.08.15 05:41:26.403024 [ 3 ] {} <Debug> HTTP-Session: f8bc52b4-17e0-4a64-95e6-c0d95231a35b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17084 | 2024.08.15 05:41:26.403048 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17085 | 2024.08.15 05:41:26.403204 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 946 rows starting from the beginning of the part | ||
17086 | 2024.08.15 05:41:26.403221 [ 3 ] {} <Trace> HTTP-Session: f8bc52b4-17e0-4a64-95e6-c0d95231a35b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17087 | 2024.08.15 05:41:26.403714 [ 3 ] {7bc9d7a7-b2b2-4db2-92df-a043cd230527} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
17088 | 2024.08.15 05:41:26.403724 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 400 rows starting from the beginning of the part | ||
17089 | 2024.08.15 05:41:26.403998 [ 3 ] {7bc9d7a7-b2b2-4db2-92df-a043cd230527} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
17090 | 2024.08.15 05:41:26.404237 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 117 rows starting from the beginning of the part | ||
17091 | 2024.08.15 05:41:26.404580 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 390 rows starting from the beginning of the part | ||
17092 | 2024.08.15 05:41:26.404951 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 112 rows starting from the beginning of the part | ||
17093 | 2024.08.15 05:41:26.405210 [ 3 ] {7bc9d7a7-b2b2-4db2-92df-a043cd230527} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17094 | 2024.08.15 05:41:26.405285 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 848 rows starting from the beginning of the part | ||
17095 | 2024.08.15 05:41:26.406069 [ 3 ] {7bc9d7a7-b2b2-4db2-92df-a043cd230527} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17096 | 2024.08.15 05:41:26.406142 [ 3 ] {7bc9d7a7-b2b2-4db2-92df-a043cd230527} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17097 | 2024.08.15 05:41:26.407065 [ 3 ] {7bc9d7a7-b2b2-4db2-92df-a043cd230527} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
17098 | 2024.08.15 05:41:26.407911 [ 3 ] {7bc9d7a7-b2b2-4db2-92df-a043cd230527} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17099 | 2024.08.15 05:41:26.408113 [ 3 ] {7bc9d7a7-b2b2-4db2-92df-a043cd230527} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004619 sec., 1298.9824637367396 rows/sec., 67.87 KiB/sec. | ||
17100 | 2024.08.15 05:41:26.408482 [ 3 ] {7bc9d7a7-b2b2-4db2-92df-a043cd230527} <Debug> DynamicQueryHandler: Done processing query | ||
17101 | 2024.08.15 05:41:26.408575 [ 3 ] {7bc9d7a7-b2b2-4db2-92df-a043cd230527} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17102 | 2024.08.15 05:41:26.408694 [ 3 ] {} <Debug> HTTP-Session: f8bc52b4-17e0-4a64-95e6-c0d95231a35b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17103 | 2024.08.15 05:41:26.409094 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2813 rows, containing 4 columns (4 merged, 0 gathered) in 0.006980808 sec., 402961.94939038577 rows/sec., 29.21 MiB/sec. | ||
17104 | 2024.08.15 05:41:26.409181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 175070, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17105 | 2024.08.15 05:41:26.409312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17106 | 2024.08.15 05:41:26.409344 [ 3 ] {} <Debug> HTTP-Session: 6cb651c5-c7b3-4b8b-a88e-122217a8b34a Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17107 | 2024.08.15 05:41:26.409365 [ 3 ] {} <Debug> HTTP-Session: 6cb651c5-c7b3-4b8b-a88e-122217a8b34a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17108 | 2024.08.15 05:41:26.409386 [ 3 ] {} <Debug> HTTP-Session: 6cb651c5-c7b3-4b8b-a88e-122217a8b34a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17109 | 2024.08.15 05:41:26.409407 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
17110 | 2024.08.15 05:41:26.409449 [ 3 ] {} <Trace> HTTP-Session: 6cb651c5-c7b3-4b8b-a88e-122217a8b34a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17111 | 2024.08.15 05:41:26.410030 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_91_18} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17112 | 2024.08.15 05:41:26.410123 [ 186 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_91_18} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
17113 | 2024.08.15 05:41:26.410219 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
17114 | 2024.08.15 05:41:26.410260 [ 3 ] {e750907a-a0f0-4414-85b7-fc6b4532138b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17115 | 2024.08.15 05:41:26.410320 [ 3 ] {e750907a-a0f0-4414-85b7-fc6b4532138b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17116 | 2024.08.15 05:41:26.410503 [ 3 ] {e750907a-a0f0-4414-85b7-fc6b4532138b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17117 | 2024.08.15 05:41:26.411400 [ 3 ] {e750907a-a0f0-4414-85b7-fc6b4532138b} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17118 | 2024.08.15 05:41:26.411438 [ 3 ] {e750907a-a0f0-4414-85b7-fc6b4532138b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17119 | 2024.08.15 05:41:26.411896 [ 3 ] {e750907a-a0f0-4414-85b7-fc6b4532138b} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
17120 | 2024.08.15 05:41:26.412262 [ 3 ] {e750907a-a0f0-4414-85b7-fc6b4532138b} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17121 | 2024.08.15 05:41:26.412414 [ 3 ] {e750907a-a0f0-4414-85b7-fc6b4532138b} <Debug> executeQuery: Read 924 rows, 63.24 KiB in 0.002693 sec., 343111.77125881915 rows/sec., 22.93 MiB/sec. | ||
17122 | 2024.08.15 05:41:26.412425 [ 117 ] {} <Debug> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
17123 | 2024.08.15 05:41:26.412504 [ 117 ] {} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17124 | 2024.08.15 05:41:26.412560 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17125 | 2024.08.15 05:41:26.412715 [ 3 ] {e750907a-a0f0-4414-85b7-fc6b4532138b} <Debug> DynamicQueryHandler: Done processing query | ||
17126 | 2024.08.15 05:41:26.412736 [ 195 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
17127 | 2024.08.15 05:41:26.412750 [ 3 ] {e750907a-a0f0-4414-85b7-fc6b4532138b} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
17128 | 2024.08.15 05:41:26.412783 [ 3 ] {} <Debug> HTTP-Session: 6cb651c5-c7b3-4b8b-a88e-122217a8b34a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17129 | 2024.08.15 05:41:26.412984 [ 195 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17130 | 2024.08.15 05:41:26.413057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17131 | 2024.08.15 05:41:26.413067 [ 195 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 25731 rows starting from the beginning of the part | ||
17132 | 2024.08.15 05:41:26.413164 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17133 | 2024.08.15 05:41:26.413297 [ 3 ] {} <Debug> HTTP-Session: 2a03068e-1fdd-47c4-8667-eda42b5c377d Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17134 | 2024.08.15 05:41:26.413378 [ 195 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 239 rows starting from the beginning of the part | ||
17135 | 2024.08.15 05:41:26.413395 [ 3 ] {} <Debug> HTTP-Session: 2a03068e-1fdd-47c4-8667-eda42b5c377d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17136 | 2024.08.15 05:41:26.413485 [ 3 ] {} <Debug> HTTP-Session: 2a03068e-1fdd-47c4-8667-eda42b5c377d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17137 | 2024.08.15 05:41:26.413678 [ 3 ] {} <Trace> HTTP-Session: 2a03068e-1fdd-47c4-8667-eda42b5c377d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17138 | 2024.08.15 05:41:26.413762 [ 195 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 161 rows starting from the beginning of the part | ||
17139 | 2024.08.15 05:41:26.414010 [ 3 ] {5309db9f-a5ab-4dd5-87a2-63eedd7d7151} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
17140 | 2024.08.15 05:41:26.414116 [ 195 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 239 rows starting from the beginning of the part | ||
17141 | 2024.08.15 05:41:26.414196 [ 3 ] {5309db9f-a5ab-4dd5-87a2-63eedd7d7151} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
17142 | 2024.08.15 05:41:26.414399 [ 195 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 161 rows starting from the beginning of the part | ||
17143 | 2024.08.15 05:41:26.414609 [ 195 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 924 rows starting from the beginning of the part | ||
17144 | 2024.08.15 05:41:26.414978 [ 3 ] {5309db9f-a5ab-4dd5-87a2-63eedd7d7151} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17145 | 2024.08.15 05:41:26.415406 [ 3 ] {5309db9f-a5ab-4dd5-87a2-63eedd7d7151} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17146 | 2024.08.15 05:41:26.415444 [ 3 ] {5309db9f-a5ab-4dd5-87a2-63eedd7d7151} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17147 | 2024.08.15 05:41:26.415812 [ 3 ] {5309db9f-a5ab-4dd5-87a2-63eedd7d7151} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
17148 | 2024.08.15 05:41:26.416171 [ 3 ] {5309db9f-a5ab-4dd5-87a2-63eedd7d7151} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17149 | 2024.08.15 05:41:26.416415 [ 3 ] {5309db9f-a5ab-4dd5-87a2-63eedd7d7151} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00253 sec., 395.25691699604744 rows/sec., 26.63 KiB/sec. | ||
17150 | 2024.08.15 05:41:26.416950 [ 3 ] {5309db9f-a5ab-4dd5-87a2-63eedd7d7151} <Debug> DynamicQueryHandler: Done processing query | ||
17151 | 2024.08.15 05:41:26.417040 [ 3 ] {5309db9f-a5ab-4dd5-87a2-63eedd7d7151} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
17152 | 2024.08.15 05:41:26.417145 [ 3 ] {} <Debug> HTTP-Session: 2a03068e-1fdd-47c4-8667-eda42b5c377d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17153 | 2024.08.15 05:41:26.417449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17154 | 2024.08.15 05:41:26.417633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17155 | 2024.08.15 05:41:26.417703 [ 3 ] {} <Debug> HTTP-Session: eeae7059-38aa-4521-80db-529e7ded6f41 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17156 | 2024.08.15 05:41:26.417763 [ 3 ] {} <Debug> HTTP-Session: eeae7059-38aa-4521-80db-529e7ded6f41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17157 | 2024.08.15 05:41:26.417793 [ 3 ] {} <Debug> HTTP-Session: eeae7059-38aa-4521-80db-529e7ded6f41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17158 | 2024.08.15 05:41:26.417837 [ 3 ] {} <Trace> HTTP-Session: eeae7059-38aa-4521-80db-529e7ded6f41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17159 | 2024.08.15 05:41:26.417982 [ 3 ] {d0dad81b-7e31-433c-b79d-a4bd44ceff4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
17160 | 2024.08.15 05:41:26.418052 [ 3 ] {d0dad81b-7e31-433c-b79d-a4bd44ceff4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
17161 | 2024.08.15 05:41:26.418646 [ 3 ] {d0dad81b-7e31-433c-b79d-a4bd44ceff4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17162 | 2024.08.15 05:41:26.419090 [ 3 ] {d0dad81b-7e31-433c-b79d-a4bd44ceff4f} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17163 | 2024.08.15 05:41:26.419128 [ 3 ] {d0dad81b-7e31-433c-b79d-a4bd44ceff4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17164 | 2024.08.15 05:41:26.419746 [ 3 ] {d0dad81b-7e31-433c-b79d-a4bd44ceff4f} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
17165 | 2024.08.15 05:41:26.420162 [ 3 ] {d0dad81b-7e31-433c-b79d-a4bd44ceff4f} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17166 | 2024.08.15 05:41:26.420330 [ 117 ] {} <Debug> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
17167 | 2024.08.15 05:41:26.420395 [ 3 ] {d0dad81b-7e31-433c-b79d-a4bd44ceff4f} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002476 sec., 1615.5088852988692 rows/sec., 2.89 MiB/sec. | ||
17168 | 2024.08.15 05:41:26.420416 [ 117 ] {} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17169 | 2024.08.15 05:41:26.420521 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17170 | 2024.08.15 05:41:26.420924 [ 186 ] {f74056ac-963a-4604-86a0-b4c0a6355317::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 | ||
17171 | 2024.08.15 05:41:26.421254 [ 3 ] {d0dad81b-7e31-433c-b79d-a4bd44ceff4f} <Debug> DynamicQueryHandler: Done processing query | ||
17172 | 2024.08.15 05:41:26.421309 [ 3 ] {d0dad81b-7e31-433c-b79d-a4bd44ceff4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
17173 | 2024.08.15 05:41:26.421370 [ 3 ] {} <Debug> HTTP-Session: eeae7059-38aa-4521-80db-529e7ded6f41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17174 | 2024.08.15 05:41:26.421629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17175 | 2024.08.15 05:41:26.421692 [ 186 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17176 | 2024.08.15 05:41:26.421858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17177 | 2024.08.15 05:41:26.421936 [ 3 ] {} <Debug> HTTP-Session: 65124c68-5c53-4d3e-b510-e2e7d77b1f71 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17178 | 2024.08.15 05:41:26.421958 [ 186 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1165 rows starting from the beginning of the part | ||
17179 | 2024.08.15 05:41:26.422007 [ 3 ] {} <Debug> HTTP-Session: 65124c68-5c53-4d3e-b510-e2e7d77b1f71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17180 | 2024.08.15 05:41:26.422077 [ 3 ] {} <Debug> HTTP-Session: 65124c68-5c53-4d3e-b510-e2e7d77b1f71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17181 | 2024.08.15 05:41:26.422179 [ 3 ] {} <Trace> HTTP-Session: 65124c68-5c53-4d3e-b510-e2e7d77b1f71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17182 | 2024.08.15 05:41:26.422651 [ 3 ] {614a7001-8041-4004-a680-78a532bc1203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17183 | 2024.08.15 05:41:26.422840 [ 3 ] {614a7001-8041-4004-a680-78a532bc1203} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17184 | 2024.08.15 05:41:26.423019 [ 186 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 4 rows starting from the beginning of the part | ||
17185 | 2024.08.15 05:41:26.423819 [ 195 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27455 rows, containing 5 columns (5 merged, 0 gathered) in 0.011161396 sec., 2459817.750396097 rows/sec., 166.22 MiB/sec. | ||
17186 | 2024.08.15 05:41:26.424526 [ 3 ] {614a7001-8041-4004-a680-78a532bc1203} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17187 | 2024.08.15 05:41:26.424546 [ 195 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
17188 | 2024.08.15 05:41:26.424591 [ 186 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 46 rows starting from the beginning of the part | ||
17189 | 2024.08.15 05:41:26.425980 [ 186 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 4 rows starting from the beginning of the part | ||
17190 | 2024.08.15 05:41:26.426415 [ 3 ] {614a7001-8041-4004-a680-78a532bc1203} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17191 | 2024.08.15 05:41:26.426522 [ 3 ] {614a7001-8041-4004-a680-78a532bc1203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17192 | 2024.08.15 05:41:26.427274 [ 195 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17193 | 2024.08.15 05:41:26.427436 [ 186 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 46 rows starting from the beginning of the part | ||
17194 | 2024.08.15 05:41:26.427561 [ 195 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
17195 | 2024.08.15 05:41:26.427851 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
17196 | 2024.08.15 05:41:26.428431 [ 186 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 4 rows starting from the beginning of the part | ||
17197 | 2024.08.15 05:41:26.428502 [ 3 ] {614a7001-8041-4004-a680-78a532bc1203} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
17198 | 2024.08.15 05:41:26.429585 [ 3 ] {614a7001-8041-4004-a680-78a532bc1203} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17199 | 2024.08.15 05:41:26.429825 [ 117 ] {} <Debug> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
17200 | 2024.08.15 05:41:26.429920 [ 117 ] {} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17201 | 2024.08.15 05:41:26.429932 [ 3 ] {614a7001-8041-4004-a680-78a532bc1203} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.007529 sec., 10891.220613627307 rows/sec., 708.33 KiB/sec. | ||
17202 | 2024.08.15 05:41:26.429989 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17203 | 2024.08.15 05:41:26.430526 [ 193 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
17204 | 2024.08.15 05:41:26.430901 [ 3 ] {614a7001-8041-4004-a680-78a532bc1203} <Debug> DynamicQueryHandler: Done processing query | ||
17205 | 2024.08.15 05:41:26.430996 [ 3 ] {614a7001-8041-4004-a680-78a532bc1203} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17206 | 2024.08.15 05:41:26.431099 [ 3 ] {} <Debug> HTTP-Session: 65124c68-5c53-4d3e-b510-e2e7d77b1f71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17207 | 2024.08.15 05:41:26.431130 [ 193 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17208 | 2024.08.15 05:41:26.431216 [ 193 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5640 rows starting from the beginning of the part | ||
17209 | 2024.08.15 05:41:26.431347 [ 193 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 82 rows starting from the beginning of the part | ||
17210 | 2024.08.15 05:41:26.431510 [ 193 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part | ||
17211 | 2024.08.15 05:41:26.431732 [ 193 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 82 rows starting from the beginning of the part | ||
17212 | 2024.08.15 05:41:26.431910 [ 193 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part | ||
17213 | 2024.08.15 05:41:26.432129 [ 193 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 82 rows starting from the beginning of the part | ||
17214 | 2024.08.15 05:41:26.437044 [ 188 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6006 rows, containing 4 columns (4 merged, 0 gathered) in 0.006895266 sec., 871032.3865678279 rows/sec., 56.77 MiB/sec. | ||
17215 | 2024.08.15 05:41:26.438164 [ 188 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
17216 | 2024.08.15 05:41:26.438738 [ 188 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_91_18} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17217 | 2024.08.15 05:41:26.438862 [ 188 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_91_18} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
17218 | 2024.08.15 05:41:26.439006 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. | ||
17219 | 2024.08.15 05:41:26.439760 [ 189 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1269 rows, containing 19 columns (19 merged, 0 gathered) in 0.019042203 sec., 66641.4489962112 rows/sec., 119.42 MiB/sec. | ||
17220 | 2024.08.15 05:41:26.440955 [ 200 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
17221 | 2024.08.15 05:41:26.441558 [ 200 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_76_15} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17222 | 2024.08.15 05:41:26.441646 [ 200 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_76_15} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
17223 | 2024.08.15 05:41:26.441801 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.54 MiB. | ||
17224 | 2024.08.15 05:41:27.000160 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 212.70 MiB, peak 225.11 MiB, free memory in arenas 0.00 B, will set to 213.77 MiB (RSS), difference: 1.07 MiB | ||
17225 | 2024.08.15 05:41:31.411412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17226 | 2024.08.15 05:41:31.411552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17227 | 2024.08.15 05:41:31.411582 [ 3 ] {} <Debug> HTTP-Session: 03ffcc8e-b5e4-46a4-afb8-e6408e0337dd Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17228 | 2024.08.15 05:41:31.411611 [ 3 ] {} <Debug> HTTP-Session: 03ffcc8e-b5e4-46a4-afb8-e6408e0337dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17229 | 2024.08.15 05:41:31.411629 [ 3 ] {} <Debug> HTTP-Session: 03ffcc8e-b5e4-46a4-afb8-e6408e0337dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17230 | 2024.08.15 05:41:31.411688 [ 3 ] {} <Trace> HTTP-Session: 03ffcc8e-b5e4-46a4-afb8-e6408e0337dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17231 | 2024.08.15 05:41:31.411904 [ 3 ] {fda95a66-4a74-4b43-acca-c4a274cb3141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
17232 | 2024.08.15 05:41:31.411978 [ 3 ] {fda95a66-4a74-4b43-acca-c4a274cb3141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
17233 | 2024.08.15 05:41:31.412202 [ 3 ] {fda95a66-4a74-4b43-acca-c4a274cb3141} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17234 | 2024.08.15 05:41:31.412658 [ 3 ] {fda95a66-4a74-4b43-acca-c4a274cb3141} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17235 | 2024.08.15 05:41:31.412704 [ 3 ] {fda95a66-4a74-4b43-acca-c4a274cb3141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17236 | 2024.08.15 05:41:31.413076 [ 3 ] {fda95a66-4a74-4b43-acca-c4a274cb3141} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
17237 | 2024.08.15 05:41:31.413425 [ 3 ] {fda95a66-4a74-4b43-acca-c4a274cb3141} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17238 | 2024.08.15 05:41:31.413571 [ 3 ] {fda95a66-4a74-4b43-acca-c4a274cb3141} <Debug> executeQuery: Read 46 rows, 3.73 KiB in 0.001741 sec., 26421.596783457782 rows/sec., 2.09 MiB/sec. | ||
17239 | 2024.08.15 05:41:31.413768 [ 3 ] {fda95a66-4a74-4b43-acca-c4a274cb3141} <Debug> DynamicQueryHandler: Done processing query | ||
17240 | 2024.08.15 05:41:31.413795 [ 3 ] {fda95a66-4a74-4b43-acca-c4a274cb3141} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17241 | 2024.08.15 05:41:31.413812 [ 3 ] {} <Debug> HTTP-Session: 03ffcc8e-b5e4-46a4-afb8-e6408e0337dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17242 | 2024.08.15 05:41:31.413962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17243 | 2024.08.15 05:41:31.414016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17244 | 2024.08.15 05:41:31.414035 [ 3 ] {} <Debug> HTTP-Session: a1f3bbfb-dcd4-4d07-a4bb-5ec7e71d48d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17245 | 2024.08.15 05:41:31.414053 [ 3 ] {} <Debug> HTTP-Session: a1f3bbfb-dcd4-4d07-a4bb-5ec7e71d48d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17246 | 2024.08.15 05:41:31.414067 [ 3 ] {} <Debug> HTTP-Session: a1f3bbfb-dcd4-4d07-a4bb-5ec7e71d48d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17247 | 2024.08.15 05:41:31.414103 [ 3 ] {} <Trace> HTTP-Session: a1f3bbfb-dcd4-4d07-a4bb-5ec7e71d48d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17248 | 2024.08.15 05:41:31.414207 [ 3 ] {b7660597-79cc-4a3d-a6f6-f754f9341ffb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
17249 | 2024.08.15 05:41:31.414254 [ 3 ] {b7660597-79cc-4a3d-a6f6-f754f9341ffb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
17250 | 2024.08.15 05:41:31.414385 [ 3 ] {b7660597-79cc-4a3d-a6f6-f754f9341ffb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17251 | 2024.08.15 05:41:31.414679 [ 3 ] {b7660597-79cc-4a3d-a6f6-f754f9341ffb} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17252 | 2024.08.15 05:41:31.414716 [ 3 ] {b7660597-79cc-4a3d-a6f6-f754f9341ffb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17253 | 2024.08.15 05:41:31.415017 [ 3 ] {b7660597-79cc-4a3d-a6f6-f754f9341ffb} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
17254 | 2024.08.15 05:41:31.415332 [ 3 ] {b7660597-79cc-4a3d-a6f6-f754f9341ffb} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17255 | 2024.08.15 05:41:31.415462 [ 3 ] {b7660597-79cc-4a3d-a6f6-f754f9341ffb} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001285 sec., 1556.4202334630352 rows/sec., 126.92 KiB/sec. | ||
17256 | 2024.08.15 05:41:31.415663 [ 3 ] {b7660597-79cc-4a3d-a6f6-f754f9341ffb} <Debug> DynamicQueryHandler: Done processing query | ||
17257 | 2024.08.15 05:41:31.415693 [ 3 ] {b7660597-79cc-4a3d-a6f6-f754f9341ffb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17258 | 2024.08.15 05:41:31.415710 [ 3 ] {} <Debug> HTTP-Session: a1f3bbfb-dcd4-4d07-a4bb-5ec7e71d48d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17259 | 2024.08.15 05:41:31.415883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 28850, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17260 | 2024.08.15 05:41:31.415934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17261 | 2024.08.15 05:41:31.415953 [ 3 ] {} <Debug> HTTP-Session: 32bc23a3-9990-4d82-b9ab-afebd87357bc Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17262 | 2024.08.15 05:41:31.415969 [ 3 ] {} <Debug> HTTP-Session: 32bc23a3-9990-4d82-b9ab-afebd87357bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17263 | 2024.08.15 05:41:31.415983 [ 3 ] {} <Debug> HTTP-Session: 32bc23a3-9990-4d82-b9ab-afebd87357bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17264 | 2024.08.15 05:41:31.416016 [ 3 ] {} <Trace> HTTP-Session: 32bc23a3-9990-4d82-b9ab-afebd87357bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17265 | 2024.08.15 05:41:31.416166 [ 3 ] {2f6b5738-db29-42ac-be5e-06e38ea877fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17266 | 2024.08.15 05:41:31.416210 [ 3 ] {2f6b5738-db29-42ac-be5e-06e38ea877fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17267 | 2024.08.15 05:41:31.416336 [ 3 ] {2f6b5738-db29-42ac-be5e-06e38ea877fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17268 | 2024.08.15 05:41:31.416809 [ 3 ] {2f6b5738-db29-42ac-be5e-06e38ea877fe} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17269 | 2024.08.15 05:41:31.416845 [ 3 ] {2f6b5738-db29-42ac-be5e-06e38ea877fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17270 | 2024.08.15 05:41:31.417169 [ 3 ] {2f6b5738-db29-42ac-be5e-06e38ea877fe} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
17271 | 2024.08.15 05:41:31.417488 [ 3 ] {2f6b5738-db29-42ac-be5e-06e38ea877fe} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17272 | 2024.08.15 05:41:31.417616 [ 3 ] {2f6b5738-db29-42ac-be5e-06e38ea877fe} <Debug> executeQuery: Read 195 rows, 17.00 KiB in 0.001521 sec., 128205.1282051282 rows/sec., 10.92 MiB/sec. | ||
17273 | 2024.08.15 05:41:31.417783 [ 3 ] {2f6b5738-db29-42ac-be5e-06e38ea877fe} <Debug> DynamicQueryHandler: Done processing query | ||
17274 | 2024.08.15 05:41:31.417807 [ 3 ] {2f6b5738-db29-42ac-be5e-06e38ea877fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
17275 | 2024.08.15 05:41:31.417823 [ 3 ] {} <Debug> HTTP-Session: 32bc23a3-9990-4d82-b9ab-afebd87357bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17276 | 2024.08.15 05:41:31.417977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17277 | 2024.08.15 05:41:31.418027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17278 | 2024.08.15 05:41:31.418046 [ 3 ] {} <Debug> HTTP-Session: b026c67a-dda8-4024-b21e-0fbb27eac760 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17279 | 2024.08.15 05:41:31.418063 [ 3 ] {} <Debug> HTTP-Session: b026c67a-dda8-4024-b21e-0fbb27eac760 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17280 | 2024.08.15 05:41:31.418076 [ 3 ] {} <Debug> HTTP-Session: b026c67a-dda8-4024-b21e-0fbb27eac760 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17281 | 2024.08.15 05:41:31.418109 [ 3 ] {} <Trace> HTTP-Session: b026c67a-dda8-4024-b21e-0fbb27eac760 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17282 | 2024.08.15 05:41:31.418201 [ 3 ] {18cc1e54-9e62-4965-aa27-8913fb7c6a70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
17283 | 2024.08.15 05:41:31.418244 [ 3 ] {18cc1e54-9e62-4965-aa27-8913fb7c6a70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17284 | 2024.08.15 05:41:31.418370 [ 3 ] {18cc1e54-9e62-4965-aa27-8913fb7c6a70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17285 | 2024.08.15 05:41:31.418651 [ 3 ] {18cc1e54-9e62-4965-aa27-8913fb7c6a70} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17286 | 2024.08.15 05:41:31.418687 [ 3 ] {18cc1e54-9e62-4965-aa27-8913fb7c6a70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17287 | 2024.08.15 05:41:31.418978 [ 3 ] {18cc1e54-9e62-4965-aa27-8913fb7c6a70} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
17288 | 2024.08.15 05:41:31.419280 [ 3 ] {18cc1e54-9e62-4965-aa27-8913fb7c6a70} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17289 | 2024.08.15 05:41:31.419409 [ 3 ] {18cc1e54-9e62-4965-aa27-8913fb7c6a70} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001233 sec., 1622.0600162206003 rows/sec., 113.26 KiB/sec. | ||
17290 | 2024.08.15 05:41:31.419570 [ 3 ] {18cc1e54-9e62-4965-aa27-8913fb7c6a70} <Debug> DynamicQueryHandler: Done processing query | ||
17291 | 2024.08.15 05:41:31.419594 [ 3 ] {18cc1e54-9e62-4965-aa27-8913fb7c6a70} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17292 | 2024.08.15 05:41:31.419610 [ 3 ] {} <Debug> HTTP-Session: b026c67a-dda8-4024-b21e-0fbb27eac760 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17293 | 2024.08.15 05:41:31.419760 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19012, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17294 | 2024.08.15 05:41:31.419810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17295 | 2024.08.15 05:41:31.419829 [ 3 ] {} <Debug> HTTP-Session: 29cd9c10-e039-4c70-b34f-7f627d488656 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17296 | 2024.08.15 05:41:31.419845 [ 3 ] {} <Debug> HTTP-Session: 29cd9c10-e039-4c70-b34f-7f627d488656 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17297 | 2024.08.15 05:41:31.419859 [ 3 ] {} <Debug> HTTP-Session: 29cd9c10-e039-4c70-b34f-7f627d488656 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17298 | 2024.08.15 05:41:31.419891 [ 3 ] {} <Trace> HTTP-Session: 29cd9c10-e039-4c70-b34f-7f627d488656 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17299 | 2024.08.15 05:41:31.420015 [ 3 ] {859db2c8-887c-40ed-9afe-56012f47d3ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17300 | 2024.08.15 05:41:31.420057 [ 3 ] {859db2c8-887c-40ed-9afe-56012f47d3ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17301 | 2024.08.15 05:41:31.420184 [ 3 ] {859db2c8-887c-40ed-9afe-56012f47d3ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17302 | 2024.08.15 05:41:31.420538 [ 3 ] {859db2c8-887c-40ed-9afe-56012f47d3ab} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17303 | 2024.08.15 05:41:31.420574 [ 3 ] {859db2c8-887c-40ed-9afe-56012f47d3ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17304 | 2024.08.15 05:41:31.420880 [ 3 ] {859db2c8-887c-40ed-9afe-56012f47d3ab} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
17305 | 2024.08.15 05:41:31.421182 [ 3 ] {859db2c8-887c-40ed-9afe-56012f47d3ab} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17306 | 2024.08.15 05:41:31.421302 [ 3 ] {859db2c8-887c-40ed-9afe-56012f47d3ab} <Debug> executeQuery: Read 112 rows, 8.96 KiB in 0.001334 sec., 83958.02098950525 rows/sec., 6.56 MiB/sec. | ||
17307 | 2024.08.15 05:41:31.421463 [ 3 ] {859db2c8-887c-40ed-9afe-56012f47d3ab} <Debug> DynamicQueryHandler: Done processing query | ||
17308 | 2024.08.15 05:41:31.421487 [ 3 ] {859db2c8-887c-40ed-9afe-56012f47d3ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
17309 | 2024.08.15 05:41:31.421503 [ 3 ] {} <Debug> HTTP-Session: 29cd9c10-e039-4c70-b34f-7f627d488656 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17310 | 2024.08.15 05:41:31.421711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17311 | 2024.08.15 05:41:31.421760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17312 | 2024.08.15 05:41:31.421779 [ 3 ] {} <Debug> HTTP-Session: 6b2c1091-7d65-4948-8461-ebde3b8c4006 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17313 | 2024.08.15 05:41:31.421795 [ 3 ] {} <Debug> HTTP-Session: 6b2c1091-7d65-4948-8461-ebde3b8c4006 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17314 | 2024.08.15 05:41:31.421808 [ 3 ] {} <Debug> HTTP-Session: 6b2c1091-7d65-4948-8461-ebde3b8c4006 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17315 | 2024.08.15 05:41:31.421839 [ 3 ] {} <Trace> HTTP-Session: 6b2c1091-7d65-4948-8461-ebde3b8c4006 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17316 | 2024.08.15 05:41:31.421983 [ 3 ] {5af4d001-9bb7-4022-a6d5-6ea046007fda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17317 | 2024.08.15 05:41:31.422029 [ 3 ] {5af4d001-9bb7-4022-a6d5-6ea046007fda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17318 | 2024.08.15 05:41:31.422169 [ 3 ] {5af4d001-9bb7-4022-a6d5-6ea046007fda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17319 | 2024.08.15 05:41:31.422556 [ 3 ] {5af4d001-9bb7-4022-a6d5-6ea046007fda} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17320 | 2024.08.15 05:41:31.422592 [ 3 ] {5af4d001-9bb7-4022-a6d5-6ea046007fda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17321 | 2024.08.15 05:41:31.422994 [ 3 ] {5af4d001-9bb7-4022-a6d5-6ea046007fda} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
17322 | 2024.08.15 05:41:31.423333 [ 3 ] {5af4d001-9bb7-4022-a6d5-6ea046007fda} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17323 | 2024.08.15 05:41:31.423458 [ 3 ] {5af4d001-9bb7-4022-a6d5-6ea046007fda} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001541 sec., 104477.6119402985 rows/sec., 7.28 MiB/sec. | ||
17324 | 2024.08.15 05:41:31.423633 [ 3 ] {5af4d001-9bb7-4022-a6d5-6ea046007fda} <Debug> DynamicQueryHandler: Done processing query | ||
17325 | 2024.08.15 05:41:31.423657 [ 3 ] {5af4d001-9bb7-4022-a6d5-6ea046007fda} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
17326 | 2024.08.15 05:41:31.423674 [ 3 ] {} <Debug> HTTP-Session: 6b2c1091-7d65-4948-8461-ebde3b8c4006 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17327 | 2024.08.15 05:41:31.423843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 74603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17328 | 2024.08.15 05:41:31.423892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17329 | 2024.08.15 05:41:31.423910 [ 3 ] {} <Debug> HTTP-Session: 43ec4336-9ff9-40c5-895e-b231741efe2c Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17330 | 2024.08.15 05:41:31.423926 [ 3 ] {} <Debug> HTTP-Session: 43ec4336-9ff9-40c5-895e-b231741efe2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17331 | 2024.08.15 05:41:31.423939 [ 3 ] {} <Debug> HTTP-Session: 43ec4336-9ff9-40c5-895e-b231741efe2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17332 | 2024.08.15 05:41:31.423969 [ 3 ] {} <Trace> HTTP-Session: 43ec4336-9ff9-40c5-895e-b231741efe2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17333 | 2024.08.15 05:41:31.424416 [ 3 ] {ab960590-f40e-434e-b3fa-23694259fe5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
17334 | 2024.08.15 05:41:31.424481 [ 3 ] {ab960590-f40e-434e-b3fa-23694259fe5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
17335 | 2024.08.15 05:41:31.424877 [ 3 ] {ab960590-f40e-434e-b3fa-23694259fe5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17336 | 2024.08.15 05:41:31.425680 [ 3 ] {ab960590-f40e-434e-b3fa-23694259fe5c} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17337 | 2024.08.15 05:41:31.425716 [ 3 ] {ab960590-f40e-434e-b3fa-23694259fe5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17338 | 2024.08.15 05:41:31.426369 [ 3 ] {ab960590-f40e-434e-b3fa-23694259fe5c} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
17339 | 2024.08.15 05:41:31.426777 [ 3 ] {ab960590-f40e-434e-b3fa-23694259fe5c} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17340 | 2024.08.15 05:41:31.426923 [ 3 ] {ab960590-f40e-434e-b3fa-23694259fe5c} <Debug> executeQuery: Read 46 rows, 84.41 KiB in 0.002856 sec., 16106.442577030812 rows/sec., 28.86 MiB/sec. | ||
17341 | 2024.08.15 05:41:31.427143 [ 3 ] {ab960590-f40e-434e-b3fa-23694259fe5c} <Debug> DynamicQueryHandler: Done processing query | ||
17342 | 2024.08.15 05:41:31.427167 [ 3 ] {ab960590-f40e-434e-b3fa-23694259fe5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
17343 | 2024.08.15 05:41:31.427183 [ 3 ] {} <Debug> HTTP-Session: 43ec4336-9ff9-40c5-895e-b231741efe2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17344 | 2024.08.15 05:41:31.427313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17345 | 2024.08.15 05:41:31.427359 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17346 | 2024.08.15 05:41:31.427377 [ 3 ] {} <Debug> HTTP-Session: 7a5f68f7-9f52-4886-94f4-f55f66ae5488 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17347 | 2024.08.15 05:41:31.427392 [ 3 ] {} <Debug> HTTP-Session: 7a5f68f7-9f52-4886-94f4-f55f66ae5488 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17348 | 2024.08.15 05:41:31.427405 [ 3 ] {} <Debug> HTTP-Session: 7a5f68f7-9f52-4886-94f4-f55f66ae5488 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17349 | 2024.08.15 05:41:31.427434 [ 3 ] {} <Trace> HTTP-Session: 7a5f68f7-9f52-4886-94f4-f55f66ae5488 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17350 | 2024.08.15 05:41:31.427538 [ 3 ] {e28441eb-186f-42f2-a106-50646a36e66d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17351 | 2024.08.15 05:41:31.427578 [ 3 ] {e28441eb-186f-42f2-a106-50646a36e66d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17352 | 2024.08.15 05:41:31.427696 [ 3 ] {e28441eb-186f-42f2-a106-50646a36e66d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17353 | 2024.08.15 05:41:31.427974 [ 3 ] {e28441eb-186f-42f2-a106-50646a36e66d} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17354 | 2024.08.15 05:41:31.428007 [ 3 ] {e28441eb-186f-42f2-a106-50646a36e66d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17355 | 2024.08.15 05:41:31.428410 [ 3 ] {e28441eb-186f-42f2-a106-50646a36e66d} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
17356 | 2024.08.15 05:41:31.428722 [ 3 ] {e28441eb-186f-42f2-a106-50646a36e66d} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17357 | 2024.08.15 05:41:31.428849 [ 3 ] {e28441eb-186f-42f2-a106-50646a36e66d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001325 sec., 45283.018867924526 rows/sec., 3.05 MiB/sec. | ||
17358 | 2024.08.15 05:41:31.429013 [ 3 ] {e28441eb-186f-42f2-a106-50646a36e66d} <Debug> DynamicQueryHandler: Done processing query | ||
17359 | 2024.08.15 05:41:31.429037 [ 3 ] {e28441eb-186f-42f2-a106-50646a36e66d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17360 | 2024.08.15 05:41:31.429052 [ 3 ] {} <Debug> HTTP-Session: 7a5f68f7-9f52-4886-94f4-f55f66ae5488 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17361 | 2024.08.15 05:41:35.238637 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
17362 | 2024.08.15 05:41:35.238746 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
17363 | 2024.08.15 05:41:36.413918 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17364 | 2024.08.15 05:41:36.414096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17365 | 2024.08.15 05:41:36.414140 [ 3 ] {} <Debug> HTTP-Session: 2e457560-0a1f-458a-b056-55b23575563b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17366 | 2024.08.15 05:41:36.414182 [ 3 ] {} <Debug> HTTP-Session: 2e457560-0a1f-458a-b056-55b23575563b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17367 | 2024.08.15 05:41:36.414211 [ 3 ] {} <Debug> HTTP-Session: 2e457560-0a1f-458a-b056-55b23575563b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17368 | 2024.08.15 05:41:36.414294 [ 3 ] {} <Trace> HTTP-Session: 2e457560-0a1f-458a-b056-55b23575563b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17369 | 2024.08.15 05:41:36.414608 [ 3 ] {3ac2b3be-c50d-4859-958b-717bf161799b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
17370 | 2024.08.15 05:41:36.414674 [ 3 ] {3ac2b3be-c50d-4859-958b-717bf161799b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
17371 | 2024.08.15 05:41:36.414875 [ 3 ] {3ac2b3be-c50d-4859-958b-717bf161799b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17372 | 2024.08.15 05:41:36.415363 [ 3 ] {3ac2b3be-c50d-4859-958b-717bf161799b} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17373 | 2024.08.15 05:41:36.415408 [ 3 ] {3ac2b3be-c50d-4859-958b-717bf161799b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17374 | 2024.08.15 05:41:36.415780 [ 3 ] {3ac2b3be-c50d-4859-958b-717bf161799b} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
17375 | 2024.08.15 05:41:36.416116 [ 3 ] {3ac2b3be-c50d-4859-958b-717bf161799b} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17376 | 2024.08.15 05:41:36.416287 [ 3 ] {3ac2b3be-c50d-4859-958b-717bf161799b} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001763 sec., 2268.8598979013045 rows/sec., 183.90 KiB/sec. | ||
17377 | 2024.08.15 05:41:36.416589 [ 3 ] {3ac2b3be-c50d-4859-958b-717bf161799b} <Debug> DynamicQueryHandler: Done processing query | ||
17378 | 2024.08.15 05:41:36.416649 [ 3 ] {3ac2b3be-c50d-4859-958b-717bf161799b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17379 | 2024.08.15 05:41:36.416708 [ 3 ] {} <Debug> HTTP-Session: 2e457560-0a1f-458a-b056-55b23575563b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17380 | 2024.08.15 05:41:36.416970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17381 | 2024.08.15 05:41:36.417034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17382 | 2024.08.15 05:41:36.417054 [ 3 ] {} <Debug> HTTP-Session: 3caab292-7bbe-4b50-85b9-d2877ebcbc8c Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17383 | 2024.08.15 05:41:36.417072 [ 3 ] {} <Debug> HTTP-Session: 3caab292-7bbe-4b50-85b9-d2877ebcbc8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17384 | 2024.08.15 05:41:36.417086 [ 3 ] {} <Debug> HTTP-Session: 3caab292-7bbe-4b50-85b9-d2877ebcbc8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17385 | 2024.08.15 05:41:36.417124 [ 3 ] {} <Trace> HTTP-Session: 3caab292-7bbe-4b50-85b9-d2877ebcbc8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17386 | 2024.08.15 05:41:36.417292 [ 3 ] {72ecac51-c2b4-444d-913b-c985941af500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17387 | 2024.08.15 05:41:36.417342 [ 3 ] {72ecac51-c2b4-444d-913b-c985941af500} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17388 | 2024.08.15 05:41:36.417488 [ 3 ] {72ecac51-c2b4-444d-913b-c985941af500} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17389 | 2024.08.15 05:41:36.417968 [ 3 ] {72ecac51-c2b4-444d-913b-c985941af500} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17390 | 2024.08.15 05:41:36.418006 [ 3 ] {72ecac51-c2b4-444d-913b-c985941af500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17391 | 2024.08.15 05:41:36.418334 [ 3 ] {72ecac51-c2b4-444d-913b-c985941af500} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
17392 | 2024.08.15 05:41:36.418645 [ 3 ] {72ecac51-c2b4-444d-913b-c985941af500} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17393 | 2024.08.15 05:41:36.418772 [ 3 ] {72ecac51-c2b4-444d-913b-c985941af500} <Debug> executeQuery: Read 201 rows, 18.00 KiB in 0.001564 sec., 128516.62404092071 rows/sec., 11.24 MiB/sec. | ||
17394 | 2024.08.15 05:41:36.418947 [ 3 ] {72ecac51-c2b4-444d-913b-c985941af500} <Debug> DynamicQueryHandler: Done processing query | ||
17395 | 2024.08.15 05:41:36.418972 [ 3 ] {72ecac51-c2b4-444d-913b-c985941af500} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
17396 | 2024.08.15 05:41:36.418988 [ 3 ] {} <Debug> HTTP-Session: 3caab292-7bbe-4b50-85b9-d2877ebcbc8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17397 | 2024.08.15 05:41:36.419127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17398 | 2024.08.15 05:41:36.419178 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17399 | 2024.08.15 05:41:36.419197 [ 3 ] {} <Debug> HTTP-Session: ea9e28a5-266e-42ca-879e-b5e687b422db Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17400 | 2024.08.15 05:41:36.419214 [ 3 ] {} <Debug> HTTP-Session: ea9e28a5-266e-42ca-879e-b5e687b422db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17401 | 2024.08.15 05:41:36.419229 [ 3 ] {} <Debug> HTTP-Session: ea9e28a5-266e-42ca-879e-b5e687b422db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17402 | 2024.08.15 05:41:36.419261 [ 3 ] {} <Trace> HTTP-Session: ea9e28a5-266e-42ca-879e-b5e687b422db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17403 | 2024.08.15 05:41:36.419360 [ 3 ] {78293958-952d-4f65-9e42-9ad1117ceed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
17404 | 2024.08.15 05:41:36.419402 [ 3 ] {78293958-952d-4f65-9e42-9ad1117ceed4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
17405 | 2024.08.15 05:41:36.419525 [ 3 ] {78293958-952d-4f65-9e42-9ad1117ceed4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17406 | 2024.08.15 05:41:36.419869 [ 3 ] {78293958-952d-4f65-9e42-9ad1117ceed4} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17407 | 2024.08.15 05:41:36.419905 [ 3 ] {78293958-952d-4f65-9e42-9ad1117ceed4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17408 | 2024.08.15 05:41:36.420216 [ 3 ] {78293958-952d-4f65-9e42-9ad1117ceed4} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
17409 | 2024.08.15 05:41:36.420548 [ 3 ] {78293958-952d-4f65-9e42-9ad1117ceed4} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17410 | 2024.08.15 05:41:36.420677 [ 3 ] {78293958-952d-4f65-9e42-9ad1117ceed4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001347 sec., 10393.466963622865 rows/sec., 727.89 KiB/sec. | ||
17411 | 2024.08.15 05:41:36.420846 [ 3 ] {78293958-952d-4f65-9e42-9ad1117ceed4} <Debug> DynamicQueryHandler: Done processing query | ||
17412 | 2024.08.15 05:41:36.420870 [ 3 ] {78293958-952d-4f65-9e42-9ad1117ceed4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17413 | 2024.08.15 05:41:36.420886 [ 3 ] {} <Debug> HTTP-Session: ea9e28a5-266e-42ca-879e-b5e687b422db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17414 | 2024.08.15 05:41:36.421003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17415 | 2024.08.15 05:41:36.421053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17416 | 2024.08.15 05:41:36.421072 [ 3 ] {} <Debug> HTTP-Session: 62f4524a-6f0f-4d44-8844-4bf1da725284 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17417 | 2024.08.15 05:41:36.421088 [ 3 ] {} <Debug> HTTP-Session: 62f4524a-6f0f-4d44-8844-4bf1da725284 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17418 | 2024.08.15 05:41:36.421102 [ 3 ] {} <Debug> HTTP-Session: 62f4524a-6f0f-4d44-8844-4bf1da725284 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17419 | 2024.08.15 05:41:36.421132 [ 3 ] {} <Trace> HTTP-Session: 62f4524a-6f0f-4d44-8844-4bf1da725284 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17420 | 2024.08.15 05:41:36.421227 [ 3 ] {f2d5563f-f3b8-42a9-8249-0699a84308ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
17421 | 2024.08.15 05:41:36.421268 [ 3 ] {f2d5563f-f3b8-42a9-8249-0699a84308ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
17422 | 2024.08.15 05:41:36.421392 [ 3 ] {f2d5563f-f3b8-42a9-8249-0699a84308ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17423 | 2024.08.15 05:41:36.421674 [ 3 ] {f2d5563f-f3b8-42a9-8249-0699a84308ae} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17424 | 2024.08.15 05:41:36.421710 [ 3 ] {f2d5563f-f3b8-42a9-8249-0699a84308ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17425 | 2024.08.15 05:41:36.422006 [ 3 ] {f2d5563f-f3b8-42a9-8249-0699a84308ae} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
17426 | 2024.08.15 05:41:36.422315 [ 3 ] {f2d5563f-f3b8-42a9-8249-0699a84308ae} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17427 | 2024.08.15 05:41:36.422451 [ 3 ] {f2d5563f-f3b8-42a9-8249-0699a84308ae} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00125 sec., 4800 rows/sec., 283.59 KiB/sec. | ||
17428 | 2024.08.15 05:41:36.422611 [ 3 ] {f2d5563f-f3b8-42a9-8249-0699a84308ae} <Debug> DynamicQueryHandler: Done processing query | ||
17429 | 2024.08.15 05:41:36.422635 [ 3 ] {f2d5563f-f3b8-42a9-8249-0699a84308ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17430 | 2024.08.15 05:41:36.422650 [ 3 ] {} <Debug> HTTP-Session: 62f4524a-6f0f-4d44-8844-4bf1da725284 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17431 | 2024.08.15 05:41:36.422837 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 62444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17432 | 2024.08.15 05:41:36.422885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17433 | 2024.08.15 05:41:36.422904 [ 3 ] {} <Debug> HTTP-Session: 1a129482-47d6-457e-af07-44a6a6ea506d Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17434 | 2024.08.15 05:41:36.422921 [ 3 ] {} <Debug> HTTP-Session: 1a129482-47d6-457e-af07-44a6a6ea506d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17435 | 2024.08.15 05:41:36.422934 [ 3 ] {} <Debug> HTTP-Session: 1a129482-47d6-457e-af07-44a6a6ea506d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17436 | 2024.08.15 05:41:36.422964 [ 3 ] {} <Trace> HTTP-Session: 1a129482-47d6-457e-af07-44a6a6ea506d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17437 | 2024.08.15 05:41:36.423161 [ 3 ] {c2987956-7293-436f-a1c7-88db998c5d5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17438 | 2024.08.15 05:41:36.423204 [ 3 ] {c2987956-7293-436f-a1c7-88db998c5d5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17439 | 2024.08.15 05:41:36.423333 [ 3 ] {c2987956-7293-436f-a1c7-88db998c5d5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17440 | 2024.08.15 05:41:36.423869 [ 3 ] {c2987956-7293-436f-a1c7-88db998c5d5e} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17441 | 2024.08.15 05:41:36.423905 [ 3 ] {c2987956-7293-436f-a1c7-88db998c5d5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17442 | 2024.08.15 05:41:36.424229 [ 3 ] {c2987956-7293-436f-a1c7-88db998c5d5e} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
17443 | 2024.08.15 05:41:36.424536 [ 3 ] {c2987956-7293-436f-a1c7-88db998c5d5e} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17444 | 2024.08.15 05:41:36.424661 [ 3 ] {c2987956-7293-436f-a1c7-88db998c5d5e} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.001608 sec., 240049.7512437811 rows/sec., 17.01 MiB/sec. | ||
17445 | 2024.08.15 05:41:36.424826 [ 3 ] {c2987956-7293-436f-a1c7-88db998c5d5e} <Debug> DynamicQueryHandler: Done processing query | ||
17446 | 2024.08.15 05:41:36.424850 [ 3 ] {c2987956-7293-436f-a1c7-88db998c5d5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
17447 | 2024.08.15 05:41:36.424866 [ 3 ] {} <Debug> HTTP-Session: 1a129482-47d6-457e-af07-44a6a6ea506d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17448 | 2024.08.15 05:41:36.425061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17449 | 2024.08.15 05:41:36.425110 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17450 | 2024.08.15 05:41:36.425129 [ 3 ] {} <Debug> HTTP-Session: 1a789960-663a-4d69-a93f-ada46c85df4c Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17451 | 2024.08.15 05:41:36.425145 [ 3 ] {} <Debug> HTTP-Session: 1a789960-663a-4d69-a93f-ada46c85df4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17452 | 2024.08.15 05:41:36.425158 [ 3 ] {} <Debug> HTTP-Session: 1a789960-663a-4d69-a93f-ada46c85df4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17453 | 2024.08.15 05:41:36.425188 [ 3 ] {} <Trace> HTTP-Session: 1a789960-663a-4d69-a93f-ada46c85df4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17454 | 2024.08.15 05:41:36.425284 [ 3 ] {89a5aba6-f3bc-4a39-a4f8-a9500d47c1ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
17455 | 2024.08.15 05:41:36.425327 [ 3 ] {89a5aba6-f3bc-4a39-a4f8-a9500d47c1ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
17456 | 2024.08.15 05:41:36.425454 [ 3 ] {89a5aba6-f3bc-4a39-a4f8-a9500d47c1ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17457 | 2024.08.15 05:41:36.425724 [ 3 ] {89a5aba6-f3bc-4a39-a4f8-a9500d47c1ee} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17458 | 2024.08.15 05:41:36.425759 [ 3 ] {89a5aba6-f3bc-4a39-a4f8-a9500d47c1ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17459 | 2024.08.15 05:41:36.426111 [ 3 ] {89a5aba6-f3bc-4a39-a4f8-a9500d47c1ee} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
17460 | 2024.08.15 05:41:36.426458 [ 3 ] {89a5aba6-f3bc-4a39-a4f8-a9500d47c1ee} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17461 | 2024.08.15 05:41:36.426587 [ 3 ] {89a5aba6-f3bc-4a39-a4f8-a9500d47c1ee} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001327 sec., 4521.4770158251695 rows/sec., 236.23 KiB/sec. | ||
17462 | 2024.08.15 05:41:36.426749 [ 3 ] {89a5aba6-f3bc-4a39-a4f8-a9500d47c1ee} <Debug> DynamicQueryHandler: Done processing query | ||
17463 | 2024.08.15 05:41:36.426772 [ 3 ] {89a5aba6-f3bc-4a39-a4f8-a9500d47c1ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17464 | 2024.08.15 05:41:36.426788 [ 3 ] {} <Debug> HTTP-Session: 1a789960-663a-4d69-a93f-ada46c85df4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17465 | 2024.08.15 05:41:36.426961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 44608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17466 | 2024.08.15 05:41:36.427010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17467 | 2024.08.15 05:41:36.427029 [ 3 ] {} <Debug> HTTP-Session: ade42db2-d462-4b50-9cd9-63ce40e1d150 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17468 | 2024.08.15 05:41:36.427044 [ 3 ] {} <Debug> HTTP-Session: ade42db2-d462-4b50-9cd9-63ce40e1d150 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17469 | 2024.08.15 05:41:36.427058 [ 3 ] {} <Debug> HTTP-Session: ade42db2-d462-4b50-9cd9-63ce40e1d150 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17470 | 2024.08.15 05:41:36.427088 [ 3 ] {} <Trace> HTTP-Session: ade42db2-d462-4b50-9cd9-63ce40e1d150 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17471 | 2024.08.15 05:41:36.427286 [ 3 ] {2be4548a-5470-4e6d-b904-00cedf3c60a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17472 | 2024.08.15 05:41:36.427332 [ 3 ] {2be4548a-5470-4e6d-b904-00cedf3c60a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17473 | 2024.08.15 05:41:36.427471 [ 3 ] {2be4548a-5470-4e6d-b904-00cedf3c60a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17474 | 2024.08.15 05:41:36.427896 [ 3 ] {2be4548a-5470-4e6d-b904-00cedf3c60a6} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17475 | 2024.08.15 05:41:36.427932 [ 3 ] {2be4548a-5470-4e6d-b904-00cedf3c60a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17476 | 2024.08.15 05:41:36.428313 [ 3 ] {2be4548a-5470-4e6d-b904-00cedf3c60a6} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
17477 | 2024.08.15 05:41:36.428650 [ 3 ] {2be4548a-5470-4e6d-b904-00cedf3c60a6} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17478 | 2024.08.15 05:41:36.428773 [ 3 ] {2be4548a-5470-4e6d-b904-00cedf3c60a6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0016 sec., 148125 rows/sec., 9.93 MiB/sec. | ||
17479 | 2024.08.15 05:41:36.428939 [ 3 ] {2be4548a-5470-4e6d-b904-00cedf3c60a6} <Debug> DynamicQueryHandler: Done processing query | ||
17480 | 2024.08.15 05:41:36.428964 [ 3 ] {2be4548a-5470-4e6d-b904-00cedf3c60a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
17481 | 2024.08.15 05:41:36.428980 [ 3 ] {} <Debug> HTTP-Session: ade42db2-d462-4b50-9cd9-63ce40e1d150 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17482 | 2024.08.15 05:41:36.429159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17483 | 2024.08.15 05:41:36.429208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17484 | 2024.08.15 05:41:36.429228 [ 3 ] {} <Debug> HTTP-Session: 599e1529-6fa3-43a6-9d5c-d3dd31d7dd46 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17485 | 2024.08.15 05:41:36.429244 [ 3 ] {} <Debug> HTTP-Session: 599e1529-6fa3-43a6-9d5c-d3dd31d7dd46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17486 | 2024.08.15 05:41:36.429258 [ 3 ] {} <Debug> HTTP-Session: 599e1529-6fa3-43a6-9d5c-d3dd31d7dd46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17487 | 2024.08.15 05:41:36.429288 [ 3 ] {} <Trace> HTTP-Session: 599e1529-6fa3-43a6-9d5c-d3dd31d7dd46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17488 | 2024.08.15 05:41:36.429382 [ 3 ] {f55ee8c2-16e0-4859-b307-00f1358376e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
17489 | 2024.08.15 05:41:36.429426 [ 3 ] {f55ee8c2-16e0-4859-b307-00f1358376e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
17490 | 2024.08.15 05:41:36.429552 [ 3 ] {f55ee8c2-16e0-4859-b307-00f1358376e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17491 | 2024.08.15 05:41:36.429807 [ 3 ] {f55ee8c2-16e0-4859-b307-00f1358376e3} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17492 | 2024.08.15 05:41:36.429843 [ 3 ] {f55ee8c2-16e0-4859-b307-00f1358376e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17493 | 2024.08.15 05:41:36.430184 [ 3 ] {f55ee8c2-16e0-4859-b307-00f1358376e3} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
17494 | 2024.08.15 05:41:36.430506 [ 3 ] {f55ee8c2-16e0-4859-b307-00f1358376e3} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17495 | 2024.08.15 05:41:36.430632 [ 3 ] {f55ee8c2-16e0-4859-b307-00f1358376e3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001272 sec., 786.1635220125787 rows/sec., 52.97 KiB/sec. | ||
17496 | 2024.08.15 05:41:36.430929 [ 3 ] {f55ee8c2-16e0-4859-b307-00f1358376e3} <Debug> DynamicQueryHandler: Done processing query | ||
17497 | 2024.08.15 05:41:36.430973 [ 3 ] {f55ee8c2-16e0-4859-b307-00f1358376e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
17498 | 2024.08.15 05:41:36.430992 [ 3 ] {} <Debug> HTTP-Session: 599e1529-6fa3-43a6-9d5c-d3dd31d7dd46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17499 | 2024.08.15 05:41:36.431110 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17500 | 2024.08.15 05:41:36.431160 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17501 | 2024.08.15 05:41:36.431179 [ 3 ] {} <Debug> HTTP-Session: 622927d8-bdbe-4e46-977d-07fa9de9dee4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17502 | 2024.08.15 05:41:36.431195 [ 3 ] {} <Debug> HTTP-Session: 622927d8-bdbe-4e46-977d-07fa9de9dee4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17503 | 2024.08.15 05:41:36.431209 [ 3 ] {} <Debug> HTTP-Session: 622927d8-bdbe-4e46-977d-07fa9de9dee4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17504 | 2024.08.15 05:41:36.431240 [ 3 ] {} <Trace> HTTP-Session: 622927d8-bdbe-4e46-977d-07fa9de9dee4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17505 | 2024.08.15 05:41:36.431407 [ 3 ] {0b6b3c96-29f6-48e9-8319-d4010c58edff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
17506 | 2024.08.15 05:41:36.431476 [ 3 ] {0b6b3c96-29f6-48e9-8319-d4010c58edff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
17507 | 2024.08.15 05:41:36.431907 [ 3 ] {0b6b3c96-29f6-48e9-8319-d4010c58edff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17508 | 2024.08.15 05:41:36.432414 [ 3 ] {0b6b3c96-29f6-48e9-8319-d4010c58edff} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17509 | 2024.08.15 05:41:36.432450 [ 3 ] {0b6b3c96-29f6-48e9-8319-d4010c58edff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17510 | 2024.08.15 05:41:36.433047 [ 3 ] {0b6b3c96-29f6-48e9-8319-d4010c58edff} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
17511 | 2024.08.15 05:41:36.433483 [ 3 ] {0b6b3c96-29f6-48e9-8319-d4010c58edff} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17512 | 2024.08.15 05:41:36.433645 [ 3 ] {0b6b3c96-29f6-48e9-8319-d4010c58edff} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.00233 sec., 1716.7381974248926 rows/sec., 3.08 MiB/sec. | ||
17513 | 2024.08.15 05:41:36.433871 [ 3 ] {0b6b3c96-29f6-48e9-8319-d4010c58edff} <Debug> DynamicQueryHandler: Done processing query | ||
17514 | 2024.08.15 05:41:36.433894 [ 3 ] {0b6b3c96-29f6-48e9-8319-d4010c58edff} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
17515 | 2024.08.15 05:41:36.433910 [ 3 ] {} <Debug> HTTP-Session: 622927d8-bdbe-4e46-977d-07fa9de9dee4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17516 | 2024.08.15 05:41:36.434044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17517 | 2024.08.15 05:41:36.434092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17518 | 2024.08.15 05:41:36.434111 [ 3 ] {} <Debug> HTTP-Session: e17b833a-5ad9-4ca5-abe6-d69d9aef87cb Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17519 | 2024.08.15 05:41:36.434127 [ 3 ] {} <Debug> HTTP-Session: e17b833a-5ad9-4ca5-abe6-d69d9aef87cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17520 | 2024.08.15 05:41:36.434140 [ 3 ] {} <Debug> HTTP-Session: e17b833a-5ad9-4ca5-abe6-d69d9aef87cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17521 | 2024.08.15 05:41:36.434170 [ 3 ] {} <Trace> HTTP-Session: e17b833a-5ad9-4ca5-abe6-d69d9aef87cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17522 | 2024.08.15 05:41:36.434298 [ 3 ] {b373f2b4-f56d-4728-9136-8097730661c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17523 | 2024.08.15 05:41:36.434342 [ 3 ] {b373f2b4-f56d-4728-9136-8097730661c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17524 | 2024.08.15 05:41:36.434471 [ 3 ] {b373f2b4-f56d-4728-9136-8097730661c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17525 | 2024.08.15 05:41:36.434796 [ 3 ] {b373f2b4-f56d-4728-9136-8097730661c5} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17526 | 2024.08.15 05:41:36.434831 [ 3 ] {b373f2b4-f56d-4728-9136-8097730661c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17527 | 2024.08.15 05:41:36.435189 [ 3 ] {b373f2b4-f56d-4728-9136-8097730661c5} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
17528 | 2024.08.15 05:41:36.435518 [ 3 ] {b373f2b4-f56d-4728-9136-8097730661c5} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17529 | 2024.08.15 05:41:36.435642 [ 3 ] {b373f2b4-f56d-4728-9136-8097730661c5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001396 sec., 58739.25501432664 rows/sec., 3.73 MiB/sec. | ||
17530 | 2024.08.15 05:41:36.435899 [ 3 ] {b373f2b4-f56d-4728-9136-8097730661c5} <Debug> DynamicQueryHandler: Done processing query | ||
17531 | 2024.08.15 05:41:36.435961 [ 3 ] {b373f2b4-f56d-4728-9136-8097730661c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17532 | 2024.08.15 05:41:36.436022 [ 3 ] {} <Debug> HTTP-Session: e17b833a-5ad9-4ca5-abe6-d69d9aef87cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17533 | 2024.08.15 05:41:41.410465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17534 | 2024.08.15 05:41:41.410607 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17535 | 2024.08.15 05:41:41.410637 [ 3 ] {} <Debug> HTTP-Session: 5f2bd217-1081-4278-913d-f12f3f48a337 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17536 | 2024.08.15 05:41:41.410667 [ 3 ] {} <Debug> HTTP-Session: 5f2bd217-1081-4278-913d-f12f3f48a337 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17537 | 2024.08.15 05:41:41.410685 [ 3 ] {} <Debug> HTTP-Session: 5f2bd217-1081-4278-913d-f12f3f48a337 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17538 | 2024.08.15 05:41:41.410741 [ 3 ] {} <Trace> HTTP-Session: 5f2bd217-1081-4278-913d-f12f3f48a337 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17539 | 2024.08.15 05:41:41.410940 [ 3 ] {7b366cf6-619c-4924-88f6-b485f5ede7b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
17540 | 2024.08.15 05:41:41.411007 [ 3 ] {7b366cf6-619c-4924-88f6-b485f5ede7b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
17541 | 2024.08.15 05:41:41.411204 [ 3 ] {7b366cf6-619c-4924-88f6-b485f5ede7b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17542 | 2024.08.15 05:41:41.411646 [ 3 ] {7b366cf6-619c-4924-88f6-b485f5ede7b1} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17543 | 2024.08.15 05:41:41.411690 [ 3 ] {7b366cf6-619c-4924-88f6-b485f5ede7b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17544 | 2024.08.15 05:41:41.412066 [ 3 ] {7b366cf6-619c-4924-88f6-b485f5ede7b1} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
17545 | 2024.08.15 05:41:41.412419 [ 3 ] {7b366cf6-619c-4924-88f6-b485f5ede7b1} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17546 | 2024.08.15 05:41:41.412590 [ 3 ] {7b366cf6-619c-4924-88f6-b485f5ede7b1} <Debug> executeQuery: Read 46 rows, 3.73 KiB in 0.001708 sec., 26932.084309133486 rows/sec., 2.13 MiB/sec. | ||
17547 | 2024.08.15 05:41:41.412815 [ 3 ] {7b366cf6-619c-4924-88f6-b485f5ede7b1} <Debug> DynamicQueryHandler: Done processing query | ||
17548 | 2024.08.15 05:41:41.412843 [ 3 ] {7b366cf6-619c-4924-88f6-b485f5ede7b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17549 | 2024.08.15 05:41:41.412859 [ 3 ] {} <Debug> HTTP-Session: 5f2bd217-1081-4278-913d-f12f3f48a337 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17550 | 2024.08.15 05:41:41.413072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 28716, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17551 | 2024.08.15 05:41:41.413131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17552 | 2024.08.15 05:41:41.413151 [ 3 ] {} <Debug> HTTP-Session: dfa0223f-281d-410e-8a44-a6bba12d2d13 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17553 | 2024.08.15 05:41:41.413169 [ 3 ] {} <Debug> HTTP-Session: dfa0223f-281d-410e-8a44-a6bba12d2d13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17554 | 2024.08.15 05:41:41.413183 [ 3 ] {} <Debug> HTTP-Session: dfa0223f-281d-410e-8a44-a6bba12d2d13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17555 | 2024.08.15 05:41:41.413221 [ 3 ] {} <Trace> HTTP-Session: dfa0223f-281d-410e-8a44-a6bba12d2d13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17556 | 2024.08.15 05:41:41.413383 [ 3 ] {e8401def-7d3a-4ea7-ade3-9dc1a685b3d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17557 | 2024.08.15 05:41:41.413431 [ 3 ] {e8401def-7d3a-4ea7-ade3-9dc1a685b3d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17558 | 2024.08.15 05:41:41.413564 [ 3 ] {e8401def-7d3a-4ea7-ade3-9dc1a685b3d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17559 | 2024.08.15 05:41:41.414019 [ 3 ] {e8401def-7d3a-4ea7-ade3-9dc1a685b3d9} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17560 | 2024.08.15 05:41:41.414059 [ 3 ] {e8401def-7d3a-4ea7-ade3-9dc1a685b3d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17561 | 2024.08.15 05:41:41.414400 [ 3 ] {e8401def-7d3a-4ea7-ade3-9dc1a685b3d9} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
17562 | 2024.08.15 05:41:41.414708 [ 3 ] {e8401def-7d3a-4ea7-ade3-9dc1a685b3d9} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17563 | 2024.08.15 05:41:41.414858 [ 3 ] {e8401def-7d3a-4ea7-ade3-9dc1a685b3d9} <Debug> executeQuery: Read 194 rows, 16.93 KiB in 0.001552 sec., 125000 rows/sec., 10.65 MiB/sec. | ||
17564 | 2024.08.15 05:41:41.415133 [ 3 ] {e8401def-7d3a-4ea7-ade3-9dc1a685b3d9} <Debug> DynamicQueryHandler: Done processing query | ||
17565 | 2024.08.15 05:41:41.415185 [ 3 ] {e8401def-7d3a-4ea7-ade3-9dc1a685b3d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
17566 | 2024.08.15 05:41:41.415233 [ 3 ] {} <Debug> HTTP-Session: dfa0223f-281d-410e-8a44-a6bba12d2d13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17567 | 2024.08.15 05:41:41.415445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 18669, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17568 | 2024.08.15 05:41:41.415509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17569 | 2024.08.15 05:41:41.415529 [ 3 ] {} <Debug> HTTP-Session: dd6e2d44-167f-46c3-9270-be946372be31 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17570 | 2024.08.15 05:41:41.415548 [ 3 ] {} <Debug> HTTP-Session: dd6e2d44-167f-46c3-9270-be946372be31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17571 | 2024.08.15 05:41:41.415562 [ 3 ] {} <Debug> HTTP-Session: dd6e2d44-167f-46c3-9270-be946372be31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17572 | 2024.08.15 05:41:41.415598 [ 3 ] {} <Trace> HTTP-Session: dd6e2d44-167f-46c3-9270-be946372be31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17573 | 2024.08.15 05:41:41.415750 [ 3 ] {8575fb5e-3d9e-4b8d-9db0-b61855317440} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17574 | 2024.08.15 05:41:41.415798 [ 3 ] {8575fb5e-3d9e-4b8d-9db0-b61855317440} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17575 | 2024.08.15 05:41:41.415943 [ 3 ] {8575fb5e-3d9e-4b8d-9db0-b61855317440} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17576 | 2024.08.15 05:41:41.416307 [ 3 ] {8575fb5e-3d9e-4b8d-9db0-b61855317440} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17577 | 2024.08.15 05:41:41.416346 [ 3 ] {8575fb5e-3d9e-4b8d-9db0-b61855317440} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17578 | 2024.08.15 05:41:41.416668 [ 3 ] {8575fb5e-3d9e-4b8d-9db0-b61855317440} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
17579 | 2024.08.15 05:41:41.416972 [ 3 ] {8575fb5e-3d9e-4b8d-9db0-b61855317440} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17580 | 2024.08.15 05:41:41.417115 [ 3 ] {8575fb5e-3d9e-4b8d-9db0-b61855317440} <Debug> executeQuery: Read 110 rows, 8.80 KiB in 0.001427 sec., 77084.79327259985 rows/sec., 6.02 MiB/sec. | ||
17581 | 2024.08.15 05:41:41.417348 [ 3 ] {8575fb5e-3d9e-4b8d-9db0-b61855317440} <Debug> DynamicQueryHandler: Done processing query | ||
17582 | 2024.08.15 05:41:41.417406 [ 3 ] {8575fb5e-3d9e-4b8d-9db0-b61855317440} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
17583 | 2024.08.15 05:41:41.417460 [ 3 ] {} <Debug> HTTP-Session: dd6e2d44-167f-46c3-9270-be946372be31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17584 | 2024.08.15 05:41:41.417703 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17585 | 2024.08.15 05:41:41.417756 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17586 | 2024.08.15 05:41:41.417775 [ 3 ] {} <Debug> HTTP-Session: 55417369-cf8d-4634-a4c1-26df6d54b3c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17587 | 2024.08.15 05:41:41.417792 [ 3 ] {} <Debug> HTTP-Session: 55417369-cf8d-4634-a4c1-26df6d54b3c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17588 | 2024.08.15 05:41:41.417806 [ 3 ] {} <Debug> HTTP-Session: 55417369-cf8d-4634-a4c1-26df6d54b3c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17589 | 2024.08.15 05:41:41.417839 [ 3 ] {} <Trace> HTTP-Session: 55417369-cf8d-4634-a4c1-26df6d54b3c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17590 | 2024.08.15 05:41:41.417993 [ 3 ] {9d5df581-3dcc-49d4-9471-900d2843cedf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17591 | 2024.08.15 05:41:41.418041 [ 3 ] {9d5df581-3dcc-49d4-9471-900d2843cedf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17592 | 2024.08.15 05:41:41.418207 [ 3 ] {9d5df581-3dcc-49d4-9471-900d2843cedf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17593 | 2024.08.15 05:41:41.418584 [ 3 ] {9d5df581-3dcc-49d4-9471-900d2843cedf} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17594 | 2024.08.15 05:41:41.418621 [ 3 ] {9d5df581-3dcc-49d4-9471-900d2843cedf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17595 | 2024.08.15 05:41:41.419031 [ 3 ] {9d5df581-3dcc-49d4-9471-900d2843cedf} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
17596 | 2024.08.15 05:41:41.419367 [ 3 ] {9d5df581-3dcc-49d4-9471-900d2843cedf} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17597 | 2024.08.15 05:41:41.419520 [ 3 ] {9d5df581-3dcc-49d4-9471-900d2843cedf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001594 sec., 100376.41154328734 rows/sec., 6.99 MiB/sec. | ||
17598 | 2024.08.15 05:41:41.419701 [ 3 ] {9d5df581-3dcc-49d4-9471-900d2843cedf} <Debug> DynamicQueryHandler: Done processing query | ||
17599 | 2024.08.15 05:41:41.419725 [ 3 ] {9d5df581-3dcc-49d4-9471-900d2843cedf} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
17600 | 2024.08.15 05:41:41.419741 [ 3 ] {} <Debug> HTTP-Session: 55417369-cf8d-4634-a4c1-26df6d54b3c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17601 | 2024.08.15 05:41:41.419918 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 74603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17602 | 2024.08.15 05:41:41.419967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17603 | 2024.08.15 05:41:41.419986 [ 3 ] {} <Debug> HTTP-Session: 8c095ff0-0e74-4cd9-8551-8e7658ce187c Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17604 | 2024.08.15 05:41:41.420002 [ 3 ] {} <Debug> HTTP-Session: 8c095ff0-0e74-4cd9-8551-8e7658ce187c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17605 | 2024.08.15 05:41:41.420016 [ 3 ] {} <Debug> HTTP-Session: 8c095ff0-0e74-4cd9-8551-8e7658ce187c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17606 | 2024.08.15 05:41:41.420047 [ 3 ] {} <Trace> HTTP-Session: 8c095ff0-0e74-4cd9-8551-8e7658ce187c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17607 | 2024.08.15 05:41:41.420483 [ 3 ] {3a9fceeb-4448-488b-b8b6-efe537b2c469} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
17608 | 2024.08.15 05:41:41.420545 [ 3 ] {3a9fceeb-4448-488b-b8b6-efe537b2c469} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
17609 | 2024.08.15 05:41:41.420943 [ 3 ] {3a9fceeb-4448-488b-b8b6-efe537b2c469} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17610 | 2024.08.15 05:41:41.421789 [ 3 ] {3a9fceeb-4448-488b-b8b6-efe537b2c469} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17611 | 2024.08.15 05:41:41.421825 [ 3 ] {3a9fceeb-4448-488b-b8b6-efe537b2c469} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17612 | 2024.08.15 05:41:41.422486 [ 3 ] {3a9fceeb-4448-488b-b8b6-efe537b2c469} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
17613 | 2024.08.15 05:41:41.422888 [ 3 ] {3a9fceeb-4448-488b-b8b6-efe537b2c469} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17614 | 2024.08.15 05:41:41.423085 [ 3 ] {3a9fceeb-4448-488b-b8b6-efe537b2c469} <Debug> executeQuery: Read 46 rows, 84.41 KiB in 0.002926 sec., 15721.120984278878 rows/sec., 28.17 MiB/sec. | ||
17615 | 2024.08.15 05:41:41.423550 [ 3 ] {3a9fceeb-4448-488b-b8b6-efe537b2c469} <Debug> DynamicQueryHandler: Done processing query | ||
17616 | 2024.08.15 05:41:41.423591 [ 3 ] {3a9fceeb-4448-488b-b8b6-efe537b2c469} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
17617 | 2024.08.15 05:41:41.423616 [ 3 ] {} <Debug> HTTP-Session: 8c095ff0-0e74-4cd9-8551-8e7658ce187c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17618 | 2024.08.15 05:41:41.423757 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17619 | 2024.08.15 05:41:41.423807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17620 | 2024.08.15 05:41:41.423825 [ 3 ] {} <Debug> HTTP-Session: d9a41f12-850f-4b10-b644-94a82489ec82 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17621 | 2024.08.15 05:41:41.423842 [ 3 ] {} <Debug> HTTP-Session: d9a41f12-850f-4b10-b644-94a82489ec82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17622 | 2024.08.15 05:41:41.423856 [ 3 ] {} <Debug> HTTP-Session: d9a41f12-850f-4b10-b644-94a82489ec82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17623 | 2024.08.15 05:41:41.423886 [ 3 ] {} <Trace> HTTP-Session: d9a41f12-850f-4b10-b644-94a82489ec82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17624 | 2024.08.15 05:41:41.424003 [ 3 ] {31b2e8e2-a10b-4401-a14d-15531ca5c8db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17625 | 2024.08.15 05:41:41.424049 [ 3 ] {31b2e8e2-a10b-4401-a14d-15531ca5c8db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17626 | 2024.08.15 05:41:41.424189 [ 3 ] {31b2e8e2-a10b-4401-a14d-15531ca5c8db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17627 | 2024.08.15 05:41:41.424480 [ 3 ] {31b2e8e2-a10b-4401-a14d-15531ca5c8db} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17628 | 2024.08.15 05:41:41.424516 [ 3 ] {31b2e8e2-a10b-4401-a14d-15531ca5c8db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17629 | 2024.08.15 05:41:41.424866 [ 3 ] {31b2e8e2-a10b-4401-a14d-15531ca5c8db} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
17630 | 2024.08.15 05:41:41.425200 [ 3 ] {31b2e8e2-a10b-4401-a14d-15531ca5c8db} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17631 | 2024.08.15 05:41:41.425349 [ 3 ] {31b2e8e2-a10b-4401-a14d-15531ca5c8db} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001387 sec., 43258.83201153569 rows/sec., 2.92 MiB/sec. | ||
17632 | 2024.08.15 05:41:41.425527 [ 3 ] {31b2e8e2-a10b-4401-a14d-15531ca5c8db} <Debug> DynamicQueryHandler: Done processing query | ||
17633 | 2024.08.15 05:41:41.425550 [ 3 ] {31b2e8e2-a10b-4401-a14d-15531ca5c8db} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17634 | 2024.08.15 05:41:41.425566 [ 3 ] {} <Debug> HTTP-Session: d9a41f12-850f-4b10-b644-94a82489ec82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17635 | 2024.08.15 05:41:46.413425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17636 | 2024.08.15 05:41:46.413554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17637 | 2024.08.15 05:41:46.413578 [ 3 ] {} <Debug> HTTP-Session: 2ceb3a05-6110-48ac-bf83-00685e7af25e Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17638 | 2024.08.15 05:41:46.413603 [ 3 ] {} <Debug> HTTP-Session: 2ceb3a05-6110-48ac-bf83-00685e7af25e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17639 | 2024.08.15 05:41:46.413618 [ 3 ] {} <Debug> HTTP-Session: 2ceb3a05-6110-48ac-bf83-00685e7af25e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17640 | 2024.08.15 05:41:46.413669 [ 3 ] {} <Trace> HTTP-Session: 2ceb3a05-6110-48ac-bf83-00685e7af25e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17641 | 2024.08.15 05:41:46.413847 [ 3 ] {6a418bdd-b3aa-4c60-8514-e7c01f6d68b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
17642 | 2024.08.15 05:41:46.413913 [ 3 ] {6a418bdd-b3aa-4c60-8514-e7c01f6d68b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
17643 | 2024.08.15 05:41:46.414111 [ 3 ] {6a418bdd-b3aa-4c60-8514-e7c01f6d68b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17644 | 2024.08.15 05:41:46.414512 [ 3 ] {6a418bdd-b3aa-4c60-8514-e7c01f6d68b0} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17645 | 2024.08.15 05:41:46.414553 [ 3 ] {6a418bdd-b3aa-4c60-8514-e7c01f6d68b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17646 | 2024.08.15 05:41:46.414945 [ 3 ] {6a418bdd-b3aa-4c60-8514-e7c01f6d68b0} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
17647 | 2024.08.15 05:41:46.415565 [ 3 ] {6a418bdd-b3aa-4c60-8514-e7c01f6d68b0} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17648 | 2024.08.15 05:41:46.415738 [ 3 ] {6a418bdd-b3aa-4c60-8514-e7c01f6d68b0} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001936 sec., 2066.115702479339 rows/sec., 167.47 KiB/sec. | ||
17649 | 2024.08.15 05:41:46.416032 [ 3 ] {6a418bdd-b3aa-4c60-8514-e7c01f6d68b0} <Debug> DynamicQueryHandler: Done processing query | ||
17650 | 2024.08.15 05:41:46.416094 [ 3 ] {6a418bdd-b3aa-4c60-8514-e7c01f6d68b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17651 | 2024.08.15 05:41:46.416156 [ 3 ] {} <Debug> HTTP-Session: 2ceb3a05-6110-48ac-bf83-00685e7af25e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17652 | 2024.08.15 05:41:46.416396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17653 | 2024.08.15 05:41:46.416451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17654 | 2024.08.15 05:41:46.416471 [ 3 ] {} <Debug> HTTP-Session: ebb2e93d-bb5b-42a2-b3f6-1f5cd11b31a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17655 | 2024.08.15 05:41:46.416488 [ 3 ] {} <Debug> HTTP-Session: ebb2e93d-bb5b-42a2-b3f6-1f5cd11b31a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17656 | 2024.08.15 05:41:46.416502 [ 3 ] {} <Debug> HTTP-Session: ebb2e93d-bb5b-42a2-b3f6-1f5cd11b31a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17657 | 2024.08.15 05:41:46.416535 [ 3 ] {} <Trace> HTTP-Session: ebb2e93d-bb5b-42a2-b3f6-1f5cd11b31a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17658 | 2024.08.15 05:41:46.416685 [ 3 ] {1cd1c36f-7603-46df-acab-41b113ffca28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17659 | 2024.08.15 05:41:46.416730 [ 3 ] {1cd1c36f-7603-46df-acab-41b113ffca28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17660 | 2024.08.15 05:41:46.416877 [ 3 ] {1cd1c36f-7603-46df-acab-41b113ffca28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17661 | 2024.08.15 05:41:46.417320 [ 3 ] {1cd1c36f-7603-46df-acab-41b113ffca28} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17662 | 2024.08.15 05:41:46.417356 [ 3 ] {1cd1c36f-7603-46df-acab-41b113ffca28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17663 | 2024.08.15 05:41:46.417688 [ 3 ] {1cd1c36f-7603-46df-acab-41b113ffca28} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
17664 | 2024.08.15 05:41:46.417989 [ 3 ] {1cd1c36f-7603-46df-acab-41b113ffca28} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17665 | 2024.08.15 05:41:46.418115 [ 3 ] {1cd1c36f-7603-46df-acab-41b113ffca28} <Debug> executeQuery: Read 201 rows, 18.00 KiB in 0.0015 sec., 134000 rows/sec., 11.72 MiB/sec. | ||
17666 | 2024.08.15 05:41:46.418280 [ 3 ] {1cd1c36f-7603-46df-acab-41b113ffca28} <Debug> DynamicQueryHandler: Done processing query | ||
17667 | 2024.08.15 05:41:46.418304 [ 3 ] {1cd1c36f-7603-46df-acab-41b113ffca28} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
17668 | 2024.08.15 05:41:46.418319 [ 3 ] {} <Debug> HTTP-Session: ebb2e93d-bb5b-42a2-b3f6-1f5cd11b31a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17669 | 2024.08.15 05:41:46.418454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17670 | 2024.08.15 05:41:46.418502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17671 | 2024.08.15 05:41:46.418521 [ 3 ] {} <Debug> HTTP-Session: bf6e57ef-1aa4-407f-bdf8-c6b9b76ce8ce Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17672 | 2024.08.15 05:41:46.418537 [ 3 ] {} <Debug> HTTP-Session: bf6e57ef-1aa4-407f-bdf8-c6b9b76ce8ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17673 | 2024.08.15 05:41:46.418551 [ 3 ] {} <Debug> HTTP-Session: bf6e57ef-1aa4-407f-bdf8-c6b9b76ce8ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17674 | 2024.08.15 05:41:46.418582 [ 3 ] {} <Trace> HTTP-Session: bf6e57ef-1aa4-407f-bdf8-c6b9b76ce8ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17675 | 2024.08.15 05:41:46.418679 [ 3 ] {60ccff6c-5dd1-494a-a80b-c5dbf582d5e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
17676 | 2024.08.15 05:41:46.418721 [ 3 ] {60ccff6c-5dd1-494a-a80b-c5dbf582d5e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
17677 | 2024.08.15 05:41:46.418845 [ 3 ] {60ccff6c-5dd1-494a-a80b-c5dbf582d5e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17678 | 2024.08.15 05:41:46.419146 [ 3 ] {60ccff6c-5dd1-494a-a80b-c5dbf582d5e7} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17679 | 2024.08.15 05:41:46.419181 [ 3 ] {60ccff6c-5dd1-494a-a80b-c5dbf582d5e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17680 | 2024.08.15 05:41:46.419485 [ 3 ] {60ccff6c-5dd1-494a-a80b-c5dbf582d5e7} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
17681 | 2024.08.15 05:41:46.419808 [ 3 ] {60ccff6c-5dd1-494a-a80b-c5dbf582d5e7} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17682 | 2024.08.15 05:41:46.419932 [ 3 ] {60ccff6c-5dd1-494a-a80b-c5dbf582d5e7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001279 sec., 10946.0516028147 rows/sec., 766.59 KiB/sec. | ||
17683 | 2024.08.15 05:41:46.420083 [ 3 ] {60ccff6c-5dd1-494a-a80b-c5dbf582d5e7} <Debug> DynamicQueryHandler: Done processing query | ||
17684 | 2024.08.15 05:41:46.420108 [ 3 ] {60ccff6c-5dd1-494a-a80b-c5dbf582d5e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17685 | 2024.08.15 05:41:46.420124 [ 3 ] {} <Debug> HTTP-Session: bf6e57ef-1aa4-407f-bdf8-c6b9b76ce8ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17686 | 2024.08.15 05:41:46.420239 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17687 | 2024.08.15 05:41:46.420286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17688 | 2024.08.15 05:41:46.420305 [ 3 ] {} <Debug> HTTP-Session: 6e1f00cb-f132-4b7e-963c-1ece9c12cba5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17689 | 2024.08.15 05:41:46.420321 [ 3 ] {} <Debug> HTTP-Session: 6e1f00cb-f132-4b7e-963c-1ece9c12cba5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17690 | 2024.08.15 05:41:46.420334 [ 3 ] {} <Debug> HTTP-Session: 6e1f00cb-f132-4b7e-963c-1ece9c12cba5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17691 | 2024.08.15 05:41:46.420364 [ 3 ] {} <Trace> HTTP-Session: 6e1f00cb-f132-4b7e-963c-1ece9c12cba5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17692 | 2024.08.15 05:41:46.420457 [ 3 ] {84756b49-0584-4228-9ce6-4205fa35dbc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
17693 | 2024.08.15 05:41:46.420498 [ 3 ] {84756b49-0584-4228-9ce6-4205fa35dbc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
17694 | 2024.08.15 05:41:46.420621 [ 3 ] {84756b49-0584-4228-9ce6-4205fa35dbc1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17695 | 2024.08.15 05:41:46.420887 [ 3 ] {84756b49-0584-4228-9ce6-4205fa35dbc1} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17696 | 2024.08.15 05:41:46.420921 [ 3 ] {84756b49-0584-4228-9ce6-4205fa35dbc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17697 | 2024.08.15 05:41:46.421218 [ 3 ] {84756b49-0584-4228-9ce6-4205fa35dbc1} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
17698 | 2024.08.15 05:41:46.421525 [ 3 ] {84756b49-0584-4228-9ce6-4205fa35dbc1} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17699 | 2024.08.15 05:41:46.421648 [ 3 ] {84756b49-0584-4228-9ce6-4205fa35dbc1} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001216 sec., 4934.210526315789 rows/sec., 291.52 KiB/sec. | ||
17700 | 2024.08.15 05:41:46.421806 [ 3 ] {84756b49-0584-4228-9ce6-4205fa35dbc1} <Debug> DynamicQueryHandler: Done processing query | ||
17701 | 2024.08.15 05:41:46.421830 [ 3 ] {84756b49-0584-4228-9ce6-4205fa35dbc1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17702 | 2024.08.15 05:41:46.421845 [ 3 ] {} <Debug> HTTP-Session: 6e1f00cb-f132-4b7e-963c-1ece9c12cba5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17703 | 2024.08.15 05:41:46.422018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 62444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17704 | 2024.08.15 05:41:46.422066 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17705 | 2024.08.15 05:41:46.422085 [ 3 ] {} <Debug> HTTP-Session: 35b424e9-9159-45bf-9940-c353942b95c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17706 | 2024.08.15 05:41:46.422101 [ 3 ] {} <Debug> HTTP-Session: 35b424e9-9159-45bf-9940-c353942b95c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17707 | 2024.08.15 05:41:46.422115 [ 3 ] {} <Debug> HTTP-Session: 35b424e9-9159-45bf-9940-c353942b95c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17708 | 2024.08.15 05:41:46.422144 [ 3 ] {} <Trace> HTTP-Session: 35b424e9-9159-45bf-9940-c353942b95c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17709 | 2024.08.15 05:41:46.422341 [ 3 ] {8c075e77-a349-490c-9775-859612bd730c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17710 | 2024.08.15 05:41:46.422384 [ 3 ] {8c075e77-a349-490c-9775-859612bd730c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17711 | 2024.08.15 05:41:46.422506 [ 3 ] {8c075e77-a349-490c-9775-859612bd730c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17712 | 2024.08.15 05:41:46.422978 [ 3 ] {8c075e77-a349-490c-9775-859612bd730c} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17713 | 2024.08.15 05:41:46.423013 [ 3 ] {8c075e77-a349-490c-9775-859612bd730c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17714 | 2024.08.15 05:41:46.423332 [ 3 ] {8c075e77-a349-490c-9775-859612bd730c} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
17715 | 2024.08.15 05:41:46.423628 [ 3 ] {8c075e77-a349-490c-9775-859612bd730c} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17716 | 2024.08.15 05:41:46.423749 [ 3 ] {8c075e77-a349-490c-9775-859612bd730c} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.001515 sec., 254785.4785478548 rows/sec., 18.05 MiB/sec. | ||
17717 | 2024.08.15 05:41:46.423923 [ 3 ] {8c075e77-a349-490c-9775-859612bd730c} <Debug> DynamicQueryHandler: Done processing query | ||
17718 | 2024.08.15 05:41:46.423959 [ 3 ] {8c075e77-a349-490c-9775-859612bd730c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
17719 | 2024.08.15 05:41:46.423990 [ 3 ] {} <Debug> HTTP-Session: 35b424e9-9159-45bf-9940-c353942b95c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17720 | 2024.08.15 05:41:46.424146 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17721 | 2024.08.15 05:41:46.424193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17722 | 2024.08.15 05:41:46.424211 [ 3 ] {} <Debug> HTTP-Session: 3d124080-cf99-4293-9457-1aa18ce11dd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17723 | 2024.08.15 05:41:46.424228 [ 3 ] {} <Debug> HTTP-Session: 3d124080-cf99-4293-9457-1aa18ce11dd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17724 | 2024.08.15 05:41:46.424242 [ 3 ] {} <Debug> HTTP-Session: 3d124080-cf99-4293-9457-1aa18ce11dd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17725 | 2024.08.15 05:41:46.424273 [ 3 ] {} <Trace> HTTP-Session: 3d124080-cf99-4293-9457-1aa18ce11dd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17726 | 2024.08.15 05:41:46.424368 [ 3 ] {1f3bc729-6c70-4d0b-84e7-7921f5877231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
17727 | 2024.08.15 05:41:46.424412 [ 3 ] {1f3bc729-6c70-4d0b-84e7-7921f5877231} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
17728 | 2024.08.15 05:41:46.424540 [ 3 ] {1f3bc729-6c70-4d0b-84e7-7921f5877231} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17729 | 2024.08.15 05:41:46.424789 [ 3 ] {1f3bc729-6c70-4d0b-84e7-7921f5877231} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17730 | 2024.08.15 05:41:46.424824 [ 3 ] {1f3bc729-6c70-4d0b-84e7-7921f5877231} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17731 | 2024.08.15 05:41:46.425170 [ 3 ] {1f3bc729-6c70-4d0b-84e7-7921f5877231} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
17732 | 2024.08.15 05:41:46.425512 [ 3 ] {1f3bc729-6c70-4d0b-84e7-7921f5877231} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17733 | 2024.08.15 05:41:46.425639 [ 3 ] {1f3bc729-6c70-4d0b-84e7-7921f5877231} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001295 sec., 4633.204633204634 rows/sec., 242.07 KiB/sec. | ||
17734 | 2024.08.15 05:41:46.425886 [ 3 ] {1f3bc729-6c70-4d0b-84e7-7921f5877231} <Debug> DynamicQueryHandler: Done processing query | ||
17735 | 2024.08.15 05:41:46.425932 [ 3 ] {1f3bc729-6c70-4d0b-84e7-7921f5877231} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17736 | 2024.08.15 05:41:46.425968 [ 3 ] {} <Debug> HTTP-Session: 3d124080-cf99-4293-9457-1aa18ce11dd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17737 | 2024.08.15 05:41:46.426133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 44608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17738 | 2024.08.15 05:41:46.426182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17739 | 2024.08.15 05:41:46.426200 [ 3 ] {} <Debug> HTTP-Session: cb48b56d-8854-4b56-950c-d155bff00508 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17740 | 2024.08.15 05:41:46.426217 [ 3 ] {} <Debug> HTTP-Session: cb48b56d-8854-4b56-950c-d155bff00508 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17741 | 2024.08.15 05:41:46.426231 [ 3 ] {} <Debug> HTTP-Session: cb48b56d-8854-4b56-950c-d155bff00508 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17742 | 2024.08.15 05:41:46.426261 [ 3 ] {} <Trace> HTTP-Session: cb48b56d-8854-4b56-950c-d155bff00508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17743 | 2024.08.15 05:41:46.426425 [ 3 ] {206bf1bd-0cfc-439a-8bd2-dc6e2d9b7510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17744 | 2024.08.15 05:41:46.426472 [ 3 ] {206bf1bd-0cfc-439a-8bd2-dc6e2d9b7510} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17745 | 2024.08.15 05:41:46.426630 [ 3 ] {206bf1bd-0cfc-439a-8bd2-dc6e2d9b7510} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17746 | 2024.08.15 05:41:46.427052 [ 3 ] {206bf1bd-0cfc-439a-8bd2-dc6e2d9b7510} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17747 | 2024.08.15 05:41:46.427087 [ 3 ] {206bf1bd-0cfc-439a-8bd2-dc6e2d9b7510} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17748 | 2024.08.15 05:41:46.427462 [ 3 ] {206bf1bd-0cfc-439a-8bd2-dc6e2d9b7510} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
17749 | 2024.08.15 05:41:46.427794 [ 3 ] {206bf1bd-0cfc-439a-8bd2-dc6e2d9b7510} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17750 | 2024.08.15 05:41:46.427920 [ 3 ] {206bf1bd-0cfc-439a-8bd2-dc6e2d9b7510} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001581 sec., 149905.12333965846 rows/sec., 10.05 MiB/sec. | ||
17751 | 2024.08.15 05:41:46.428073 [ 3 ] {206bf1bd-0cfc-439a-8bd2-dc6e2d9b7510} <Debug> DynamicQueryHandler: Done processing query | ||
17752 | 2024.08.15 05:41:46.428097 [ 3 ] {206bf1bd-0cfc-439a-8bd2-dc6e2d9b7510} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
17753 | 2024.08.15 05:41:46.428113 [ 3 ] {} <Debug> HTTP-Session: cb48b56d-8854-4b56-950c-d155bff00508 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17754 | 2024.08.15 05:41:46.428286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17755 | 2024.08.15 05:41:46.428333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17756 | 2024.08.15 05:41:46.428351 [ 3 ] {} <Debug> HTTP-Session: 51ce9c19-1e4b-434a-a880-df6421fe42f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17757 | 2024.08.15 05:41:46.428367 [ 3 ] {} <Debug> HTTP-Session: 51ce9c19-1e4b-434a-a880-df6421fe42f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17758 | 2024.08.15 05:41:46.428381 [ 3 ] {} <Debug> HTTP-Session: 51ce9c19-1e4b-434a-a880-df6421fe42f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17759 | 2024.08.15 05:41:46.428412 [ 3 ] {} <Trace> HTTP-Session: 51ce9c19-1e4b-434a-a880-df6421fe42f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17760 | 2024.08.15 05:41:46.428509 [ 3 ] {565220cb-f9b4-444b-9077-a96d89a5be84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
17761 | 2024.08.15 05:41:46.428554 [ 3 ] {565220cb-f9b4-444b-9077-a96d89a5be84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
17762 | 2024.08.15 05:41:46.428678 [ 3 ] {565220cb-f9b4-444b-9077-a96d89a5be84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17763 | 2024.08.15 05:41:46.428929 [ 3 ] {565220cb-f9b4-444b-9077-a96d89a5be84} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17764 | 2024.08.15 05:41:46.428964 [ 3 ] {565220cb-f9b4-444b-9077-a96d89a5be84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17765 | 2024.08.15 05:41:46.429298 [ 3 ] {565220cb-f9b4-444b-9077-a96d89a5be84} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
17766 | 2024.08.15 05:41:46.429611 [ 3 ] {565220cb-f9b4-444b-9077-a96d89a5be84} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17767 | 2024.08.15 05:41:46.429737 [ 3 ] {565220cb-f9b4-444b-9077-a96d89a5be84} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00125 sec., 800 rows/sec., 53.91 KiB/sec. | ||
17768 | 2024.08.15 05:41:46.429949 [ 3 ] {565220cb-f9b4-444b-9077-a96d89a5be84} <Debug> DynamicQueryHandler: Done processing query | ||
17769 | 2024.08.15 05:41:46.429976 [ 3 ] {565220cb-f9b4-444b-9077-a96d89a5be84} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
17770 | 2024.08.15 05:41:46.429992 [ 3 ] {} <Debug> HTTP-Session: 51ce9c19-1e4b-434a-a880-df6421fe42f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17771 | 2024.08.15 05:41:46.430103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17772 | 2024.08.15 05:41:46.430151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17773 | 2024.08.15 05:41:46.430169 [ 3 ] {} <Debug> HTTP-Session: a4df8882-97ba-48bc-80b9-d2e9b6d99dba Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17774 | 2024.08.15 05:41:46.430185 [ 3 ] {} <Debug> HTTP-Session: a4df8882-97ba-48bc-80b9-d2e9b6d99dba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17775 | 2024.08.15 05:41:46.430198 [ 3 ] {} <Debug> HTTP-Session: a4df8882-97ba-48bc-80b9-d2e9b6d99dba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17776 | 2024.08.15 05:41:46.430228 [ 3 ] {} <Trace> HTTP-Session: a4df8882-97ba-48bc-80b9-d2e9b6d99dba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17777 | 2024.08.15 05:41:46.430360 [ 3 ] {519fab28-efa4-4af4-9c70-0e5c3514a9ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
17778 | 2024.08.15 05:41:46.430423 [ 3 ] {519fab28-efa4-4af4-9c70-0e5c3514a9ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
17779 | 2024.08.15 05:41:46.430832 [ 3 ] {519fab28-efa4-4af4-9c70-0e5c3514a9ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17780 | 2024.08.15 05:41:46.431251 [ 3 ] {519fab28-efa4-4af4-9c70-0e5c3514a9ae} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17781 | 2024.08.15 05:41:46.431286 [ 3 ] {519fab28-efa4-4af4-9c70-0e5c3514a9ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17782 | 2024.08.15 05:41:46.432896 [ 3 ] {519fab28-efa4-4af4-9c70-0e5c3514a9ae} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
17783 | 2024.08.15 05:41:46.433286 [ 3 ] {519fab28-efa4-4af4-9c70-0e5c3514a9ae} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17784 | 2024.08.15 05:41:46.433495 [ 3 ] {519fab28-efa4-4af4-9c70-0e5c3514a9ae} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.003196 sec., 1251.5644555694619 rows/sec., 2.24 MiB/sec. | ||
17785 | 2024.08.15 05:41:46.433696 [ 3 ] {519fab28-efa4-4af4-9c70-0e5c3514a9ae} <Debug> DynamicQueryHandler: Done processing query | ||
17786 | 2024.08.15 05:41:46.433720 [ 3 ] {519fab28-efa4-4af4-9c70-0e5c3514a9ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
17787 | 2024.08.15 05:41:46.433735 [ 3 ] {} <Debug> HTTP-Session: a4df8882-97ba-48bc-80b9-d2e9b6d99dba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17788 | 2024.08.15 05:41:46.433858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 12138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17789 | 2024.08.15 05:41:46.433905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17790 | 2024.08.15 05:41:46.433923 [ 3 ] {} <Debug> HTTP-Session: a129630a-5747-4458-8c54-4e70438fea56 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17791 | 2024.08.15 05:41:46.433940 [ 3 ] {} <Debug> HTTP-Session: a129630a-5747-4458-8c54-4e70438fea56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17792 | 2024.08.15 05:41:46.433953 [ 3 ] {} <Debug> HTTP-Session: a129630a-5747-4458-8c54-4e70438fea56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17793 | 2024.08.15 05:41:46.433984 [ 3 ] {} <Trace> HTTP-Session: a129630a-5747-4458-8c54-4e70438fea56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17794 | 2024.08.15 05:41:46.434107 [ 3 ] {4d804ca7-3ed7-43dc-8c80-9c3e3ed9fea8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17795 | 2024.08.15 05:41:46.434151 [ 3 ] {4d804ca7-3ed7-43dc-8c80-9c3e3ed9fea8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17796 | 2024.08.15 05:41:46.434275 [ 3 ] {4d804ca7-3ed7-43dc-8c80-9c3e3ed9fea8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17797 | 2024.08.15 05:41:46.434567 [ 3 ] {4d804ca7-3ed7-43dc-8c80-9c3e3ed9fea8} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17798 | 2024.08.15 05:41:46.434602 [ 3 ] {4d804ca7-3ed7-43dc-8c80-9c3e3ed9fea8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17799 | 2024.08.15 05:41:46.434964 [ 3 ] {4d804ca7-3ed7-43dc-8c80-9c3e3ed9fea8} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
17800 | 2024.08.15 05:41:46.435280 [ 3 ] {4d804ca7-3ed7-43dc-8c80-9c3e3ed9fea8} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17801 | 2024.08.15 05:41:46.435407 [ 3 ] {4d804ca7-3ed7-43dc-8c80-9c3e3ed9fea8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001352 sec., 60650.8875739645 rows/sec., 3.85 MiB/sec. | ||
17802 | 2024.08.15 05:41:46.435572 [ 3 ] {4d804ca7-3ed7-43dc-8c80-9c3e3ed9fea8} <Debug> DynamicQueryHandler: Done processing query | ||
17803 | 2024.08.15 05:41:46.435597 [ 3 ] {4d804ca7-3ed7-43dc-8c80-9c3e3ed9fea8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17804 | 2024.08.15 05:41:46.435613 [ 3 ] {} <Debug> HTTP-Session: a129630a-5747-4458-8c54-4e70438fea56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17805 | 2024.08.15 05:41:50.239012 [ 92 ] {} <Debug> DNSResolver: Updating DNS cache | ||
17806 | 2024.08.15 05:41:50.239111 [ 92 ] {} <Debug> DNSResolver: Updated DNS cache | ||
17807 | 2024.08.15 05:41:51.412578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17808 | 2024.08.15 05:41:51.412747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17809 | 2024.08.15 05:41:51.412791 [ 3 ] {} <Debug> HTTP-Session: 1e2cd431-5762-4d0c-8791-9bb14a29b982 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17810 | 2024.08.15 05:41:51.412834 [ 3 ] {} <Debug> HTTP-Session: 1e2cd431-5762-4d0c-8791-9bb14a29b982 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17811 | 2024.08.15 05:41:51.412863 [ 3 ] {} <Debug> HTTP-Session: 1e2cd431-5762-4d0c-8791-9bb14a29b982 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17812 | 2024.08.15 05:41:51.412945 [ 3 ] {} <Trace> HTTP-Session: 1e2cd431-5762-4d0c-8791-9bb14a29b982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17813 | 2024.08.15 05:41:51.413255 [ 3 ] {4524efc6-9f3b-4cde-8af7-4d5dd2f6c91d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
17814 | 2024.08.15 05:41:51.413361 [ 3 ] {4524efc6-9f3b-4cde-8af7-4d5dd2f6c91d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
17815 | 2024.08.15 05:41:51.413561 [ 3 ] {4524efc6-9f3b-4cde-8af7-4d5dd2f6c91d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17816 | 2024.08.15 05:41:51.414065 [ 3 ] {4524efc6-9f3b-4cde-8af7-4d5dd2f6c91d} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17817 | 2024.08.15 05:41:51.414114 [ 3 ] {4524efc6-9f3b-4cde-8af7-4d5dd2f6c91d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17818 | 2024.08.15 05:41:51.414488 [ 3 ] {4524efc6-9f3b-4cde-8af7-4d5dd2f6c91d} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
17819 | 2024.08.15 05:41:51.414840 [ 3 ] {4524efc6-9f3b-4cde-8af7-4d5dd2f6c91d} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17820 | 2024.08.15 05:41:51.414996 [ 3 ] {4524efc6-9f3b-4cde-8af7-4d5dd2f6c91d} <Debug> executeQuery: Read 46 rows, 3.73 KiB in 0.001851 sec., 24851.43165856294 rows/sec., 1.97 MiB/sec. | ||
17821 | 2024.08.15 05:41:51.415020 [ 91 ] {} <Debug> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
17822 | 2024.08.15 05:41:51.415078 [ 91 ] {} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17823 | 2024.08.15 05:41:51.415117 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17824 | 2024.08.15 05:41:51.415254 [ 3 ] {4524efc6-9f3b-4cde-8af7-4d5dd2f6c91d} <Debug> DynamicQueryHandler: Done processing query | ||
17825 | 2024.08.15 05:41:51.415275 [ 189 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::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 | ||
17826 | 2024.08.15 05:41:51.415287 [ 3 ] {4524efc6-9f3b-4cde-8af7-4d5dd2f6c91d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17827 | 2024.08.15 05:41:51.415372 [ 3 ] {} <Debug> HTTP-Session: 1e2cd431-5762-4d0c-8791-9bb14a29b982 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17828 | 2024.08.15 05:41:51.415499 [ 189 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17829 | 2024.08.15 05:41:51.415562 [ 189 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 50 rows starting from the beginning of the part | ||
17830 | 2024.08.15 05:41:51.415572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17831 | 2024.08.15 05:41:51.415719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17832 | 2024.08.15 05:41:51.415759 [ 189 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 46 rows starting from the beginning of the part | ||
17833 | 2024.08.15 05:41:51.415780 [ 3 ] {} <Debug> HTTP-Session: 826f3cd0-b883-454e-9cce-de697a86bc79 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17834 | 2024.08.15 05:41:51.415852 [ 3 ] {} <Debug> HTTP-Session: 826f3cd0-b883-454e-9cce-de697a86bc79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17835 | 2024.08.15 05:41:51.415933 [ 3 ] {} <Debug> HTTP-Session: 826f3cd0-b883-454e-9cce-de697a86bc79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17836 | 2024.08.15 05:41:51.416062 [ 189 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 4 rows starting from the beginning of the part | ||
17837 | 2024.08.15 05:41:51.416083 [ 3 ] {} <Trace> HTTP-Session: 826f3cd0-b883-454e-9cce-de697a86bc79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17838 | 2024.08.15 05:41:51.416367 [ 189 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 46 rows starting from the beginning of the part | ||
17839 | 2024.08.15 05:41:51.416527 [ 3 ] {a655f3d8-6692-4256-9b0f-9e639332aedf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
17840 | 2024.08.15 05:41:51.416693 [ 3 ] {a655f3d8-6692-4256-9b0f-9e639332aedf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
17841 | 2024.08.15 05:41:51.416756 [ 189 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 4 rows starting from the beginning of the part | ||
17842 | 2024.08.15 05:41:51.417060 [ 189 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 46 rows starting from the beginning of the part | ||
17843 | 2024.08.15 05:41:51.417661 [ 3 ] {a655f3d8-6692-4256-9b0f-9e639332aedf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17844 | 2024.08.15 05:41:51.418348 [ 3 ] {a655f3d8-6692-4256-9b0f-9e639332aedf} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17845 | 2024.08.15 05:41:51.418405 [ 3 ] {a655f3d8-6692-4256-9b0f-9e639332aedf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17846 | 2024.08.15 05:41:51.419260 [ 3 ] {a655f3d8-6692-4256-9b0f-9e639332aedf} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
17847 | 2024.08.15 05:41:51.419997 [ 200 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 4 columns (4 merged, 0 gathered) in 0.004784592 sec., 40964.830439042664 rows/sec., 3.24 MiB/sec. | ||
17848 | 2024.08.15 05:41:51.420126 [ 3 ] {a655f3d8-6692-4256-9b0f-9e639332aedf} <Trace> oximeter.fields_ipaddr (2c296d90-e646-499d-8f8f-dc2cee9e0339): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17849 | 2024.08.15 05:41:51.420254 [ 200 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
17850 | 2024.08.15 05:41:51.420429 [ 3 ] {a655f3d8-6692-4256-9b0f-9e639332aedf} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004067 sec., 491.76297024834025 rows/sec., 40.10 KiB/sec. | ||
17851 | 2024.08.15 05:41:51.421023 [ 3 ] {a655f3d8-6692-4256-9b0f-9e639332aedf} <Debug> DynamicQueryHandler: Done processing query | ||
17852 | 2024.08.15 05:41:51.421132 [ 3 ] {a655f3d8-6692-4256-9b0f-9e639332aedf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17853 | 2024.08.15 05:41:51.421215 [ 3 ] {} <Debug> HTTP-Session: 826f3cd0-b883-454e-9cce-de697a86bc79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17854 | 2024.08.15 05:41:51.421535 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 28850, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17855 | 2024.08.15 05:41:51.421619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17856 | 2024.08.15 05:41:51.421655 [ 3 ] {} <Debug> HTTP-Session: 43287b88-33a8-4a87-8f5a-62468ef8e843 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17857 | 2024.08.15 05:41:51.421685 [ 3 ] {} <Debug> HTTP-Session: 43287b88-33a8-4a87-8f5a-62468ef8e843 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17858 | 2024.08.15 05:41:51.421720 [ 3 ] {} <Debug> HTTP-Session: 43287b88-33a8-4a87-8f5a-62468ef8e843 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17859 | 2024.08.15 05:41:51.421769 [ 200 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_81_16} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17860 | 2024.08.15 05:41:51.421789 [ 3 ] {} <Trace> HTTP-Session: 43287b88-33a8-4a87-8f5a-62468ef8e843 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17861 | 2024.08.15 05:41:51.421937 [ 200 ] {77ecdfaf-a1bf-4c14-82d5-d81d31f6887f::all_1_81_16} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
17862 | 2024.08.15 05:41:51.422117 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
17863 | 2024.08.15 05:41:51.422117 [ 3 ] {4977ac84-c3f6-4ee6-b357-259f3e3d66ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17864 | 2024.08.15 05:41:51.422195 [ 3 ] {4977ac84-c3f6-4ee6-b357-259f3e3d66ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17865 | 2024.08.15 05:41:51.422337 [ 3 ] {4977ac84-c3f6-4ee6-b357-259f3e3d66ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17866 | 2024.08.15 05:41:51.422789 [ 3 ] {4977ac84-c3f6-4ee6-b357-259f3e3d66ef} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17867 | 2024.08.15 05:41:51.422827 [ 3 ] {4977ac84-c3f6-4ee6-b357-259f3e3d66ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17868 | 2024.08.15 05:41:51.423178 [ 3 ] {4977ac84-c3f6-4ee6-b357-259f3e3d66ef} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
17869 | 2024.08.15 05:41:51.423491 [ 3 ] {4977ac84-c3f6-4ee6-b357-259f3e3d66ef} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17870 | 2024.08.15 05:41:51.423626 [ 3 ] {4977ac84-c3f6-4ee6-b357-259f3e3d66ef} <Debug> executeQuery: Read 195 rows, 17.00 KiB in 0.001653 sec., 117967.33212341198 rows/sec., 10.05 MiB/sec. | ||
17871 | 2024.08.15 05:41:51.423631 [ 91 ] {} <Debug> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
17872 | 2024.08.15 05:41:51.423690 [ 91 ] {} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17873 | 2024.08.15 05:41:51.423726 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17874 | 2024.08.15 05:41:51.423851 [ 3 ] {4977ac84-c3f6-4ee6-b357-259f3e3d66ef} <Debug> DynamicQueryHandler: Done processing query | ||
17875 | 2024.08.15 05:41:51.423898 [ 3 ] {4977ac84-c3f6-4ee6-b357-259f3e3d66ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
17876 | 2024.08.15 05:41:51.423917 [ 194 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
17877 | 2024.08.15 05:41:51.423931 [ 3 ] {} <Debug> HTTP-Session: 43287b88-33a8-4a87-8f5a-62468ef8e843 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17878 | 2024.08.15 05:41:51.424180 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17879 | 2024.08.15 05:41:51.424188 [ 194 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17880 | 2024.08.15 05:41:51.424268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17881 | 2024.08.15 05:41:51.424271 [ 194 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1493 rows starting from the beginning of the part | ||
17882 | 2024.08.15 05:41:51.424310 [ 3 ] {} <Debug> HTTP-Session: 781b2912-daff-472a-bd7b-81f06b9069c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17883 | 2024.08.15 05:41:51.424353 [ 3 ] {} <Debug> HTTP-Session: 781b2912-daff-472a-bd7b-81f06b9069c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17884 | 2024.08.15 05:41:51.424410 [ 3 ] {} <Debug> HTTP-Session: 781b2912-daff-472a-bd7b-81f06b9069c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17885 | 2024.08.15 05:41:51.424525 [ 194 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 195 rows starting from the beginning of the part | ||
17886 | 2024.08.15 05:41:51.424577 [ 3 ] {} <Trace> HTTP-Session: 781b2912-daff-472a-bd7b-81f06b9069c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17887 | 2024.08.15 05:41:51.424751 [ 194 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 201 rows starting from the beginning of the part | ||
17888 | 2024.08.15 05:41:51.424951 [ 3 ] {0b8a0404-750f-4def-9da4-fabae6bf0703} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
17889 | 2024.08.15 05:41:51.424998 [ 194 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 194 rows starting from the beginning of the part | ||
17890 | 2024.08.15 05:41:51.425138 [ 3 ] {0b8a0404-750f-4def-9da4-fabae6bf0703} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17891 | 2024.08.15 05:41:51.425257 [ 194 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 201 rows starting from the beginning of the part | ||
17892 | 2024.08.15 05:41:51.425698 [ 194 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 195 rows starting from the beginning of the part | ||
17893 | 2024.08.15 05:41:51.425837 [ 3 ] {0b8a0404-750f-4def-9da4-fabae6bf0703} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17894 | 2024.08.15 05:41:51.426757 [ 3 ] {0b8a0404-750f-4def-9da4-fabae6bf0703} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17895 | 2024.08.15 05:41:51.426820 [ 3 ] {0b8a0404-750f-4def-9da4-fabae6bf0703} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17896 | 2024.08.15 05:41:51.427510 [ 3 ] {0b8a0404-750f-4def-9da4-fabae6bf0703} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
17897 | 2024.08.15 05:41:51.428312 [ 3 ] {0b8a0404-750f-4def-9da4-fabae6bf0703} <Trace> oximeter.fields_u16 (1ae56688-fc79-48f0-ad60-625561b6d1ab): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17898 | 2024.08.15 05:41:51.428496 [ 3 ] {0b8a0404-750f-4def-9da4-fabae6bf0703} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003702 sec., 540.2485143165857 rows/sec., 37.72 KiB/sec. | ||
17899 | 2024.08.15 05:41:51.429189 [ 3 ] {0b8a0404-750f-4def-9da4-fabae6bf0703} <Debug> DynamicQueryHandler: Done processing query | ||
17900 | 2024.08.15 05:41:51.429300 [ 3 ] {0b8a0404-750f-4def-9da4-fabae6bf0703} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17901 | 2024.08.15 05:41:51.429353 [ 194 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2479 rows, containing 4 columns (4 merged, 0 gathered) in 0.005592419 sec., 443278.6599144306 rows/sec., 37.55 MiB/sec. | ||
17902 | 2024.08.15 05:41:51.429367 [ 3 ] {} <Debug> HTTP-Session: 781b2912-daff-472a-bd7b-81f06b9069c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17903 | 2024.08.15 05:41:51.429724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 19012, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17904 | 2024.08.15 05:41:51.429769 [ 194 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
17905 | 2024.08.15 05:41:51.429795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17906 | 2024.08.15 05:41:51.429856 [ 3 ] {} <Debug> HTTP-Session: 27d3a823-9288-43ab-aa84-964be9c7e791 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17907 | 2024.08.15 05:41:51.429888 [ 3 ] {} <Debug> HTTP-Session: 27d3a823-9288-43ab-aa84-964be9c7e791 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17908 | 2024.08.15 05:41:51.429905 [ 3 ] {} <Debug> HTTP-Session: 27d3a823-9288-43ab-aa84-964be9c7e791 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17909 | 2024.08.15 05:41:51.429976 [ 3 ] {} <Trace> HTTP-Session: 27d3a823-9288-43ab-aa84-964be9c7e791 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17910 | 2024.08.15 05:41:51.430291 [ 3 ] {72db8439-f3a2-41a9-8450-0cfa97f0c511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17911 | 2024.08.15 05:41:51.430365 [ 3 ] {72db8439-f3a2-41a9-8450-0cfa97f0c511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17912 | 2024.08.15 05:41:51.430536 [ 194 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_96_19} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17913 | 2024.08.15 05:41:51.430791 [ 3 ] {72db8439-f3a2-41a9-8450-0cfa97f0c511} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17914 | 2024.08.15 05:41:51.430792 [ 194 ] {d640b8a5-a56a-4195-8e7f-42e728b1d0c2::all_1_96_19} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
17915 | 2024.08.15 05:41:51.430975 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
17916 | 2024.08.15 05:41:51.431275 [ 3 ] {72db8439-f3a2-41a9-8450-0cfa97f0c511} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17917 | 2024.08.15 05:41:51.431319 [ 3 ] {72db8439-f3a2-41a9-8450-0cfa97f0c511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17918 | 2024.08.15 05:41:51.431652 [ 3 ] {72db8439-f3a2-41a9-8450-0cfa97f0c511} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
17919 | 2024.08.15 05:41:51.431972 [ 3 ] {72db8439-f3a2-41a9-8450-0cfa97f0c511} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17920 | 2024.08.15 05:41:51.432103 [ 3 ] {72db8439-f3a2-41a9-8450-0cfa97f0c511} <Debug> executeQuery: Read 112 rows, 8.96 KiB in 0.001929 sec., 58061.17159149819 rows/sec., 4.54 MiB/sec. | ||
17921 | 2024.08.15 05:41:51.432117 [ 91 ] {} <Debug> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
17922 | 2024.08.15 05:41:51.432174 [ 91 ] {} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17923 | 2024.08.15 05:41:51.432214 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17924 | 2024.08.15 05:41:51.432303 [ 3 ] {72db8439-f3a2-41a9-8450-0cfa97f0c511} <Debug> DynamicQueryHandler: Done processing query | ||
17925 | 2024.08.15 05:41:51.432323 [ 191 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
17926 | 2024.08.15 05:41:51.432332 [ 3 ] {72db8439-f3a2-41a9-8450-0cfa97f0c511} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
17927 | 2024.08.15 05:41:51.432368 [ 3 ] {} <Debug> HTTP-Session: 27d3a823-9288-43ab-aa84-964be9c7e791 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17928 | 2024.08.15 05:41:51.432451 [ 191 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17929 | 2024.08.15 05:41:51.432481 [ 191 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 946 rows starting from the beginning of the part | ||
17930 | 2024.08.15 05:41:51.432565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 30788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17931 | 2024.08.15 05:41:51.432580 [ 191 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 112 rows starting from the beginning of the part | ||
17932 | 2024.08.15 05:41:51.432669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17933 | 2024.08.15 05:41:51.432828 [ 3 ] {} <Debug> HTTP-Session: 304e47e4-119e-4043-9ef3-4e5dbebf1333 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17934 | 2024.08.15 05:41:51.432862 [ 191 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 386 rows starting from the beginning of the part | ||
17935 | 2024.08.15 05:41:51.432896 [ 3 ] {} <Debug> HTTP-Session: 304e47e4-119e-4043-9ef3-4e5dbebf1333 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17936 | 2024.08.15 05:41:51.432963 [ 3 ] {} <Debug> HTTP-Session: 304e47e4-119e-4043-9ef3-4e5dbebf1333 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17937 | 2024.08.15 05:41:51.433130 [ 3 ] {} <Trace> HTTP-Session: 304e47e4-119e-4043-9ef3-4e5dbebf1333 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17938 | 2024.08.15 05:41:51.433146 [ 191 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 110 rows starting from the beginning of the part | ||
17939 | 2024.08.15 05:41:51.433373 [ 191 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 386 rows starting from the beginning of the part | ||
17940 | 2024.08.15 05:41:51.433601 [ 3 ] {7cab9760-4414-4533-a3b4-651d97754feb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17941 | 2024.08.15 05:41:51.433636 [ 191 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 112 rows starting from the beginning of the part | ||
17942 | 2024.08.15 05:41:51.433708 [ 3 ] {7cab9760-4414-4533-a3b4-651d97754feb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17943 | 2024.08.15 05:41:51.434292 [ 3 ] {7cab9760-4414-4533-a3b4-651d97754feb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17944 | 2024.08.15 05:41:51.434902 [ 3 ] {7cab9760-4414-4533-a3b4-651d97754feb} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17945 | 2024.08.15 05:41:51.434946 [ 3 ] {7cab9760-4414-4533-a3b4-651d97754feb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17946 | 2024.08.15 05:41:51.435459 [ 3 ] {7cab9760-4414-4533-a3b4-651d97754feb} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
17947 | 2024.08.15 05:41:51.435670 [ 191 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2052 rows, containing 4 columns (4 merged, 0 gathered) in 0.003396422 sec., 604165.2067970352 rows/sec., 44.04 MiB/sec. | ||
17948 | 2024.08.15 05:41:51.435847 [ 191 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
17949 | 2024.08.15 05:41:51.435939 [ 3 ] {7cab9760-4414-4533-a3b4-651d97754feb} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17950 | 2024.08.15 05:41:51.436176 [ 91 ] {} <Debug> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
17951 | 2024.08.15 05:41:51.436205 [ 3 ] {7cab9760-4414-4533-a3b4-651d97754feb} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.002887 sec., 55767.23242119848 rows/sec., 3.88 MiB/sec. | ||
17952 | 2024.08.15 05:41:51.436235 [ 91 ] {} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17953 | 2024.08.15 05:41:51.436298 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17954 | 2024.08.15 05:41:51.436695 [ 191 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_96_19} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17955 | 2024.08.15 05:41:51.436724 [ 3 ] {7cab9760-4414-4533-a3b4-651d97754feb} <Debug> DynamicQueryHandler: Done processing query | ||
17956 | 2024.08.15 05:41:51.436747 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
17957 | 2024.08.15 05:41:51.436777 [ 3 ] {7cab9760-4414-4533-a3b4-651d97754feb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
17958 | 2024.08.15 05:41:51.436864 [ 3 ] {} <Debug> HTTP-Session: 304e47e4-119e-4043-9ef3-4e5dbebf1333 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17959 | 2024.08.15 05:41:51.436960 [ 191 ] {86013573-3e58-4ab5-bdf6-acf32dc24933::all_1_96_19} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
17960 | 2024.08.15 05:41:51.437139 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
17961 | 2024.08.15 05:41:51.437247 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 74517, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17962 | 2024.08.15 05:41:51.437265 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17963 | 2024.08.15 05:41:51.437347 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 27455 rows starting from the beginning of the part | ||
17964 | 2024.08.15 05:41:51.437349 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17965 | 2024.08.15 05:41:51.437407 [ 3 ] {} <Debug> HTTP-Session: 54e5eb3e-e80b-465b-b68f-bd4dd7b4ac64 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17966 | 2024.08.15 05:41:51.437464 [ 3 ] {} <Debug> HTTP-Session: 54e5eb3e-e80b-465b-b68f-bd4dd7b4ac64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17967 | 2024.08.15 05:41:51.437534 [ 3 ] {} <Debug> HTTP-Session: 54e5eb3e-e80b-465b-b68f-bd4dd7b4ac64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17968 | 2024.08.15 05:41:51.437626 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 161 rows starting from the beginning of the part | ||
17969 | 2024.08.15 05:41:51.437644 [ 3 ] {} <Trace> HTTP-Session: 54e5eb3e-e80b-465b-b68f-bd4dd7b4ac64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17970 | 2024.08.15 05:41:51.437923 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 237 rows starting from the beginning of the part | ||
17971 | 2024.08.15 05:41:51.438062 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 160 rows starting from the beginning of the part | ||
17972 | 2024.08.15 05:41:51.438319 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 237 rows starting from the beginning of the part | ||
17973 | 2024.08.15 05:41:51.438332 [ 3 ] {0414f52a-2b49-475e-9581-cd9c14495a04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
17974 | 2024.08.15 05:41:51.438679 [ 3 ] {0414f52a-2b49-475e-9581-cd9c14495a04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
17975 | 2024.08.15 05:41:51.438685 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 161 rows starting from the beginning of the part | ||
17976 | 2024.08.15 05:41:51.440467 [ 3 ] {0414f52a-2b49-475e-9581-cd9c14495a04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17977 | 2024.08.15 05:41:51.442315 [ 3 ] {0414f52a-2b49-475e-9581-cd9c14495a04} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17978 | 2024.08.15 05:41:51.442378 [ 3 ] {0414f52a-2b49-475e-9581-cd9c14495a04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17979 | 2024.08.15 05:41:51.443839 [ 3 ] {0414f52a-2b49-475e-9581-cd9c14495a04} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
17980 | 2024.08.15 05:41:51.444409 [ 3 ] {0414f52a-2b49-475e-9581-cd9c14495a04} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17981 | 2024.08.15 05:41:51.444596 [ 91 ] {} <Debug> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
17982 | 2024.08.15 05:41:51.444623 [ 3 ] {0414f52a-2b49-475e-9581-cd9c14495a04} <Debug> executeQuery: Read 46 rows, 84.41 KiB in 0.006747 sec., 6817.844968133985 rows/sec., 12.22 MiB/sec. | ||
17983 | 2024.08.15 05:41:51.444658 [ 91 ] {} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17984 | 2024.08.15 05:41:51.444759 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
17985 | 2024.08.15 05:41:51.445261 [ 190 ] {f74056ac-963a-4604-86a0-b4c0a6355317::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 | ||
17986 | 2024.08.15 05:41:51.445535 [ 3 ] {0414f52a-2b49-475e-9581-cd9c14495a04} <Debug> DynamicQueryHandler: Done processing query | ||
17987 | 2024.08.15 05:41:51.445628 [ 3 ] {0414f52a-2b49-475e-9581-cd9c14495a04} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
17988 | 2024.08.15 05:41:51.445712 [ 3 ] {} <Debug> HTTP-Session: 54e5eb3e-e80b-465b-b68f-bd4dd7b4ac64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17989 | 2024.08.15 05:41:51.445968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17990 | 2024.08.15 05:41:51.446122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17991 | 2024.08.15 05:41:51.446197 [ 3 ] {} <Debug> HTTP-Session: a9027a63-1e98-45ae-aa8a-5137b76676cc Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
17992 | 2024.08.15 05:41:51.446223 [ 190 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17993 | 2024.08.15 05:41:51.446234 [ 3 ] {} <Debug> HTTP-Session: a9027a63-1e98-45ae-aa8a-5137b76676cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17994 | 2024.08.15 05:41:51.446298 [ 3 ] {} <Debug> HTTP-Session: a9027a63-1e98-45ae-aa8a-5137b76676cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17995 | 2024.08.15 05:41:51.446387 [ 190 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1269 rows starting from the beginning of the part | ||
17996 | 2024.08.15 05:41:51.446461 [ 3 ] {} <Trace> HTTP-Session: a9027a63-1e98-45ae-aa8a-5137b76676cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17997 | 2024.08.15 05:41:51.447015 [ 3 ] {682454dd-2a91-4eaf-bbd5-9e3775f129f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17998 | 2024.08.15 05:41:51.447171 [ 3 ] {682454dd-2a91-4eaf-bbd5-9e3775f129f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17999 | 2024.08.15 05:41:51.447267 [ 190 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 46 rows starting from the beginning of the part | ||
18000 | 2024.08.15 05:41:51.448353 [ 3 ] {682454dd-2a91-4eaf-bbd5-9e3775f129f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18001 | 2024.08.15 05:41:51.448377 [ 190 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 4 rows starting from the beginning of the part | ||
18002 | 2024.08.15 05:41:51.449436 [ 190 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 46 rows starting from the beginning of the part | ||
18003 | 2024.08.15 05:41:51.450180 [ 3 ] {682454dd-2a91-4eaf-bbd5-9e3775f129f7} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18004 | 2024.08.15 05:41:51.450326 [ 3 ] {682454dd-2a91-4eaf-bbd5-9e3775f129f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
18005 | 2024.08.15 05:41:51.450694 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28411 rows, containing 5 columns (5 merged, 0 gathered) in 0.014239392 sec., 1995239.684391019 rows/sec., 134.88 MiB/sec. | ||
18006 | 2024.08.15 05:41:51.450950 [ 190 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 4 rows starting from the beginning of the part | ||
18007 | 2024.08.15 05:41:51.451408 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
18008 | 2024.08.15 05:41:51.452126 [ 190 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 46 rows starting from the beginning of the part | ||
18009 | 2024.08.15 05:41:51.452371 [ 3 ] {682454dd-2a91-4eaf-bbd5-9e3775f129f7} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
18010 | 2024.08.15 05:41:51.453763 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18011 | 2024.08.15 05:41:51.454112 [ 198 ] {b28e059f-2293-4cb4-be47-060bc4f6530b::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
18012 | 2024.08.15 05:41:51.454311 [ 3 ] {682454dd-2a91-4eaf-bbd5-9e3775f129f7} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18013 | 2024.08.15 05:41:51.454390 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
18014 | 2024.08.15 05:41:51.454724 [ 91 ] {} <Debug> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
18015 | 2024.08.15 05:41:51.454754 [ 3 ] {682454dd-2a91-4eaf-bbd5-9e3775f129f7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.008015 sec., 7485.963817841547 rows/sec., 516.61 KiB/sec. | ||
18016 | 2024.08.15 05:41:51.454821 [ 91 ] {} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18017 | 2024.08.15 05:41:51.454911 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.21 GiB. | ||
18018 | 2024.08.15 05:41:51.455473 [ 3 ] {682454dd-2a91-4eaf-bbd5-9e3775f129f7} <Debug> DynamicQueryHandler: Done processing query | ||
18019 | 2024.08.15 05:41:51.455585 [ 3 ] {682454dd-2a91-4eaf-bbd5-9e3775f129f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
18020 | 2024.08.15 05:41:51.455674 [ 3 ] {} <Debug> HTTP-Session: a9027a63-1e98-45ae-aa8a-5137b76676cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18021 | 2024.08.15 05:41:51.455712 [ 188 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
18022 | 2024.08.15 05:41:51.456028 [ 188 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
18023 | 2024.08.15 05:41:51.456072 [ 188 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 6006 rows starting from the beginning of the part | ||
18024 | 2024.08.15 05:41:51.456219 [ 188 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part | ||
18025 | 2024.08.15 05:41:51.456422 [ 188 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 82 rows starting from the beginning of the part | ||
18026 | 2024.08.15 05:41:51.456687 [ 188 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part | ||
18027 | 2024.08.15 05:41:51.456964 [ 188 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 82 rows starting from the beginning of the part | ||
18028 | 2024.08.15 05:41:51.457307 [ 188 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part | ||
18029 | 2024.08.15 05:41:51.462529 [ 196 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6350 rows, containing 4 columns (4 merged, 0 gathered) in 0.007314675 sec., 868117.858961608 rows/sec., 56.60 MiB/sec. | ||
18030 | 2024.08.15 05:41:51.463107 [ 193 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
18031 | 2024.08.15 05:41:51.463717 [ 193 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_96_19} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18032 | 2024.08.15 05:41:51.463816 [ 193 ] {56a27e60-4a25-45f8-bfad-e689ec9e2d7a::all_1_96_19} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
18033 | 2024.08.15 05:41:51.463933 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. | ||
18034 | 2024.08.15 05:41:51.464680 [ 199 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1415 rows, containing 19 columns (19 merged, 0 gathered) in 0.019752948 sec., 71634.87698140045 rows/sec., 128.37 MiB/sec. | ||
18035 | 2024.08.15 05:41:51.466070 [ 193 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
18036 | 2024.08.15 05:41:51.466686 [ 193 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_81_16} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18037 | 2024.08.15 05:41:51.466772 [ 193 ] {f74056ac-963a-4604-86a0-b4c0a6355317::all_1_81_16} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
18038 | 2024.08.15 05:41:51.466923 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.62 MiB. | ||
18039 | 2024.08.15 05:41:52.000161 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.49 MiB, peak 227.19 MiB, free memory in arenas 0.00 B, will set to 216.13 MiB (RSS), difference: 1.65 MiB | ||
18040 | 2024.08.15 05:41:56.442515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18041 | 2024.08.15 05:41:56.442677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18042 | 2024.08.15 05:41:56.442701 [ 3 ] {} <Debug> HTTP-Session: 68b0e436-a845-4119-91f4-a1035d7e8607 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
18043 | 2024.08.15 05:41:56.442725 [ 3 ] {} <Debug> HTTP-Session: 68b0e436-a845-4119-91f4-a1035d7e8607 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18044 | 2024.08.15 05:41:56.442740 [ 3 ] {} <Debug> HTTP-Session: 68b0e436-a845-4119-91f4-a1035d7e8607 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18045 | 2024.08.15 05:41:56.442790 [ 3 ] {} <Trace> HTTP-Session: 68b0e436-a845-4119-91f4-a1035d7e8607 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18046 | 2024.08.15 05:41:56.442967 [ 3 ] {fd14e73d-c7c2-4f37-80bc-d6461bf0b404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
18047 | 2024.08.15 05:41:56.443032 [ 3 ] {fd14e73d-c7c2-4f37-80bc-d6461bf0b404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
18048 | 2024.08.15 05:41:56.443226 [ 3 ] {fd14e73d-c7c2-4f37-80bc-d6461bf0b404} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18049 | 2024.08.15 05:41:56.443671 [ 3 ] {fd14e73d-c7c2-4f37-80bc-d6461bf0b404} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18050 | 2024.08.15 05:41:56.443709 [ 3 ] {fd14e73d-c7c2-4f37-80bc-d6461bf0b404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
18051 | 2024.08.15 05:41:56.444078 [ 3 ] {fd14e73d-c7c2-4f37-80bc-d6461bf0b404} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
18052 | 2024.08.15 05:41:56.444413 [ 3 ] {fd14e73d-c7c2-4f37-80bc-d6461bf0b404} <Trace> oximeter.fields_i64 (77ecdfaf-a1bf-4c14-82d5-d81d31f6887f): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18053 | 2024.08.15 05:41:56.444557 [ 3 ] {fd14e73d-c7c2-4f37-80bc-d6461bf0b404} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001645 sec., 2431.61094224924 rows/sec., 197.09 KiB/sec. | ||
18054 | 2024.08.15 05:41:56.444841 [ 3 ] {fd14e73d-c7c2-4f37-80bc-d6461bf0b404} <Debug> DynamicQueryHandler: Done processing query | ||
18055 | 2024.08.15 05:41:56.444908 [ 3 ] {fd14e73d-c7c2-4f37-80bc-d6461bf0b404} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
18056 | 2024.08.15 05:41:56.444975 [ 3 ] {} <Debug> HTTP-Session: 68b0e436-a845-4119-91f4-a1035d7e8607 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18057 | 2024.08.15 05:41:56.445331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 195698, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18058 | 2024.08.15 05:41:56.445385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18059 | 2024.08.15 05:41:56.445405 [ 3 ] {} <Debug> HTTP-Session: 7f03b9ce-1764-42ff-8191-a5c9e4567e10 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
18060 | 2024.08.15 05:41:56.445422 [ 3 ] {} <Debug> HTTP-Session: 7f03b9ce-1764-42ff-8191-a5c9e4567e10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18061 | 2024.08.15 05:41:56.445437 [ 3 ] {} <Debug> HTTP-Session: 7f03b9ce-1764-42ff-8191-a5c9e4567e10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18062 | 2024.08.15 05:41:56.445469 [ 3 ] {} <Trace> HTTP-Session: 7f03b9ce-1764-42ff-8191-a5c9e4567e10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18063 | 2024.08.15 05:41:56.445946 [ 3 ] {0575fccd-e67b-44b2-abc3-1a3738fa8789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
18064 | 2024.08.15 05:41:56.445993 [ 3 ] {0575fccd-e67b-44b2-abc3-1a3738fa8789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
18065 | 2024.08.15 05:41:56.446138 [ 3 ] {0575fccd-e67b-44b2-abc3-1a3738fa8789} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18066 | 2024.08.15 05:41:56.447453 [ 3 ] {0575fccd-e67b-44b2-abc3-1a3738fa8789} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18067 | 2024.08.15 05:41:56.447491 [ 3 ] {0575fccd-e67b-44b2-abc3-1a3738fa8789} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
18068 | 2024.08.15 05:41:56.447902 [ 3 ] {0575fccd-e67b-44b2-abc3-1a3738fa8789} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
18069 | 2024.08.15 05:41:56.448221 [ 3 ] {0575fccd-e67b-44b2-abc3-1a3738fa8789} <Trace> oximeter.fields_string (d640b8a5-a56a-4195-8e7f-42e728b1d0c2): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18070 | 2024.08.15 05:41:56.448358 [ 3 ] {0575fccd-e67b-44b2-abc3-1a3738fa8789} <Debug> executeQuery: Read 1341 rows, 114.57 KiB in 0.002737 sec., 489952.50274022657 rows/sec., 40.88 MiB/sec. | ||
18071 | 2024.08.15 05:41:56.448595 [ 3 ] {0575fccd-e67b-44b2-abc3-1a3738fa8789} <Debug> DynamicQueryHandler: Done processing query | ||
18072 | 2024.08.15 05:41:56.448655 [ 3 ] {0575fccd-e67b-44b2-abc3-1a3738fa8789} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
18073 | 2024.08.15 05:41:56.448716 [ 3 ] {} <Debug> HTTP-Session: 7f03b9ce-1764-42ff-8191-a5c9e4567e10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18074 | 2024.08.15 05:41:56.449004 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 32348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18075 | 2024.08.15 05:41:56.449057 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18076 | 2024.08.15 05:41:56.449078 [ 3 ] {} <Debug> HTTP-Session: e78835c4-3ef0-4986-82d8-ac0cd79c9dd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
18077 | 2024.08.15 05:41:56.449095 [ 3 ] {} <Debug> HTTP-Session: e78835c4-3ef0-4986-82d8-ac0cd79c9dd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18078 | 2024.08.15 05:41:56.449108 [ 3 ] {} <Debug> HTTP-Session: e78835c4-3ef0-4986-82d8-ac0cd79c9dd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18079 | 2024.08.15 05:41:56.449141 [ 3 ] {} <Trace> HTTP-Session: e78835c4-3ef0-4986-82d8-ac0cd79c9dd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18080 | 2024.08.15 05:41:56.449316 [ 3 ] {8974093e-5dc4-4b68-8e2f-f67f79ce5a21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
18081 | 2024.08.15 05:41:56.449360 [ 3 ] {8974093e-5dc4-4b68-8e2f-f67f79ce5a21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
18082 | 2024.08.15 05:41:56.449502 [ 3 ] {8974093e-5dc4-4b68-8e2f-f67f79ce5a21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18083 | 2024.08.15 05:41:56.449943 [ 3 ] {8974093e-5dc4-4b68-8e2f-f67f79ce5a21} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18084 | 2024.08.15 05:41:56.449980 [ 3 ] {8974093e-5dc4-4b68-8e2f-f67f79ce5a21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
18085 | 2024.08.15 05:41:56.450309 [ 3 ] {8974093e-5dc4-4b68-8e2f-f67f79ce5a21} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
18086 | 2024.08.15 05:41:56.450639 [ 3 ] {8974093e-5dc4-4b68-8e2f-f67f79ce5a21} <Trace> oximeter.fields_u32 (ff3f472d-566a-4b5e-8fe5-f403bef79d3c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18087 | 2024.08.15 05:41:56.450778 [ 3 ] {8974093e-5dc4-4b68-8e2f-f67f79ce5a21} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001558 sec., 155327.3427471117 rows/sec., 10.52 MiB/sec. | ||
18088 | 2024.08.15 05:41:56.451052 [ 3 ] {8974093e-5dc4-4b68-8e2f-f67f79ce5a21} <Debug> DynamicQueryHandler: Done processing query | ||
18089 | 2024.08.15 05:41:56.451111 [ 3 ] {8974093e-5dc4-4b68-8e2f-f67f79ce5a21} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
18090 | 2024.08.15 05:41:56.451145 [ 3 ] {} <Debug> HTTP-Session: e78835c4-3ef0-4986-82d8-ac0cd79c9dd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18091 | 2024.08.15 05:41:56.451287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18092 | 2024.08.15 05:41:56.451337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18093 | 2024.08.15 05:41:56.451355 [ 3 ] {} <Debug> HTTP-Session: 42ad1bf9-8cbd-451a-8c73-b014992de7e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
18094 | 2024.08.15 05:41:56.451372 [ 3 ] {} <Debug> HTTP-Session: 42ad1bf9-8cbd-451a-8c73-b014992de7e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18095 | 2024.08.15 05:41:56.451386 [ 3 ] {} <Debug> HTTP-Session: 42ad1bf9-8cbd-451a-8c73-b014992de7e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18096 | 2024.08.15 05:41:56.451417 [ 3 ] {} <Trace> HTTP-Session: 42ad1bf9-8cbd-451a-8c73-b014992de7e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18097 | 2024.08.15 05:41:56.451514 [ 3 ] {79b53741-4173-4b79-934e-c9faddf7b41f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
18098 | 2024.08.15 05:41:56.451558 [ 3 ] {79b53741-4173-4b79-934e-c9faddf7b41f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
18099 | 2024.08.15 05:41:56.451701 [ 3 ] {79b53741-4173-4b79-934e-c9faddf7b41f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18100 | 2024.08.15 05:41:56.452027 [ 3 ] {79b53741-4173-4b79-934e-c9faddf7b41f} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18101 | 2024.08.15 05:41:56.452063 [ 3 ] {79b53741-4173-4b79-934e-c9faddf7b41f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
18102 | 2024.08.15 05:41:56.452370 [ 3 ] {79b53741-4173-4b79-934e-c9faddf7b41f} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
18103 | 2024.08.15 05:41:56.452677 [ 3 ] {79b53741-4173-4b79-934e-c9faddf7b41f} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18104 | 2024.08.15 05:41:56.452801 [ 87 ] {} <Debug> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
18105 | 2024.08.15 05:41:56.452807 [ 3 ] {79b53741-4173-4b79-934e-c9faddf7b41f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001319 sec., 4548.900682335102 rows/sec., 268.76 KiB/sec. | ||
18106 | 2024.08.15 05:41:56.452851 [ 87 ] {} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18107 | 2024.08.15 05:41:56.452893 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
18108 | 2024.08.15 05:41:56.453070 [ 3 ] {79b53741-4173-4b79-934e-c9faddf7b41f} <Debug> DynamicQueryHandler: Done processing query | ||
18109 | 2024.08.15 05:41:56.453189 [ 3 ] {79b53741-4173-4b79-934e-c9faddf7b41f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
18110 | 2024.08.15 05:41:56.453257 [ 186 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
18111 | 2024.08.15 05:41:56.453287 [ 3 ] {} <Debug> HTTP-Session: 42ad1bf9-8cbd-451a-8c73-b014992de7e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18112 | 2024.08.15 05:41:56.453722 [ 186 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
18113 | 2024.08.15 05:41:56.453758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 137422, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18114 | 2024.08.15 05:41:56.453783 [ 186 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 6 rows starting from the beginning of the part | ||
18115 | 2024.08.15 05:41:56.453853 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18116 | 2024.08.15 05:41:56.453921 [ 3 ] {} <Debug> HTTP-Session: a5c00efa-be90-4730-bfa7-1b90c751f98b Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
18117 | 2024.08.15 05:41:56.453976 [ 186 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part | ||
18118 | 2024.08.15 05:41:56.453998 [ 3 ] {} <Debug> HTTP-Session: a5c00efa-be90-4730-bfa7-1b90c751f98b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18119 | 2024.08.15 05:41:56.454084 [ 3 ] {} <Debug> HTTP-Session: a5c00efa-be90-4730-bfa7-1b90c751f98b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18120 | 2024.08.15 05:41:56.454289 [ 3 ] {} <Trace> HTTP-Session: a5c00efa-be90-4730-bfa7-1b90c751f98b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18121 | 2024.08.15 05:41:56.454378 [ 186 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
18122 | 2024.08.15 05:41:56.454621 [ 186 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
18123 | 2024.08.15 05:41:56.454740 [ 186 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
18124 | 2024.08.15 05:41:56.454982 [ 3 ] {65db52ea-4ae9-4c48-9d6f-041c7a65a033} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
18125 | 2024.08.15 05:41:56.455121 [ 3 ] {65db52ea-4ae9-4c48-9d6f-041c7a65a033} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
18126 | 2024.08.15 05:41:56.455492 [ 3 ] {65db52ea-4ae9-4c48-9d6f-041c7a65a033} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18127 | 2024.08.15 05:41:56.456373 [ 195 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.003371522 sec., 8898.058502955046 rows/sec., 530.06 KiB/sec. | ||
18128 | 2024.08.15 05:41:56.456552 [ 195 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
18129 | 2024.08.15 05:41:56.456714 [ 3 ] {65db52ea-4ae9-4c48-9d6f-041c7a65a033} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18130 | 2024.08.15 05:41:56.456764 [ 3 ] {65db52ea-4ae9-4c48-9d6f-041c7a65a033} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
18131 | 2024.08.15 05:41:56.457113 [ 195 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_45_11} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18132 | 2024.08.15 05:41:56.457224 [ 195 ] {bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734::all_1_45_11} <Trace> oximeter.fields_u8 (bfd2ddf9-ce1f-49ee-98c5-4d1be29e3734) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
18133 | 2024.08.15 05:41:56.457243 [ 3 ] {65db52ea-4ae9-4c48-9d6f-041c7a65a033} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
18134 | 2024.08.15 05:41:56.457331 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
18135 | 2024.08.15 05:41:56.457588 [ 3 ] {65db52ea-4ae9-4c48-9d6f-041c7a65a033} <Trace> oximeter.fields_uuid (86013573-3e58-4ab5-bdf6-acf32dc24933): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18136 | 2024.08.15 05:41:56.457716 [ 3 ] {65db52ea-4ae9-4c48-9d6f-041c7a65a033} <Debug> executeQuery: Read 842 rows, 62.29 KiB in 0.003171 sec., 265531.37811415957 rows/sec., 19.18 MiB/sec. | ||
18137 | 2024.08.15 05:41:56.458000 [ 3 ] {65db52ea-4ae9-4c48-9d6f-041c7a65a033} <Debug> DynamicQueryHandler: Done processing query | ||
18138 | 2024.08.15 05:41:56.458061 [ 3 ] {65db52ea-4ae9-4c48-9d6f-041c7a65a033} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
18139 | 2024.08.15 05:41:56.458129 [ 3 ] {} <Debug> HTTP-Session: a5c00efa-be90-4730-bfa7-1b90c751f98b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18140 | 2024.08.15 05:41:56.458354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18141 | 2024.08.15 05:41:56.458408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18142 | 2024.08.15 05:41:56.458428 [ 3 ] {} <Debug> HTTP-Session: faf8f5ae-a053-4f18-bd23-7f2fb4088e18 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
18143 | 2024.08.15 05:41:56.458445 [ 3 ] {} <Debug> HTTP-Session: faf8f5ae-a053-4f18-bd23-7f2fb4088e18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18144 | 2024.08.15 05:41:56.458458 [ 3 ] {} <Debug> HTTP-Session: faf8f5ae-a053-4f18-bd23-7f2fb4088e18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18145 | 2024.08.15 05:41:56.458491 [ 3 ] {} <Trace> HTTP-Session: faf8f5ae-a053-4f18-bd23-7f2fb4088e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18146 | 2024.08.15 05:41:56.458593 [ 3 ] {29d9bf0c-1a49-414e-b26d-7bb2b86efe76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
18147 | 2024.08.15 05:41:56.458640 [ 3 ] {29d9bf0c-1a49-414e-b26d-7bb2b86efe76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
18148 | 2024.08.15 05:41:56.458782 [ 3 ] {29d9bf0c-1a49-414e-b26d-7bb2b86efe76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18149 | 2024.08.15 05:41:56.459088 [ 3 ] {29d9bf0c-1a49-414e-b26d-7bb2b86efe76} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18150 | 2024.08.15 05:41:56.459125 [ 3 ] {29d9bf0c-1a49-414e-b26d-7bb2b86efe76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
18151 | 2024.08.15 05:41:56.459508 [ 3 ] {29d9bf0c-1a49-414e-b26d-7bb2b86efe76} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
18152 | 2024.08.15 05:41:56.459833 [ 3 ] {29d9bf0c-1a49-414e-b26d-7bb2b86efe76} <Trace> oximeter.measurements_bool (b149a3ae-5d4e-45f3-ac50-65694059b650): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18153 | 2024.08.15 05:41:56.459975 [ 3 ] {29d9bf0c-1a49-414e-b26d-7bb2b86efe76} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001407 sec., 4264.392324093817 rows/sec., 222.80 KiB/sec. | ||
18154 | 2024.08.15 05:41:56.460231 [ 3 ] {29d9bf0c-1a49-414e-b26d-7bb2b86efe76} <Debug> DynamicQueryHandler: Done processing query | ||
18155 | 2024.08.15 05:41:56.460278 [ 3 ] {29d9bf0c-1a49-414e-b26d-7bb2b86efe76} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
18156 | 2024.08.15 05:41:56.460321 [ 3 ] {} <Debug> HTTP-Session: faf8f5ae-a053-4f18-bd23-7f2fb4088e18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18157 | 2024.08.15 05:41:56.460557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 170696, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18158 | 2024.08.15 05:41:56.460607 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18159 | 2024.08.15 05:41:56.460625 [ 3 ] {} <Debug> HTTP-Session: 8401e229-04de-419e-874a-117035dbff56 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
18160 | 2024.08.15 05:41:56.460642 [ 3 ] {} <Debug> HTTP-Session: 8401e229-04de-419e-874a-117035dbff56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18161 | 2024.08.15 05:41:56.460656 [ 3 ] {} <Debug> HTTP-Session: 8401e229-04de-419e-874a-117035dbff56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18162 | 2024.08.15 05:41:56.460687 [ 3 ] {} <Trace> HTTP-Session: 8401e229-04de-419e-874a-117035dbff56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18163 | 2024.08.15 05:41:56.461126 [ 3 ] {1c47bc49-4bd5-44b0-a344-53edd085524e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
18164 | 2024.08.15 05:41:56.461173 [ 3 ] {1c47bc49-4bd5-44b0-a344-53edd085524e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
18165 | 2024.08.15 05:41:56.461326 [ 3 ] {1c47bc49-4bd5-44b0-a344-53edd085524e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18166 | 2024.08.15 05:41:56.462171 [ 3 ] {1c47bc49-4bd5-44b0-a344-53edd085524e} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18167 | 2024.08.15 05:41:56.462206 [ 3 ] {1c47bc49-4bd5-44b0-a344-53edd085524e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
18168 | 2024.08.15 05:41:56.462637 [ 3 ] {1c47bc49-4bd5-44b0-a344-53edd085524e} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
18169 | 2024.08.15 05:41:56.462973 [ 3 ] {1c47bc49-4bd5-44b0-a344-53edd085524e} <Trace> oximeter.measurements_cumulativeu64 (b28e059f-2293-4cb4-be47-060bc4f6530b): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18170 | 2024.08.15 05:41:56.463101 [ 3 ] {1c47bc49-4bd5-44b0-a344-53edd085524e} <Debug> executeQuery: Read 901 rows, 61.60 KiB in 0.002229 sec., 404217.1377299237 rows/sec., 26.99 MiB/sec. | ||
18171 | 2024.08.15 05:41:56.463269 [ 3 ] {1c47bc49-4bd5-44b0-a344-53edd085524e} <Debug> DynamicQueryHandler: Done processing query | ||
18172 | 2024.08.15 05:41:56.463294 [ 3 ] {1c47bc49-4bd5-44b0-a344-53edd085524e} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
18173 | 2024.08.15 05:41:56.463310 [ 3 ] {} <Debug> HTTP-Session: 8401e229-04de-419e-874a-117035dbff56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18174 | 2024.08.15 05:41:56.463460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18175 | 2024.08.15 05:41:56.463507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18176 | 2024.08.15 05:41:56.463526 [ 3 ] {} <Debug> HTTP-Session: 20520eb0-e366-4188-9515-e19863670f72 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
18177 | 2024.08.15 05:41:56.463542 [ 3 ] {} <Debug> HTTP-Session: 20520eb0-e366-4188-9515-e19863670f72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18178 | 2024.08.15 05:41:56.463556 [ 3 ] {} <Debug> HTTP-Session: 20520eb0-e366-4188-9515-e19863670f72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18179 | 2024.08.15 05:41:56.463586 [ 3 ] {} <Trace> HTTP-Session: 20520eb0-e366-4188-9515-e19863670f72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18180 | 2024.08.15 05:41:56.463676 [ 3 ] {e2c91a61-756d-4ec2-88e2-f3dd5acd3fea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
18181 | 2024.08.15 05:41:56.463719 [ 3 ] {e2c91a61-756d-4ec2-88e2-f3dd5acd3fea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
18182 | 2024.08.15 05:41:56.463845 [ 3 ] {e2c91a61-756d-4ec2-88e2-f3dd5acd3fea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18183 | 2024.08.15 05:41:56.464104 [ 3 ] {e2c91a61-756d-4ec2-88e2-f3dd5acd3fea} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18184 | 2024.08.15 05:41:56.464138 [ 3 ] {e2c91a61-756d-4ec2-88e2-f3dd5acd3fea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
18185 | 2024.08.15 05:41:56.464471 [ 3 ] {e2c91a61-756d-4ec2-88e2-f3dd5acd3fea} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
18186 | 2024.08.15 05:41:56.464781 [ 3 ] {e2c91a61-756d-4ec2-88e2-f3dd5acd3fea} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18187 | 2024.08.15 05:41:56.464934 [ 3 ] {e2c91a61-756d-4ec2-88e2-f3dd5acd3fea} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001278 sec., 782.4726134585289 rows/sec., 52.73 KiB/sec. | ||
18188 | 2024.08.15 05:41:56.464952 [ 85 ] {} <Debug> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
18189 | 2024.08.15 05:41:56.465062 [ 85 ] {} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18190 | 2024.08.15 05:41:56.465095 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
18191 | 2024.08.15 05:41:56.465193 [ 3 ] {e2c91a61-756d-4ec2-88e2-f3dd5acd3fea} <Debug> DynamicQueryHandler: Done processing query | ||
18192 | 2024.08.15 05:41:56.465257 [ 3 ] {e2c91a61-756d-4ec2-88e2-f3dd5acd3fea} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
18193 | 2024.08.15 05:41:56.465319 [ 3 ] {} <Debug> HTTP-Session: 20520eb0-e366-4188-9515-e19863670f72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18194 | 2024.08.15 05:41:56.465415 [ 187 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full | ||
18195 | 2024.08.15 05:41:56.465562 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 6482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18196 | 2024.08.15 05:41:56.465754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18197 | 2024.08.15 05:41:56.465840 [ 3 ] {} <Debug> HTTP-Session: ede1ecc1-7d02-4770-a19b-7efa2ac7b5e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
18198 | 2024.08.15 05:41:56.465930 [ 3 ] {} <Debug> HTTP-Session: ede1ecc1-7d02-4770-a19b-7efa2ac7b5e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18199 | 2024.08.15 05:41:56.465997 [ 3 ] {} <Debug> HTTP-Session: ede1ecc1-7d02-4770-a19b-7efa2ac7b5e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18200 | 2024.08.15 05:41:56.466141 [ 3 ] {} <Trace> HTTP-Session: ede1ecc1-7d02-4770-a19b-7efa2ac7b5e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18201 | 2024.08.15 05:41:56.466145 [ 187 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
18202 | 2024.08.15 05:41:56.466237 [ 187 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 40 rows starting from the beginning of the part | ||
18203 | 2024.08.15 05:41:56.466346 [ 187 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
18204 | 2024.08.15 05:41:56.466403 [ 3 ] {d4a34492-e068-437e-a18b-ca7a1db3d1c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
18205 | 2024.08.15 05:41:56.466597 [ 187 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part | ||
18206 | 2024.08.15 05:41:56.466819 [ 3 ] {d4a34492-e068-437e-a18b-ca7a1db3d1c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
18207 | 2024.08.15 05:41:56.466914 [ 187 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part | ||
18208 | 2024.08.15 05:41:56.467179 [ 187 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part | ||
18209 | 2024.08.15 05:41:56.467464 [ 187 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part | ||
18210 | 2024.08.15 05:41:56.468593 [ 3 ] {d4a34492-e068-437e-a18b-ca7a1db3d1c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18211 | 2024.08.15 05:41:56.469836 [ 3 ] {d4a34492-e068-437e-a18b-ca7a1db3d1c6} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18212 | 2024.08.15 05:41:56.469866 [ 201 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45 rows, containing 4 columns (4 merged, 0 gathered) in 0.004664029 sec., 9648.310505788022 rows/sec., 650.13 KiB/sec. | ||
18213 | 2024.08.15 05:41:56.469887 [ 3 ] {d4a34492-e068-437e-a18b-ca7a1db3d1c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
18214 | 2024.08.15 05:41:56.470113 [ 201 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
18215 | 2024.08.15 05:41:56.471195 [ 201 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_45_9} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18216 | 2024.08.15 05:41:56.471270 [ 3 ] {d4a34492-e068-437e-a18b-ca7a1db3d1c6} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
18217 | 2024.08.15 05:41:56.471325 [ 201 ] {73f49326-8ca5-47bc-88f4-892effbaf908::all_1_45_9} <Trace> oximeter.measurements_f64 (73f49326-8ca5-47bc-88f4-892effbaf908) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
18218 | 2024.08.15 05:41:56.471509 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
18219 | 2024.08.15 05:41:56.471878 [ 3 ] {d4a34492-e068-437e-a18b-ca7a1db3d1c6} <Trace> oximeter.measurements_histogramf64 (f74056ac-963a-4604-86a0-b4c0a6355317): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18220 | 2024.08.15 05:41:56.472079 [ 3 ] {d4a34492-e068-437e-a18b-ca7a1db3d1c6} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.005782 sec., 691.8021445866483 rows/sec., 1.24 MiB/sec. | ||
18221 | 2024.08.15 05:41:56.472327 [ 3 ] {d4a34492-e068-437e-a18b-ca7a1db3d1c6} <Debug> DynamicQueryHandler: Done processing query | ||
18222 | 2024.08.15 05:41:56.472352 [ 3 ] {d4a34492-e068-437e-a18b-ca7a1db3d1c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
18223 | 2024.08.15 05:41:56.472368 [ 3 ] {} <Debug> HTTP-Session: ede1ecc1-7d02-4770-a19b-7efa2ac7b5e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18224 | 2024.08.15 05:41:56.472505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56093, User-Agent: (none), Length: 11225, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18225 | 2024.08.15 05:41:56.472554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18226 | 2024.08.15 05:41:56.472579 [ 3 ] {} <Debug> HTTP-Session: 007b8366-51fb-4c7a-a4d2-6dd3d7a613bd Authenticating user 'default' from [fd00:1122:3344:101::d]:56093 | ||
18227 | 2024.08.15 05:41:56.472596 [ 3 ] {} <Debug> HTTP-Session: 007b8366-51fb-4c7a-a4d2-6dd3d7a613bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18228 | 2024.08.15 05:41:56.472610 [ 3 ] {} <Debug> HTTP-Session: 007b8366-51fb-4c7a-a4d2-6dd3d7a613bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18229 | 2024.08.15 05:41:56.472641 [ 3 ] {} <Trace> HTTP-Session: 007b8366-51fb-4c7a-a4d2-6dd3d7a613bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18230 | 2024.08.15 05:41:56.472763 [ 3 ] {0d536977-3f58-4c6b-a8aa-682008606df1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56093) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
18231 | 2024.08.15 05:41:56.472806 [ 3 ] {0d536977-3f58-4c6b-a8aa-682008606df1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
18232 | 2024.08.15 05:41:56.472936 [ 3 ] {0d536977-3f58-4c6b-a8aa-682008606df1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18233 | 2024.08.15 05:41:56.473242 [ 3 ] {0d536977-3f58-4c6b-a8aa-682008606df1} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18234 | 2024.08.15 05:41:56.473279 [ 3 ] {0d536977-3f58-4c6b-a8aa-682008606df1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.20 GiB. | ||
18235 | 2024.08.15 05:41:56.473647 [ 3 ] {0d536977-3f58-4c6b-a8aa-682008606df1} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
18236 | 2024.08.15 05:41:56.473965 [ 3 ] {0d536977-3f58-4c6b-a8aa-682008606df1} <Trace> oximeter.measurements_u64 (56a27e60-4a25-45f8-bfad-e689ec9e2d7a): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18237 | 2024.08.15 05:41:56.474118 [ 3 ] {0d536977-3f58-4c6b-a8aa-682008606df1} <Debug> executeQuery: Read 76 rows, 4.91 KiB in 0.001397 sec., 54402.29062276307 rows/sec., 3.43 MiB/sec. | ||
18238 | 2024.08.15 05:41:56.474294 [ 3 ] {0d536977-3f58-4c6b-a8aa-682008606df1} <Debug> DynamicQueryHandler: Done processing query | ||
18239 | 2024.08.15 05:41:56.474318 [ 3 ] {0d536977-3f58-4c6b-a8aa-682008606df1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
18240 | 2024.08.15 05:41:56.474335 [ 3 ] {} <Debug> HTTP-Session: 007b8366-51fb-4c7a-a4d2-6dd3d7a613bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db |