1 | [ Sep 3 23:51:13 Enabled. ] | ||
2 | [ Sep 3 23:51:13 Rereading configuration. ] | ||
3 | [ Sep 3 23:51:14 Rereading configuration. ] | ||
4 | [ Sep 3 23:51:16 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
5 | + set -o errexit | ||
6 | + set -o pipefail | ||
7 | + . /lib/svc/share/smf_include.sh | ||
8 | ++ SMF_EXIT_OK=0 | ||
9 | ++ SMF_EXIT_NODAEMON=94 | ||
10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
15 | ++ SMF_EXIT_ERR_PERM=100 | ||
16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
19 | + LISTEN_PORT=8123 | ||
20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
21 | + DATASTORE=/data | ||
22 | + args=("--log-file" "/var/tmp/clickhouse-server.log" "--errorlog-file" "/var/tmp/clickhouse-server.errlog" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
23 | + exec /opt/oxide/clickhouse/clickhouse server --log-file /var/tmp/clickhouse-server.log --errorlog-file /var/tmp/clickhouse-server.errlog -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
24 | [ Sep 3 23:51:16 Method "start" exited with status 0. ] | ||
25 | Processing configuration file 'config.xml'. | ||
26 | There is no file 'config.xml', will use embedded config. | ||
27 | Logging trace to /var/tmp/clickhouse-server.log | ||
28 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
29 | 2024.09.03 23:51:17.657235 [ 1 ] {} <Information> Application: Will watch for the process with pid 22969 | ||
30 | 2024.09.03 23:51:17.657689 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
31 | 2024.09.03 23:51:18.106056 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22969 | ||
32 | 2024.09.03 23:51:18.107130 [ 1 ] {} <Information> Application: starting up | ||
33 | 2024.09.03 23:51:18.107945 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
34 | 2024.09.03 23:51:18.215979 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
35 | 2024.09.03 23:51:18.249803 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
36 | 2024.09.03 23:51:18.249854 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
37 | 2024.09.03 23:51:18.249875 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
38 | 2024.09.03 23:51:18.249952 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
39 | 2024.09.03 23:51:18.250293 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
40 | 2024.09.03 23:51:18.252052 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
41 | Processing configuration file 'config.xml'. | ||
42 | There is no file 'config.xml', will use embedded config. | ||
43 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
44 | 2024.09.03 23:51:18.252622 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
45 | 2024.09.03 23:51:18.253569 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
46 | 2024.09.03 23:51:18.253597 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
47 | 2024.09.03 23:51:18.253611 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
48 | 2024.09.03 23:51:18.253843 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
49 | 2024.09.03 23:51:18.254873 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
50 | 2024.09.03 23:51:18.261150 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
51 | 2024.09.03 23:51:18.261916 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.09.03 23:51:18.263513 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
53 | 2024.09.03 23:51:18.263594 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
54 | 2024.09.03 23:51:18.265382 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
55 | Processing configuration file 'config.xml'. | ||
56 | There is no file 'config.xml', will use embedded config. | ||
57 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
58 | 2024.09.03 23:51:18.265691 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
59 | 2024.09.03 23:51:18.270788 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
60 | 2024.09.03 23:51:18.271186 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
61 | 2024.09.03 23:51:18.272994 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
62 | 2024.09.03 23:51:18.273389 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
63 | 2024.09.03 23:51:18.273751 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
64 | 2024.09.03 23:51:18.274194 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
65 | 2024.09.03 23:51:18.275664 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
66 | 2024.09.03 23:51:18.275699 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
67 | 2024.09.03 23:51:18.275778 [ 170 ] {} <Debug> DNSResolver: Updating DNS cache | ||
68 | 2024.09.03 23:51:18.275964 [ 170 ] {} <Debug> DNSResolver: Updated DNS cache | ||
69 | 2024.09.03 23:51:18.285802 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
70 | 2024.09.03 23:51:18.285834 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000184524 sec | ||
71 | 2024.09.03 23:51:18.285890 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
72 | 2024.09.03 23:51:18.285905 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
73 | 2024.09.03 23:51:18.287382 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
74 | 2024.09.03 23:51:18.288664 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
75 | 2024.09.03 23:51:18.288689 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
76 | 2024.09.03 23:51:18.288737 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
77 | 2024.09.03 23:51:18.288755 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
78 | 2024.09.03 23:51:18.288769 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
79 | 2024.09.03 23:51:18.288811 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
80 | 2024.09.03 23:51:18.288827 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
81 | 2024.09.03 23:51:18.288844 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
82 | 2024.09.03 23:51:18.288884 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
83 | 2024.09.03 23:51:18.288903 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
84 | 2024.09.03 23:51:18.288920 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
85 | 2024.09.03 23:51:18.288939 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
86 | 2024.09.03 23:51:18.288981 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
87 | 2024.09.03 23:51:18.288997 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
88 | 2024.09.03 23:51:18.289011 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
89 | 2024.09.03 23:51:18.289050 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
90 | 2024.09.03 23:51:18.289065 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
91 | 2024.09.03 23:51:18.339727 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
92 | 2024.09.03 23:51:18.345853 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
93 | 2024.09.03 23:51:18.345894 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.7341e-05 sec | ||
94 | 2024.09.03 23:51:18.345916 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
95 | 2024.09.03 23:51:18.345935 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
96 | 2024.09.03 23:51:18.345974 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
97 | 2024.09.03 23:51:18.346243 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
98 | 2024.09.03 23:51:18.346302 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
99 | 2024.09.03 23:51:18.346324 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
100 | 2024.09.03 23:51:18.346341 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
101 | 2024.09.03 23:51:18.346365 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
102 | 2024.09.03 23:51:18.383751 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to create SSL context. SSL will be disabled. Error: Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: Configuration error: no certificate file has been specified (version 23.8.7.1) | ||
103 | 2024.09.03 23:51:18.736400 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to read RSA key pair from server certificate. Error: Code: 139. DB::Exception: Certificate file is not set. (NO_ELEMENTS_IN_CONFIG) (version 23.8.7.1) | ||
104 | 2024.09.03 23:51:18.736460 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
105 | 2024.09.03 23:51:18.774575 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
106 | 2024.09.03 23:51:18.774910 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.09 MiB (RSS), difference: 147.22 MiB | ||
107 | 2024.09.03 23:51:18.776174 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 3.889e-05 sec. | ||
108 | 2024.09.03 23:51:18.776622 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
109 | 2024.09.03 23:51:18.776730 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
110 | 2024.09.03 23:51:18.776789 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
111 | 2024.09.03 23:51:18.776814 [ 1 ] {} <Information> Application: Ready for connections. | ||
112 | 2024.09.03 23:51:20.227935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
113 | 2024.09.03 23:51:20.228282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
114 | 2024.09.03 23:51:20.228346 [ 3 ] {} <Debug> HTTP-Session: 50da2b6a-4360-4039-83eb-adc1686d7b3b Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
115 | 2024.09.03 23:51:20.228397 [ 3 ] {} <Debug> HTTP-Session: 50da2b6a-4360-4039-83eb-adc1686d7b3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
116 | 2024.09.03 23:51:20.228432 [ 3 ] {} <Debug> HTTP-Session: 50da2b6a-4360-4039-83eb-adc1686d7b3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
117 | 2024.09.03 23:51:20.228573 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
118 | 2024.09.03 23:51:20.228631 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
119 | 2024.09.03 23:51:20.228673 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
120 | 2024.09.03 23:51:20.228784 [ 3 ] {} <Trace> HTTP-Session: 50da2b6a-4360-4039-83eb-adc1686d7b3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
121 | 2024.09.03 23:51:20.229931 [ 3 ] {fc92617d-dad9-463b-9282-396de94becee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
122 | 2024.09.03 23:51:20.269233 [ 3 ] {fc92617d-dad9-463b-9282-396de94becee} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:48786) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
123 | |||
124 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
125 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
126 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
127 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
128 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
129 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
130 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
131 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
132 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
133 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
134 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
135 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
136 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
137 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
138 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
139 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
140 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
141 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
142 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
143 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
144 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
145 | 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
146 | |||
147 | 2024.09.03 23:51:20.269932 [ 3 ] {fc92617d-dad9-463b-9282-396de94becee} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
148 | |||
149 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
150 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
151 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
152 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
153 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
154 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
155 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
156 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
157 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
158 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
159 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
160 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
161 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
162 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
163 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
164 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
165 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
166 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
167 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
168 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
169 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
170 | 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
171 | (version 23.8.7.1) | ||
172 | 2024.09.03 23:51:20.271276 [ 3 ] {} <Debug> HTTP-Session: 50da2b6a-4360-4039-83eb-adc1686d7b3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
173 | 2024.09.03 23:51:20.273630 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
174 | 2024.09.03 23:51:20.273702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
175 | 2024.09.03 23:51:20.273726 [ 3 ] {} <Debug> HTTP-Session: edc7ad45-01e1-4d5b-9774-ada032130131 Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
176 | 2024.09.03 23:51:20.273751 [ 3 ] {} <Debug> HTTP-Session: edc7ad45-01e1-4d5b-9774-ada032130131 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
177 | 2024.09.03 23:51:20.273764 [ 3 ] {} <Debug> HTTP-Session: edc7ad45-01e1-4d5b-9774-ada032130131 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
178 | 2024.09.03 23:51:20.273810 [ 3 ] {} <Trace> HTTP-Session: edc7ad45-01e1-4d5b-9774-ada032130131 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
179 | 2024.09.03 23:51:20.274012 [ 3 ] {c3461cf9-1359-4dd6-9541-d1b58d702211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
180 | 2024.09.03 23:51:20.274367 [ 3 ] {c3461cf9-1359-4dd6-9541-d1b58d702211} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:48786) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
181 | |||
182 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
183 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
184 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
185 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
186 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
187 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
188 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
189 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
190 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
191 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
192 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
193 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
194 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
195 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
196 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
197 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
198 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
199 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
200 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
201 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
202 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
203 | 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
204 | |||
205 | 2024.09.03 23:51:20.274524 [ 3 ] {c3461cf9-1359-4dd6-9541-d1b58d702211} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
206 | |||
207 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
208 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
209 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
210 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
211 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
212 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
213 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
214 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
215 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
216 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
217 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
218 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
219 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
220 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
221 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
222 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
223 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
224 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
225 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
226 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
227 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
228 | 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
229 | (version 23.8.7.1) | ||
230 | 2024.09.03 23:51:20.274714 [ 3 ] {} <Debug> HTTP-Session: edc7ad45-01e1-4d5b-9774-ada032130131 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
231 | 2024.09.03 23:51:20.276796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
232 | 2024.09.03 23:51:20.276846 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
233 | 2024.09.03 23:51:20.276868 [ 3 ] {} <Debug> HTTP-Session: 9b3d1527-a9d5-4b84-9bff-cec88a10b84d Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
234 | 2024.09.03 23:51:20.276887 [ 3 ] {} <Debug> HTTP-Session: 9b3d1527-a9d5-4b84-9bff-cec88a10b84d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
235 | 2024.09.03 23:51:20.276899 [ 3 ] {} <Debug> HTTP-Session: 9b3d1527-a9d5-4b84-9bff-cec88a10b84d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
236 | 2024.09.03 23:51:20.276931 [ 3 ] {} <Trace> HTTP-Session: 9b3d1527-a9d5-4b84-9bff-cec88a10b84d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
237 | 2024.09.03 23:51:20.278093 [ 3 ] {894ed5d5-979a-4d76-b6d9-2dfc9cd28025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
238 | 2024.09.03 23:51:20.278779 [ 3 ] {894ed5d5-979a-4d76-b6d9-2dfc9cd28025} <Debug> DynamicQueryHandler: Done processing query | ||
239 | 2024.09.03 23:51:20.278809 [ 3 ] {} <Debug> HTTP-Session: 9b3d1527-a9d5-4b84-9bff-cec88a10b84d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
240 | 2024.09.03 23:51:20.283116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
241 | 2024.09.03 23:51:20.283181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
242 | 2024.09.03 23:51:20.283217 [ 3 ] {} <Debug> HTTP-Session: 94cb2bc8-0282-4905-9675-27fe6ae41279 Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
243 | 2024.09.03 23:51:20.283244 [ 3 ] {} <Debug> HTTP-Session: 94cb2bc8-0282-4905-9675-27fe6ae41279 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
244 | 2024.09.03 23:51:20.283263 [ 3 ] {} <Debug> HTTP-Session: 94cb2bc8-0282-4905-9675-27fe6ae41279 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
245 | 2024.09.03 23:51:20.283310 [ 3 ] {} <Trace> HTTP-Session: 94cb2bc8-0282-4905-9675-27fe6ae41279 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
246 | 2024.09.03 23:51:20.283430 [ 3 ] {6580ccb7-2493-45dc-8f0d-b6a7aa6d80c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
247 | 2024.09.03 23:51:20.283561 [ 3 ] {6580ccb7-2493-45dc-8f0d-b6a7aa6d80c1} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
248 | 2024.09.03 23:51:20.289838 [ 3 ] {6580ccb7-2493-45dc-8f0d-b6a7aa6d80c1} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
249 | 2024.09.03 23:51:20.289881 [ 3 ] {6580ccb7-2493-45dc-8f0d-b6a7aa6d80c1} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.6412e-05 sec | ||
250 | 2024.09.03 23:51:20.289903 [ 3 ] {6580ccb7-2493-45dc-8f0d-b6a7aa6d80c1} <Trace> ReferentialDeps: No tables | ||
251 | 2024.09.03 23:51:20.289925 [ 3 ] {6580ccb7-2493-45dc-8f0d-b6a7aa6d80c1} <Trace> LoadingDeps: No tables | ||
252 | 2024.09.03 23:51:20.289956 [ 3 ] {6580ccb7-2493-45dc-8f0d-b6a7aa6d80c1} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
253 | 2024.09.03 23:51:20.290127 [ 3 ] {6580ccb7-2493-45dc-8f0d-b6a7aa6d80c1} <Debug> DynamicQueryHandler: Done processing query | ||
254 | 2024.09.03 23:51:20.290159 [ 3 ] {} <Debug> HTTP-Session: 94cb2bc8-0282-4905-9675-27fe6ae41279 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
255 | 2024.09.03 23:51:20.290320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
256 | 2024.09.03 23:51:20.290390 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
257 | 2024.09.03 23:51:20.290418 [ 3 ] {} <Debug> HTTP-Session: 078c1bbf-d502-4de4-b016-e82bd8ffee7a Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
258 | 2024.09.03 23:51:20.290446 [ 3 ] {} <Debug> HTTP-Session: 078c1bbf-d502-4de4-b016-e82bd8ffee7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
259 | 2024.09.03 23:51:20.290470 [ 3 ] {} <Debug> HTTP-Session: 078c1bbf-d502-4de4-b016-e82bd8ffee7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.09.03 23:51:20.290513 [ 3 ] {} <Trace> HTTP-Session: 078c1bbf-d502-4de4-b016-e82bd8ffee7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
261 | 2024.09.03 23:51:20.290716 [ 3 ] {01ffe53f-f0ae-44b2-8f93-bb058595e6a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) /* The version table contains metadata about the `oximeter` database */ | ||
262 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
263 | 2024.09.03 23:51:20.290788 [ 3 ] {01ffe53f-f0ae-44b2-8f93-bb058595e6a3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
264 | 2024.09.03 23:51:20.298343 [ 3 ] {01ffe53f-f0ae-44b2-8f93-bb058595e6a3} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
265 | 2024.09.03 23:51:20.299856 [ 3 ] {01ffe53f-f0ae-44b2-8f93-bb058595e6a3} <Debug> oximeter.version (0859cd73-25ae-4a5a-9a7d-695e597fba82): Loading data parts | ||
266 | 2024.09.03 23:51:20.300386 [ 3 ] {01ffe53f-f0ae-44b2-8f93-bb058595e6a3} <Debug> oximeter.version (0859cd73-25ae-4a5a-9a7d-695e597fba82): There are no data parts | ||
267 | 2024.09.03 23:51:20.306218 [ 3 ] {01ffe53f-f0ae-44b2-8f93-bb058595e6a3} <Debug> DynamicQueryHandler: Done processing query | ||
268 | 2024.09.03 23:51:20.306250 [ 3 ] {} <Debug> HTTP-Session: 078c1bbf-d502-4de4-b016-e82bd8ffee7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
269 | 2024.09.03 23:51:20.306367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
270 | 2024.09.03 23:51:20.306419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
271 | 2024.09.03 23:51:20.306442 [ 3 ] {} <Debug> HTTP-Session: 21e2edcb-9078-45a3-819f-8e70b800bb72 Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
272 | 2024.09.03 23:51:20.306459 [ 3 ] {} <Debug> HTTP-Session: 21e2edcb-9078-45a3-819f-8e70b800bb72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
273 | 2024.09.03 23:51:20.306478 [ 3 ] {} <Debug> HTTP-Session: 21e2edcb-9078-45a3-819f-8e70b800bb72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
274 | 2024.09.03 23:51:20.306511 [ 3 ] {} <Trace> HTTP-Session: 21e2edcb-9078-45a3-819f-8e70b800bb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
275 | 2024.09.03 23:51:20.306723 [ 3 ] {8644e94b-8a0c-4542-bb2e-e366532561fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) /* The measurement tables contain all individual samples from each timeseries. | ||
276 | * | ||
277 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
278 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
279 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
280 | * by all samples from the same timeseries. | ||
281 | * | ||
282 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
283 | * and then uses that to index quickly into the measurements tables. | ||
284 | */ | ||
285 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
286 | 2024.09.03 23:51:20.306779 [ 3 ] {8644e94b-8a0c-4542-bb2e-e366532561fa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
287 | 2024.09.03 23:51:20.314553 [ 3 ] {8644e94b-8a0c-4542-bb2e-e366532561fa} <Debug> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Loading data parts | ||
288 | 2024.09.03 23:51:20.314783 [ 3 ] {8644e94b-8a0c-4542-bb2e-e366532561fa} <Debug> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): There are no data parts | ||
289 | 2024.09.03 23:51:20.326082 [ 3 ] {8644e94b-8a0c-4542-bb2e-e366532561fa} <Debug> DynamicQueryHandler: Done processing query | ||
290 | 2024.09.03 23:51:20.326118 [ 3 ] {} <Debug> HTTP-Session: 21e2edcb-9078-45a3-819f-8e70b800bb72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
291 | 2024.09.03 23:51:20.326254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
292 | 2024.09.03 23:51:20.326309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
293 | 2024.09.03 23:51:20.326335 [ 3 ] {} <Debug> HTTP-Session: 95a3dd69-49b3-472b-ad01-b004b6611d95 Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
294 | 2024.09.03 23:51:20.326356 [ 3 ] {} <Debug> HTTP-Session: 95a3dd69-49b3-472b-ad01-b004b6611d95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
295 | 2024.09.03 23:51:20.326370 [ 3 ] {} <Debug> HTTP-Session: 95a3dd69-49b3-472b-ad01-b004b6611d95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
296 | 2024.09.03 23:51:20.326406 [ 3 ] {} <Trace> HTTP-Session: 95a3dd69-49b3-472b-ad01-b004b6611d95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
297 | 2024.09.03 23:51:20.326588 [ 3 ] {8e9bb644-6d4d-4868-be2f-38476ede892f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
298 | 2024.09.03 23:51:20.326642 [ 3 ] {8e9bb644-6d4d-4868-be2f-38476ede892f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
299 | 2024.09.03 23:51:20.328837 [ 3 ] {8e9bb644-6d4d-4868-be2f-38476ede892f} <Debug> oximeter.measurements_i8 (68e1d18d-031a-41b3-b698-787a457f6e2b): Loading data parts | ||
300 | 2024.09.03 23:51:20.329010 [ 3 ] {8e9bb644-6d4d-4868-be2f-38476ede892f} <Debug> oximeter.measurements_i8 (68e1d18d-031a-41b3-b698-787a457f6e2b): There are no data parts | ||
301 | 2024.09.03 23:51:20.330144 [ 3 ] {8e9bb644-6d4d-4868-be2f-38476ede892f} <Debug> DynamicQueryHandler: Done processing query | ||
302 | 2024.09.03 23:51:20.330178 [ 3 ] {} <Debug> HTTP-Session: 95a3dd69-49b3-472b-ad01-b004b6611d95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
303 | 2024.09.03 23:51:20.330305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
304 | 2024.09.03 23:51:20.330359 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
305 | 2024.09.03 23:51:20.330383 [ 3 ] {} <Debug> HTTP-Session: 34595931-0281-4c6a-b1f1-3dcfc348bbb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
306 | 2024.09.03 23:51:20.330404 [ 3 ] {} <Debug> HTTP-Session: 34595931-0281-4c6a-b1f1-3dcfc348bbb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.09.03 23:51:20.330417 [ 3 ] {} <Debug> HTTP-Session: 34595931-0281-4c6a-b1f1-3dcfc348bbb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
308 | 2024.09.03 23:51:20.330453 [ 3 ] {} <Trace> HTTP-Session: 34595931-0281-4c6a-b1f1-3dcfc348bbb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
309 | 2024.09.03 23:51:20.330630 [ 3 ] {6a7e2920-3fb1-40e7-a7a2-8cab48e0c1c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
310 | 2024.09.03 23:51:20.330680 [ 3 ] {6a7e2920-3fb1-40e7-a7a2-8cab48e0c1c9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
311 | 2024.09.03 23:51:20.332261 [ 3 ] {6a7e2920-3fb1-40e7-a7a2-8cab48e0c1c9} <Debug> oximeter.measurements_u8 (09e14fc1-7430-433f-ac97-ce665eadaa7f): Loading data parts | ||
312 | 2024.09.03 23:51:20.332412 [ 3 ] {6a7e2920-3fb1-40e7-a7a2-8cab48e0c1c9} <Debug> oximeter.measurements_u8 (09e14fc1-7430-433f-ac97-ce665eadaa7f): There are no data parts | ||
313 | 2024.09.03 23:51:20.333587 [ 3 ] {6a7e2920-3fb1-40e7-a7a2-8cab48e0c1c9} <Debug> DynamicQueryHandler: Done processing query | ||
314 | 2024.09.03 23:51:20.333621 [ 3 ] {} <Debug> HTTP-Session: 34595931-0281-4c6a-b1f1-3dcfc348bbb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
315 | 2024.09.03 23:51:20.333750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
316 | 2024.09.03 23:51:20.333797 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
317 | 2024.09.03 23:51:20.333823 [ 3 ] {} <Debug> HTTP-Session: c4dfc943-e066-48bc-b4c7-99356544ecb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
318 | 2024.09.03 23:51:20.333845 [ 3 ] {} <Debug> HTTP-Session: c4dfc943-e066-48bc-b4c7-99356544ecb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.09.03 23:51:20.333858 [ 3 ] {} <Debug> HTTP-Session: c4dfc943-e066-48bc-b4c7-99356544ecb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
320 | 2024.09.03 23:51:20.333895 [ 3 ] {} <Trace> HTTP-Session: c4dfc943-e066-48bc-b4c7-99356544ecb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
321 | 2024.09.03 23:51:20.334075 [ 3 ] {95a86063-32db-441e-a210-790b00f039ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
322 | 2024.09.03 23:51:20.334131 [ 3 ] {95a86063-32db-441e-a210-790b00f039ff} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
323 | 2024.09.03 23:51:20.335829 [ 3 ] {95a86063-32db-441e-a210-790b00f039ff} <Debug> oximeter.measurements_i16 (be61dcb3-fd4b-4b16-8606-270da035a0e3): Loading data parts | ||
324 | 2024.09.03 23:51:20.335989 [ 3 ] {95a86063-32db-441e-a210-790b00f039ff} <Debug> oximeter.measurements_i16 (be61dcb3-fd4b-4b16-8606-270da035a0e3): There are no data parts | ||
325 | 2024.09.03 23:51:20.337170 [ 3 ] {95a86063-32db-441e-a210-790b00f039ff} <Debug> DynamicQueryHandler: Done processing query | ||
326 | 2024.09.03 23:51:20.337195 [ 3 ] {} <Debug> HTTP-Session: c4dfc943-e066-48bc-b4c7-99356544ecb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
327 | 2024.09.03 23:51:20.337315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
328 | 2024.09.03 23:51:20.337373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
329 | 2024.09.03 23:51:20.337392 [ 3 ] {} <Debug> HTTP-Session: fbe2d76a-0fe9-4511-baf0-fef4cdcdb533 Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
330 | 2024.09.03 23:51:20.337413 [ 3 ] {} <Debug> HTTP-Session: fbe2d76a-0fe9-4511-baf0-fef4cdcdb533 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.09.03 23:51:20.337426 [ 3 ] {} <Debug> HTTP-Session: fbe2d76a-0fe9-4511-baf0-fef4cdcdb533 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
332 | 2024.09.03 23:51:20.337460 [ 3 ] {} <Trace> HTTP-Session: fbe2d76a-0fe9-4511-baf0-fef4cdcdb533 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
333 | 2024.09.03 23:51:20.337634 [ 3 ] {49bd044c-b841-4862-903a-faa6177bf53f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
334 | 2024.09.03 23:51:20.337687 [ 3 ] {49bd044c-b841-4862-903a-faa6177bf53f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
335 | 2024.09.03 23:51:20.339258 [ 3 ] {49bd044c-b841-4862-903a-faa6177bf53f} <Debug> oximeter.measurements_u16 (46fde114-0403-4b99-b901-24369e0c6cb0): Loading data parts | ||
336 | 2024.09.03 23:51:20.339412 [ 3 ] {49bd044c-b841-4862-903a-faa6177bf53f} <Debug> oximeter.measurements_u16 (46fde114-0403-4b99-b901-24369e0c6cb0): There are no data parts | ||
337 | 2024.09.03 23:51:20.340606 [ 3 ] {49bd044c-b841-4862-903a-faa6177bf53f} <Debug> DynamicQueryHandler: Done processing query | ||
338 | 2024.09.03 23:51:20.340636 [ 3 ] {} <Debug> HTTP-Session: fbe2d76a-0fe9-4511-baf0-fef4cdcdb533 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
339 | 2024.09.03 23:51:20.340756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
340 | 2024.09.03 23:51:20.340809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
341 | 2024.09.03 23:51:20.340827 [ 3 ] {} <Debug> HTTP-Session: d16c8369-7fd1-4ea7-bf6b-b16d8f89e970 Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
342 | 2024.09.03 23:51:20.340847 [ 3 ] {} <Debug> HTTP-Session: d16c8369-7fd1-4ea7-bf6b-b16d8f89e970 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.09.03 23:51:20.340861 [ 3 ] {} <Debug> HTTP-Session: d16c8369-7fd1-4ea7-bf6b-b16d8f89e970 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
344 | 2024.09.03 23:51:20.340896 [ 3 ] {} <Trace> HTTP-Session: d16c8369-7fd1-4ea7-bf6b-b16d8f89e970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
345 | 2024.09.03 23:51:20.341072 [ 3 ] {42d6a6b1-94b7-4ec1-952c-b562f65f7dff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
346 | 2024.09.03 23:51:20.341122 [ 3 ] {42d6a6b1-94b7-4ec1-952c-b562f65f7dff} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
347 | 2024.09.03 23:51:20.342742 [ 3 ] {42d6a6b1-94b7-4ec1-952c-b562f65f7dff} <Debug> oximeter.measurements_i32 (feeb575b-6c84-4869-82b7-2791635e1ec9): Loading data parts | ||
348 | 2024.09.03 23:51:20.342904 [ 3 ] {42d6a6b1-94b7-4ec1-952c-b562f65f7dff} <Debug> oximeter.measurements_i32 (feeb575b-6c84-4869-82b7-2791635e1ec9): There are no data parts | ||
349 | 2024.09.03 23:51:20.344043 [ 3 ] {42d6a6b1-94b7-4ec1-952c-b562f65f7dff} <Debug> DynamicQueryHandler: Done processing query | ||
350 | 2024.09.03 23:51:20.344067 [ 3 ] {} <Debug> HTTP-Session: d16c8369-7fd1-4ea7-bf6b-b16d8f89e970 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
351 | 2024.09.03 23:51:20.344170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
352 | 2024.09.03 23:51:20.344220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
353 | 2024.09.03 23:51:20.344240 [ 3 ] {} <Debug> HTTP-Session: 66044af0-e328-4b5f-b030-7388ac70c8da Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
354 | 2024.09.03 23:51:20.344263 [ 3 ] {} <Debug> HTTP-Session: 66044af0-e328-4b5f-b030-7388ac70c8da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.09.03 23:51:20.344279 [ 3 ] {} <Debug> HTTP-Session: 66044af0-e328-4b5f-b030-7388ac70c8da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
356 | 2024.09.03 23:51:20.344310 [ 3 ] {} <Trace> HTTP-Session: 66044af0-e328-4b5f-b030-7388ac70c8da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
357 | 2024.09.03 23:51:20.344487 [ 3 ] {4b98e5ab-187d-4d82-8130-b1928ca646eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
358 | 2024.09.03 23:51:20.344539 [ 3 ] {4b98e5ab-187d-4d82-8130-b1928ca646eb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
359 | 2024.09.03 23:51:20.346086 [ 3 ] {4b98e5ab-187d-4d82-8130-b1928ca646eb} <Debug> oximeter.measurements_u32 (c21e82ca-0a28-439d-8b5a-742ada9a794a): Loading data parts | ||
360 | 2024.09.03 23:51:20.346242 [ 3 ] {4b98e5ab-187d-4d82-8130-b1928ca646eb} <Debug> oximeter.measurements_u32 (c21e82ca-0a28-439d-8b5a-742ada9a794a): There are no data parts | ||
361 | 2024.09.03 23:51:20.347376 [ 3 ] {4b98e5ab-187d-4d82-8130-b1928ca646eb} <Debug> DynamicQueryHandler: Done processing query | ||
362 | 2024.09.03 23:51:20.347400 [ 3 ] {} <Debug> HTTP-Session: 66044af0-e328-4b5f-b030-7388ac70c8da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
363 | 2024.09.03 23:51:20.347521 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
364 | 2024.09.03 23:51:20.347592 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
365 | 2024.09.03 23:51:20.347610 [ 3 ] {} <Debug> HTTP-Session: 19a08512-f0aa-4f77-bda0-d822112e8af8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
366 | 2024.09.03 23:51:20.347631 [ 3 ] {} <Debug> HTTP-Session: 19a08512-f0aa-4f77-bda0-d822112e8af8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.09.03 23:51:20.347648 [ 3 ] {} <Debug> HTTP-Session: 19a08512-f0aa-4f77-bda0-d822112e8af8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
368 | 2024.09.03 23:51:20.347678 [ 3 ] {} <Trace> HTTP-Session: 19a08512-f0aa-4f77-bda0-d822112e8af8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
369 | 2024.09.03 23:51:20.347853 [ 3 ] {a2754887-c80b-4b89-9ced-b2f6db9500e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
370 | 2024.09.03 23:51:20.347904 [ 3 ] {a2754887-c80b-4b89-9ced-b2f6db9500e4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
371 | 2024.09.03 23:51:20.349507 [ 3 ] {a2754887-c80b-4b89-9ced-b2f6db9500e4} <Debug> oximeter.measurements_i64 (6dccfcb5-ea8e-4ec3-8477-256f4b48c830): Loading data parts | ||
372 | 2024.09.03 23:51:20.349676 [ 3 ] {a2754887-c80b-4b89-9ced-b2f6db9500e4} <Debug> oximeter.measurements_i64 (6dccfcb5-ea8e-4ec3-8477-256f4b48c830): There are no data parts | ||
373 | 2024.09.03 23:51:20.350862 [ 3 ] {a2754887-c80b-4b89-9ced-b2f6db9500e4} <Debug> DynamicQueryHandler: Done processing query | ||
374 | 2024.09.03 23:51:20.350890 [ 3 ] {} <Debug> HTTP-Session: 19a08512-f0aa-4f77-bda0-d822112e8af8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
375 | 2024.09.03 23:51:20.351016 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
376 | 2024.09.03 23:51:20.351072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
377 | 2024.09.03 23:51:20.351090 [ 3 ] {} <Debug> HTTP-Session: f741fc6c-b494-4df4-8947-24c367cba2e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
378 | 2024.09.03 23:51:20.351115 [ 3 ] {} <Debug> HTTP-Session: f741fc6c-b494-4df4-8947-24c367cba2e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.09.03 23:51:20.351133 [ 3 ] {} <Debug> HTTP-Session: f741fc6c-b494-4df4-8947-24c367cba2e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
380 | 2024.09.03 23:51:20.351163 [ 3 ] {} <Trace> HTTP-Session: f741fc6c-b494-4df4-8947-24c367cba2e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
381 | 2024.09.03 23:51:20.351343 [ 3 ] {c1db25d5-307e-47c4-8718-869da978d255} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
382 | 2024.09.03 23:51:20.351396 [ 3 ] {c1db25d5-307e-47c4-8718-869da978d255} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
383 | 2024.09.03 23:51:20.352965 [ 3 ] {c1db25d5-307e-47c4-8718-869da978d255} <Debug> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Loading data parts | ||
384 | 2024.09.03 23:51:20.353116 [ 3 ] {c1db25d5-307e-47c4-8718-869da978d255} <Debug> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): There are no data parts | ||
385 | 2024.09.03 23:51:20.354388 [ 3 ] {c1db25d5-307e-47c4-8718-869da978d255} <Debug> DynamicQueryHandler: Done processing query | ||
386 | 2024.09.03 23:51:20.354414 [ 3 ] {} <Debug> HTTP-Session: f741fc6c-b494-4df4-8947-24c367cba2e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
387 | 2024.09.03 23:51:20.354530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
388 | 2024.09.03 23:51:20.354582 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
389 | 2024.09.03 23:51:20.354600 [ 3 ] {} <Debug> HTTP-Session: 43873e49-f30e-4689-bb7b-6912ec580346 Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
390 | 2024.09.03 23:51:20.354620 [ 3 ] {} <Debug> HTTP-Session: 43873e49-f30e-4689-bb7b-6912ec580346 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.09.03 23:51:20.354638 [ 3 ] {} <Debug> HTTP-Session: 43873e49-f30e-4689-bb7b-6912ec580346 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
392 | 2024.09.03 23:51:20.354668 [ 3 ] {} <Trace> HTTP-Session: 43873e49-f30e-4689-bb7b-6912ec580346 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
393 | 2024.09.03 23:51:20.354843 [ 3 ] {78da8e60-f6a9-4b86-b167-e0ca57b233a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
394 | 2024.09.03 23:51:20.354898 [ 3 ] {78da8e60-f6a9-4b86-b167-e0ca57b233a5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
395 | 2024.09.03 23:51:20.356531 [ 3 ] {78da8e60-f6a9-4b86-b167-e0ca57b233a5} <Debug> oximeter.measurements_f32 (9c03f98c-80db-4597-b276-abe8ef72cc0d): Loading data parts | ||
396 | 2024.09.03 23:51:20.356688 [ 3 ] {78da8e60-f6a9-4b86-b167-e0ca57b233a5} <Debug> oximeter.measurements_f32 (9c03f98c-80db-4597-b276-abe8ef72cc0d): There are no data parts | ||
397 | 2024.09.03 23:51:20.357805 [ 3 ] {78da8e60-f6a9-4b86-b167-e0ca57b233a5} <Debug> DynamicQueryHandler: Done processing query | ||
398 | 2024.09.03 23:51:20.357830 [ 3 ] {} <Debug> HTTP-Session: 43873e49-f30e-4689-bb7b-6912ec580346 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
399 | 2024.09.03 23:51:20.357949 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
400 | 2024.09.03 23:51:20.358002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
401 | 2024.09.03 23:51:20.358021 [ 3 ] {} <Debug> HTTP-Session: c3a16245-0d6b-466f-ac34-98949ed3045f Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
402 | 2024.09.03 23:51:20.358042 [ 3 ] {} <Debug> HTTP-Session: c3a16245-0d6b-466f-ac34-98949ed3045f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.09.03 23:51:20.358059 [ 3 ] {} <Debug> HTTP-Session: c3a16245-0d6b-466f-ac34-98949ed3045f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
404 | 2024.09.03 23:51:20.358089 [ 3 ] {} <Trace> HTTP-Session: c3a16245-0d6b-466f-ac34-98949ed3045f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
405 | 2024.09.03 23:51:20.358262 [ 3 ] {0124148c-1a93-4fdc-92bf-281a0a66b9d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
406 | 2024.09.03 23:51:20.358315 [ 3 ] {0124148c-1a93-4fdc-92bf-281a0a66b9d1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
407 | 2024.09.03 23:51:20.359874 [ 3 ] {0124148c-1a93-4fdc-92bf-281a0a66b9d1} <Debug> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Loading data parts | ||
408 | 2024.09.03 23:51:20.360024 [ 3 ] {0124148c-1a93-4fdc-92bf-281a0a66b9d1} <Debug> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): There are no data parts | ||
409 | 2024.09.03 23:51:20.361151 [ 3 ] {0124148c-1a93-4fdc-92bf-281a0a66b9d1} <Debug> DynamicQueryHandler: Done processing query | ||
410 | 2024.09.03 23:51:20.361176 [ 3 ] {} <Debug> HTTP-Session: c3a16245-0d6b-466f-ac34-98949ed3045f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
411 | 2024.09.03 23:51:20.361292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
412 | 2024.09.03 23:51:20.361346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
413 | 2024.09.03 23:51:20.361369 [ 3 ] {} <Debug> HTTP-Session: 9c7e9196-f7b7-4db5-9259-e2c6a11d6fb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
414 | 2024.09.03 23:51:20.361385 [ 3 ] {} <Debug> HTTP-Session: 9c7e9196-f7b7-4db5-9259-e2c6a11d6fb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.09.03 23:51:20.361402 [ 3 ] {} <Debug> HTTP-Session: 9c7e9196-f7b7-4db5-9259-e2c6a11d6fb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
416 | 2024.09.03 23:51:20.361435 [ 3 ] {} <Trace> HTTP-Session: 9c7e9196-f7b7-4db5-9259-e2c6a11d6fb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
417 | 2024.09.03 23:51:20.361606 [ 3 ] {ee0d6179-89ac-4ef4-8040-1374bc752f63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
418 | 2024.09.03 23:51:20.361658 [ 3 ] {ee0d6179-89ac-4ef4-8040-1374bc752f63} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
419 | 2024.09.03 23:51:20.363301 [ 3 ] {ee0d6179-89ac-4ef4-8040-1374bc752f63} <Debug> oximeter.measurements_string (1ec45bb5-b28a-4c17-b040-b3b9b944d455): Loading data parts | ||
420 | 2024.09.03 23:51:20.363463 [ 3 ] {ee0d6179-89ac-4ef4-8040-1374bc752f63} <Debug> oximeter.measurements_string (1ec45bb5-b28a-4c17-b040-b3b9b944d455): There are no data parts | ||
421 | 2024.09.03 23:51:20.364595 [ 3 ] {ee0d6179-89ac-4ef4-8040-1374bc752f63} <Debug> DynamicQueryHandler: Done processing query | ||
422 | 2024.09.03 23:51:20.364620 [ 3 ] {} <Debug> HTTP-Session: 9c7e9196-f7b7-4db5-9259-e2c6a11d6fb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
423 | 2024.09.03 23:51:20.364738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
424 | 2024.09.03 23:51:20.364789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
425 | 2024.09.03 23:51:20.364814 [ 3 ] {} <Debug> HTTP-Session: 2ce653f2-472d-4df9-8172-212617a30e9f Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
426 | 2024.09.03 23:51:20.364830 [ 3 ] {} <Debug> HTTP-Session: 2ce653f2-472d-4df9-8172-212617a30e9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.09.03 23:51:20.364847 [ 3 ] {} <Debug> HTTP-Session: 2ce653f2-472d-4df9-8172-212617a30e9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
428 | 2024.09.03 23:51:20.364880 [ 3 ] {} <Trace> HTTP-Session: 2ce653f2-472d-4df9-8172-212617a30e9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
429 | 2024.09.03 23:51:20.365057 [ 3 ] {17604db6-61d0-4ea3-bf08-c69b2bb8515d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
430 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
431 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
432 | * a string isn't palatable for a few reasons. | ||
433 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
434 | * details. | ||
435 | */ | ||
436 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
437 | 2024.09.03 23:51:20.365110 [ 3 ] {17604db6-61d0-4ea3-bf08-c69b2bb8515d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
438 | 2024.09.03 23:51:20.366684 [ 3 ] {17604db6-61d0-4ea3-bf08-c69b2bb8515d} <Debug> oximeter.measurements_bytes (f17266e8-cf20-4b1b-87ce-ac1ea694cb1c): Loading data parts | ||
439 | 2024.09.03 23:51:20.366837 [ 3 ] {17604db6-61d0-4ea3-bf08-c69b2bb8515d} <Debug> oximeter.measurements_bytes (f17266e8-cf20-4b1b-87ce-ac1ea694cb1c): There are no data parts | ||
440 | 2024.09.03 23:51:20.367944 [ 3 ] {17604db6-61d0-4ea3-bf08-c69b2bb8515d} <Debug> DynamicQueryHandler: Done processing query | ||
441 | 2024.09.03 23:51:20.367977 [ 3 ] {} <Debug> HTTP-Session: 2ce653f2-472d-4df9-8172-212617a30e9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
442 | 2024.09.03 23:51:20.368080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
443 | 2024.09.03 23:51:20.368132 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
444 | 2024.09.03 23:51:20.368157 [ 3 ] {} <Debug> HTTP-Session: dd08a01a-66b5-4f95-a34d-3ecde40bf6bf Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
445 | 2024.09.03 23:51:20.368176 [ 3 ] {} <Debug> HTTP-Session: dd08a01a-66b5-4f95-a34d-3ecde40bf6bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
446 | 2024.09.03 23:51:20.368189 [ 3 ] {} <Debug> HTTP-Session: dd08a01a-66b5-4f95-a34d-3ecde40bf6bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
447 | 2024.09.03 23:51:20.368223 [ 3 ] {} <Trace> HTTP-Session: dd08a01a-66b5-4f95-a34d-3ecde40bf6bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
448 | 2024.09.03 23:51:20.368409 [ 3 ] {cc7b979a-267d-4c65-b08c-2629724b6984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
449 | 2024.09.03 23:51:20.368463 [ 3 ] {cc7b979a-267d-4c65-b08c-2629724b6984} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
450 | 2024.09.03 23:51:20.370134 [ 3 ] {cc7b979a-267d-4c65-b08c-2629724b6984} <Debug> oximeter.measurements_cumulativei64 (c0b1627b-938b-40d9-be0a-523a4a2a9f84): Loading data parts | ||
451 | 2024.09.03 23:51:20.370330 [ 3 ] {cc7b979a-267d-4c65-b08c-2629724b6984} <Debug> oximeter.measurements_cumulativei64 (c0b1627b-938b-40d9-be0a-523a4a2a9f84): There are no data parts | ||
452 | 2024.09.03 23:51:20.371506 [ 3 ] {cc7b979a-267d-4c65-b08c-2629724b6984} <Debug> DynamicQueryHandler: Done processing query | ||
453 | 2024.09.03 23:51:20.371530 [ 3 ] {} <Debug> HTTP-Session: dd08a01a-66b5-4f95-a34d-3ecde40bf6bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
454 | 2024.09.03 23:51:20.371649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
455 | 2024.09.03 23:51:20.371701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
456 | 2024.09.03 23:51:20.371721 [ 3 ] {} <Debug> HTTP-Session: 1e0f39cd-e964-4371-a78a-9704659ebbe0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
457 | 2024.09.03 23:51:20.371741 [ 3 ] {} <Debug> HTTP-Session: 1e0f39cd-e964-4371-a78a-9704659ebbe0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.09.03 23:51:20.371758 [ 3 ] {} <Debug> HTTP-Session: 1e0f39cd-e964-4371-a78a-9704659ebbe0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
459 | 2024.09.03 23:51:20.371788 [ 3 ] {} <Trace> HTTP-Session: 1e0f39cd-e964-4371-a78a-9704659ebbe0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
460 | 2024.09.03 23:51:20.371973 [ 3 ] {ee3bedb2-585d-4a80-b7f1-8ed8f4e2b808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
461 | 2024.09.03 23:51:20.372027 [ 3 ] {ee3bedb2-585d-4a80-b7f1-8ed8f4e2b808} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
462 | 2024.09.03 23:51:20.373640 [ 3 ] {ee3bedb2-585d-4a80-b7f1-8ed8f4e2b808} <Debug> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Loading data parts | ||
463 | 2024.09.03 23:51:20.373791 [ 3 ] {ee3bedb2-585d-4a80-b7f1-8ed8f4e2b808} <Debug> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): There are no data parts | ||
464 | 2024.09.03 23:51:20.374952 [ 3 ] {ee3bedb2-585d-4a80-b7f1-8ed8f4e2b808} <Debug> DynamicQueryHandler: Done processing query | ||
465 | 2024.09.03 23:51:20.374983 [ 3 ] {} <Debug> HTTP-Session: 1e0f39cd-e964-4371-a78a-9704659ebbe0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
466 | 2024.09.03 23:51:20.375089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
467 | 2024.09.03 23:51:20.375141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
468 | 2024.09.03 23:51:20.375166 [ 3 ] {} <Debug> HTTP-Session: 264df7e5-0113-4cab-a778-dde085e12bb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
469 | 2024.09.03 23:51:20.375182 [ 3 ] {} <Debug> HTTP-Session: 264df7e5-0113-4cab-a778-dde085e12bb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
470 | 2024.09.03 23:51:20.375201 [ 3 ] {} <Debug> HTTP-Session: 264df7e5-0113-4cab-a778-dde085e12bb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
471 | 2024.09.03 23:51:20.375234 [ 3 ] {} <Trace> HTTP-Session: 264df7e5-0113-4cab-a778-dde085e12bb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
472 | 2024.09.03 23:51:20.375416 [ 3 ] {2a90b2a5-9fbb-423a-bffe-0852bb0a352a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
473 | 2024.09.03 23:51:20.375471 [ 3 ] {2a90b2a5-9fbb-423a-bffe-0852bb0a352a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
474 | 2024.09.03 23:51:20.377107 [ 3 ] {2a90b2a5-9fbb-423a-bffe-0852bb0a352a} <Debug> oximeter.measurements_cumulativef32 (6971a5a8-ce20-4363-9017-cc1d1998aed3): Loading data parts | ||
475 | 2024.09.03 23:51:20.377264 [ 3 ] {2a90b2a5-9fbb-423a-bffe-0852bb0a352a} <Debug> oximeter.measurements_cumulativef32 (6971a5a8-ce20-4363-9017-cc1d1998aed3): There are no data parts | ||
476 | 2024.09.03 23:51:20.378381 [ 3 ] {2a90b2a5-9fbb-423a-bffe-0852bb0a352a} <Debug> DynamicQueryHandler: Done processing query | ||
477 | 2024.09.03 23:51:20.378414 [ 3 ] {} <Debug> HTTP-Session: 264df7e5-0113-4cab-a778-dde085e12bb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
478 | 2024.09.03 23:51:20.378519 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
479 | 2024.09.03 23:51:20.378565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
480 | 2024.09.03 23:51:20.378591 [ 3 ] {} <Debug> HTTP-Session: fd06d0d3-e7f5-4651-ba75-7fe13dae8096 Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
481 | 2024.09.03 23:51:20.378611 [ 3 ] {} <Debug> HTTP-Session: fd06d0d3-e7f5-4651-ba75-7fe13dae8096 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
482 | 2024.09.03 23:51:20.378625 [ 3 ] {} <Debug> HTTP-Session: fd06d0d3-e7f5-4651-ba75-7fe13dae8096 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
483 | 2024.09.03 23:51:20.378660 [ 3 ] {} <Trace> HTTP-Session: fd06d0d3-e7f5-4651-ba75-7fe13dae8096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
484 | 2024.09.03 23:51:20.378844 [ 3 ] {ec0372c1-9dfc-4d6c-9e16-27668314bec5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
485 | 2024.09.03 23:51:20.378924 [ 3 ] {ec0372c1-9dfc-4d6c-9e16-27668314bec5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
486 | 2024.09.03 23:51:20.380514 [ 3 ] {ec0372c1-9dfc-4d6c-9e16-27668314bec5} <Debug> oximeter.measurements_cumulativef64 (7f3b3cb4-ab8c-4e12-9f9c-45ba60c03f53): Loading data parts | ||
487 | 2024.09.03 23:51:20.380702 [ 3 ] {ec0372c1-9dfc-4d6c-9e16-27668314bec5} <Debug> oximeter.measurements_cumulativef64 (7f3b3cb4-ab8c-4e12-9f9c-45ba60c03f53): There are no data parts | ||
488 | 2024.09.03 23:51:20.381827 [ 3 ] {ec0372c1-9dfc-4d6c-9e16-27668314bec5} <Debug> DynamicQueryHandler: Done processing query | ||
489 | 2024.09.03 23:51:20.381851 [ 3 ] {} <Debug> HTTP-Session: fd06d0d3-e7f5-4651-ba75-7fe13dae8096 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
490 | 2024.09.03 23:51:20.381974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
491 | 2024.09.03 23:51:20.382027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
492 | 2024.09.03 23:51:20.382045 [ 3 ] {} <Debug> HTTP-Session: ec8c6a1d-a426-4597-ab51-8cf338e3d0d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
493 | 2024.09.03 23:51:20.382066 [ 3 ] {} <Debug> HTTP-Session: ec8c6a1d-a426-4597-ab51-8cf338e3d0d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
494 | 2024.09.03 23:51:20.382084 [ 3 ] {} <Debug> HTTP-Session: ec8c6a1d-a426-4597-ab51-8cf338e3d0d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
495 | 2024.09.03 23:51:20.382113 [ 3 ] {} <Trace> HTTP-Session: ec8c6a1d-a426-4597-ab51-8cf338e3d0d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
496 | 2024.09.03 23:51:20.382393 [ 3 ] {06810a77-e502-41e3-bde3-7acfe38201d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
497 | * NOTE: Array types cannot be Nullable, see | ||
498 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
499 | * for more details. | ||
500 | * | ||
501 | * This means we need to use empty arrays to indicate a missing value. This | ||
502 | * is unfortunate, and at this point relies on the fact that an | ||
503 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
504 | * to figure out another way to represent missing samples here. | ||
505 | */ | ||
506 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
507 | 2024.09.03 23:51:20.382458 [ 3 ] {06810a77-e502-41e3-bde3-7acfe38201d2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
508 | 2024.09.03 23:51:20.384348 [ 3 ] {06810a77-e502-41e3-bde3-7acfe38201d2} <Debug> oximeter.measurements_histogrami8 (630585d2-b273-49dd-883c-c572d7f6e522): Loading data parts | ||
509 | 2024.09.03 23:51:20.384504 [ 3 ] {06810a77-e502-41e3-bde3-7acfe38201d2} <Debug> oximeter.measurements_histogrami8 (630585d2-b273-49dd-883c-c572d7f6e522): There are no data parts | ||
510 | 2024.09.03 23:51:20.385694 [ 3 ] {06810a77-e502-41e3-bde3-7acfe38201d2} <Debug> DynamicQueryHandler: Done processing query | ||
511 | 2024.09.03 23:51:20.385720 [ 3 ] {} <Debug> HTTP-Session: ec8c6a1d-a426-4597-ab51-8cf338e3d0d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
512 | 2024.09.03 23:51:20.385836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
513 | 2024.09.03 23:51:20.385890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
514 | 2024.09.03 23:51:20.385910 [ 3 ] {} <Debug> HTTP-Session: ec35af97-46a2-44b0-a037-62b8ef0e7ebd Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
515 | 2024.09.03 23:51:20.385932 [ 3 ] {} <Debug> HTTP-Session: ec35af97-46a2-44b0-a037-62b8ef0e7ebd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
516 | 2024.09.03 23:51:20.385952 [ 3 ] {} <Debug> HTTP-Session: ec35af97-46a2-44b0-a037-62b8ef0e7ebd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
517 | 2024.09.03 23:51:20.385983 [ 3 ] {} <Trace> HTTP-Session: ec35af97-46a2-44b0-a037-62b8ef0e7ebd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
518 | 2024.09.03 23:51:20.386233 [ 3 ] {b1d0a493-759e-434f-87dd-ee38d5ed56fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
519 | 2024.09.03 23:51:20.386298 [ 3 ] {b1d0a493-759e-434f-87dd-ee38d5ed56fa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
520 | 2024.09.03 23:51:20.388149 [ 3 ] {b1d0a493-759e-434f-87dd-ee38d5ed56fa} <Debug> oximeter.measurements_histogramu8 (6f4b66c1-83af-4d8b-b16a-8b393eace809): Loading data parts | ||
521 | 2024.09.03 23:51:20.388306 [ 3 ] {b1d0a493-759e-434f-87dd-ee38d5ed56fa} <Debug> oximeter.measurements_histogramu8 (6f4b66c1-83af-4d8b-b16a-8b393eace809): There are no data parts | ||
522 | 2024.09.03 23:51:20.389488 [ 3 ] {b1d0a493-759e-434f-87dd-ee38d5ed56fa} <Debug> DynamicQueryHandler: Done processing query | ||
523 | 2024.09.03 23:51:20.389513 [ 3 ] {} <Debug> HTTP-Session: ec35af97-46a2-44b0-a037-62b8ef0e7ebd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
524 | 2024.09.03 23:51:20.389629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
525 | 2024.09.03 23:51:20.389682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
526 | 2024.09.03 23:51:20.389702 [ 3 ] {} <Debug> HTTP-Session: 0767602e-e40c-4faa-b75a-001c8c92dc95 Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
527 | 2024.09.03 23:51:20.389724 [ 3 ] {} <Debug> HTTP-Session: 0767602e-e40c-4faa-b75a-001c8c92dc95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
528 | 2024.09.03 23:51:20.389742 [ 3 ] {} <Debug> HTTP-Session: 0767602e-e40c-4faa-b75a-001c8c92dc95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
529 | 2024.09.03 23:51:20.389772 [ 3 ] {} <Trace> HTTP-Session: 0767602e-e40c-4faa-b75a-001c8c92dc95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
530 | 2024.09.03 23:51:20.390023 [ 3 ] {dfc74047-b6d0-43bd-8ced-e27336f95206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
531 | 2024.09.03 23:51:20.390087 [ 3 ] {dfc74047-b6d0-43bd-8ced-e27336f95206} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
532 | 2024.09.03 23:51:20.392012 [ 3 ] {dfc74047-b6d0-43bd-8ced-e27336f95206} <Debug> oximeter.measurements_histogrami16 (f0c8e265-d087-4275-a402-9455efa80a1f): Loading data parts | ||
533 | 2024.09.03 23:51:20.392168 [ 3 ] {dfc74047-b6d0-43bd-8ced-e27336f95206} <Debug> oximeter.measurements_histogrami16 (f0c8e265-d087-4275-a402-9455efa80a1f): There are no data parts | ||
534 | 2024.09.03 23:51:20.393399 [ 3 ] {dfc74047-b6d0-43bd-8ced-e27336f95206} <Debug> DynamicQueryHandler: Done processing query | ||
535 | 2024.09.03 23:51:20.393425 [ 3 ] {} <Debug> HTTP-Session: 0767602e-e40c-4faa-b75a-001c8c92dc95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
536 | 2024.09.03 23:51:20.393555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
537 | 2024.09.03 23:51:20.393609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
538 | 2024.09.03 23:51:20.393634 [ 3 ] {} <Debug> HTTP-Session: ec48bd3e-c8b6-43fc-90e6-9b1ef9d1ebbc Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
539 | 2024.09.03 23:51:20.393650 [ 3 ] {} <Debug> HTTP-Session: ec48bd3e-c8b6-43fc-90e6-9b1ef9d1ebbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
540 | 2024.09.03 23:51:20.393669 [ 3 ] {} <Debug> HTTP-Session: ec48bd3e-c8b6-43fc-90e6-9b1ef9d1ebbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
541 | 2024.09.03 23:51:20.393699 [ 3 ] {} <Trace> HTTP-Session: ec48bd3e-c8b6-43fc-90e6-9b1ef9d1ebbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
542 | 2024.09.03 23:51:20.393950 [ 3 ] {5c16b04d-1203-4162-a882-654e7d55b971} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
543 | 2024.09.03 23:51:20.394015 [ 3 ] {5c16b04d-1203-4162-a882-654e7d55b971} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
544 | 2024.09.03 23:51:20.395874 [ 3 ] {5c16b04d-1203-4162-a882-654e7d55b971} <Debug> oximeter.measurements_histogramu16 (41fe8fbd-8939-49e4-be8d-08f8d2e1fd17): Loading data parts | ||
545 | 2024.09.03 23:51:20.396033 [ 3 ] {5c16b04d-1203-4162-a882-654e7d55b971} <Debug> oximeter.measurements_histogramu16 (41fe8fbd-8939-49e4-be8d-08f8d2e1fd17): There are no data parts | ||
546 | 2024.09.03 23:51:20.397216 [ 3 ] {5c16b04d-1203-4162-a882-654e7d55b971} <Debug> DynamicQueryHandler: Done processing query | ||
547 | 2024.09.03 23:51:20.397242 [ 3 ] {} <Debug> HTTP-Session: ec48bd3e-c8b6-43fc-90e6-9b1ef9d1ebbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
548 | 2024.09.03 23:51:20.397373 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
549 | 2024.09.03 23:51:20.397427 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
550 | 2024.09.03 23:51:20.397446 [ 3 ] {} <Debug> HTTP-Session: 4c9431cc-b337-4e5f-a555-f1016706e8af Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
551 | 2024.09.03 23:51:20.397468 [ 3 ] {} <Debug> HTTP-Session: 4c9431cc-b337-4e5f-a555-f1016706e8af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
552 | 2024.09.03 23:51:20.397487 [ 3 ] {} <Debug> HTTP-Session: 4c9431cc-b337-4e5f-a555-f1016706e8af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
553 | 2024.09.03 23:51:20.397517 [ 3 ] {} <Trace> HTTP-Session: 4c9431cc-b337-4e5f-a555-f1016706e8af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
554 | 2024.09.03 23:51:20.397767 [ 3 ] {924d74f4-a18e-4711-aae6-a2f6ace7ad68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
555 | 2024.09.03 23:51:20.397833 [ 3 ] {924d74f4-a18e-4711-aae6-a2f6ace7ad68} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
556 | 2024.09.03 23:51:20.399732 [ 3 ] {924d74f4-a18e-4711-aae6-a2f6ace7ad68} <Debug> oximeter.measurements_histogrami32 (a32ee21f-a6bf-4369-a7c5-8e85898fab91): Loading data parts | ||
557 | 2024.09.03 23:51:20.399887 [ 3 ] {924d74f4-a18e-4711-aae6-a2f6ace7ad68} <Debug> oximeter.measurements_histogrami32 (a32ee21f-a6bf-4369-a7c5-8e85898fab91): There are no data parts | ||
558 | 2024.09.03 23:51:20.401103 [ 3 ] {924d74f4-a18e-4711-aae6-a2f6ace7ad68} <Debug> DynamicQueryHandler: Done processing query | ||
559 | 2024.09.03 23:51:20.401128 [ 3 ] {} <Debug> HTTP-Session: 4c9431cc-b337-4e5f-a555-f1016706e8af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
560 | 2024.09.03 23:51:20.401246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
561 | 2024.09.03 23:51:20.401300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
562 | 2024.09.03 23:51:20.401326 [ 3 ] {} <Debug> HTTP-Session: d283b239-1640-452c-a384-cab3cb28cfa0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
563 | 2024.09.03 23:51:20.401342 [ 3 ] {} <Debug> HTTP-Session: d283b239-1640-452c-a384-cab3cb28cfa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
564 | 2024.09.03 23:51:20.401387 [ 3 ] {} <Debug> HTTP-Session: d283b239-1640-452c-a384-cab3cb28cfa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
565 | 2024.09.03 23:51:20.401422 [ 3 ] {} <Trace> HTTP-Session: d283b239-1640-452c-a384-cab3cb28cfa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
566 | 2024.09.03 23:51:20.401664 [ 3 ] {ede4a0d6-279e-4305-817b-56c97e181c63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
567 | 2024.09.03 23:51:20.401754 [ 3 ] {ede4a0d6-279e-4305-817b-56c97e181c63} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
568 | 2024.09.03 23:51:20.403642 [ 3 ] {ede4a0d6-279e-4305-817b-56c97e181c63} <Debug> oximeter.measurements_histogramu32 (adc17901-3c28-4581-8863-a835c62b7b69): Loading data parts | ||
569 | 2024.09.03 23:51:20.403795 [ 3 ] {ede4a0d6-279e-4305-817b-56c97e181c63} <Debug> oximeter.measurements_histogramu32 (adc17901-3c28-4581-8863-a835c62b7b69): There are no data parts | ||
570 | 2024.09.03 23:51:20.405050 [ 3 ] {ede4a0d6-279e-4305-817b-56c97e181c63} <Debug> DynamicQueryHandler: Done processing query | ||
571 | 2024.09.03 23:51:20.405075 [ 3 ] {} <Debug> HTTP-Session: d283b239-1640-452c-a384-cab3cb28cfa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
572 | 2024.09.03 23:51:20.405220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
573 | 2024.09.03 23:51:20.405273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
574 | 2024.09.03 23:51:20.405299 [ 3 ] {} <Debug> HTTP-Session: 43bcb710-3c40-4c7d-82f6-212094b270d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
575 | 2024.09.03 23:51:20.405315 [ 3 ] {} <Debug> HTTP-Session: 43bcb710-3c40-4c7d-82f6-212094b270d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
576 | 2024.09.03 23:51:20.405335 [ 3 ] {} <Debug> HTTP-Session: 43bcb710-3c40-4c7d-82f6-212094b270d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
577 | 2024.09.03 23:51:20.405371 [ 3 ] {} <Trace> HTTP-Session: 43bcb710-3c40-4c7d-82f6-212094b270d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
578 | 2024.09.03 23:51:20.405619 [ 3 ] {442c458a-b3cc-4606-879f-56b6f7f8b365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
579 | 2024.09.03 23:51:20.405687 [ 3 ] {442c458a-b3cc-4606-879f-56b6f7f8b365} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
580 | 2024.09.03 23:51:20.407602 [ 3 ] {442c458a-b3cc-4606-879f-56b6f7f8b365} <Debug> oximeter.measurements_histogrami64 (4b42fb35-ed99-49e9-9270-4324d4f489fa): Loading data parts | ||
581 | 2024.09.03 23:51:20.407748 [ 3 ] {442c458a-b3cc-4606-879f-56b6f7f8b365} <Debug> oximeter.measurements_histogrami64 (4b42fb35-ed99-49e9-9270-4324d4f489fa): There are no data parts | ||
582 | 2024.09.03 23:51:20.409053 [ 3 ] {442c458a-b3cc-4606-879f-56b6f7f8b365} <Debug> DynamicQueryHandler: Done processing query | ||
583 | 2024.09.03 23:51:20.409087 [ 3 ] {} <Debug> HTTP-Session: 43bcb710-3c40-4c7d-82f6-212094b270d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
584 | 2024.09.03 23:51:20.409199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
585 | 2024.09.03 23:51:20.409253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
586 | 2024.09.03 23:51:20.409278 [ 3 ] {} <Debug> HTTP-Session: a1fc47b2-dea8-44d8-8523-8be75938b99c Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
587 | 2024.09.03 23:51:20.409295 [ 3 ] {} <Debug> HTTP-Session: a1fc47b2-dea8-44d8-8523-8be75938b99c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
588 | 2024.09.03 23:51:20.409315 [ 3 ] {} <Debug> HTTP-Session: a1fc47b2-dea8-44d8-8523-8be75938b99c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
589 | 2024.09.03 23:51:20.409350 [ 3 ] {} <Trace> HTTP-Session: a1fc47b2-dea8-44d8-8523-8be75938b99c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
590 | 2024.09.03 23:51:20.409592 [ 3 ] {11bb6df5-c49e-42b8-b3f0-45872b075d41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
591 | 2024.09.03 23:51:20.409659 [ 3 ] {11bb6df5-c49e-42b8-b3f0-45872b075d41} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
592 | 2024.09.03 23:51:20.411554 [ 3 ] {11bb6df5-c49e-42b8-b3f0-45872b075d41} <Debug> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Loading data parts | ||
593 | 2024.09.03 23:51:20.411710 [ 3 ] {11bb6df5-c49e-42b8-b3f0-45872b075d41} <Debug> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): There are no data parts | ||
594 | 2024.09.03 23:51:20.412948 [ 3 ] {11bb6df5-c49e-42b8-b3f0-45872b075d41} <Debug> DynamicQueryHandler: Done processing query | ||
595 | 2024.09.03 23:51:20.412983 [ 3 ] {} <Debug> HTTP-Session: a1fc47b2-dea8-44d8-8523-8be75938b99c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
596 | 2024.09.03 23:51:20.413086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
597 | 2024.09.03 23:51:20.413140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
598 | 2024.09.03 23:51:20.413166 [ 3 ] {} <Debug> HTTP-Session: 6166170d-925d-466f-ae4e-393ba30245ee Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
599 | 2024.09.03 23:51:20.413182 [ 3 ] {} <Debug> HTTP-Session: 6166170d-925d-466f-ae4e-393ba30245ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
600 | 2024.09.03 23:51:20.413202 [ 3 ] {} <Debug> HTTP-Session: 6166170d-925d-466f-ae4e-393ba30245ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
601 | 2024.09.03 23:51:20.413238 [ 3 ] {} <Trace> HTTP-Session: 6166170d-925d-466f-ae4e-393ba30245ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
602 | 2024.09.03 23:51:20.413487 [ 3 ] {f409deb9-ddc6-48ef-bacb-5ffb115b40e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
603 | 2024.09.03 23:51:20.413554 [ 3 ] {f409deb9-ddc6-48ef-bacb-5ffb115b40e4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
604 | 2024.09.03 23:51:20.415445 [ 3 ] {f409deb9-ddc6-48ef-bacb-5ffb115b40e4} <Debug> oximeter.measurements_histogramf32 (71f0368e-d696-4b82-881a-18ae5d5bc292): Loading data parts | ||
605 | 2024.09.03 23:51:20.415593 [ 3 ] {f409deb9-ddc6-48ef-bacb-5ffb115b40e4} <Debug> oximeter.measurements_histogramf32 (71f0368e-d696-4b82-881a-18ae5d5bc292): There are no data parts | ||
606 | 2024.09.03 23:51:20.416825 [ 3 ] {f409deb9-ddc6-48ef-bacb-5ffb115b40e4} <Debug> DynamicQueryHandler: Done processing query | ||
607 | 2024.09.03 23:51:20.416858 [ 3 ] {} <Debug> HTTP-Session: 6166170d-925d-466f-ae4e-393ba30245ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
608 | 2024.09.03 23:51:20.416984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
609 | 2024.09.03 23:51:20.417039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
610 | 2024.09.03 23:51:20.417066 [ 3 ] {} <Debug> HTTP-Session: 3f2f7136-01c7-49cf-85f0-0bee290126e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
611 | 2024.09.03 23:51:20.417082 [ 3 ] {} <Debug> HTTP-Session: 3f2f7136-01c7-49cf-85f0-0bee290126e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
612 | 2024.09.03 23:51:20.417102 [ 3 ] {} <Debug> HTTP-Session: 3f2f7136-01c7-49cf-85f0-0bee290126e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
613 | 2024.09.03 23:51:20.417137 [ 3 ] {} <Trace> HTTP-Session: 3f2f7136-01c7-49cf-85f0-0bee290126e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
614 | 2024.09.03 23:51:20.417393 [ 3 ] {d91b881a-dec2-46e4-8edf-dbf338bea550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
615 | 2024.09.03 23:51:20.417460 [ 3 ] {d91b881a-dec2-46e4-8edf-dbf338bea550} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
616 | 2024.09.03 23:51:20.419350 [ 3 ] {d91b881a-dec2-46e4-8edf-dbf338bea550} <Debug> oximeter.measurements_histogramf64 (f090d06b-6240-4fda-a158-b78df11f67c1): Loading data parts | ||
617 | 2024.09.03 23:51:20.419509 [ 3 ] {d91b881a-dec2-46e4-8edf-dbf338bea550} <Debug> oximeter.measurements_histogramf64 (f090d06b-6240-4fda-a158-b78df11f67c1): There are no data parts | ||
618 | 2024.09.03 23:51:20.420753 [ 3 ] {d91b881a-dec2-46e4-8edf-dbf338bea550} <Debug> DynamicQueryHandler: Done processing query | ||
619 | 2024.09.03 23:51:20.420787 [ 3 ] {} <Debug> HTTP-Session: 3f2f7136-01c7-49cf-85f0-0bee290126e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
620 | 2024.09.03 23:51:20.420904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 1762, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
621 | 2024.09.03 23:51:20.420959 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
622 | 2024.09.03 23:51:20.420985 [ 3 ] {} <Debug> HTTP-Session: e9ec2ded-f1b6-41ea-860c-88de6c2c7176 Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
623 | 2024.09.03 23:51:20.421008 [ 3 ] {} <Debug> HTTP-Session: e9ec2ded-f1b6-41ea-860c-88de6c2c7176 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
624 | 2024.09.03 23:51:20.421023 [ 3 ] {} <Debug> HTTP-Session: e9ec2ded-f1b6-41ea-860c-88de6c2c7176 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
625 | 2024.09.03 23:51:20.421058 [ 3 ] {} <Trace> HTTP-Session: e9ec2ded-f1b6-41ea-860c-88de6c2c7176 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
626 | 2024.09.03 23:51:20.421240 [ 3 ] {d473b7a5-1e1b-4ca0-8343-443c9d3abd3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) /* The field tables store named dimensions of each timeseries. | ||
627 | * | ||
628 | * As with the measurement tables, there is one field table for each field data | ||
629 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
630 | * this behavior **must not** be relied upon for query correctness. | ||
631 | * | ||
632 | * The index for the fields differs from the measurements, however. Rows are | ||
633 | * sorted by timeseries name, then field name, field value, and finally | ||
634 | * timeseries key. This reflects the most common pattern for looking them up: | ||
635 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
636 | * usually then used to look up measurements. | ||
637 | * | ||
638 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
639 | * timeseries name and then key, since it would improve lookups where one | ||
640 | * already has the key. Realistically though, these tables are quite small and | ||
641 | * so performance benefits will be low in absolute terms. | ||
642 | * | ||
643 | * TTL: We use a materialized column to expire old field table records. This | ||
644 | * column is generated automatically by the database whenever a new row is | ||
645 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
646 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
647 | * record will remain during a deduplication, which will have the last | ||
648 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
649 | * measurement tables. | ||
650 | */ | ||
651 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
652 | 2024.09.03 23:51:20.421306 [ 3 ] {d473b7a5-1e1b-4ca0-8343-443c9d3abd3c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
653 | 2024.09.03 23:51:20.423163 [ 3 ] {d473b7a5-1e1b-4ca0-8343-443c9d3abd3c} <Debug> oximeter.fields_bool (bc2f0297-0e5c-4f60-b462-c5d22c9e5728): Loading data parts | ||
654 | 2024.09.03 23:51:20.423318 [ 3 ] {d473b7a5-1e1b-4ca0-8343-443c9d3abd3c} <Debug> oximeter.fields_bool (bc2f0297-0e5c-4f60-b462-c5d22c9e5728): There are no data parts | ||
655 | 2024.09.03 23:51:20.424503 [ 3 ] {d473b7a5-1e1b-4ca0-8343-443c9d3abd3c} <Debug> DynamicQueryHandler: Done processing query | ||
656 | 2024.09.03 23:51:20.424537 [ 3 ] {} <Debug> HTTP-Session: e9ec2ded-f1b6-41ea-860c-88de6c2c7176 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
657 | 2024.09.03 23:51:20.424655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 335, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
658 | 2024.09.03 23:51:20.424712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
659 | 2024.09.03 23:51:20.424738 [ 3 ] {} <Debug> HTTP-Session: 5fb195d8-ff27-4d37-880a-5f1e98f8520e Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
660 | 2024.09.03 23:51:20.424754 [ 3 ] {} <Debug> HTTP-Session: 5fb195d8-ff27-4d37-880a-5f1e98f8520e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
661 | 2024.09.03 23:51:20.424775 [ 3 ] {} <Debug> HTTP-Session: 5fb195d8-ff27-4d37-880a-5f1e98f8520e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
662 | 2024.09.03 23:51:20.424810 [ 3 ] {} <Trace> HTTP-Session: 5fb195d8-ff27-4d37-880a-5f1e98f8520e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
663 | 2024.09.03 23:51:20.424984 [ 3 ] {4cd4f526-87c0-4945-80b5-a62d3c464b1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
664 | 2024.09.03 23:51:20.425048 [ 3 ] {4cd4f526-87c0-4945-80b5-a62d3c464b1c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
665 | 2024.09.03 23:51:20.426719 [ 3 ] {4cd4f526-87c0-4945-80b5-a62d3c464b1c} <Debug> oximeter.fields_i8 (cef79516-6f5f-4d6a-b7d0-fb07f59c1d23): Loading data parts | ||
666 | 2024.09.03 23:51:20.426869 [ 3 ] {4cd4f526-87c0-4945-80b5-a62d3c464b1c} <Debug> oximeter.fields_i8 (cef79516-6f5f-4d6a-b7d0-fb07f59c1d23): There are no data parts | ||
667 | 2024.09.03 23:51:20.428011 [ 3 ] {4cd4f526-87c0-4945-80b5-a62d3c464b1c} <Debug> DynamicQueryHandler: Done processing query | ||
668 | 2024.09.03 23:51:20.428045 [ 3 ] {} <Debug> HTTP-Session: 5fb195d8-ff27-4d37-880a-5f1e98f8520e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
669 | 2024.09.03 23:51:20.428197 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
670 | 2024.09.03 23:51:20.428252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
671 | 2024.09.03 23:51:20.428279 [ 3 ] {} <Debug> HTTP-Session: 4597dc1a-157f-4f94-af1a-b7d5c564e3e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
672 | 2024.09.03 23:51:20.428301 [ 3 ] {} <Debug> HTTP-Session: 4597dc1a-157f-4f94-af1a-b7d5c564e3e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
673 | 2024.09.03 23:51:20.428315 [ 3 ] {} <Debug> HTTP-Session: 4597dc1a-157f-4f94-af1a-b7d5c564e3e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
674 | 2024.09.03 23:51:20.428351 [ 3 ] {} <Trace> HTTP-Session: 4597dc1a-157f-4f94-af1a-b7d5c564e3e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
675 | 2024.09.03 23:51:20.428527 [ 3 ] {02735e41-0f27-4e40-a5cc-af12229b009f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
676 | 2024.09.03 23:51:20.428584 [ 3 ] {02735e41-0f27-4e40-a5cc-af12229b009f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
677 | 2024.09.03 23:51:20.430279 [ 3 ] {02735e41-0f27-4e40-a5cc-af12229b009f} <Debug> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Loading data parts | ||
678 | 2024.09.03 23:51:20.430432 [ 3 ] {02735e41-0f27-4e40-a5cc-af12229b009f} <Debug> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): There are no data parts | ||
679 | 2024.09.03 23:51:20.431570 [ 3 ] {02735e41-0f27-4e40-a5cc-af12229b009f} <Debug> DynamicQueryHandler: Done processing query | ||
680 | 2024.09.03 23:51:20.431605 [ 3 ] {} <Debug> HTTP-Session: 4597dc1a-157f-4f94-af1a-b7d5c564e3e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
681 | 2024.09.03 23:51:20.431732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
682 | 2024.09.03 23:51:20.431788 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
683 | 2024.09.03 23:51:20.431815 [ 3 ] {} <Debug> HTTP-Session: 4ca3a8f4-d41c-408d-a738-8213d708514a Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
684 | 2024.09.03 23:51:20.431838 [ 3 ] {} <Debug> HTTP-Session: 4ca3a8f4-d41c-408d-a738-8213d708514a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
685 | 2024.09.03 23:51:20.431852 [ 3 ] {} <Debug> HTTP-Session: 4ca3a8f4-d41c-408d-a738-8213d708514a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
686 | 2024.09.03 23:51:20.431893 [ 3 ] {} <Trace> HTTP-Session: 4ca3a8f4-d41c-408d-a738-8213d708514a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
687 | 2024.09.03 23:51:20.432075 [ 3 ] {b4c9d105-3dbe-49f3-b766-9c905401c8e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
688 | 2024.09.03 23:51:20.432132 [ 3 ] {b4c9d105-3dbe-49f3-b766-9c905401c8e4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
689 | 2024.09.03 23:51:20.433786 [ 3 ] {b4c9d105-3dbe-49f3-b766-9c905401c8e4} <Debug> oximeter.fields_i16 (8f2c07e2-f743-4645-ac1e-601be9b16a87): Loading data parts | ||
690 | 2024.09.03 23:51:20.433946 [ 3 ] {b4c9d105-3dbe-49f3-b766-9c905401c8e4} <Debug> oximeter.fields_i16 (8f2c07e2-f743-4645-ac1e-601be9b16a87): There are no data parts | ||
691 | 2024.09.03 23:51:20.435067 [ 3 ] {b4c9d105-3dbe-49f3-b766-9c905401c8e4} <Debug> DynamicQueryHandler: Done processing query | ||
692 | 2024.09.03 23:51:20.435101 [ 3 ] {} <Debug> HTTP-Session: 4ca3a8f4-d41c-408d-a738-8213d708514a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
693 | 2024.09.03 23:51:20.435227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
694 | 2024.09.03 23:51:20.435274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
695 | 2024.09.03 23:51:20.435303 [ 3 ] {} <Debug> HTTP-Session: ca754147-dd78-4f9c-9526-ba9c8400427e Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
696 | 2024.09.03 23:51:20.435325 [ 3 ] {} <Debug> HTTP-Session: ca754147-dd78-4f9c-9526-ba9c8400427e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
697 | 2024.09.03 23:51:20.435339 [ 3 ] {} <Debug> HTTP-Session: ca754147-dd78-4f9c-9526-ba9c8400427e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
698 | 2024.09.03 23:51:20.435376 [ 3 ] {} <Trace> HTTP-Session: ca754147-dd78-4f9c-9526-ba9c8400427e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
699 | 2024.09.03 23:51:20.435553 [ 3 ] {2fa2d91d-492c-4d7a-8d58-7bf69d71b203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
700 | 2024.09.03 23:51:20.435610 [ 3 ] {2fa2d91d-492c-4d7a-8d58-7bf69d71b203} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
701 | 2024.09.03 23:51:20.437290 [ 3 ] {2fa2d91d-492c-4d7a-8d58-7bf69d71b203} <Debug> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Loading data parts | ||
702 | 2024.09.03 23:51:20.437445 [ 3 ] {2fa2d91d-492c-4d7a-8d58-7bf69d71b203} <Debug> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): There are no data parts | ||
703 | 2024.09.03 23:51:20.438567 [ 3 ] {2fa2d91d-492c-4d7a-8d58-7bf69d71b203} <Debug> DynamicQueryHandler: Done processing query | ||
704 | 2024.09.03 23:51:20.438592 [ 3 ] {} <Debug> HTTP-Session: ca754147-dd78-4f9c-9526-ba9c8400427e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
705 | 2024.09.03 23:51:20.438713 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
706 | 2024.09.03 23:51:20.438769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
707 | 2024.09.03 23:51:20.438788 [ 3 ] {} <Debug> HTTP-Session: dda47a3d-b24b-4344-8d58-60325e690e45 Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
708 | 2024.09.03 23:51:20.438811 [ 3 ] {} <Debug> HTTP-Session: dda47a3d-b24b-4344-8d58-60325e690e45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
709 | 2024.09.03 23:51:20.438831 [ 3 ] {} <Debug> HTTP-Session: dda47a3d-b24b-4344-8d58-60325e690e45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
710 | 2024.09.03 23:51:20.438861 [ 3 ] {} <Trace> HTTP-Session: dda47a3d-b24b-4344-8d58-60325e690e45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
711 | 2024.09.03 23:51:20.439039 [ 3 ] {e35f4c9e-444c-4a70-98a1-af4af6b508e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
712 | 2024.09.03 23:51:20.439096 [ 3 ] {e35f4c9e-444c-4a70-98a1-af4af6b508e2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
713 | 2024.09.03 23:51:20.440739 [ 3 ] {e35f4c9e-444c-4a70-98a1-af4af6b508e2} <Debug> oximeter.fields_i32 (4a1fd146-c1b8-454d-bbd6-236c152ce841): Loading data parts | ||
714 | 2024.09.03 23:51:20.440898 [ 3 ] {e35f4c9e-444c-4a70-98a1-af4af6b508e2} <Debug> oximeter.fields_i32 (4a1fd146-c1b8-454d-bbd6-236c152ce841): There are no data parts | ||
715 | 2024.09.03 23:51:20.442023 [ 3 ] {e35f4c9e-444c-4a70-98a1-af4af6b508e2} <Debug> DynamicQueryHandler: Done processing query | ||
716 | 2024.09.03 23:51:20.442048 [ 3 ] {} <Debug> HTTP-Session: dda47a3d-b24b-4344-8d58-60325e690e45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
717 | 2024.09.03 23:51:20.442185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
718 | 2024.09.03 23:51:20.442241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
719 | 2024.09.03 23:51:20.442259 [ 3 ] {} <Debug> HTTP-Session: bbc997ef-997d-4f9a-bd8c-e4aea3afc050 Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
720 | 2024.09.03 23:51:20.442283 [ 3 ] {} <Debug> HTTP-Session: bbc997ef-997d-4f9a-bd8c-e4aea3afc050 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
721 | 2024.09.03 23:51:20.442304 [ 3 ] {} <Debug> HTTP-Session: bbc997ef-997d-4f9a-bd8c-e4aea3afc050 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
722 | 2024.09.03 23:51:20.442334 [ 3 ] {} <Trace> HTTP-Session: bbc997ef-997d-4f9a-bd8c-e4aea3afc050 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
723 | 2024.09.03 23:51:20.442512 [ 3 ] {4dc312da-282d-4f23-8d4d-8279bc4e20c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
724 | 2024.09.03 23:51:20.442569 [ 3 ] {4dc312da-282d-4f23-8d4d-8279bc4e20c0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
725 | 2024.09.03 23:51:20.444272 [ 3 ] {4dc312da-282d-4f23-8d4d-8279bc4e20c0} <Debug> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Loading data parts | ||
726 | 2024.09.03 23:51:20.444421 [ 3 ] {4dc312da-282d-4f23-8d4d-8279bc4e20c0} <Debug> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): There are no data parts | ||
727 | 2024.09.03 23:51:20.445561 [ 3 ] {4dc312da-282d-4f23-8d4d-8279bc4e20c0} <Debug> DynamicQueryHandler: Done processing query | ||
728 | 2024.09.03 23:51:20.445586 [ 3 ] {} <Debug> HTTP-Session: bbc997ef-997d-4f9a-bd8c-e4aea3afc050 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
729 | 2024.09.03 23:51:20.445710 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
730 | 2024.09.03 23:51:20.445765 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
731 | 2024.09.03 23:51:20.445784 [ 3 ] {} <Debug> HTTP-Session: 283af851-7442-4dfc-82ab-2dd186e6dea3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
732 | 2024.09.03 23:51:20.445808 [ 3 ] {} <Debug> HTTP-Session: 283af851-7442-4dfc-82ab-2dd186e6dea3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
733 | 2024.09.03 23:51:20.445828 [ 3 ] {} <Debug> HTTP-Session: 283af851-7442-4dfc-82ab-2dd186e6dea3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
734 | 2024.09.03 23:51:20.445857 [ 3 ] {} <Trace> HTTP-Session: 283af851-7442-4dfc-82ab-2dd186e6dea3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
735 | 2024.09.03 23:51:20.446035 [ 3 ] {3802c6c8-47e1-43b1-ab12-b3bfc983b721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
736 | 2024.09.03 23:51:20.446106 [ 3 ] {3802c6c8-47e1-43b1-ab12-b3bfc983b721} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
737 | 2024.09.03 23:51:20.447758 [ 3 ] {3802c6c8-47e1-43b1-ab12-b3bfc983b721} <Debug> oximeter.fields_i64 (9b9bbb77-c3f7-4f6a-973c-681736a234b4): Loading data parts | ||
738 | 2024.09.03 23:51:20.447914 [ 3 ] {3802c6c8-47e1-43b1-ab12-b3bfc983b721} <Debug> oximeter.fields_i64 (9b9bbb77-c3f7-4f6a-973c-681736a234b4): There are no data parts | ||
739 | 2024.09.03 23:51:20.449027 [ 3 ] {3802c6c8-47e1-43b1-ab12-b3bfc983b721} <Debug> DynamicQueryHandler: Done processing query | ||
740 | 2024.09.03 23:51:20.449062 [ 3 ] {} <Debug> HTTP-Session: 283af851-7442-4dfc-82ab-2dd186e6dea3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
741 | 2024.09.03 23:51:20.449169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
742 | 2024.09.03 23:51:20.449216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
743 | 2024.09.03 23:51:20.449244 [ 3 ] {} <Debug> HTTP-Session: 66ebdde8-296f-4309-9f14-3a47f90e156d Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
744 | 2024.09.03 23:51:20.449261 [ 3 ] {} <Debug> HTTP-Session: 66ebdde8-296f-4309-9f14-3a47f90e156d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
745 | 2024.09.03 23:51:20.449275 [ 3 ] {} <Debug> HTTP-Session: 66ebdde8-296f-4309-9f14-3a47f90e156d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
746 | 2024.09.03 23:51:20.449313 [ 3 ] {} <Trace> HTTP-Session: 66ebdde8-296f-4309-9f14-3a47f90e156d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
747 | 2024.09.03 23:51:20.449486 [ 3 ] {8962d1be-bef0-47b0-b59e-51957e3f317e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
748 | 2024.09.03 23:51:20.449530 [ 3 ] {8962d1be-bef0-47b0-b59e-51957e3f317e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
749 | 2024.09.03 23:51:20.451263 [ 3 ] {8962d1be-bef0-47b0-b59e-51957e3f317e} <Debug> oximeter.fields_u64 (cbc8c21b-2af7-4d55-8980-ecf862bf4797): Loading data parts | ||
750 | 2024.09.03 23:51:20.451410 [ 3 ] {8962d1be-bef0-47b0-b59e-51957e3f317e} <Debug> oximeter.fields_u64 (cbc8c21b-2af7-4d55-8980-ecf862bf4797): There are no data parts | ||
751 | 2024.09.03 23:51:20.452549 [ 3 ] {8962d1be-bef0-47b0-b59e-51957e3f317e} <Debug> DynamicQueryHandler: Done processing query | ||
752 | 2024.09.03 23:51:20.452575 [ 3 ] {} <Debug> HTTP-Session: 66ebdde8-296f-4309-9f14-3a47f90e156d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
753 | 2024.09.03 23:51:20.452694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
754 | 2024.09.03 23:51:20.452741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
755 | 2024.09.03 23:51:20.452760 [ 3 ] {} <Debug> HTTP-Session: cd8aaa1e-e5d1-4ddd-b014-00da6efb40ad Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
756 | 2024.09.03 23:51:20.452777 [ 3 ] {} <Debug> HTTP-Session: cd8aaa1e-e5d1-4ddd-b014-00da6efb40ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
757 | 2024.09.03 23:51:20.452792 [ 3 ] {} <Debug> HTTP-Session: cd8aaa1e-e5d1-4ddd-b014-00da6efb40ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
758 | 2024.09.03 23:51:20.452822 [ 3 ] {} <Trace> HTTP-Session: cd8aaa1e-e5d1-4ddd-b014-00da6efb40ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
759 | 2024.09.03 23:51:20.452993 [ 3 ] {96cf3cfe-1607-4cd6-99aa-788fef9c9f2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
760 | 2024.09.03 23:51:20.453037 [ 3 ] {96cf3cfe-1607-4cd6-99aa-788fef9c9f2b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
761 | 2024.09.03 23:51:20.454689 [ 3 ] {96cf3cfe-1607-4cd6-99aa-788fef9c9f2b} <Debug> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Loading data parts | ||
762 | 2024.09.03 23:51:20.454838 [ 3 ] {96cf3cfe-1607-4cd6-99aa-788fef9c9f2b} <Debug> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): There are no data parts | ||
763 | 2024.09.03 23:51:20.455950 [ 3 ] {96cf3cfe-1607-4cd6-99aa-788fef9c9f2b} <Debug> DynamicQueryHandler: Done processing query | ||
764 | 2024.09.03 23:51:20.455975 [ 3 ] {} <Debug> HTTP-Session: cd8aaa1e-e5d1-4ddd-b014-00da6efb40ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
765 | 2024.09.03 23:51:20.456082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
766 | 2024.09.03 23:51:20.456129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
767 | 2024.09.03 23:51:20.456147 [ 3 ] {} <Debug> HTTP-Session: 7e71a6fe-820e-47ba-818a-eeff816a948a Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
768 | 2024.09.03 23:51:20.456163 [ 3 ] {} <Debug> HTTP-Session: 7e71a6fe-820e-47ba-818a-eeff816a948a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
769 | 2024.09.03 23:51:20.456177 [ 3 ] {} <Debug> HTTP-Session: 7e71a6fe-820e-47ba-818a-eeff816a948a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
770 | 2024.09.03 23:51:20.456208 [ 3 ] {} <Trace> HTTP-Session: 7e71a6fe-820e-47ba-818a-eeff816a948a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
771 | 2024.09.03 23:51:20.456381 [ 3 ] {48ba3ebe-a7f3-40f2-916a-2a92bf62155e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
772 | 2024.09.03 23:51:20.456425 [ 3 ] {48ba3ebe-a7f3-40f2-916a-2a92bf62155e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
773 | 2024.09.03 23:51:20.458118 [ 3 ] {48ba3ebe-a7f3-40f2-916a-2a92bf62155e} <Debug> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Loading data parts | ||
774 | 2024.09.03 23:51:20.458270 [ 3 ] {48ba3ebe-a7f3-40f2-916a-2a92bf62155e} <Debug> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): There are no data parts | ||
775 | 2024.09.03 23:51:20.459368 [ 3 ] {48ba3ebe-a7f3-40f2-916a-2a92bf62155e} <Debug> DynamicQueryHandler: Done processing query | ||
776 | 2024.09.03 23:51:20.459394 [ 3 ] {} <Debug> HTTP-Session: 7e71a6fe-820e-47ba-818a-eeff816a948a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
777 | 2024.09.03 23:51:20.459517 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
778 | 2024.09.03 23:51:20.459563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
779 | 2024.09.03 23:51:20.459583 [ 3 ] {} <Debug> HTTP-Session: dd671985-bb1d-4310-83ab-a68f01947bd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
780 | 2024.09.03 23:51:20.459600 [ 3 ] {} <Debug> HTTP-Session: dd671985-bb1d-4310-83ab-a68f01947bd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
781 | 2024.09.03 23:51:20.459614 [ 3 ] {} <Debug> HTTP-Session: dd671985-bb1d-4310-83ab-a68f01947bd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
782 | 2024.09.03 23:51:20.459643 [ 3 ] {} <Trace> HTTP-Session: dd671985-bb1d-4310-83ab-a68f01947bd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
783 | 2024.09.03 23:51:20.459814 [ 3 ] {fb88decc-f8c6-426b-b733-1b37bbee5f80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
784 | 2024.09.03 23:51:20.459861 [ 3 ] {fb88decc-f8c6-426b-b733-1b37bbee5f80} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
785 | 2024.09.03 23:51:20.461510 [ 3 ] {fb88decc-f8c6-426b-b733-1b37bbee5f80} <Debug> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Loading data parts | ||
786 | 2024.09.03 23:51:20.461658 [ 3 ] {fb88decc-f8c6-426b-b733-1b37bbee5f80} <Debug> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): There are no data parts | ||
787 | 2024.09.03 23:51:20.462809 [ 3 ] {fb88decc-f8c6-426b-b733-1b37bbee5f80} <Debug> DynamicQueryHandler: Done processing query | ||
788 | 2024.09.03 23:51:20.462835 [ 3 ] {} <Debug> HTTP-Session: dd671985-bb1d-4310-83ab-a68f01947bd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
789 | 2024.09.03 23:51:20.462944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
790 | 2024.09.03 23:51:20.462993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
791 | 2024.09.03 23:51:20.463012 [ 3 ] {} <Debug> HTTP-Session: de67624a-ac0c-48b0-a5e0-a96aacf75d32 Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
792 | 2024.09.03 23:51:20.463028 [ 3 ] {} <Debug> HTTP-Session: de67624a-ac0c-48b0-a5e0-a96aacf75d32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
793 | 2024.09.03 23:51:20.463042 [ 3 ] {} <Debug> HTTP-Session: de67624a-ac0c-48b0-a5e0-a96aacf75d32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
794 | 2024.09.03 23:51:20.463072 [ 3 ] {} <Trace> HTTP-Session: de67624a-ac0c-48b0-a5e0-a96aacf75d32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
795 | 2024.09.03 23:51:20.463277 [ 3 ] {2abf2a6e-bf87-4baf-a578-00083516d940} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) /* The timeseries schema table stores the extracted schema for the samples | ||
796 | * oximeter collects. | ||
797 | */ | ||
798 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
799 | 2024.09.03 23:51:20.463338 [ 3 ] {2abf2a6e-bf87-4baf-a578-00083516d940} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
800 | 2024.09.03 23:51:20.464971 [ 3 ] {2abf2a6e-bf87-4baf-a578-00083516d940} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4): Loading data parts | ||
801 | 2024.09.03 23:51:20.465129 [ 3 ] {2abf2a6e-bf87-4baf-a578-00083516d940} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4): There are no data parts | ||
802 | 2024.09.03 23:51:20.466407 [ 3 ] {2abf2a6e-bf87-4baf-a578-00083516d940} <Debug> DynamicQueryHandler: Done processing query | ||
803 | 2024.09.03 23:51:20.466434 [ 3 ] {} <Debug> HTTP-Session: de67624a-ac0c-48b0-a5e0-a96aacf75d32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
804 | 2024.09.03 23:51:20.466566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48786, User-Agent: (none), Length: 52, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
805 | 2024.09.03 23:51:20.466617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
806 | 2024.09.03 23:51:20.466637 [ 3 ] {} <Debug> HTTP-Session: b92e953d-5e28-493e-b5dd-4f7bc41ec47d Authenticating user 'default' from [fd00:1122:3344:101::d]:48786 | ||
807 | 2024.09.03 23:51:20.466653 [ 3 ] {} <Debug> HTTP-Session: b92e953d-5e28-493e-b5dd-4f7bc41ec47d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
808 | 2024.09.03 23:51:20.466667 [ 3 ] {} <Debug> HTTP-Session: b92e953d-5e28-493e-b5dd-4f7bc41ec47d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
809 | 2024.09.03 23:51:20.466698 [ 3 ] {} <Trace> HTTP-Session: b92e953d-5e28-493e-b5dd-4f7bc41ec47d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
810 | 2024.09.03 23:51:20.466862 [ 3 ] {64b20534-e98b-47af-8024-1dad905905e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48786) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
811 | 2024.09.03 23:51:20.468515 [ 3 ] {64b20534-e98b-47af-8024-1dad905905e4} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
812 | 2024.09.03 23:51:20.474024 [ 3 ] {64b20534-e98b-47af-8024-1dad905905e4} <Trace> oximeter.version (0859cd73-25ae-4a5a-9a7d-695e597fba82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
813 | 2024.09.03 23:51:20.474060 [ 3 ] {64b20534-e98b-47af-8024-1dad905905e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
814 | 2024.09.03 23:51:20.478439 [ 3 ] {64b20534-e98b-47af-8024-1dad905905e4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
815 | 2024.09.03 23:51:20.479462 [ 3 ] {64b20534-e98b-47af-8024-1dad905905e4} <Trace> oximeter.version (0859cd73-25ae-4a5a-9a7d-695e597fba82): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
816 | 2024.09.03 23:51:20.479713 [ 3 ] {64b20534-e98b-47af-8024-1dad905905e4} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.012931 sec., 77.33353955610548 rows/sec., 1.21 KiB/sec. | ||
817 | 2024.09.03 23:51:20.479876 [ 3 ] {64b20534-e98b-47af-8024-1dad905905e4} <Debug> DynamicQueryHandler: Done processing query | ||
818 | 2024.09.03 23:51:20.479901 [ 3 ] {64b20534-e98b-47af-8024-1dad905905e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
819 | 2024.09.03 23:51:20.479917 [ 3 ] {} <Debug> HTTP-Session: b92e953d-5e28-493e-b5dd-4f7bc41ec47d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
820 | 2024.09.03 23:51:21.000158 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.29 MiB, peak 166.43 MiB, free memory in arenas 0.00 B, will set to 171.60 MiB (RSS), difference: 10.31 MiB | ||
821 | 2024.09.03 23:51:33.276021 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache | ||
822 | 2024.09.03 23:51:33.276089 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache | ||
823 | 2024.09.03 23:51:48.276346 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache | ||
824 | 2024.09.03 23:51:48.276411 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache | ||
825 | 2024.09.03 23:51:50.483344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
826 | 2024.09.03 23:51:50.483463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
827 | 2024.09.03 23:51:50.483492 [ 3 ] {} <Debug> HTTP-Session: e6283577-3fb6-4a14-8bd9-efff2479efba Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
828 | 2024.09.03 23:51:50.483518 [ 3 ] {} <Debug> HTTP-Session: e6283577-3fb6-4a14-8bd9-efff2479efba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
829 | 2024.09.03 23:51:50.483534 [ 3 ] {} <Debug> HTTP-Session: e6283577-3fb6-4a14-8bd9-efff2479efba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
830 | 2024.09.03 23:51:50.483592 [ 3 ] {} <Trace> HTTP-Session: e6283577-3fb6-4a14-8bd9-efff2479efba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
831 | 2024.09.03 23:51:50.483924 [ 3 ] {e833f608-d2c5-4d9a-aedd-1b5082f50bb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
832 | 2024.09.03 23:51:50.488581 [ 3 ] {e833f608-d2c5-4d9a-aedd-1b5082f50bb7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
833 | 2024.09.03 23:51:50.503316 [ 3 ] {e833f608-d2c5-4d9a-aedd-1b5082f50bb7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
834 | 2024.09.03 23:51:50.524102 [ 3 ] {e833f608-d2c5-4d9a-aedd-1b5082f50bb7} <Debug> DynamicQueryHandler: Done processing query | ||
835 | 2024.09.03 23:51:50.524149 [ 3 ] {e833f608-d2c5-4d9a-aedd-1b5082f50bb7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
836 | 2024.09.03 23:51:50.524176 [ 3 ] {} <Debug> HTTP-Session: e6283577-3fb6-4a14-8bd9-efff2479efba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
837 | 2024.09.03 23:51:50.535439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
838 | 2024.09.03 23:51:50.535533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
839 | 2024.09.03 23:51:50.535559 [ 3 ] {} <Debug> HTTP-Session: f0f07503-71a5-41f3-a99c-240b5a7caf14 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
840 | 2024.09.03 23:51:50.535590 [ 3 ] {} <Debug> HTTP-Session: f0f07503-71a5-41f3-a99c-240b5a7caf14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
841 | 2024.09.03 23:51:50.535608 [ 3 ] {} <Debug> HTTP-Session: f0f07503-71a5-41f3-a99c-240b5a7caf14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
842 | 2024.09.03 23:51:50.535658 [ 3 ] {} <Trace> HTTP-Session: f0f07503-71a5-41f3-a99c-240b5a7caf14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
843 | 2024.09.03 23:51:50.535923 [ 3 ] {a05e8f59-865b-4774-8ddf-ccc9efff33cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
844 | 2024.09.03 23:51:50.547900 [ 3 ] {a05e8f59-865b-4774-8ddf-ccc9efff33cd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
845 | 2024.09.03 23:51:50.547985 [ 3 ] {a05e8f59-865b-4774-8ddf-ccc9efff33cd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
846 | 2024.09.03 23:51:50.549213 [ 3 ] {a05e8f59-865b-4774-8ddf-ccc9efff33cd} <Debug> DynamicQueryHandler: Done processing query | ||
847 | 2024.09.03 23:51:50.549250 [ 3 ] {a05e8f59-865b-4774-8ddf-ccc9efff33cd} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
848 | 2024.09.03 23:51:50.549274 [ 3 ] {} <Debug> HTTP-Session: f0f07503-71a5-41f3-a99c-240b5a7caf14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
849 | 2024.09.03 23:51:50.549654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
850 | 2024.09.03 23:51:50.549723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
851 | 2024.09.03 23:51:50.549751 [ 3 ] {} <Debug> HTTP-Session: 72f2a002-00df-4031-85f3-650248c61f7c Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
852 | 2024.09.03 23:51:50.549772 [ 3 ] {} <Debug> HTTP-Session: 72f2a002-00df-4031-85f3-650248c61f7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
853 | 2024.09.03 23:51:50.549792 [ 3 ] {} <Debug> HTTP-Session: 72f2a002-00df-4031-85f3-650248c61f7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
854 | 2024.09.03 23:51:50.549839 [ 3 ] {} <Trace> HTTP-Session: 72f2a002-00df-4031-85f3-650248c61f7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
855 | 2024.09.03 23:51:50.550008 [ 3 ] {fa277d0a-25e8-4373-a890-09844b74b0d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
856 | 2024.09.03 23:51:50.552524 [ 3 ] {fa277d0a-25e8-4373-a890-09844b74b0d3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
857 | 2024.09.03 23:51:50.552584 [ 3 ] {fa277d0a-25e8-4373-a890-09844b74b0d3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
858 | 2024.09.03 23:51:50.553541 [ 3 ] {fa277d0a-25e8-4373-a890-09844b74b0d3} <Debug> DynamicQueryHandler: Done processing query | ||
859 | 2024.09.03 23:51:50.553572 [ 3 ] {fa277d0a-25e8-4373-a890-09844b74b0d3} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
860 | 2024.09.03 23:51:50.553590 [ 3 ] {} <Debug> HTTP-Session: 72f2a002-00df-4031-85f3-650248c61f7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
861 | 2024.09.03 23:51:50.553867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
862 | 2024.09.03 23:51:50.553929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
863 | 2024.09.03 23:51:50.553951 [ 3 ] {} <Debug> HTTP-Session: 65cf8202-76f4-4aa1-9414-4aed52497d83 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
864 | 2024.09.03 23:51:50.553970 [ 3 ] {} <Debug> HTTP-Session: 65cf8202-76f4-4aa1-9414-4aed52497d83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
865 | 2024.09.03 23:51:50.553986 [ 3 ] {} <Debug> HTTP-Session: 65cf8202-76f4-4aa1-9414-4aed52497d83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
866 | 2024.09.03 23:51:50.554024 [ 3 ] {} <Trace> HTTP-Session: 65cf8202-76f4-4aa1-9414-4aed52497d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
867 | 2024.09.03 23:51:50.554171 [ 3 ] {ed982242-1d89-4c5f-9ce6-9a61a2533fd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) 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) | ||
868 | 2024.09.03 23:51:50.554507 [ 3 ] {ed982242-1d89-4c5f-9ce6-9a61a2533fd1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
869 | 2024.09.03 23:51:50.554566 [ 3 ] {ed982242-1d89-4c5f-9ce6-9a61a2533fd1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
870 | 2024.09.03 23:51:50.555532 [ 3 ] {ed982242-1d89-4c5f-9ce6-9a61a2533fd1} <Debug> DynamicQueryHandler: Done processing query | ||
871 | 2024.09.03 23:51:50.555564 [ 3 ] {ed982242-1d89-4c5f-9ce6-9a61a2533fd1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
872 | 2024.09.03 23:51:50.555590 [ 3 ] {} <Debug> HTTP-Session: 65cf8202-76f4-4aa1-9414-4aed52497d83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
873 | 2024.09.03 23:51:50.555865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
874 | 2024.09.03 23:51:50.555932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
875 | 2024.09.03 23:51:50.555961 [ 3 ] {} <Debug> HTTP-Session: 664cb893-f87d-4091-ac9e-aeca83622213 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
876 | 2024.09.03 23:51:50.555985 [ 3 ] {} <Debug> HTTP-Session: 664cb893-f87d-4091-ac9e-aeca83622213 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
877 | 2024.09.03 23:51:50.556006 [ 3 ] {} <Debug> HTTP-Session: 664cb893-f87d-4091-ac9e-aeca83622213 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
878 | 2024.09.03 23:51:50.556052 [ 3 ] {} <Trace> HTTP-Session: 664cb893-f87d-4091-ac9e-aeca83622213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
879 | 2024.09.03 23:51:50.556215 [ 3 ] {914e8cad-88a1-4df7-b6f4-eaa5a2020998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) 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) | ||
880 | 2024.09.03 23:51:50.556679 [ 3 ] {914e8cad-88a1-4df7-b6f4-eaa5a2020998} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
881 | 2024.09.03 23:51:50.556748 [ 3 ] {914e8cad-88a1-4df7-b6f4-eaa5a2020998} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
882 | 2024.09.03 23:51:50.557885 [ 3 ] {914e8cad-88a1-4df7-b6f4-eaa5a2020998} <Debug> DynamicQueryHandler: Done processing query | ||
883 | 2024.09.03 23:51:50.557913 [ 3 ] {914e8cad-88a1-4df7-b6f4-eaa5a2020998} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
884 | 2024.09.03 23:51:50.557932 [ 3 ] {} <Debug> HTTP-Session: 664cb893-f87d-4091-ac9e-aeca83622213 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
885 | 2024.09.03 23:51:50.558148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
886 | 2024.09.03 23:51:50.558200 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
887 | 2024.09.03 23:51:50.558221 [ 3 ] {} <Debug> HTTP-Session: 1bb30d54-4b71-4b2e-b7da-380999bf0725 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
888 | 2024.09.03 23:51:50.558239 [ 3 ] {} <Debug> HTTP-Session: 1bb30d54-4b71-4b2e-b7da-380999bf0725 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
889 | 2024.09.03 23:51:50.558254 [ 3 ] {} <Debug> HTTP-Session: 1bb30d54-4b71-4b2e-b7da-380999bf0725 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
890 | 2024.09.03 23:51:50.558287 [ 3 ] {} <Trace> HTTP-Session: 1bb30d54-4b71-4b2e-b7da-380999bf0725 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
891 | 2024.09.03 23:51:50.558418 [ 3 ] {c4f59f03-4b21-4da3-b79b-070372105b61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) 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) | ||
892 | 2024.09.03 23:51:50.558764 [ 3 ] {c4f59f03-4b21-4da3-b79b-070372105b61} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
893 | 2024.09.03 23:51:50.558820 [ 3 ] {c4f59f03-4b21-4da3-b79b-070372105b61} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
894 | 2024.09.03 23:51:50.559718 [ 3 ] {c4f59f03-4b21-4da3-b79b-070372105b61} <Debug> DynamicQueryHandler: Done processing query | ||
895 | 2024.09.03 23:51:50.559745 [ 3 ] {c4f59f03-4b21-4da3-b79b-070372105b61} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
896 | 2024.09.03 23:51:50.559763 [ 3 ] {} <Debug> HTTP-Session: 1bb30d54-4b71-4b2e-b7da-380999bf0725 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
897 | 2024.09.03 23:51:50.559996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
898 | 2024.09.03 23:51:50.560054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
899 | 2024.09.03 23:51:50.560077 [ 3 ] {} <Debug> HTTP-Session: eb7bfe59-41ef-4c9e-9c6f-3342a53b2417 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
900 | 2024.09.03 23:51:50.560094 [ 3 ] {} <Debug> HTTP-Session: eb7bfe59-41ef-4c9e-9c6f-3342a53b2417 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
901 | 2024.09.03 23:51:50.560109 [ 3 ] {} <Debug> HTTP-Session: eb7bfe59-41ef-4c9e-9c6f-3342a53b2417 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
902 | 2024.09.03 23:51:50.560146 [ 3 ] {} <Trace> HTTP-Session: eb7bfe59-41ef-4c9e-9c6f-3342a53b2417 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
903 | 2024.09.03 23:51:50.560287 [ 3 ] {367151aa-c6b0-4aa2-abfe-8d845cb3acfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) 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) | ||
904 | 2024.09.03 23:51:50.560619 [ 3 ] {367151aa-c6b0-4aa2-abfe-8d845cb3acfc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
905 | 2024.09.03 23:51:50.560674 [ 3 ] {367151aa-c6b0-4aa2-abfe-8d845cb3acfc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
906 | 2024.09.03 23:51:50.561707 [ 3 ] {367151aa-c6b0-4aa2-abfe-8d845cb3acfc} <Debug> DynamicQueryHandler: Done processing query | ||
907 | 2024.09.03 23:51:50.561733 [ 3 ] {367151aa-c6b0-4aa2-abfe-8d845cb3acfc} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
908 | 2024.09.03 23:51:50.561750 [ 3 ] {} <Debug> HTTP-Session: eb7bfe59-41ef-4c9e-9c6f-3342a53b2417 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
909 | 2024.09.03 23:51:50.561988 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
910 | 2024.09.03 23:51:50.562045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
911 | 2024.09.03 23:51:50.562072 [ 3 ] {} <Debug> HTTP-Session: 5072f10e-606c-4594-b3fc-6095987fcd25 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
912 | 2024.09.03 23:51:50.562096 [ 3 ] {} <Debug> HTTP-Session: 5072f10e-606c-4594-b3fc-6095987fcd25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
913 | 2024.09.03 23:51:50.562116 [ 3 ] {} <Debug> HTTP-Session: 5072f10e-606c-4594-b3fc-6095987fcd25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
914 | 2024.09.03 23:51:50.562156 [ 3 ] {} <Trace> HTTP-Session: 5072f10e-606c-4594-b3fc-6095987fcd25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
915 | 2024.09.03 23:51:50.562311 [ 3 ] {15ffcb35-d756-4d11-9321-03ac40a15769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) 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) | ||
916 | 2024.09.03 23:51:50.562683 [ 3 ] {15ffcb35-d756-4d11-9321-03ac40a15769} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
917 | 2024.09.03 23:51:50.562737 [ 3 ] {15ffcb35-d756-4d11-9321-03ac40a15769} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
918 | 2024.09.03 23:51:50.563785 [ 3 ] {15ffcb35-d756-4d11-9321-03ac40a15769} <Debug> DynamicQueryHandler: Done processing query | ||
919 | 2024.09.03 23:51:50.563815 [ 3 ] {15ffcb35-d756-4d11-9321-03ac40a15769} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
920 | 2024.09.03 23:51:50.563838 [ 3 ] {} <Debug> HTTP-Session: 5072f10e-606c-4594-b3fc-6095987fcd25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
921 | 2024.09.03 23:51:50.564115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
922 | 2024.09.03 23:51:50.564171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
923 | 2024.09.03 23:51:50.564198 [ 3 ] {} <Debug> HTTP-Session: 91ecf35b-45ab-4052-ba8a-9d47a49cf12f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
924 | 2024.09.03 23:51:50.564220 [ 3 ] {} <Debug> HTTP-Session: 91ecf35b-45ab-4052-ba8a-9d47a49cf12f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
925 | 2024.09.03 23:51:50.564246 [ 3 ] {} <Debug> HTTP-Session: 91ecf35b-45ab-4052-ba8a-9d47a49cf12f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
926 | 2024.09.03 23:51:50.564284 [ 3 ] {} <Trace> HTTP-Session: 91ecf35b-45ab-4052-ba8a-9d47a49cf12f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
927 | 2024.09.03 23:51:50.564424 [ 3 ] {15cf54d8-08fe-423b-9c09-2acbc215ed88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) 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) | ||
928 | 2024.09.03 23:51:50.564775 [ 3 ] {15cf54d8-08fe-423b-9c09-2acbc215ed88} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
929 | 2024.09.03 23:51:50.564839 [ 3 ] {15cf54d8-08fe-423b-9c09-2acbc215ed88} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
930 | 2024.09.03 23:51:50.565782 [ 3 ] {15cf54d8-08fe-423b-9c09-2acbc215ed88} <Debug> DynamicQueryHandler: Done processing query | ||
931 | 2024.09.03 23:51:50.565816 [ 3 ] {15cf54d8-08fe-423b-9c09-2acbc215ed88} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
932 | 2024.09.03 23:51:50.565840 [ 3 ] {} <Debug> HTTP-Session: 91ecf35b-45ab-4052-ba8a-9d47a49cf12f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
933 | 2024.09.03 23:51:50.566158 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
934 | 2024.09.03 23:51:50.566212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
935 | 2024.09.03 23:51:50.566235 [ 3 ] {} <Debug> HTTP-Session: ca2367e7-1670-4388-8e31-98c2d0057a18 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
936 | 2024.09.03 23:51:50.566254 [ 3 ] {} <Debug> HTTP-Session: ca2367e7-1670-4388-8e31-98c2d0057a18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
937 | 2024.09.03 23:51:50.566271 [ 3 ] {} <Debug> HTTP-Session: ca2367e7-1670-4388-8e31-98c2d0057a18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
938 | 2024.09.03 23:51:50.566311 [ 3 ] {} <Trace> HTTP-Session: ca2367e7-1670-4388-8e31-98c2d0057a18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
939 | 2024.09.03 23:51:50.566497 [ 3 ] {7126bba8-beef-450e-a637-ac5bb17d69bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) 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) | ||
940 | 2024.09.03 23:51:50.566872 [ 3 ] {7126bba8-beef-450e-a637-ac5bb17d69bc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
941 | 2024.09.03 23:51:50.566928 [ 3 ] {7126bba8-beef-450e-a637-ac5bb17d69bc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
942 | 2024.09.03 23:51:50.567970 [ 3 ] {7126bba8-beef-450e-a637-ac5bb17d69bc} <Debug> DynamicQueryHandler: Done processing query | ||
943 | 2024.09.03 23:51:50.567998 [ 3 ] {7126bba8-beef-450e-a637-ac5bb17d69bc} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
944 | 2024.09.03 23:51:50.568016 [ 3 ] {} <Debug> HTTP-Session: ca2367e7-1670-4388-8e31-98c2d0057a18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
945 | 2024.09.03 23:51:50.568235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
946 | 2024.09.03 23:51:50.568285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
947 | 2024.09.03 23:51:50.568304 [ 3 ] {} <Debug> HTTP-Session: c623ef72-dc09-4c63-b871-b05c89f04159 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
948 | 2024.09.03 23:51:50.568323 [ 3 ] {} <Debug> HTTP-Session: c623ef72-dc09-4c63-b871-b05c89f04159 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
949 | 2024.09.03 23:51:50.568337 [ 3 ] {} <Debug> HTTP-Session: c623ef72-dc09-4c63-b871-b05c89f04159 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
950 | 2024.09.03 23:51:50.568369 [ 3 ] {} <Trace> HTTP-Session: c623ef72-dc09-4c63-b871-b05c89f04159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
951 | 2024.09.03 23:51:50.568503 [ 3 ] {4bbaa9ad-a193-4fbe-affe-8bf5ad7094d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) 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) | ||
952 | 2024.09.03 23:51:50.568857 [ 3 ] {4bbaa9ad-a193-4fbe-affe-8bf5ad7094d5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
953 | 2024.09.03 23:51:50.568911 [ 3 ] {4bbaa9ad-a193-4fbe-affe-8bf5ad7094d5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
954 | 2024.09.03 23:51:50.569941 [ 3 ] {4bbaa9ad-a193-4fbe-affe-8bf5ad7094d5} <Debug> DynamicQueryHandler: Done processing query | ||
955 | 2024.09.03 23:51:50.569973 [ 3 ] {4bbaa9ad-a193-4fbe-affe-8bf5ad7094d5} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
956 | 2024.09.03 23:51:50.569995 [ 3 ] {} <Debug> HTTP-Session: c623ef72-dc09-4c63-b871-b05c89f04159 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
957 | 2024.09.03 23:51:50.570263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
958 | 2024.09.03 23:51:50.570321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
959 | 2024.09.03 23:51:50.570343 [ 3 ] {} <Debug> HTTP-Session: 202d66ed-f4b0-45da-b678-0b2b37092e6b Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
960 | 2024.09.03 23:51:50.570363 [ 3 ] {} <Debug> HTTP-Session: 202d66ed-f4b0-45da-b678-0b2b37092e6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
961 | 2024.09.03 23:51:50.570379 [ 3 ] {} <Debug> HTTP-Session: 202d66ed-f4b0-45da-b678-0b2b37092e6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
962 | 2024.09.03 23:51:50.570410 [ 3 ] {} <Trace> HTTP-Session: 202d66ed-f4b0-45da-b678-0b2b37092e6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
963 | 2024.09.03 23:51:50.570559 [ 3 ] {f86793a0-bd63-450d-8f4e-cecf1a8e860e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) 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) | ||
964 | 2024.09.03 23:51:50.570921 [ 3 ] {f86793a0-bd63-450d-8f4e-cecf1a8e860e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
965 | 2024.09.03 23:51:50.570979 [ 3 ] {f86793a0-bd63-450d-8f4e-cecf1a8e860e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
966 | 2024.09.03 23:51:50.571890 [ 3 ] {f86793a0-bd63-450d-8f4e-cecf1a8e860e} <Debug> DynamicQueryHandler: Done processing query | ||
967 | 2024.09.03 23:51:50.571924 [ 3 ] {f86793a0-bd63-450d-8f4e-cecf1a8e860e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
968 | 2024.09.03 23:51:50.571942 [ 3 ] {} <Debug> HTTP-Session: 202d66ed-f4b0-45da-b678-0b2b37092e6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
969 | 2024.09.03 23:51:50.572163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
970 | 2024.09.03 23:51:50.572213 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
971 | 2024.09.03 23:51:50.572234 [ 3 ] {} <Debug> HTTP-Session: bbede69e-8844-4c7a-bd49-98359a7a5a74 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
972 | 2024.09.03 23:51:50.572251 [ 3 ] {} <Debug> HTTP-Session: bbede69e-8844-4c7a-bd49-98359a7a5a74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
973 | 2024.09.03 23:51:50.572266 [ 3 ] {} <Debug> HTTP-Session: bbede69e-8844-4c7a-bd49-98359a7a5a74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
974 | 2024.09.03 23:51:50.572298 [ 3 ] {} <Trace> HTTP-Session: bbede69e-8844-4c7a-bd49-98359a7a5a74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
975 | 2024.09.03 23:51:50.572430 [ 3 ] {81210bbc-350e-4f80-9cdf-d628d5634fa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) 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) | ||
976 | 2024.09.03 23:51:50.572786 [ 3 ] {81210bbc-350e-4f80-9cdf-d628d5634fa7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
977 | 2024.09.03 23:51:50.572841 [ 3 ] {81210bbc-350e-4f80-9cdf-d628d5634fa7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
978 | 2024.09.03 23:51:50.573830 [ 3 ] {81210bbc-350e-4f80-9cdf-d628d5634fa7} <Debug> DynamicQueryHandler: Done processing query | ||
979 | 2024.09.03 23:51:50.573857 [ 3 ] {81210bbc-350e-4f80-9cdf-d628d5634fa7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
980 | 2024.09.03 23:51:50.573874 [ 3 ] {} <Debug> HTTP-Session: bbede69e-8844-4c7a-bd49-98359a7a5a74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
981 | 2024.09.03 23:51:50.574136 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
982 | 2024.09.03 23:51:50.574188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
983 | 2024.09.03 23:51:50.574208 [ 3 ] {} <Debug> HTTP-Session: 714e7fe0-eb16-462e-952e-d2f8852e86f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
984 | 2024.09.03 23:51:50.574224 [ 3 ] {} <Debug> HTTP-Session: 714e7fe0-eb16-462e-952e-d2f8852e86f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
985 | 2024.09.03 23:51:50.574238 [ 3 ] {} <Debug> HTTP-Session: 714e7fe0-eb16-462e-952e-d2f8852e86f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
986 | 2024.09.03 23:51:50.574270 [ 3 ] {} <Trace> HTTP-Session: 714e7fe0-eb16-462e-952e-d2f8852e86f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
987 | 2024.09.03 23:51:50.574405 [ 3 ] {486a163d-35f2-4d2e-a5f7-b6a664eaaccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) 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) | ||
988 | 2024.09.03 23:51:50.574764 [ 3 ] {486a163d-35f2-4d2e-a5f7-b6a664eaaccc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
989 | 2024.09.03 23:51:50.574820 [ 3 ] {486a163d-35f2-4d2e-a5f7-b6a664eaaccc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
990 | 2024.09.03 23:51:50.575804 [ 3 ] {486a163d-35f2-4d2e-a5f7-b6a664eaaccc} <Debug> DynamicQueryHandler: Done processing query | ||
991 | 2024.09.03 23:51:50.575832 [ 3 ] {486a163d-35f2-4d2e-a5f7-b6a664eaaccc} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
992 | 2024.09.03 23:51:50.575850 [ 3 ] {} <Debug> HTTP-Session: 714e7fe0-eb16-462e-952e-d2f8852e86f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
993 | 2024.09.03 23:51:50.579643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
994 | 2024.09.03 23:51:50.579695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
995 | 2024.09.03 23:51:50.579715 [ 3 ] {} <Debug> HTTP-Session: 642b0338-664f-4462-af25-b2000846002f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
996 | 2024.09.03 23:51:50.579733 [ 3 ] {} <Debug> HTTP-Session: 642b0338-664f-4462-af25-b2000846002f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
997 | 2024.09.03 23:51:50.579748 [ 3 ] {} <Debug> HTTP-Session: 642b0338-664f-4462-af25-b2000846002f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
998 | 2024.09.03 23:51:50.579781 [ 3 ] {} <Trace> HTTP-Session: 642b0338-664f-4462-af25-b2000846002f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
999 | 2024.09.03 23:51:50.579907 [ 3 ] {91ba5976-2b58-4de3-a8cb-ed9322e27f5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1000 | 2024.09.03 23:51:50.579958 [ 3 ] {91ba5976-2b58-4de3-a8cb-ed9322e27f5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1001 | 2024.09.03 23:51:50.582094 [ 3 ] {91ba5976-2b58-4de3-a8cb-ed9322e27f5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1002 | 2024.09.03 23:51:50.586866 [ 3 ] {91ba5976-2b58-4de3-a8cb-ed9322e27f5c} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1003 | 2024.09.03 23:51:50.586912 [ 3 ] {91ba5976-2b58-4de3-a8cb-ed9322e27f5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1004 | 2024.09.03 23:51:50.589609 [ 3 ] {91ba5976-2b58-4de3-a8cb-ed9322e27f5c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1005 | 2024.09.03 23:51:50.590188 [ 3 ] {91ba5976-2b58-4de3-a8cb-ed9322e27f5c} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1006 | 2024.09.03 23:51:50.590346 [ 3 ] {91ba5976-2b58-4de3-a8cb-ed9322e27f5c} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.010482 sec., 1335.6229727151308 rows/sec., 191.64 KiB/sec. | ||
1007 | 2024.09.03 23:51:50.590537 [ 3 ] {91ba5976-2b58-4de3-a8cb-ed9322e27f5c} <Debug> DynamicQueryHandler: Done processing query | ||
1008 | 2024.09.03 23:51:50.590561 [ 3 ] {91ba5976-2b58-4de3-a8cb-ed9322e27f5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1009 | 2024.09.03 23:51:50.590578 [ 3 ] {} <Debug> HTTP-Session: 642b0338-664f-4462-af25-b2000846002f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1010 | 2024.09.03 23:51:50.590705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 3625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1011 | 2024.09.03 23:51:50.590757 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1012 | 2024.09.03 23:51:50.590776 [ 3 ] {} <Debug> HTTP-Session: 0d532011-8306-4179-b292-151800b6a275 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1013 | 2024.09.03 23:51:50.590793 [ 3 ] {} <Debug> HTTP-Session: 0d532011-8306-4179-b292-151800b6a275 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1014 | 2024.09.03 23:51:50.590808 [ 3 ] {} <Debug> HTTP-Session: 0d532011-8306-4179-b292-151800b6a275 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1015 | 2024.09.03 23:51:50.590841 [ 3 ] {} <Trace> HTTP-Session: 0d532011-8306-4179-b292-151800b6a275 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1016 | 2024.09.03 23:51:50.590950 [ 3 ] {ad9f76e0-8cbc-424c-8131-07413b86af29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1017 | 2024.09.03 23:51:50.590995 [ 3 ] {ad9f76e0-8cbc-424c-8131-07413b86af29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1018 | 2024.09.03 23:51:50.591254 [ 3 ] {ad9f76e0-8cbc-424c-8131-07413b86af29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1019 | 2024.09.03 23:51:50.600465 [ 3 ] {ad9f76e0-8cbc-424c-8131-07413b86af29} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1020 | 2024.09.03 23:51:50.600502 [ 3 ] {ad9f76e0-8cbc-424c-8131-07413b86af29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1021 | 2024.09.03 23:51:50.601120 [ 3 ] {ad9f76e0-8cbc-424c-8131-07413b86af29} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1022 | 2024.09.03 23:51:50.601806 [ 3 ] {ad9f76e0-8cbc-424c-8131-07413b86af29} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1023 | 2024.09.03 23:51:50.601967 [ 3 ] {ad9f76e0-8cbc-424c-8131-07413b86af29} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.011043 sec., 2354.432672281083 rows/sec., 181.73 KiB/sec. | ||
1024 | 2024.09.03 23:51:50.602151 [ 3 ] {ad9f76e0-8cbc-424c-8131-07413b86af29} <Debug> DynamicQueryHandler: Done processing query | ||
1025 | 2024.09.03 23:51:50.602177 [ 3 ] {ad9f76e0-8cbc-424c-8131-07413b86af29} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1026 | 2024.09.03 23:51:50.602193 [ 3 ] {} <Debug> HTTP-Session: 0d532011-8306-4179-b292-151800b6a275 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1027 | 2024.09.03 23:51:50.602320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1028 | 2024.09.03 23:51:50.602372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1029 | 2024.09.03 23:51:50.602392 [ 3 ] {} <Debug> HTTP-Session: e2c055ff-67e2-4c05-9a28-b13acd0ed874 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1030 | 2024.09.03 23:51:50.602410 [ 3 ] {} <Debug> HTTP-Session: e2c055ff-67e2-4c05-9a28-b13acd0ed874 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1031 | 2024.09.03 23:51:50.602425 [ 3 ] {} <Debug> HTTP-Session: e2c055ff-67e2-4c05-9a28-b13acd0ed874 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1032 | 2024.09.03 23:51:50.602458 [ 3 ] {} <Trace> HTTP-Session: e2c055ff-67e2-4c05-9a28-b13acd0ed874 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1033 | 2024.09.03 23:51:50.602566 [ 3 ] {b0c96f8e-b699-4852-83d6-73d2b4ddd9cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1034 | 2024.09.03 23:51:50.602618 [ 3 ] {b0c96f8e-b699-4852-83d6-73d2b4ddd9cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1035 | 2024.09.03 23:51:50.603532 [ 3 ] {b0c96f8e-b699-4852-83d6-73d2b4ddd9cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1036 | 2024.09.03 23:51:50.603939 [ 3 ] {b0c96f8e-b699-4852-83d6-73d2b4ddd9cb} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1037 | 2024.09.03 23:51:50.603980 [ 3 ] {b0c96f8e-b699-4852-83d6-73d2b4ddd9cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1038 | 2024.09.03 23:51:50.607163 [ 3 ] {b0c96f8e-b699-4852-83d6-73d2b4ddd9cb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1039 | 2024.09.03 23:51:50.607856 [ 3 ] {b0c96f8e-b699-4852-83d6-73d2b4ddd9cb} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1040 | 2024.09.03 23:51:50.608039 [ 3 ] {b0c96f8e-b699-4852-83d6-73d2b4ddd9cb} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.005508 sec., 5083.514887436456 rows/sec., 406.01 KiB/sec. | ||
1041 | 2024.09.03 23:51:50.608221 [ 3 ] {b0c96f8e-b699-4852-83d6-73d2b4ddd9cb} <Debug> DynamicQueryHandler: Done processing query | ||
1042 | 2024.09.03 23:51:50.608246 [ 3 ] {b0c96f8e-b699-4852-83d6-73d2b4ddd9cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1043 | 2024.09.03 23:51:50.608263 [ 3 ] {} <Debug> HTTP-Session: e2c055ff-67e2-4c05-9a28-b13acd0ed874 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1044 | 2024.09.03 23:51:50.608441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 15315, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1045 | 2024.09.03 23:51:50.608491 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1046 | 2024.09.03 23:51:50.608511 [ 3 ] {} <Debug> HTTP-Session: 5678868a-920d-469e-b9ad-dee1c5808e7e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1047 | 2024.09.03 23:51:50.608528 [ 3 ] {} <Debug> HTTP-Session: 5678868a-920d-469e-b9ad-dee1c5808e7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1048 | 2024.09.03 23:51:50.608542 [ 3 ] {} <Debug> HTTP-Session: 5678868a-920d-469e-b9ad-dee1c5808e7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1049 | 2024.09.03 23:51:50.608574 [ 3 ] {} <Trace> HTTP-Session: 5678868a-920d-469e-b9ad-dee1c5808e7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1050 | 2024.09.03 23:51:50.608702 [ 3 ] {ee4645e3-3d8b-44e3-93c1-d1fb2eaae56a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1051 | 2024.09.03 23:51:50.609415 [ 3 ] {ee4645e3-3d8b-44e3-93c1-d1fb2eaae56a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1052 | 2024.09.03 23:51:50.609575 [ 3 ] {ee4645e3-3d8b-44e3-93c1-d1fb2eaae56a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1053 | 2024.09.03 23:51:50.610594 [ 3 ] {ee4645e3-3d8b-44e3-93c1-d1fb2eaae56a} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1054 | 2024.09.03 23:51:50.610630 [ 3 ] {ee4645e3-3d8b-44e3-93c1-d1fb2eaae56a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1055 | 2024.09.03 23:51:50.615311 [ 3 ] {ee4645e3-3d8b-44e3-93c1-d1fb2eaae56a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1056 | 2024.09.03 23:51:50.615936 [ 3 ] {ee4645e3-3d8b-44e3-93c1-d1fb2eaae56a} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1057 | 2024.09.03 23:51:50.616097 [ 3 ] {ee4645e3-3d8b-44e3-93c1-d1fb2eaae56a} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.007435 sec., 10759.919300605246 rows/sec., 763.91 KiB/sec. | ||
1058 | 2024.09.03 23:51:50.616300 [ 3 ] {ee4645e3-3d8b-44e3-93c1-d1fb2eaae56a} <Debug> DynamicQueryHandler: Done processing query | ||
1059 | 2024.09.03 23:51:50.616326 [ 3 ] {ee4645e3-3d8b-44e3-93c1-d1fb2eaae56a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1060 | 2024.09.03 23:51:50.616343 [ 3 ] {} <Debug> HTTP-Session: 5678868a-920d-469e-b9ad-dee1c5808e7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1061 | 2024.09.03 23:51:50.616469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 3701, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1062 | 2024.09.03 23:51:50.616529 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1063 | 2024.09.03 23:51:50.616552 [ 3 ] {} <Debug> HTTP-Session: f0ad8dd5-a4cb-4053-9889-8807166293d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1064 | 2024.09.03 23:51:50.616571 [ 3 ] {} <Debug> HTTP-Session: f0ad8dd5-a4cb-4053-9889-8807166293d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1065 | 2024.09.03 23:51:50.616586 [ 3 ] {} <Debug> HTTP-Session: f0ad8dd5-a4cb-4053-9889-8807166293d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1066 | 2024.09.03 23:51:50.616618 [ 3 ] {} <Trace> HTTP-Session: f0ad8dd5-a4cb-4053-9889-8807166293d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1067 | 2024.09.03 23:51:50.616727 [ 3 ] {717dc8f9-841e-4599-a745-0e2404aa37f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1068 | 2024.09.03 23:51:50.616771 [ 3 ] {717dc8f9-841e-4599-a745-0e2404aa37f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1069 | 2024.09.03 23:51:50.616901 [ 3 ] {717dc8f9-841e-4599-a745-0e2404aa37f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1070 | 2024.09.03 23:51:50.617212 [ 3 ] {717dc8f9-841e-4599-a745-0e2404aa37f1} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1071 | 2024.09.03 23:51:50.617249 [ 3 ] {717dc8f9-841e-4599-a745-0e2404aa37f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1072 | 2024.09.03 23:51:50.617750 [ 3 ] {717dc8f9-841e-4599-a745-0e2404aa37f1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1073 | 2024.09.03 23:51:50.618418 [ 3 ] {717dc8f9-841e-4599-a745-0e2404aa37f1} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1074 | 2024.09.03 23:51:50.618572 [ 3 ] {717dc8f9-841e-4599-a745-0e2404aa37f1} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001868 sec., 12847.96573875803 rows/sec., 901.28 KiB/sec. | ||
1075 | 2024.09.03 23:51:50.618842 [ 3 ] {717dc8f9-841e-4599-a745-0e2404aa37f1} <Debug> DynamicQueryHandler: Done processing query | ||
1076 | 2024.09.03 23:51:50.618868 [ 3 ] {717dc8f9-841e-4599-a745-0e2404aa37f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1077 | 2024.09.03 23:51:50.618884 [ 3 ] {} <Debug> HTTP-Session: f0ad8dd5-a4cb-4053-9889-8807166293d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1078 | 2024.09.03 23:51:51.000157 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 172.83 MiB, peak 177.99 MiB, free memory in arenas 0.00 B, will set to 174.77 MiB (RSS), difference: 1.93 MiB | ||
1079 | 2024.09.03 23:51:55.485639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1080 | 2024.09.03 23:51:55.485779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1081 | 2024.09.03 23:51:55.485811 [ 3 ] {} <Debug> HTTP-Session: 03f2b938-35c9-447d-941a-f37aef3d7166 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1082 | 2024.09.03 23:51:55.485840 [ 3 ] {} <Debug> HTTP-Session: 03f2b938-35c9-447d-941a-f37aef3d7166 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1083 | 2024.09.03 23:51:55.485861 [ 3 ] {} <Debug> HTTP-Session: 03f2b938-35c9-447d-941a-f37aef3d7166 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1084 | 2024.09.03 23:51:55.485922 [ 3 ] {} <Trace> HTTP-Session: 03f2b938-35c9-447d-941a-f37aef3d7166 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1085 | 2024.09.03 23:51:55.486164 [ 3 ] {45eb14ab-77a7-4f7c-8468-c4a75de7bd11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) 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) | ||
1086 | 2024.09.03 23:51:55.488556 [ 3 ] {45eb14ab-77a7-4f7c-8468-c4a75de7bd11} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1087 | 2024.09.03 23:51:55.493006 [ 3 ] {45eb14ab-77a7-4f7c-8468-c4a75de7bd11} <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 | ||
1088 | 2024.09.03 23:51:55.493384 [ 3 ] {45eb14ab-77a7-4f7c-8468-c4a75de7bd11} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1089 | 2024.09.03 23:51:55.497556 [ 3 ] {45eb14ab-77a7-4f7c-8468-c4a75de7bd11} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1090 | 2024.09.03 23:51:55.502198 [ 3 ] {45eb14ab-77a7-4f7c-8468-c4a75de7bd11} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
1091 | 2024.09.03 23:51:55.507266 [ 3 ] {45eb14ab-77a7-4f7c-8468-c4a75de7bd11} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1092 | 2024.09.03 23:51:55.509214 [ 3 ] {45eb14ab-77a7-4f7c-8468-c4a75de7bd11} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (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 | ||
1093 | 2024.09.03 23:51:55.509242 [ 3 ] {45eb14ab-77a7-4f7c-8468-c4a75de7bd11} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1094 | 2024.09.03 23:51:55.511291 [ 3 ] {45eb14ab-77a7-4f7c-8468-c4a75de7bd11} <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'))" | ||
1095 | 2024.09.03 23:51:55.511330 [ 3 ] {45eb14ab-77a7-4f7c-8468-c4a75de7bd11} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1096 | 2024.09.03 23:51:55.532711 [ 3 ] {45eb14ab-77a7-4f7c-8468-c4a75de7bd11} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.046644 sec., 300.1457850956179 rows/sec., 12.25 KiB/sec. | ||
1097 | 2024.09.03 23:51:55.533046 [ 3 ] {45eb14ab-77a7-4f7c-8468-c4a75de7bd11} <Debug> DynamicQueryHandler: Done processing query | ||
1098 | 2024.09.03 23:51:55.533076 [ 3 ] {45eb14ab-77a7-4f7c-8468-c4a75de7bd11} <Debug> MemoryTracker: Peak memory usage (for query): 2.00 MiB. | ||
1099 | 2024.09.03 23:51:55.533095 [ 3 ] {} <Debug> HTTP-Session: 03f2b938-35c9-447d-941a-f37aef3d7166 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1100 | 2024.09.03 23:51:55.536283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1101 | 2024.09.03 23:51:55.536355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1102 | 2024.09.03 23:51:55.536379 [ 3 ] {} <Debug> HTTP-Session: 4d85d0f0-585d-4dbc-aa28-27c8b9bd5020 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1103 | 2024.09.03 23:51:55.536402 [ 3 ] {} <Debug> HTTP-Session: 4d85d0f0-585d-4dbc-aa28-27c8b9bd5020 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1104 | 2024.09.03 23:51:55.536418 [ 3 ] {} <Debug> HTTP-Session: 4d85d0f0-585d-4dbc-aa28-27c8b9bd5020 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1105 | 2024.09.03 23:51:55.536463 [ 3 ] {} <Trace> HTTP-Session: 4d85d0f0-585d-4dbc-aa28-27c8b9bd5020 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1106 | 2024.09.03 23:51:55.536660 [ 3 ] {0b73eb2b-12ee-488e-8776-3d8f49ddedac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1107 | 2024.09.03 23:51:55.536988 [ 3 ] {0b73eb2b-12ee-488e-8776-3d8f49ddedac} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1108 | 2024.09.03 23:51:55.537050 [ 3 ] {0b73eb2b-12ee-488e-8776-3d8f49ddedac} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1109 | 2024.09.03 23:51:55.537391 [ 3 ] {0b73eb2b-12ee-488e-8776-3d8f49ddedac} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1110 | 2024.09.03 23:51:55.537468 [ 3 ] {0b73eb2b-12ee-488e-8776-3d8f49ddedac} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1111 | 2024.09.03 23:51:55.537625 [ 3 ] {0b73eb2b-12ee-488e-8776-3d8f49ddedac} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
1112 | 2024.09.03 23:51:55.537661 [ 3 ] {0b73eb2b-12ee-488e-8776-3d8f49ddedac} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1113 | 2024.09.03 23:51:55.537685 [ 3 ] {0b73eb2b-12ee-488e-8776-3d8f49ddedac} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (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 | ||
1114 | 2024.09.03 23:51:55.537703 [ 3 ] {0b73eb2b-12ee-488e-8776-3d8f49ddedac} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1115 | 2024.09.03 23:51:55.537753 [ 3 ] {0b73eb2b-12ee-488e-8776-3d8f49ddedac} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1116 | 2024.09.03 23:51:55.537777 [ 3 ] {0b73eb2b-12ee-488e-8776-3d8f49ddedac} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1117 | 2024.09.03 23:51:55.538604 [ 3 ] {0b73eb2b-12ee-488e-8776-3d8f49ddedac} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.002025 sec., 6913.580246913581 rows/sec., 282.12 KiB/sec. | ||
1118 | 2024.09.03 23:51:55.538878 [ 3 ] {0b73eb2b-12ee-488e-8776-3d8f49ddedac} <Debug> DynamicQueryHandler: Done processing query | ||
1119 | 2024.09.03 23:51:55.538907 [ 3 ] {0b73eb2b-12ee-488e-8776-3d8f49ddedac} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1120 | 2024.09.03 23:51:55.538925 [ 3 ] {} <Debug> HTTP-Session: 4d85d0f0-585d-4dbc-aa28-27c8b9bd5020 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1121 | 2024.09.03 23:51:55.539149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1122 | 2024.09.03 23:51:55.539203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1123 | 2024.09.03 23:51:55.539226 [ 3 ] {} <Debug> HTTP-Session: 20307763-d5a0-4345-93c3-8321b647a540 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1124 | 2024.09.03 23:51:55.539245 [ 3 ] {} <Debug> HTTP-Session: 20307763-d5a0-4345-93c3-8321b647a540 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1125 | 2024.09.03 23:51:55.539261 [ 3 ] {} <Debug> HTTP-Session: 20307763-d5a0-4345-93c3-8321b647a540 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1126 | 2024.09.03 23:51:55.539298 [ 3 ] {} <Trace> HTTP-Session: 20307763-d5a0-4345-93c3-8321b647a540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1127 | 2024.09.03 23:51:55.539451 [ 3 ] {d5a1d02e-1be6-4b07-ba97-0abcf09132ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1128 | 2024.09.03 23:51:55.539721 [ 3 ] {d5a1d02e-1be6-4b07-ba97-0abcf09132ec} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1129 | 2024.09.03 23:51:55.539764 [ 3 ] {d5a1d02e-1be6-4b07-ba97-0abcf09132ec} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1130 | 2024.09.03 23:51:55.540021 [ 3 ] {d5a1d02e-1be6-4b07-ba97-0abcf09132ec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1131 | 2024.09.03 23:51:55.540089 [ 3 ] {d5a1d02e-1be6-4b07-ba97-0abcf09132ec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1132 | 2024.09.03 23:51:55.540237 [ 3 ] {d5a1d02e-1be6-4b07-ba97-0abcf09132ec} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
1133 | 2024.09.03 23:51:55.540272 [ 3 ] {d5a1d02e-1be6-4b07-ba97-0abcf09132ec} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1134 | 2024.09.03 23:51:55.540298 [ 3 ] {d5a1d02e-1be6-4b07-ba97-0abcf09132ec} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (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 | ||
1135 | 2024.09.03 23:51:55.540316 [ 3 ] {d5a1d02e-1be6-4b07-ba97-0abcf09132ec} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1136 | 2024.09.03 23:51:55.540358 [ 3 ] {d5a1d02e-1be6-4b07-ba97-0abcf09132ec} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1137 | 2024.09.03 23:51:55.540392 [ 3 ] {d5a1d02e-1be6-4b07-ba97-0abcf09132ec} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1138 | 2024.09.03 23:51:55.541287 [ 3 ] {d5a1d02e-1be6-4b07-ba97-0abcf09132ec} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001901 sec., 7364.544976328249 rows/sec., 300.52 KiB/sec. | ||
1139 | 2024.09.03 23:51:55.541536 [ 3 ] {d5a1d02e-1be6-4b07-ba97-0abcf09132ec} <Debug> DynamicQueryHandler: Done processing query | ||
1140 | 2024.09.03 23:51:55.541563 [ 3 ] {d5a1d02e-1be6-4b07-ba97-0abcf09132ec} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1141 | 2024.09.03 23:51:55.541580 [ 3 ] {} <Debug> HTTP-Session: 20307763-d5a0-4345-93c3-8321b647a540 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1142 | 2024.09.03 23:51:55.541903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 722, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1143 | 2024.09.03 23:51:55.541973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1144 | 2024.09.03 23:51:55.542007 [ 3 ] {} <Debug> HTTP-Session: 78043136-f781-441f-b08a-3fd19c80de8f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1145 | 2024.09.03 23:51:55.542034 [ 3 ] {} <Debug> HTTP-Session: 78043136-f781-441f-b08a-3fd19c80de8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1146 | 2024.09.03 23:51:55.542058 [ 3 ] {} <Debug> HTTP-Session: 78043136-f781-441f-b08a-3fd19c80de8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1147 | 2024.09.03 23:51:55.542107 [ 3 ] {} <Trace> HTTP-Session: 78043136-f781-441f-b08a-3fd19c80de8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1148 | 2024.09.03 23:51:55.542307 [ 3 ] {434e2098-de59-4abf-899a-374be8012d35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1149 | 2024.09.03 23:51:55.542579 [ 3 ] {434e2098-de59-4abf-899a-374be8012d35} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1150 | 2024.09.03 23:51:55.542621 [ 3 ] {434e2098-de59-4abf-899a-374be8012d35} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1151 | 2024.09.03 23:51:55.542878 [ 3 ] {434e2098-de59-4abf-899a-374be8012d35} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1152 | 2024.09.03 23:51:55.542956 [ 3 ] {434e2098-de59-4abf-899a-374be8012d35} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1153 | 2024.09.03 23:51:55.543106 [ 3 ] {434e2098-de59-4abf-899a-374be8012d35} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
1154 | 2024.09.03 23:51:55.543142 [ 3 ] {434e2098-de59-4abf-899a-374be8012d35} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1155 | 2024.09.03 23:51:55.543167 [ 3 ] {434e2098-de59-4abf-899a-374be8012d35} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (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 | ||
1156 | 2024.09.03 23:51:55.543184 [ 3 ] {434e2098-de59-4abf-899a-374be8012d35} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1157 | 2024.09.03 23:51:55.543225 [ 3 ] {434e2098-de59-4abf-899a-374be8012d35} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1158 | 2024.09.03 23:51:55.543249 [ 3 ] {434e2098-de59-4abf-899a-374be8012d35} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1159 | 2024.09.03 23:51:55.544020 [ 3 ] {434e2098-de59-4abf-899a-374be8012d35} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001803 sec., 7764.83638380477 rows/sec., 316.85 KiB/sec. | ||
1160 | 2024.09.03 23:51:55.544263 [ 3 ] {434e2098-de59-4abf-899a-374be8012d35} <Debug> DynamicQueryHandler: Done processing query | ||
1161 | 2024.09.03 23:51:55.544289 [ 3 ] {434e2098-de59-4abf-899a-374be8012d35} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1162 | 2024.09.03 23:51:55.544306 [ 3 ] {} <Debug> HTTP-Session: 78043136-f781-441f-b08a-3fd19c80de8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1163 | 2024.09.03 23:51:55.546764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1164 | 2024.09.03 23:51:55.546819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1165 | 2024.09.03 23:51:55.546840 [ 3 ] {} <Debug> HTTP-Session: c2199d86-d5d9-48d0-80e0-9313613d11e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1166 | 2024.09.03 23:51:55.546857 [ 3 ] {} <Debug> HTTP-Session: c2199d86-d5d9-48d0-80e0-9313613d11e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1167 | 2024.09.03 23:51:55.546872 [ 3 ] {} <Debug> HTTP-Session: c2199d86-d5d9-48d0-80e0-9313613d11e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1168 | 2024.09.03 23:51:55.546906 [ 3 ] {} <Trace> HTTP-Session: c2199d86-d5d9-48d0-80e0-9313613d11e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1169 | 2024.09.03 23:51:55.547027 [ 3 ] {01605725-0b61-44c2-a81e-49abcfcc44de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1170 | 2024.09.03 23:51:55.547073 [ 3 ] {01605725-0b61-44c2-a81e-49abcfcc44de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1171 | 2024.09.03 23:51:55.547243 [ 3 ] {01605725-0b61-44c2-a81e-49abcfcc44de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1172 | 2024.09.03 23:51:55.547610 [ 3 ] {01605725-0b61-44c2-a81e-49abcfcc44de} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1173 | 2024.09.03 23:51:55.547649 [ 3 ] {01605725-0b61-44c2-a81e-49abcfcc44de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1174 | 2024.09.03 23:51:55.548247 [ 3 ] {01605725-0b61-44c2-a81e-49abcfcc44de} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1175 | 2024.09.03 23:51:55.548765 [ 3 ] {01605725-0b61-44c2-a81e-49abcfcc44de} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1176 | 2024.09.03 23:51:55.548954 [ 3 ] {01605725-0b61-44c2-a81e-49abcfcc44de} <Debug> executeQuery: Read 4 rows, 433.00 B in 0.001964 sec., 2036.6598778004072 rows/sec., 215.30 KiB/sec. | ||
1177 | 2024.09.03 23:51:55.549143 [ 3 ] {01605725-0b61-44c2-a81e-49abcfcc44de} <Debug> DynamicQueryHandler: Done processing query | ||
1178 | 2024.09.03 23:51:55.549169 [ 3 ] {01605725-0b61-44c2-a81e-49abcfcc44de} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1179 | 2024.09.03 23:51:55.549187 [ 3 ] {} <Debug> HTTP-Session: c2199d86-d5d9-48d0-80e0-9313613d11e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1180 | 2024.09.03 23:51:55.549387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 13286, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1181 | 2024.09.03 23:51:55.549439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1182 | 2024.09.03 23:51:55.549459 [ 3 ] {} <Debug> HTTP-Session: 2a9aa1ff-c3ed-46cd-9a43-e04d4df17651 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1183 | 2024.09.03 23:51:55.549477 [ 3 ] {} <Debug> HTTP-Session: 2a9aa1ff-c3ed-46cd-9a43-e04d4df17651 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1184 | 2024.09.03 23:51:55.549491 [ 3 ] {} <Debug> HTTP-Session: 2a9aa1ff-c3ed-46cd-9a43-e04d4df17651 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1185 | 2024.09.03 23:51:55.549525 [ 3 ] {} <Trace> HTTP-Session: 2a9aa1ff-c3ed-46cd-9a43-e04d4df17651 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1186 | 2024.09.03 23:51:55.549651 [ 3 ] {516cfa39-5905-43f2-b26f-50985b515890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1187 | 2024.09.03 23:51:55.549696 [ 3 ] {516cfa39-5905-43f2-b26f-50985b515890} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1188 | 2024.09.03 23:51:55.549934 [ 3 ] {516cfa39-5905-43f2-b26f-50985b515890} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1189 | 2024.09.03 23:51:55.550335 [ 3 ] {516cfa39-5905-43f2-b26f-50985b515890} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1190 | 2024.09.03 23:51:55.550375 [ 3 ] {516cfa39-5905-43f2-b26f-50985b515890} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1191 | 2024.09.03 23:51:55.550917 [ 3 ] {516cfa39-5905-43f2-b26f-50985b515890} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1192 | 2024.09.03 23:51:55.551642 [ 3 ] {516cfa39-5905-43f2-b26f-50985b515890} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1193 | 2024.09.03 23:51:55.551803 [ 3 ] {516cfa39-5905-43f2-b26f-50985b515890} <Debug> executeQuery: Read 88 rows, 7.91 KiB in 0.002192 sec., 40145.98540145985 rows/sec., 3.52 MiB/sec. | ||
1194 | 2024.09.03 23:51:55.551984 [ 3 ] {516cfa39-5905-43f2-b26f-50985b515890} <Debug> DynamicQueryHandler: Done processing query | ||
1195 | 2024.09.03 23:51:55.552010 [ 3 ] {516cfa39-5905-43f2-b26f-50985b515890} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1196 | 2024.09.03 23:51:55.552026 [ 3 ] {} <Debug> HTTP-Session: 2a9aa1ff-c3ed-46cd-9a43-e04d4df17651 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1197 | 2024.09.03 23:51:55.552196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 4494, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1198 | 2024.09.03 23:51:55.552247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1199 | 2024.09.03 23:51:55.552270 [ 3 ] {} <Debug> HTTP-Session: 8a36819b-1d33-4cda-9589-ecab9f868c95 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1200 | 2024.09.03 23:51:55.552287 [ 3 ] {} <Debug> HTTP-Session: 8a36819b-1d33-4cda-9589-ecab9f868c95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1201 | 2024.09.03 23:51:55.552303 [ 3 ] {} <Debug> HTTP-Session: 8a36819b-1d33-4cda-9589-ecab9f868c95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1202 | 2024.09.03 23:51:55.552336 [ 3 ] {} <Trace> HTTP-Session: 8a36819b-1d33-4cda-9589-ecab9f868c95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1203 | 2024.09.03 23:51:55.552449 [ 3 ] {3850f23f-b3ba-41a4-b234-3fd9f954212f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1204 | 2024.09.03 23:51:55.552494 [ 3 ] {3850f23f-b3ba-41a4-b234-3fd9f954212f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1205 | 2024.09.03 23:51:55.554569 [ 3 ] {3850f23f-b3ba-41a4-b234-3fd9f954212f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1206 | 2024.09.03 23:51:55.558154 [ 3 ] {3850f23f-b3ba-41a4-b234-3fd9f954212f} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1207 | 2024.09.03 23:51:55.558195 [ 3 ] {3850f23f-b3ba-41a4-b234-3fd9f954212f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1208 | 2024.09.03 23:51:55.558749 [ 3 ] {3850f23f-b3ba-41a4-b234-3fd9f954212f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1209 | 2024.09.03 23:51:55.559431 [ 3 ] {3850f23f-b3ba-41a4-b234-3fd9f954212f} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1210 | 2024.09.03 23:51:55.559602 [ 3 ] {3850f23f-b3ba-41a4-b234-3fd9f954212f} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.007188 sec., 4312.7434613244295 rows/sec., 324.30 KiB/sec. | ||
1211 | 2024.09.03 23:51:55.559794 [ 3 ] {3850f23f-b3ba-41a4-b234-3fd9f954212f} <Debug> DynamicQueryHandler: Done processing query | ||
1212 | 2024.09.03 23:51:55.559820 [ 3 ] {3850f23f-b3ba-41a4-b234-3fd9f954212f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1213 | 2024.09.03 23:51:55.559838 [ 3 ] {} <Debug> HTTP-Session: 8a36819b-1d33-4cda-9589-ecab9f868c95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1214 | 2024.09.03 23:51:55.560279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12761, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1215 | 2024.09.03 23:51:55.560332 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1216 | 2024.09.03 23:51:55.560352 [ 3 ] {} <Debug> HTTP-Session: bacc4415-13ea-4f9b-86b8-58059bfb5424 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1217 | 2024.09.03 23:51:55.560369 [ 3 ] {} <Debug> HTTP-Session: bacc4415-13ea-4f9b-86b8-58059bfb5424 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1218 | 2024.09.03 23:51:55.560383 [ 3 ] {} <Debug> HTTP-Session: bacc4415-13ea-4f9b-86b8-58059bfb5424 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1219 | 2024.09.03 23:51:55.560416 [ 3 ] {} <Trace> HTTP-Session: bacc4415-13ea-4f9b-86b8-58059bfb5424 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1220 | 2024.09.03 23:51:55.560540 [ 3 ] {238cf6f6-c14e-4de2-bbbf-53515a65b6fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1221 | 2024.09.03 23:51:55.560585 [ 3 ] {238cf6f6-c14e-4de2-bbbf-53515a65b6fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1222 | 2024.09.03 23:51:55.560818 [ 3 ] {238cf6f6-c14e-4de2-bbbf-53515a65b6fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1223 | 2024.09.03 23:51:55.561216 [ 3 ] {238cf6f6-c14e-4de2-bbbf-53515a65b6fe} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1224 | 2024.09.03 23:51:55.561264 [ 3 ] {238cf6f6-c14e-4de2-bbbf-53515a65b6fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1225 | 2024.09.03 23:51:55.561853 [ 3 ] {238cf6f6-c14e-4de2-bbbf-53515a65b6fe} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1226 | 2024.09.03 23:51:55.562610 [ 3 ] {238cf6f6-c14e-4de2-bbbf-53515a65b6fe} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1227 | 2024.09.03 23:51:55.562754 [ 3 ] {238cf6f6-c14e-4de2-bbbf-53515a65b6fe} <Debug> executeQuery: Read 75 rows, 6.01 KiB in 0.002256 sec., 33244.68085106383 rows/sec., 2.60 MiB/sec. | ||
1228 | 2024.09.03 23:51:55.562993 [ 3 ] {238cf6f6-c14e-4de2-bbbf-53515a65b6fe} <Debug> DynamicQueryHandler: Done processing query | ||
1229 | 2024.09.03 23:51:55.563018 [ 3 ] {238cf6f6-c14e-4de2-bbbf-53515a65b6fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1230 | 2024.09.03 23:51:55.563034 [ 3 ] {} <Debug> HTTP-Session: bacc4415-13ea-4f9b-86b8-58059bfb5424 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1231 | 2024.09.03 23:51:55.563231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 19127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1232 | 2024.09.03 23:51:55.563284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1233 | 2024.09.03 23:51:55.563304 [ 3 ] {} <Debug> HTTP-Session: d682d236-c658-4e3c-ad62-e240a7ef62a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1234 | 2024.09.03 23:51:55.563322 [ 3 ] {} <Debug> HTTP-Session: d682d236-c658-4e3c-ad62-e240a7ef62a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1235 | 2024.09.03 23:51:55.563337 [ 3 ] {} <Debug> HTTP-Session: d682d236-c658-4e3c-ad62-e240a7ef62a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1236 | 2024.09.03 23:51:55.563369 [ 3 ] {} <Trace> HTTP-Session: d682d236-c658-4e3c-ad62-e240a7ef62a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1237 | 2024.09.03 23:51:55.563507 [ 3 ] {09943a71-e878-49ca-9422-8636fee5d1a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1238 | 2024.09.03 23:51:55.563557 [ 3 ] {09943a71-e878-49ca-9422-8636fee5d1a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1239 | 2024.09.03 23:51:55.563708 [ 3 ] {09943a71-e878-49ca-9422-8636fee5d1a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1240 | 2024.09.03 23:51:55.564088 [ 3 ] {09943a71-e878-49ca-9422-8636fee5d1a8} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1241 | 2024.09.03 23:51:55.564126 [ 3 ] {09943a71-e878-49ca-9422-8636fee5d1a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1242 | 2024.09.03 23:51:55.564660 [ 3 ] {09943a71-e878-49ca-9422-8636fee5d1a8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1243 | 2024.09.03 23:51:55.565338 [ 3 ] {09943a71-e878-49ca-9422-8636fee5d1a8} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1244 | 2024.09.03 23:51:55.565509 [ 3 ] {09943a71-e878-49ca-9422-8636fee5d1a8} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.002047 sec., 48851.97850512945 rows/sec., 3.39 MiB/sec. | ||
1245 | 2024.09.03 23:51:55.565718 [ 3 ] {09943a71-e878-49ca-9422-8636fee5d1a8} <Debug> DynamicQueryHandler: Done processing query | ||
1246 | 2024.09.03 23:51:55.565744 [ 3 ] {09943a71-e878-49ca-9422-8636fee5d1a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1247 | 2024.09.03 23:51:55.565761 [ 3 ] {} <Debug> HTTP-Session: d682d236-c658-4e3c-ad62-e240a7ef62a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1248 | 2024.09.03 23:51:55.566072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 51563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1249 | 2024.09.03 23:51:55.566133 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1250 | 2024.09.03 23:51:55.566153 [ 3 ] {} <Debug> HTTP-Session: 442d2982-f2a9-43bf-8743-bf654a53ded1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1251 | 2024.09.03 23:51:55.566171 [ 3 ] {} <Debug> HTTP-Session: 442d2982-f2a9-43bf-8743-bf654a53ded1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1252 | 2024.09.03 23:51:55.566185 [ 3 ] {} <Debug> HTTP-Session: 442d2982-f2a9-43bf-8743-bf654a53ded1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1253 | 2024.09.03 23:51:55.566218 [ 3 ] {} <Trace> HTTP-Session: 442d2982-f2a9-43bf-8743-bf654a53ded1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1254 | 2024.09.03 23:51:55.566576 [ 3 ] {a23aa8bd-2036-4ac6-a1dc-31193836f2d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
1255 | 2024.09.03 23:51:55.566646 [ 3 ] {a23aa8bd-2036-4ac6-a1dc-31193836f2d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1256 | 2024.09.03 23:51:55.567059 [ 3 ] {a23aa8bd-2036-4ac6-a1dc-31193836f2d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1257 | 2024.09.03 23:51:55.567816 [ 3 ] {a23aa8bd-2036-4ac6-a1dc-31193836f2d9} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1258 | 2024.09.03 23:51:55.567854 [ 3 ] {a23aa8bd-2036-4ac6-a1dc-31193836f2d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1259 | 2024.09.03 23:51:55.573341 [ 3 ] {a23aa8bd-2036-4ac6-a1dc-31193836f2d9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1260 | 2024.09.03 23:51:55.574025 [ 3 ] {a23aa8bd-2036-4ac6-a1dc-31193836f2d9} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1261 | 2024.09.03 23:51:55.574214 [ 3 ] {a23aa8bd-2036-4ac6-a1dc-31193836f2d9} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.007871 sec., 3938.5084487358663 rows/sec., 7.06 MiB/sec. | ||
1262 | 2024.09.03 23:51:55.574495 [ 3 ] {a23aa8bd-2036-4ac6-a1dc-31193836f2d9} <Debug> DynamicQueryHandler: Done processing query | ||
1263 | 2024.09.03 23:51:55.574519 [ 3 ] {a23aa8bd-2036-4ac6-a1dc-31193836f2d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
1264 | 2024.09.03 23:51:55.574536 [ 3 ] {} <Debug> HTTP-Session: 442d2982-f2a9-43bf-8743-bf654a53ded1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1265 | 2024.09.03 23:51:55.574665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 3866, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1266 | 2024.09.03 23:51:55.574715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1267 | 2024.09.03 23:51:55.574736 [ 3 ] {} <Debug> HTTP-Session: 567ddae7-22eb-4da6-8bbb-95c3bc084e6a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1268 | 2024.09.03 23:51:55.574752 [ 3 ] {} <Debug> HTTP-Session: 567ddae7-22eb-4da6-8bbb-95c3bc084e6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1269 | 2024.09.03 23:51:55.574766 [ 3 ] {} <Debug> HTTP-Session: 567ddae7-22eb-4da6-8bbb-95c3bc084e6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1270 | 2024.09.03 23:51:55.574797 [ 3 ] {} <Trace> HTTP-Session: 567ddae7-22eb-4da6-8bbb-95c3bc084e6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1271 | 2024.09.03 23:51:55.574900 [ 3 ] {30f7051a-44e5-42e0-b57f-a91f50e579cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1272 | 2024.09.03 23:51:55.574945 [ 3 ] {30f7051a-44e5-42e0-b57f-a91f50e579cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1273 | 2024.09.03 23:51:55.575076 [ 3 ] {30f7051a-44e5-42e0-b57f-a91f50e579cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1274 | 2024.09.03 23:51:55.575377 [ 3 ] {30f7051a-44e5-42e0-b57f-a91f50e579cf} <Trace> oximeter.measurements_i64 (6dccfcb5-ea8e-4ec3-8477-256f4b48c830): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1275 | 2024.09.03 23:51:55.575416 [ 3 ] {30f7051a-44e5-42e0-b57f-a91f50e579cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1276 | 2024.09.03 23:51:55.575878 [ 3 ] {30f7051a-44e5-42e0-b57f-a91f50e579cf} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1277 | 2024.09.03 23:51:55.576519 [ 3 ] {30f7051a-44e5-42e0-b57f-a91f50e579cf} <Trace> oximeter.measurements_i64 (6dccfcb5-ea8e-4ec3-8477-256f4b48c830): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1278 | 2024.09.03 23:51:55.576713 [ 3 ] {30f7051a-44e5-42e0-b57f-a91f50e579cf} <Debug> executeQuery: Read 24 rows, 1.78 KiB in 0.001841 sec., 13036.393264530147 rows/sec., 967.01 KiB/sec. | ||
1279 | 2024.09.03 23:51:55.576928 [ 3 ] {30f7051a-44e5-42e0-b57f-a91f50e579cf} <Debug> DynamicQueryHandler: Done processing query | ||
1280 | 2024.09.03 23:51:55.576955 [ 3 ] {30f7051a-44e5-42e0-b57f-a91f50e579cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1281 | 2024.09.03 23:51:55.576972 [ 3 ] {} <Debug> HTTP-Session: 567ddae7-22eb-4da6-8bbb-95c3bc084e6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1282 | 2024.09.03 23:51:55.577118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 4612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1283 | 2024.09.03 23:51:55.577171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1284 | 2024.09.03 23:51:55.577190 [ 3 ] {} <Debug> HTTP-Session: 71ead209-270f-4d20-bc9d-31f5f672283b Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1285 | 2024.09.03 23:51:55.577207 [ 3 ] {} <Debug> HTTP-Session: 71ead209-270f-4d20-bc9d-31f5f672283b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1286 | 2024.09.03 23:51:55.577221 [ 3 ] {} <Debug> HTTP-Session: 71ead209-270f-4d20-bc9d-31f5f672283b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1287 | 2024.09.03 23:51:55.577254 [ 3 ] {} <Trace> HTTP-Session: 71ead209-270f-4d20-bc9d-31f5f672283b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1288 | 2024.09.03 23:51:55.577363 [ 3 ] {d2e650ba-7add-42a5-a1ce-26666d704a65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1289 | 2024.09.03 23:51:55.577410 [ 3 ] {d2e650ba-7add-42a5-a1ce-26666d704a65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1290 | 2024.09.03 23:51:55.577543 [ 3 ] {d2e650ba-7add-42a5-a1ce-26666d704a65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1291 | 2024.09.03 23:51:55.577855 [ 3 ] {d2e650ba-7add-42a5-a1ce-26666d704a65} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1292 | 2024.09.03 23:51:55.577895 [ 3 ] {d2e650ba-7add-42a5-a1ce-26666d704a65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1293 | 2024.09.03 23:51:55.578400 [ 3 ] {d2e650ba-7add-42a5-a1ce-26666d704a65} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1294 | 2024.09.03 23:51:55.579022 [ 3 ] {d2e650ba-7add-42a5-a1ce-26666d704a65} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1295 | 2024.09.03 23:51:55.579177 [ 3 ] {d2e650ba-7add-42a5-a1ce-26666d704a65} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001845 sec., 16260.162601626016 rows/sec., 1.11 MiB/sec. | ||
1296 | 2024.09.03 23:51:55.579356 [ 3 ] {d2e650ba-7add-42a5-a1ce-26666d704a65} <Debug> DynamicQueryHandler: Done processing query | ||
1297 | 2024.09.03 23:51:55.579382 [ 3 ] {d2e650ba-7add-42a5-a1ce-26666d704a65} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1298 | 2024.09.03 23:51:55.579399 [ 3 ] {} <Debug> HTTP-Session: 71ead209-270f-4d20-bc9d-31f5f672283b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1299 | 2024.09.03 23:52:00.484820 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1300 | 2024.09.03 23:52:00.484950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1301 | 2024.09.03 23:52:00.484975 [ 3 ] {} <Debug> HTTP-Session: c5db6cc4-d802-4c3c-8cd8-6dbf20953dcc Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1302 | 2024.09.03 23:52:00.485000 [ 3 ] {} <Debug> HTTP-Session: c5db6cc4-d802-4c3c-8cd8-6dbf20953dcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1303 | 2024.09.03 23:52:00.485015 [ 3 ] {} <Debug> HTTP-Session: c5db6cc4-d802-4c3c-8cd8-6dbf20953dcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1304 | 2024.09.03 23:52:00.485064 [ 3 ] {} <Trace> HTTP-Session: c5db6cc4-d802-4c3c-8cd8-6dbf20953dcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1305 | 2024.09.03 23:52:00.485296 [ 3 ] {8bc4b861-d77c-468e-a398-f81b1ef3cd53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1306 | 2024.09.03 23:52:00.485667 [ 3 ] {8bc4b861-d77c-468e-a398-f81b1ef3cd53} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1307 | 2024.09.03 23:52:00.485710 [ 3 ] {8bc4b861-d77c-468e-a398-f81b1ef3cd53} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1308 | 2024.09.03 23:52:00.486024 [ 3 ] {8bc4b861-d77c-468e-a398-f81b1ef3cd53} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1309 | 2024.09.03 23:52:00.486110 [ 3 ] {8bc4b861-d77c-468e-a398-f81b1ef3cd53} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1310 | 2024.09.03 23:52:00.486295 [ 3 ] {8bc4b861-d77c-468e-a398-f81b1ef3cd53} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1311 | 2024.09.03 23:52:00.486438 [ 250 ] {8bc4b861-d77c-468e-a398-f81b1ef3cd53} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1312 | 2024.09.03 23:52:00.486446 [ 251 ] {8bc4b861-d77c-468e-a398-f81b1ef3cd53} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1313 | 2024.09.03 23:52:00.486596 [ 3 ] {8bc4b861-d77c-468e-a398-f81b1ef3cd53} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (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 | ||
1314 | 2024.09.03 23:52:00.486628 [ 3 ] {8bc4b861-d77c-468e-a398-f81b1ef3cd53} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1315 | 2024.09.03 23:52:00.490749 [ 3 ] {8bc4b861-d77c-468e-a398-f81b1ef3cd53} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1316 | 2024.09.03 23:52:00.492683 [ 3 ] {8bc4b861-d77c-468e-a398-f81b1ef3cd53} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1317 | 2024.09.03 23:52:00.492760 [ 3 ] {8bc4b861-d77c-468e-a398-f81b1ef3cd53} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1318 | 2024.09.03 23:52:00.492810 [ 3 ] {8bc4b861-d77c-468e-a398-f81b1ef3cd53} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1319 | 2024.09.03 23:52:00.494495 [ 3 ] {8bc4b861-d77c-468e-a398-f81b1ef3cd53} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.009301 sec., 1935.2757767981936 rows/sec., 81.27 KiB/sec. | ||
1320 | 2024.09.03 23:52:00.494842 [ 3 ] {8bc4b861-d77c-468e-a398-f81b1ef3cd53} <Debug> DynamicQueryHandler: Done processing query | ||
1321 | 2024.09.03 23:52:00.494872 [ 3 ] {8bc4b861-d77c-468e-a398-f81b1ef3cd53} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1322 | 2024.09.03 23:52:00.494891 [ 3 ] {} <Debug> HTTP-Session: c5db6cc4-d802-4c3c-8cd8-6dbf20953dcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1323 | 2024.09.03 23:52:00.495161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1324 | 2024.09.03 23:52:00.495218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1325 | 2024.09.03 23:52:00.495239 [ 3 ] {} <Debug> HTTP-Session: ed66f7ee-366a-43e9-9e4a-3a3ce07238c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1326 | 2024.09.03 23:52:00.495258 [ 3 ] {} <Debug> HTTP-Session: ed66f7ee-366a-43e9-9e4a-3a3ce07238c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1327 | 2024.09.03 23:52:00.495273 [ 3 ] {} <Debug> HTTP-Session: ed66f7ee-366a-43e9-9e4a-3a3ce07238c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1328 | 2024.09.03 23:52:00.495311 [ 3 ] {} <Trace> HTTP-Session: ed66f7ee-366a-43e9-9e4a-3a3ce07238c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1329 | 2024.09.03 23:52:00.495481 [ 3 ] {2c62d52f-9fa2-447d-9642-f16975a549ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled') FORMAT JSONEachRow; (stage: Complete) | ||
1330 | 2024.09.03 23:52:00.495765 [ 3 ] {2c62d52f-9fa2-447d-9642-f16975a549ee} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1331 | 2024.09.03 23:52:00.495809 [ 3 ] {2c62d52f-9fa2-447d-9642-f16975a549ee} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled')" moved to PREWHERE | ||
1332 | 2024.09.03 23:52:00.496088 [ 3 ] {2c62d52f-9fa2-447d-9642-f16975a549ee} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1333 | 2024.09.03 23:52:00.496158 [ 3 ] {2c62d52f-9fa2-447d-9642-f16975a549ee} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1334 | 2024.09.03 23:52:00.496308 [ 3 ] {2c62d52f-9fa2-447d-9642-f16975a549ee} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1335 | 2024.09.03 23:52:00.496395 [ 257 ] {2c62d52f-9fa2-447d-9642-f16975a549ee} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1336 | 2024.09.03 23:52:00.496413 [ 255 ] {2c62d52f-9fa2-447d-9642-f16975a549ee} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1337 | 2024.09.03 23:52:00.496524 [ 3 ] {2c62d52f-9fa2-447d-9642-f16975a549ee} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (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 | ||
1338 | 2024.09.03 23:52:00.496553 [ 3 ] {2c62d52f-9fa2-447d-9642-f16975a549ee} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1339 | 2024.09.03 23:52:00.496634 [ 3 ] {2c62d52f-9fa2-447d-9642-f16975a549ee} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1340 | 2024.09.03 23:52:00.496657 [ 3 ] {2c62d52f-9fa2-447d-9642-f16975a549ee} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1341 | 2024.09.03 23:52:00.496698 [ 3 ] {2c62d52f-9fa2-447d-9642-f16975a549ee} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled'))" | ||
1342 | 2024.09.03 23:52:00.496738 [ 3 ] {2c62d52f-9fa2-447d-9642-f16975a549ee} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled'))" | ||
1343 | 2024.09.03 23:52:00.497767 [ 3 ] {2c62d52f-9fa2-447d-9642-f16975a549ee} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.00236 sec., 7627.118644067797 rows/sec., 320.28 KiB/sec. | ||
1344 | 2024.09.03 23:52:00.498072 [ 3 ] {2c62d52f-9fa2-447d-9642-f16975a549ee} <Debug> DynamicQueryHandler: Done processing query | ||
1345 | 2024.09.03 23:52:00.498099 [ 3 ] {2c62d52f-9fa2-447d-9642-f16975a549ee} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1346 | 2024.09.03 23:52:00.498118 [ 3 ] {} <Debug> HTTP-Session: ed66f7ee-366a-43e9-9e4a-3a3ce07238c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1347 | 2024.09.03 23:52:00.498746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1348 | 2024.09.03 23:52:00.498798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1349 | 2024.09.03 23:52:00.498819 [ 3 ] {} <Debug> HTTP-Session: 61af4d44-ab37-4b69-88ec-1a4f20d18253 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1350 | 2024.09.03 23:52:00.498835 [ 3 ] {} <Debug> HTTP-Session: 61af4d44-ab37-4b69-88ec-1a4f20d18253 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1351 | 2024.09.03 23:52:00.498849 [ 3 ] {} <Debug> HTTP-Session: 61af4d44-ab37-4b69-88ec-1a4f20d18253 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1352 | 2024.09.03 23:52:00.498884 [ 3 ] {} <Trace> HTTP-Session: 61af4d44-ab37-4b69-88ec-1a4f20d18253 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1353 | 2024.09.03 23:52:00.499036 [ 3 ] {c585ccba-764c-4f49-93fb-b138b3785324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT JSONEachRow; (stage: Complete) | ||
1354 | 2024.09.03 23:52:00.499305 [ 3 ] {c585ccba-764c-4f49-93fb-b138b3785324} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1355 | 2024.09.03 23:52:00.499347 [ 3 ] {c585ccba-764c-4f49-93fb-b138b3785324} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE | ||
1356 | 2024.09.03 23:52:00.499700 [ 3 ] {c585ccba-764c-4f49-93fb-b138b3785324} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1357 | 2024.09.03 23:52:00.499768 [ 3 ] {c585ccba-764c-4f49-93fb-b138b3785324} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1358 | 2024.09.03 23:52:00.499912 [ 3 ] {c585ccba-764c-4f49-93fb-b138b3785324} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
1359 | 2024.09.03 23:52:00.500019 [ 250 ] {c585ccba-764c-4f49-93fb-b138b3785324} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1360 | 2024.09.03 23:52:00.500029 [ 256 ] {c585ccba-764c-4f49-93fb-b138b3785324} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1361 | 2024.09.03 23:52:00.500151 [ 3 ] {c585ccba-764c-4f49-93fb-b138b3785324} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (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 | ||
1362 | 2024.09.03 23:52:00.500179 [ 3 ] {c585ccba-764c-4f49-93fb-b138b3785324} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1363 | 2024.09.03 23:52:00.500260 [ 3 ] {c585ccba-764c-4f49-93fb-b138b3785324} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1364 | 2024.09.03 23:52:00.500281 [ 3 ] {c585ccba-764c-4f49-93fb-b138b3785324} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1365 | 2024.09.03 23:52:00.500400 [ 3 ] {c585ccba-764c-4f49-93fb-b138b3785324} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" | ||
1366 | 2024.09.03 23:52:00.500444 [ 3 ] {c585ccba-764c-4f49-93fb-b138b3785324} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" | ||
1367 | 2024.09.03 23:52:00.501803 [ 3 ] {c585ccba-764c-4f49-93fb-b138b3785324} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002836 sec., 6346.967559943582 rows/sec., 266.52 KiB/sec. | ||
1368 | 2024.09.03 23:52:00.502106 [ 3 ] {c585ccba-764c-4f49-93fb-b138b3785324} <Debug> DynamicQueryHandler: Done processing query | ||
1369 | 2024.09.03 23:52:00.502132 [ 3 ] {c585ccba-764c-4f49-93fb-b138b3785324} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1370 | 2024.09.03 23:52:00.502150 [ 3 ] {} <Debug> HTTP-Session: 61af4d44-ab37-4b69-88ec-1a4f20d18253 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1371 | 2024.09.03 23:52:00.502382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 860, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1372 | 2024.09.03 23:52:00.502431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1373 | 2024.09.03 23:52:00.502450 [ 3 ] {} <Debug> HTTP-Session: 0cb5c0d2-02d2-48e5-8674-25cb3d67b65f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1374 | 2024.09.03 23:52:00.502467 [ 3 ] {} <Debug> HTTP-Session: 0cb5c0d2-02d2-48e5-8674-25cb3d67b65f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1375 | 2024.09.03 23:52:00.502481 [ 3 ] {} <Debug> HTTP-Session: 0cb5c0d2-02d2-48e5-8674-25cb3d67b65f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1376 | 2024.09.03 23:52:00.502515 [ 3 ] {} <Trace> HTTP-Session: 0cb5c0d2-02d2-48e5-8674-25cb3d67b65f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1377 | 2024.09.03 23:52:00.502660 [ 3 ] {12caa972-332f-41ba-b267-ebbde77cb3c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete) | ||
1378 | 2024.09.03 23:52:00.502927 [ 3 ] {12caa972-332f-41ba-b267-ebbde77cb3c6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1379 | 2024.09.03 23:52:00.502970 [ 3 ] {12caa972-332f-41ba-b267-ebbde77cb3c6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE | ||
1380 | 2024.09.03 23:52:00.503241 [ 3 ] {12caa972-332f-41ba-b267-ebbde77cb3c6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1381 | 2024.09.03 23:52:00.503306 [ 3 ] {12caa972-332f-41ba-b267-ebbde77cb3c6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1382 | 2024.09.03 23:52:00.503450 [ 3 ] {12caa972-332f-41ba-b267-ebbde77cb3c6} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1383 | 2024.09.03 23:52:00.503555 [ 254 ] {12caa972-332f-41ba-b267-ebbde77cb3c6} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1384 | 2024.09.03 23:52:00.503557 [ 255 ] {12caa972-332f-41ba-b267-ebbde77cb3c6} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1385 | 2024.09.03 23:52:00.503669 [ 3 ] {12caa972-332f-41ba-b267-ebbde77cb3c6} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (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 | ||
1386 | 2024.09.03 23:52:00.503696 [ 3 ] {12caa972-332f-41ba-b267-ebbde77cb3c6} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1387 | 2024.09.03 23:52:00.503773 [ 3 ] {12caa972-332f-41ba-b267-ebbde77cb3c6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1388 | 2024.09.03 23:52:00.503792 [ 3 ] {12caa972-332f-41ba-b267-ebbde77cb3c6} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1389 | 2024.09.03 23:52:00.503830 [ 3 ] {12caa972-332f-41ba-b267-ebbde77cb3c6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" | ||
1390 | 2024.09.03 23:52:00.503878 [ 3 ] {12caa972-332f-41ba-b267-ebbde77cb3c6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" | ||
1391 | 2024.09.03 23:52:00.505174 [ 3 ] {12caa972-332f-41ba-b267-ebbde77cb3c6} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002581 sec., 6974.041069352964 rows/sec., 292.86 KiB/sec. | ||
1392 | 2024.09.03 23:52:00.505464 [ 3 ] {12caa972-332f-41ba-b267-ebbde77cb3c6} <Debug> DynamicQueryHandler: Done processing query | ||
1393 | 2024.09.03 23:52:00.505488 [ 3 ] {12caa972-332f-41ba-b267-ebbde77cb3c6} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1394 | 2024.09.03 23:52:00.505508 [ 3 ] {} <Debug> HTTP-Session: 0cb5c0d2-02d2-48e5-8674-25cb3d67b65f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1395 | 2024.09.03 23:52:00.505755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1396 | 2024.09.03 23:52:00.505804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1397 | 2024.09.03 23:52:00.505823 [ 3 ] {} <Debug> HTTP-Session: d34aeb09-7f07-4dc9-867f-d26c19e2df5b Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1398 | 2024.09.03 23:52:00.505839 [ 3 ] {} <Debug> HTTP-Session: d34aeb09-7f07-4dc9-867f-d26c19e2df5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1399 | 2024.09.03 23:52:00.505852 [ 3 ] {} <Debug> HTTP-Session: d34aeb09-7f07-4dc9-867f-d26c19e2df5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1400 | 2024.09.03 23:52:00.505884 [ 3 ] {} <Trace> HTTP-Session: d34aeb09-7f07-4dc9-867f-d26c19e2df5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1401 | 2024.09.03 23:52:00.506033 [ 3 ] {0234d77b-1a9c-4933-986f-a3549994d048} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1402 | 2024.09.03 23:52:00.506307 [ 3 ] {0234d77b-1a9c-4933-986f-a3549994d048} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1403 | 2024.09.03 23:52:00.506349 [ 3 ] {0234d77b-1a9c-4933-986f-a3549994d048} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
1404 | 2024.09.03 23:52:00.506616 [ 3 ] {0234d77b-1a9c-4933-986f-a3549994d048} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1405 | 2024.09.03 23:52:00.506679 [ 3 ] {0234d77b-1a9c-4933-986f-a3549994d048} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1406 | 2024.09.03 23:52:00.506819 [ 3 ] {0234d77b-1a9c-4933-986f-a3549994d048} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1407 | 2024.09.03 23:52:00.506924 [ 254 ] {0234d77b-1a9c-4933-986f-a3549994d048} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1408 | 2024.09.03 23:52:00.506927 [ 250 ] {0234d77b-1a9c-4933-986f-a3549994d048} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1409 | 2024.09.03 23:52:00.507035 [ 3 ] {0234d77b-1a9c-4933-986f-a3549994d048} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (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 | ||
1410 | 2024.09.03 23:52:00.507062 [ 3 ] {0234d77b-1a9c-4933-986f-a3549994d048} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1411 | 2024.09.03 23:52:00.507138 [ 3 ] {0234d77b-1a9c-4933-986f-a3549994d048} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1412 | 2024.09.03 23:52:00.507157 [ 3 ] {0234d77b-1a9c-4933-986f-a3549994d048} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1413 | 2024.09.03 23:52:00.507195 [ 3 ] {0234d77b-1a9c-4933-986f-a3549994d048} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
1414 | 2024.09.03 23:52:00.507234 [ 3 ] {0234d77b-1a9c-4933-986f-a3549994d048} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
1415 | 2024.09.03 23:52:00.508465 [ 3 ] {0234d77b-1a9c-4933-986f-a3549994d048} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002501 sec., 7197.121151539383 rows/sec., 302.22 KiB/sec. | ||
1416 | 2024.09.03 23:52:00.508749 [ 3 ] {0234d77b-1a9c-4933-986f-a3549994d048} <Debug> DynamicQueryHandler: Done processing query | ||
1417 | 2024.09.03 23:52:00.508773 [ 3 ] {0234d77b-1a9c-4933-986f-a3549994d048} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1418 | 2024.09.03 23:52:00.508790 [ 3 ] {} <Debug> HTTP-Session: d34aeb09-7f07-4dc9-867f-d26c19e2df5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1419 | 2024.09.03 23:52:00.509025 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1420 | 2024.09.03 23:52:00.509075 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1421 | 2024.09.03 23:52:00.509096 [ 3 ] {} <Debug> HTTP-Session: 3b39348d-53c2-4571-ac81-c44cd11b1a9a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1422 | 2024.09.03 23:52:00.509112 [ 3 ] {} <Debug> HTTP-Session: 3b39348d-53c2-4571-ac81-c44cd11b1a9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1423 | 2024.09.03 23:52:00.509126 [ 3 ] {} <Debug> HTTP-Session: 3b39348d-53c2-4571-ac81-c44cd11b1a9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1424 | 2024.09.03 23:52:00.509158 [ 3 ] {} <Trace> HTTP-Session: 3b39348d-53c2-4571-ac81-c44cd11b1a9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1425 | 2024.09.03 23:52:00.509299 [ 3 ] {59955016-303e-4eb7-8699-ea9401fc48d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1426 | 2024.09.03 23:52:00.509572 [ 3 ] {59955016-303e-4eb7-8699-ea9401fc48d4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1427 | 2024.09.03 23:52:00.509614 [ 3 ] {59955016-303e-4eb7-8699-ea9401fc48d4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1428 | 2024.09.03 23:52:00.509941 [ 3 ] {59955016-303e-4eb7-8699-ea9401fc48d4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1429 | 2024.09.03 23:52:00.510010 [ 3 ] {59955016-303e-4eb7-8699-ea9401fc48d4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1430 | 2024.09.03 23:52:00.510150 [ 3 ] {59955016-303e-4eb7-8699-ea9401fc48d4} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
1431 | 2024.09.03 23:52:00.510252 [ 255 ] {59955016-303e-4eb7-8699-ea9401fc48d4} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1432 | 2024.09.03 23:52:00.510257 [ 257 ] {59955016-303e-4eb7-8699-ea9401fc48d4} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1433 | 2024.09.03 23:52:00.510367 [ 3 ] {59955016-303e-4eb7-8699-ea9401fc48d4} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (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 | ||
1434 | 2024.09.03 23:52:00.510390 [ 3 ] {59955016-303e-4eb7-8699-ea9401fc48d4} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1435 | 2024.09.03 23:52:00.510467 [ 3 ] {59955016-303e-4eb7-8699-ea9401fc48d4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1436 | 2024.09.03 23:52:00.510487 [ 3 ] {59955016-303e-4eb7-8699-ea9401fc48d4} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1437 | 2024.09.03 23:52:00.510525 [ 3 ] {59955016-303e-4eb7-8699-ea9401fc48d4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1438 | 2024.09.03 23:52:00.510564 [ 3 ] {59955016-303e-4eb7-8699-ea9401fc48d4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1439 | 2024.09.03 23:52:00.511901 [ 3 ] {59955016-303e-4eb7-8699-ea9401fc48d4} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002666 sec., 6751.687921980495 rows/sec., 283.52 KiB/sec. | ||
1440 | 2024.09.03 23:52:00.512195 [ 3 ] {59955016-303e-4eb7-8699-ea9401fc48d4} <Debug> DynamicQueryHandler: Done processing query | ||
1441 | 2024.09.03 23:52:00.512220 [ 3 ] {59955016-303e-4eb7-8699-ea9401fc48d4} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1442 | 2024.09.03 23:52:00.512236 [ 3 ] {} <Debug> HTTP-Session: 3b39348d-53c2-4571-ac81-c44cd11b1a9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1443 | 2024.09.03 23:52:00.512448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 934, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1444 | 2024.09.03 23:52:00.512494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1445 | 2024.09.03 23:52:00.512513 [ 3 ] {} <Debug> HTTP-Session: d075aea2-c388-4055-9e4d-217f05b1d5f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1446 | 2024.09.03 23:52:00.512529 [ 3 ] {} <Debug> HTTP-Session: d075aea2-c388-4055-9e4d-217f05b1d5f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1447 | 2024.09.03 23:52:00.512542 [ 3 ] {} <Debug> HTTP-Session: d075aea2-c388-4055-9e4d-217f05b1d5f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1448 | 2024.09.03 23:52:00.512573 [ 3 ] {} <Trace> HTTP-Session: d075aea2-c388-4055-9e4d-217f05b1d5f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1449 | 2024.09.03 23:52:00.512714 [ 3 ] {dde794f1-c153-4fe0-860b-4082eeb00fb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1450 | 2024.09.03 23:52:00.512987 [ 3 ] {dde794f1-c153-4fe0-860b-4082eeb00fb9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1451 | 2024.09.03 23:52:00.513031 [ 3 ] {dde794f1-c153-4fe0-860b-4082eeb00fb9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1452 | 2024.09.03 23:52:00.513306 [ 3 ] {dde794f1-c153-4fe0-860b-4082eeb00fb9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1453 | 2024.09.03 23:52:00.513370 [ 3 ] {dde794f1-c153-4fe0-860b-4082eeb00fb9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1454 | 2024.09.03 23:52:00.513508 [ 3 ] {dde794f1-c153-4fe0-860b-4082eeb00fb9} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
1455 | 2024.09.03 23:52:00.513591 [ 255 ] {dde794f1-c153-4fe0-860b-4082eeb00fb9} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1456 | 2024.09.03 23:52:00.513592 [ 250 ] {dde794f1-c153-4fe0-860b-4082eeb00fb9} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1457 | 2024.09.03 23:52:00.513683 [ 3 ] {dde794f1-c153-4fe0-860b-4082eeb00fb9} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (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 | ||
1458 | 2024.09.03 23:52:00.513710 [ 3 ] {dde794f1-c153-4fe0-860b-4082eeb00fb9} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1459 | 2024.09.03 23:52:00.513791 [ 3 ] {dde794f1-c153-4fe0-860b-4082eeb00fb9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1460 | 2024.09.03 23:52:00.513811 [ 3 ] {dde794f1-c153-4fe0-860b-4082eeb00fb9} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1461 | 2024.09.03 23:52:00.513849 [ 3 ] {dde794f1-c153-4fe0-860b-4082eeb00fb9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1462 | 2024.09.03 23:52:00.513889 [ 3 ] {dde794f1-c153-4fe0-860b-4082eeb00fb9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1463 | 2024.09.03 23:52:00.515091 [ 3 ] {dde794f1-c153-4fe0-860b-4082eeb00fb9} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002445 sec., 7361.9631901840485 rows/sec., 309.14 KiB/sec. | ||
1464 | 2024.09.03 23:52:00.515386 [ 3 ] {dde794f1-c153-4fe0-860b-4082eeb00fb9} <Debug> DynamicQueryHandler: Done processing query | ||
1465 | 2024.09.03 23:52:00.515410 [ 3 ] {dde794f1-c153-4fe0-860b-4082eeb00fb9} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1466 | 2024.09.03 23:52:00.515427 [ 3 ] {} <Debug> HTTP-Session: d075aea2-c388-4055-9e4d-217f05b1d5f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1467 | 2024.09.03 23:52:00.515642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 958, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1468 | 2024.09.03 23:52:00.515691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1469 | 2024.09.03 23:52:00.515710 [ 3 ] {} <Debug> HTTP-Session: 2fc28f27-166c-4f4a-9158-b89862fa9807 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1470 | 2024.09.03 23:52:00.515727 [ 3 ] {} <Debug> HTTP-Session: 2fc28f27-166c-4f4a-9158-b89862fa9807 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1471 | 2024.09.03 23:52:00.515741 [ 3 ] {} <Debug> HTTP-Session: 2fc28f27-166c-4f4a-9158-b89862fa9807 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1472 | 2024.09.03 23:52:00.515771 [ 3 ] {} <Trace> HTTP-Session: 2fc28f27-166c-4f4a-9158-b89862fa9807 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1473 | 2024.09.03 23:52:00.515915 [ 3 ] {0294d04b-522e-48a5-9035-d39b7c68f0ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1474 | 2024.09.03 23:52:00.516184 [ 3 ] {0294d04b-522e-48a5-9035-d39b7c68f0ff} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1475 | 2024.09.03 23:52:00.516226 [ 3 ] {0294d04b-522e-48a5-9035-d39b7c68f0ff} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1476 | 2024.09.03 23:52:00.516501 [ 3 ] {0294d04b-522e-48a5-9035-d39b7c68f0ff} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1477 | 2024.09.03 23:52:00.516565 [ 3 ] {0294d04b-522e-48a5-9035-d39b7c68f0ff} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1478 | 2024.09.03 23:52:00.516703 [ 3 ] {0294d04b-522e-48a5-9035-d39b7c68f0ff} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
1479 | 2024.09.03 23:52:00.516795 [ 251 ] {0294d04b-522e-48a5-9035-d39b7c68f0ff} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1480 | 2024.09.03 23:52:00.516808 [ 250 ] {0294d04b-522e-48a5-9035-d39b7c68f0ff} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1481 | 2024.09.03 23:52:00.516917 [ 3 ] {0294d04b-522e-48a5-9035-d39b7c68f0ff} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (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 | ||
1482 | 2024.09.03 23:52:00.516947 [ 3 ] {0294d04b-522e-48a5-9035-d39b7c68f0ff} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1483 | 2024.09.03 23:52:00.517025 [ 3 ] {0294d04b-522e-48a5-9035-d39b7c68f0ff} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1484 | 2024.09.03 23:52:00.517048 [ 3 ] {0294d04b-522e-48a5-9035-d39b7c68f0ff} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1485 | 2024.09.03 23:52:00.517088 [ 3 ] {0294d04b-522e-48a5-9035-d39b7c68f0ff} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1486 | 2024.09.03 23:52:00.517131 [ 3 ] {0294d04b-522e-48a5-9035-d39b7c68f0ff} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1487 | 2024.09.03 23:52:00.518380 [ 3 ] {0294d04b-522e-48a5-9035-d39b7c68f0ff} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002534 sec., 7103.393843725336 rows/sec., 298.29 KiB/sec. | ||
1488 | 2024.09.03 23:52:00.518675 [ 3 ] {0294d04b-522e-48a5-9035-d39b7c68f0ff} <Debug> DynamicQueryHandler: Done processing query | ||
1489 | 2024.09.03 23:52:00.518698 [ 3 ] {0294d04b-522e-48a5-9035-d39b7c68f0ff} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1490 | 2024.09.03 23:52:00.518715 [ 3 ] {} <Debug> HTTP-Session: 2fc28f27-166c-4f4a-9158-b89862fa9807 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1491 | 2024.09.03 23:52:00.518950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 985, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1492 | 2024.09.03 23:52:00.518998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1493 | 2024.09.03 23:52:00.519016 [ 3 ] {} <Debug> HTTP-Session: 7ca2cd91-850e-4eda-8099-c51b324475ed Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1494 | 2024.09.03 23:52:00.519033 [ 3 ] {} <Debug> HTTP-Session: 7ca2cd91-850e-4eda-8099-c51b324475ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1495 | 2024.09.03 23:52:00.519046 [ 3 ] {} <Debug> HTTP-Session: 7ca2cd91-850e-4eda-8099-c51b324475ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1496 | 2024.09.03 23:52:00.519077 [ 3 ] {} <Trace> HTTP-Session: 7ca2cd91-850e-4eda-8099-c51b324475ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1497 | 2024.09.03 23:52:00.519220 [ 3 ] {555e6a37-85a8-4b49-aad6-c4c44ca62e71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1498 | 2024.09.03 23:52:00.519491 [ 3 ] {555e6a37-85a8-4b49-aad6-c4c44ca62e71} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1499 | 2024.09.03 23:52:00.519534 [ 3 ] {555e6a37-85a8-4b49-aad6-c4c44ca62e71} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1500 | 2024.09.03 23:52:00.519819 [ 3 ] {555e6a37-85a8-4b49-aad6-c4c44ca62e71} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1501 | 2024.09.03 23:52:00.519883 [ 3 ] {555e6a37-85a8-4b49-aad6-c4c44ca62e71} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1502 | 2024.09.03 23:52:00.520025 [ 3 ] {555e6a37-85a8-4b49-aad6-c4c44ca62e71} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
1503 | 2024.09.03 23:52:00.520125 [ 251 ] {555e6a37-85a8-4b49-aad6-c4c44ca62e71} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1504 | 2024.09.03 23:52:00.520138 [ 255 ] {555e6a37-85a8-4b49-aad6-c4c44ca62e71} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1505 | 2024.09.03 23:52:00.520242 [ 3 ] {555e6a37-85a8-4b49-aad6-c4c44ca62e71} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (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 | ||
1506 | 2024.09.03 23:52:00.520269 [ 3 ] {555e6a37-85a8-4b49-aad6-c4c44ca62e71} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1507 | 2024.09.03 23:52:00.520348 [ 3 ] {555e6a37-85a8-4b49-aad6-c4c44ca62e71} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1508 | 2024.09.03 23:52:00.520369 [ 3 ] {555e6a37-85a8-4b49-aad6-c4c44ca62e71} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1509 | 2024.09.03 23:52:00.520407 [ 3 ] {555e6a37-85a8-4b49-aad6-c4c44ca62e71} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1510 | 2024.09.03 23:52:00.520447 [ 3 ] {555e6a37-85a8-4b49-aad6-c4c44ca62e71} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1511 | 2024.09.03 23:52:00.521541 [ 3 ] {555e6a37-85a8-4b49-aad6-c4c44ca62e71} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.00239 sec., 7531.380753138074 rows/sec., 316.26 KiB/sec. | ||
1512 | 2024.09.03 23:52:00.521836 [ 3 ] {555e6a37-85a8-4b49-aad6-c4c44ca62e71} <Debug> DynamicQueryHandler: Done processing query | ||
1513 | 2024.09.03 23:52:00.521860 [ 3 ] {555e6a37-85a8-4b49-aad6-c4c44ca62e71} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1514 | 2024.09.03 23:52:00.521877 [ 3 ] {} <Debug> HTTP-Session: 7ca2cd91-850e-4eda-8099-c51b324475ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1515 | 2024.09.03 23:52:00.522129 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1015, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1516 | 2024.09.03 23:52:00.522180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1517 | 2024.09.03 23:52:00.522199 [ 3 ] {} <Debug> HTTP-Session: 729d1173-fa93-49e2-80f3-8088ea880dd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1518 | 2024.09.03 23:52:00.522216 [ 3 ] {} <Debug> HTTP-Session: 729d1173-fa93-49e2-80f3-8088ea880dd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1519 | 2024.09.03 23:52:00.522229 [ 3 ] {} <Debug> HTTP-Session: 729d1173-fa93-49e2-80f3-8088ea880dd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1520 | 2024.09.03 23:52:00.522260 [ 3 ] {} <Trace> HTTP-Session: 729d1173-fa93-49e2-80f3-8088ea880dd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1521 | 2024.09.03 23:52:00.522407 [ 3 ] {0fe48626-e0f7-40f1-a8ca-fa7d963b2a7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1522 | 2024.09.03 23:52:00.522678 [ 3 ] {0fe48626-e0f7-40f1-a8ca-fa7d963b2a7a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1523 | 2024.09.03 23:52:00.522720 [ 3 ] {0fe48626-e0f7-40f1-a8ca-fa7d963b2a7a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1524 | 2024.09.03 23:52:00.523102 [ 3 ] {0fe48626-e0f7-40f1-a8ca-fa7d963b2a7a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1525 | 2024.09.03 23:52:00.523178 [ 3 ] {0fe48626-e0f7-40f1-a8ca-fa7d963b2a7a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1526 | 2024.09.03 23:52:00.523322 [ 3 ] {0fe48626-e0f7-40f1-a8ca-fa7d963b2a7a} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
1527 | 2024.09.03 23:52:00.523400 [ 250 ] {0fe48626-e0f7-40f1-a8ca-fa7d963b2a7a} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1528 | 2024.09.03 23:52:00.523408 [ 255 ] {0fe48626-e0f7-40f1-a8ca-fa7d963b2a7a} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1529 | 2024.09.03 23:52:00.523500 [ 3 ] {0fe48626-e0f7-40f1-a8ca-fa7d963b2a7a} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (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 | ||
1530 | 2024.09.03 23:52:00.523530 [ 3 ] {0fe48626-e0f7-40f1-a8ca-fa7d963b2a7a} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1531 | 2024.09.03 23:52:00.523620 [ 3 ] {0fe48626-e0f7-40f1-a8ca-fa7d963b2a7a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1532 | 2024.09.03 23:52:00.523642 [ 3 ] {0fe48626-e0f7-40f1-a8ca-fa7d963b2a7a} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1533 | 2024.09.03 23:52:00.523685 [ 3 ] {0fe48626-e0f7-40f1-a8ca-fa7d963b2a7a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1534 | 2024.09.03 23:52:00.523729 [ 3 ] {0fe48626-e0f7-40f1-a8ca-fa7d963b2a7a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1535 | 2024.09.03 23:52:00.524965 [ 3 ] {0fe48626-e0f7-40f1-a8ca-fa7d963b2a7a} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002628 sec., 6849.315068493151 rows/sec., 287.62 KiB/sec. | ||
1536 | 2024.09.03 23:52:00.525267 [ 3 ] {0fe48626-e0f7-40f1-a8ca-fa7d963b2a7a} <Debug> DynamicQueryHandler: Done processing query | ||
1537 | 2024.09.03 23:52:00.525291 [ 3 ] {0fe48626-e0f7-40f1-a8ca-fa7d963b2a7a} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1538 | 2024.09.03 23:52:00.525307 [ 3 ] {} <Debug> HTTP-Session: 729d1173-fa93-49e2-80f3-8088ea880dd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1539 | 2024.09.03 23:52:00.525511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1540 | 2024.09.03 23:52:00.525560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1541 | 2024.09.03 23:52:00.525580 [ 3 ] {} <Debug> HTTP-Session: e23ec6f0-d67d-4bfd-a7d3-4c5bb84450fd Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1542 | 2024.09.03 23:52:00.525596 [ 3 ] {} <Debug> HTTP-Session: e23ec6f0-d67d-4bfd-a7d3-4c5bb84450fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1543 | 2024.09.03 23:52:00.525610 [ 3 ] {} <Debug> HTTP-Session: e23ec6f0-d67d-4bfd-a7d3-4c5bb84450fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1544 | 2024.09.03 23:52:00.525641 [ 3 ] {} <Trace> HTTP-Session: e23ec6f0-d67d-4bfd-a7d3-4c5bb84450fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1545 | 2024.09.03 23:52:00.525830 [ 3 ] {da96185b-b5c3-4457-8c9d-07e59813a07b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1546 | 2024.09.03 23:52:00.526142 [ 3 ] {da96185b-b5c3-4457-8c9d-07e59813a07b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1547 | 2024.09.03 23:52:00.526188 [ 3 ] {da96185b-b5c3-4457-8c9d-07e59813a07b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1548 | 2024.09.03 23:52:00.526482 [ 3 ] {da96185b-b5c3-4457-8c9d-07e59813a07b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1549 | 2024.09.03 23:52:00.526549 [ 3 ] {da96185b-b5c3-4457-8c9d-07e59813a07b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1550 | 2024.09.03 23:52:00.526693 [ 3 ] {da96185b-b5c3-4457-8c9d-07e59813a07b} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
1551 | 2024.09.03 23:52:00.526794 [ 250 ] {da96185b-b5c3-4457-8c9d-07e59813a07b} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1552 | 2024.09.03 23:52:00.526800 [ 251 ] {da96185b-b5c3-4457-8c9d-07e59813a07b} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1553 | 2024.09.03 23:52:00.526905 [ 3 ] {da96185b-b5c3-4457-8c9d-07e59813a07b} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (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 | ||
1554 | 2024.09.03 23:52:00.526933 [ 3 ] {da96185b-b5c3-4457-8c9d-07e59813a07b} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1555 | 2024.09.03 23:52:00.527014 [ 3 ] {da96185b-b5c3-4457-8c9d-07e59813a07b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1556 | 2024.09.03 23:52:00.527035 [ 3 ] {da96185b-b5c3-4457-8c9d-07e59813a07b} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1557 | 2024.09.03 23:52:00.527076 [ 3 ] {da96185b-b5c3-4457-8c9d-07e59813a07b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1558 | 2024.09.03 23:52:00.527120 [ 3 ] {da96185b-b5c3-4457-8c9d-07e59813a07b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1559 | 2024.09.03 23:52:00.528473 [ 3 ] {da96185b-b5c3-4457-8c9d-07e59813a07b} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002714 sec., 6632.2770817980845 rows/sec., 278.50 KiB/sec. | ||
1560 | 2024.09.03 23:52:00.528761 [ 3 ] {da96185b-b5c3-4457-8c9d-07e59813a07b} <Debug> DynamicQueryHandler: Done processing query | ||
1561 | 2024.09.03 23:52:00.528794 [ 3 ] {da96185b-b5c3-4457-8c9d-07e59813a07b} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1562 | 2024.09.03 23:52:00.528813 [ 3 ] {} <Debug> HTTP-Session: e23ec6f0-d67d-4bfd-a7d3-4c5bb84450fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1563 | 2024.09.03 23:52:00.533191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1564 | 2024.09.03 23:52:00.533244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1565 | 2024.09.03 23:52:00.533266 [ 3 ] {} <Debug> HTTP-Session: 620bea7b-1068-41f2-b1d6-5e4535cc6a95 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1566 | 2024.09.03 23:52:00.533283 [ 3 ] {} <Debug> HTTP-Session: 620bea7b-1068-41f2-b1d6-5e4535cc6a95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1567 | 2024.09.03 23:52:00.533297 [ 3 ] {} <Debug> HTTP-Session: 620bea7b-1068-41f2-b1d6-5e4535cc6a95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1568 | 2024.09.03 23:52:00.533331 [ 3 ] {} <Trace> HTTP-Session: 620bea7b-1068-41f2-b1d6-5e4535cc6a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1569 | 2024.09.03 23:52:00.533506 [ 3 ] {80c2659f-69ae-4ab2-b3fe-3465fb07b458} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1570 | 2024.09.03 23:52:00.533841 [ 3 ] {80c2659f-69ae-4ab2-b3fe-3465fb07b458} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1571 | 2024.09.03 23:52:00.533889 [ 3 ] {80c2659f-69ae-4ab2-b3fe-3465fb07b458} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1572 | 2024.09.03 23:52:00.534189 [ 3 ] {80c2659f-69ae-4ab2-b3fe-3465fb07b458} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1573 | 2024.09.03 23:52:00.534257 [ 3 ] {80c2659f-69ae-4ab2-b3fe-3465fb07b458} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1574 | 2024.09.03 23:52:00.534400 [ 3 ] {80c2659f-69ae-4ab2-b3fe-3465fb07b458} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
1575 | 2024.09.03 23:52:00.534509 [ 251 ] {80c2659f-69ae-4ab2-b3fe-3465fb07b458} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1576 | 2024.09.03 23:52:00.534514 [ 250 ] {80c2659f-69ae-4ab2-b3fe-3465fb07b458} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1577 | 2024.09.03 23:52:00.534626 [ 3 ] {80c2659f-69ae-4ab2-b3fe-3465fb07b458} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (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 | ||
1578 | 2024.09.03 23:52:00.534654 [ 3 ] {80c2659f-69ae-4ab2-b3fe-3465fb07b458} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1579 | 2024.09.03 23:52:00.534735 [ 3 ] {80c2659f-69ae-4ab2-b3fe-3465fb07b458} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1580 | 2024.09.03 23:52:00.534756 [ 3 ] {80c2659f-69ae-4ab2-b3fe-3465fb07b458} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1581 | 2024.09.03 23:52:00.534798 [ 3 ] {80c2659f-69ae-4ab2-b3fe-3465fb07b458} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1582 | 2024.09.03 23:52:00.534842 [ 3 ] {80c2659f-69ae-4ab2-b3fe-3465fb07b458} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1583 | 2024.09.03 23:52:00.536107 [ 3 ] {80c2659f-69ae-4ab2-b3fe-3465fb07b458} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002696 sec., 6676.557863501484 rows/sec., 280.36 KiB/sec. | ||
1584 | 2024.09.03 23:52:00.536466 [ 3 ] {80c2659f-69ae-4ab2-b3fe-3465fb07b458} <Debug> DynamicQueryHandler: Done processing query | ||
1585 | 2024.09.03 23:52:00.536498 [ 3 ] {80c2659f-69ae-4ab2-b3fe-3465fb07b458} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1586 | 2024.09.03 23:52:00.536524 [ 3 ] {} <Debug> HTTP-Session: 620bea7b-1068-41f2-b1d6-5e4535cc6a95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1587 | 2024.09.03 23:52:00.537776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 3916, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1588 | 2024.09.03 23:52:00.537839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1589 | 2024.09.03 23:52:00.537867 [ 3 ] {} <Debug> HTTP-Session: 675e0d2f-f83f-49b9-88f9-c20f663ff344 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1590 | 2024.09.03 23:52:00.537889 [ 3 ] {} <Debug> HTTP-Session: 675e0d2f-f83f-49b9-88f9-c20f663ff344 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1591 | 2024.09.03 23:52:00.537910 [ 3 ] {} <Debug> HTTP-Session: 675e0d2f-f83f-49b9-88f9-c20f663ff344 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1592 | 2024.09.03 23:52:00.537956 [ 3 ] {} <Trace> HTTP-Session: 675e0d2f-f83f-49b9-88f9-c20f663ff344 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1593 | 2024.09.03 23:52:00.538113 [ 3 ] {122fda71-bc90-4fe6-9bac-ad271840f9e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1594 | 2024.09.03 23:52:00.538174 [ 3 ] {122fda71-bc90-4fe6-9bac-ad271840f9e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1595 | 2024.09.03 23:52:00.538419 [ 3 ] {122fda71-bc90-4fe6-9bac-ad271840f9e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1596 | 2024.09.03 23:52:00.538796 [ 3 ] {122fda71-bc90-4fe6-9bac-ad271840f9e4} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1597 | 2024.09.03 23:52:00.538837 [ 3 ] {122fda71-bc90-4fe6-9bac-ad271840f9e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1598 | 2024.09.03 23:52:00.539426 [ 3 ] {122fda71-bc90-4fe6-9bac-ad271840f9e4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1599 | 2024.09.03 23:52:00.539938 [ 3 ] {122fda71-bc90-4fe6-9bac-ad271840f9e4} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1600 | 2024.09.03 23:52:00.540088 [ 3 ] {122fda71-bc90-4fe6-9bac-ad271840f9e4} <Debug> executeQuery: Read 12 rows, 2.06 KiB in 0.002037 sec., 5891.01620029455 rows/sec., 1011.56 KiB/sec. | ||
1601 | 2024.09.03 23:52:00.540312 [ 3 ] {122fda71-bc90-4fe6-9bac-ad271840f9e4} <Debug> DynamicQueryHandler: Done processing query | ||
1602 | 2024.09.03 23:52:00.540336 [ 3 ] {122fda71-bc90-4fe6-9bac-ad271840f9e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1603 | 2024.09.03 23:52:00.540352 [ 3 ] {} <Debug> HTTP-Session: 675e0d2f-f83f-49b9-88f9-c20f663ff344 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1604 | 2024.09.03 23:52:00.540544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 24171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1605 | 2024.09.03 23:52:00.540594 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1606 | 2024.09.03 23:52:00.540614 [ 3 ] {} <Debug> HTTP-Session: 7f45f648-7e64-4d7b-82e7-ae2b92a668a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1607 | 2024.09.03 23:52:00.540631 [ 3 ] {} <Debug> HTTP-Session: 7f45f648-7e64-4d7b-82e7-ae2b92a668a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1608 | 2024.09.03 23:52:00.540646 [ 3 ] {} <Debug> HTTP-Session: 7f45f648-7e64-4d7b-82e7-ae2b92a668a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1609 | 2024.09.03 23:52:00.540677 [ 3 ] {} <Trace> HTTP-Session: 7f45f648-7e64-4d7b-82e7-ae2b92a668a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1610 | 2024.09.03 23:52:00.540820 [ 3 ] {68ff0734-d2b8-4121-8dd5-d7b446dfd560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1611 | 2024.09.03 23:52:00.540864 [ 3 ] {68ff0734-d2b8-4121-8dd5-d7b446dfd560} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1612 | 2024.09.03 23:52:00.541101 [ 3 ] {68ff0734-d2b8-4121-8dd5-d7b446dfd560} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1613 | 2024.09.03 23:52:00.541529 [ 3 ] {68ff0734-d2b8-4121-8dd5-d7b446dfd560} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1614 | 2024.09.03 23:52:00.541566 [ 3 ] {68ff0734-d2b8-4121-8dd5-d7b446dfd560} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1615 | 2024.09.03 23:52:00.542066 [ 3 ] {68ff0734-d2b8-4121-8dd5-d7b446dfd560} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1616 | 2024.09.03 23:52:00.542693 [ 3 ] {68ff0734-d2b8-4121-8dd5-d7b446dfd560} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1617 | 2024.09.03 23:52:00.542854 [ 3 ] {68ff0734-d2b8-4121-8dd5-d7b446dfd560} <Debug> executeQuery: Read 159 rows, 14.50 KiB in 0.002084 sec., 76295.58541266795 rows/sec., 6.80 MiB/sec. | ||
1618 | 2024.09.03 23:52:00.543053 [ 3 ] {68ff0734-d2b8-4121-8dd5-d7b446dfd560} <Debug> DynamicQueryHandler: Done processing query | ||
1619 | 2024.09.03 23:52:00.543078 [ 3 ] {68ff0734-d2b8-4121-8dd5-d7b446dfd560} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1620 | 2024.09.03 23:52:00.543094 [ 3 ] {} <Debug> HTTP-Session: 7f45f648-7e64-4d7b-82e7-ae2b92a668a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1621 | 2024.09.03 23:52:00.543239 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1622 | 2024.09.03 23:52:00.543290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1623 | 2024.09.03 23:52:00.543310 [ 3 ] {} <Debug> HTTP-Session: ec2683dd-3f92-422e-9ecc-03806017ea36 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1624 | 2024.09.03 23:52:00.543327 [ 3 ] {} <Debug> HTTP-Session: ec2683dd-3f92-422e-9ecc-03806017ea36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1625 | 2024.09.03 23:52:00.543341 [ 3 ] {} <Debug> HTTP-Session: ec2683dd-3f92-422e-9ecc-03806017ea36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1626 | 2024.09.03 23:52:00.543373 [ 3 ] {} <Trace> HTTP-Session: ec2683dd-3f92-422e-9ecc-03806017ea36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1627 | 2024.09.03 23:52:00.543473 [ 3 ] {e96cf9a8-dda6-4b9e-8487-d0b3266247bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
1628 | 2024.09.03 23:52:00.543516 [ 3 ] {e96cf9a8-dda6-4b9e-8487-d0b3266247bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1629 | 2024.09.03 23:52:00.543739 [ 3 ] {e96cf9a8-dda6-4b9e-8487-d0b3266247bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1630 | 2024.09.03 23:52:00.546042 [ 3 ] {e96cf9a8-dda6-4b9e-8487-d0b3266247bc} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1631 | 2024.09.03 23:52:00.546079 [ 3 ] {e96cf9a8-dda6-4b9e-8487-d0b3266247bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1632 | 2024.09.03 23:52:00.546732 [ 3 ] {e96cf9a8-dda6-4b9e-8487-d0b3266247bc} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1633 | 2024.09.03 23:52:00.547528 [ 3 ] {e96cf9a8-dda6-4b9e-8487-d0b3266247bc} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1634 | 2024.09.03 23:52:00.547681 [ 3 ] {e96cf9a8-dda6-4b9e-8487-d0b3266247bc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004225 sec., 3313.6094674556216 rows/sec., 232.06 KiB/sec. | ||
1635 | 2024.09.03 23:52:00.547853 [ 3 ] {e96cf9a8-dda6-4b9e-8487-d0b3266247bc} <Debug> DynamicQueryHandler: Done processing query | ||
1636 | 2024.09.03 23:52:00.547877 [ 3 ] {e96cf9a8-dda6-4b9e-8487-d0b3266247bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1637 | 2024.09.03 23:52:00.547893 [ 3 ] {} <Debug> HTTP-Session: ec2683dd-3f92-422e-9ecc-03806017ea36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1638 | 2024.09.03 23:52:00.548009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1639 | 2024.09.03 23:52:00.548060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1640 | 2024.09.03 23:52:00.548080 [ 3 ] {} <Debug> HTTP-Session: 452cec24-cd9e-4cdd-9798-0f2be5932299 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1641 | 2024.09.03 23:52:00.548097 [ 3 ] {} <Debug> HTTP-Session: 452cec24-cd9e-4cdd-9798-0f2be5932299 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1642 | 2024.09.03 23:52:00.548111 [ 3 ] {} <Debug> HTTP-Session: 452cec24-cd9e-4cdd-9798-0f2be5932299 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1643 | 2024.09.03 23:52:00.548141 [ 3 ] {} <Trace> HTTP-Session: 452cec24-cd9e-4cdd-9798-0f2be5932299 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1644 | 2024.09.03 23:52:00.548238 [ 3 ] {7604f47d-247b-4171-9d28-3e0b4ec3863f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
1645 | 2024.09.03 23:52:00.548280 [ 3 ] {7604f47d-247b-4171-9d28-3e0b4ec3863f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1646 | 2024.09.03 23:52:00.548507 [ 3 ] {7604f47d-247b-4171-9d28-3e0b4ec3863f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1647 | 2024.09.03 23:52:00.548820 [ 3 ] {7604f47d-247b-4171-9d28-3e0b4ec3863f} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1648 | 2024.09.03 23:52:00.548856 [ 3 ] {7604f47d-247b-4171-9d28-3e0b4ec3863f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1649 | 2024.09.03 23:52:00.549350 [ 3 ] {7604f47d-247b-4171-9d28-3e0b4ec3863f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1650 | 2024.09.03 23:52:00.549944 [ 3 ] {7604f47d-247b-4171-9d28-3e0b4ec3863f} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1651 | 2024.09.03 23:52:00.550096 [ 3 ] {7604f47d-247b-4171-9d28-3e0b4ec3863f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001883 sec., 3186.404673393521 rows/sec., 188.26 KiB/sec. | ||
1652 | 2024.09.03 23:52:00.550268 [ 3 ] {7604f47d-247b-4171-9d28-3e0b4ec3863f} <Debug> DynamicQueryHandler: Done processing query | ||
1653 | 2024.09.03 23:52:00.550292 [ 3 ] {7604f47d-247b-4171-9d28-3e0b4ec3863f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1654 | 2024.09.03 23:52:00.550309 [ 3 ] {} <Debug> HTTP-Session: 452cec24-cd9e-4cdd-9798-0f2be5932299 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1655 | 2024.09.03 23:52:00.550583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 55674, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1656 | 2024.09.03 23:52:00.550632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1657 | 2024.09.03 23:52:00.550652 [ 3 ] {} <Debug> HTTP-Session: 5bad366d-057b-424f-823e-3d01110877d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1658 | 2024.09.03 23:52:00.550669 [ 3 ] {} <Debug> HTTP-Session: 5bad366d-057b-424f-823e-3d01110877d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1659 | 2024.09.03 23:52:00.550683 [ 3 ] {} <Debug> HTTP-Session: 5bad366d-057b-424f-823e-3d01110877d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1660 | 2024.09.03 23:52:00.550714 [ 3 ] {} <Trace> HTTP-Session: 5bad366d-057b-424f-823e-3d01110877d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1661 | 2024.09.03 23:52:00.550904 [ 3 ] {0fdca609-e0d5-4d1a-bd10-5eae0e30698a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1662 | 2024.09.03 23:52:00.550948 [ 3 ] {0fdca609-e0d5-4d1a-bd10-5eae0e30698a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1663 | 2024.09.03 23:52:00.551173 [ 3 ] {0fdca609-e0d5-4d1a-bd10-5eae0e30698a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1664 | 2024.09.03 23:52:00.551713 [ 3 ] {0fdca609-e0d5-4d1a-bd10-5eae0e30698a} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1665 | 2024.09.03 23:52:00.551750 [ 3 ] {0fdca609-e0d5-4d1a-bd10-5eae0e30698a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1666 | 2024.09.03 23:52:00.552278 [ 3 ] {0fdca609-e0d5-4d1a-bd10-5eae0e30698a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1667 | 2024.09.03 23:52:00.553055 [ 3 ] {0fdca609-e0d5-4d1a-bd10-5eae0e30698a} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1668 | 2024.09.03 23:52:00.553218 [ 3 ] {0fdca609-e0d5-4d1a-bd10-5eae0e30698a} <Debug> executeQuery: Read 346 rows, 24.80 KiB in 0.002412 sec., 143449.41956882254 rows/sec., 10.04 MiB/sec. | ||
1669 | 2024.09.03 23:52:00.553430 [ 3 ] {0fdca609-e0d5-4d1a-bd10-5eae0e30698a} <Debug> DynamicQueryHandler: Done processing query | ||
1670 | 2024.09.03 23:52:00.553455 [ 3 ] {0fdca609-e0d5-4d1a-bd10-5eae0e30698a} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
1671 | 2024.09.03 23:52:00.553470 [ 3 ] {} <Debug> HTTP-Session: 5bad366d-057b-424f-823e-3d01110877d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1672 | 2024.09.03 23:52:00.553602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1673 | 2024.09.03 23:52:00.553653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1674 | 2024.09.03 23:52:00.553673 [ 3 ] {} <Debug> HTTP-Session: 8aac32bf-6ebf-4ebf-a69d-42704b7263d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1675 | 2024.09.03 23:52:00.553690 [ 3 ] {} <Debug> HTTP-Session: 8aac32bf-6ebf-4ebf-a69d-42704b7263d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1676 | 2024.09.03 23:52:00.553704 [ 3 ] {} <Debug> HTTP-Session: 8aac32bf-6ebf-4ebf-a69d-42704b7263d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1677 | 2024.09.03 23:52:00.553735 [ 3 ] {} <Trace> HTTP-Session: 8aac32bf-6ebf-4ebf-a69d-42704b7263d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1678 | 2024.09.03 23:52:00.553831 [ 3 ] {c1538d0b-5ee2-4961-b4c2-3a9d2b67dddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
1679 | 2024.09.03 23:52:00.553875 [ 3 ] {c1538d0b-5ee2-4961-b4c2-3a9d2b67dddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1680 | 2024.09.03 23:52:00.554009 [ 3 ] {c1538d0b-5ee2-4961-b4c2-3a9d2b67dddb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1681 | 2024.09.03 23:52:00.554274 [ 3 ] {c1538d0b-5ee2-4961-b4c2-3a9d2b67dddb} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1682 | 2024.09.03 23:52:00.554310 [ 3 ] {c1538d0b-5ee2-4961-b4c2-3a9d2b67dddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1683 | 2024.09.03 23:52:00.554986 [ 3 ] {c1538d0b-5ee2-4961-b4c2-3a9d2b67dddb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1684 | 2024.09.03 23:52:00.555627 [ 3 ] {c1538d0b-5ee2-4961-b4c2-3a9d2b67dddb} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1685 | 2024.09.03 23:52:00.555783 [ 3 ] {c1538d0b-5ee2-4961-b4c2-3a9d2b67dddb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001976 sec., 3036.4372469635628 rows/sec., 158.64 KiB/sec. | ||
1686 | 2024.09.03 23:52:00.555946 [ 3 ] {c1538d0b-5ee2-4961-b4c2-3a9d2b67dddb} <Debug> DynamicQueryHandler: Done processing query | ||
1687 | 2024.09.03 23:52:00.555971 [ 3 ] {c1538d0b-5ee2-4961-b4c2-3a9d2b67dddb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1688 | 2024.09.03 23:52:00.555987 [ 3 ] {} <Debug> HTTP-Session: 8aac32bf-6ebf-4ebf-a69d-42704b7263d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1689 | 2024.09.03 23:52:00.556230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 33135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1690 | 2024.09.03 23:52:00.556280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1691 | 2024.09.03 23:52:00.556300 [ 3 ] {} <Debug> HTTP-Session: 8910c121-e0cd-4ce6-bfc1-3416964fa35d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1692 | 2024.09.03 23:52:00.556316 [ 3 ] {} <Debug> HTTP-Session: 8910c121-e0cd-4ce6-bfc1-3416964fa35d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1693 | 2024.09.03 23:52:00.556331 [ 3 ] {} <Debug> HTTP-Session: 8910c121-e0cd-4ce6-bfc1-3416964fa35d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1694 | 2024.09.03 23:52:00.556364 [ 3 ] {} <Trace> HTTP-Session: 8910c121-e0cd-4ce6-bfc1-3416964fa35d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1695 | 2024.09.03 23:52:00.556531 [ 3 ] {98107161-3fb2-4740-a9ae-a6d482844d25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1696 | 2024.09.03 23:52:00.556580 [ 3 ] {98107161-3fb2-4740-a9ae-a6d482844d25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1697 | 2024.09.03 23:52:00.556725 [ 3 ] {98107161-3fb2-4740-a9ae-a6d482844d25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1698 | 2024.09.03 23:52:00.557186 [ 3 ] {98107161-3fb2-4740-a9ae-a6d482844d25} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1699 | 2024.09.03 23:52:00.557227 [ 3 ] {98107161-3fb2-4740-a9ae-a6d482844d25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1700 | 2024.09.03 23:52:00.557754 [ 3 ] {98107161-3fb2-4740-a9ae-a6d482844d25} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1701 | 2024.09.03 23:52:00.558474 [ 3 ] {98107161-3fb2-4740-a9ae-a6d482844d25} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1702 | 2024.09.03 23:52:00.558631 [ 3 ] {98107161-3fb2-4740-a9ae-a6d482844d25} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.002179 sec., 81229.92198256082 rows/sec., 5.36 MiB/sec. | ||
1703 | 2024.09.03 23:52:00.558821 [ 3 ] {98107161-3fb2-4740-a9ae-a6d482844d25} <Debug> DynamicQueryHandler: Done processing query | ||
1704 | 2024.09.03 23:52:00.558847 [ 3 ] {98107161-3fb2-4740-a9ae-a6d482844d25} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1705 | 2024.09.03 23:52:00.558865 [ 3 ] {} <Debug> HTTP-Session: 8910c121-e0cd-4ce6-bfc1-3416964fa35d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1706 | 2024.09.03 23:52:00.559631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1707 | 2024.09.03 23:52:00.559689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1708 | 2024.09.03 23:52:00.559741 [ 3 ] {} <Debug> HTTP-Session: 182cee4f-fbd4-43af-874a-237cb6ac0866 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1709 | 2024.09.03 23:52:00.559768 [ 3 ] {} <Debug> HTTP-Session: 182cee4f-fbd4-43af-874a-237cb6ac0866 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1710 | 2024.09.03 23:52:00.559793 [ 3 ] {} <Debug> HTTP-Session: 182cee4f-fbd4-43af-874a-237cb6ac0866 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1711 | 2024.09.03 23:52:00.559831 [ 3 ] {} <Trace> HTTP-Session: 182cee4f-fbd4-43af-874a-237cb6ac0866 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1712 | 2024.09.03 23:52:00.559930 [ 3 ] {af2e0ca7-e0ea-4142-92b8-aa8fec2b13da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
1713 | 2024.09.03 23:52:00.559979 [ 3 ] {af2e0ca7-e0ea-4142-92b8-aa8fec2b13da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1714 | 2024.09.03 23:52:00.560115 [ 3 ] {af2e0ca7-e0ea-4142-92b8-aa8fec2b13da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1715 | 2024.09.03 23:52:00.560385 [ 3 ] {af2e0ca7-e0ea-4142-92b8-aa8fec2b13da} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1716 | 2024.09.03 23:52:00.560426 [ 3 ] {af2e0ca7-e0ea-4142-92b8-aa8fec2b13da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1717 | 2024.09.03 23:52:00.561134 [ 3 ] {af2e0ca7-e0ea-4142-92b8-aa8fec2b13da} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1718 | 2024.09.03 23:52:00.561694 [ 3 ] {af2e0ca7-e0ea-4142-92b8-aa8fec2b13da} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1719 | 2024.09.03 23:52:00.561851 [ 3 ] {af2e0ca7-e0ea-4142-92b8-aa8fec2b13da} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001934 sec., 517.063081695967 rows/sec., 34.84 KiB/sec. | ||
1720 | 2024.09.03 23:52:00.562050 [ 3 ] {af2e0ca7-e0ea-4142-92b8-aa8fec2b13da} <Debug> DynamicQueryHandler: Done processing query | ||
1721 | 2024.09.03 23:52:00.562074 [ 3 ] {af2e0ca7-e0ea-4142-92b8-aa8fec2b13da} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
1722 | 2024.09.03 23:52:00.562097 [ 3 ] {} <Debug> HTTP-Session: 182cee4f-fbd4-43af-874a-237cb6ac0866 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1723 | 2024.09.03 23:52:00.562250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 7638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1724 | 2024.09.03 23:52:00.562298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1725 | 2024.09.03 23:52:00.562319 [ 3 ] {} <Debug> HTTP-Session: 87ca34be-9e12-4c61-8c7d-676b3c5d71ef Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1726 | 2024.09.03 23:52:00.562335 [ 3 ] {} <Debug> HTTP-Session: 87ca34be-9e12-4c61-8c7d-676b3c5d71ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1727 | 2024.09.03 23:52:00.562350 [ 3 ] {} <Debug> HTTP-Session: 87ca34be-9e12-4c61-8c7d-676b3c5d71ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1728 | 2024.09.03 23:52:00.562381 [ 3 ] {} <Trace> HTTP-Session: 87ca34be-9e12-4c61-8c7d-676b3c5d71ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1729 | 2024.09.03 23:52:00.562489 [ 3 ] {86c4b361-4d4e-405d-8cc1-3e84b640c61a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1730 | 2024.09.03 23:52:00.562534 [ 3 ] {86c4b361-4d4e-405d-8cc1-3e84b640c61a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1731 | 2024.09.03 23:52:00.562662 [ 3 ] {86c4b361-4d4e-405d-8cc1-3e84b640c61a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1732 | 2024.09.03 23:52:00.562953 [ 3 ] {86c4b361-4d4e-405d-8cc1-3e84b640c61a} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1733 | 2024.09.03 23:52:00.562990 [ 3 ] {86c4b361-4d4e-405d-8cc1-3e84b640c61a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1734 | 2024.09.03 23:52:00.563490 [ 3 ] {86c4b361-4d4e-405d-8cc1-3e84b640c61a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1735 | 2024.09.03 23:52:00.564052 [ 3 ] {86c4b361-4d4e-405d-8cc1-3e84b640c61a} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1736 | 2024.09.03 23:52:00.564209 [ 3 ] {86c4b361-4d4e-405d-8cc1-3e84b640c61a} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001743 sec., 29833.620195065978 rows/sec., 1.85 MiB/sec. | ||
1737 | 2024.09.03 23:52:00.564406 [ 3 ] {86c4b361-4d4e-405d-8cc1-3e84b640c61a} <Debug> DynamicQueryHandler: Done processing query | ||
1738 | 2024.09.03 23:52:00.564431 [ 3 ] {86c4b361-4d4e-405d-8cc1-3e84b640c61a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1739 | 2024.09.03 23:52:00.564448 [ 3 ] {} <Debug> HTTP-Session: 87ca34be-9e12-4c61-8c7d-676b3c5d71ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1740 | 2024.09.03 23:52:03.276455 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1741 | 2024.09.03 23:52:03.276525 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1742 | 2024.09.03 23:52:05.487332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 13286, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1743 | 2024.09.03 23:52:05.487447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1744 | 2024.09.03 23:52:05.487474 [ 3 ] {} <Debug> HTTP-Session: 5975c4bf-5a08-482a-beea-e90021ebbd56 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1745 | 2024.09.03 23:52:05.487498 [ 3 ] {} <Debug> HTTP-Session: 5975c4bf-5a08-482a-beea-e90021ebbd56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1746 | 2024.09.03 23:52:05.487513 [ 3 ] {} <Debug> HTTP-Session: 5975c4bf-5a08-482a-beea-e90021ebbd56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1747 | 2024.09.03 23:52:05.487565 [ 3 ] {} <Trace> HTTP-Session: 5975c4bf-5a08-482a-beea-e90021ebbd56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1748 | 2024.09.03 23:52:05.487778 [ 3 ] {b2994dab-8797-4c2f-b619-58fbd8c7d566} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1749 | 2024.09.03 23:52:05.487848 [ 3 ] {b2994dab-8797-4c2f-b619-58fbd8c7d566} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1750 | 2024.09.03 23:52:05.488182 [ 3 ] {b2994dab-8797-4c2f-b619-58fbd8c7d566} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1751 | 2024.09.03 23:52:05.488687 [ 3 ] {b2994dab-8797-4c2f-b619-58fbd8c7d566} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1752 | 2024.09.03 23:52:05.488736 [ 3 ] {b2994dab-8797-4c2f-b619-58fbd8c7d566} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1753 | 2024.09.03 23:52:05.489287 [ 3 ] {b2994dab-8797-4c2f-b619-58fbd8c7d566} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1754 | 2024.09.03 23:52:05.489965 [ 3 ] {b2994dab-8797-4c2f-b619-58fbd8c7d566} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1755 | 2024.09.03 23:52:05.490152 [ 3 ] {b2994dab-8797-4c2f-b619-58fbd8c7d566} <Debug> executeQuery: Read 88 rows, 7.91 KiB in 0.002448 sec., 35947.71241830065 rows/sec., 3.16 MiB/sec. | ||
1756 | 2024.09.03 23:52:05.490380 [ 3 ] {b2994dab-8797-4c2f-b619-58fbd8c7d566} <Debug> DynamicQueryHandler: Done processing query | ||
1757 | 2024.09.03 23:52:05.490406 [ 3 ] {b2994dab-8797-4c2f-b619-58fbd8c7d566} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1758 | 2024.09.03 23:52:05.490423 [ 3 ] {} <Debug> HTTP-Session: 5975c4bf-5a08-482a-beea-e90021ebbd56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1759 | 2024.09.03 23:52:05.490581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 4494, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1760 | 2024.09.03 23:52:05.490644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1761 | 2024.09.03 23:52:05.490665 [ 3 ] {} <Debug> HTTP-Session: 2e6526f6-531e-41c4-8895-cbbd640c5fbd Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1762 | 2024.09.03 23:52:05.490683 [ 3 ] {} <Debug> HTTP-Session: 2e6526f6-531e-41c4-8895-cbbd640c5fbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1763 | 2024.09.03 23:52:05.490697 [ 3 ] {} <Debug> HTTP-Session: 2e6526f6-531e-41c4-8895-cbbd640c5fbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1764 | 2024.09.03 23:52:05.490734 [ 3 ] {} <Trace> HTTP-Session: 2e6526f6-531e-41c4-8895-cbbd640c5fbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1765 | 2024.09.03 23:52:05.490865 [ 3 ] {73268ef6-a23a-4e29-9088-3e22a4d08ffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1766 | 2024.09.03 23:52:05.490914 [ 3 ] {73268ef6-a23a-4e29-9088-3e22a4d08ffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1767 | 2024.09.03 23:52:05.491152 [ 3 ] {73268ef6-a23a-4e29-9088-3e22a4d08ffe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1768 | 2024.09.03 23:52:05.491512 [ 3 ] {73268ef6-a23a-4e29-9088-3e22a4d08ffe} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1769 | 2024.09.03 23:52:05.491552 [ 3 ] {73268ef6-a23a-4e29-9088-3e22a4d08ffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1770 | 2024.09.03 23:52:05.492029 [ 3 ] {73268ef6-a23a-4e29-9088-3e22a4d08ffe} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1771 | 2024.09.03 23:52:05.492706 [ 3 ] {73268ef6-a23a-4e29-9088-3e22a4d08ffe} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1772 | 2024.09.03 23:52:05.492876 [ 3 ] {73268ef6-a23a-4e29-9088-3e22a4d08ffe} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.002054 sec., 15092.502434274587 rows/sec., 1.11 MiB/sec. | ||
1773 | 2024.09.03 23:52:05.493173 [ 3 ] {73268ef6-a23a-4e29-9088-3e22a4d08ffe} <Debug> DynamicQueryHandler: Done processing query | ||
1774 | 2024.09.03 23:52:05.493198 [ 3 ] {73268ef6-a23a-4e29-9088-3e22a4d08ffe} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1775 | 2024.09.03 23:52:05.493216 [ 3 ] {} <Debug> HTTP-Session: 2e6526f6-531e-41c4-8895-cbbd640c5fbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1776 | 2024.09.03 23:52:05.493395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 10035, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1777 | 2024.09.03 23:52:05.493447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1778 | 2024.09.03 23:52:05.493467 [ 3 ] {} <Debug> HTTP-Session: 68c2fe95-577a-466b-952f-59f64b1fcb73 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1779 | 2024.09.03 23:52:05.493484 [ 3 ] {} <Debug> HTTP-Session: 68c2fe95-577a-466b-952f-59f64b1fcb73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1780 | 2024.09.03 23:52:05.493499 [ 3 ] {} <Debug> HTTP-Session: 68c2fe95-577a-466b-952f-59f64b1fcb73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1781 | 2024.09.03 23:52:05.493532 [ 3 ] {} <Trace> HTTP-Session: 68c2fe95-577a-466b-952f-59f64b1fcb73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1782 | 2024.09.03 23:52:05.493652 [ 3 ] {4701f8b6-b1cd-424e-a667-e898f1d9acd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1783 | 2024.09.03 23:52:05.493700 [ 3 ] {4701f8b6-b1cd-424e-a667-e898f1d9acd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1784 | 2024.09.03 23:52:05.493955 [ 3 ] {4701f8b6-b1cd-424e-a667-e898f1d9acd6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1785 | 2024.09.03 23:52:05.494329 [ 3 ] {4701f8b6-b1cd-424e-a667-e898f1d9acd6} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1786 | 2024.09.03 23:52:05.494370 [ 3 ] {4701f8b6-b1cd-424e-a667-e898f1d9acd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1787 | 2024.09.03 23:52:05.494907 [ 3 ] {4701f8b6-b1cd-424e-a667-e898f1d9acd6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1788 | 2024.09.03 23:52:05.495551 [ 3 ] {4701f8b6-b1cd-424e-a667-e898f1d9acd6} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1789 | 2024.09.03 23:52:05.495716 [ 3 ] {4701f8b6-b1cd-424e-a667-e898f1d9acd6} <Debug> executeQuery: Read 59 rows, 4.72 KiB in 0.002101 sec., 28081.865778200856 rows/sec., 2.19 MiB/sec. | ||
1790 | 2024.09.03 23:52:05.495903 [ 3 ] {4701f8b6-b1cd-424e-a667-e898f1d9acd6} <Debug> DynamicQueryHandler: Done processing query | ||
1791 | 2024.09.03 23:52:05.495928 [ 3 ] {4701f8b6-b1cd-424e-a667-e898f1d9acd6} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1792 | 2024.09.03 23:52:05.495946 [ 3 ] {} <Debug> HTTP-Session: 68c2fe95-577a-466b-952f-59f64b1fcb73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1793 | 2024.09.03 23:52:05.496127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 19127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1794 | 2024.09.03 23:52:05.496178 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1795 | 2024.09.03 23:52:05.496199 [ 3 ] {} <Debug> HTTP-Session: 1973ed7f-18f8-465f-9a27-67ae99a7b19b Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1796 | 2024.09.03 23:52:05.496216 [ 3 ] {} <Debug> HTTP-Session: 1973ed7f-18f8-465f-9a27-67ae99a7b19b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1797 | 2024.09.03 23:52:05.496231 [ 3 ] {} <Debug> HTTP-Session: 1973ed7f-18f8-465f-9a27-67ae99a7b19b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1798 | 2024.09.03 23:52:05.496267 [ 3 ] {} <Trace> HTTP-Session: 1973ed7f-18f8-465f-9a27-67ae99a7b19b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1799 | 2024.09.03 23:52:05.496403 [ 3 ] {1e38a6e8-10fb-40f5-8e50-ac9ff76d3360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1800 | 2024.09.03 23:52:05.496455 [ 3 ] {1e38a6e8-10fb-40f5-8e50-ac9ff76d3360} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1801 | 2024.09.03 23:52:05.496605 [ 3 ] {1e38a6e8-10fb-40f5-8e50-ac9ff76d3360} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1802 | 2024.09.03 23:52:05.496941 [ 3 ] {1e38a6e8-10fb-40f5-8e50-ac9ff76d3360} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1803 | 2024.09.03 23:52:05.496978 [ 3 ] {1e38a6e8-10fb-40f5-8e50-ac9ff76d3360} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1804 | 2024.09.03 23:52:05.497524 [ 3 ] {1e38a6e8-10fb-40f5-8e50-ac9ff76d3360} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1805 | 2024.09.03 23:52:05.498312 [ 3 ] {1e38a6e8-10fb-40f5-8e50-ac9ff76d3360} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1806 | 2024.09.03 23:52:05.498475 [ 3 ] {1e38a6e8-10fb-40f5-8e50-ac9ff76d3360} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.002115 sec., 47281.32387706856 rows/sec., 3.28 MiB/sec. | ||
1807 | 2024.09.03 23:52:05.498790 [ 3 ] {1e38a6e8-10fb-40f5-8e50-ac9ff76d3360} <Debug> DynamicQueryHandler: Done processing query | ||
1808 | 2024.09.03 23:52:05.498827 [ 3 ] {1e38a6e8-10fb-40f5-8e50-ac9ff76d3360} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1809 | 2024.09.03 23:52:05.498853 [ 3 ] {} <Debug> HTTP-Session: 1973ed7f-18f8-465f-9a27-67ae99a7b19b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1810 | 2024.09.03 23:52:05.499039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 51774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1811 | 2024.09.03 23:52:05.499099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1812 | 2024.09.03 23:52:05.499120 [ 3 ] {} <Debug> HTTP-Session: 09262482-4117-4b45-a829-66cf60d09a8b Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1813 | 2024.09.03 23:52:05.499139 [ 3 ] {} <Debug> HTTP-Session: 09262482-4117-4b45-a829-66cf60d09a8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1814 | 2024.09.03 23:52:05.499154 [ 3 ] {} <Debug> HTTP-Session: 09262482-4117-4b45-a829-66cf60d09a8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1815 | 2024.09.03 23:52:05.499186 [ 3 ] {} <Trace> HTTP-Session: 09262482-4117-4b45-a829-66cf60d09a8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1816 | 2024.09.03 23:52:05.499762 [ 3 ] {e0887693-6a48-472f-a070-c51c2ac06f94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
1817 | 2024.09.03 23:52:05.499842 [ 3 ] {e0887693-6a48-472f-a070-c51c2ac06f94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1818 | 2024.09.03 23:52:05.500249 [ 3 ] {e0887693-6a48-472f-a070-c51c2ac06f94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1819 | 2024.09.03 23:52:05.500940 [ 3 ] {e0887693-6a48-472f-a070-c51c2ac06f94} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1820 | 2024.09.03 23:52:05.500977 [ 3 ] {e0887693-6a48-472f-a070-c51c2ac06f94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1821 | 2024.09.03 23:52:05.501753 [ 3 ] {e0887693-6a48-472f-a070-c51c2ac06f94} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1822 | 2024.09.03 23:52:05.502562 [ 3 ] {e0887693-6a48-472f-a070-c51c2ac06f94} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1823 | 2024.09.03 23:52:05.502731 [ 3 ] {e0887693-6a48-472f-a070-c51c2ac06f94} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003444 sec., 9001.16144018583 rows/sec., 16.13 MiB/sec. | ||
1824 | 2024.09.03 23:52:05.502970 [ 3 ] {e0887693-6a48-472f-a070-c51c2ac06f94} <Debug> DynamicQueryHandler: Done processing query | ||
1825 | 2024.09.03 23:52:05.502994 [ 3 ] {e0887693-6a48-472f-a070-c51c2ac06f94} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
1826 | 2024.09.03 23:52:05.503011 [ 3 ] {} <Debug> HTTP-Session: 09262482-4117-4b45-a829-66cf60d09a8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1827 | 2024.09.03 23:52:05.503141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 4612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1828 | 2024.09.03 23:52:05.503191 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1829 | 2024.09.03 23:52:05.503211 [ 3 ] {} <Debug> HTTP-Session: 6b3eeb56-571d-4893-9df6-0d4ec6460e44 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1830 | 2024.09.03 23:52:05.503228 [ 3 ] {} <Debug> HTTP-Session: 6b3eeb56-571d-4893-9df6-0d4ec6460e44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1831 | 2024.09.03 23:52:05.503242 [ 3 ] {} <Debug> HTTP-Session: 6b3eeb56-571d-4893-9df6-0d4ec6460e44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1832 | 2024.09.03 23:52:05.503273 [ 3 ] {} <Trace> HTTP-Session: 6b3eeb56-571d-4893-9df6-0d4ec6460e44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1833 | 2024.09.03 23:52:05.503379 [ 3 ] {773aefb7-69ac-49b5-a016-53d54062dbad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1834 | 2024.09.03 23:52:05.503425 [ 3 ] {773aefb7-69ac-49b5-a016-53d54062dbad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1835 | 2024.09.03 23:52:05.503555 [ 3 ] {773aefb7-69ac-49b5-a016-53d54062dbad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1836 | 2024.09.03 23:52:05.503836 [ 3 ] {773aefb7-69ac-49b5-a016-53d54062dbad} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1837 | 2024.09.03 23:52:05.503872 [ 3 ] {773aefb7-69ac-49b5-a016-53d54062dbad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1838 | 2024.09.03 23:52:05.504358 [ 3 ] {773aefb7-69ac-49b5-a016-53d54062dbad} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1839 | 2024.09.03 23:52:05.505041 [ 3 ] {773aefb7-69ac-49b5-a016-53d54062dbad} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1840 | 2024.09.03 23:52:05.505211 [ 3 ] {773aefb7-69ac-49b5-a016-53d54062dbad} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001851 sec., 16207.45542949757 rows/sec., 1.11 MiB/sec. | ||
1841 | 2024.09.03 23:52:05.505407 [ 3 ] {773aefb7-69ac-49b5-a016-53d54062dbad} <Debug> DynamicQueryHandler: Done processing query | ||
1842 | 2024.09.03 23:52:05.505433 [ 3 ] {773aefb7-69ac-49b5-a016-53d54062dbad} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1843 | 2024.09.03 23:52:05.505449 [ 3 ] {} <Debug> HTTP-Session: 6b3eeb56-571d-4893-9df6-0d4ec6460e44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1844 | 2024.09.03 23:52:10.492104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 24171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1845 | 2024.09.03 23:52:10.492241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1846 | 2024.09.03 23:52:10.492270 [ 3 ] {} <Debug> HTTP-Session: 738a375a-48a2-44bc-895a-b66104e0c1cd Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1847 | 2024.09.03 23:52:10.492294 [ 3 ] {} <Debug> HTTP-Session: 738a375a-48a2-44bc-895a-b66104e0c1cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1848 | 2024.09.03 23:52:10.492310 [ 3 ] {} <Debug> HTTP-Session: 738a375a-48a2-44bc-895a-b66104e0c1cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1849 | 2024.09.03 23:52:10.492361 [ 3 ] {} <Trace> HTTP-Session: 738a375a-48a2-44bc-895a-b66104e0c1cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1850 | 2024.09.03 23:52:10.492595 [ 3 ] {b8a8eec0-a76e-426a-8c23-7e82062d592f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1851 | 2024.09.03 23:52:10.492668 [ 3 ] {b8a8eec0-a76e-426a-8c23-7e82062d592f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1852 | 2024.09.03 23:52:10.493009 [ 3 ] {b8a8eec0-a76e-426a-8c23-7e82062d592f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1853 | 2024.09.03 23:52:10.493568 [ 3 ] {b8a8eec0-a76e-426a-8c23-7e82062d592f} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1854 | 2024.09.03 23:52:10.493619 [ 3 ] {b8a8eec0-a76e-426a-8c23-7e82062d592f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1855 | 2024.09.03 23:52:10.494067 [ 3 ] {b8a8eec0-a76e-426a-8c23-7e82062d592f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1856 | 2024.09.03 23:52:10.494454 [ 3 ] {b8a8eec0-a76e-426a-8c23-7e82062d592f} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1857 | 2024.09.03 23:52:10.494642 [ 3 ] {b8a8eec0-a76e-426a-8c23-7e82062d592f} <Debug> executeQuery: Read 159 rows, 14.50 KiB in 0.002133 sec., 74542.89732770745 rows/sec., 6.64 MiB/sec. | ||
1858 | 2024.09.03 23:52:10.494884 [ 3 ] {b8a8eec0-a76e-426a-8c23-7e82062d592f} <Debug> DynamicQueryHandler: Done processing query | ||
1859 | 2024.09.03 23:52:10.494912 [ 3 ] {b8a8eec0-a76e-426a-8c23-7e82062d592f} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1860 | 2024.09.03 23:52:10.494929 [ 3 ] {} <Debug> HTTP-Session: 738a375a-48a2-44bc-895a-b66104e0c1cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1861 | 2024.09.03 23:52:10.495083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1862 | 2024.09.03 23:52:10.495141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1863 | 2024.09.03 23:52:10.495161 [ 3 ] {} <Debug> HTTP-Session: b432fa6a-4edb-4ae2-ba11-184edae7f22a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1864 | 2024.09.03 23:52:10.495181 [ 3 ] {} <Debug> HTTP-Session: b432fa6a-4edb-4ae2-ba11-184edae7f22a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1865 | 2024.09.03 23:52:10.495195 [ 3 ] {} <Debug> HTTP-Session: b432fa6a-4edb-4ae2-ba11-184edae7f22a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1866 | 2024.09.03 23:52:10.495232 [ 3 ] {} <Trace> HTTP-Session: b432fa6a-4edb-4ae2-ba11-184edae7f22a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1867 | 2024.09.03 23:52:10.495344 [ 3 ] {6ac2b94e-814d-4d8e-ae0f-b558a07f7844} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
1868 | 2024.09.03 23:52:10.495392 [ 3 ] {6ac2b94e-814d-4d8e-ae0f-b558a07f7844} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1869 | 2024.09.03 23:52:10.495632 [ 3 ] {6ac2b94e-814d-4d8e-ae0f-b558a07f7844} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1870 | 2024.09.03 23:52:10.495974 [ 3 ] {6ac2b94e-814d-4d8e-ae0f-b558a07f7844} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1871 | 2024.09.03 23:52:10.496013 [ 3 ] {6ac2b94e-814d-4d8e-ae0f-b558a07f7844} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1872 | 2024.09.03 23:52:10.496381 [ 3 ] {6ac2b94e-814d-4d8e-ae0f-b558a07f7844} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1873 | 2024.09.03 23:52:10.496752 [ 3 ] {6ac2b94e-814d-4d8e-ae0f-b558a07f7844} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1874 | 2024.09.03 23:52:10.496917 [ 3 ] {6ac2b94e-814d-4d8e-ae0f-b558a07f7844} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001605 sec., 8722.741433021807 rows/sec., 610.88 KiB/sec. | ||
1875 | 2024.09.03 23:52:10.497097 [ 3 ] {6ac2b94e-814d-4d8e-ae0f-b558a07f7844} <Debug> DynamicQueryHandler: Done processing query | ||
1876 | 2024.09.03 23:52:10.497126 [ 3 ] {6ac2b94e-814d-4d8e-ae0f-b558a07f7844} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1877 | 2024.09.03 23:52:10.497142 [ 3 ] {} <Debug> HTTP-Session: b432fa6a-4edb-4ae2-ba11-184edae7f22a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1878 | 2024.09.03 23:52:10.497301 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1879 | 2024.09.03 23:52:10.497354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1880 | 2024.09.03 23:52:10.497374 [ 3 ] {} <Debug> HTTP-Session: e658704f-8abd-4ae0-8678-84b15c2b7f9b Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1881 | 2024.09.03 23:52:10.497392 [ 3 ] {} <Debug> HTTP-Session: e658704f-8abd-4ae0-8678-84b15c2b7f9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1882 | 2024.09.03 23:52:10.497407 [ 3 ] {} <Debug> HTTP-Session: e658704f-8abd-4ae0-8678-84b15c2b7f9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1883 | 2024.09.03 23:52:10.497441 [ 3 ] {} <Trace> HTTP-Session: e658704f-8abd-4ae0-8678-84b15c2b7f9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1884 | 2024.09.03 23:52:10.497549 [ 3 ] {d87d75b9-0bf0-4b26-acf1-243300b47389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
1885 | 2024.09.03 23:52:10.497594 [ 3 ] {d87d75b9-0bf0-4b26-acf1-243300b47389} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1886 | 2024.09.03 23:52:10.497826 [ 3 ] {d87d75b9-0bf0-4b26-acf1-243300b47389} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1887 | 2024.09.03 23:52:10.498221 [ 3 ] {d87d75b9-0bf0-4b26-acf1-243300b47389} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1888 | 2024.09.03 23:52:10.498288 [ 3 ] {d87d75b9-0bf0-4b26-acf1-243300b47389} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1889 | 2024.09.03 23:52:10.498633 [ 3 ] {d87d75b9-0bf0-4b26-acf1-243300b47389} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1890 | 2024.09.03 23:52:10.499016 [ 3 ] {d87d75b9-0bf0-4b26-acf1-243300b47389} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1891 | 2024.09.03 23:52:10.499172 [ 3 ] {d87d75b9-0bf0-4b26-acf1-243300b47389} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001638 sec., 3663.0036630036634 rows/sec., 216.42 KiB/sec. | ||
1892 | 2024.09.03 23:52:10.499447 [ 3 ] {d87d75b9-0bf0-4b26-acf1-243300b47389} <Debug> DynamicQueryHandler: Done processing query | ||
1893 | 2024.09.03 23:52:10.499473 [ 3 ] {d87d75b9-0bf0-4b26-acf1-243300b47389} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1894 | 2024.09.03 23:52:10.499490 [ 3 ] {} <Debug> HTTP-Session: e658704f-8abd-4ae0-8678-84b15c2b7f9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1895 | 2024.09.03 23:52:10.499756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 55674, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1896 | 2024.09.03 23:52:10.499807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1897 | 2024.09.03 23:52:10.499827 [ 3 ] {} <Debug> HTTP-Session: 5ecd4163-14c4-4553-9b89-515c2dc15bcf Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1898 | 2024.09.03 23:52:10.499868 [ 3 ] {} <Debug> HTTP-Session: 5ecd4163-14c4-4553-9b89-515c2dc15bcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1899 | 2024.09.03 23:52:10.499883 [ 3 ] {} <Debug> HTTP-Session: 5ecd4163-14c4-4553-9b89-515c2dc15bcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1900 | 2024.09.03 23:52:10.499916 [ 3 ] {} <Trace> HTTP-Session: 5ecd4163-14c4-4553-9b89-515c2dc15bcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1901 | 2024.09.03 23:52:10.500110 [ 3 ] {dda74686-d8fb-4aef-8311-8ab45c8e8e9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1902 | 2024.09.03 23:52:10.500155 [ 3 ] {dda74686-d8fb-4aef-8311-8ab45c8e8e9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1903 | 2024.09.03 23:52:10.500400 [ 3 ] {dda74686-d8fb-4aef-8311-8ab45c8e8e9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1904 | 2024.09.03 23:52:10.500949 [ 3 ] {dda74686-d8fb-4aef-8311-8ab45c8e8e9f} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1905 | 2024.09.03 23:52:10.500986 [ 3 ] {dda74686-d8fb-4aef-8311-8ab45c8e8e9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1906 | 2024.09.03 23:52:10.501344 [ 3 ] {dda74686-d8fb-4aef-8311-8ab45c8e8e9f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1907 | 2024.09.03 23:52:10.501808 [ 3 ] {dda74686-d8fb-4aef-8311-8ab45c8e8e9f} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1908 | 2024.09.03 23:52:10.501975 [ 3 ] {dda74686-d8fb-4aef-8311-8ab45c8e8e9f} <Debug> executeQuery: Read 346 rows, 24.80 KiB in 0.001965 sec., 176081.42493638676 rows/sec., 12.33 MiB/sec. | ||
1909 | 2024.09.03 23:52:10.502149 [ 3 ] {dda74686-d8fb-4aef-8311-8ab45c8e8e9f} <Debug> DynamicQueryHandler: Done processing query | ||
1910 | 2024.09.03 23:52:10.502174 [ 3 ] {dda74686-d8fb-4aef-8311-8ab45c8e8e9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
1911 | 2024.09.03 23:52:10.502190 [ 3 ] {} <Debug> HTTP-Session: 5ecd4163-14c4-4553-9b89-515c2dc15bcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1912 | 2024.09.03 23:52:10.502345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1913 | 2024.09.03 23:52:10.502394 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1914 | 2024.09.03 23:52:10.502414 [ 3 ] {} <Debug> HTTP-Session: aa0a20aa-4ce5-4c7b-9463-e78ad388bfaa Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1915 | 2024.09.03 23:52:10.502432 [ 3 ] {} <Debug> HTTP-Session: aa0a20aa-4ce5-4c7b-9463-e78ad388bfaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1916 | 2024.09.03 23:52:10.502446 [ 3 ] {} <Debug> HTTP-Session: aa0a20aa-4ce5-4c7b-9463-e78ad388bfaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1917 | 2024.09.03 23:52:10.502478 [ 3 ] {} <Trace> HTTP-Session: aa0a20aa-4ce5-4c7b-9463-e78ad388bfaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1918 | 2024.09.03 23:52:10.502575 [ 3 ] {c0bc03ab-30b1-437a-81e1-db83ea8aec9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
1919 | 2024.09.03 23:52:10.502619 [ 3 ] {c0bc03ab-30b1-437a-81e1-db83ea8aec9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1920 | 2024.09.03 23:52:10.502755 [ 3 ] {c0bc03ab-30b1-437a-81e1-db83ea8aec9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1921 | 2024.09.03 23:52:10.503041 [ 3 ] {c0bc03ab-30b1-437a-81e1-db83ea8aec9d} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1922 | 2024.09.03 23:52:10.503081 [ 3 ] {c0bc03ab-30b1-437a-81e1-db83ea8aec9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1923 | 2024.09.03 23:52:10.503435 [ 3 ] {c0bc03ab-30b1-437a-81e1-db83ea8aec9d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1924 | 2024.09.03 23:52:10.503759 [ 3 ] {c0bc03ab-30b1-437a-81e1-db83ea8aec9d} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1925 | 2024.09.03 23:52:10.503913 [ 3 ] {c0bc03ab-30b1-437a-81e1-db83ea8aec9d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00136 sec., 4411.764705882352 rows/sec., 230.50 KiB/sec. | ||
1926 | 2024.09.03 23:52:10.504092 [ 3 ] {c0bc03ab-30b1-437a-81e1-db83ea8aec9d} <Debug> DynamicQueryHandler: Done processing query | ||
1927 | 2024.09.03 23:52:10.504116 [ 3 ] {c0bc03ab-30b1-437a-81e1-db83ea8aec9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1928 | 2024.09.03 23:52:10.504132 [ 3 ] {} <Debug> HTTP-Session: aa0a20aa-4ce5-4c7b-9463-e78ad388bfaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1929 | 2024.09.03 23:52:10.504343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 33135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1930 | 2024.09.03 23:52:10.504393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1931 | 2024.09.03 23:52:10.504411 [ 3 ] {} <Debug> HTTP-Session: 12fc7ac3-9175-4c29-830f-1b39aef5b47b Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1932 | 2024.09.03 23:52:10.504428 [ 3 ] {} <Debug> HTTP-Session: 12fc7ac3-9175-4c29-830f-1b39aef5b47b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1933 | 2024.09.03 23:52:10.504442 [ 3 ] {} <Debug> HTTP-Session: 12fc7ac3-9175-4c29-830f-1b39aef5b47b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1934 | 2024.09.03 23:52:10.504473 [ 3 ] {} <Trace> HTTP-Session: 12fc7ac3-9175-4c29-830f-1b39aef5b47b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1935 | 2024.09.03 23:52:10.504643 [ 3 ] {48818494-2bd7-4dc0-b944-592a7b9c4ffc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1936 | 2024.09.03 23:52:10.504690 [ 3 ] {48818494-2bd7-4dc0-b944-592a7b9c4ffc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1937 | 2024.09.03 23:52:10.504835 [ 3 ] {48818494-2bd7-4dc0-b944-592a7b9c4ffc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1938 | 2024.09.03 23:52:10.505217 [ 3 ] {48818494-2bd7-4dc0-b944-592a7b9c4ffc} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1939 | 2024.09.03 23:52:10.505252 [ 3 ] {48818494-2bd7-4dc0-b944-592a7b9c4ffc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1940 | 2024.09.03 23:52:10.505623 [ 3 ] {48818494-2bd7-4dc0-b944-592a7b9c4ffc} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1941 | 2024.09.03 23:52:10.505969 [ 3 ] {48818494-2bd7-4dc0-b944-592a7b9c4ffc} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1942 | 2024.09.03 23:52:10.506134 [ 3 ] {48818494-2bd7-4dc0-b944-592a7b9c4ffc} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001572 sec., 112595.41984732824 rows/sec., 7.43 MiB/sec. | ||
1943 | 2024.09.03 23:52:10.506327 [ 3 ] {48818494-2bd7-4dc0-b944-592a7b9c4ffc} <Debug> DynamicQueryHandler: Done processing query | ||
1944 | 2024.09.03 23:52:10.506351 [ 3 ] {48818494-2bd7-4dc0-b944-592a7b9c4ffc} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1945 | 2024.09.03 23:52:10.506367 [ 3 ] {} <Debug> HTTP-Session: 12fc7ac3-9175-4c29-830f-1b39aef5b47b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1946 | 2024.09.03 23:52:10.506487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1947 | 2024.09.03 23:52:10.506534 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1948 | 2024.09.03 23:52:10.506553 [ 3 ] {} <Debug> HTTP-Session: 2f13b675-8fe5-4570-b1fe-29c10ae575da Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1949 | 2024.09.03 23:52:10.506570 [ 3 ] {} <Debug> HTTP-Session: 2f13b675-8fe5-4570-b1fe-29c10ae575da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1950 | 2024.09.03 23:52:10.506584 [ 3 ] {} <Debug> HTTP-Session: 2f13b675-8fe5-4570-b1fe-29c10ae575da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1951 | 2024.09.03 23:52:10.506614 [ 3 ] {} <Trace> HTTP-Session: 2f13b675-8fe5-4570-b1fe-29c10ae575da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1952 | 2024.09.03 23:52:10.506706 [ 3 ] {ac4d77a5-5522-48a8-89f0-a90c8927c2ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
1953 | 2024.09.03 23:52:10.506750 [ 3 ] {ac4d77a5-5522-48a8-89f0-a90c8927c2ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1954 | 2024.09.03 23:52:10.506878 [ 3 ] {ac4d77a5-5522-48a8-89f0-a90c8927c2ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1955 | 2024.09.03 23:52:10.507133 [ 3 ] {ac4d77a5-5522-48a8-89f0-a90c8927c2ef} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1956 | 2024.09.03 23:52:10.507168 [ 3 ] {ac4d77a5-5522-48a8-89f0-a90c8927c2ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1957 | 2024.09.03 23:52:10.507512 [ 3 ] {ac4d77a5-5522-48a8-89f0-a90c8927c2ef} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1958 | 2024.09.03 23:52:10.507837 [ 3 ] {ac4d77a5-5522-48a8-89f0-a90c8927c2ef} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1959 | 2024.09.03 23:52:10.507995 [ 3 ] {ac4d77a5-5522-48a8-89f0-a90c8927c2ef} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001306 sec., 765.6967840735068 rows/sec., 51.59 KiB/sec. | ||
1960 | 2024.09.03 23:52:10.508273 [ 3 ] {ac4d77a5-5522-48a8-89f0-a90c8927c2ef} <Debug> DynamicQueryHandler: Done processing query | ||
1961 | 2024.09.03 23:52:10.508298 [ 3 ] {ac4d77a5-5522-48a8-89f0-a90c8927c2ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
1962 | 2024.09.03 23:52:10.508315 [ 3 ] {} <Debug> HTTP-Session: 2f13b675-8fe5-4570-b1fe-29c10ae575da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1963 | 2024.09.03 23:52:10.508440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 7638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1964 | 2024.09.03 23:52:10.508488 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1965 | 2024.09.03 23:52:10.508506 [ 3 ] {} <Debug> HTTP-Session: 05ded60e-aaa1-4707-8c51-0a18d1a67f63 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1966 | 2024.09.03 23:52:10.508525 [ 3 ] {} <Debug> HTTP-Session: 05ded60e-aaa1-4707-8c51-0a18d1a67f63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1967 | 2024.09.03 23:52:10.508541 [ 3 ] {} <Debug> HTTP-Session: 05ded60e-aaa1-4707-8c51-0a18d1a67f63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1968 | 2024.09.03 23:52:10.508572 [ 3 ] {} <Trace> HTTP-Session: 05ded60e-aaa1-4707-8c51-0a18d1a67f63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1969 | 2024.09.03 23:52:10.508681 [ 3 ] {02d57774-dbc4-420b-9566-fef0f1875849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1970 | 2024.09.03 23:52:10.508725 [ 3 ] {02d57774-dbc4-420b-9566-fef0f1875849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1971 | 2024.09.03 23:52:10.508869 [ 3 ] {02d57774-dbc4-420b-9566-fef0f1875849} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1972 | 2024.09.03 23:52:10.509178 [ 3 ] {02d57774-dbc4-420b-9566-fef0f1875849} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1973 | 2024.09.03 23:52:10.509216 [ 3 ] {02d57774-dbc4-420b-9566-fef0f1875849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1974 | 2024.09.03 23:52:10.509588 [ 3 ] {02d57774-dbc4-420b-9566-fef0f1875849} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1975 | 2024.09.03 23:52:10.509935 [ 3 ] {02d57774-dbc4-420b-9566-fef0f1875849} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1976 | 2024.09.03 23:52:10.510120 [ 3 ] {02d57774-dbc4-420b-9566-fef0f1875849} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001461 sec., 35592.06023271732 rows/sec., 2.20 MiB/sec. | ||
1977 | 2024.09.03 23:52:10.510323 [ 3 ] {02d57774-dbc4-420b-9566-fef0f1875849} <Debug> DynamicQueryHandler: Done processing query | ||
1978 | 2024.09.03 23:52:10.510358 [ 3 ] {02d57774-dbc4-420b-9566-fef0f1875849} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1979 | 2024.09.03 23:52:10.510398 [ 3 ] {} <Debug> HTTP-Session: 05ded60e-aaa1-4707-8c51-0a18d1a67f63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1980 | 2024.09.03 23:52:15.487821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 13286, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1981 | 2024.09.03 23:52:15.487985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1982 | 2024.09.03 23:52:15.488026 [ 3 ] {} <Debug> HTTP-Session: 1b4245ec-6e39-44a8-9946-7de13dd4d58a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
1983 | 2024.09.03 23:52:15.488060 [ 3 ] {} <Debug> HTTP-Session: 1b4245ec-6e39-44a8-9946-7de13dd4d58a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1984 | 2024.09.03 23:52:15.488085 [ 3 ] {} <Debug> HTTP-Session: 1b4245ec-6e39-44a8-9946-7de13dd4d58a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1985 | 2024.09.03 23:52:15.488157 [ 3 ] {} <Trace> HTTP-Session: 1b4245ec-6e39-44a8-9946-7de13dd4d58a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1986 | 2024.09.03 23:52:15.488386 [ 3 ] {b6540003-1c7e-4500-a74e-918fe0e21495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1987 | 2024.09.03 23:52:15.488455 [ 3 ] {b6540003-1c7e-4500-a74e-918fe0e21495} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1988 | 2024.09.03 23:52:15.488794 [ 3 ] {b6540003-1c7e-4500-a74e-918fe0e21495} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1989 | 2024.09.03 23:52:15.489324 [ 3 ] {b6540003-1c7e-4500-a74e-918fe0e21495} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1990 | 2024.09.03 23:52:15.489375 [ 3 ] {b6540003-1c7e-4500-a74e-918fe0e21495} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1991 | 2024.09.03 23:52:15.489827 [ 3 ] {b6540003-1c7e-4500-a74e-918fe0e21495} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1992 | 2024.09.03 23:52:15.490209 [ 3 ] {b6540003-1c7e-4500-a74e-918fe0e21495} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1993 | 2024.09.03 23:52:15.490371 [ 3 ] {b6540003-1c7e-4500-a74e-918fe0e21495} <Debug> executeQuery: Read 88 rows, 7.91 KiB in 0.002059 sec., 42739.193783389994 rows/sec., 3.75 MiB/sec. | ||
1994 | 2024.09.03 23:52:15.490399 [ 12 ] {} <Debug> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1995 | 2024.09.03 23:52:15.490519 [ 12 ] {} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1996 | 2024.09.03 23:52:15.490571 [ 12 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
1997 | 2024.09.03 23:52:15.490727 [ 3 ] {b6540003-1c7e-4500-a74e-918fe0e21495} <Debug> DynamicQueryHandler: Done processing query | ||
1998 | 2024.09.03 23:52:15.490814 [ 3 ] {b6540003-1c7e-4500-a74e-918fe0e21495} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1999 | 2024.09.03 23:52:15.490891 [ 3 ] {} <Debug> HTTP-Session: 1b4245ec-6e39-44a8-9946-7de13dd4d58a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2000 | 2024.09.03 23:52:15.491107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 4494, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2001 | 2024.09.03 23:52:15.491167 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2002 | 2024.09.03 23:52:15.491187 [ 3 ] {} <Debug> HTTP-Session: 5d2eb78e-64d4-4134-a7a3-993e65f0a03d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2003 | 2024.09.03 23:52:15.491205 [ 3 ] {} <Debug> HTTP-Session: 5d2eb78e-64d4-4134-a7a3-993e65f0a03d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2004 | 2024.09.03 23:52:15.491219 [ 3 ] {} <Debug> HTTP-Session: 5d2eb78e-64d4-4134-a7a3-993e65f0a03d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2005 | 2024.09.03 23:52:15.491257 [ 3 ] {} <Trace> HTTP-Session: 5d2eb78e-64d4-4134-a7a3-993e65f0a03d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2006 | 2024.09.03 23:52:15.491388 [ 3 ] {4300f874-7da3-4727-8306-59d11ceffa84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2007 | 2024.09.03 23:52:15.491440 [ 3 ] {4300f874-7da3-4727-8306-59d11ceffa84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2008 | 2024.09.03 23:52:15.491695 [ 3 ] {4300f874-7da3-4727-8306-59d11ceffa84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2009 | 2024.09.03 23:52:15.492061 [ 3 ] {4300f874-7da3-4727-8306-59d11ceffa84} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2010 | 2024.09.03 23:52:15.492099 [ 3 ] {4300f874-7da3-4727-8306-59d11ceffa84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2011 | 2024.09.03 23:52:15.492460 [ 3 ] {4300f874-7da3-4727-8306-59d11ceffa84} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2012 | 2024.09.03 23:52:15.492845 [ 3 ] {4300f874-7da3-4727-8306-59d11ceffa84} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2013 | 2024.09.03 23:52:15.493012 [ 3 ] {4300f874-7da3-4727-8306-59d11ceffa84} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001664 sec., 18629.807692307695 rows/sec., 1.37 MiB/sec. | ||
2014 | 2024.09.03 23:52:15.493310 [ 3 ] {4300f874-7da3-4727-8306-59d11ceffa84} <Debug> DynamicQueryHandler: Done processing query | ||
2015 | 2024.09.03 23:52:15.493335 [ 3 ] {4300f874-7da3-4727-8306-59d11ceffa84} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2016 | 2024.09.03 23:52:15.493352 [ 3 ] {} <Debug> HTTP-Session: 5d2eb78e-64d4-4134-a7a3-993e65f0a03d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2017 | 2024.09.03 23:52:15.493489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 10035, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2018 | 2024.09.03 23:52:15.493541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2019 | 2024.09.03 23:52:15.493560 [ 3 ] {} <Debug> HTTP-Session: 3e166380-5386-4171-865e-2c0079bb8f7b Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2020 | 2024.09.03 23:52:15.493578 [ 3 ] {} <Debug> HTTP-Session: 3e166380-5386-4171-865e-2c0079bb8f7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2021 | 2024.09.03 23:52:15.493592 [ 3 ] {} <Debug> HTTP-Session: 3e166380-5386-4171-865e-2c0079bb8f7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2022 | 2024.09.03 23:52:15.493626 [ 3 ] {} <Trace> HTTP-Session: 3e166380-5386-4171-865e-2c0079bb8f7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2023 | 2024.09.03 23:52:15.493745 [ 3 ] {990dbdc9-d6fe-4c19-95bc-6e1daba67a7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2024 | 2024.09.03 23:52:15.493790 [ 3 ] {990dbdc9-d6fe-4c19-95bc-6e1daba67a7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2025 | 2024.09.03 23:52:15.494048 [ 3 ] {990dbdc9-d6fe-4c19-95bc-6e1daba67a7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2026 | 2024.09.03 23:52:15.494397 [ 3 ] {990dbdc9-d6fe-4c19-95bc-6e1daba67a7e} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2027 | 2024.09.03 23:52:15.494434 [ 3 ] {990dbdc9-d6fe-4c19-95bc-6e1daba67a7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2028 | 2024.09.03 23:52:15.494734 [ 203 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::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 | ||
2029 | 2024.09.03 23:52:15.494872 [ 3 ] {990dbdc9-d6fe-4c19-95bc-6e1daba67a7e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2030 | 2024.09.03 23:52:15.495080 [ 203 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2031 | 2024.09.03 23:52:15.495260 [ 203 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::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 | ||
2032 | 2024.09.03 23:52:15.495542 [ 203 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 88 rows starting from the beginning of the part | ||
2033 | 2024.09.03 23:52:15.495937 [ 203 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 159 rows starting from the beginning of the part | ||
2034 | 2024.09.03 23:52:15.496123 [ 3 ] {990dbdc9-d6fe-4c19-95bc-6e1daba67a7e} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2035 | 2024.09.03 23:52:15.496306 [ 203 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 88 rows starting from the beginning of the part | ||
2036 | 2024.09.03 23:52:15.496712 [ 203 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 159 rows starting from the beginning of the part | ||
2037 | 2024.09.03 23:52:15.496851 [ 3 ] {990dbdc9-d6fe-4c19-95bc-6e1daba67a7e} <Debug> executeQuery: Read 59 rows, 4.72 KiB in 0.003117 sec., 18928.45684953481 rows/sec., 1.48 MiB/sec. | ||
2038 | 2024.09.03 23:52:15.497087 [ 203 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 88 rows starting from the beginning of the part | ||
2039 | 2024.09.03 23:52:15.497090 [ 12 ] {} <Debug> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2040 | 2024.09.03 23:52:15.497305 [ 12 ] {} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2041 | 2024.09.03 23:52:15.497430 [ 12 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2042 | 2024.09.03 23:52:15.497962 [ 189 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::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 | ||
2043 | 2024.09.03 23:52:15.498421 [ 189 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2044 | 2024.09.03 23:52:15.498366 [ 3 ] {990dbdc9-d6fe-4c19-95bc-6e1daba67a7e} <Debug> DynamicQueryHandler: Done processing query | ||
2045 | 2024.09.03 23:52:15.498538 [ 189 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part | ||
2046 | 2024.09.03 23:52:15.498554 [ 3 ] {990dbdc9-d6fe-4c19-95bc-6e1daba67a7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2047 | 2024.09.03 23:52:15.498666 [ 3 ] {} <Debug> HTTP-Session: 3e166380-5386-4171-865e-2c0079bb8f7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2048 | 2024.09.03 23:52:15.498871 [ 189 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 75 rows starting from the beginning of the part | ||
2049 | 2024.09.03 23:52:15.499356 [ 189 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 346 rows starting from the beginning of the part | ||
2050 | 2024.09.03 23:52:15.499397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 19127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2051 | 2024.09.03 23:52:15.499849 [ 189 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 59 rows starting from the beginning of the part | ||
2052 | 2024.09.03 23:52:15.499871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2053 | 2024.09.03 23:52:15.500144 [ 3 ] {} <Debug> HTTP-Session: 0c174819-9333-47a1-aa8f-97c4ed85efea Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2054 | 2024.09.03 23:52:15.500281 [ 189 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 346 rows starting from the beginning of the part | ||
2055 | 2024.09.03 23:52:15.500315 [ 3 ] {} <Debug> HTTP-Session: 0c174819-9333-47a1-aa8f-97c4ed85efea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2056 | 2024.09.03 23:52:15.500469 [ 3 ] {} <Debug> HTTP-Session: 0c174819-9333-47a1-aa8f-97c4ed85efea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2057 | 2024.09.03 23:52:15.500777 [ 189 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 59 rows starting from the beginning of the part | ||
2058 | 2024.09.03 23:52:15.500992 [ 3 ] {} <Trace> HTTP-Session: 0c174819-9333-47a1-aa8f-97c4ed85efea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2059 | 2024.09.03 23:52:15.502072 [ 3 ] {8259458f-4b5a-4e24-b114-c94e7d9203b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2060 | 2024.09.03 23:52:15.502315 [ 3 ] {8259458f-4b5a-4e24-b114-c94e7d9203b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2061 | 2024.09.03 23:52:15.503087 [ 203 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 608 rows, containing 5 columns (5 merged, 0 gathered) in 0.012394337 sec., 49054.6610117185 rows/sec., 4.50 MiB/sec. | ||
2062 | 2024.09.03 23:52:15.503461 [ 203 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2063 | 2024.09.03 23:52:15.504672 [ 3 ] {8259458f-4b5a-4e24-b114-c94e7d9203b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2064 | 2024.09.03 23:52:15.505339 [ 203 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_6_1} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2065 | 2024.09.03 23:52:15.505629 [ 203 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_6_1} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2066 | 2024.09.03 23:52:15.505924 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
2067 | 2024.09.03 23:52:15.506488 [ 3 ] {8259458f-4b5a-4e24-b114-c94e7d9203b9} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2068 | 2024.09.03 23:52:15.506510 [ 203 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 913 rows, containing 5 columns (5 merged, 0 gathered) in 0.008892642 sec., 102669.15051792258 rows/sec., 7.78 MiB/sec. | ||
2069 | 2024.09.03 23:52:15.506556 [ 3 ] {8259458f-4b5a-4e24-b114-c94e7d9203b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2070 | 2024.09.03 23:52:15.506732 [ 203 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2071 | 2024.09.03 23:52:15.507657 [ 3 ] {8259458f-4b5a-4e24-b114-c94e7d9203b9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2072 | 2024.09.03 23:52:15.507849 [ 203 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_6_1} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2073 | 2024.09.03 23:52:15.508188 [ 203 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_6_1} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2074 | 2024.09.03 23:52:15.508352 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
2075 | 2024.09.03 23:52:15.508491 [ 3 ] {8259458f-4b5a-4e24-b114-c94e7d9203b9} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2076 | 2024.09.03 23:52:15.508670 [ 12 ] {} <Debug> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2077 | 2024.09.03 23:52:15.508688 [ 3 ] {8259458f-4b5a-4e24-b114-c94e7d9203b9} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.007045 sec., 14194.464158977999 rows/sec., 1007.75 KiB/sec. | ||
2078 | 2024.09.03 23:52:15.508737 [ 12 ] {} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2079 | 2024.09.03 23:52:15.508817 [ 12 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2080 | 2024.09.03 23:52:15.509031 [ 193 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::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 | ||
2081 | 2024.09.03 23:52:15.509086 [ 3 ] {8259458f-4b5a-4e24-b114-c94e7d9203b9} <Debug> DynamicQueryHandler: Done processing query | ||
2082 | 2024.09.03 23:52:15.509136 [ 3 ] {8259458f-4b5a-4e24-b114-c94e7d9203b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2083 | 2024.09.03 23:52:15.509181 [ 3 ] {} <Debug> HTTP-Session: 0c174819-9333-47a1-aa8f-97c4ed85efea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2084 | 2024.09.03 23:52:15.509299 [ 193 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2085 | 2024.09.03 23:52:15.509349 [ 193 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 80 rows starting from the beginning of the part | ||
2086 | 2024.09.03 23:52:15.509425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 51782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2087 | 2024.09.03 23:52:15.509549 [ 193 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part | ||
2088 | 2024.09.03 23:52:15.509595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2089 | 2024.09.03 23:52:15.509679 [ 3 ] {} <Debug> HTTP-Session: 9a0531ee-899f-40fe-8446-f53d3a744d69 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2090 | 2024.09.03 23:52:15.509790 [ 3 ] {} <Debug> HTTP-Session: 9a0531ee-899f-40fe-8446-f53d3a744d69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2091 | 2024.09.03 23:52:15.509844 [ 193 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 177 rows starting from the beginning of the part | ||
2092 | 2024.09.03 23:52:15.509871 [ 3 ] {} <Debug> HTTP-Session: 9a0531ee-899f-40fe-8446-f53d3a744d69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2093 | 2024.09.03 23:52:15.510067 [ 3 ] {} <Trace> HTTP-Session: 9a0531ee-899f-40fe-8446-f53d3a744d69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2094 | 2024.09.03 23:52:15.510211 [ 193 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 100 rows starting from the beginning of the part | ||
2095 | 2024.09.03 23:52:15.510508 [ 193 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 177 rows starting from the beginning of the part | ||
2096 | 2024.09.03 23:52:15.510655 [ 193 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 100 rows starting from the beginning of the part | ||
2097 | 2024.09.03 23:52:15.511033 [ 3 ] {55a7c1b7-2eb0-4b91-ba90-22bb202b7df2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
2098 | 2024.09.03 23:52:15.511123 [ 3 ] {55a7c1b7-2eb0-4b91-ba90-22bb202b7df2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2099 | 2024.09.03 23:52:15.511582 [ 3 ] {55a7c1b7-2eb0-4b91-ba90-22bb202b7df2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2100 | 2024.09.03 23:52:15.512255 [ 3 ] {55a7c1b7-2eb0-4b91-ba90-22bb202b7df2} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2101 | 2024.09.03 23:52:15.512294 [ 3 ] {55a7c1b7-2eb0-4b91-ba90-22bb202b7df2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2102 | 2024.09.03 23:52:15.512975 [ 3 ] {55a7c1b7-2eb0-4b91-ba90-22bb202b7df2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2103 | 2024.09.03 23:52:15.514142 [ 3 ] {55a7c1b7-2eb0-4b91-ba90-22bb202b7df2} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2104 | 2024.09.03 23:52:15.514760 [ 3 ] {55a7c1b7-2eb0-4b91-ba90-22bb202b7df2} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.004404 sec., 7039.05540417802 rows/sec., 12.61 MiB/sec. | ||
2105 | 2024.09.03 23:52:15.515552 [ 3 ] {55a7c1b7-2eb0-4b91-ba90-22bb202b7df2} <Debug> DynamicQueryHandler: Done processing query | ||
2106 | 2024.09.03 23:52:15.515602 [ 3 ] {55a7c1b7-2eb0-4b91-ba90-22bb202b7df2} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
2107 | 2024.09.03 23:52:15.515623 [ 3 ] {} <Debug> HTTP-Session: 9a0531ee-899f-40fe-8446-f53d3a744d69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2108 | 2024.09.03 23:52:15.515857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 4612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2109 | 2024.09.03 23:52:15.516018 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2110 | 2024.09.03 23:52:15.516050 [ 3 ] {} <Debug> HTTP-Session: fc280887-15a9-4524-87f8-24ba7cf61561 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2111 | 2024.09.03 23:52:15.516079 [ 203 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 734 rows, containing 5 columns (5 merged, 0 gathered) in 0.007133354 sec., 102896.89814917359 rows/sec., 6.97 MiB/sec. | ||
2112 | 2024.09.03 23:52:15.516088 [ 3 ] {} <Debug> HTTP-Session: fc280887-15a9-4524-87f8-24ba7cf61561 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2113 | 2024.09.03 23:52:15.516136 [ 3 ] {} <Debug> HTTP-Session: fc280887-15a9-4524-87f8-24ba7cf61561 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2114 | 2024.09.03 23:52:15.516181 [ 3 ] {} <Trace> HTTP-Session: fc280887-15a9-4524-87f8-24ba7cf61561 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2115 | 2024.09.03 23:52:15.516325 [ 203 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2116 | 2024.09.03 23:52:15.516358 [ 3 ] {f2376d30-300a-418e-b3d6-a879f8064ae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2117 | 2024.09.03 23:52:15.516486 [ 3 ] {f2376d30-300a-418e-b3d6-a879f8064ae1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2118 | 2024.09.03 23:52:15.517042 [ 3 ] {f2376d30-300a-418e-b3d6-a879f8064ae1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2119 | 2024.09.03 23:52:15.517496 [ 203 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2120 | 2024.09.03 23:52:15.517732 [ 203 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2121 | 2024.09.03 23:52:15.517744 [ 3 ] {f2376d30-300a-418e-b3d6-a879f8064ae1} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2122 | 2024.09.03 23:52:15.517808 [ 3 ] {f2376d30-300a-418e-b3d6-a879f8064ae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2123 | 2024.09.03 23:52:15.517885 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
2124 | 2024.09.03 23:52:15.518272 [ 3 ] {f2376d30-300a-418e-b3d6-a879f8064ae1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2125 | 2024.09.03 23:52:15.518619 [ 3 ] {f2376d30-300a-418e-b3d6-a879f8064ae1} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2126 | 2024.09.03 23:52:15.518748 [ 6 ] {} <Debug> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2127 | 2024.09.03 23:52:15.518749 [ 3 ] {f2376d30-300a-418e-b3d6-a879f8064ae1} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.002464 sec., 12175.324675324675 rows/sec., 854.10 KiB/sec. | ||
2128 | 2024.09.03 23:52:15.518790 [ 6 ] {} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2129 | 2024.09.03 23:52:15.518829 [ 6 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2130 | 2024.09.03 23:52:15.519006 [ 193 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
2131 | 2024.09.03 23:52:15.519045 [ 3 ] {f2376d30-300a-418e-b3d6-a879f8064ae1} <Debug> DynamicQueryHandler: Done processing query | ||
2132 | 2024.09.03 23:52:15.519096 [ 3 ] {f2376d30-300a-418e-b3d6-a879f8064ae1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2133 | 2024.09.03 23:52:15.519144 [ 3 ] {} <Debug> HTTP-Session: fc280887-15a9-4524-87f8-24ba7cf61561 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2134 | 2024.09.03 23:52:15.519243 [ 193 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2135 | 2024.09.03 23:52:15.519279 [ 193 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
2136 | 2024.09.03 23:52:15.519350 [ 193 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
2137 | 2024.09.03 23:52:15.519567 [ 193 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 52 rows starting from the beginning of the part | ||
2138 | 2024.09.03 23:52:15.519651 [ 193 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part | ||
2139 | 2024.09.03 23:52:15.519871 [ 193 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 52 rows starting from the beginning of the part | ||
2140 | 2024.09.03 23:52:15.519983 [ 193 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
2141 | 2024.09.03 23:52:15.521093 [ 186 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 218 rows, containing 4 columns (4 merged, 0 gathered) in 0.002177467 sec., 100116.32782494521 rows/sec., 6.54 MiB/sec. | ||
2142 | 2024.09.03 23:52:15.521239 [ 193 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2143 | 2024.09.03 23:52:15.521617 [ 193 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_6_1} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2144 | 2024.09.03 23:52:15.521693 [ 193 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_6_1} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2145 | 2024.09.03 23:52:15.521767 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
2146 | 2024.09.03 23:52:18.277247 [ 16 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2147 | 2024.09.03 23:52:18.277311 [ 16 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2148 | 2024.09.03 23:52:20.491374 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 24171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2149 | 2024.09.03 23:52:20.491489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2150 | 2024.09.03 23:52:20.491516 [ 3 ] {} <Debug> HTTP-Session: 743cc787-b7b6-49fa-93bc-a8481150e48c Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2151 | 2024.09.03 23:52:20.491543 [ 3 ] {} <Debug> HTTP-Session: 743cc787-b7b6-49fa-93bc-a8481150e48c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2152 | 2024.09.03 23:52:20.491559 [ 3 ] {} <Debug> HTTP-Session: 743cc787-b7b6-49fa-93bc-a8481150e48c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2153 | 2024.09.03 23:52:20.491611 [ 3 ] {} <Trace> HTTP-Session: 743cc787-b7b6-49fa-93bc-a8481150e48c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2154 | 2024.09.03 23:52:20.491850 [ 3 ] {f5a5db56-0d80-4510-b4c2-00b67b1c4110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2155 | 2024.09.03 23:52:20.491920 [ 3 ] {f5a5db56-0d80-4510-b4c2-00b67b1c4110} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2156 | 2024.09.03 23:52:20.492272 [ 3 ] {f5a5db56-0d80-4510-b4c2-00b67b1c4110} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2157 | 2024.09.03 23:52:20.492801 [ 3 ] {f5a5db56-0d80-4510-b4c2-00b67b1c4110} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2158 | 2024.09.03 23:52:20.492848 [ 3 ] {f5a5db56-0d80-4510-b4c2-00b67b1c4110} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2159 | 2024.09.03 23:52:20.493284 [ 3 ] {f5a5db56-0d80-4510-b4c2-00b67b1c4110} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2160 | 2024.09.03 23:52:20.493680 [ 3 ] {f5a5db56-0d80-4510-b4c2-00b67b1c4110} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2161 | 2024.09.03 23:52:20.493848 [ 3 ] {f5a5db56-0d80-4510-b4c2-00b67b1c4110} <Debug> executeQuery: Read 159 rows, 14.50 KiB in 0.002092 sec., 76003.8240917782 rows/sec., 6.77 MiB/sec. | ||
2162 | 2024.09.03 23:52:20.494379 [ 3 ] {f5a5db56-0d80-4510-b4c2-00b67b1c4110} <Debug> DynamicQueryHandler: Done processing query | ||
2163 | 2024.09.03 23:52:20.494409 [ 3 ] {f5a5db56-0d80-4510-b4c2-00b67b1c4110} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2164 | 2024.09.03 23:52:20.494428 [ 3 ] {} <Debug> HTTP-Session: 743cc787-b7b6-49fa-93bc-a8481150e48c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2165 | 2024.09.03 23:52:20.494576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2166 | 2024.09.03 23:52:20.494631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2167 | 2024.09.03 23:52:20.494652 [ 3 ] {} <Debug> HTTP-Session: 977bab11-42b8-47ed-b0b6-8eb642d50737 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2168 | 2024.09.03 23:52:20.494671 [ 3 ] {} <Debug> HTTP-Session: 977bab11-42b8-47ed-b0b6-8eb642d50737 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2169 | 2024.09.03 23:52:20.494686 [ 3 ] {} <Debug> HTTP-Session: 977bab11-42b8-47ed-b0b6-8eb642d50737 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2170 | 2024.09.03 23:52:20.494726 [ 3 ] {} <Trace> HTTP-Session: 977bab11-42b8-47ed-b0b6-8eb642d50737 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2171 | 2024.09.03 23:52:20.494841 [ 3 ] {890c0e18-2e46-4574-a172-735ae07e8df8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
2172 | 2024.09.03 23:52:20.494891 [ 3 ] {890c0e18-2e46-4574-a172-735ae07e8df8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2173 | 2024.09.03 23:52:20.495150 [ 3 ] {890c0e18-2e46-4574-a172-735ae07e8df8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2174 | 2024.09.03 23:52:20.495498 [ 3 ] {890c0e18-2e46-4574-a172-735ae07e8df8} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2175 | 2024.09.03 23:52:20.495536 [ 3 ] {890c0e18-2e46-4574-a172-735ae07e8df8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2176 | 2024.09.03 23:52:20.495925 [ 3 ] {890c0e18-2e46-4574-a172-735ae07e8df8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2177 | 2024.09.03 23:52:20.496306 [ 3 ] {890c0e18-2e46-4574-a172-735ae07e8df8} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2178 | 2024.09.03 23:52:20.496468 [ 3 ] {890c0e18-2e46-4574-a172-735ae07e8df8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001651 sec., 8479.709267110842 rows/sec., 593.86 KiB/sec. | ||
2179 | 2024.09.03 23:52:20.496907 [ 3 ] {890c0e18-2e46-4574-a172-735ae07e8df8} <Debug> DynamicQueryHandler: Done processing query | ||
2180 | 2024.09.03 23:52:20.496934 [ 3 ] {890c0e18-2e46-4574-a172-735ae07e8df8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2181 | 2024.09.03 23:52:20.496952 [ 3 ] {} <Debug> HTTP-Session: 977bab11-42b8-47ed-b0b6-8eb642d50737 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2182 | 2024.09.03 23:52:20.497109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2183 | 2024.09.03 23:52:20.497159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2184 | 2024.09.03 23:52:20.497178 [ 3 ] {} <Debug> HTTP-Session: a15c5ea4-5895-40cd-82be-1658a3ee7fbc Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2185 | 2024.09.03 23:52:20.497196 [ 3 ] {} <Debug> HTTP-Session: a15c5ea4-5895-40cd-82be-1658a3ee7fbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2186 | 2024.09.03 23:52:20.497211 [ 3 ] {} <Debug> HTTP-Session: a15c5ea4-5895-40cd-82be-1658a3ee7fbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2187 | 2024.09.03 23:52:20.497241 [ 3 ] {} <Trace> HTTP-Session: a15c5ea4-5895-40cd-82be-1658a3ee7fbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2188 | 2024.09.03 23:52:20.497344 [ 3 ] {ebcd42bd-65d2-4c6c-9f64-07b203c815e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
2189 | 2024.09.03 23:52:20.497389 [ 3 ] {ebcd42bd-65d2-4c6c-9f64-07b203c815e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2190 | 2024.09.03 23:52:20.497640 [ 3 ] {ebcd42bd-65d2-4c6c-9f64-07b203c815e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2191 | 2024.09.03 23:52:20.498013 [ 3 ] {ebcd42bd-65d2-4c6c-9f64-07b203c815e2} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2192 | 2024.09.03 23:52:20.498051 [ 3 ] {ebcd42bd-65d2-4c6c-9f64-07b203c815e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2193 | 2024.09.03 23:52:20.498408 [ 3 ] {ebcd42bd-65d2-4c6c-9f64-07b203c815e2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2194 | 2024.09.03 23:52:20.498766 [ 3 ] {ebcd42bd-65d2-4c6c-9f64-07b203c815e2} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2195 | 2024.09.03 23:52:20.498922 [ 3 ] {ebcd42bd-65d2-4c6c-9f64-07b203c815e2} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001596 sec., 3759.3984962406016 rows/sec., 222.11 KiB/sec. | ||
2196 | 2024.09.03 23:52:20.499182 [ 3 ] {ebcd42bd-65d2-4c6c-9f64-07b203c815e2} <Debug> DynamicQueryHandler: Done processing query | ||
2197 | 2024.09.03 23:52:20.499208 [ 3 ] {ebcd42bd-65d2-4c6c-9f64-07b203c815e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2198 | 2024.09.03 23:52:20.499224 [ 3 ] {} <Debug> HTTP-Session: a15c5ea4-5895-40cd-82be-1658a3ee7fbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2199 | 2024.09.03 23:52:20.499441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 55674, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2200 | 2024.09.03 23:52:20.499488 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2201 | 2024.09.03 23:52:20.499507 [ 3 ] {} <Debug> HTTP-Session: 5073c12d-aa06-4e84-9928-bd36850adcd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2202 | 2024.09.03 23:52:20.499524 [ 3 ] {} <Debug> HTTP-Session: 5073c12d-aa06-4e84-9928-bd36850adcd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2203 | 2024.09.03 23:52:20.499538 [ 3 ] {} <Debug> HTTP-Session: 5073c12d-aa06-4e84-9928-bd36850adcd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2204 | 2024.09.03 23:52:20.499573 [ 3 ] {} <Trace> HTTP-Session: 5073c12d-aa06-4e84-9928-bd36850adcd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2205 | 2024.09.03 23:52:20.499768 [ 3 ] {12c0cc19-d6f2-4da7-81e1-0d8e12254dd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2206 | 2024.09.03 23:52:20.499814 [ 3 ] {12c0cc19-d6f2-4da7-81e1-0d8e12254dd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2207 | 2024.09.03 23:52:20.500056 [ 3 ] {12c0cc19-d6f2-4da7-81e1-0d8e12254dd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2208 | 2024.09.03 23:52:20.500577 [ 3 ] {12c0cc19-d6f2-4da7-81e1-0d8e12254dd2} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2209 | 2024.09.03 23:52:20.500616 [ 3 ] {12c0cc19-d6f2-4da7-81e1-0d8e12254dd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2210 | 2024.09.03 23:52:20.500980 [ 3 ] {12c0cc19-d6f2-4da7-81e1-0d8e12254dd2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2211 | 2024.09.03 23:52:20.501343 [ 3 ] {12c0cc19-d6f2-4da7-81e1-0d8e12254dd2} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2212 | 2024.09.03 23:52:20.501504 [ 3 ] {12c0cc19-d6f2-4da7-81e1-0d8e12254dd2} <Debug> executeQuery: Read 346 rows, 24.80 KiB in 0.001824 sec., 189692.98245614034 rows/sec., 13.28 MiB/sec. | ||
2213 | 2024.09.03 23:52:20.501777 [ 3 ] {12c0cc19-d6f2-4da7-81e1-0d8e12254dd2} <Debug> DynamicQueryHandler: Done processing query | ||
2214 | 2024.09.03 23:52:20.501801 [ 3 ] {12c0cc19-d6f2-4da7-81e1-0d8e12254dd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
2215 | 2024.09.03 23:52:20.501817 [ 3 ] {} <Debug> HTTP-Session: 5073c12d-aa06-4e84-9928-bd36850adcd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2216 | 2024.09.03 23:52:20.501967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2217 | 2024.09.03 23:52:20.502015 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2218 | 2024.09.03 23:52:20.502034 [ 3 ] {} <Debug> HTTP-Session: e6f6e83f-ae22-4bff-b9c5-61b4477f7ffd Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2219 | 2024.09.03 23:52:20.502051 [ 3 ] {} <Debug> HTTP-Session: e6f6e83f-ae22-4bff-b9c5-61b4477f7ffd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2220 | 2024.09.03 23:52:20.502065 [ 3 ] {} <Debug> HTTP-Session: e6f6e83f-ae22-4bff-b9c5-61b4477f7ffd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2221 | 2024.09.03 23:52:20.502096 [ 3 ] {} <Trace> HTTP-Session: e6f6e83f-ae22-4bff-b9c5-61b4477f7ffd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2222 | 2024.09.03 23:52:20.502191 [ 3 ] {117f9f97-5bd9-42b8-879e-2a7a166b661f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2223 | 2024.09.03 23:52:20.502235 [ 3 ] {117f9f97-5bd9-42b8-879e-2a7a166b661f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2224 | 2024.09.03 23:52:20.502385 [ 3 ] {117f9f97-5bd9-42b8-879e-2a7a166b661f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2225 | 2024.09.03 23:52:20.502659 [ 3 ] {117f9f97-5bd9-42b8-879e-2a7a166b661f} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2226 | 2024.09.03 23:52:20.502696 [ 3 ] {117f9f97-5bd9-42b8-879e-2a7a166b661f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2227 | 2024.09.03 23:52:20.503067 [ 3 ] {117f9f97-5bd9-42b8-879e-2a7a166b661f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2228 | 2024.09.03 23:52:20.503396 [ 3 ] {117f9f97-5bd9-42b8-879e-2a7a166b661f} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2229 | 2024.09.03 23:52:20.503550 [ 3 ] {117f9f97-5bd9-42b8-879e-2a7a166b661f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001374 sec., 4366.812227074236 rows/sec., 228.15 KiB/sec. | ||
2230 | 2024.09.03 23:52:20.503928 [ 3 ] {117f9f97-5bd9-42b8-879e-2a7a166b661f} <Debug> DynamicQueryHandler: Done processing query | ||
2231 | 2024.09.03 23:52:20.503954 [ 3 ] {117f9f97-5bd9-42b8-879e-2a7a166b661f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2232 | 2024.09.03 23:52:20.503970 [ 3 ] {} <Debug> HTTP-Session: e6f6e83f-ae22-4bff-b9c5-61b4477f7ffd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2233 | 2024.09.03 23:52:20.504139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 33135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2234 | 2024.09.03 23:52:20.504190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2235 | 2024.09.03 23:52:20.504210 [ 3 ] {} <Debug> HTTP-Session: 8bbc0597-b785-4023-b7c9-f8666557b24d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2236 | 2024.09.03 23:52:20.504226 [ 3 ] {} <Debug> HTTP-Session: 8bbc0597-b785-4023-b7c9-f8666557b24d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2237 | 2024.09.03 23:52:20.504240 [ 3 ] {} <Debug> HTTP-Session: 8bbc0597-b785-4023-b7c9-f8666557b24d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2238 | 2024.09.03 23:52:20.504271 [ 3 ] {} <Trace> HTTP-Session: 8bbc0597-b785-4023-b7c9-f8666557b24d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2239 | 2024.09.03 23:52:20.504420 [ 3 ] {4e974519-6d59-4c39-94a4-08f3bbc095d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2240 | 2024.09.03 23:52:20.504468 [ 3 ] {4e974519-6d59-4c39-94a4-08f3bbc095d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2241 | 2024.09.03 23:52:20.504636 [ 3 ] {4e974519-6d59-4c39-94a4-08f3bbc095d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2242 | 2024.09.03 23:52:20.505031 [ 3 ] {4e974519-6d59-4c39-94a4-08f3bbc095d1} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2243 | 2024.09.03 23:52:20.505068 [ 3 ] {4e974519-6d59-4c39-94a4-08f3bbc095d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2244 | 2024.09.03 23:52:20.505452 [ 3 ] {4e974519-6d59-4c39-94a4-08f3bbc095d1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2245 | 2024.09.03 23:52:20.505790 [ 3 ] {4e974519-6d59-4c39-94a4-08f3bbc095d1} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2246 | 2024.09.03 23:52:20.505948 [ 3 ] {4e974519-6d59-4c39-94a4-08f3bbc095d1} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001591 sec., 111250.78566939032 rows/sec., 7.34 MiB/sec. | ||
2247 | 2024.09.03 23:52:20.506123 [ 3 ] {4e974519-6d59-4c39-94a4-08f3bbc095d1} <Debug> DynamicQueryHandler: Done processing query | ||
2248 | 2024.09.03 23:52:20.506148 [ 3 ] {4e974519-6d59-4c39-94a4-08f3bbc095d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2249 | 2024.09.03 23:52:20.506165 [ 3 ] {} <Debug> HTTP-Session: 8bbc0597-b785-4023-b7c9-f8666557b24d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2250 | 2024.09.03 23:52:20.506296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2251 | 2024.09.03 23:52:20.506346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2252 | 2024.09.03 23:52:20.506365 [ 3 ] {} <Debug> HTTP-Session: 65d40767-8a4f-4cca-b0f5-1363a7376880 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2253 | 2024.09.03 23:52:20.506381 [ 3 ] {} <Debug> HTTP-Session: 65d40767-8a4f-4cca-b0f5-1363a7376880 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2254 | 2024.09.03 23:52:20.506395 [ 3 ] {} <Debug> HTTP-Session: 65d40767-8a4f-4cca-b0f5-1363a7376880 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2255 | 2024.09.03 23:52:20.506427 [ 3 ] {} <Trace> HTTP-Session: 65d40767-8a4f-4cca-b0f5-1363a7376880 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2256 | 2024.09.03 23:52:20.506522 [ 3 ] {acf6019a-6bf2-4eaf-a3dc-8ef382dc0648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
2257 | 2024.09.03 23:52:20.506567 [ 3 ] {acf6019a-6bf2-4eaf-a3dc-8ef382dc0648} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2258 | 2024.09.03 23:52:20.506698 [ 3 ] {acf6019a-6bf2-4eaf-a3dc-8ef382dc0648} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2259 | 2024.09.03 23:52:20.506968 [ 3 ] {acf6019a-6bf2-4eaf-a3dc-8ef382dc0648} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2260 | 2024.09.03 23:52:20.507005 [ 3 ] {acf6019a-6bf2-4eaf-a3dc-8ef382dc0648} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2261 | 2024.09.03 23:52:20.507358 [ 3 ] {acf6019a-6bf2-4eaf-a3dc-8ef382dc0648} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2262 | 2024.09.03 23:52:20.507690 [ 3 ] {acf6019a-6bf2-4eaf-a3dc-8ef382dc0648} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2263 | 2024.09.03 23:52:20.507844 [ 3 ] {acf6019a-6bf2-4eaf-a3dc-8ef382dc0648} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001335 sec., 749.063670411985 rows/sec., 50.47 KiB/sec. | ||
2264 | 2024.09.03 23:52:20.508024 [ 3 ] {acf6019a-6bf2-4eaf-a3dc-8ef382dc0648} <Debug> DynamicQueryHandler: Done processing query | ||
2265 | 2024.09.03 23:52:20.508049 [ 3 ] {acf6019a-6bf2-4eaf-a3dc-8ef382dc0648} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
2266 | 2024.09.03 23:52:20.508065 [ 3 ] {} <Debug> HTTP-Session: 65d40767-8a4f-4cca-b0f5-1363a7376880 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2267 | 2024.09.03 23:52:20.508203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 7638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2268 | 2024.09.03 23:52:20.508250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2269 | 2024.09.03 23:52:20.508269 [ 3 ] {} <Debug> HTTP-Session: bbe68a7d-c0c9-40c1-a31b-dfd9a76949ed Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2270 | 2024.09.03 23:52:20.508286 [ 3 ] {} <Debug> HTTP-Session: bbe68a7d-c0c9-40c1-a31b-dfd9a76949ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2271 | 2024.09.03 23:52:20.508300 [ 3 ] {} <Debug> HTTP-Session: bbe68a7d-c0c9-40c1-a31b-dfd9a76949ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2272 | 2024.09.03 23:52:20.508330 [ 3 ] {} <Trace> HTTP-Session: bbe68a7d-c0c9-40c1-a31b-dfd9a76949ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2273 | 2024.09.03 23:52:20.508437 [ 3 ] {bf11006d-ca23-4a83-a653-a7c28b65f1bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2274 | 2024.09.03 23:52:20.508480 [ 3 ] {bf11006d-ca23-4a83-a653-a7c28b65f1bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2275 | 2024.09.03 23:52:20.508605 [ 3 ] {bf11006d-ca23-4a83-a653-a7c28b65f1bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2276 | 2024.09.03 23:52:20.508910 [ 3 ] {bf11006d-ca23-4a83-a653-a7c28b65f1bc} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2277 | 2024.09.03 23:52:20.508947 [ 3 ] {bf11006d-ca23-4a83-a653-a7c28b65f1bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2278 | 2024.09.03 23:52:20.509300 [ 3 ] {bf11006d-ca23-4a83-a653-a7c28b65f1bc} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2279 | 2024.09.03 23:52:20.509621 [ 3 ] {bf11006d-ca23-4a83-a653-a7c28b65f1bc} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2280 | 2024.09.03 23:52:20.509778 [ 3 ] {bf11006d-ca23-4a83-a653-a7c28b65f1bc} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001365 sec., 38095.2380952381 rows/sec., 2.36 MiB/sec. | ||
2281 | 2024.09.03 23:52:20.510049 [ 3 ] {bf11006d-ca23-4a83-a653-a7c28b65f1bc} <Debug> DynamicQueryHandler: Done processing query | ||
2282 | 2024.09.03 23:52:20.510075 [ 3 ] {bf11006d-ca23-4a83-a653-a7c28b65f1bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2283 | 2024.09.03 23:52:20.510092 [ 3 ] {} <Debug> HTTP-Session: bbe68a7d-c0c9-40c1-a31b-dfd9a76949ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2284 | 2024.09.03 23:52:22.159006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1111, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2285 | 2024.09.03 23:52:22.159139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2286 | 2024.09.03 23:52:22.159169 [ 3 ] {} <Debug> HTTP-Session: b06e2fa4-2bb7-4b1b-9956-896bce06724b Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2287 | 2024.09.03 23:52:22.159198 [ 3 ] {} <Debug> HTTP-Session: b06e2fa4-2bb7-4b1b-9956-896bce06724b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2288 | 2024.09.03 23:52:22.159216 [ 3 ] {} <Debug> HTTP-Session: b06e2fa4-2bb7-4b1b-9956-896bce06724b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2289 | 2024.09.03 23:52:22.159272 [ 3 ] {} <Trace> HTTP-Session: b06e2fa4-2bb7-4b1b-9956-896bce06724b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2290 | 2024.09.03 23:52:22.159551 [ 3 ] {622d4514-2745-49e2-b859-673e6931d32d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2291 | 2024.09.03 23:52:22.159991 [ 3 ] {622d4514-2745-49e2-b859-673e6931d32d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2292 | 2024.09.03 23:52:22.160040 [ 3 ] {622d4514-2745-49e2-b859-673e6931d32d} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2293 | 2024.09.03 23:52:22.160383 [ 3 ] {622d4514-2745-49e2-b859-673e6931d32d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2294 | 2024.09.03 23:52:22.160464 [ 3 ] {622d4514-2745-49e2-b859-673e6931d32d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2295 | 2024.09.03 23:52:22.160639 [ 3 ] {622d4514-2745-49e2-b859-673e6931d32d} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
2296 | 2024.09.03 23:52:22.160823 [ 255 ] {622d4514-2745-49e2-b859-673e6931d32d} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2297 | 2024.09.03 23:52:22.160838 [ 250 ] {622d4514-2745-49e2-b859-673e6931d32d} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2298 | 2024.09.03 23:52:22.160834 [ 254 ] {622d4514-2745-49e2-b859-673e6931d32d} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2299 | 2024.09.03 23:52:22.161046 [ 3 ] {622d4514-2745-49e2-b859-673e6931d32d} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (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 | ||
2300 | 2024.09.03 23:52:22.161073 [ 3 ] {622d4514-2745-49e2-b859-673e6931d32d} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2301 | 2024.09.03 23:52:22.161186 [ 3 ] {622d4514-2745-49e2-b859-673e6931d32d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2302 | 2024.09.03 23:52:22.161210 [ 3 ] {622d4514-2745-49e2-b859-673e6931d32d} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2303 | 2024.09.03 23:52:22.161253 [ 3 ] {622d4514-2745-49e2-b859-673e6931d32d} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2304 | 2024.09.03 23:52:22.161300 [ 3 ] {622d4514-2745-49e2-b859-673e6931d32d} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2305 | 2024.09.03 23:52:22.161340 [ 3 ] {622d4514-2745-49e2-b859-673e6931d32d} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2306 | 2024.09.03 23:52:22.163314 [ 3 ] {622d4514-2745-49e2-b859-673e6931d32d} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003894 sec., 7704.160246533128 rows/sec., 293.67 KiB/sec. | ||
2307 | 2024.09.03 23:52:22.163692 [ 3 ] {622d4514-2745-49e2-b859-673e6931d32d} <Debug> DynamicQueryHandler: Done processing query | ||
2308 | 2024.09.03 23:52:22.163717 [ 3 ] {622d4514-2745-49e2-b859-673e6931d32d} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2309 | 2024.09.03 23:52:22.163735 [ 3 ] {} <Debug> HTTP-Session: b06e2fa4-2bb7-4b1b-9956-896bce06724b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2310 | 2024.09.03 23:52:22.164093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2311 | 2024.09.03 23:52:22.164147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2312 | 2024.09.03 23:52:22.164167 [ 3 ] {} <Debug> HTTP-Session: 97cbf438-fe1b-496f-9cd3-733efae38790 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2313 | 2024.09.03 23:52:22.164187 [ 3 ] {} <Debug> HTTP-Session: 97cbf438-fe1b-496f-9cd3-733efae38790 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2314 | 2024.09.03 23:52:22.164201 [ 3 ] {} <Debug> HTTP-Session: 97cbf438-fe1b-496f-9cd3-733efae38790 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2315 | 2024.09.03 23:52:22.164238 [ 3 ] {} <Trace> HTTP-Session: 97cbf438-fe1b-496f-9cd3-733efae38790 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2316 | 2024.09.03 23:52:22.164405 [ 3 ] {1902b896-0734-4476-9316-3bde447fefd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) 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', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2317 | 2024.09.03 23:52:22.164704 [ 3 ] {1902b896-0734-4476-9316-3bde447fefd8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2318 | 2024.09.03 23:52:22.164749 [ 3 ] {1902b896-0734-4476-9316-3bde447fefd8} <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', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2319 | 2024.09.03 23:52:22.165054 [ 3 ] {1902b896-0734-4476-9316-3bde447fefd8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2320 | 2024.09.03 23:52:22.165121 [ 3 ] {1902b896-0734-4476-9316-3bde447fefd8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2321 | 2024.09.03 23:52:22.165266 [ 3 ] {1902b896-0734-4476-9316-3bde447fefd8} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
2322 | 2024.09.03 23:52:22.165388 [ 258 ] {1902b896-0734-4476-9316-3bde447fefd8} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2323 | 2024.09.03 23:52:22.165402 [ 250 ] {1902b896-0734-4476-9316-3bde447fefd8} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2324 | 2024.09.03 23:52:22.165427 [ 262 ] {1902b896-0734-4476-9316-3bde447fefd8} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2325 | 2024.09.03 23:52:22.165555 [ 3 ] {1902b896-0734-4476-9316-3bde447fefd8} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (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 | ||
2326 | 2024.09.03 23:52:22.165585 [ 3 ] {1902b896-0734-4476-9316-3bde447fefd8} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2327 | 2024.09.03 23:52:22.165691 [ 3 ] {1902b896-0734-4476-9316-3bde447fefd8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2328 | 2024.09.03 23:52:22.165714 [ 3 ] {1902b896-0734-4476-9316-3bde447fefd8} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2329 | 2024.09.03 23:52:22.165754 [ 3 ] {1902b896-0734-4476-9316-3bde447fefd8} <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', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2330 | 2024.09.03 23:52:22.165796 [ 3 ] {1902b896-0734-4476-9316-3bde447fefd8} <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', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2331 | 2024.09.03 23:52:22.165835 [ 3 ] {1902b896-0734-4476-9316-3bde447fefd8} <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', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2332 | 2024.09.03 23:52:22.167508 [ 3 ] {1902b896-0734-4476-9316-3bde447fefd8} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003185 sec., 9419.152276295134 rows/sec., 359.04 KiB/sec. | ||
2333 | 2024.09.03 23:52:22.167839 [ 3 ] {1902b896-0734-4476-9316-3bde447fefd8} <Debug> DynamicQueryHandler: Done processing query | ||
2334 | 2024.09.03 23:52:22.167863 [ 3 ] {1902b896-0734-4476-9316-3bde447fefd8} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2335 | 2024.09.03 23:52:22.167881 [ 3 ] {} <Debug> HTTP-Session: 97cbf438-fe1b-496f-9cd3-733efae38790 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2336 | 2024.09.03 23:52:22.168220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2337 | 2024.09.03 23:52:22.168269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2338 | 2024.09.03 23:52:22.168288 [ 3 ] {} <Debug> HTTP-Session: a5cc6845-eaf5-4cf0-b741-078b60c9099c Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2339 | 2024.09.03 23:52:22.168306 [ 3 ] {} <Debug> HTTP-Session: a5cc6845-eaf5-4cf0-b741-078b60c9099c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2340 | 2024.09.03 23:52:22.168320 [ 3 ] {} <Debug> HTTP-Session: a5cc6845-eaf5-4cf0-b741-078b60c9099c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2341 | 2024.09.03 23:52:22.168352 [ 3 ] {} <Trace> HTTP-Session: a5cc6845-eaf5-4cf0-b741-078b60c9099c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2342 | 2024.09.03 23:52:22.168504 [ 3 ] {1cacba45-3bf5-4475-9425-d462ed08e6d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) 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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2343 | 2024.09.03 23:52:22.168792 [ 3 ] {1cacba45-3bf5-4475-9425-d462ed08e6d5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2344 | 2024.09.03 23:52:22.168837 [ 3 ] {1cacba45-3bf5-4475-9425-d462ed08e6d5} <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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2345 | 2024.09.03 23:52:22.169137 [ 3 ] {1cacba45-3bf5-4475-9425-d462ed08e6d5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2346 | 2024.09.03 23:52:22.169201 [ 3 ] {1cacba45-3bf5-4475-9425-d462ed08e6d5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2347 | 2024.09.03 23:52:22.169342 [ 3 ] {1cacba45-3bf5-4475-9425-d462ed08e6d5} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
2348 | 2024.09.03 23:52:22.169482 [ 250 ] {1cacba45-3bf5-4475-9425-d462ed08e6d5} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2349 | 2024.09.03 23:52:22.169482 [ 258 ] {1cacba45-3bf5-4475-9425-d462ed08e6d5} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2350 | 2024.09.03 23:52:22.169505 [ 260 ] {1cacba45-3bf5-4475-9425-d462ed08e6d5} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2351 | 2024.09.03 23:52:22.169635 [ 3 ] {1cacba45-3bf5-4475-9425-d462ed08e6d5} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (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 | ||
2352 | 2024.09.03 23:52:22.169664 [ 3 ] {1cacba45-3bf5-4475-9425-d462ed08e6d5} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2353 | 2024.09.03 23:52:22.169769 [ 3 ] {1cacba45-3bf5-4475-9425-d462ed08e6d5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2354 | 2024.09.03 23:52:22.169790 [ 3 ] {1cacba45-3bf5-4475-9425-d462ed08e6d5} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2355 | 2024.09.03 23:52:22.169830 [ 3 ] {1cacba45-3bf5-4475-9425-d462ed08e6d5} <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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2356 | 2024.09.03 23:52:22.169871 [ 3 ] {1cacba45-3bf5-4475-9425-d462ed08e6d5} <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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2357 | 2024.09.03 23:52:22.169908 [ 3 ] {1cacba45-3bf5-4475-9425-d462ed08e6d5} <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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2358 | 2024.09.03 23:52:22.171684 [ 3 ] {1cacba45-3bf5-4475-9425-d462ed08e6d5} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003255 sec., 9216.589861751152 rows/sec., 351.32 KiB/sec. | ||
2359 | 2024.09.03 23:52:22.172042 [ 3 ] {1cacba45-3bf5-4475-9425-d462ed08e6d5} <Debug> DynamicQueryHandler: Done processing query | ||
2360 | 2024.09.03 23:52:22.172071 [ 3 ] {1cacba45-3bf5-4475-9425-d462ed08e6d5} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2361 | 2024.09.03 23:52:22.172093 [ 3 ] {} <Debug> HTTP-Session: a5cc6845-eaf5-4cf0-b741-078b60c9099c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2362 | 2024.09.03 23:52:22.172357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2363 | 2024.09.03 23:52:22.172415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2364 | 2024.09.03 23:52:22.172437 [ 3 ] {} <Debug> HTTP-Session: e4097023-a872-4b84-b2b1-ca841bc2e515 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2365 | 2024.09.03 23:52:22.172458 [ 3 ] {} <Debug> HTTP-Session: e4097023-a872-4b84-b2b1-ca841bc2e515 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2366 | 2024.09.03 23:52:22.172475 [ 3 ] {} <Debug> HTTP-Session: e4097023-a872-4b84-b2b1-ca841bc2e515 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2367 | 2024.09.03 23:52:22.172512 [ 3 ] {} <Trace> HTTP-Session: e4097023-a872-4b84-b2b1-ca841bc2e515 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2368 | 2024.09.03 23:52:22.172692 [ 3 ] {36a55e29-7c82-4e49-ad65-b1bfccafdd7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) 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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2369 | 2024.09.03 23:52:22.173001 [ 3 ] {36a55e29-7c82-4e49-ad65-b1bfccafdd7c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2370 | 2024.09.03 23:52:22.173048 [ 3 ] {36a55e29-7c82-4e49-ad65-b1bfccafdd7c} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2371 | 2024.09.03 23:52:22.173351 [ 3 ] {36a55e29-7c82-4e49-ad65-b1bfccafdd7c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2372 | 2024.09.03 23:52:22.173415 [ 3 ] {36a55e29-7c82-4e49-ad65-b1bfccafdd7c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2373 | 2024.09.03 23:52:22.173556 [ 3 ] {36a55e29-7c82-4e49-ad65-b1bfccafdd7c} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
2374 | 2024.09.03 23:52:22.173688 [ 254 ] {36a55e29-7c82-4e49-ad65-b1bfccafdd7c} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2375 | 2024.09.03 23:52:22.173695 [ 261 ] {36a55e29-7c82-4e49-ad65-b1bfccafdd7c} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2376 | 2024.09.03 23:52:22.173702 [ 250 ] {36a55e29-7c82-4e49-ad65-b1bfccafdd7c} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2377 | 2024.09.03 23:52:22.173826 [ 3 ] {36a55e29-7c82-4e49-ad65-b1bfccafdd7c} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (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 | ||
2378 | 2024.09.03 23:52:22.173856 [ 3 ] {36a55e29-7c82-4e49-ad65-b1bfccafdd7c} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2379 | 2024.09.03 23:52:22.173961 [ 3 ] {36a55e29-7c82-4e49-ad65-b1bfccafdd7c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2380 | 2024.09.03 23:52:22.173982 [ 3 ] {36a55e29-7c82-4e49-ad65-b1bfccafdd7c} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2381 | 2024.09.03 23:52:22.174021 [ 3 ] {36a55e29-7c82-4e49-ad65-b1bfccafdd7c} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2382 | 2024.09.03 23:52:22.174063 [ 3 ] {36a55e29-7c82-4e49-ad65-b1bfccafdd7c} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2383 | 2024.09.03 23:52:22.174100 [ 3 ] {36a55e29-7c82-4e49-ad65-b1bfccafdd7c} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2384 | 2024.09.03 23:52:22.175800 [ 3 ] {36a55e29-7c82-4e49-ad65-b1bfccafdd7c} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003198 sec., 9380.863039399625 rows/sec., 357.58 KiB/sec. | ||
2385 | 2024.09.03 23:52:22.176152 [ 3 ] {36a55e29-7c82-4e49-ad65-b1bfccafdd7c} <Debug> DynamicQueryHandler: Done processing query | ||
2386 | 2024.09.03 23:52:22.176182 [ 3 ] {36a55e29-7c82-4e49-ad65-b1bfccafdd7c} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2387 | 2024.09.03 23:52:22.176203 [ 3 ] {} <Debug> HTTP-Session: e4097023-a872-4b84-b2b1-ca841bc2e515 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2388 | 2024.09.03 23:52:22.176452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1243, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2389 | 2024.09.03 23:52:22.176509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2390 | 2024.09.03 23:52:22.176533 [ 3 ] {} <Debug> HTTP-Session: 8767de3d-c1f7-49e9-91fe-caa5faf35801 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2391 | 2024.09.03 23:52:22.176553 [ 3 ] {} <Debug> HTTP-Session: 8767de3d-c1f7-49e9-91fe-caa5faf35801 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2392 | 2024.09.03 23:52:22.176570 [ 3 ] {} <Debug> HTTP-Session: 8767de3d-c1f7-49e9-91fe-caa5faf35801 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2393 | 2024.09.03 23:52:22.176608 [ 3 ] {} <Trace> HTTP-Session: 8767de3d-c1f7-49e9-91fe-caa5faf35801 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2394 | 2024.09.03 23:52:22.176788 [ 3 ] {00f9afc1-faac-4c0a-a74f-44842958e29c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) 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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2395 | 2024.09.03 23:52:22.177088 [ 3 ] {00f9afc1-faac-4c0a-a74f-44842958e29c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2396 | 2024.09.03 23:52:22.177134 [ 3 ] {00f9afc1-faac-4c0a-a74f-44842958e29c} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2397 | 2024.09.03 23:52:22.177439 [ 3 ] {00f9afc1-faac-4c0a-a74f-44842958e29c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2398 | 2024.09.03 23:52:22.177503 [ 3 ] {00f9afc1-faac-4c0a-a74f-44842958e29c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2399 | 2024.09.03 23:52:22.177643 [ 3 ] {00f9afc1-faac-4c0a-a74f-44842958e29c} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
2400 | 2024.09.03 23:52:22.177778 [ 260 ] {00f9afc1-faac-4c0a-a74f-44842958e29c} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2401 | 2024.09.03 23:52:22.177788 [ 262 ] {00f9afc1-faac-4c0a-a74f-44842958e29c} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2402 | 2024.09.03 23:52:22.177796 [ 250 ] {00f9afc1-faac-4c0a-a74f-44842958e29c} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2403 | 2024.09.03 23:52:22.177927 [ 3 ] {00f9afc1-faac-4c0a-a74f-44842958e29c} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (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 | ||
2404 | 2024.09.03 23:52:22.177957 [ 3 ] {00f9afc1-faac-4c0a-a74f-44842958e29c} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2405 | 2024.09.03 23:52:22.178061 [ 3 ] {00f9afc1-faac-4c0a-a74f-44842958e29c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2406 | 2024.09.03 23:52:22.178083 [ 3 ] {00f9afc1-faac-4c0a-a74f-44842958e29c} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2407 | 2024.09.03 23:52:22.178122 [ 3 ] {00f9afc1-faac-4c0a-a74f-44842958e29c} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2408 | 2024.09.03 23:52:22.178163 [ 3 ] {00f9afc1-faac-4c0a-a74f-44842958e29c} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2409 | 2024.09.03 23:52:22.178200 [ 3 ] {00f9afc1-faac-4c0a-a74f-44842958e29c} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2410 | 2024.09.03 23:52:22.179909 [ 3 ] {00f9afc1-faac-4c0a-a74f-44842958e29c} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003212 sec., 9339.975093399751 rows/sec., 356.03 KiB/sec. | ||
2411 | 2024.09.03 23:52:22.180283 [ 3 ] {00f9afc1-faac-4c0a-a74f-44842958e29c} <Debug> DynamicQueryHandler: Done processing query | ||
2412 | 2024.09.03 23:52:22.180312 [ 3 ] {00f9afc1-faac-4c0a-a74f-44842958e29c} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2413 | 2024.09.03 23:52:22.180333 [ 3 ] {} <Debug> HTTP-Session: 8767de3d-c1f7-49e9-91fe-caa5faf35801 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2414 | 2024.09.03 23:52:22.180599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2415 | 2024.09.03 23:52:22.180656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2416 | 2024.09.03 23:52:22.180679 [ 3 ] {} <Debug> HTTP-Session: e550f5f0-66ef-409a-9ed0-4ed4803d77f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2417 | 2024.09.03 23:52:22.180699 [ 3 ] {} <Debug> HTTP-Session: e550f5f0-66ef-409a-9ed0-4ed4803d77f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2418 | 2024.09.03 23:52:22.180716 [ 3 ] {} <Debug> HTTP-Session: e550f5f0-66ef-409a-9ed0-4ed4803d77f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2419 | 2024.09.03 23:52:22.180753 [ 3 ] {} <Trace> HTTP-Session: e550f5f0-66ef-409a-9ed0-4ed4803d77f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2420 | 2024.09.03 23:52:22.180917 [ 3 ] {6a08700a-376d-4f43-8262-2082d33a03cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2421 | 2024.09.03 23:52:22.181205 [ 3 ] {6a08700a-376d-4f43-8262-2082d33a03cc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2422 | 2024.09.03 23:52:22.181252 [ 3 ] {6a08700a-376d-4f43-8262-2082d33a03cc} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2423 | 2024.09.03 23:52:22.181561 [ 3 ] {6a08700a-376d-4f43-8262-2082d33a03cc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2424 | 2024.09.03 23:52:22.181625 [ 3 ] {6a08700a-376d-4f43-8262-2082d33a03cc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2425 | 2024.09.03 23:52:22.181763 [ 3 ] {6a08700a-376d-4f43-8262-2082d33a03cc} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
2426 | 2024.09.03 23:52:22.181872 [ 250 ] {6a08700a-376d-4f43-8262-2082d33a03cc} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2427 | 2024.09.03 23:52:22.181897 [ 258 ] {6a08700a-376d-4f43-8262-2082d33a03cc} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2428 | 2024.09.03 23:52:22.181921 [ 254 ] {6a08700a-376d-4f43-8262-2082d33a03cc} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2429 | 2024.09.03 23:52:22.182023 [ 3 ] {6a08700a-376d-4f43-8262-2082d33a03cc} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (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 | ||
2430 | 2024.09.03 23:52:22.182047 [ 3 ] {6a08700a-376d-4f43-8262-2082d33a03cc} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2431 | 2024.09.03 23:52:22.182148 [ 3 ] {6a08700a-376d-4f43-8262-2082d33a03cc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2432 | 2024.09.03 23:52:22.182168 [ 3 ] {6a08700a-376d-4f43-8262-2082d33a03cc} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2433 | 2024.09.03 23:52:22.182207 [ 3 ] {6a08700a-376d-4f43-8262-2082d33a03cc} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2434 | 2024.09.03 23:52:22.182282 [ 3 ] {6a08700a-376d-4f43-8262-2082d33a03cc} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2435 | 2024.09.03 23:52:22.182350 [ 3 ] {6a08700a-376d-4f43-8262-2082d33a03cc} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2436 | 2024.09.03 23:52:22.184038 [ 3 ] {6a08700a-376d-4f43-8262-2082d33a03cc} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003197 sec., 9383.797309978105 rows/sec., 357.70 KiB/sec. | ||
2437 | 2024.09.03 23:52:22.184358 [ 3 ] {6a08700a-376d-4f43-8262-2082d33a03cc} <Debug> DynamicQueryHandler: Done processing query | ||
2438 | 2024.09.03 23:52:22.184383 [ 3 ] {6a08700a-376d-4f43-8262-2082d33a03cc} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2439 | 2024.09.03 23:52:22.184399 [ 3 ] {} <Debug> HTTP-Session: e550f5f0-66ef-409a-9ed0-4ed4803d77f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2440 | 2024.09.03 23:52:22.283717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 2476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2441 | 2024.09.03 23:52:22.283779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2442 | 2024.09.03 23:52:22.283799 [ 3 ] {} <Debug> HTTP-Session: fa326f7d-ff97-463a-a538-500944a4728a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2443 | 2024.09.03 23:52:22.283816 [ 3 ] {} <Debug> HTTP-Session: fa326f7d-ff97-463a-a538-500944a4728a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2444 | 2024.09.03 23:52:22.283830 [ 3 ] {} <Debug> HTTP-Session: fa326f7d-ff97-463a-a538-500944a4728a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2445 | 2024.09.03 23:52:22.283883 [ 3 ] {} <Trace> HTTP-Session: fa326f7d-ff97-463a-a538-500944a4728a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2446 | 2024.09.03 23:52:22.284114 [ 3 ] {005ef490-9bfc-488f-ac34-5776500e968c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2447 | 2024.09.03 23:52:22.284205 [ 3 ] {005ef490-9bfc-488f-ac34-5776500e968c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2448 | 2024.09.03 23:52:22.284538 [ 3 ] {005ef490-9bfc-488f-ac34-5776500e968c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2449 | 2024.09.03 23:52:22.284982 [ 3 ] {005ef490-9bfc-488f-ac34-5776500e968c} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2450 | 2024.09.03 23:52:22.285024 [ 3 ] {005ef490-9bfc-488f-ac34-5776500e968c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2451 | 2024.09.03 23:52:22.285517 [ 3 ] {005ef490-9bfc-488f-ac34-5776500e968c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2452 | 2024.09.03 23:52:22.285844 [ 3 ] {005ef490-9bfc-488f-ac34-5776500e968c} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2453 | 2024.09.03 23:52:22.286011 [ 3 ] {005ef490-9bfc-488f-ac34-5776500e968c} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001979 sec., 3031.8342597271353 rows/sec., 675.06 KiB/sec. | ||
2454 | 2024.09.03 23:52:22.286373 [ 3 ] {005ef490-9bfc-488f-ac34-5776500e968c} <Debug> DynamicQueryHandler: Done processing query | ||
2455 | 2024.09.03 23:52:22.286399 [ 3 ] {005ef490-9bfc-488f-ac34-5776500e968c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2456 | 2024.09.03 23:52:22.286415 [ 3 ] {} <Debug> HTTP-Session: fa326f7d-ff97-463a-a538-500944a4728a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2457 | 2024.09.03 23:52:22.286947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 169200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2458 | 2024.09.03 23:52:22.286997 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2459 | 2024.09.03 23:52:22.287016 [ 3 ] {} <Debug> HTTP-Session: 690db086-e202-4b42-afd1-ff73f8866fcc Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2460 | 2024.09.03 23:52:22.287033 [ 3 ] {} <Debug> HTTP-Session: 690db086-e202-4b42-afd1-ff73f8866fcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2461 | 2024.09.03 23:52:22.287046 [ 3 ] {} <Debug> HTTP-Session: 690db086-e202-4b42-afd1-ff73f8866fcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2462 | 2024.09.03 23:52:22.287077 [ 3 ] {} <Trace> HTTP-Session: 690db086-e202-4b42-afd1-ff73f8866fcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2463 | 2024.09.03 23:52:22.287569 [ 3 ] {ef7a668c-8de8-4069-b82d-8dfbd4effd5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2464 | 2024.09.03 23:52:22.287616 [ 3 ] {ef7a668c-8de8-4069-b82d-8dfbd4effd5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2465 | 2024.09.03 23:52:22.287873 [ 3 ] {ef7a668c-8de8-4069-b82d-8dfbd4effd5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2466 | 2024.09.03 23:52:22.289165 [ 3 ] {ef7a668c-8de8-4069-b82d-8dfbd4effd5c} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2467 | 2024.09.03 23:52:22.289202 [ 3 ] {ef7a668c-8de8-4069-b82d-8dfbd4effd5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2468 | 2024.09.03 23:52:22.289663 [ 3 ] {ef7a668c-8de8-4069-b82d-8dfbd4effd5c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2469 | 2024.09.03 23:52:22.290023 [ 3 ] {ef7a668c-8de8-4069-b82d-8dfbd4effd5c} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2470 | 2024.09.03 23:52:22.290184 [ 3 ] {ef7a668c-8de8-4069-b82d-8dfbd4effd5c} <Debug> executeQuery: Read 1166 rows, 98.57 KiB in 0.002987 sec., 390358.21894877806 rows/sec., 32.23 MiB/sec. | ||
2471 | 2024.09.03 23:52:22.290364 [ 3 ] {ef7a668c-8de8-4069-b82d-8dfbd4effd5c} <Debug> DynamicQueryHandler: Done processing query | ||
2472 | 2024.09.03 23:52:22.290389 [ 3 ] {ef7a668c-8de8-4069-b82d-8dfbd4effd5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
2473 | 2024.09.03 23:52:22.290404 [ 3 ] {} <Debug> HTTP-Session: 690db086-e202-4b42-afd1-ff73f8866fcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2474 | 2024.09.03 23:52:22.290729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2475 | 2024.09.03 23:52:22.290778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2476 | 2024.09.03 23:52:22.290797 [ 3 ] {} <Debug> HTTP-Session: fc7c5c02-e1a6-4c58-9354-aa214c50f5a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2477 | 2024.09.03 23:52:22.290813 [ 3 ] {} <Debug> HTTP-Session: fc7c5c02-e1a6-4c58-9354-aa214c50f5a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2478 | 2024.09.03 23:52:22.290826 [ 3 ] {} <Debug> HTTP-Session: fc7c5c02-e1a6-4c58-9354-aa214c50f5a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2479 | 2024.09.03 23:52:22.290858 [ 3 ] {} <Trace> HTTP-Session: fc7c5c02-e1a6-4c58-9354-aa214c50f5a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2480 | 2024.09.03 23:52:22.291087 [ 3 ] {f9c46a65-1f3c-4bcb-be89-90f87d17cdf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
2481 | 2024.09.03 23:52:22.291130 [ 3 ] {f9c46a65-1f3c-4bcb-be89-90f87d17cdf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2482 | 2024.09.03 23:52:22.291354 [ 3 ] {f9c46a65-1f3c-4bcb-be89-90f87d17cdf3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2483 | 2024.09.03 23:52:22.291921 [ 3 ] {f9c46a65-1f3c-4bcb-be89-90f87d17cdf3} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2484 | 2024.09.03 23:52:22.291958 [ 3 ] {f9c46a65-1f3c-4bcb-be89-90f87d17cdf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2485 | 2024.09.03 23:52:22.292311 [ 3 ] {f9c46a65-1f3c-4bcb-be89-90f87d17cdf3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2486 | 2024.09.03 23:52:22.292655 [ 3 ] {f9c46a65-1f3c-4bcb-be89-90f87d17cdf3} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2487 | 2024.09.03 23:52:22.292813 [ 3 ] {f9c46a65-1f3c-4bcb-be89-90f87d17cdf3} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001873 sec., 121729.84516817938 rows/sec., 8.24 MiB/sec. | ||
2488 | 2024.09.03 23:52:22.292992 [ 3 ] {f9c46a65-1f3c-4bcb-be89-90f87d17cdf3} <Debug> DynamicQueryHandler: Done processing query | ||
2489 | 2024.09.03 23:52:22.293016 [ 3 ] {f9c46a65-1f3c-4bcb-be89-90f87d17cdf3} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2490 | 2024.09.03 23:52:22.293032 [ 3 ] {} <Debug> HTTP-Session: fc7c5c02-e1a6-4c58-9354-aa214c50f5a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2491 | 2024.09.03 23:52:22.293282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 79800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2492 | 2024.09.03 23:52:22.293331 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2493 | 2024.09.03 23:52:22.293350 [ 3 ] {} <Debug> HTTP-Session: 82ee1e6d-f91f-4d73-95aa-a65665dc481a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2494 | 2024.09.03 23:52:22.293367 [ 3 ] {} <Debug> HTTP-Session: 82ee1e6d-f91f-4d73-95aa-a65665dc481a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2495 | 2024.09.03 23:52:22.293380 [ 3 ] {} <Debug> HTTP-Session: 82ee1e6d-f91f-4d73-95aa-a65665dc481a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2496 | 2024.09.03 23:52:22.293411 [ 3 ] {} <Trace> HTTP-Session: 82ee1e6d-f91f-4d73-95aa-a65665dc481a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2497 | 2024.09.03 23:52:22.293673 [ 3 ] {d872a828-1262-4dcb-8893-bfe1f5ca3431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2498 | 2024.09.03 23:52:22.293716 [ 3 ] {d872a828-1262-4dcb-8893-bfe1f5ca3431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2499 | 2024.09.03 23:52:22.293941 [ 3 ] {d872a828-1262-4dcb-8893-bfe1f5ca3431} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2500 | 2024.09.03 23:52:22.294537 [ 3 ] {d872a828-1262-4dcb-8893-bfe1f5ca3431} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2501 | 2024.09.03 23:52:22.294573 [ 3 ] {d872a828-1262-4dcb-8893-bfe1f5ca3431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2502 | 2024.09.03 23:52:22.294936 [ 3 ] {d872a828-1262-4dcb-8893-bfe1f5ca3431} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2503 | 2024.09.03 23:52:22.295299 [ 3 ] {d872a828-1262-4dcb-8893-bfe1f5ca3431} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2504 | 2024.09.03 23:52:22.295458 [ 3 ] {d872a828-1262-4dcb-8893-bfe1f5ca3431} <Debug> executeQuery: Read 484 rows, 36.53 KiB in 0.001936 sec., 250000 rows/sec., 18.42 MiB/sec. | ||
2505 | 2024.09.03 23:52:22.295630 [ 3 ] {d872a828-1262-4dcb-8893-bfe1f5ca3431} <Debug> DynamicQueryHandler: Done processing query | ||
2506 | 2024.09.03 23:52:22.295655 [ 3 ] {d872a828-1262-4dcb-8893-bfe1f5ca3431} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB. | ||
2507 | 2024.09.03 23:52:22.295671 [ 3 ] {} <Debug> HTTP-Session: 82ee1e6d-f91f-4d73-95aa-a65665dc481a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2508 | 2024.09.03 23:52:22.296349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 480888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2509 | 2024.09.03 23:52:22.296398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2510 | 2024.09.03 23:52:22.296417 [ 3 ] {} <Debug> HTTP-Session: 69eb42ac-40a7-4aab-9d72-0dc331a20a1f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2511 | 2024.09.03 23:52:22.296434 [ 3 ] {} <Debug> HTTP-Session: 69eb42ac-40a7-4aab-9d72-0dc331a20a1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2512 | 2024.09.03 23:52:22.296447 [ 3 ] {} <Debug> HTTP-Session: 69eb42ac-40a7-4aab-9d72-0dc331a20a1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2513 | 2024.09.03 23:52:22.296478 [ 3 ] {} <Trace> HTTP-Session: 69eb42ac-40a7-4aab-9d72-0dc331a20a1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2514 | 2024.09.03 23:52:22.297614 [ 3 ] {b0f750fa-f281-4c2e-8077-522b177a72f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2515 | 2024.09.03 23:52:22.297664 [ 3 ] {b0f750fa-f281-4c2e-8077-522b177a72f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2516 | 2024.09.03 23:52:22.297805 [ 3 ] {b0f750fa-f281-4c2e-8077-522b177a72f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2517 | 2024.09.03 23:52:22.299907 [ 3 ] {b0f750fa-f281-4c2e-8077-522b177a72f4} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2518 | 2024.09.03 23:52:22.299941 [ 3 ] {b0f750fa-f281-4c2e-8077-522b177a72f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2519 | 2024.09.03 23:52:22.300524 [ 3 ] {b0f750fa-f281-4c2e-8077-522b177a72f4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2520 | 2024.09.03 23:52:22.300864 [ 3 ] {b0f750fa-f281-4c2e-8077-522b177a72f4} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2521 | 2024.09.03 23:52:22.301029 [ 3 ] {b0f750fa-f281-4c2e-8077-522b177a72f4} <Debug> executeQuery: Read 2542 rows, 173.88 KiB in 0.004204 sec., 604662.226450999 rows/sec., 40.39 MiB/sec. | ||
2522 | 2024.09.03 23:52:22.301212 [ 3 ] {b0f750fa-f281-4c2e-8077-522b177a72f4} <Debug> DynamicQueryHandler: Done processing query | ||
2523 | 2024.09.03 23:52:22.301236 [ 3 ] {b0f750fa-f281-4c2e-8077-522b177a72f4} <Debug> MemoryTracker: Peak memory usage (for query): 5.50 MiB. | ||
2524 | 2024.09.03 23:52:22.301252 [ 3 ] {} <Debug> HTTP-Session: 69eb42ac-40a7-4aab-9d72-0dc331a20a1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2525 | 2024.09.03 23:52:22.301472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1879, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2526 | 2024.09.03 23:52:22.301522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2527 | 2024.09.03 23:52:22.301541 [ 3 ] {} <Debug> HTTP-Session: a10276f9-17fa-4930-b97d-7c7a0c43a9dd Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2528 | 2024.09.03 23:52:22.301557 [ 3 ] {} <Debug> HTTP-Session: a10276f9-17fa-4930-b97d-7c7a0c43a9dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2529 | 2024.09.03 23:52:22.301571 [ 3 ] {} <Debug> HTTP-Session: a10276f9-17fa-4930-b97d-7c7a0c43a9dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2530 | 2024.09.03 23:52:22.301601 [ 3 ] {} <Trace> HTTP-Session: a10276f9-17fa-4930-b97d-7c7a0c43a9dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2531 | 2024.09.03 23:52:22.301699 [ 3 ] {5face2b8-cc13-4e23-b305-05c1579810fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2532 | 2024.09.03 23:52:22.301744 [ 3 ] {5face2b8-cc13-4e23-b305-05c1579810fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2533 | 2024.09.03 23:52:22.301872 [ 3 ] {5face2b8-cc13-4e23-b305-05c1579810fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2534 | 2024.09.03 23:52:22.302165 [ 3 ] {5face2b8-cc13-4e23-b305-05c1579810fb} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2535 | 2024.09.03 23:52:22.302201 [ 3 ] {5face2b8-cc13-4e23-b305-05c1579810fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2536 | 2024.09.03 23:52:22.302545 [ 3 ] {5face2b8-cc13-4e23-b305-05c1579810fb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2537 | 2024.09.03 23:52:22.302865 [ 3 ] {5face2b8-cc13-4e23-b305-05c1579810fb} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2538 | 2024.09.03 23:52:22.303033 [ 3 ] {5face2b8-cc13-4e23-b305-05c1579810fb} <Debug> executeQuery: Read 12 rows, 862.00 B in 0.001346 sec., 8915.304606240714 rows/sec., 625.41 KiB/sec. | ||
2539 | 2024.09.03 23:52:22.303203 [ 3 ] {5face2b8-cc13-4e23-b305-05c1579810fb} <Debug> DynamicQueryHandler: Done processing query | ||
2540 | 2024.09.03 23:52:22.303227 [ 3 ] {5face2b8-cc13-4e23-b305-05c1579810fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2541 | 2024.09.03 23:52:22.303243 [ 3 ] {} <Debug> HTTP-Session: a10276f9-17fa-4930-b97d-7c7a0c43a9dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2542 | 2024.09.03 23:52:25.485108 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 13286, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2543 | 2024.09.03 23:52:25.485233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2544 | 2024.09.03 23:52:25.485259 [ 3 ] {} <Debug> HTTP-Session: 632ae8b0-af74-443a-b09f-bf155f2ef3f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2545 | 2024.09.03 23:52:25.485283 [ 3 ] {} <Debug> HTTP-Session: 632ae8b0-af74-443a-b09f-bf155f2ef3f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2546 | 2024.09.03 23:52:25.485299 [ 3 ] {} <Debug> HTTP-Session: 632ae8b0-af74-443a-b09f-bf155f2ef3f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2547 | 2024.09.03 23:52:25.485348 [ 3 ] {} <Trace> HTTP-Session: 632ae8b0-af74-443a-b09f-bf155f2ef3f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2548 | 2024.09.03 23:52:25.485545 [ 3 ] {5d3563fa-ea14-4dd8-b416-7c8b66588f2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2549 | 2024.09.03 23:52:25.485610 [ 3 ] {5d3563fa-ea14-4dd8-b416-7c8b66588f2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2550 | 2024.09.03 23:52:25.485942 [ 3 ] {5d3563fa-ea14-4dd8-b416-7c8b66588f2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2551 | 2024.09.03 23:52:25.486452 [ 3 ] {5d3563fa-ea14-4dd8-b416-7c8b66588f2b} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2552 | 2024.09.03 23:52:25.486494 [ 3 ] {5d3563fa-ea14-4dd8-b416-7c8b66588f2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2553 | 2024.09.03 23:52:25.486929 [ 3 ] {5d3563fa-ea14-4dd8-b416-7c8b66588f2b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2554 | 2024.09.03 23:52:25.487318 [ 3 ] {5d3563fa-ea14-4dd8-b416-7c8b66588f2b} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2555 | 2024.09.03 23:52:25.487463 [ 3 ] {5d3563fa-ea14-4dd8-b416-7c8b66588f2b} <Debug> executeQuery: Read 88 rows, 7.91 KiB in 0.001992 sec., 44176.70682730924 rows/sec., 3.88 MiB/sec. | ||
2556 | 2024.09.03 23:52:25.487688 [ 3 ] {5d3563fa-ea14-4dd8-b416-7c8b66588f2b} <Debug> DynamicQueryHandler: Done processing query | ||
2557 | 2024.09.03 23:52:25.487716 [ 3 ] {5d3563fa-ea14-4dd8-b416-7c8b66588f2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2558 | 2024.09.03 23:52:25.487733 [ 3 ] {} <Debug> HTTP-Session: 632ae8b0-af74-443a-b09f-bf155f2ef3f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2559 | 2024.09.03 23:52:25.487869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 4494, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2560 | 2024.09.03 23:52:25.487926 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2561 | 2024.09.03 23:52:25.487951 [ 3 ] {} <Debug> HTTP-Session: 0dc1a954-6bb4-4fff-8273-a62f79ff28ce Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2562 | 2024.09.03 23:52:25.487971 [ 3 ] {} <Debug> HTTP-Session: 0dc1a954-6bb4-4fff-8273-a62f79ff28ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2563 | 2024.09.03 23:52:25.487986 [ 3 ] {} <Debug> HTTP-Session: 0dc1a954-6bb4-4fff-8273-a62f79ff28ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2564 | 2024.09.03 23:52:25.488022 [ 3 ] {} <Trace> HTTP-Session: 0dc1a954-6bb4-4fff-8273-a62f79ff28ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2565 | 2024.09.03 23:52:25.488141 [ 3 ] {4e4625fd-9dc7-4501-b113-adc2ffdf62ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2566 | 2024.09.03 23:52:25.488189 [ 3 ] {4e4625fd-9dc7-4501-b113-adc2ffdf62ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2567 | 2024.09.03 23:52:25.488425 [ 3 ] {4e4625fd-9dc7-4501-b113-adc2ffdf62ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2568 | 2024.09.03 23:52:25.488786 [ 3 ] {4e4625fd-9dc7-4501-b113-adc2ffdf62ec} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2569 | 2024.09.03 23:52:25.488822 [ 3 ] {4e4625fd-9dc7-4501-b113-adc2ffdf62ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2570 | 2024.09.03 23:52:25.489170 [ 3 ] {4e4625fd-9dc7-4501-b113-adc2ffdf62ec} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2571 | 2024.09.03 23:52:25.489536 [ 3 ] {4e4625fd-9dc7-4501-b113-adc2ffdf62ec} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2572 | 2024.09.03 23:52:25.489666 [ 3 ] {4e4625fd-9dc7-4501-b113-adc2ffdf62ec} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001565 sec., 19808.306709265176 rows/sec., 1.45 MiB/sec. | ||
2573 | 2024.09.03 23:52:25.489973 [ 3 ] {4e4625fd-9dc7-4501-b113-adc2ffdf62ec} <Debug> DynamicQueryHandler: Done processing query | ||
2574 | 2024.09.03 23:52:25.489998 [ 3 ] {4e4625fd-9dc7-4501-b113-adc2ffdf62ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2575 | 2024.09.03 23:52:25.490015 [ 3 ] {} <Debug> HTTP-Session: 0dc1a954-6bb4-4fff-8273-a62f79ff28ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2576 | 2024.09.03 23:52:25.490152 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 10035, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2577 | 2024.09.03 23:52:25.490207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2578 | 2024.09.03 23:52:25.490225 [ 3 ] {} <Debug> HTTP-Session: e1303a6a-1d98-44ab-b731-7fe7ebdc83fc Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2579 | 2024.09.03 23:52:25.490243 [ 3 ] {} <Debug> HTTP-Session: e1303a6a-1d98-44ab-b731-7fe7ebdc83fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2580 | 2024.09.03 23:52:25.490257 [ 3 ] {} <Debug> HTTP-Session: e1303a6a-1d98-44ab-b731-7fe7ebdc83fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2581 | 2024.09.03 23:52:25.490290 [ 3 ] {} <Trace> HTTP-Session: e1303a6a-1d98-44ab-b731-7fe7ebdc83fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2582 | 2024.09.03 23:52:25.490411 [ 3 ] {663fd6f2-d5fc-45e3-8d77-71732023d4a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2583 | 2024.09.03 23:52:25.490455 [ 3 ] {663fd6f2-d5fc-45e3-8d77-71732023d4a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2584 | 2024.09.03 23:52:25.490702 [ 3 ] {663fd6f2-d5fc-45e3-8d77-71732023d4a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2585 | 2024.09.03 23:52:25.491053 [ 3 ] {663fd6f2-d5fc-45e3-8d77-71732023d4a7} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2586 | 2024.09.03 23:52:25.491089 [ 3 ] {663fd6f2-d5fc-45e3-8d77-71732023d4a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2587 | 2024.09.03 23:52:25.491435 [ 3 ] {663fd6f2-d5fc-45e3-8d77-71732023d4a7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2588 | 2024.09.03 23:52:25.491796 [ 3 ] {663fd6f2-d5fc-45e3-8d77-71732023d4a7} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2589 | 2024.09.03 23:52:25.491921 [ 3 ] {663fd6f2-d5fc-45e3-8d77-71732023d4a7} <Debug> executeQuery: Read 59 rows, 4.72 KiB in 0.001555 sec., 37942.12218649518 rows/sec., 2.96 MiB/sec. | ||
2590 | 2024.09.03 23:52:25.492092 [ 3 ] {663fd6f2-d5fc-45e3-8d77-71732023d4a7} <Debug> DynamicQueryHandler: Done processing query | ||
2591 | 2024.09.03 23:52:25.492116 [ 3 ] {663fd6f2-d5fc-45e3-8d77-71732023d4a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2592 | 2024.09.03 23:52:25.492132 [ 3 ] {} <Debug> HTTP-Session: e1303a6a-1d98-44ab-b731-7fe7ebdc83fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2593 | 2024.09.03 23:52:25.492293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 11503, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2594 | 2024.09.03 23:52:25.492342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2595 | 2024.09.03 23:52:25.492361 [ 3 ] {} <Debug> HTTP-Session: dc41af41-8115-4869-b715-ddb75dd8e5e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2596 | 2024.09.03 23:52:25.492378 [ 3 ] {} <Debug> HTTP-Session: dc41af41-8115-4869-b715-ddb75dd8e5e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2597 | 2024.09.03 23:52:25.492392 [ 3 ] {} <Debug> HTTP-Session: dc41af41-8115-4869-b715-ddb75dd8e5e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2598 | 2024.09.03 23:52:25.492422 [ 3 ] {} <Trace> HTTP-Session: dc41af41-8115-4869-b715-ddb75dd8e5e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2599 | 2024.09.03 23:52:25.492540 [ 3 ] {684b7f6e-f22f-4b77-b440-d84b96dd9933} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2600 | 2024.09.03 23:52:25.492586 [ 3 ] {684b7f6e-f22f-4b77-b440-d84b96dd9933} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2601 | 2024.09.03 23:52:25.492728 [ 3 ] {684b7f6e-f22f-4b77-b440-d84b96dd9933} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2602 | 2024.09.03 23:52:25.493060 [ 3 ] {684b7f6e-f22f-4b77-b440-d84b96dd9933} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2603 | 2024.09.03 23:52:25.493096 [ 3 ] {684b7f6e-f22f-4b77-b440-d84b96dd9933} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2604 | 2024.09.03 23:52:25.493476 [ 3 ] {684b7f6e-f22f-4b77-b440-d84b96dd9933} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2605 | 2024.09.03 23:52:25.493804 [ 3 ] {684b7f6e-f22f-4b77-b440-d84b96dd9933} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2606 | 2024.09.03 23:52:25.493928 [ 3 ] {684b7f6e-f22f-4b77-b440-d84b96dd9933} <Debug> executeQuery: Read 60 rows, 4.26 KiB in 0.001434 sec., 41841.00418410042 rows/sec., 2.90 MiB/sec. | ||
2607 | 2024.09.03 23:52:25.494092 [ 3 ] {684b7f6e-f22f-4b77-b440-d84b96dd9933} <Debug> DynamicQueryHandler: Done processing query | ||
2608 | 2024.09.03 23:52:25.494115 [ 3 ] {684b7f6e-f22f-4b77-b440-d84b96dd9933} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2609 | 2024.09.03 23:52:25.494130 [ 3 ] {} <Debug> HTTP-Session: dc41af41-8115-4869-b715-ddb75dd8e5e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2610 | 2024.09.03 23:52:25.494301 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 51803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2611 | 2024.09.03 23:52:25.494352 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2612 | 2024.09.03 23:52:25.494371 [ 3 ] {} <Debug> HTTP-Session: 8295f3a3-a1a1-400c-93d4-6af3b8039423 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2613 | 2024.09.03 23:52:25.494387 [ 3 ] {} <Debug> HTTP-Session: 8295f3a3-a1a1-400c-93d4-6af3b8039423 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2614 | 2024.09.03 23:52:25.494401 [ 3 ] {} <Debug> HTTP-Session: 8295f3a3-a1a1-400c-93d4-6af3b8039423 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2615 | 2024.09.03 23:52:25.494432 [ 3 ] {} <Trace> HTTP-Session: 8295f3a3-a1a1-400c-93d4-6af3b8039423 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2616 | 2024.09.03 23:52:25.494931 [ 3 ] {f25ff93a-968c-4ff5-8b1b-e514dc640ea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
2617 | 2024.09.03 23:52:25.494998 [ 3 ] {f25ff93a-968c-4ff5-8b1b-e514dc640ea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2618 | 2024.09.03 23:52:25.495386 [ 3 ] {f25ff93a-968c-4ff5-8b1b-e514dc640ea7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2619 | 2024.09.03 23:52:25.496044 [ 3 ] {f25ff93a-968c-4ff5-8b1b-e514dc640ea7} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2620 | 2024.09.03 23:52:25.496079 [ 3 ] {f25ff93a-968c-4ff5-8b1b-e514dc640ea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2621 | 2024.09.03 23:52:25.496699 [ 3 ] {f25ff93a-968c-4ff5-8b1b-e514dc640ea7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2622 | 2024.09.03 23:52:25.497116 [ 3 ] {f25ff93a-968c-4ff5-8b1b-e514dc640ea7} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2623 | 2024.09.03 23:52:25.497274 [ 3 ] {f25ff93a-968c-4ff5-8b1b-e514dc640ea7} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002751 sec., 11268.629589240276 rows/sec., 20.19 MiB/sec. | ||
2624 | 2024.09.03 23:52:25.497708 [ 3 ] {f25ff93a-968c-4ff5-8b1b-e514dc640ea7} <Debug> DynamicQueryHandler: Done processing query | ||
2625 | 2024.09.03 23:52:25.497737 [ 3 ] {f25ff93a-968c-4ff5-8b1b-e514dc640ea7} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
2626 | 2024.09.03 23:52:25.497753 [ 3 ] {} <Debug> HTTP-Session: 8295f3a3-a1a1-400c-93d4-6af3b8039423 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2627 | 2024.09.03 23:52:25.497884 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 2790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2628 | 2024.09.03 23:52:25.497932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2629 | 2024.09.03 23:52:25.497953 [ 3 ] {} <Debug> HTTP-Session: 18a03536-e4ee-4222-af54-67a7839bdf77 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2630 | 2024.09.03 23:52:25.497970 [ 3 ] {} <Debug> HTTP-Session: 18a03536-e4ee-4222-af54-67a7839bdf77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2631 | 2024.09.03 23:52:25.497985 [ 3 ] {} <Debug> HTTP-Session: 18a03536-e4ee-4222-af54-67a7839bdf77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2632 | 2024.09.03 23:52:25.498016 [ 3 ] {} <Trace> HTTP-Session: 18a03536-e4ee-4222-af54-67a7839bdf77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2633 | 2024.09.03 23:52:25.498116 [ 3 ] {999fd782-630f-443e-a577-7d89d8d4acc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2634 | 2024.09.03 23:52:25.498160 [ 3 ] {999fd782-630f-443e-a577-7d89d8d4acc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2635 | 2024.09.03 23:52:25.498297 [ 3 ] {999fd782-630f-443e-a577-7d89d8d4acc8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2636 | 2024.09.03 23:52:25.498584 [ 3 ] {999fd782-630f-443e-a577-7d89d8d4acc8} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2637 | 2024.09.03 23:52:25.498620 [ 3 ] {999fd782-630f-443e-a577-7d89d8d4acc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2638 | 2024.09.03 23:52:25.498980 [ 3 ] {999fd782-630f-443e-a577-7d89d8d4acc8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2639 | 2024.09.03 23:52:25.499310 [ 3 ] {999fd782-630f-443e-a577-7d89d8d4acc8} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2640 | 2024.09.03 23:52:25.499437 [ 3 ] {999fd782-630f-443e-a577-7d89d8d4acc8} <Debug> executeQuery: Read 18 rows, 1.26 KiB in 0.00135 sec., 13333.333333333332 rows/sec., 935.33 KiB/sec. | ||
2641 | 2024.09.03 23:52:25.499601 [ 3 ] {999fd782-630f-443e-a577-7d89d8d4acc8} <Debug> DynamicQueryHandler: Done processing query | ||
2642 | 2024.09.03 23:52:25.499626 [ 3 ] {999fd782-630f-443e-a577-7d89d8d4acc8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2643 | 2024.09.03 23:52:25.499642 [ 3 ] {} <Debug> HTTP-Session: 18a03536-e4ee-4222-af54-67a7839bdf77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2644 | 2024.09.03 23:52:30.490857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 24171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2645 | 2024.09.03 23:52:30.490992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2646 | 2024.09.03 23:52:30.491019 [ 3 ] {} <Debug> HTTP-Session: 6e9593d1-1512-44bb-a2ed-1e7691fe2147 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2647 | 2024.09.03 23:52:30.491044 [ 3 ] {} <Debug> HTTP-Session: 6e9593d1-1512-44bb-a2ed-1e7691fe2147 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2648 | 2024.09.03 23:52:30.491059 [ 3 ] {} <Debug> HTTP-Session: 6e9593d1-1512-44bb-a2ed-1e7691fe2147 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2649 | 2024.09.03 23:52:30.491110 [ 3 ] {} <Trace> HTTP-Session: 6e9593d1-1512-44bb-a2ed-1e7691fe2147 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2650 | 2024.09.03 23:52:30.491342 [ 3 ] {55a64828-f7c6-4894-a6a4-d734bdef17ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2651 | 2024.09.03 23:52:30.491411 [ 3 ] {55a64828-f7c6-4894-a6a4-d734bdef17ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2652 | 2024.09.03 23:52:30.491758 [ 3 ] {55a64828-f7c6-4894-a6a4-d734bdef17ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2653 | 2024.09.03 23:52:30.492298 [ 3 ] {55a64828-f7c6-4894-a6a4-d734bdef17ff} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2654 | 2024.09.03 23:52:30.492349 [ 3 ] {55a64828-f7c6-4894-a6a4-d734bdef17ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2655 | 2024.09.03 23:52:30.492819 [ 3 ] {55a64828-f7c6-4894-a6a4-d734bdef17ff} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2656 | 2024.09.03 23:52:30.493260 [ 3 ] {55a64828-f7c6-4894-a6a4-d734bdef17ff} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2657 | 2024.09.03 23:52:30.493453 [ 3 ] {55a64828-f7c6-4894-a6a4-d734bdef17ff} <Debug> executeQuery: Read 159 rows, 14.50 KiB in 0.002195 sec., 72437.3576309795 rows/sec., 6.45 MiB/sec. | ||
2658 | 2024.09.03 23:52:30.493704 [ 3 ] {55a64828-f7c6-4894-a6a4-d734bdef17ff} <Debug> DynamicQueryHandler: Done processing query | ||
2659 | 2024.09.03 23:52:30.493734 [ 3 ] {55a64828-f7c6-4894-a6a4-d734bdef17ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2660 | 2024.09.03 23:52:30.493752 [ 3 ] {} <Debug> HTTP-Session: 6e9593d1-1512-44bb-a2ed-1e7691fe2147 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2661 | 2024.09.03 23:52:30.493976 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2662 | 2024.09.03 23:52:30.494040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2663 | 2024.09.03 23:52:30.494064 [ 3 ] {} <Debug> HTTP-Session: 31e491ce-5e49-428f-a84c-3fd5e126d17a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2664 | 2024.09.03 23:52:30.494083 [ 3 ] {} <Debug> HTTP-Session: 31e491ce-5e49-428f-a84c-3fd5e126d17a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2665 | 2024.09.03 23:52:30.494098 [ 3 ] {} <Debug> HTTP-Session: 31e491ce-5e49-428f-a84c-3fd5e126d17a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2666 | 2024.09.03 23:52:30.494135 [ 3 ] {} <Trace> HTTP-Session: 31e491ce-5e49-428f-a84c-3fd5e126d17a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2667 | 2024.09.03 23:52:30.494257 [ 3 ] {d33734f3-715b-4c09-bcee-a500b6d21680} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
2668 | 2024.09.03 23:52:30.494309 [ 3 ] {d33734f3-715b-4c09-bcee-a500b6d21680} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2669 | 2024.09.03 23:52:30.494559 [ 3 ] {d33734f3-715b-4c09-bcee-a500b6d21680} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2670 | 2024.09.03 23:52:30.494891 [ 3 ] {d33734f3-715b-4c09-bcee-a500b6d21680} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2671 | 2024.09.03 23:52:30.494938 [ 3 ] {d33734f3-715b-4c09-bcee-a500b6d21680} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2672 | 2024.09.03 23:52:30.495314 [ 3 ] {d33734f3-715b-4c09-bcee-a500b6d21680} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2673 | 2024.09.03 23:52:30.495703 [ 3 ] {d33734f3-715b-4c09-bcee-a500b6d21680} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2674 | 2024.09.03 23:52:30.495885 [ 3 ] {d33734f3-715b-4c09-bcee-a500b6d21680} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001662 sec., 8423.58604091456 rows/sec., 589.93 KiB/sec. | ||
2675 | 2024.09.03 23:52:30.496089 [ 3 ] {d33734f3-715b-4c09-bcee-a500b6d21680} <Debug> DynamicQueryHandler: Done processing query | ||
2676 | 2024.09.03 23:52:30.496115 [ 3 ] {d33734f3-715b-4c09-bcee-a500b6d21680} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2677 | 2024.09.03 23:52:30.496132 [ 3 ] {} <Debug> HTTP-Session: 31e491ce-5e49-428f-a84c-3fd5e126d17a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2678 | 2024.09.03 23:52:30.496261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2679 | 2024.09.03 23:52:30.496320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2680 | 2024.09.03 23:52:30.496351 [ 3 ] {} <Debug> HTTP-Session: a186d001-1177-4b0d-b06a-813a4cb63119 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2681 | 2024.09.03 23:52:30.496377 [ 3 ] {} <Debug> HTTP-Session: a186d001-1177-4b0d-b06a-813a4cb63119 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2682 | 2024.09.03 23:52:30.496400 [ 3 ] {} <Debug> HTTP-Session: a186d001-1177-4b0d-b06a-813a4cb63119 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2683 | 2024.09.03 23:52:30.496450 [ 3 ] {} <Trace> HTTP-Session: a186d001-1177-4b0d-b06a-813a4cb63119 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2684 | 2024.09.03 23:52:30.496595 [ 3 ] {21fe7c32-c6c6-4b58-8cb2-b22c352b60f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
2685 | 2024.09.03 23:52:30.496659 [ 3 ] {21fe7c32-c6c6-4b58-8cb2-b22c352b60f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2686 | 2024.09.03 23:52:30.496999 [ 3 ] {21fe7c32-c6c6-4b58-8cb2-b22c352b60f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2687 | 2024.09.03 23:52:30.497404 [ 3 ] {21fe7c32-c6c6-4b58-8cb2-b22c352b60f0} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2688 | 2024.09.03 23:52:30.497455 [ 3 ] {21fe7c32-c6c6-4b58-8cb2-b22c352b60f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2689 | 2024.09.03 23:52:30.497991 [ 3 ] {21fe7c32-c6c6-4b58-8cb2-b22c352b60f0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2690 | 2024.09.03 23:52:30.498580 [ 3 ] {21fe7c32-c6c6-4b58-8cb2-b22c352b60f0} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): 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.09.03 23:52:30.498799 [ 3 ] {21fe7c32-c6c6-4b58-8cb2-b22c352b60f0} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.002243 sec., 2674.988854213107 rows/sec., 158.04 KiB/sec. | ||
2692 | 2024.09.03 23:52:30.499053 [ 3 ] {21fe7c32-c6c6-4b58-8cb2-b22c352b60f0} <Debug> DynamicQueryHandler: Done processing query | ||
2693 | 2024.09.03 23:52:30.499090 [ 3 ] {21fe7c32-c6c6-4b58-8cb2-b22c352b60f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2694 | 2024.09.03 23:52:30.499117 [ 3 ] {} <Debug> HTTP-Session: a186d001-1177-4b0d-b06a-813a4cb63119 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2695 | 2024.09.03 23:52:30.499365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 55674, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2696 | 2024.09.03 23:52:30.499442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2697 | 2024.09.03 23:52:30.499476 [ 3 ] {} <Debug> HTTP-Session: 6a725eb4-3f76-4fc6-9e8f-e8d0bbe4cb1d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2698 | 2024.09.03 23:52:30.499503 [ 3 ] {} <Debug> HTTP-Session: 6a725eb4-3f76-4fc6-9e8f-e8d0bbe4cb1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2699 | 2024.09.03 23:52:30.499529 [ 3 ] {} <Debug> HTTP-Session: 6a725eb4-3f76-4fc6-9e8f-e8d0bbe4cb1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2700 | 2024.09.03 23:52:30.499578 [ 3 ] {} <Trace> HTTP-Session: 6a725eb4-3f76-4fc6-9e8f-e8d0bbe4cb1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2701 | 2024.09.03 23:52:30.499879 [ 3 ] {d835d1b9-b59d-488e-a59b-5bb703153a72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2702 | 2024.09.03 23:52:30.499944 [ 3 ] {d835d1b9-b59d-488e-a59b-5bb703153a72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2703 | 2024.09.03 23:52:30.500282 [ 3 ] {d835d1b9-b59d-488e-a59b-5bb703153a72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2704 | 2024.09.03 23:52:30.500936 [ 3 ] {d835d1b9-b59d-488e-a59b-5bb703153a72} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2705 | 2024.09.03 23:52:30.500987 [ 3 ] {d835d1b9-b59d-488e-a59b-5bb703153a72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2706 | 2024.09.03 23:52:30.501530 [ 3 ] {d835d1b9-b59d-488e-a59b-5bb703153a72} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2707 | 2024.09.03 23:52:30.502101 [ 3 ] {d835d1b9-b59d-488e-a59b-5bb703153a72} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2708 | 2024.09.03 23:52:30.502316 [ 3 ] {d835d1b9-b59d-488e-a59b-5bb703153a72} <Debug> executeQuery: Read 346 rows, 24.80 KiB in 0.002616 sec., 132262.99694189604 rows/sec., 9.26 MiB/sec. | ||
2709 | 2024.09.03 23:52:30.502551 [ 3 ] {d835d1b9-b59d-488e-a59b-5bb703153a72} <Debug> DynamicQueryHandler: Done processing query | ||
2710 | 2024.09.03 23:52:30.502587 [ 3 ] {d835d1b9-b59d-488e-a59b-5bb703153a72} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
2711 | 2024.09.03 23:52:30.502613 [ 3 ] {} <Debug> HTTP-Session: 6a725eb4-3f76-4fc6-9e8f-e8d0bbe4cb1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2712 | 2024.09.03 23:52:30.502772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2713 | 2024.09.03 23:52:30.502844 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2714 | 2024.09.03 23:52:30.502875 [ 3 ] {} <Debug> HTTP-Session: 42c3dde0-f3e1-4150-bdb1-05408b189eb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2715 | 2024.09.03 23:52:30.502902 [ 3 ] {} <Debug> HTTP-Session: 42c3dde0-f3e1-4150-bdb1-05408b189eb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2716 | 2024.09.03 23:52:30.502927 [ 3 ] {} <Debug> HTTP-Session: 42c3dde0-f3e1-4150-bdb1-05408b189eb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2717 | 2024.09.03 23:52:30.502972 [ 3 ] {} <Trace> HTTP-Session: 42c3dde0-f3e1-4150-bdb1-05408b189eb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2718 | 2024.09.03 23:52:30.503102 [ 3 ] {35bca133-16b9-4c99-9f24-29bbab4a2e8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2719 | 2024.09.03 23:52:30.503165 [ 3 ] {35bca133-16b9-4c99-9f24-29bbab4a2e8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2720 | 2024.09.03 23:52:30.503363 [ 3 ] {35bca133-16b9-4c99-9f24-29bbab4a2e8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2721 | 2024.09.03 23:52:30.503714 [ 3 ] {35bca133-16b9-4c99-9f24-29bbab4a2e8c} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2722 | 2024.09.03 23:52:30.503763 [ 3 ] {35bca133-16b9-4c99-9f24-29bbab4a2e8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2723 | 2024.09.03 23:52:30.504246 [ 3 ] {35bca133-16b9-4c99-9f24-29bbab4a2e8c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2724 | 2024.09.03 23:52:30.504580 [ 3 ] {35bca133-16b9-4c99-9f24-29bbab4a2e8c} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2725 | 2024.09.03 23:52:30.504743 [ 3 ] {35bca133-16b9-4c99-9f24-29bbab4a2e8c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001674 sec., 3584.2293906810037 rows/sec., 187.26 KiB/sec. | ||
2726 | 2024.09.03 23:52:30.505016 [ 3 ] {35bca133-16b9-4c99-9f24-29bbab4a2e8c} <Debug> DynamicQueryHandler: Done processing query | ||
2727 | 2024.09.03 23:52:30.505042 [ 3 ] {35bca133-16b9-4c99-9f24-29bbab4a2e8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2728 | 2024.09.03 23:52:30.505058 [ 3 ] {} <Debug> HTTP-Session: 42c3dde0-f3e1-4150-bdb1-05408b189eb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2729 | 2024.09.03 23:52:30.505227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 33135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2730 | 2024.09.03 23:52:30.505278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2731 | 2024.09.03 23:52:30.505298 [ 3 ] {} <Debug> HTTP-Session: ee8ee048-0f4e-4277-8c70-56622fd08af2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2732 | 2024.09.03 23:52:30.505314 [ 3 ] {} <Debug> HTTP-Session: ee8ee048-0f4e-4277-8c70-56622fd08af2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2733 | 2024.09.03 23:52:30.505328 [ 3 ] {} <Debug> HTTP-Session: ee8ee048-0f4e-4277-8c70-56622fd08af2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2734 | 2024.09.03 23:52:30.505359 [ 3 ] {} <Trace> HTTP-Session: ee8ee048-0f4e-4277-8c70-56622fd08af2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2735 | 2024.09.03 23:52:30.505525 [ 3 ] {1ac121e8-c442-4a2d-9a0b-857bb591cfb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2736 | 2024.09.03 23:52:30.505573 [ 3 ] {1ac121e8-c442-4a2d-9a0b-857bb591cfb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2737 | 2024.09.03 23:52:30.505739 [ 3 ] {1ac121e8-c442-4a2d-9a0b-857bb591cfb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2738 | 2024.09.03 23:52:30.506122 [ 3 ] {1ac121e8-c442-4a2d-9a0b-857bb591cfb2} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2739 | 2024.09.03 23:52:30.506159 [ 3 ] {1ac121e8-c442-4a2d-9a0b-857bb591cfb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2740 | 2024.09.03 23:52:30.506540 [ 3 ] {1ac121e8-c442-4a2d-9a0b-857bb591cfb2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2741 | 2024.09.03 23:52:30.506879 [ 3 ] {1ac121e8-c442-4a2d-9a0b-857bb591cfb2} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2742 | 2024.09.03 23:52:30.507048 [ 3 ] {1ac121e8-c442-4a2d-9a0b-857bb591cfb2} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001593 sec., 111111.11111111111 rows/sec., 7.33 MiB/sec. | ||
2743 | 2024.09.03 23:52:30.507232 [ 3 ] {1ac121e8-c442-4a2d-9a0b-857bb591cfb2} <Debug> DynamicQueryHandler: Done processing query | ||
2744 | 2024.09.03 23:52:30.507257 [ 3 ] {1ac121e8-c442-4a2d-9a0b-857bb591cfb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2745 | 2024.09.03 23:52:30.507273 [ 3 ] {} <Debug> HTTP-Session: ee8ee048-0f4e-4277-8c70-56622fd08af2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2746 | 2024.09.03 23:52:30.507395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2747 | 2024.09.03 23:52:30.507446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2748 | 2024.09.03 23:52:30.507466 [ 3 ] {} <Debug> HTTP-Session: 1f77beee-d616-4c08-ba39-fa42d591878f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2749 | 2024.09.03 23:52:30.507484 [ 3 ] {} <Debug> HTTP-Session: 1f77beee-d616-4c08-ba39-fa42d591878f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2750 | 2024.09.03 23:52:30.507499 [ 3 ] {} <Debug> HTTP-Session: 1f77beee-d616-4c08-ba39-fa42d591878f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2751 | 2024.09.03 23:52:30.507530 [ 3 ] {} <Trace> HTTP-Session: 1f77beee-d616-4c08-ba39-fa42d591878f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2752 | 2024.09.03 23:52:30.507626 [ 3 ] {7fc2efac-5bb1-4c9e-8408-4031d9d4c8a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
2753 | 2024.09.03 23:52:30.507672 [ 3 ] {7fc2efac-5bb1-4c9e-8408-4031d9d4c8a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2754 | 2024.09.03 23:52:30.507804 [ 3 ] {7fc2efac-5bb1-4c9e-8408-4031d9d4c8a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2755 | 2024.09.03 23:52:30.508146 [ 3 ] {7fc2efac-5bb1-4c9e-8408-4031d9d4c8a3} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2756 | 2024.09.03 23:52:30.508196 [ 3 ] {7fc2efac-5bb1-4c9e-8408-4031d9d4c8a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2757 | 2024.09.03 23:52:30.508703 [ 3 ] {7fc2efac-5bb1-4c9e-8408-4031d9d4c8a3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2758 | 2024.09.03 23:52:30.509241 [ 3 ] {7fc2efac-5bb1-4c9e-8408-4031d9d4c8a3} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2759 | 2024.09.03 23:52:30.509455 [ 3 ] {7fc2efac-5bb1-4c9e-8408-4031d9d4c8a3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001842 sec., 542.8881650380022 rows/sec., 36.58 KiB/sec. | ||
2760 | 2024.09.03 23:52:30.509818 [ 3 ] {7fc2efac-5bb1-4c9e-8408-4031d9d4c8a3} <Debug> DynamicQueryHandler: Done processing query | ||
2761 | 2024.09.03 23:52:30.509846 [ 3 ] {7fc2efac-5bb1-4c9e-8408-4031d9d4c8a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
2762 | 2024.09.03 23:52:30.509862 [ 3 ] {} <Debug> HTTP-Session: 1f77beee-d616-4c08-ba39-fa42d591878f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2763 | 2024.09.03 23:52:30.509994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 7638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2764 | 2024.09.03 23:52:30.510043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2765 | 2024.09.03 23:52:30.510063 [ 3 ] {} <Debug> HTTP-Session: 7ab7665d-a265-4b7a-a58a-d9559ab6d8ee Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2766 | 2024.09.03 23:52:30.510079 [ 3 ] {} <Debug> HTTP-Session: 7ab7665d-a265-4b7a-a58a-d9559ab6d8ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2767 | 2024.09.03 23:52:30.510093 [ 3 ] {} <Debug> HTTP-Session: 7ab7665d-a265-4b7a-a58a-d9559ab6d8ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2768 | 2024.09.03 23:52:30.510123 [ 3 ] {} <Trace> HTTP-Session: 7ab7665d-a265-4b7a-a58a-d9559ab6d8ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2769 | 2024.09.03 23:52:30.510251 [ 3 ] {29eda4ff-d7b4-4ac9-848c-8dc4bc0eb4c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2770 | 2024.09.03 23:52:30.510296 [ 3 ] {29eda4ff-d7b4-4ac9-848c-8dc4bc0eb4c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2771 | 2024.09.03 23:52:30.510441 [ 3 ] {29eda4ff-d7b4-4ac9-848c-8dc4bc0eb4c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2772 | 2024.09.03 23:52:30.510780 [ 3 ] {29eda4ff-d7b4-4ac9-848c-8dc4bc0eb4c0} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2773 | 2024.09.03 23:52:30.510817 [ 3 ] {29eda4ff-d7b4-4ac9-848c-8dc4bc0eb4c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2774 | 2024.09.03 23:52:30.511180 [ 3 ] {29eda4ff-d7b4-4ac9-848c-8dc4bc0eb4c0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2775 | 2024.09.03 23:52:30.511536 [ 3 ] {29eda4ff-d7b4-4ac9-848c-8dc4bc0eb4c0} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2776 | 2024.09.03 23:52:30.511706 [ 3 ] {29eda4ff-d7b4-4ac9-848c-8dc4bc0eb4c0} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001499 sec., 34689.793195463644 rows/sec., 2.15 MiB/sec. | ||
2777 | 2024.09.03 23:52:30.511871 [ 3 ] {29eda4ff-d7b4-4ac9-848c-8dc4bc0eb4c0} <Debug> DynamicQueryHandler: Done processing query | ||
2778 | 2024.09.03 23:52:30.511895 [ 3 ] {29eda4ff-d7b4-4ac9-848c-8dc4bc0eb4c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2779 | 2024.09.03 23:52:30.511911 [ 3 ] {} <Debug> HTTP-Session: 7ab7665d-a265-4b7a-a58a-d9559ab6d8ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2780 | 2024.09.03 23:52:33.277570 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2781 | 2024.09.03 23:52:33.277672 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2782 | 2024.09.03 23:52:35.488034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 13286, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2783 | 2024.09.03 23:52:35.488152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2784 | 2024.09.03 23:52:35.488177 [ 3 ] {} <Debug> HTTP-Session: 6f98e2bd-104d-4619-8afc-e82c13fc1139 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2785 | 2024.09.03 23:52:35.488200 [ 3 ] {} <Debug> HTTP-Session: 6f98e2bd-104d-4619-8afc-e82c13fc1139 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2786 | 2024.09.03 23:52:35.488215 [ 3 ] {} <Debug> HTTP-Session: 6f98e2bd-104d-4619-8afc-e82c13fc1139 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2787 | 2024.09.03 23:52:35.488264 [ 3 ] {} <Trace> HTTP-Session: 6f98e2bd-104d-4619-8afc-e82c13fc1139 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2788 | 2024.09.03 23:52:35.488474 [ 3 ] {838dbcfd-deba-467c-b173-9e92acac8b90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2789 | 2024.09.03 23:52:35.488543 [ 3 ] {838dbcfd-deba-467c-b173-9e92acac8b90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2790 | 2024.09.03 23:52:35.488899 [ 3 ] {838dbcfd-deba-467c-b173-9e92acac8b90} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2791 | 2024.09.03 23:52:35.489410 [ 3 ] {838dbcfd-deba-467c-b173-9e92acac8b90} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2792 | 2024.09.03 23:52:35.489458 [ 3 ] {838dbcfd-deba-467c-b173-9e92acac8b90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2793 | 2024.09.03 23:52:35.489881 [ 3 ] {838dbcfd-deba-467c-b173-9e92acac8b90} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2794 | 2024.09.03 23:52:35.490268 [ 3 ] {838dbcfd-deba-467c-b173-9e92acac8b90} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2795 | 2024.09.03 23:52:35.490435 [ 3 ] {838dbcfd-deba-467c-b173-9e92acac8b90} <Debug> executeQuery: Read 88 rows, 7.91 KiB in 0.002032 sec., 43307.086614173226 rows/sec., 3.80 MiB/sec. | ||
2796 | 2024.09.03 23:52:35.490453 [ 62 ] {} <Debug> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2797 | 2024.09.03 23:52:35.490540 [ 62 ] {} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2798 | 2024.09.03 23:52:35.490599 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2799 | 2024.09.03 23:52:35.490769 [ 3 ] {838dbcfd-deba-467c-b173-9e92acac8b90} <Debug> DynamicQueryHandler: Done processing query | ||
2800 | 2024.09.03 23:52:35.490802 [ 203 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::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 | ||
2801 | 2024.09.03 23:52:35.490810 [ 3 ] {838dbcfd-deba-467c-b173-9e92acac8b90} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2802 | 2024.09.03 23:52:35.490901 [ 3 ] {} <Debug> HTTP-Session: 6f98e2bd-104d-4619-8afc-e82c13fc1139 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2803 | 2024.09.03 23:52:35.491062 [ 203 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2804 | 2024.09.03 23:52:35.491105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 4494, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2805 | 2024.09.03 23:52:35.491132 [ 203 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 221 rows starting from the beginning of the part | ||
2806 | 2024.09.03 23:52:35.491211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2807 | 2024.09.03 23:52:35.491277 [ 3 ] {} <Debug> HTTP-Session: 442c1b13-0558-4e28-a7e9-21e9e7a963e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2808 | 2024.09.03 23:52:35.491361 [ 3 ] {} <Debug> HTTP-Session: 442c1b13-0558-4e28-a7e9-21e9e7a963e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2809 | 2024.09.03 23:52:35.491379 [ 203 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 159 rows starting from the beginning of the part | ||
2810 | 2024.09.03 23:52:35.491424 [ 3 ] {} <Debug> HTTP-Session: 442c1b13-0558-4e28-a7e9-21e9e7a963e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2811 | 2024.09.03 23:52:35.491631 [ 3 ] {} <Trace> HTTP-Session: 442c1b13-0558-4e28-a7e9-21e9e7a963e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2812 | 2024.09.03 23:52:35.491799 [ 203 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1166 rows starting from the beginning of the part | ||
2813 | 2024.09.03 23:52:35.492091 [ 203 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 88 rows starting from the beginning of the part | ||
2814 | 2024.09.03 23:52:35.492157 [ 3 ] {aff9723c-a34f-41da-9df8-2303f726dd4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2815 | 2024.09.03 23:52:35.492404 [ 3 ] {aff9723c-a34f-41da-9df8-2303f726dd4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2816 | 2024.09.03 23:52:35.492494 [ 203 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 159 rows starting from the beginning of the part | ||
2817 | 2024.09.03 23:52:35.492914 [ 203 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 88 rows starting from the beginning of the part | ||
2818 | 2024.09.03 23:52:35.493769 [ 3 ] {aff9723c-a34f-41da-9df8-2303f726dd4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2819 | 2024.09.03 23:52:35.494804 [ 3 ] {aff9723c-a34f-41da-9df8-2303f726dd4e} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2820 | 2024.09.03 23:52:35.494861 [ 3 ] {aff9723c-a34f-41da-9df8-2303f726dd4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2821 | 2024.09.03 23:52:35.495891 [ 3 ] {aff9723c-a34f-41da-9df8-2303f726dd4e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2822 | 2024.09.03 23:52:35.496665 [ 203 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1881 rows, containing 5 columns (5 merged, 0 gathered) in 0.005949888 sec., 316140.4046597179 rows/sec., 28.09 MiB/sec. | ||
2823 | 2024.09.03 23:52:35.496922 [ 203 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2824 | 2024.09.03 23:52:35.496936 [ 3 ] {aff9723c-a34f-41da-9df8-2303f726dd4e} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2825 | 2024.09.03 23:52:35.497251 [ 62 ] {} <Debug> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2826 | 2024.09.03 23:52:35.497339 [ 3 ] {aff9723c-a34f-41da-9df8-2303f726dd4e} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.005345 sec., 5799.812909260992 rows/sec., 436.12 KiB/sec. | ||
2827 | 2024.09.03 23:52:35.497363 [ 62 ] {} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2828 | 2024.09.03 23:52:35.497467 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2829 | 2024.09.03 23:52:35.498078 [ 186 ] {2eb473cb-1344-44ef-a554-02e2b150f647::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 | ||
2830 | 2024.09.03 23:52:35.498252 [ 3 ] {aff9723c-a34f-41da-9df8-2303f726dd4e} <Debug> DynamicQueryHandler: Done processing query | ||
2831 | 2024.09.03 23:52:35.498325 [ 3 ] {aff9723c-a34f-41da-9df8-2303f726dd4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2832 | 2024.09.03 23:52:35.498373 [ 3 ] {} <Debug> HTTP-Session: 442c1b13-0558-4e28-a7e9-21e9e7a963e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2833 | 2024.09.03 23:52:35.498514 [ 186 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2834 | 2024.09.03 23:52:35.498575 [ 186 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 31 rows starting from the beginning of the part | ||
2835 | 2024.09.03 23:52:35.498643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 10035, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2836 | 2024.09.03 23:52:35.498729 [ 203 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_11_2} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2837 | 2024.09.03 23:52:35.498853 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2838 | 2024.09.03 23:52:35.498982 [ 3 ] {} <Debug> HTTP-Session: 0bbc4470-3287-44b2-ba99-ea841a04ea31 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2839 | 2024.09.03 23:52:35.498975 [ 186 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 31 rows starting from the beginning of the part | ||
2840 | 2024.09.03 23:52:35.499083 [ 3 ] {} <Debug> HTTP-Session: 0bbc4470-3287-44b2-ba99-ea841a04ea31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2841 | 2024.09.03 23:52:35.499200 [ 3 ] {} <Debug> HTTP-Session: 0bbc4470-3287-44b2-ba99-ea841a04ea31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2842 | 2024.09.03 23:52:35.499345 [ 203 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_11_2} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2843 | 2024.09.03 23:52:35.499398 [ 3 ] {} <Trace> HTTP-Session: 0bbc4470-3287-44b2-ba99-ea841a04ea31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2844 | 2024.09.03 23:52:35.499416 [ 186 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 31 rows starting from the beginning of the part | ||
2845 | 2024.09.03 23:52:35.499766 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
2846 | 2024.09.03 23:52:35.499898 [ 186 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 31 rows starting from the beginning of the part | ||
2847 | 2024.09.03 23:52:35.499905 [ 3 ] {068b6957-07a7-416c-b562-3bf687f14aee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2848 | 2024.09.03 23:52:35.500093 [ 3 ] {068b6957-07a7-416c-b562-3bf687f14aee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2849 | 2024.09.03 23:52:35.500311 [ 186 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 31 rows starting from the beginning of the part | ||
2850 | 2024.09.03 23:52:35.501163 [ 3 ] {068b6957-07a7-416c-b562-3bf687f14aee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2851 | 2024.09.03 23:52:35.501747 [ 3 ] {068b6957-07a7-416c-b562-3bf687f14aee} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2852 | 2024.09.03 23:52:35.501794 [ 3 ] {068b6957-07a7-416c-b562-3bf687f14aee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2853 | 2024.09.03 23:52:35.502220 [ 203 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 5 columns (5 merged, 0 gathered) in 0.004585029 sec., 33805.67494774842 rows/sec., 2.61 MiB/sec. | ||
2854 | 2024.09.03 23:52:35.502442 [ 203 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2855 | 2024.09.03 23:52:35.502453 [ 3 ] {068b6957-07a7-416c-b562-3bf687f14aee} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2856 | 2024.09.03 23:52:35.503660 [ 3 ] {068b6957-07a7-416c-b562-3bf687f14aee} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2857 | 2024.09.03 23:52:35.503673 [ 203 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_5_1} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2858 | 2024.09.03 23:52:35.503861 [ 203 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_5_1} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
2859 | 2024.09.03 23:52:35.503934 [ 62 ] {} <Debug> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2860 | 2024.09.03 23:52:35.504040 [ 62 ] {} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2861 | 2024.09.03 23:52:35.504053 [ 3 ] {068b6957-07a7-416c-b562-3bf687f14aee} <Debug> executeQuery: Read 59 rows, 4.72 KiB in 0.00432 sec., 13657.407407407407 rows/sec., 1.07 MiB/sec. | ||
2862 | 2024.09.03 23:52:35.504102 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2863 | 2024.09.03 23:52:35.504118 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
2864 | 2024.09.03 23:52:35.504471 [ 203 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::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 | ||
2865 | 2024.09.03 23:52:35.504569 [ 3 ] {068b6957-07a7-416c-b562-3bf687f14aee} <Debug> DynamicQueryHandler: Done processing query | ||
2866 | 2024.09.03 23:52:35.504622 [ 3 ] {068b6957-07a7-416c-b562-3bf687f14aee} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2867 | 2024.09.03 23:52:35.504669 [ 3 ] {} <Debug> HTTP-Session: 0bbc4470-3287-44b2-ba99-ea841a04ea31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2868 | 2024.09.03 23:52:35.504737 [ 203 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2869 | 2024.09.03 23:52:35.504774 [ 203 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 393 rows starting from the beginning of the part | ||
2870 | 2024.09.03 23:52:35.504882 [ 203 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 346 rows starting from the beginning of the part | ||
2871 | 2024.09.03 23:52:35.504923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 19127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2872 | 2024.09.03 23:52:35.505098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2873 | 2024.09.03 23:52:35.505165 [ 203 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 484 rows starting from the beginning of the part | ||
2874 | 2024.09.03 23:52:35.505199 [ 3 ] {} <Debug> HTTP-Session: 72fbeef7-8093-43ba-92a9-0267ca181dab Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2875 | 2024.09.03 23:52:35.505271 [ 3 ] {} <Debug> HTTP-Session: 72fbeef7-8093-43ba-92a9-0267ca181dab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2876 | 2024.09.03 23:52:35.505387 [ 3 ] {} <Debug> HTTP-Session: 72fbeef7-8093-43ba-92a9-0267ca181dab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2877 | 2024.09.03 23:52:35.505499 [ 203 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 59 rows starting from the beginning of the part | ||
2878 | 2024.09.03 23:52:35.505519 [ 3 ] {} <Trace> HTTP-Session: 72fbeef7-8093-43ba-92a9-0267ca181dab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2879 | 2024.09.03 23:52:35.505861 [ 203 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 346 rows starting from the beginning of the part | ||
2880 | 2024.09.03 23:52:35.506083 [ 3 ] {8601f78f-0258-4a61-a9bf-03de9835dca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2881 | 2024.09.03 23:52:35.506121 [ 203 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 59 rows starting from the beginning of the part | ||
2882 | 2024.09.03 23:52:35.506299 [ 3 ] {8601f78f-0258-4a61-a9bf-03de9835dca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2883 | 2024.09.03 23:52:35.507075 [ 3 ] {8601f78f-0258-4a61-a9bf-03de9835dca2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2884 | 2024.09.03 23:52:35.508030 [ 3 ] {8601f78f-0258-4a61-a9bf-03de9835dca2} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2885 | 2024.09.03 23:52:35.508098 [ 3 ] {8601f78f-0258-4a61-a9bf-03de9835dca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2886 | 2024.09.03 23:52:35.509001 [ 3 ] {8601f78f-0258-4a61-a9bf-03de9835dca2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2887 | 2024.09.03 23:52:35.509239 [ 186 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1687 rows, containing 5 columns (5 merged, 0 gathered) in 0.004934506 sec., 341878.19408872945 rows/sec., 25.87 MiB/sec. | ||
2888 | 2024.09.03 23:52:35.509438 [ 186 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2889 | 2024.09.03 23:52:35.509578 [ 3 ] {8601f78f-0258-4a61-a9bf-03de9835dca2} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): 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.09.03 23:52:35.509770 [ 60 ] {} <Debug> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2891 | 2024.09.03 23:52:35.509840 [ 3 ] {8601f78f-0258-4a61-a9bf-03de9835dca2} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004002 sec., 24987.50624687656 rows/sec., 1.73 MiB/sec. | ||
2892 | 2024.09.03 23:52:35.509845 [ 60 ] {} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2893 | 2024.09.03 23:52:35.509921 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2894 | 2024.09.03 23:52:35.510394 [ 3 ] {8601f78f-0258-4a61-a9bf-03de9835dca2} <Debug> DynamicQueryHandler: Done processing query | ||
2895 | 2024.09.03 23:52:35.510474 [ 3 ] {8601f78f-0258-4a61-a9bf-03de9835dca2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2896 | 2024.09.03 23:52:35.510493 [ 186 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_11_2} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): 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.09.03 23:52:35.510496 [ 200 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::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 | ||
2898 | 2024.09.03 23:52:35.510519 [ 3 ] {} <Debug> HTTP-Session: 72fbeef7-8093-43ba-92a9-0267ca181dab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2899 | 2024.09.03 23:52:35.510693 [ 186 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_11_2} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2900 | 2024.09.03 23:52:35.510913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 51818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2901 | 2024.09.03 23:52:35.510936 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
2902 | 2024.09.03 23:52:35.511015 [ 200 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2903 | 2024.09.03 23:52:35.511033 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2904 | 2024.09.03 23:52:35.511098 [ 3 ] {} <Debug> HTTP-Session: b83c77d9-80d1-4683-8e90-d135f0dbc1bb Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2905 | 2024.09.03 23:52:35.511102 [ 200 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 734 rows starting from the beginning of the part | ||
2906 | 2024.09.03 23:52:35.511120 [ 3 ] {} <Debug> HTTP-Session: b83c77d9-80d1-4683-8e90-d135f0dbc1bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2907 | 2024.09.03 23:52:35.511156 [ 3 ] {} <Debug> HTTP-Session: b83c77d9-80d1-4683-8e90-d135f0dbc1bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2908 | 2024.09.03 23:52:35.511240 [ 3 ] {} <Trace> HTTP-Session: b83c77d9-80d1-4683-8e90-d135f0dbc1bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2909 | 2024.09.03 23:52:35.511389 [ 200 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 177 rows starting from the beginning of the part | ||
2910 | 2024.09.03 23:52:35.511663 [ 200 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2542 rows starting from the beginning of the part | ||
2911 | 2024.09.03 23:52:35.511858 [ 200 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::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 | ||
2912 | 2024.09.03 23:52:35.511932 [ 3 ] {3255da60-d449-4ba4-a558-9d5478bb19dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
2913 | 2024.09.03 23:52:35.512253 [ 200 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 177 rows starting from the beginning of the part | ||
2914 | 2024.09.03 23:52:35.512264 [ 3 ] {3255da60-d449-4ba4-a558-9d5478bb19dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2915 | 2024.09.03 23:52:35.512618 [ 200 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 100 rows starting from the beginning of the part | ||
2916 | 2024.09.03 23:52:35.514363 [ 3 ] {3255da60-d449-4ba4-a558-9d5478bb19dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2917 | 2024.09.03 23:52:35.515681 [ 3 ] {3255da60-d449-4ba4-a558-9d5478bb19dd} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2918 | 2024.09.03 23:52:35.515724 [ 3 ] {3255da60-d449-4ba4-a558-9d5478bb19dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2919 | 2024.09.03 23:52:35.516343 [ 200 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3790 rows, containing 5 columns (5 merged, 0 gathered) in 0.006213634 sec., 609949.0249988976 rows/sec., 40.87 MiB/sec. | ||
2920 | 2024.09.03 23:52:35.516794 [ 200 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2921 | 2024.09.03 23:52:35.517355 [ 3 ] {3255da60-d449-4ba4-a558-9d5478bb19dd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2922 | 2024.09.03 23:52:35.517699 [ 200 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2923 | 2024.09.03 23:52:35.517965 [ 200 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2924 | 2024.09.03 23:52:35.518135 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
2925 | 2024.09.03 23:52:35.518294 [ 3 ] {3255da60-d449-4ba4-a558-9d5478bb19dd} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2926 | 2024.09.03 23:52:35.518456 [ 3 ] {3255da60-d449-4ba4-a558-9d5478bb19dd} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.006951 sec., 4459.789958279384 rows/sec., 7.99 MiB/sec. | ||
2927 | 2024.09.03 23:52:35.518943 [ 3 ] {3255da60-d449-4ba4-a558-9d5478bb19dd} <Debug> DynamicQueryHandler: Done processing query | ||
2928 | 2024.09.03 23:52:35.518969 [ 3 ] {3255da60-d449-4ba4-a558-9d5478bb19dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
2929 | 2024.09.03 23:52:35.518985 [ 3 ] {} <Debug> HTTP-Session: b83c77d9-80d1-4683-8e90-d135f0dbc1bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2930 | 2024.09.03 23:52:35.519139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 4612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2931 | 2024.09.03 23:52:35.519192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2932 | 2024.09.03 23:52:35.519212 [ 3 ] {} <Debug> HTTP-Session: 34576d3b-eb93-40bd-b106-2399ac8f463b Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2933 | 2024.09.03 23:52:35.519229 [ 3 ] {} <Debug> HTTP-Session: 34576d3b-eb93-40bd-b106-2399ac8f463b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2934 | 2024.09.03 23:52:35.519243 [ 3 ] {} <Debug> HTTP-Session: 34576d3b-eb93-40bd-b106-2399ac8f463b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2935 | 2024.09.03 23:52:35.519277 [ 3 ] {} <Trace> HTTP-Session: 34576d3b-eb93-40bd-b106-2399ac8f463b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2936 | 2024.09.03 23:52:35.519393 [ 3 ] {d69ee976-e487-4240-b750-f1883c2bbb08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2937 | 2024.09.03 23:52:35.519446 [ 3 ] {d69ee976-e487-4240-b750-f1883c2bbb08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2938 | 2024.09.03 23:52:35.519595 [ 3 ] {d69ee976-e487-4240-b750-f1883c2bbb08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2939 | 2024.09.03 23:52:35.519883 [ 3 ] {d69ee976-e487-4240-b750-f1883c2bbb08} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2940 | 2024.09.03 23:52:35.519919 [ 3 ] {d69ee976-e487-4240-b750-f1883c2bbb08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2941 | 2024.09.03 23:52:35.520289 [ 3 ] {d69ee976-e487-4240-b750-f1883c2bbb08} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2942 | 2024.09.03 23:52:35.520624 [ 3 ] {d69ee976-e487-4240-b750-f1883c2bbb08} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): 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.09.03 23:52:35.520748 [ 60 ] {} <Debug> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2944 | 2024.09.03 23:52:35.520753 [ 3 ] {d69ee976-e487-4240-b750-f1883c2bbb08} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001397 sec., 21474.58840372226 rows/sec., 1.47 MiB/sec. | ||
2945 | 2024.09.03 23:52:35.520783 [ 60 ] {} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2946 | 2024.09.03 23:52:35.520817 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2947 | 2024.09.03 23:52:35.521015 [ 3 ] {d69ee976-e487-4240-b750-f1883c2bbb08} <Debug> DynamicQueryHandler: Done processing query | ||
2948 | 2024.09.03 23:52:35.521106 [ 3 ] {d69ee976-e487-4240-b750-f1883c2bbb08} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2949 | 2024.09.03 23:52:35.521197 [ 3 ] {} <Debug> HTTP-Session: 34576d3b-eb93-40bd-b106-2399ac8f463b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2950 | 2024.09.03 23:52:35.521235 [ 192 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
2951 | 2024.09.03 23:52:35.521416 [ 192 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2952 | 2024.09.03 23:52:35.521458 [ 192 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 218 rows starting from the beginning of the part | ||
2953 | 2024.09.03 23:52:35.521560 [ 192 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 52 rows starting from the beginning of the part | ||
2954 | 2024.09.03 23:52:35.521778 [ 192 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part | ||
2955 | 2024.09.03 23:52:35.521960 [ 192 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 18 rows starting from the beginning of the part | ||
2956 | 2024.09.03 23:52:35.522163 [ 192 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 52 rows starting from the beginning of the part | ||
2957 | 2024.09.03 23:52:35.522360 [ 192 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part | ||
2958 | 2024.09.03 23:52:35.523559 [ 186 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 382 rows, containing 4 columns (4 merged, 0 gathered) in 0.002656437 sec., 143801.64107035098 rows/sec., 9.34 MiB/sec. | ||
2959 | 2024.09.03 23:52:35.523729 [ 196 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2960 | 2024.09.03 23:52:35.524120 [ 196 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_11_2} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): 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.09.03 23:52:35.524199 [ 196 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_11_2} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2962 | 2024.09.03 23:52:35.524269 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
2963 | 2024.09.03 23:52:40.490944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 24171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2964 | 2024.09.03 23:52:40.491095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2965 | 2024.09.03 23:52:40.491122 [ 3 ] {} <Debug> HTTP-Session: dc4ce82d-0599-494a-a0b8-40bb81a18aca Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2966 | 2024.09.03 23:52:40.491149 [ 3 ] {} <Debug> HTTP-Session: dc4ce82d-0599-494a-a0b8-40bb81a18aca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2967 | 2024.09.03 23:52:40.491172 [ 3 ] {} <Debug> HTTP-Session: dc4ce82d-0599-494a-a0b8-40bb81a18aca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2968 | 2024.09.03 23:52:40.491227 [ 3 ] {} <Trace> HTTP-Session: dc4ce82d-0599-494a-a0b8-40bb81a18aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2969 | 2024.09.03 23:52:40.491467 [ 3 ] {7e97b895-b0bf-4ac5-8ecd-c3f9950788a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2970 | 2024.09.03 23:52:40.491537 [ 3 ] {7e97b895-b0bf-4ac5-8ecd-c3f9950788a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2971 | 2024.09.03 23:52:40.491903 [ 3 ] {7e97b895-b0bf-4ac5-8ecd-c3f9950788a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2972 | 2024.09.03 23:52:40.492454 [ 3 ] {7e97b895-b0bf-4ac5-8ecd-c3f9950788a9} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2973 | 2024.09.03 23:52:40.492503 [ 3 ] {7e97b895-b0bf-4ac5-8ecd-c3f9950788a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2974 | 2024.09.03 23:52:40.492994 [ 3 ] {7e97b895-b0bf-4ac5-8ecd-c3f9950788a9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2975 | 2024.09.03 23:52:40.493436 [ 3 ] {7e97b895-b0bf-4ac5-8ecd-c3f9950788a9} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2976 | 2024.09.03 23:52:40.493618 [ 3 ] {7e97b895-b0bf-4ac5-8ecd-c3f9950788a9} <Debug> executeQuery: Read 159 rows, 14.50 KiB in 0.002235 sec., 71140.93959731543 rows/sec., 6.34 MiB/sec. | ||
2977 | 2024.09.03 23:52:40.493843 [ 3 ] {7e97b895-b0bf-4ac5-8ecd-c3f9950788a9} <Debug> DynamicQueryHandler: Done processing query | ||
2978 | 2024.09.03 23:52:40.493872 [ 3 ] {7e97b895-b0bf-4ac5-8ecd-c3f9950788a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2979 | 2024.09.03 23:52:40.493889 [ 3 ] {} <Debug> HTTP-Session: dc4ce82d-0599-494a-a0b8-40bb81a18aca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2980 | 2024.09.03 23:52:40.494064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2981 | 2024.09.03 23:52:40.494122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2982 | 2024.09.03 23:52:40.494142 [ 3 ] {} <Debug> HTTP-Session: 8ce23eb4-40a7-4435-8320-75745765c32f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
2983 | 2024.09.03 23:52:40.494160 [ 3 ] {} <Debug> HTTP-Session: 8ce23eb4-40a7-4435-8320-75745765c32f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2984 | 2024.09.03 23:52:40.494173 [ 3 ] {} <Debug> HTTP-Session: 8ce23eb4-40a7-4435-8320-75745765c32f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2985 | 2024.09.03 23:52:40.494210 [ 3 ] {} <Trace> HTTP-Session: 8ce23eb4-40a7-4435-8320-75745765c32f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2986 | 2024.09.03 23:52:40.494324 [ 3 ] {fd71a29c-ee1e-4f92-ac5d-5d8a06a6d557} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
2987 | 2024.09.03 23:52:40.494372 [ 3 ] {fd71a29c-ee1e-4f92-ac5d-5d8a06a6d557} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2988 | 2024.09.03 23:52:40.494619 [ 3 ] {fd71a29c-ee1e-4f92-ac5d-5d8a06a6d557} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2989 | 2024.09.03 23:52:40.494959 [ 3 ] {fd71a29c-ee1e-4f92-ac5d-5d8a06a6d557} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2990 | 2024.09.03 23:52:40.494998 [ 3 ] {fd71a29c-ee1e-4f92-ac5d-5d8a06a6d557} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2991 | 2024.09.03 23:52:40.495370 [ 3 ] {fd71a29c-ee1e-4f92-ac5d-5d8a06a6d557} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2992 | 2024.09.03 23:52:40.495735 [ 3 ] {fd71a29c-ee1e-4f92-ac5d-5d8a06a6d557} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2993 | 2024.09.03 23:52:40.495899 [ 3 ] {fd71a29c-ee1e-4f92-ac5d-5d8a06a6d557} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001598 sec., 8760.951188986233 rows/sec., 613.56 KiB/sec. | ||
2994 | 2024.09.03 23:52:40.495909 [ 55 ] {} <Debug> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2995 | 2024.09.03 23:52:40.496030 [ 55 ] {} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2996 | 2024.09.03 23:52:40.496097 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
2997 | 2024.09.03 23:52:40.496187 [ 3 ] {fd71a29c-ee1e-4f92-ac5d-5d8a06a6d557} <Debug> DynamicQueryHandler: Done processing query | ||
2998 | 2024.09.03 23:52:40.496249 [ 3 ] {fd71a29c-ee1e-4f92-ac5d-5d8a06a6d557} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2999 | 2024.09.03 23:52:40.496295 [ 3 ] {} <Debug> HTTP-Session: 8ce23eb4-40a7-4435-8320-75745765c32f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3000 | 2024.09.03 23:52:40.496334 [ 192 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::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 | ||
3001 | 2024.09.03 23:52:40.496480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3002 | 2024.09.03 23:52:40.496605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3003 | 2024.09.03 23:52:40.496645 [ 192 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3004 | 2024.09.03 23:52:40.496656 [ 3 ] {} <Debug> HTTP-Session: 147569f4-6b78-495b-b81d-a3959fd9a8ce Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3005 | 2024.09.03 23:52:40.496706 [ 3 ] {} <Debug> HTTP-Session: 147569f4-6b78-495b-b81d-a3959fd9a8ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3006 | 2024.09.03 23:52:40.496711 [ 192 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::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 | ||
3007 | 2024.09.03 23:52:40.496727 [ 3 ] {} <Debug> HTTP-Session: 147569f4-6b78-495b-b81d-a3959fd9a8ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3008 | 2024.09.03 23:52:40.496817 [ 3 ] {} <Trace> HTTP-Session: 147569f4-6b78-495b-b81d-a3959fd9a8ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3009 | 2024.09.03 23:52:40.496956 [ 192 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::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 | ||
3010 | 2024.09.03 23:52:40.497208 [ 3 ] {e44d1d32-b85c-41de-99b2-dcc9fa9d8e67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
3011 | 2024.09.03 23:52:40.497370 [ 192 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
3012 | 2024.09.03 23:52:40.497402 [ 3 ] {e44d1d32-b85c-41de-99b2-dcc9fa9d8e67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3013 | 2024.09.03 23:52:40.497762 [ 192 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 228 rows starting from the beginning of the part | ||
3014 | 2024.09.03 23:52:40.498068 [ 192 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::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 | ||
3015 | 2024.09.03 23:52:40.498473 [ 192 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part | ||
3016 | 2024.09.03 23:52:40.499004 [ 3 ] {e44d1d32-b85c-41de-99b2-dcc9fa9d8e67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3017 | 2024.09.03 23:52:40.499756 [ 3 ] {e44d1d32-b85c-41de-99b2-dcc9fa9d8e67} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3018 | 2024.09.03 23:52:40.499801 [ 3 ] {e44d1d32-b85c-41de-99b2-dcc9fa9d8e67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3019 | 2024.09.03 23:52:40.500827 [ 3 ] {e44d1d32-b85c-41de-99b2-dcc9fa9d8e67} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3020 | 2024.09.03 23:52:40.501767 [ 192 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.00556573 sec., 53541.94328506773 rows/sec., 3.65 MiB/sec. | ||
3021 | 2024.09.03 23:52:40.501889 [ 3 ] {e44d1d32-b85c-41de-99b2-dcc9fa9d8e67} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3022 | 2024.09.03 23:52:40.502001 [ 192 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3023 | 2024.09.03 23:52:40.502182 [ 55 ] {} <Debug> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3024 | 2024.09.03 23:52:40.502258 [ 3 ] {e44d1d32-b85c-41de-99b2-dcc9fa9d8e67} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005204 sec., 1152.9592621060722 rows/sec., 68.12 KiB/sec. | ||
3025 | 2024.09.03 23:52:40.502275 [ 55 ] {} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3026 | 2024.09.03 23:52:40.502393 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3027 | 2024.09.03 23:52:40.502891 [ 3 ] {e44d1d32-b85c-41de-99b2-dcc9fa9d8e67} <Debug> DynamicQueryHandler: Done processing query | ||
3028 | 2024.09.03 23:52:40.502898 [ 186 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
3029 | 2024.09.03 23:52:40.502970 [ 3 ] {e44d1d32-b85c-41de-99b2-dcc9fa9d8e67} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3030 | 2024.09.03 23:52:40.503052 [ 3 ] {} <Debug> HTTP-Session: 147569f4-6b78-495b-b81d-a3959fd9a8ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3031 | 2024.09.03 23:52:40.503415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 55674, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3032 | 2024.09.03 23:52:40.503477 [ 186 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3033 | 2024.09.03 23:52:40.503521 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3034 | 2024.09.03 23:52:40.503539 [ 186 ] {32429de9-0019-46d8-a3bb-019360145e87::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.09.03 23:52:40.503582 [ 3 ] {} <Debug> HTTP-Session: e2ab3218-d107-49c6-84fc-9dba01d36461 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3036 | 2024.09.03 23:52:40.503620 [ 3 ] {} <Debug> HTTP-Session: e2ab3218-d107-49c6-84fc-9dba01d36461 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3037 | 2024.09.03 23:52:40.503723 [ 3 ] {} <Debug> HTTP-Session: e2ab3218-d107-49c6-84fc-9dba01d36461 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3038 | 2024.09.03 23:52:40.503893 [ 3 ] {} <Trace> HTTP-Session: e2ab3218-d107-49c6-84fc-9dba01d36461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3039 | 2024.09.03 23:52:40.503917 [ 186 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
3040 | 2024.09.03 23:52:40.504118 [ 198 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_6_1} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3041 | 2024.09.03 23:52:40.504185 [ 186 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
3042 | 2024.09.03 23:52:40.504365 [ 3 ] {f568df8a-117e-436c-b2a5-82a8ff45b8f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3043 | 2024.09.03 23:52:40.504403 [ 186 ] {32429de9-0019-46d8-a3bb-019360145e87::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.09.03 23:52:40.504411 [ 198 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_6_1} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3045 | 2024.09.03 23:52:40.504487 [ 3 ] {f568df8a-117e-436c-b2a5-82a8ff45b8f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3046 | 2024.09.03 23:52:40.504793 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
3047 | 2024.09.03 23:52:40.504884 [ 186 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
3048 | 2024.09.03 23:52:40.505511 [ 3 ] {f568df8a-117e-436c-b2a5-82a8ff45b8f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3049 | 2024.09.03 23:52:40.506165 [ 3 ] {f568df8a-117e-436c-b2a5-82a8ff45b8f4} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3050 | 2024.09.03 23:52:40.506203 [ 3 ] {f568df8a-117e-436c-b2a5-82a8ff45b8f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3051 | 2024.09.03 23:52:40.506577 [ 3 ] {f568df8a-117e-436c-b2a5-82a8ff45b8f4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3052 | 2024.09.03 23:52:40.506994 [ 3 ] {f568df8a-117e-436c-b2a5-82a8ff45b8f4} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3053 | 2024.09.03 23:52:40.507164 [ 3 ] {f568df8a-117e-436c-b2a5-82a8ff45b8f4} <Debug> executeQuery: Read 346 rows, 24.80 KiB in 0.003043 sec., 113703.5819914558 rows/sec., 7.96 MiB/sec. | ||
3054 | 2024.09.03 23:52:40.507387 [ 3 ] {f568df8a-117e-436c-b2a5-82a8ff45b8f4} <Debug> DynamicQueryHandler: Done processing query | ||
3055 | 2024.09.03 23:52:40.507411 [ 3 ] {f568df8a-117e-436c-b2a5-82a8ff45b8f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
3056 | 2024.09.03 23:52:40.507428 [ 3 ] {} <Debug> HTTP-Session: e2ab3218-d107-49c6-84fc-9dba01d36461 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3057 | 2024.09.03 23:52:40.507583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3058 | 2024.09.03 23:52:40.507632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3059 | 2024.09.03 23:52:40.507652 [ 3 ] {} <Debug> HTTP-Session: 5b922c59-2c89-4d2d-9e56-5cbd0c5d647d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3060 | 2024.09.03 23:52:40.507668 [ 3 ] {} <Debug> HTTP-Session: 5b922c59-2c89-4d2d-9e56-5cbd0c5d647d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3061 | 2024.09.03 23:52:40.507683 [ 3 ] {} <Debug> HTTP-Session: 5b922c59-2c89-4d2d-9e56-5cbd0c5d647d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3062 | 2024.09.03 23:52:40.507716 [ 3 ] {} <Trace> HTTP-Session: 5b922c59-2c89-4d2d-9e56-5cbd0c5d647d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3063 | 2024.09.03 23:52:40.507821 [ 3 ] {ebfc949b-fb4a-4df4-bf84-0557883fd39a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3064 | 2024.09.03 23:52:40.507867 [ 3 ] {ebfc949b-fb4a-4df4-bf84-0557883fd39a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3065 | 2024.09.03 23:52:40.508149 [ 3 ] {ebfc949b-fb4a-4df4-bf84-0557883fd39a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3066 | 2024.09.03 23:52:40.508704 [ 3 ] {ebfc949b-fb4a-4df4-bf84-0557883fd39a} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3067 | 2024.09.03 23:52:40.508752 [ 3 ] {ebfc949b-fb4a-4df4-bf84-0557883fd39a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3068 | 2024.09.03 23:52:40.508872 [ 192 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.006304495 sec., 4758.509603068921 rows/sec., 302.05 KiB/sec. | ||
3069 | 2024.09.03 23:52:40.509098 [ 192 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3070 | 2024.09.03 23:52:40.509543 [ 3 ] {ebfc949b-fb4a-4df4-bf84-0557883fd39a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3071 | 2024.09.03 23:52:40.510092 [ 192 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_5_1} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3072 | 2024.09.03 23:52:40.510298 [ 192 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_5_1} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3073 | 2024.09.03 23:52:40.510308 [ 3 ] {ebfc949b-fb4a-4df4-bf84-0557883fd39a} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): 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.09.03 23:52:40.510468 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
3075 | 2024.09.03 23:52:40.510610 [ 3 ] {ebfc949b-fb4a-4df4-bf84-0557883fd39a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002822 sec., 2126.1516654854713 rows/sec., 111.08 KiB/sec. | ||
3076 | 2024.09.03 23:52:40.510807 [ 3 ] {ebfc949b-fb4a-4df4-bf84-0557883fd39a} <Debug> DynamicQueryHandler: Done processing query | ||
3077 | 2024.09.03 23:52:40.510833 [ 3 ] {ebfc949b-fb4a-4df4-bf84-0557883fd39a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3078 | 2024.09.03 23:52:40.510850 [ 3 ] {} <Debug> HTTP-Session: 5b922c59-2c89-4d2d-9e56-5cbd0c5d647d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3079 | 2024.09.03 23:52:40.511037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 33135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3080 | 2024.09.03 23:52:40.511087 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3081 | 2024.09.03 23:52:40.511108 [ 3 ] {} <Debug> HTTP-Session: 8efaf962-9e89-4aa0-a846-65b1941c00f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3082 | 2024.09.03 23:52:40.511127 [ 3 ] {} <Debug> HTTP-Session: 8efaf962-9e89-4aa0-a846-65b1941c00f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3083 | 2024.09.03 23:52:40.511142 [ 3 ] {} <Debug> HTTP-Session: 8efaf962-9e89-4aa0-a846-65b1941c00f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3084 | 2024.09.03 23:52:40.511175 [ 3 ] {} <Trace> HTTP-Session: 8efaf962-9e89-4aa0-a846-65b1941c00f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3085 | 2024.09.03 23:52:40.511367 [ 3 ] {5bf74b07-1e9e-43a8-9f3c-f46e626fa493} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3086 | 2024.09.03 23:52:40.511414 [ 3 ] {5bf74b07-1e9e-43a8-9f3c-f46e626fa493} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3087 | 2024.09.03 23:52:40.511569 [ 3 ] {5bf74b07-1e9e-43a8-9f3c-f46e626fa493} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3088 | 2024.09.03 23:52:40.511972 [ 3 ] {5bf74b07-1e9e-43a8-9f3c-f46e626fa493} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3089 | 2024.09.03 23:52:40.512008 [ 3 ] {5bf74b07-1e9e-43a8-9f3c-f46e626fa493} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3090 | 2024.09.03 23:52:40.512396 [ 3 ] {5bf74b07-1e9e-43a8-9f3c-f46e626fa493} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3091 | 2024.09.03 23:52:40.512746 [ 3 ] {5bf74b07-1e9e-43a8-9f3c-f46e626fa493} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3092 | 2024.09.03 23:52:40.512905 [ 3 ] {5bf74b07-1e9e-43a8-9f3c-f46e626fa493} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001632 sec., 108455.88235294117 rows/sec., 7.15 MiB/sec. | ||
3093 | 2024.09.03 23:52:40.513085 [ 3 ] {5bf74b07-1e9e-43a8-9f3c-f46e626fa493} <Debug> DynamicQueryHandler: Done processing query | ||
3094 | 2024.09.03 23:52:40.513109 [ 3 ] {5bf74b07-1e9e-43a8-9f3c-f46e626fa493} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3095 | 2024.09.03 23:52:40.513125 [ 3 ] {} <Debug> HTTP-Session: 8efaf962-9e89-4aa0-a846-65b1941c00f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3096 | 2024.09.03 23:52:40.513245 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3097 | 2024.09.03 23:52:40.513293 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3098 | 2024.09.03 23:52:40.513313 [ 3 ] {} <Debug> HTTP-Session: a2740e58-af9a-47fc-8105-a4cf4e7ef3dc Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3099 | 2024.09.03 23:52:40.513330 [ 3 ] {} <Debug> HTTP-Session: a2740e58-af9a-47fc-8105-a4cf4e7ef3dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3100 | 2024.09.03 23:52:40.513344 [ 3 ] {} <Debug> HTTP-Session: a2740e58-af9a-47fc-8105-a4cf4e7ef3dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3101 | 2024.09.03 23:52:40.513376 [ 3 ] {} <Trace> HTTP-Session: a2740e58-af9a-47fc-8105-a4cf4e7ef3dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3102 | 2024.09.03 23:52:40.513471 [ 3 ] {b2f0959a-72a7-474a-a531-9f201669d452} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
3103 | 2024.09.03 23:52:40.513518 [ 3 ] {b2f0959a-72a7-474a-a531-9f201669d452} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3104 | 2024.09.03 23:52:40.513652 [ 3 ] {b2f0959a-72a7-474a-a531-9f201669d452} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3105 | 2024.09.03 23:52:40.513918 [ 3 ] {b2f0959a-72a7-474a-a531-9f201669d452} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3106 | 2024.09.03 23:52:40.513957 [ 3 ] {b2f0959a-72a7-474a-a531-9f201669d452} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3107 | 2024.09.03 23:52:40.514312 [ 3 ] {b2f0959a-72a7-474a-a531-9f201669d452} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3108 | 2024.09.03 23:52:40.514643 [ 3 ] {b2f0959a-72a7-474a-a531-9f201669d452} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3109 | 2024.09.03 23:52:40.514801 [ 55 ] {} <Debug> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3110 | 2024.09.03 23:52:40.514812 [ 3 ] {b2f0959a-72a7-474a-a531-9f201669d452} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001356 sec., 737.4631268436578 rows/sec., 49.69 KiB/sec. | ||
3111 | 2024.09.03 23:52:40.514853 [ 55 ] {} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3112 | 2024.09.03 23:52:40.514921 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3113 | 2024.09.03 23:52:40.515068 [ 186 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
3114 | 2024.09.03 23:52:40.515120 [ 3 ] {b2f0959a-72a7-474a-a531-9f201669d452} <Debug> DynamicQueryHandler: Done processing query | ||
3115 | 2024.09.03 23:52:40.515156 [ 3 ] {b2f0959a-72a7-474a-a531-9f201669d452} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3116 | 2024.09.03 23:52:40.515183 [ 3 ] {} <Debug> HTTP-Session: a2740e58-af9a-47fc-8105-a4cf4e7ef3dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3117 | 2024.09.03 23:52:40.515221 [ 186 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3118 | 2024.09.03 23:52:40.515251 [ 186 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
3119 | 2024.09.03 23:52:40.515310 [ 186 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
3120 | 2024.09.03 23:52:40.515349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 7638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3121 | 2024.09.03 23:52:40.515516 [ 186 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
3122 | 2024.09.03 23:52:40.515561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3123 | 2024.09.03 23:52:40.515695 [ 3 ] {} <Debug> HTTP-Session: 0c823c70-2a76-4027-a64e-2ca40abbf931 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3124 | 2024.09.03 23:52:40.515843 [ 3 ] {} <Debug> HTTP-Session: 0c823c70-2a76-4027-a64e-2ca40abbf931 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3125 | 2024.09.03 23:52:40.515868 [ 186 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
3126 | 2024.09.03 23:52:40.515908 [ 3 ] {} <Debug> HTTP-Session: 0c823c70-2a76-4027-a64e-2ca40abbf931 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3127 | 2024.09.03 23:52:40.516065 [ 3 ] {} <Trace> HTTP-Session: 0c823c70-2a76-4027-a64e-2ca40abbf931 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3128 | 2024.09.03 23:52:40.516103 [ 186 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
3129 | 2024.09.03 23:52:40.516447 [ 3 ] {dfd84daf-72d6-4418-a192-12d380d3385c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3130 | 2024.09.03 23:52:40.516519 [ 3 ] {dfd84daf-72d6-4418-a192-12d380d3385c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3131 | 2024.09.03 23:52:40.516770 [ 3 ] {dfd84daf-72d6-4418-a192-12d380d3385c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3132 | 2024.09.03 23:52:40.517304 [ 3 ] {dfd84daf-72d6-4418-a192-12d380d3385c} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3133 | 2024.09.03 23:52:40.517420 [ 3 ] {dfd84daf-72d6-4418-a192-12d380d3385c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3134 | 2024.09.03 23:52:40.517790 [ 3 ] {dfd84daf-72d6-4418-a192-12d380d3385c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3135 | 2024.09.03 23:52:40.518207 [ 3 ] {dfd84daf-72d6-4418-a192-12d380d3385c} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3136 | 2024.09.03 23:52:40.518273 [ 186 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.00326378 sec., 1531.96600261047 rows/sec., 103.23 KiB/sec. | ||
3137 | 2024.09.03 23:52:40.518421 [ 3 ] {dfd84daf-72d6-4418-a192-12d380d3385c} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.002124 sec., 24482.10922787194 rows/sec., 1.52 MiB/sec. | ||
3138 | 2024.09.03 23:52:40.518430 [ 186 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3139 | 2024.09.03 23:52:40.518629 [ 3 ] {dfd84daf-72d6-4418-a192-12d380d3385c} <Debug> DynamicQueryHandler: Done processing query | ||
3140 | 2024.09.03 23:52:40.518665 [ 3 ] {dfd84daf-72d6-4418-a192-12d380d3385c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3141 | 2024.09.03 23:52:40.518698 [ 3 ] {} <Debug> HTTP-Session: 0c823c70-2a76-4027-a64e-2ca40abbf931 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3142 | 2024.09.03 23:52:40.518913 [ 186 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_5_1} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3143 | 2024.09.03 23:52:40.518984 [ 186 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_5_1} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3144 | 2024.09.03 23:52:40.519047 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
3145 | 2024.09.03 23:52:45.486510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1303, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3146 | 2024.09.03 23:52:45.486654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3147 | 2024.09.03 23:52:45.486684 [ 3 ] {} <Debug> HTTP-Session: a7e29663-d77b-4951-b99d-8a361292c7f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3148 | 2024.09.03 23:52:45.486715 [ 3 ] {} <Debug> HTTP-Session: a7e29663-d77b-4951-b99d-8a361292c7f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3149 | 2024.09.03 23:52:45.486734 [ 3 ] {} <Debug> HTTP-Session: a7e29663-d77b-4951-b99d-8a361292c7f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3150 | 2024.09.03 23:52:45.486790 [ 3 ] {} <Trace> HTTP-Session: a7e29663-d77b-4951-b99d-8a361292c7f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3151 | 2024.09.03 23:52:45.487074 [ 3 ] {dfa6b300-bfc7-47c0-9454-f8b8a7933261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
3152 | 2024.09.03 23:52:45.487565 [ 3 ] {dfa6b300-bfc7-47c0-9454-f8b8a7933261} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3153 | 2024.09.03 23:52:45.487621 [ 3 ] {dfa6b300-bfc7-47c0-9454-f8b8a7933261} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
3154 | 2024.09.03 23:52:45.488019 [ 3 ] {dfa6b300-bfc7-47c0-9454-f8b8a7933261} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3155 | 2024.09.03 23:52:45.488106 [ 3 ] {dfa6b300-bfc7-47c0-9454-f8b8a7933261} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3156 | 2024.09.03 23:52:45.488286 [ 3 ] {dfa6b300-bfc7-47c0-9454-f8b8a7933261} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
3157 | 2024.09.03 23:52:45.488507 [ 260 ] {dfa6b300-bfc7-47c0-9454-f8b8a7933261} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3158 | 2024.09.03 23:52:45.488555 [ 255 ] {dfa6b300-bfc7-47c0-9454-f8b8a7933261} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3159 | 2024.09.03 23:52:45.488515 [ 262 ] {dfa6b300-bfc7-47c0-9454-f8b8a7933261} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3160 | 2024.09.03 23:52:45.488555 [ 250 ] {dfa6b300-bfc7-47c0-9454-f8b8a7933261} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3161 | 2024.09.03 23:52:45.488790 [ 3 ] {dfa6b300-bfc7-47c0-9454-f8b8a7933261} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (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 | ||
3162 | 2024.09.03 23:52:45.488825 [ 3 ] {dfa6b300-bfc7-47c0-9454-f8b8a7933261} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3163 | 2024.09.03 23:52:45.488969 [ 3 ] {dfa6b300-bfc7-47c0-9454-f8b8a7933261} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3164 | 2024.09.03 23:52:45.488995 [ 3 ] {dfa6b300-bfc7-47c0-9454-f8b8a7933261} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
3165 | 2024.09.03 23:52:45.489039 [ 3 ] {dfa6b300-bfc7-47c0-9454-f8b8a7933261} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3166 | 2024.09.03 23:52:45.489085 [ 3 ] {dfa6b300-bfc7-47c0-9454-f8b8a7933261} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3167 | 2024.09.03 23:52:45.489128 [ 3 ] {dfa6b300-bfc7-47c0-9454-f8b8a7933261} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3168 | 2024.09.03 23:52:45.489169 [ 3 ] {dfa6b300-bfc7-47c0-9454-f8b8a7933261} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3169 | 2024.09.03 23:52:45.491583 [ 3 ] {dfa6b300-bfc7-47c0-9454-f8b8a7933261} <Debug> executeQuery: Read 36 rows, 1.36 KiB in 0.004638 sec., 7761.96636481242 rows/sec., 293.31 KiB/sec. | ||
3170 | 2024.09.03 23:52:45.492062 [ 3 ] {dfa6b300-bfc7-47c0-9454-f8b8a7933261} <Debug> DynamicQueryHandler: Done processing query | ||
3171 | 2024.09.03 23:52:45.492092 [ 3 ] {dfa6b300-bfc7-47c0-9454-f8b8a7933261} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
3172 | 2024.09.03 23:52:45.492111 [ 3 ] {} <Debug> HTTP-Session: a7e29663-d77b-4951-b99d-8a361292c7f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3173 | 2024.09.03 23:52:45.493829 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3174 | 2024.09.03 23:52:45.493892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3175 | 2024.09.03 23:52:45.493913 [ 3 ] {} <Debug> HTTP-Session: bae0e2be-4afe-4741-931f-7913b8bb9f47 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3176 | 2024.09.03 23:52:45.493931 [ 3 ] {} <Debug> HTTP-Session: bae0e2be-4afe-4741-931f-7913b8bb9f47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3177 | 2024.09.03 23:52:45.493946 [ 3 ] {} <Debug> HTTP-Session: bae0e2be-4afe-4741-931f-7913b8bb9f47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3178 | 2024.09.03 23:52:45.493985 [ 3 ] {} <Trace> HTTP-Session: bae0e2be-4afe-4741-931f-7913b8bb9f47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3179 | 2024.09.03 23:52:45.494116 [ 3 ] {59601760-0168-4436-9dbd-310988604048} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
3180 | 2024.09.03 23:52:45.494171 [ 3 ] {59601760-0168-4436-9dbd-310988604048} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3181 | 2024.09.03 23:52:45.494351 [ 3 ] {59601760-0168-4436-9dbd-310988604048} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3182 | 2024.09.03 23:52:45.494698 [ 3 ] {59601760-0168-4436-9dbd-310988604048} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3183 | 2024.09.03 23:52:45.494739 [ 3 ] {59601760-0168-4436-9dbd-310988604048} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3184 | 2024.09.03 23:52:45.495248 [ 3 ] {59601760-0168-4436-9dbd-310988604048} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3185 | 2024.09.03 23:52:45.495577 [ 3 ] {59601760-0168-4436-9dbd-310988604048} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3186 | 2024.09.03 23:52:45.495735 [ 3 ] {59601760-0168-4436-9dbd-310988604048} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001653 sec., 604.9606775559589 rows/sec., 137.06 KiB/sec. | ||
3187 | 2024.09.03 23:52:45.495973 [ 3 ] {59601760-0168-4436-9dbd-310988604048} <Debug> DynamicQueryHandler: Done processing query | ||
3188 | 2024.09.03 23:52:45.496000 [ 3 ] {59601760-0168-4436-9dbd-310988604048} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3189 | 2024.09.03 23:52:45.496016 [ 3 ] {} <Debug> HTTP-Session: bae0e2be-4afe-4741-931f-7913b8bb9f47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3190 | 2024.09.03 23:52:45.496147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3191 | 2024.09.03 23:52:45.496199 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3192 | 2024.09.03 23:52:45.496219 [ 3 ] {} <Debug> HTTP-Session: dfcc3edc-7ddf-4950-bb74-7ed3c22affd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3193 | 2024.09.03 23:52:45.496237 [ 3 ] {} <Debug> HTTP-Session: dfcc3edc-7ddf-4950-bb74-7ed3c22affd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3194 | 2024.09.03 23:52:45.496252 [ 3 ] {} <Debug> HTTP-Session: dfcc3edc-7ddf-4950-bb74-7ed3c22affd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3195 | 2024.09.03 23:52:45.496287 [ 3 ] {} <Trace> HTTP-Session: dfcc3edc-7ddf-4950-bb74-7ed3c22affd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3196 | 2024.09.03 23:52:45.496393 [ 3 ] {21986c00-9840-40c4-9974-c577543ad19b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3197 | 2024.09.03 23:52:45.496438 [ 3 ] {21986c00-9840-40c4-9974-c577543ad19b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3198 | 2024.09.03 23:52:45.496716 [ 3 ] {21986c00-9840-40c4-9974-c577543ad19b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3199 | 2024.09.03 23:52:45.497096 [ 3 ] {21986c00-9840-40c4-9974-c577543ad19b} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3200 | 2024.09.03 23:52:45.497130 [ 3 ] {21986c00-9840-40c4-9974-c577543ad19b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3201 | 2024.09.03 23:52:45.497598 [ 3 ] {21986c00-9840-40c4-9974-c577543ad19b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
3202 | 2024.09.03 23:52:45.498050 [ 3 ] {21986c00-9840-40c4-9974-c577543ad19b} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3203 | 2024.09.03 23:52:45.498201 [ 3 ] {21986c00-9840-40c4-9974-c577543ad19b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001828 sec., 2188.183807439825 rows/sec., 178.43 KiB/sec. | ||
3204 | 2024.09.03 23:52:45.498470 [ 3 ] {21986c00-9840-40c4-9974-c577543ad19b} <Debug> DynamicQueryHandler: Done processing query | ||
3205 | 2024.09.03 23:52:45.498495 [ 3 ] {21986c00-9840-40c4-9974-c577543ad19b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3206 | 2024.09.03 23:52:45.498512 [ 3 ] {} <Debug> HTTP-Session: dfcc3edc-7ddf-4950-bb74-7ed3c22affd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3207 | 2024.09.03 23:52:45.498651 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 13553, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3208 | 2024.09.03 23:52:45.498700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3209 | 2024.09.03 23:52:45.498719 [ 3 ] {} <Debug> HTTP-Session: 9b37d130-f3ea-4fbf-bb7f-060130611c16 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3210 | 2024.09.03 23:52:45.498737 [ 3 ] {} <Debug> HTTP-Session: 9b37d130-f3ea-4fbf-bb7f-060130611c16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3211 | 2024.09.03 23:52:45.498752 [ 3 ] {} <Debug> HTTP-Session: 9b37d130-f3ea-4fbf-bb7f-060130611c16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3212 | 2024.09.03 23:52:45.498786 [ 3 ] {} <Trace> HTTP-Session: 9b37d130-f3ea-4fbf-bb7f-060130611c16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3213 | 2024.09.03 23:52:45.498915 [ 3 ] {802a6f68-b86c-42a6-9b73-6476ecda66b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3214 | 2024.09.03 23:52:45.498961 [ 3 ] {802a6f68-b86c-42a6-9b73-6476ecda66b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3215 | 2024.09.03 23:52:45.499206 [ 3 ] {802a6f68-b86c-42a6-9b73-6476ecda66b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3216 | 2024.09.03 23:52:45.499586 [ 3 ] {802a6f68-b86c-42a6-9b73-6476ecda66b4} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3217 | 2024.09.03 23:52:45.499632 [ 3 ] {802a6f68-b86c-42a6-9b73-6476ecda66b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3218 | 2024.09.03 23:52:45.500010 [ 3 ] {802a6f68-b86c-42a6-9b73-6476ecda66b4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3219 | 2024.09.03 23:52:45.500369 [ 3 ] {802a6f68-b86c-42a6-9b73-6476ecda66b4} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3220 | 2024.09.03 23:52:45.500537 [ 3 ] {802a6f68-b86c-42a6-9b73-6476ecda66b4} <Debug> executeQuery: Read 90 rows, 8.06 KiB in 0.001661 sec., 54184.22636965683 rows/sec., 4.74 MiB/sec. | ||
3221 | 2024.09.03 23:52:45.500713 [ 3 ] {802a6f68-b86c-42a6-9b73-6476ecda66b4} <Debug> DynamicQueryHandler: Done processing query | ||
3222 | 2024.09.03 23:52:45.500738 [ 3 ] {802a6f68-b86c-42a6-9b73-6476ecda66b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3223 | 2024.09.03 23:52:45.500754 [ 3 ] {} <Debug> HTTP-Session: 9b37d130-f3ea-4fbf-bb7f-060130611c16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3224 | 2024.09.03 23:52:45.500887 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 5054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3225 | 2024.09.03 23:52:45.500938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3226 | 2024.09.03 23:52:45.500962 [ 3 ] {} <Debug> HTTP-Session: faf79cdb-7bd2-4bf7-bc5b-c8a853b51d73 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3227 | 2024.09.03 23:52:45.500981 [ 3 ] {} <Debug> HTTP-Session: faf79cdb-7bd2-4bf7-bc5b-c8a853b51d73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3228 | 2024.09.03 23:52:45.500995 [ 3 ] {} <Debug> HTTP-Session: faf79cdb-7bd2-4bf7-bc5b-c8a853b51d73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3229 | 2024.09.03 23:52:45.501027 [ 3 ] {} <Trace> HTTP-Session: faf79cdb-7bd2-4bf7-bc5b-c8a853b51d73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3230 | 2024.09.03 23:52:45.501137 [ 3 ] {3aac4751-7baf-4e7d-88fe-6f5bec26732b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3231 | 2024.09.03 23:52:45.501181 [ 3 ] {3aac4751-7baf-4e7d-88fe-6f5bec26732b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3232 | 2024.09.03 23:52:45.501410 [ 3 ] {3aac4751-7baf-4e7d-88fe-6f5bec26732b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3233 | 2024.09.03 23:52:45.501757 [ 3 ] {3aac4751-7baf-4e7d-88fe-6f5bec26732b} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3234 | 2024.09.03 23:52:45.501793 [ 3 ] {3aac4751-7baf-4e7d-88fe-6f5bec26732b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3235 | 2024.09.03 23:52:45.502141 [ 3 ] {3aac4751-7baf-4e7d-88fe-6f5bec26732b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3236 | 2024.09.03 23:52:45.502502 [ 3 ] {3aac4751-7baf-4e7d-88fe-6f5bec26732b} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3237 | 2024.09.03 23:52:45.502662 [ 3 ] {3aac4751-7baf-4e7d-88fe-6f5bec26732b} <Debug> executeQuery: Read 35 rows, 2.61 KiB in 0.001554 sec., 22522.522522522522 rows/sec., 1.64 MiB/sec. | ||
3238 | 2024.09.03 23:52:45.502864 [ 3 ] {3aac4751-7baf-4e7d-88fe-6f5bec26732b} <Debug> DynamicQueryHandler: Done processing query | ||
3239 | 2024.09.03 23:52:45.502889 [ 3 ] {3aac4751-7baf-4e7d-88fe-6f5bec26732b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3240 | 2024.09.03 23:52:45.502906 [ 3 ] {} <Debug> HTTP-Session: faf79cdb-7bd2-4bf7-bc5b-c8a853b51d73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3241 | 2024.09.03 23:52:45.503031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 10719, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3242 | 2024.09.03 23:52:45.503079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3243 | 2024.09.03 23:52:45.503099 [ 3 ] {} <Debug> HTTP-Session: 6fd662c2-644a-43f7-b9a6-24e0e188072a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3244 | 2024.09.03 23:52:45.503116 [ 3 ] {} <Debug> HTTP-Session: 6fd662c2-644a-43f7-b9a6-24e0e188072a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3245 | 2024.09.03 23:52:45.503130 [ 3 ] {} <Debug> HTTP-Session: 6fd662c2-644a-43f7-b9a6-24e0e188072a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3246 | 2024.09.03 23:52:45.503160 [ 3 ] {} <Trace> HTTP-Session: 6fd662c2-644a-43f7-b9a6-24e0e188072a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3247 | 2024.09.03 23:52:45.503278 [ 3 ] {e30e14e4-9927-404c-8063-365ddf3e5192} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3248 | 2024.09.03 23:52:45.503321 [ 3 ] {e30e14e4-9927-404c-8063-365ddf3e5192} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3249 | 2024.09.03 23:52:45.503547 [ 3 ] {e30e14e4-9927-404c-8063-365ddf3e5192} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3250 | 2024.09.03 23:52:45.503903 [ 3 ] {e30e14e4-9927-404c-8063-365ddf3e5192} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3251 | 2024.09.03 23:52:45.503940 [ 3 ] {e30e14e4-9927-404c-8063-365ddf3e5192} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3252 | 2024.09.03 23:52:45.504305 [ 3 ] {e30e14e4-9927-404c-8063-365ddf3e5192} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3253 | 2024.09.03 23:52:45.504676 [ 3 ] {e30e14e4-9927-404c-8063-365ddf3e5192} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3254 | 2024.09.03 23:52:45.504834 [ 3 ] {e30e14e4-9927-404c-8063-365ddf3e5192} <Debug> executeQuery: Read 63 rows, 5.04 KiB in 0.001587 sec., 39697.54253308129 rows/sec., 3.10 MiB/sec. | ||
3255 | 2024.09.03 23:52:45.505006 [ 3 ] {e30e14e4-9927-404c-8063-365ddf3e5192} <Debug> DynamicQueryHandler: Done processing query | ||
3256 | 2024.09.03 23:52:45.505031 [ 3 ] {e30e14e4-9927-404c-8063-365ddf3e5192} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3257 | 2024.09.03 23:52:45.505047 [ 3 ] {} <Debug> HTTP-Session: 6fd662c2-644a-43f7-b9a6-24e0e188072a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3258 | 2024.09.03 23:52:45.505187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 19506, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3259 | 2024.09.03 23:52:45.505235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3260 | 2024.09.03 23:52:45.505255 [ 3 ] {} <Debug> HTTP-Session: 209549aa-72df-4428-a486-aad1b8218eb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3261 | 2024.09.03 23:52:45.505272 [ 3 ] {} <Debug> HTTP-Session: 209549aa-72df-4428-a486-aad1b8218eb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3262 | 2024.09.03 23:52:45.505286 [ 3 ] {} <Debug> HTTP-Session: 209549aa-72df-4428-a486-aad1b8218eb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3263 | 2024.09.03 23:52:45.505319 [ 3 ] {} <Trace> HTTP-Session: 209549aa-72df-4428-a486-aad1b8218eb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3264 | 2024.09.03 23:52:45.505449 [ 3 ] {9789ea0c-5368-476d-9e4f-f49b8024126d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3265 | 2024.09.03 23:52:45.505498 [ 3 ] {9789ea0c-5368-476d-9e4f-f49b8024126d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3266 | 2024.09.03 23:52:45.505642 [ 3 ] {9789ea0c-5368-476d-9e4f-f49b8024126d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3267 | 2024.09.03 23:52:45.505985 [ 3 ] {9789ea0c-5368-476d-9e4f-f49b8024126d} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3268 | 2024.09.03 23:52:45.506021 [ 3 ] {9789ea0c-5368-476d-9e4f-f49b8024126d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3269 | 2024.09.03 23:52:45.506407 [ 3 ] {9789ea0c-5368-476d-9e4f-f49b8024126d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3270 | 2024.09.03 23:52:45.506748 [ 3 ] {9789ea0c-5368-476d-9e4f-f49b8024126d} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3271 | 2024.09.03 23:52:45.506911 [ 3 ] {9789ea0c-5368-476d-9e4f-f49b8024126d} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.001518 sec., 67193.67588932806 rows/sec., 4.66 MiB/sec. | ||
3272 | 2024.09.03 23:52:45.507073 [ 3 ] {9789ea0c-5368-476d-9e4f-f49b8024126d} <Debug> DynamicQueryHandler: Done processing query | ||
3273 | 2024.09.03 23:52:45.507098 [ 3 ] {9789ea0c-5368-476d-9e4f-f49b8024126d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3274 | 2024.09.03 23:52:45.507114 [ 3 ] {} <Debug> HTTP-Session: 209549aa-72df-4428-a486-aad1b8218eb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3275 | 2024.09.03 23:52:45.507260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 51783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3276 | 2024.09.03 23:52:45.507309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3277 | 2024.09.03 23:52:45.507328 [ 3 ] {} <Debug> HTTP-Session: 885d64e0-0b1c-459c-96a2-024d3e2f4595 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3278 | 2024.09.03 23:52:45.507345 [ 3 ] {} <Debug> HTTP-Session: 885d64e0-0b1c-459c-96a2-024d3e2f4595 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3279 | 2024.09.03 23:52:45.507360 [ 3 ] {} <Debug> HTTP-Session: 885d64e0-0b1c-459c-96a2-024d3e2f4595 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3280 | 2024.09.03 23:52:45.507391 [ 3 ] {} <Trace> HTTP-Session: 885d64e0-0b1c-459c-96a2-024d3e2f4595 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3281 | 2024.09.03 23:52:45.507704 [ 3 ] {e229b7eb-8074-4b4c-8412-a085222e099b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
3282 | 2024.09.03 23:52:45.507768 [ 3 ] {e229b7eb-8074-4b4c-8412-a085222e099b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3283 | 2024.09.03 23:52:45.508174 [ 3 ] {e229b7eb-8074-4b4c-8412-a085222e099b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3284 | 2024.09.03 23:52:45.508836 [ 3 ] {e229b7eb-8074-4b4c-8412-a085222e099b} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3285 | 2024.09.03 23:52:45.508875 [ 3 ] {e229b7eb-8074-4b4c-8412-a085222e099b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3286 | 2024.09.03 23:52:45.509521 [ 3 ] {e229b7eb-8074-4b4c-8412-a085222e099b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3287 | 2024.09.03 23:52:45.509927 [ 3 ] {e229b7eb-8074-4b4c-8412-a085222e099b} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3288 | 2024.09.03 23:52:45.510096 [ 46 ] {} <Debug> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3289 | 2024.09.03 23:52:45.510126 [ 3 ] {e229b7eb-8074-4b4c-8412-a085222e099b} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00265 sec., 11698.11320754717 rows/sec., 20.96 MiB/sec. | ||
3290 | 2024.09.03 23:52:45.510164 [ 46 ] {} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3291 | 2024.09.03 23:52:45.510233 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3292 | 2024.09.03 23:52:45.510779 [ 199 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
3293 | 2024.09.03 23:52:45.510868 [ 3 ] {e229b7eb-8074-4b4c-8412-a085222e099b} <Debug> DynamicQueryHandler: Done processing query | ||
3294 | 2024.09.03 23:52:45.510922 [ 3 ] {e229b7eb-8074-4b4c-8412-a085222e099b} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
3295 | 2024.09.03 23:52:45.510962 [ 3 ] {} <Debug> HTTP-Session: 885d64e0-0b1c-459c-96a2-024d3e2f4595 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3296 | 2024.09.03 23:52:45.511168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 4612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3297 | 2024.09.03 23:52:45.511288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3298 | 2024.09.03 23:52:45.511349 [ 3 ] {} <Debug> HTTP-Session: f40916ef-ee1a-4c5f-9786-b55b7070bf27 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3299 | 2024.09.03 23:52:45.511397 [ 3 ] {} <Debug> HTTP-Session: f40916ef-ee1a-4c5f-9786-b55b7070bf27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3300 | 2024.09.03 23:52:45.511438 [ 3 ] {} <Debug> HTTP-Session: f40916ef-ee1a-4c5f-9786-b55b7070bf27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3301 | 2024.09.03 23:52:45.511480 [ 199 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3302 | 2024.09.03 23:52:45.511506 [ 3 ] {} <Trace> HTTP-Session: f40916ef-ee1a-4c5f-9786-b55b7070bf27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3303 | 2024.09.03 23:52:45.511607 [ 199 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 31 rows starting from the beginning of the part | ||
3304 | 2024.09.03 23:52:45.511702 [ 3 ] {9de7e30b-1251-44fc-a781-29e793b6d612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3305 | 2024.09.03 23:52:45.511830 [ 3 ] {9de7e30b-1251-44fc-a781-29e793b6d612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3306 | 2024.09.03 23:52:45.512439 [ 199 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 31 rows starting from the beginning of the part | ||
3307 | 2024.09.03 23:52:45.512687 [ 3 ] {9de7e30b-1251-44fc-a781-29e793b6d612} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3308 | 2024.09.03 23:52:45.513159 [ 199 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 31 rows starting from the beginning of the part | ||
3309 | 2024.09.03 23:52:45.513978 [ 3 ] {9de7e30b-1251-44fc-a781-29e793b6d612} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3310 | 2024.09.03 23:52:45.513979 [ 199 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 31 rows starting from the beginning of the part | ||
3311 | 2024.09.03 23:52:45.514038 [ 3 ] {9de7e30b-1251-44fc-a781-29e793b6d612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3312 | 2024.09.03 23:52:45.514673 [ 199 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 31 rows starting from the beginning of the part | ||
3313 | 2024.09.03 23:52:45.515178 [ 199 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 31 rows starting from the beginning of the part | ||
3314 | 2024.09.03 23:52:45.515504 [ 3 ] {9de7e30b-1251-44fc-a781-29e793b6d612} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3315 | 2024.09.03 23:52:45.516514 [ 3 ] {9de7e30b-1251-44fc-a781-29e793b6d612} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): 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.09.03 23:52:45.516892 [ 3 ] {9de7e30b-1251-44fc-a781-29e793b6d612} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.005232 sec., 5733.944954128441 rows/sec., 402.23 KiB/sec. | ||
3317 | 2024.09.03 23:52:45.517556 [ 3 ] {9de7e30b-1251-44fc-a781-29e793b6d612} <Debug> DynamicQueryHandler: Done processing query | ||
3318 | 2024.09.03 23:52:45.517605 [ 3 ] {9de7e30b-1251-44fc-a781-29e793b6d612} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3319 | 2024.09.03 23:52:45.517641 [ 3 ] {} <Debug> HTTP-Session: f40916ef-ee1a-4c5f-9786-b55b7070bf27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3320 | 2024.09.03 23:52:45.522192 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 19 columns (19 merged, 0 gathered) in 0.011775283 sec., 15795.798708192408 rows/sec., 28.31 MiB/sec. | ||
3321 | 2024.09.03 23:52:45.522711 [ 197 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3322 | 2024.09.03 23:52:45.523403 [ 197 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3323 | 2024.09.03 23:52:45.523491 [ 197 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3324 | 2024.09.03 23:52:45.523657 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. | ||
3325 | 2024.09.03 23:52:48.277743 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3326 | 2024.09.03 23:52:48.277845 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3327 | 2024.09.03 23:52:50.491915 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3328 | 2024.09.03 23:52:50.492048 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3329 | 2024.09.03 23:52:50.492075 [ 3 ] {} <Debug> HTTP-Session: fbc1703d-c3dc-4c9a-a213-569a84bea3cb Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3330 | 2024.09.03 23:52:50.492099 [ 3 ] {} <Debug> HTTP-Session: fbc1703d-c3dc-4c9a-a213-569a84bea3cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3331 | 2024.09.03 23:52:50.492114 [ 3 ] {} <Debug> HTTP-Session: fbc1703d-c3dc-4c9a-a213-569a84bea3cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3332 | 2024.09.03 23:52:50.492167 [ 3 ] {} <Trace> HTTP-Session: fbc1703d-c3dc-4c9a-a213-569a84bea3cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3333 | 2024.09.03 23:52:50.492424 [ 3 ] {0b4e5847-cd72-4c4d-bbca-c2546d18b1bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
3334 | 2024.09.03 23:52:50.492843 [ 3 ] {0b4e5847-cd72-4c4d-bbca-c2546d18b1bb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3335 | 2024.09.03 23:52:50.492897 [ 3 ] {0b4e5847-cd72-4c4d-bbca-c2546d18b1bb} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
3336 | 2024.09.03 23:52:50.493274 [ 3 ] {0b4e5847-cd72-4c4d-bbca-c2546d18b1bb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3337 | 2024.09.03 23:52:50.493363 [ 3 ] {0b4e5847-cd72-4c4d-bbca-c2546d18b1bb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3338 | 2024.09.03 23:52:50.493539 [ 3 ] {0b4e5847-cd72-4c4d-bbca-c2546d18b1bb} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
3339 | 2024.09.03 23:52:50.493634 [ 261 ] {0b4e5847-cd72-4c4d-bbca-c2546d18b1bb} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3340 | 2024.09.03 23:52:50.493776 [ 258 ] {0b4e5847-cd72-4c4d-bbca-c2546d18b1bb} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3341 | 2024.09.03 23:52:50.493800 [ 263 ] {0b4e5847-cd72-4c4d-bbca-c2546d18b1bb} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
3342 | 2024.09.03 23:52:50.493848 [ 262 ] {0b4e5847-cd72-4c4d-bbca-c2546d18b1bb} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3343 | 2024.09.03 23:52:50.493809 [ 254 ] {0b4e5847-cd72-4c4d-bbca-c2546d18b1bb} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3344 | 2024.09.03 23:52:50.494008 [ 3 ] {0b4e5847-cd72-4c4d-bbca-c2546d18b1bb} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges | ||
3345 | 2024.09.03 23:52:50.494039 [ 3 ] {0b4e5847-cd72-4c4d-bbca-c2546d18b1bb} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3346 | 2024.09.03 23:52:50.494176 [ 3 ] {0b4e5847-cd72-4c4d-bbca-c2546d18b1bb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3347 | 2024.09.03 23:52:50.494203 [ 3 ] {0b4e5847-cd72-4c4d-bbca-c2546d18b1bb} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
3348 | 2024.09.03 23:52:50.494249 [ 3 ] {0b4e5847-cd72-4c4d-bbca-c2546d18b1bb} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3349 | 2024.09.03 23:52:50.494296 [ 3 ] {0b4e5847-cd72-4c4d-bbca-c2546d18b1bb} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3350 | 2024.09.03 23:52:50.494337 [ 3 ] {0b4e5847-cd72-4c4d-bbca-c2546d18b1bb} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3351 | 2024.09.03 23:52:50.494378 [ 3 ] {0b4e5847-cd72-4c4d-bbca-c2546d18b1bb} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3352 | 2024.09.03 23:52:50.496546 [ 3 ] {0b4e5847-cd72-4c4d-bbca-c2546d18b1bb} <Debug> executeQuery: Read 36 rows, 1.36 KiB in 0.004236 sec., 8498.583569405098 rows/sec., 321.14 KiB/sec. | ||
3353 | 2024.09.03 23:52:50.496983 [ 3 ] {0b4e5847-cd72-4c4d-bbca-c2546d18b1bb} <Debug> DynamicQueryHandler: Done processing query | ||
3354 | 2024.09.03 23:52:50.497012 [ 3 ] {0b4e5847-cd72-4c4d-bbca-c2546d18b1bb} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
3355 | 2024.09.03 23:52:50.497031 [ 3 ] {} <Debug> HTTP-Session: fbc1703d-c3dc-4c9a-a213-569a84bea3cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3356 | 2024.09.03 23:52:50.497463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 273, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3357 | 2024.09.03 23:52:50.497536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3358 | 2024.09.03 23:52:50.497561 [ 3 ] {} <Debug> HTTP-Session: 1b719e05-feda-460f-b4e9-0116a7ca9f49 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3359 | 2024.09.03 23:52:50.497587 [ 3 ] {} <Debug> HTTP-Session: 1b719e05-feda-460f-b4e9-0116a7ca9f49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3360 | 2024.09.03 23:52:50.497606 [ 3 ] {} <Debug> HTTP-Session: 1b719e05-feda-460f-b4e9-0116a7ca9f49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3361 | 2024.09.03 23:52:50.497651 [ 3 ] {} <Trace> HTTP-Session: 1b719e05-feda-460f-b4e9-0116a7ca9f49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3362 | 2024.09.03 23:52:50.497815 [ 3 ] {5b3708ac-68d3-4737-85d8-b31a09afb9c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
3363 | 2024.09.03 23:52:50.497878 [ 3 ] {5b3708ac-68d3-4737-85d8-b31a09afb9c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3364 | 2024.09.03 23:52:50.498108 [ 3 ] {5b3708ac-68d3-4737-85d8-b31a09afb9c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3365 | 2024.09.03 23:52:50.498573 [ 3 ] {5b3708ac-68d3-4737-85d8-b31a09afb9c4} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3366 | 2024.09.03 23:52:50.498627 [ 3 ] {5b3708ac-68d3-4737-85d8-b31a09afb9c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3367 | 2024.09.03 23:52:50.499272 [ 3 ] {5b3708ac-68d3-4737-85d8-b31a09afb9c4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3368 | 2024.09.03 23:52:50.499732 [ 3 ] {5b3708ac-68d3-4737-85d8-b31a09afb9c4} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3369 | 2024.09.03 23:52:50.499925 [ 3 ] {5b3708ac-68d3-4737-85d8-b31a09afb9c4} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.002147 sec., 465.76618537494176 rows/sec., 48.21 KiB/sec. | ||
3370 | 2024.09.03 23:52:50.499935 [ 41 ] {} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3371 | 2024.09.03 23:52:50.500042 [ 41 ] {} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3372 | 2024.09.03 23:52:50.500089 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3373 | 2024.09.03 23:52:50.500269 [ 3 ] {5b3708ac-68d3-4737-85d8-b31a09afb9c4} <Debug> DynamicQueryHandler: Done processing query | ||
3374 | 2024.09.03 23:52:50.500277 [ 199 ] {73466ccf-ba3a-48dd-81a1-69d423d13da4::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 | ||
3375 | 2024.09.03 23:52:50.500308 [ 3 ] {5b3708ac-68d3-4737-85d8-b31a09afb9c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3376 | 2024.09.03 23:52:50.500360 [ 3 ] {} <Debug> HTTP-Session: 1b719e05-feda-460f-b4e9-0116a7ca9f49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3377 | 2024.09.03 23:52:50.500542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3378 | 2024.09.03 23:52:50.500664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3379 | 2024.09.03 23:52:50.500713 [ 3 ] {} <Debug> HTTP-Session: e4b92597-ff63-4528-9b86-2f39826ea729 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3380 | 2024.09.03 23:52:50.500770 [ 3 ] {} <Debug> HTTP-Session: e4b92597-ff63-4528-9b86-2f39826ea729 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3381 | 2024.09.03 23:52:50.500809 [ 3 ] {} <Debug> HTTP-Session: e4b92597-ff63-4528-9b86-2f39826ea729 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3382 | 2024.09.03 23:52:50.500906 [ 3 ] {} <Trace> HTTP-Session: e4b92597-ff63-4528-9b86-2f39826ea729 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3383 | 2024.09.03 23:52:50.500992 [ 199 ] {73466ccf-ba3a-48dd-81a1-69d423d13da4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3384 | 2024.09.03 23:52:50.501077 [ 199 ] {73466ccf-ba3a-48dd-81a1-69d423d13da4::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 | ||
3385 | 2024.09.03 23:52:50.501179 [ 3 ] {cdb96df8-2ff8-400f-99ed-5f16796724c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3386 | 2024.09.03 23:52:50.501331 [ 199 ] {73466ccf-ba3a-48dd-81a1-69d423d13da4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
3387 | 2024.09.03 23:52:50.501339 [ 3 ] {cdb96df8-2ff8-400f-99ed-5f16796724c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3388 | 2024.09.03 23:52:50.501662 [ 199 ] {73466ccf-ba3a-48dd-81a1-69d423d13da4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part | ||
3389 | 2024.09.03 23:52:50.501930 [ 199 ] {73466ccf-ba3a-48dd-81a1-69d423d13da4::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 | ||
3390 | 2024.09.03 23:52:50.502245 [ 199 ] {73466ccf-ba3a-48dd-81a1-69d423d13da4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
3391 | 2024.09.03 23:52:50.502580 [ 199 ] {73466ccf-ba3a-48dd-81a1-69d423d13da4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
3392 | 2024.09.03 23:52:50.502848 [ 3 ] {cdb96df8-2ff8-400f-99ed-5f16796724c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3393 | 2024.09.03 23:52:50.503918 [ 3 ] {cdb96df8-2ff8-400f-99ed-5f16796724c7} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3394 | 2024.09.03 23:52:50.503993 [ 3 ] {cdb96df8-2ff8-400f-99ed-5f16796724c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3395 | 2024.09.03 23:52:50.505120 [ 3 ] {cdb96df8-2ff8-400f-99ed-5f16796724c7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3396 | 2024.09.03 23:52:50.506487 [ 3 ] {cdb96df8-2ff8-400f-99ed-5f16796724c7} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3397 | 2024.09.03 23:52:50.506865 [ 3 ] {cdb96df8-2ff8-400f-99ed-5f16796724c7} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.005774 sec., 692.7606511950122 rows/sec., 56.49 KiB/sec. | ||
3398 | 2024.09.03 23:52:50.507400 [ 3 ] {cdb96df8-2ff8-400f-99ed-5f16796724c7} <Debug> DynamicQueryHandler: Done processing query | ||
3399 | 2024.09.03 23:52:50.507466 [ 3 ] {cdb96df8-2ff8-400f-99ed-5f16796724c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3400 | 2024.09.03 23:52:50.507534 [ 3 ] {} <Debug> HTTP-Session: e4b92597-ff63-4528-9b86-2f39826ea729 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3401 | 2024.09.03 23:52:50.507839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 26440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3402 | 2024.09.03 23:52:50.507951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3403 | 2024.09.03 23:52:50.508007 [ 3 ] {} <Debug> HTTP-Session: cc7a0258-0a2f-46ea-9da4-1ceb837720a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3404 | 2024.09.03 23:52:50.508068 [ 3 ] {} <Debug> HTTP-Session: cc7a0258-0a2f-46ea-9da4-1ceb837720a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3405 | 2024.09.03 23:52:50.508116 [ 3 ] {} <Debug> HTTP-Session: cc7a0258-0a2f-46ea-9da4-1ceb837720a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3406 | 2024.09.03 23:52:50.508221 [ 3 ] {} <Trace> HTTP-Session: cc7a0258-0a2f-46ea-9da4-1ceb837720a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3407 | 2024.09.03 23:52:50.508577 [ 3 ] {dd42073c-0970-4379-813c-7d4765f3d497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3408 | 2024.09.03 23:52:50.508668 [ 3 ] {dd42073c-0970-4379-813c-7d4765f3d497} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3409 | 2024.09.03 23:52:50.510036 [ 3 ] {dd42073c-0970-4379-813c-7d4765f3d497} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3410 | 2024.09.03 23:52:50.511498 [ 3 ] {dd42073c-0970-4379-813c-7d4765f3d497} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3411 | 2024.09.03 23:52:50.511566 [ 3 ] {dd42073c-0970-4379-813c-7d4765f3d497} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3412 | 2024.09.03 23:52:50.512587 [ 199 ] {73466ccf-ba3a-48dd-81a1-69d423d13da4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 6 columns (6 merged, 0 gathered) in 0.012395187 sec., 3065.7060680084937 rows/sec., 496.82 KiB/sec. | ||
3413 | 2024.09.03 23:52:50.512719 [ 3 ] {dd42073c-0970-4379-813c-7d4765f3d497} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3414 | 2024.09.03 23:52:50.512824 [ 199 ] {73466ccf-ba3a-48dd-81a1-69d423d13da4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3415 | 2024.09.03 23:52:50.513910 [ 3 ] {dd42073c-0970-4379-813c-7d4765f3d497} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3416 | 2024.09.03 23:52:50.514279 [ 3 ] {dd42073c-0970-4379-813c-7d4765f3d497} <Debug> executeQuery: Read 174 rows, 15.87 KiB in 0.005864 sec., 29672.57844474761 rows/sec., 2.64 MiB/sec. | ||
3417 | 2024.09.03 23:52:50.514504 [ 199 ] {73466ccf-ba3a-48dd-81a1-69d423d13da4::all_1_6_1} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3418 | 2024.09.03 23:52:50.514659 [ 199 ] {73466ccf-ba3a-48dd-81a1-69d423d13da4::all_1_6_1} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3419 | 2024.09.03 23:52:50.514664 [ 3 ] {dd42073c-0970-4379-813c-7d4765f3d497} <Debug> DynamicQueryHandler: Done processing query | ||
3420 | 2024.09.03 23:52:50.514721 [ 3 ] {dd42073c-0970-4379-813c-7d4765f3d497} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3421 | 2024.09.03 23:52:50.514786 [ 3 ] {} <Debug> HTTP-Session: cc7a0258-0a2f-46ea-9da4-1ceb837720a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3422 | 2024.09.03 23:52:50.514847 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
3423 | 2024.09.03 23:52:50.514979 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1467, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3424 | 2024.09.03 23:52:50.515036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3425 | 2024.09.03 23:52:50.515055 [ 3 ] {} <Debug> HTTP-Session: a7ed057c-eb80-4cdf-9648-12520bfb462e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3426 | 2024.09.03 23:52:50.515072 [ 3 ] {} <Debug> HTTP-Session: a7ed057c-eb80-4cdf-9648-12520bfb462e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3427 | 2024.09.03 23:52:50.515086 [ 3 ] {} <Debug> HTTP-Session: a7ed057c-eb80-4cdf-9648-12520bfb462e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3428 | 2024.09.03 23:52:50.515121 [ 3 ] {} <Trace> HTTP-Session: a7ed057c-eb80-4cdf-9648-12520bfb462e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3429 | 2024.09.03 23:52:50.515229 [ 3 ] {23fd997f-a800-464b-b874-f044cb537809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3430 | 2024.09.03 23:52:50.515273 [ 3 ] {23fd997f-a800-464b-b874-f044cb537809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3431 | 2024.09.03 23:52:50.515530 [ 3 ] {23fd997f-a800-464b-b874-f044cb537809} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3432 | 2024.09.03 23:52:50.515863 [ 3 ] {23fd997f-a800-464b-b874-f044cb537809} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3433 | 2024.09.03 23:52:50.515900 [ 3 ] {23fd997f-a800-464b-b874-f044cb537809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3434 | 2024.09.03 23:52:50.516281 [ 3 ] {23fd997f-a800-464b-b874-f044cb537809} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3435 | 2024.09.03 23:52:50.516657 [ 3 ] {23fd997f-a800-464b-b874-f044cb537809} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3436 | 2024.09.03 23:52:50.516817 [ 3 ] {23fd997f-a800-464b-b874-f044cb537809} <Debug> executeQuery: Read 10 rows, 748.00 B in 0.001608 sec., 6218.905472636816 rows/sec., 454.27 KiB/sec. | ||
3437 | 2024.09.03 23:52:50.516979 [ 3 ] {23fd997f-a800-464b-b874-f044cb537809} <Debug> DynamicQueryHandler: Done processing query | ||
3438 | 2024.09.03 23:52:50.517003 [ 3 ] {23fd997f-a800-464b-b874-f044cb537809} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3439 | 2024.09.03 23:52:50.517019 [ 3 ] {} <Debug> HTTP-Session: a7ed057c-eb80-4cdf-9648-12520bfb462e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3440 | 2024.09.03 23:52:50.517143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 2051, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3441 | 2024.09.03 23:52:50.517190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3442 | 2024.09.03 23:52:50.517209 [ 3 ] {} <Debug> HTTP-Session: c358c304-9e3d-424f-a862-a34256ccf54b Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3443 | 2024.09.03 23:52:50.517225 [ 3 ] {} <Debug> HTTP-Session: c358c304-9e3d-424f-a862-a34256ccf54b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3444 | 2024.09.03 23:52:50.517239 [ 3 ] {} <Debug> HTTP-Session: c358c304-9e3d-424f-a862-a34256ccf54b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3445 | 2024.09.03 23:52:50.517270 [ 3 ] {} <Trace> HTTP-Session: c358c304-9e3d-424f-a862-a34256ccf54b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3446 | 2024.09.03 23:52:50.517368 [ 3 ] {e37ca8a0-7880-403f-9bc5-a1cb0e9f093c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3447 | 2024.09.03 23:52:50.517411 [ 3 ] {e37ca8a0-7880-403f-9bc5-a1cb0e9f093c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3448 | 2024.09.03 23:52:50.517634 [ 3 ] {e37ca8a0-7880-403f-9bc5-a1cb0e9f093c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3449 | 2024.09.03 23:52:50.517941 [ 3 ] {e37ca8a0-7880-403f-9bc5-a1cb0e9f093c} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3450 | 2024.09.03 23:52:50.517980 [ 3 ] {e37ca8a0-7880-403f-9bc5-a1cb0e9f093c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3451 | 2024.09.03 23:52:50.518332 [ 3 ] {e37ca8a0-7880-403f-9bc5-a1cb0e9f093c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3452 | 2024.09.03 23:52:50.518694 [ 3 ] {e37ca8a0-7880-403f-9bc5-a1cb0e9f093c} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3453 | 2024.09.03 23:52:50.518852 [ 3 ] {e37ca8a0-7880-403f-9bc5-a1cb0e9f093c} <Debug> executeQuery: Read 15 rows, 1.05 KiB in 0.001503 sec., 9980.039920159681 rows/sec., 696.52 KiB/sec. | ||
3454 | 2024.09.03 23:52:50.519028 [ 3 ] {e37ca8a0-7880-403f-9bc5-a1cb0e9f093c} <Debug> DynamicQueryHandler: Done processing query | ||
3455 | 2024.09.03 23:52:50.519052 [ 3 ] {e37ca8a0-7880-403f-9bc5-a1cb0e9f093c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3456 | 2024.09.03 23:52:50.519068 [ 3 ] {} <Debug> HTTP-Session: c358c304-9e3d-424f-a862-a34256ccf54b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3457 | 2024.09.03 23:52:50.519180 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3458 | 2024.09.03 23:52:50.519228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3459 | 2024.09.03 23:52:50.519247 [ 3 ] {} <Debug> HTTP-Session: cb61539e-f92a-4401-9dcd-f0a776a1205e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3460 | 2024.09.03 23:52:50.519264 [ 3 ] {} <Debug> HTTP-Session: cb61539e-f92a-4401-9dcd-f0a776a1205e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3461 | 2024.09.03 23:52:50.519278 [ 3 ] {} <Debug> HTTP-Session: cb61539e-f92a-4401-9dcd-f0a776a1205e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3462 | 2024.09.03 23:52:50.519308 [ 3 ] {} <Trace> HTTP-Session: cb61539e-f92a-4401-9dcd-f0a776a1205e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3463 | 2024.09.03 23:52:50.519402 [ 3 ] {c193e77d-9a5c-4b8a-aba1-584c8066fba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
3464 | 2024.09.03 23:52:50.519444 [ 3 ] {c193e77d-9a5c-4b8a-aba1-584c8066fba9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3465 | 2024.09.03 23:52:50.519668 [ 3 ] {c193e77d-9a5c-4b8a-aba1-584c8066fba9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3466 | 2024.09.03 23:52:50.520008 [ 3 ] {c193e77d-9a5c-4b8a-aba1-584c8066fba9} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3467 | 2024.09.03 23:52:50.520044 [ 3 ] {c193e77d-9a5c-4b8a-aba1-584c8066fba9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3468 | 2024.09.03 23:52:50.520394 [ 3 ] {c193e77d-9a5c-4b8a-aba1-584c8066fba9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3469 | 2024.09.03 23:52:50.520750 [ 3 ] {c193e77d-9a5c-4b8a-aba1-584c8066fba9} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3470 | 2024.09.03 23:52:50.520911 [ 3 ] {c193e77d-9a5c-4b8a-aba1-584c8066fba9} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001523 sec., 3939.592908732764 rows/sec., 232.76 KiB/sec. | ||
3471 | 2024.09.03 23:52:50.521210 [ 3 ] {c193e77d-9a5c-4b8a-aba1-584c8066fba9} <Debug> DynamicQueryHandler: Done processing query | ||
3472 | 2024.09.03 23:52:50.521234 [ 3 ] {c193e77d-9a5c-4b8a-aba1-584c8066fba9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3473 | 2024.09.03 23:52:50.521251 [ 3 ] {} <Debug> HTTP-Session: cb61539e-f92a-4401-9dcd-f0a776a1205e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3474 | 2024.09.03 23:52:50.521489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 57881, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3475 | 2024.09.03 23:52:50.521560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3476 | 2024.09.03 23:52:50.521589 [ 3 ] {} <Debug> HTTP-Session: 0c04ca99-da26-4e16-a744-65844628aa78 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3477 | 2024.09.03 23:52:50.521613 [ 3 ] {} <Debug> HTTP-Session: 0c04ca99-da26-4e16-a744-65844628aa78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3478 | 2024.09.03 23:52:50.521637 [ 3 ] {} <Debug> HTTP-Session: 0c04ca99-da26-4e16-a744-65844628aa78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3479 | 2024.09.03 23:52:50.521682 [ 3 ] {} <Trace> HTTP-Session: 0c04ca99-da26-4e16-a744-65844628aa78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3480 | 2024.09.03 23:52:50.521972 [ 3 ] {83c07d0d-eb35-454f-b699-280bba354a21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3481 | 2024.09.03 23:52:50.522027 [ 3 ] {83c07d0d-eb35-454f-b699-280bba354a21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3482 | 2024.09.03 23:52:50.522378 [ 3 ] {83c07d0d-eb35-454f-b699-280bba354a21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3483 | 2024.09.03 23:52:50.523061 [ 3 ] {83c07d0d-eb35-454f-b699-280bba354a21} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3484 | 2024.09.03 23:52:50.523104 [ 3 ] {83c07d0d-eb35-454f-b699-280bba354a21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3485 | 2024.09.03 23:52:50.523628 [ 3 ] {83c07d0d-eb35-454f-b699-280bba354a21} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3486 | 2024.09.03 23:52:50.524100 [ 3 ] {83c07d0d-eb35-454f-b699-280bba354a21} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3487 | 2024.09.03 23:52:50.524260 [ 3 ] {83c07d0d-eb35-454f-b699-280bba354a21} <Debug> executeQuery: Read 359 rows, 25.85 KiB in 0.002452 sec., 146411.0929853181 rows/sec., 10.30 MiB/sec. | ||
3488 | 2024.09.03 23:52:50.524436 [ 3 ] {83c07d0d-eb35-454f-b699-280bba354a21} <Debug> DynamicQueryHandler: Done processing query | ||
3489 | 2024.09.03 23:52:50.524467 [ 3 ] {83c07d0d-eb35-454f-b699-280bba354a21} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
3490 | 2024.09.03 23:52:50.524488 [ 3 ] {} <Debug> HTTP-Session: 0c04ca99-da26-4e16-a744-65844628aa78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3491 | 2024.09.03 23:52:50.524660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3492 | 2024.09.03 23:52:50.524718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3493 | 2024.09.03 23:52:50.524739 [ 3 ] {} <Debug> HTTP-Session: 14172162-77df-4e07-b257-83048a77cf92 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3494 | 2024.09.03 23:52:50.524756 [ 3 ] {} <Debug> HTTP-Session: 14172162-77df-4e07-b257-83048a77cf92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3495 | 2024.09.03 23:52:50.524771 [ 3 ] {} <Debug> HTTP-Session: 14172162-77df-4e07-b257-83048a77cf92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3496 | 2024.09.03 23:52:50.524803 [ 3 ] {} <Trace> HTTP-Session: 14172162-77df-4e07-b257-83048a77cf92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3497 | 2024.09.03 23:52:50.524907 [ 3 ] {557f1063-01d9-4eea-aea1-aced1c438bf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3498 | 2024.09.03 23:52:50.524953 [ 3 ] {557f1063-01d9-4eea-aea1-aced1c438bf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3499 | 2024.09.03 23:52:50.525090 [ 3 ] {557f1063-01d9-4eea-aea1-aced1c438bf9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3500 | 2024.09.03 23:52:50.525377 [ 3 ] {557f1063-01d9-4eea-aea1-aced1c438bf9} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3501 | 2024.09.03 23:52:50.525415 [ 3 ] {557f1063-01d9-4eea-aea1-aced1c438bf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3502 | 2024.09.03 23:52:50.525787 [ 3 ] {557f1063-01d9-4eea-aea1-aced1c438bf9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3503 | 2024.09.03 23:52:50.526124 [ 3 ] {557f1063-01d9-4eea-aea1-aced1c438bf9} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3504 | 2024.09.03 23:52:50.526287 [ 3 ] {557f1063-01d9-4eea-aea1-aced1c438bf9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001392 sec., 4310.3448275862065 rows/sec., 225.20 KiB/sec. | ||
3505 | 2024.09.03 23:52:50.526289 [ 41 ] {} <Debug> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3506 | 2024.09.03 23:52:50.526383 [ 41 ] {} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3507 | 2024.09.03 23:52:50.526428 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3508 | 2024.09.03 23:52:50.526576 [ 3 ] {557f1063-01d9-4eea-aea1-aced1c438bf9} <Debug> DynamicQueryHandler: Done processing query | ||
3509 | 2024.09.03 23:52:50.526586 [ 199 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
3510 | 2024.09.03 23:52:50.526613 [ 3 ] {557f1063-01d9-4eea-aea1-aced1c438bf9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3511 | 2024.09.03 23:52:50.526669 [ 3 ] {} <Debug> HTTP-Session: 14172162-77df-4e07-b257-83048a77cf92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3512 | 2024.09.03 23:52:50.526783 [ 199 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3513 | 2024.09.03 23:52:50.526819 [ 199 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
3514 | 2024.09.03 23:52:50.526951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 33514, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3515 | 2024.09.03 23:52:50.526984 [ 199 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
3516 | 2024.09.03 23:52:50.527121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3517 | 2024.09.03 23:52:50.527226 [ 3 ] {} <Debug> HTTP-Session: e0ba84cb-0dd8-4767-89c2-1df0c171c9e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3518 | 2024.09.03 23:52:50.527258 [ 199 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
3519 | 2024.09.03 23:52:50.527301 [ 3 ] {} <Debug> HTTP-Session: e0ba84cb-0dd8-4767-89c2-1df0c171c9e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3520 | 2024.09.03 23:52:50.527353 [ 3 ] {} <Debug> HTTP-Session: e0ba84cb-0dd8-4767-89c2-1df0c171c9e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3521 | 2024.09.03 23:52:50.527576 [ 3 ] {} <Trace> HTTP-Session: e0ba84cb-0dd8-4767-89c2-1df0c171c9e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3522 | 2024.09.03 23:52:50.527646 [ 199 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
3523 | 2024.09.03 23:52:50.528071 [ 199 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
3524 | 2024.09.03 23:52:50.528094 [ 3 ] {522398d3-3c52-4328-87d4-464242cb9f28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3525 | 2024.09.03 23:52:50.528282 [ 3 ] {522398d3-3c52-4328-87d4-464242cb9f28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3526 | 2024.09.03 23:52:50.528329 [ 199 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
3527 | 2024.09.03 23:52:50.529193 [ 3 ] {522398d3-3c52-4328-87d4-464242cb9f28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3528 | 2024.09.03 23:52:50.530253 [ 3 ] {522398d3-3c52-4328-87d4-464242cb9f28} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3529 | 2024.09.03 23:52:50.530335 [ 3 ] {522398d3-3c52-4328-87d4-464242cb9f28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3530 | 2024.09.03 23:52:50.531350 [ 195 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004836084 sec., 7444.039433558226 rows/sec., 388.92 KiB/sec. | ||
3531 | 2024.09.03 23:52:50.531432 [ 3 ] {522398d3-3c52-4328-87d4-464242cb9f28} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3532 | 2024.09.03 23:52:50.531514 [ 195 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3533 | 2024.09.03 23:52:50.532135 [ 3 ] {522398d3-3c52-4328-87d4-464242cb9f28} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3534 | 2024.09.03 23:52:50.532387 [ 187 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_6_1} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3535 | 2024.09.03 23:52:50.532476 [ 3 ] {522398d3-3c52-4328-87d4-464242cb9f28} <Debug> executeQuery: Read 179 rows, 12.10 KiB in 0.004547 sec., 39366.61535078074 rows/sec., 2.60 MiB/sec. | ||
3536 | 2024.09.03 23:52:50.532667 [ 187 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_6_1} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3537 | 2024.09.03 23:52:50.532987 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
3538 | 2024.09.03 23:52:50.533161 [ 3 ] {522398d3-3c52-4328-87d4-464242cb9f28} <Debug> DynamicQueryHandler: Done processing query | ||
3539 | 2024.09.03 23:52:50.533190 [ 3 ] {522398d3-3c52-4328-87d4-464242cb9f28} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3540 | 2024.09.03 23:52:50.533207 [ 3 ] {} <Debug> HTTP-Session: e0ba84cb-0dd8-4767-89c2-1df0c171c9e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3541 | 2024.09.03 23:52:50.533350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 370, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3542 | 2024.09.03 23:52:50.533400 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3543 | 2024.09.03 23:52:50.533420 [ 3 ] {} <Debug> HTTP-Session: 3c8715b4-f9df-4be2-803b-4f91fc4869fc Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3544 | 2024.09.03 23:52:50.533436 [ 3 ] {} <Debug> HTTP-Session: 3c8715b4-f9df-4be2-803b-4f91fc4869fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3545 | 2024.09.03 23:52:50.533450 [ 3 ] {} <Debug> HTTP-Session: 3c8715b4-f9df-4be2-803b-4f91fc4869fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3546 | 2024.09.03 23:52:50.533482 [ 3 ] {} <Trace> HTTP-Session: 3c8715b4-f9df-4be2-803b-4f91fc4869fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3547 | 2024.09.03 23:52:50.533581 [ 3 ] {ddcf074d-9a39-489c-85a5-a84c5880c274} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
3548 | 2024.09.03 23:52:50.533628 [ 3 ] {ddcf074d-9a39-489c-85a5-a84c5880c274} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3549 | 2024.09.03 23:52:50.533788 [ 3 ] {ddcf074d-9a39-489c-85a5-a84c5880c274} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3550 | 2024.09.03 23:52:50.534071 [ 3 ] {ddcf074d-9a39-489c-85a5-a84c5880c274} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3551 | 2024.09.03 23:52:50.534108 [ 3 ] {ddcf074d-9a39-489c-85a5-a84c5880c274} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3552 | 2024.09.03 23:52:50.534477 [ 3 ] {ddcf074d-9a39-489c-85a5-a84c5880c274} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3553 | 2024.09.03 23:52:50.534814 [ 3 ] {ddcf074d-9a39-489c-85a5-a84c5880c274} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3554 | 2024.09.03 23:52:50.534974 [ 3 ] {ddcf074d-9a39-489c-85a5-a84c5880c274} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.001411 sec., 1417.4344436569809 rows/sec., 92.74 KiB/sec. | ||
3555 | 2024.09.03 23:52:50.535139 [ 3 ] {ddcf074d-9a39-489c-85a5-a84c5880c274} <Debug> DynamicQueryHandler: Done processing query | ||
3556 | 2024.09.03 23:52:50.535163 [ 3 ] {ddcf074d-9a39-489c-85a5-a84c5880c274} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3557 | 2024.09.03 23:52:50.535178 [ 3 ] {} <Debug> HTTP-Session: 3c8715b4-f9df-4be2-803b-4f91fc4869fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3558 | 2024.09.03 23:52:50.535299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 10112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3559 | 2024.09.03 23:52:50.535347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3560 | 2024.09.03 23:52:50.535366 [ 3 ] {} <Debug> HTTP-Session: 4687940d-2d2c-440c-8152-f194d8766f12 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3561 | 2024.09.03 23:52:50.535382 [ 3 ] {} <Debug> HTTP-Session: 4687940d-2d2c-440c-8152-f194d8766f12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3562 | 2024.09.03 23:52:50.535396 [ 3 ] {} <Debug> HTTP-Session: 4687940d-2d2c-440c-8152-f194d8766f12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3563 | 2024.09.03 23:52:50.535426 [ 3 ] {} <Trace> HTTP-Session: 4687940d-2d2c-440c-8152-f194d8766f12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3564 | 2024.09.03 23:52:50.535591 [ 3 ] {92c5d462-94da-4f64-9fe0-0fa72ec9ab3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
3565 | 2024.09.03 23:52:50.535653 [ 3 ] {92c5d462-94da-4f64-9fe0-0fa72ec9ab3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3566 | 2024.09.03 23:52:50.536082 [ 3 ] {92c5d462-94da-4f64-9fe0-0fa72ec9ab3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3567 | 2024.09.03 23:52:50.536595 [ 3 ] {92c5d462-94da-4f64-9fe0-0fa72ec9ab3d} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3568 | 2024.09.03 23:52:50.536631 [ 3 ] {92c5d462-94da-4f64-9fe0-0fa72ec9ab3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3569 | 2024.09.03 23:52:50.537243 [ 3 ] {92c5d462-94da-4f64-9fe0-0fa72ec9ab3d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3570 | 2024.09.03 23:52:50.537663 [ 3 ] {92c5d462-94da-4f64-9fe0-0fa72ec9ab3d} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3571 | 2024.09.03 23:52:50.537871 [ 3 ] {92c5d462-94da-4f64-9fe0-0fa72ec9ab3d} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002361 sec., 2541.2960609911056 rows/sec., 4.55 MiB/sec. | ||
3572 | 2024.09.03 23:52:50.538339 [ 3 ] {92c5d462-94da-4f64-9fe0-0fa72ec9ab3d} <Debug> DynamicQueryHandler: Done processing query | ||
3573 | 2024.09.03 23:52:50.538363 [ 3 ] {92c5d462-94da-4f64-9fe0-0fa72ec9ab3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
3574 | 2024.09.03 23:52:50.538383 [ 3 ] {} <Debug> HTTP-Session: 4687940d-2d2c-440c-8152-f194d8766f12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3575 | 2024.09.03 23:52:50.538494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 516, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3576 | 2024.09.03 23:52:50.538542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3577 | 2024.09.03 23:52:50.538561 [ 3 ] {} <Debug> HTTP-Session: a1ee1362-93c7-41a4-9719-cdd8ba8348e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3578 | 2024.09.03 23:52:50.538578 [ 3 ] {} <Debug> HTTP-Session: a1ee1362-93c7-41a4-9719-cdd8ba8348e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3579 | 2024.09.03 23:52:50.538592 [ 3 ] {} <Debug> HTTP-Session: a1ee1362-93c7-41a4-9719-cdd8ba8348e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3580 | 2024.09.03 23:52:50.538623 [ 3 ] {} <Trace> HTTP-Session: a1ee1362-93c7-41a4-9719-cdd8ba8348e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3581 | 2024.09.03 23:52:50.538719 [ 3 ] {3e8c35cd-e484-4347-b487-fb557408de22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3582 | 2024.09.03 23:52:50.538765 [ 3 ] {3e8c35cd-e484-4347-b487-fb557408de22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3583 | 2024.09.03 23:52:50.538905 [ 3 ] {3e8c35cd-e484-4347-b487-fb557408de22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3584 | 2024.09.03 23:52:50.539176 [ 3 ] {3e8c35cd-e484-4347-b487-fb557408de22} <Trace> oximeter.measurements_i64 (6dccfcb5-ea8e-4ec3-8477-256f4b48c830): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3585 | 2024.09.03 23:52:50.539212 [ 3 ] {3e8c35cd-e484-4347-b487-fb557408de22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3586 | 2024.09.03 23:52:50.539567 [ 3 ] {3e8c35cd-e484-4347-b487-fb557408de22} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3587 | 2024.09.03 23:52:50.539905 [ 3 ] {3e8c35cd-e484-4347-b487-fb557408de22} <Trace> oximeter.measurements_i64 (6dccfcb5-ea8e-4ec3-8477-256f4b48c830): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3588 | 2024.09.03 23:52:50.540069 [ 3 ] {3e8c35cd-e484-4347-b487-fb557408de22} <Debug> executeQuery: Read 3 rows, 217.00 B in 0.001366 sec., 2196.1932650073204 rows/sec., 155.13 KiB/sec. | ||
3589 | 2024.09.03 23:52:50.540326 [ 3 ] {3e8c35cd-e484-4347-b487-fb557408de22} <Debug> DynamicQueryHandler: Done processing query | ||
3590 | 2024.09.03 23:52:50.540350 [ 3 ] {3e8c35cd-e484-4347-b487-fb557408de22} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3591 | 2024.09.03 23:52:50.540365 [ 3 ] {} <Debug> HTTP-Session: a1ee1362-93c7-41a4-9719-cdd8ba8348e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3592 | 2024.09.03 23:52:50.540509 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 7638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3593 | 2024.09.03 23:52:50.540556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3594 | 2024.09.03 23:52:50.540574 [ 3 ] {} <Debug> HTTP-Session: 2a3a7b05-e492-4376-b042-2f89f6407cfc Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3595 | 2024.09.03 23:52:50.540590 [ 3 ] {} <Debug> HTTP-Session: 2a3a7b05-e492-4376-b042-2f89f6407cfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3596 | 2024.09.03 23:52:50.540604 [ 3 ] {} <Debug> HTTP-Session: 2a3a7b05-e492-4376-b042-2f89f6407cfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3597 | 2024.09.03 23:52:50.540634 [ 3 ] {} <Trace> HTTP-Session: 2a3a7b05-e492-4376-b042-2f89f6407cfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3598 | 2024.09.03 23:52:50.540745 [ 3 ] {c99d36fb-7eed-44f9-a042-10d0fa0cee3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3599 | 2024.09.03 23:52:50.540789 [ 3 ] {c99d36fb-7eed-44f9-a042-10d0fa0cee3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3600 | 2024.09.03 23:52:50.540936 [ 3 ] {c99d36fb-7eed-44f9-a042-10d0fa0cee3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3601 | 2024.09.03 23:52:50.541253 [ 3 ] {c99d36fb-7eed-44f9-a042-10d0fa0cee3f} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3602 | 2024.09.03 23:52:50.541290 [ 3 ] {c99d36fb-7eed-44f9-a042-10d0fa0cee3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3603 | 2024.09.03 23:52:50.541646 [ 3 ] {c99d36fb-7eed-44f9-a042-10d0fa0cee3f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3604 | 2024.09.03 23:52:50.541986 [ 3 ] {c99d36fb-7eed-44f9-a042-10d0fa0cee3f} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3605 | 2024.09.03 23:52:50.542138 [ 3 ] {c99d36fb-7eed-44f9-a042-10d0fa0cee3f} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001423 sec., 36542.51581166549 rows/sec., 2.26 MiB/sec. | ||
3606 | 2024.09.03 23:52:50.542308 [ 3 ] {c99d36fb-7eed-44f9-a042-10d0fa0cee3f} <Debug> DynamicQueryHandler: Done processing query | ||
3607 | 2024.09.03 23:52:50.542331 [ 3 ] {c99d36fb-7eed-44f9-a042-10d0fa0cee3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3608 | 2024.09.03 23:52:50.542347 [ 3 ] {} <Debug> HTTP-Session: 2a3a7b05-e492-4376-b042-2f89f6407cfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3609 | 2024.09.03 23:52:51.000158 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.60 MiB, peak 189.79 MiB, free memory in arenas 0.00 B, will set to 180.56 MiB (RSS), difference: -1.03 MiB | ||
3610 | 2024.09.03 23:52:55.517774 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3611 | 2024.09.03 23:52:55.517902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3612 | 2024.09.03 23:52:55.517927 [ 3 ] {} <Debug> HTTP-Session: 7f944fc3-d276-445b-bf2c-96672709337e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3613 | 2024.09.03 23:52:55.517952 [ 3 ] {} <Debug> HTTP-Session: 7f944fc3-d276-445b-bf2c-96672709337e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3614 | 2024.09.03 23:52:55.517966 [ 3 ] {} <Debug> HTTP-Session: 7f944fc3-d276-445b-bf2c-96672709337e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3615 | 2024.09.03 23:52:55.518017 [ 3 ] {} <Trace> HTTP-Session: 7f944fc3-d276-445b-bf2c-96672709337e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3616 | 2024.09.03 23:52:55.518206 [ 3 ] {ad7f4ee3-e405-4ab4-a1c3-1de61c7cf10d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3617 | 2024.09.03 23:52:55.518277 [ 3 ] {ad7f4ee3-e405-4ab4-a1c3-1de61c7cf10d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3618 | 2024.09.03 23:52:55.518615 [ 3 ] {ad7f4ee3-e405-4ab4-a1c3-1de61c7cf10d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3619 | 2024.09.03 23:52:55.519041 [ 3 ] {ad7f4ee3-e405-4ab4-a1c3-1de61c7cf10d} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3620 | 2024.09.03 23:52:55.519089 [ 3 ] {ad7f4ee3-e405-4ab4-a1c3-1de61c7cf10d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3621 | 2024.09.03 23:52:55.519518 [ 3 ] {ad7f4ee3-e405-4ab4-a1c3-1de61c7cf10d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3622 | 2024.09.03 23:52:55.519903 [ 3 ] {ad7f4ee3-e405-4ab4-a1c3-1de61c7cf10d} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3623 | 2024.09.03 23:52:55.520068 [ 3 ] {ad7f4ee3-e405-4ab4-a1c3-1de61c7cf10d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001912 sec., 1046.0251046025105 rows/sec., 85.30 KiB/sec. | ||
3624 | 2024.09.03 23:52:55.520298 [ 3 ] {ad7f4ee3-e405-4ab4-a1c3-1de61c7cf10d} <Debug> DynamicQueryHandler: Done processing query | ||
3625 | 2024.09.03 23:52:55.520326 [ 3 ] {ad7f4ee3-e405-4ab4-a1c3-1de61c7cf10d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3626 | 2024.09.03 23:52:55.520342 [ 3 ] {} <Debug> HTTP-Session: 7f944fc3-d276-445b-bf2c-96672709337e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3627 | 2024.09.03 23:52:55.520650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 182627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3628 | 2024.09.03 23:52:55.520707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3629 | 2024.09.03 23:52:55.520727 [ 3 ] {} <Debug> HTTP-Session: 0950017c-f156-44d6-9c39-a1644a56ceb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3630 | 2024.09.03 23:52:55.520746 [ 3 ] {} <Debug> HTTP-Session: 0950017c-f156-44d6-9c39-a1644a56ceb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3631 | 2024.09.03 23:52:55.520761 [ 3 ] {} <Debug> HTTP-Session: 0950017c-f156-44d6-9c39-a1644a56ceb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3632 | 2024.09.03 23:52:55.520797 [ 3 ] {} <Trace> HTTP-Session: 0950017c-f156-44d6-9c39-a1644a56ceb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3633 | 2024.09.03 23:52:55.521790 [ 3 ] {97349330-5f0c-4993-bbdd-4f01eee4ed2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3634 | 2024.09.03 23:52:55.521841 [ 3 ] {97349330-5f0c-4993-bbdd-4f01eee4ed2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3635 | 2024.09.03 23:52:55.522085 [ 3 ] {97349330-5f0c-4993-bbdd-4f01eee4ed2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3636 | 2024.09.03 23:52:55.523255 [ 3 ] {97349330-5f0c-4993-bbdd-4f01eee4ed2b} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3637 | 2024.09.03 23:52:55.523296 [ 3 ] {97349330-5f0c-4993-bbdd-4f01eee4ed2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3638 | 2024.09.03 23:52:55.523817 [ 3 ] {97349330-5f0c-4993-bbdd-4f01eee4ed2b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3639 | 2024.09.03 23:52:55.524190 [ 3 ] {97349330-5f0c-4993-bbdd-4f01eee4ed2b} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3640 | 2024.09.03 23:52:55.524352 [ 3 ] {97349330-5f0c-4993-bbdd-4f01eee4ed2b} <Debug> executeQuery: Read 1255 rows, 106.61 KiB in 0.003401 sec., 369009.1149661864 rows/sec., 30.61 MiB/sec. | ||
3641 | 2024.09.03 23:52:55.524654 [ 3 ] {97349330-5f0c-4993-bbdd-4f01eee4ed2b} <Debug> DynamicQueryHandler: Done processing query | ||
3642 | 2024.09.03 23:52:55.524680 [ 3 ] {97349330-5f0c-4993-bbdd-4f01eee4ed2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
3643 | 2024.09.03 23:52:55.524697 [ 3 ] {} <Debug> HTTP-Session: 0950017c-f156-44d6-9c39-a1644a56ceb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3644 | 2024.09.03 23:52:55.524891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 4773, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3645 | 2024.09.03 23:52:55.524945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3646 | 2024.09.03 23:52:55.524966 [ 3 ] {} <Debug> HTTP-Session: f62e3fc6-3072-4ea0-b59b-c0514d7d4254 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3647 | 2024.09.03 23:52:55.524984 [ 3 ] {} <Debug> HTTP-Session: f62e3fc6-3072-4ea0-b59b-c0514d7d4254 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3648 | 2024.09.03 23:52:55.524998 [ 3 ] {} <Debug> HTTP-Session: f62e3fc6-3072-4ea0-b59b-c0514d7d4254 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3649 | 2024.09.03 23:52:55.525031 [ 3 ] {} <Trace> HTTP-Session: f62e3fc6-3072-4ea0-b59b-c0514d7d4254 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3650 | 2024.09.03 23:52:55.525141 [ 3 ] {3ab97b86-4479-427a-84ed-302c6c29f6ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3651 | 2024.09.03 23:52:55.525187 [ 3 ] {3ab97b86-4479-427a-84ed-302c6c29f6ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3652 | 2024.09.03 23:52:55.525434 [ 3 ] {3ab97b86-4479-427a-84ed-302c6c29f6ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3653 | 2024.09.03 23:52:55.525757 [ 3 ] {3ab97b86-4479-427a-84ed-302c6c29f6ee} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3654 | 2024.09.03 23:52:55.525794 [ 3 ] {3ab97b86-4479-427a-84ed-302c6c29f6ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3655 | 2024.09.03 23:52:55.526147 [ 3 ] {3ab97b86-4479-427a-84ed-302c6c29f6ee} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3656 | 2024.09.03 23:52:55.526507 [ 3 ] {3ab97b86-4479-427a-84ed-302c6c29f6ee} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3657 | 2024.09.03 23:52:55.526669 [ 3 ] {3ab97b86-4479-427a-84ed-302c6c29f6ee} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.001547 sec., 21331.609566903684 rows/sec., 1.56 MiB/sec. | ||
3658 | 2024.09.03 23:52:55.526981 [ 3 ] {3ab97b86-4479-427a-84ed-302c6c29f6ee} <Debug> DynamicQueryHandler: Done processing query | ||
3659 | 2024.09.03 23:52:55.527005 [ 3 ] {3ab97b86-4479-427a-84ed-302c6c29f6ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3660 | 2024.09.03 23:52:55.527022 [ 3 ] {} <Debug> HTTP-Session: f62e3fc6-3072-4ea0-b59b-c0514d7d4254 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3661 | 2024.09.03 23:52:55.527208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3662 | 2024.09.03 23:52:55.527258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3663 | 2024.09.03 23:52:55.527278 [ 3 ] {} <Debug> HTTP-Session: caf5e456-7742-4af8-9530-3fb878b91b6c Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3664 | 2024.09.03 23:52:55.527294 [ 3 ] {} <Debug> HTTP-Session: caf5e456-7742-4af8-9530-3fb878b91b6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3665 | 2024.09.03 23:52:55.527308 [ 3 ] {} <Debug> HTTP-Session: caf5e456-7742-4af8-9530-3fb878b91b6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3666 | 2024.09.03 23:52:55.527339 [ 3 ] {} <Trace> HTTP-Session: caf5e456-7742-4af8-9530-3fb878b91b6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3667 | 2024.09.03 23:52:55.527541 [ 3 ] {412aad2c-0889-4ccc-9765-7fbe90885f25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3668 | 2024.09.03 23:52:55.527585 [ 3 ] {412aad2c-0889-4ccc-9765-7fbe90885f25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3669 | 2024.09.03 23:52:55.527833 [ 3 ] {412aad2c-0889-4ccc-9765-7fbe90885f25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3670 | 2024.09.03 23:52:55.528250 [ 3 ] {412aad2c-0889-4ccc-9765-7fbe90885f25} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3671 | 2024.09.03 23:52:55.528287 [ 3 ] {412aad2c-0889-4ccc-9765-7fbe90885f25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3672 | 2024.09.03 23:52:55.528649 [ 3 ] {412aad2c-0889-4ccc-9765-7fbe90885f25} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3673 | 2024.09.03 23:52:55.529014 [ 3 ] {412aad2c-0889-4ccc-9765-7fbe90885f25} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3674 | 2024.09.03 23:52:55.529173 [ 3 ] {412aad2c-0889-4ccc-9765-7fbe90885f25} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001752 sec., 130136.98630136986 rows/sec., 8.81 MiB/sec. | ||
3675 | 2024.09.03 23:52:55.529348 [ 3 ] {412aad2c-0889-4ccc-9765-7fbe90885f25} <Debug> DynamicQueryHandler: Done processing query | ||
3676 | 2024.09.03 23:52:55.529372 [ 3 ] {412aad2c-0889-4ccc-9765-7fbe90885f25} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3677 | 2024.09.03 23:52:55.529387 [ 3 ] {} <Debug> HTTP-Session: caf5e456-7742-4af8-9530-3fb878b91b6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3678 | 2024.09.03 23:52:55.529663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 90130, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3679 | 2024.09.03 23:52:55.529716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3680 | 2024.09.03 23:52:55.529734 [ 3 ] {} <Debug> HTTP-Session: 1675ef1c-f051-40da-96be-64cd29942e5e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3681 | 2024.09.03 23:52:55.529752 [ 3 ] {} <Debug> HTTP-Session: 1675ef1c-f051-40da-96be-64cd29942e5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3682 | 2024.09.03 23:52:55.529767 [ 3 ] {} <Debug> HTTP-Session: 1675ef1c-f051-40da-96be-64cd29942e5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3683 | 2024.09.03 23:52:55.529799 [ 3 ] {} <Trace> HTTP-Session: 1675ef1c-f051-40da-96be-64cd29942e5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3684 | 2024.09.03 23:52:55.530197 [ 3 ] {43dc6022-a3f2-4bb8-90a1-a5090a61188e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3685 | 2024.09.03 23:52:55.530242 [ 3 ] {43dc6022-a3f2-4bb8-90a1-a5090a61188e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3686 | 2024.09.03 23:52:55.530466 [ 3 ] {43dc6022-a3f2-4bb8-90a1-a5090a61188e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3687 | 2024.09.03 23:52:55.531119 [ 3 ] {43dc6022-a3f2-4bb8-90a1-a5090a61188e} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3688 | 2024.09.03 23:52:55.531155 [ 3 ] {43dc6022-a3f2-4bb8-90a1-a5090a61188e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3689 | 2024.09.03 23:52:55.531537 [ 3 ] {43dc6022-a3f2-4bb8-90a1-a5090a61188e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3690 | 2024.09.03 23:52:55.531890 [ 3 ] {43dc6022-a3f2-4bb8-90a1-a5090a61188e} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3691 | 2024.09.03 23:52:55.532050 [ 3 ] {43dc6022-a3f2-4bb8-90a1-a5090a61188e} <Debug> executeQuery: Read 545 rows, 41.41 KiB in 0.002124 sec., 256591.33709981167 rows/sec., 19.04 MiB/sec. | ||
3692 | 2024.09.03 23:52:55.532375 [ 3 ] {43dc6022-a3f2-4bb8-90a1-a5090a61188e} <Debug> DynamicQueryHandler: Done processing query | ||
3693 | 2024.09.03 23:52:55.532400 [ 3 ] {43dc6022-a3f2-4bb8-90a1-a5090a61188e} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
3694 | 2024.09.03 23:52:55.532416 [ 3 ] {} <Debug> HTTP-Session: 1675ef1c-f051-40da-96be-64cd29942e5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3695 | 2024.09.03 23:52:55.532664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 150865, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3696 | 2024.09.03 23:52:55.532718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3697 | 2024.09.03 23:52:55.532738 [ 3 ] {} <Debug> HTTP-Session: d09970d1-e57c-458e-aea7-935e262b23e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3698 | 2024.09.03 23:52:55.532754 [ 3 ] {} <Debug> HTTP-Session: d09970d1-e57c-458e-aea7-935e262b23e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3699 | 2024.09.03 23:52:55.532768 [ 3 ] {} <Debug> HTTP-Session: d09970d1-e57c-458e-aea7-935e262b23e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3700 | 2024.09.03 23:52:55.532798 [ 3 ] {} <Trace> HTTP-Session: d09970d1-e57c-458e-aea7-935e262b23e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3701 | 2024.09.03 23:52:55.533208 [ 3 ] {f0830e42-5d49-40cb-a3dd-9d15ed52e5e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3702 | 2024.09.03 23:52:55.533258 [ 3 ] {f0830e42-5d49-40cb-a3dd-9d15ed52e5e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3703 | 2024.09.03 23:52:55.533427 [ 3 ] {f0830e42-5d49-40cb-a3dd-9d15ed52e5e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3704 | 2024.09.03 23:52:55.534199 [ 3 ] {f0830e42-5d49-40cb-a3dd-9d15ed52e5e8} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3705 | 2024.09.03 23:52:55.534234 [ 3 ] {f0830e42-5d49-40cb-a3dd-9d15ed52e5e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3706 | 2024.09.03 23:52:55.534714 [ 3 ] {f0830e42-5d49-40cb-a3dd-9d15ed52e5e8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3707 | 2024.09.03 23:52:55.535075 [ 3 ] {f0830e42-5d49-40cb-a3dd-9d15ed52e5e8} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3708 | 2024.09.03 23:52:55.535230 [ 3 ] {f0830e42-5d49-40cb-a3dd-9d15ed52e5e8} <Debug> executeQuery: Read 795 rows, 54.64 KiB in 0.002266 sec., 350838.4819064431 rows/sec., 23.55 MiB/sec. | ||
3709 | 2024.09.03 23:52:55.535407 [ 3 ] {f0830e42-5d49-40cb-a3dd-9d15ed52e5e8} <Debug> DynamicQueryHandler: Done processing query | ||
3710 | 2024.09.03 23:52:55.535433 [ 3 ] {f0830e42-5d49-40cb-a3dd-9d15ed52e5e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.65 MiB. | ||
3711 | 2024.09.03 23:52:55.535450 [ 3 ] {} <Debug> HTTP-Session: d09970d1-e57c-458e-aea7-935e262b23e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3712 | 2024.09.03 23:52:55.535651 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 51802, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3713 | 2024.09.03 23:52:55.535699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3714 | 2024.09.03 23:52:55.535720 [ 3 ] {} <Debug> HTTP-Session: 9dc7cfee-4f0b-46dd-b210-7ff211b9c182 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3715 | 2024.09.03 23:52:55.535736 [ 3 ] {} <Debug> HTTP-Session: 9dc7cfee-4f0b-46dd-b210-7ff211b9c182 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3716 | 2024.09.03 23:52:55.535751 [ 3 ] {} <Debug> HTTP-Session: 9dc7cfee-4f0b-46dd-b210-7ff211b9c182 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3717 | 2024.09.03 23:52:55.535782 [ 3 ] {} <Trace> HTTP-Session: 9dc7cfee-4f0b-46dd-b210-7ff211b9c182 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3718 | 2024.09.03 23:52:55.536183 [ 3 ] {4f285324-73d7-420b-aa48-9970e78e31d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
3719 | 2024.09.03 23:52:55.536247 [ 3 ] {4f285324-73d7-420b-aa48-9970e78e31d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3720 | 2024.09.03 23:52:55.536657 [ 3 ] {4f285324-73d7-420b-aa48-9970e78e31d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3721 | 2024.09.03 23:52:55.537324 [ 3 ] {4f285324-73d7-420b-aa48-9970e78e31d8} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3722 | 2024.09.03 23:52:55.537361 [ 3 ] {4f285324-73d7-420b-aa48-9970e78e31d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3723 | 2024.09.03 23:52:55.537994 [ 3 ] {4f285324-73d7-420b-aa48-9970e78e31d8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3724 | 2024.09.03 23:52:55.538408 [ 3 ] {4f285324-73d7-420b-aa48-9970e78e31d8} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3725 | 2024.09.03 23:52:55.538614 [ 3 ] {4f285324-73d7-420b-aa48-9970e78e31d8} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00273 sec., 11355.311355311356 rows/sec., 20.35 MiB/sec. | ||
3726 | 2024.09.03 23:52:55.539096 [ 3 ] {4f285324-73d7-420b-aa48-9970e78e31d8} <Debug> DynamicQueryHandler: Done processing query | ||
3727 | 2024.09.03 23:52:55.539121 [ 3 ] {4f285324-73d7-420b-aa48-9970e78e31d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
3728 | 2024.09.03 23:52:55.539138 [ 3 ] {} <Debug> HTTP-Session: 9dc7cfee-4f0b-46dd-b210-7ff211b9c182 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3729 | 2024.09.03 23:52:55.539272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 5220, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3730 | 2024.09.03 23:52:55.539321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3731 | 2024.09.03 23:52:55.539340 [ 3 ] {} <Debug> HTTP-Session: 6ddc92a8-9883-4365-a7e6-7062e6441be9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3732 | 2024.09.03 23:52:55.539357 [ 3 ] {} <Debug> HTTP-Session: 6ddc92a8-9883-4365-a7e6-7062e6441be9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3733 | 2024.09.03 23:52:55.539371 [ 3 ] {} <Debug> HTTP-Session: 6ddc92a8-9883-4365-a7e6-7062e6441be9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3734 | 2024.09.03 23:52:55.539402 [ 3 ] {} <Trace> HTTP-Session: 6ddc92a8-9883-4365-a7e6-7062e6441be9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3735 | 2024.09.03 23:52:55.539509 [ 3 ] {48b64b56-3fae-4284-8291-542618db281d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3736 | 2024.09.03 23:52:55.539553 [ 3 ] {48b64b56-3fae-4284-8291-542618db281d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3737 | 2024.09.03 23:52:55.539694 [ 3 ] {48b64b56-3fae-4284-8291-542618db281d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3738 | 2024.09.03 23:52:55.539974 [ 3 ] {48b64b56-3fae-4284-8291-542618db281d} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3739 | 2024.09.03 23:52:55.540009 [ 3 ] {48b64b56-3fae-4284-8291-542618db281d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3740 | 2024.09.03 23:52:55.540374 [ 3 ] {48b64b56-3fae-4284-8291-542618db281d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3741 | 2024.09.03 23:52:55.540702 [ 3 ] {48b64b56-3fae-4284-8291-542618db281d} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3742 | 2024.09.03 23:52:55.540864 [ 3 ] {48b64b56-3fae-4284-8291-542618db281d} <Debug> executeQuery: Read 34 rows, 2.39 KiB in 0.001383 sec., 24584.237165582068 rows/sec., 1.68 MiB/sec. | ||
3743 | 2024.09.03 23:52:55.541031 [ 3 ] {48b64b56-3fae-4284-8291-542618db281d} <Debug> DynamicQueryHandler: Done processing query | ||
3744 | 2024.09.03 23:52:55.541054 [ 3 ] {48b64b56-3fae-4284-8291-542618db281d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3745 | 2024.09.03 23:52:55.541070 [ 3 ] {} <Debug> HTTP-Session: 6ddc92a8-9883-4365-a7e6-7062e6441be9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3746 | 2024.09.03 23:53:00.482694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1372, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3747 | 2024.09.03 23:53:00.482821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3748 | 2024.09.03 23:53:00.482847 [ 3 ] {} <Debug> HTTP-Session: bdbea930-ed63-423a-8a27-6917d5d9b5c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3749 | 2024.09.03 23:53:00.482872 [ 3 ] {} <Debug> HTTP-Session: bdbea930-ed63-423a-8a27-6917d5d9b5c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3750 | 2024.09.03 23:53:00.482887 [ 3 ] {} <Debug> HTTP-Session: bdbea930-ed63-423a-8a27-6917d5d9b5c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3751 | 2024.09.03 23:53:00.482936 [ 3 ] {} <Trace> HTTP-Session: bdbea930-ed63-423a-8a27-6917d5d9b5c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3752 | 2024.09.03 23:53:00.483186 [ 3 ] {b9951661-5edd-4596-9105-266e1111a5c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
3753 | 2024.09.03 23:53:00.483601 [ 3 ] {b9951661-5edd-4596-9105-266e1111a5c2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3754 | 2024.09.03 23:53:00.483654 [ 3 ] {b9951661-5edd-4596-9105-266e1111a5c2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
3755 | 2024.09.03 23:53:00.484092 [ 3 ] {b9951661-5edd-4596-9105-266e1111a5c2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3756 | 2024.09.03 23:53:00.484175 [ 3 ] {b9951661-5edd-4596-9105-266e1111a5c2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3757 | 2024.09.03 23:53:00.484353 [ 3 ] {b9951661-5edd-4596-9105-266e1111a5c2} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
3758 | 2024.09.03 23:53:00.484392 [ 3 ] {b9951661-5edd-4596-9105-266e1111a5c2} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
3759 | 2024.09.03 23:53:00.484418 [ 3 ] {b9951661-5edd-4596-9105-266e1111a5c2} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (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 | ||
3760 | 2024.09.03 23:53:00.484515 [ 3 ] {b9951661-5edd-4596-9105-266e1111a5c2} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3761 | 2024.09.03 23:53:00.484567 [ 3 ] {b9951661-5edd-4596-9105-266e1111a5c2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3762 | 2024.09.03 23:53:00.484592 [ 3 ] {b9951661-5edd-4596-9105-266e1111a5c2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 38 rows starting from 0 | ||
3763 | 2024.09.03 23:53:00.485679 [ 3 ] {b9951661-5edd-4596-9105-266e1111a5c2} <Debug> executeQuery: Read 38 rows, 1.44 KiB in 0.00261 sec., 14559.386973180077 rows/sec., 550.77 KiB/sec. | ||
3764 | 2024.09.03 23:53:00.485961 [ 3 ] {b9951661-5edd-4596-9105-266e1111a5c2} <Debug> DynamicQueryHandler: Done processing query | ||
3765 | 2024.09.03 23:53:00.485989 [ 3 ] {b9951661-5edd-4596-9105-266e1111a5c2} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
3766 | 2024.09.03 23:53:00.486007 [ 3 ] {} <Debug> HTTP-Session: bdbea930-ed63-423a-8a27-6917d5d9b5c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3767 | 2024.09.03 23:53:00.486264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1411, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3768 | 2024.09.03 23:53:00.486320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3769 | 2024.09.03 23:53:00.486340 [ 3 ] {} <Debug> HTTP-Session: a10d87ec-1713-4a71-b03f-fd4f4252d45a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3770 | 2024.09.03 23:53:00.486357 [ 3 ] {} <Debug> HTTP-Session: a10d87ec-1713-4a71-b03f-fd4f4252d45a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3771 | 2024.09.03 23:53:00.486372 [ 3 ] {} <Debug> HTTP-Session: a10d87ec-1713-4a71-b03f-fd4f4252d45a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3772 | 2024.09.03 23:53:00.486409 [ 3 ] {} <Trace> HTTP-Session: a10d87ec-1713-4a71-b03f-fd4f4252d45a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3773 | 2024.09.03 23:53:00.486573 [ 3 ] {c4169661-ee9f-4544-a1c3-f6352992f9f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
3774 | 2024.09.03 23:53:00.486881 [ 3 ] {c4169661-ee9f-4544-a1c3-f6352992f9f0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3775 | 2024.09.03 23:53:00.486931 [ 3 ] {c4169661-ee9f-4544-a1c3-f6352992f9f0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
3776 | 2024.09.03 23:53:00.487263 [ 3 ] {c4169661-ee9f-4544-a1c3-f6352992f9f0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3777 | 2024.09.03 23:53:00.487329 [ 3 ] {c4169661-ee9f-4544-a1c3-f6352992f9f0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3778 | 2024.09.03 23:53:00.487472 [ 3 ] {c4169661-ee9f-4544-a1c3-f6352992f9f0} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
3779 | 2024.09.03 23:53:00.487505 [ 3 ] {c4169661-ee9f-4544-a1c3-f6352992f9f0} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
3780 | 2024.09.03 23:53:00.487528 [ 3 ] {c4169661-ee9f-4544-a1c3-f6352992f9f0} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (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 | ||
3781 | 2024.09.03 23:53:00.487547 [ 3 ] {c4169661-ee9f-4544-a1c3-f6352992f9f0} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3782 | 2024.09.03 23:53:00.487591 [ 3 ] {c4169661-ee9f-4544-a1c3-f6352992f9f0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3783 | 2024.09.03 23:53:00.487614 [ 3 ] {c4169661-ee9f-4544-a1c3-f6352992f9f0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 38 rows starting from 0 | ||
3784 | 2024.09.03 23:53:00.488424 [ 3 ] {c4169661-ee9f-4544-a1c3-f6352992f9f0} <Debug> executeQuery: Read 38 rows, 1.44 KiB in 0.001935 sec., 19638.242894056846 rows/sec., 742.89 KiB/sec. | ||
3785 | 2024.09.03 23:53:00.488670 [ 3 ] {c4169661-ee9f-4544-a1c3-f6352992f9f0} <Debug> DynamicQueryHandler: Done processing query | ||
3786 | 2024.09.03 23:53:00.488695 [ 3 ] {c4169661-ee9f-4544-a1c3-f6352992f9f0} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
3787 | 2024.09.03 23:53:00.488712 [ 3 ] {} <Debug> HTTP-Session: a10d87ec-1713-4a71-b03f-fd4f4252d45a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3788 | 2024.09.03 23:53:00.489028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3789 | 2024.09.03 23:53:00.489079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3790 | 2024.09.03 23:53:00.489099 [ 3 ] {} <Debug> HTTP-Session: 9bf390dd-168c-4261-afb3-25d7c389edb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3791 | 2024.09.03 23:53:00.489118 [ 3 ] {} <Debug> HTTP-Session: 9bf390dd-168c-4261-afb3-25d7c389edb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3792 | 2024.09.03 23:53:00.489133 [ 3 ] {} <Debug> HTTP-Session: 9bf390dd-168c-4261-afb3-25d7c389edb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3793 | 2024.09.03 23:53:00.489166 [ 3 ] {} <Trace> HTTP-Session: 9bf390dd-168c-4261-afb3-25d7c389edb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3794 | 2024.09.03 23:53:00.489327 [ 3 ] {bb44b0a9-27cc-41b4-9555-60413ef20fed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
3795 | 2024.09.03 23:53:00.489634 [ 3 ] {bb44b0a9-27cc-41b4-9555-60413ef20fed} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3796 | 2024.09.03 23:53:00.489684 [ 3 ] {bb44b0a9-27cc-41b4-9555-60413ef20fed} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
3797 | 2024.09.03 23:53:00.490019 [ 3 ] {bb44b0a9-27cc-41b4-9555-60413ef20fed} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3798 | 2024.09.03 23:53:00.490084 [ 3 ] {bb44b0a9-27cc-41b4-9555-60413ef20fed} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3799 | 2024.09.03 23:53:00.490223 [ 3 ] {bb44b0a9-27cc-41b4-9555-60413ef20fed} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
3800 | 2024.09.03 23:53:00.490256 [ 3 ] {bb44b0a9-27cc-41b4-9555-60413ef20fed} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
3801 | 2024.09.03 23:53:00.490278 [ 3 ] {bb44b0a9-27cc-41b4-9555-60413ef20fed} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (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 | ||
3802 | 2024.09.03 23:53:00.490295 [ 3 ] {bb44b0a9-27cc-41b4-9555-60413ef20fed} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3803 | 2024.09.03 23:53:00.490338 [ 3 ] {bb44b0a9-27cc-41b4-9555-60413ef20fed} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3804 | 2024.09.03 23:53:00.490360 [ 3 ] {bb44b0a9-27cc-41b4-9555-60413ef20fed} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 38 rows starting from 0 | ||
3805 | 2024.09.03 23:53:00.491134 [ 3 ] {bb44b0a9-27cc-41b4-9555-60413ef20fed} <Debug> executeQuery: Read 38 rows, 1.44 KiB in 0.001889 sec., 20116.46373742721 rows/sec., 760.98 KiB/sec. | ||
3806 | 2024.09.03 23:53:00.491363 [ 3 ] {bb44b0a9-27cc-41b4-9555-60413ef20fed} <Debug> DynamicQueryHandler: Done processing query | ||
3807 | 2024.09.03 23:53:00.491387 [ 3 ] {bb44b0a9-27cc-41b4-9555-60413ef20fed} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
3808 | 2024.09.03 23:53:00.491405 [ 3 ] {} <Debug> HTTP-Session: 9bf390dd-168c-4261-afb3-25d7c389edb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3809 | 2024.09.03 23:53:00.491607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3810 | 2024.09.03 23:53:00.491655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3811 | 2024.09.03 23:53:00.491674 [ 3 ] {} <Debug> HTTP-Session: b31a28ea-67c1-4229-a0be-c2e3cf1cc298 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3812 | 2024.09.03 23:53:00.491692 [ 3 ] {} <Debug> HTTP-Session: b31a28ea-67c1-4229-a0be-c2e3cf1cc298 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3813 | 2024.09.03 23:53:00.491707 [ 3 ] {} <Debug> HTTP-Session: b31a28ea-67c1-4229-a0be-c2e3cf1cc298 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3814 | 2024.09.03 23:53:00.491738 [ 3 ] {} <Trace> HTTP-Session: b31a28ea-67c1-4229-a0be-c2e3cf1cc298 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3815 | 2024.09.03 23:53:00.491895 [ 3 ] {d598bbdd-d482-47d0-a750-3331860a2920} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', '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) | ||
3816 | 2024.09.03 23:53:00.492198 [ 3 ] {d598bbdd-d482-47d0-a750-3331860a2920} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3817 | 2024.09.03 23:53:00.492249 [ 3 ] {d598bbdd-d482-47d0-a750-3331860a2920} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', '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 | ||
3818 | 2024.09.03 23:53:00.492580 [ 3 ] {d598bbdd-d482-47d0-a750-3331860a2920} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3819 | 2024.09.03 23:53:00.492645 [ 3 ] {d598bbdd-d482-47d0-a750-3331860a2920} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3820 | 2024.09.03 23:53:00.492787 [ 3 ] {d598bbdd-d482-47d0-a750-3331860a2920} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
3821 | 2024.09.03 23:53:00.492821 [ 3 ] {d598bbdd-d482-47d0-a750-3331860a2920} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
3822 | 2024.09.03 23:53:00.492844 [ 3 ] {d598bbdd-d482-47d0-a750-3331860a2920} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (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 | ||
3823 | 2024.09.03 23:53:00.492862 [ 3 ] {d598bbdd-d482-47d0-a750-3331860a2920} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3824 | 2024.09.03 23:53:00.492904 [ 3 ] {d598bbdd-d482-47d0-a750-3331860a2920} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', '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'))" | ||
3825 | 2024.09.03 23:53:00.492927 [ 3 ] {d598bbdd-d482-47d0-a750-3331860a2920} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 38 rows starting from 0 | ||
3826 | 2024.09.03 23:53:00.493704 [ 3 ] {d598bbdd-d482-47d0-a750-3331860a2920} <Debug> executeQuery: Read 38 rows, 1.44 KiB in 0.001889 sec., 20116.46373742721 rows/sec., 760.98 KiB/sec. | ||
3827 | 2024.09.03 23:53:00.493970 [ 3 ] {d598bbdd-d482-47d0-a750-3331860a2920} <Debug> DynamicQueryHandler: Done processing query | ||
3828 | 2024.09.03 23:53:00.493994 [ 3 ] {d598bbdd-d482-47d0-a750-3331860a2920} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
3829 | 2024.09.03 23:53:00.494011 [ 3 ] {} <Debug> HTTP-Session: b31a28ea-67c1-4229-a0be-c2e3cf1cc298 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3830 | 2024.09.03 23:53:00.506560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3831 | 2024.09.03 23:53:00.506619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3832 | 2024.09.03 23:53:00.506640 [ 3 ] {} <Debug> HTTP-Session: e8ded839-03a5-4c23-a47b-41a348e1d564 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3833 | 2024.09.03 23:53:00.506658 [ 3 ] {} <Debug> HTTP-Session: e8ded839-03a5-4c23-a47b-41a348e1d564 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3834 | 2024.09.03 23:53:00.506673 [ 3 ] {} <Debug> HTTP-Session: e8ded839-03a5-4c23-a47b-41a348e1d564 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3835 | 2024.09.03 23:53:00.506705 [ 3 ] {} <Trace> HTTP-Session: e8ded839-03a5-4c23-a47b-41a348e1d564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3836 | 2024.09.03 23:53:00.506821 [ 3 ] {e3179d5c-6953-42a4-b71d-35b9d41bea1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
3837 | 2024.09.03 23:53:00.506868 [ 3 ] {e3179d5c-6953-42a4-b71d-35b9d41bea1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3838 | 2024.09.03 23:53:00.507045 [ 3 ] {e3179d5c-6953-42a4-b71d-35b9d41bea1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3839 | 2024.09.03 23:53:00.507428 [ 3 ] {e3179d5c-6953-42a4-b71d-35b9d41bea1f} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3840 | 2024.09.03 23:53:00.507465 [ 3 ] {e3179d5c-6953-42a4-b71d-35b9d41bea1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3841 | 2024.09.03 23:53:00.507982 [ 3 ] {e3179d5c-6953-42a4-b71d-35b9d41bea1f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3842 | 2024.09.03 23:53:00.508294 [ 3 ] {e3179d5c-6953-42a4-b71d-35b9d41bea1f} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3843 | 2024.09.03 23:53:00.508431 [ 3 ] {e3179d5c-6953-42a4-b71d-35b9d41bea1f} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001649 sec., 2425.712553062462 rows/sec., 308.54 KiB/sec. | ||
3844 | 2024.09.03 23:53:00.508603 [ 3 ] {e3179d5c-6953-42a4-b71d-35b9d41bea1f} <Debug> DynamicQueryHandler: Done processing query | ||
3845 | 2024.09.03 23:53:00.508628 [ 3 ] {e3179d5c-6953-42a4-b71d-35b9d41bea1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3846 | 2024.09.03 23:53:00.508644 [ 3 ] {} <Debug> HTTP-Session: e8ded839-03a5-4c23-a47b-41a348e1d564 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3847 | 2024.09.03 23:53:00.508810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3848 | 2024.09.03 23:53:00.508859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3849 | 2024.09.03 23:53:00.508878 [ 3 ] {} <Debug> HTTP-Session: 063cbc1c-4e38-4ca8-8776-6e100dfc6f6a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3850 | 2024.09.03 23:53:00.508895 [ 3 ] {} <Debug> HTTP-Session: 063cbc1c-4e38-4ca8-8776-6e100dfc6f6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3851 | 2024.09.03 23:53:00.508908 [ 3 ] {} <Debug> HTTP-Session: 063cbc1c-4e38-4ca8-8776-6e100dfc6f6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3852 | 2024.09.03 23:53:00.508940 [ 3 ] {} <Trace> HTTP-Session: 063cbc1c-4e38-4ca8-8776-6e100dfc6f6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3853 | 2024.09.03 23:53:00.509089 [ 3 ] {a8c6915a-34d3-4bdc-908e-e7931b9c5257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3854 | 2024.09.03 23:53:00.509133 [ 3 ] {a8c6915a-34d3-4bdc-908e-e7931b9c5257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3855 | 2024.09.03 23:53:00.509366 [ 3 ] {a8c6915a-34d3-4bdc-908e-e7931b9c5257} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3856 | 2024.09.03 23:53:00.509836 [ 3 ] {a8c6915a-34d3-4bdc-908e-e7931b9c5257} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3857 | 2024.09.03 23:53:00.509871 [ 3 ] {a8c6915a-34d3-4bdc-908e-e7931b9c5257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3858 | 2024.09.03 23:53:00.510253 [ 3 ] {a8c6915a-34d3-4bdc-908e-e7931b9c5257} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3859 | 2024.09.03 23:53:00.510604 [ 3 ] {a8c6915a-34d3-4bdc-908e-e7931b9c5257} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3860 | 2024.09.03 23:53:00.510729 [ 40 ] {} <Debug> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3861 | 2024.09.03 23:53:00.510734 [ 3 ] {a8c6915a-34d3-4bdc-908e-e7931b9c5257} <Debug> executeQuery: Read 201 rows, 18.03 KiB in 0.001717 sec., 117064.64764123471 rows/sec., 10.25 MiB/sec. | ||
3862 | 2024.09.03 23:53:00.510776 [ 40 ] {} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3863 | 2024.09.03 23:53:00.510821 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3864 | 2024.09.03 23:53:00.510986 [ 3 ] {a8c6915a-34d3-4bdc-908e-e7931b9c5257} <Debug> DynamicQueryHandler: Done processing query | ||
3865 | 2024.09.03 23:53:00.511010 [ 195 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::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 | ||
3866 | 2024.09.03 23:53:00.511021 [ 3 ] {a8c6915a-34d3-4bdc-908e-e7931b9c5257} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3867 | 2024.09.03 23:53:00.511096 [ 3 ] {} <Debug> HTTP-Session: 063cbc1c-4e38-4ca8-8776-6e100dfc6f6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3868 | 2024.09.03 23:53:00.511228 [ 195 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3869 | 2024.09.03 23:53:00.511264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3870 | 2024.09.03 23:53:00.511288 [ 195 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1361 rows starting from the beginning of the part | ||
3871 | 2024.09.03 23:53:00.511343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3872 | 2024.09.03 23:53:00.511402 [ 3 ] {} <Debug> HTTP-Session: 94c156a3-2b4f-457a-9aca-0ee6c10ed6aa Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3873 | 2024.09.03 23:53:00.511507 [ 3 ] {} <Debug> HTTP-Session: 94c156a3-2b4f-457a-9aca-0ee6c10ed6aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3874 | 2024.09.03 23:53:00.511564 [ 3 ] {} <Debug> HTTP-Session: 94c156a3-2b4f-457a-9aca-0ee6c10ed6aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3875 | 2024.09.03 23:53:00.511581 [ 195 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 159 rows starting from the beginning of the part | ||
3876 | 2024.09.03 23:53:00.511677 [ 3 ] {} <Trace> HTTP-Session: 94c156a3-2b4f-457a-9aca-0ee6c10ed6aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3877 | 2024.09.03 23:53:00.511826 [ 195 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 90 rows starting from the beginning of the part | ||
3878 | 2024.09.03 23:53:00.512117 [ 3 ] {f923a1c6-328b-468f-a85b-242549856a8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3879 | 2024.09.03 23:53:00.512129 [ 195 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 174 rows starting from the beginning of the part | ||
3880 | 2024.09.03 23:53:00.512226 [ 3 ] {f923a1c6-328b-468f-a85b-242549856a8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3881 | 2024.09.03 23:53:00.512444 [ 195 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1255 rows starting from the beginning of the part | ||
3882 | 2024.09.03 23:53:00.512793 [ 195 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 201 rows starting from the beginning of the part | ||
3883 | 2024.09.03 23:53:00.513578 [ 3 ] {f923a1c6-328b-468f-a85b-242549856a8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3884 | 2024.09.03 23:53:00.514284 [ 3 ] {f923a1c6-328b-468f-a85b-242549856a8d} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3885 | 2024.09.03 23:53:00.514355 [ 3 ] {f923a1c6-328b-468f-a85b-242549856a8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3886 | 2024.09.03 23:53:00.515429 [ 3 ] {f923a1c6-328b-468f-a85b-242549856a8d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3887 | 2024.09.03 23:53:00.516161 [ 3 ] {f923a1c6-328b-468f-a85b-242549856a8d} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3888 | 2024.09.03 23:53:00.516378 [ 3 ] {f923a1c6-328b-468f-a85b-242549856a8d} <Debug> executeQuery: Read 6 rows, 462.00 B in 0.00445 sec., 1348.314606741573 rows/sec., 101.39 KiB/sec. | ||
3889 | 2024.09.03 23:53:00.516860 [ 3 ] {f923a1c6-328b-468f-a85b-242549856a8d} <Debug> DynamicQueryHandler: Done processing query | ||
3890 | 2024.09.03 23:53:00.516900 [ 3 ] {f923a1c6-328b-468f-a85b-242549856a8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3891 | 2024.09.03 23:53:00.516908 [ 195 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3240 rows, containing 5 columns (5 merged, 0 gathered) in 0.00599567 sec., 540389.9814366035 rows/sec., 47.67 MiB/sec. | ||
3892 | 2024.09.03 23:53:00.516925 [ 3 ] {} <Debug> HTTP-Session: 94c156a3-2b4f-457a-9aca-0ee6c10ed6aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3893 | 2024.09.03 23:53:00.517165 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3894 | 2024.09.03 23:53:00.517235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3895 | 2024.09.03 23:53:00.517270 [ 3 ] {} <Debug> HTTP-Session: f8a68132-6c0a-42f5-9ad3-4aaa04863aa6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3896 | 2024.09.03 23:53:00.517284 [ 188 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3897 | 2024.09.03 23:53:00.517299 [ 3 ] {} <Debug> HTTP-Session: f8a68132-6c0a-42f5-9ad3-4aaa04863aa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3898 | 2024.09.03 23:53:00.517348 [ 3 ] {} <Debug> HTTP-Session: f8a68132-6c0a-42f5-9ad3-4aaa04863aa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3899 | 2024.09.03 23:53:00.517437 [ 3 ] {} <Trace> HTTP-Session: f8a68132-6c0a-42f5-9ad3-4aaa04863aa6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3900 | 2024.09.03 23:53:00.517632 [ 3 ] {5b42af2e-0a59-44ec-b97f-9e3d5610594d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3901 | 2024.09.03 23:53:00.517767 [ 3 ] {5b42af2e-0a59-44ec-b97f-9e3d5610594d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3902 | 2024.09.03 23:53:00.518524 [ 188 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_16_3} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3903 | 2024.09.03 23:53:00.518548 [ 3 ] {5b42af2e-0a59-44ec-b97f-9e3d5610594d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3904 | 2024.09.03 23:53:00.518744 [ 188 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_16_3} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3905 | 2024.09.03 23:53:00.518916 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
3906 | 2024.09.03 23:53:00.519118 [ 3 ] {5b42af2e-0a59-44ec-b97f-9e3d5610594d} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3907 | 2024.09.03 23:53:00.519161 [ 3 ] {5b42af2e-0a59-44ec-b97f-9e3d5610594d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3908 | 2024.09.03 23:53:00.519563 [ 3 ] {5b42af2e-0a59-44ec-b97f-9e3d5610594d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3909 | 2024.09.03 23:53:00.519943 [ 3 ] {5b42af2e-0a59-44ec-b97f-9e3d5610594d} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3910 | 2024.09.03 23:53:00.520066 [ 3 ] {5b42af2e-0a59-44ec-b97f-9e3d5610594d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002497 sec., 5606.728073688426 rows/sec., 392.66 KiB/sec. | ||
3911 | 2024.09.03 23:53:00.520283 [ 3 ] {5b42af2e-0a59-44ec-b97f-9e3d5610594d} <Debug> DynamicQueryHandler: Done processing query | ||
3912 | 2024.09.03 23:53:00.520308 [ 3 ] {5b42af2e-0a59-44ec-b97f-9e3d5610594d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3913 | 2024.09.03 23:53:00.520323 [ 3 ] {} <Debug> HTTP-Session: f8a68132-6c0a-42f5-9ad3-4aaa04863aa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3914 | 2024.09.03 23:53:00.520443 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3915 | 2024.09.03 23:53:00.520492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3916 | 2024.09.03 23:53:00.520510 [ 3 ] {} <Debug> HTTP-Session: 2ca6dfe4-62fd-4f40-b48d-4668069139d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3917 | 2024.09.03 23:53:00.520528 [ 3 ] {} <Debug> HTTP-Session: 2ca6dfe4-62fd-4f40-b48d-4668069139d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3918 | 2024.09.03 23:53:00.520542 [ 3 ] {} <Debug> HTTP-Session: 2ca6dfe4-62fd-4f40-b48d-4668069139d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3919 | 2024.09.03 23:53:00.520577 [ 3 ] {} <Trace> HTTP-Session: 2ca6dfe4-62fd-4f40-b48d-4668069139d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3920 | 2024.09.03 23:53:00.520673 [ 3 ] {bc4ecd29-d28a-4926-8736-1f9f21eaafde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
3921 | 2024.09.03 23:53:00.520715 [ 3 ] {bc4ecd29-d28a-4926-8736-1f9f21eaafde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3922 | 2024.09.03 23:53:00.520944 [ 3 ] {bc4ecd29-d28a-4926-8736-1f9f21eaafde} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3923 | 2024.09.03 23:53:00.521265 [ 3 ] {bc4ecd29-d28a-4926-8736-1f9f21eaafde} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3924 | 2024.09.03 23:53:00.521300 [ 3 ] {bc4ecd29-d28a-4926-8736-1f9f21eaafde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3925 | 2024.09.03 23:53:00.521648 [ 3 ] {bc4ecd29-d28a-4926-8736-1f9f21eaafde} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3926 | 2024.09.03 23:53:00.522013 [ 3 ] {bc4ecd29-d28a-4926-8736-1f9f21eaafde} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3927 | 2024.09.03 23:53:00.522178 [ 3 ] {bc4ecd29-d28a-4926-8736-1f9f21eaafde} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001524 sec., 3937.0078740157483 rows/sec., 232.61 KiB/sec. | ||
3928 | 2024.09.03 23:53:00.522457 [ 3 ] {bc4ecd29-d28a-4926-8736-1f9f21eaafde} <Debug> DynamicQueryHandler: Done processing query | ||
3929 | 2024.09.03 23:53:00.522481 [ 3 ] {bc4ecd29-d28a-4926-8736-1f9f21eaafde} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3930 | 2024.09.03 23:53:00.522500 [ 3 ] {} <Debug> HTTP-Session: 2ca6dfe4-62fd-4f40-b48d-4668069139d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3931 | 2024.09.03 23:53:00.522693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 62783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3932 | 2024.09.03 23:53:00.522743 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3933 | 2024.09.03 23:53:00.522763 [ 3 ] {} <Debug> HTTP-Session: fd4a6132-5885-4b75-ae34-abd70e0daad9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3934 | 2024.09.03 23:53:00.522780 [ 3 ] {} <Debug> HTTP-Session: fd4a6132-5885-4b75-ae34-abd70e0daad9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3935 | 2024.09.03 23:53:00.522794 [ 3 ] {} <Debug> HTTP-Session: fd4a6132-5885-4b75-ae34-abd70e0daad9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3936 | 2024.09.03 23:53:00.522825 [ 3 ] {} <Trace> HTTP-Session: fd4a6132-5885-4b75-ae34-abd70e0daad9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3937 | 2024.09.03 23:53:00.523064 [ 3 ] {073e9c54-8e02-4b92-bad0-33b150c93de8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3938 | 2024.09.03 23:53:00.523110 [ 3 ] {073e9c54-8e02-4b92-bad0-33b150c93de8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3939 | 2024.09.03 23:53:00.523349 [ 3 ] {073e9c54-8e02-4b92-bad0-33b150c93de8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3940 | 2024.09.03 23:53:00.523890 [ 3 ] {073e9c54-8e02-4b92-bad0-33b150c93de8} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3941 | 2024.09.03 23:53:00.523926 [ 3 ] {073e9c54-8e02-4b92-bad0-33b150c93de8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3942 | 2024.09.03 23:53:00.524295 [ 3 ] {073e9c54-8e02-4b92-bad0-33b150c93de8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3943 | 2024.09.03 23:53:00.524668 [ 3 ] {073e9c54-8e02-4b92-bad0-33b150c93de8} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3944 | 2024.09.03 23:53:00.524832 [ 3 ] {073e9c54-8e02-4b92-bad0-33b150c93de8} <Debug> executeQuery: Read 388 rows, 28.16 KiB in 0.001906 sec., 203567.68100734524 rows/sec., 14.43 MiB/sec. | ||
3945 | 2024.09.03 23:53:00.524831 [ 74 ] {} <Debug> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3946 | 2024.09.03 23:53:00.524942 [ 74 ] {} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3947 | 2024.09.03 23:53:00.524999 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3948 | 2024.09.03 23:53:00.525100 [ 3 ] {073e9c54-8e02-4b92-bad0-33b150c93de8} <Debug> DynamicQueryHandler: Done processing query | ||
3949 | 2024.09.03 23:53:00.525137 [ 3 ] {073e9c54-8e02-4b92-bad0-33b150c93de8} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
3950 | 2024.09.03 23:53:00.525157 [ 3 ] {} <Debug> HTTP-Session: fd4a6132-5885-4b75-ae34-abd70e0daad9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3951 | 2024.09.03 23:53:00.525159 [ 190 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::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 | ||
3952 | 2024.09.03 23:53:00.525299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3953 | 2024.09.03 23:53:00.525308 [ 190 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3954 | 2024.09.03 23:53:00.525354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3955 | 2024.09.03 23:53:00.525349 [ 190 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 849 rows starting from the beginning of the part | ||
3956 | 2024.09.03 23:53:00.525376 [ 3 ] {} <Debug> HTTP-Session: 0c6d64e3-3600-4c65-824e-c2d36d734cfb Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3957 | 2024.09.03 23:53:00.525394 [ 3 ] {} <Debug> HTTP-Session: 0c6d64e3-3600-4c65-824e-c2d36d734cfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3958 | 2024.09.03 23:53:00.525411 [ 3 ] {} <Debug> HTTP-Session: 0c6d64e3-3600-4c65-824e-c2d36d734cfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3959 | 2024.09.03 23:53:00.525473 [ 3 ] {} <Trace> HTTP-Session: 0c6d64e3-3600-4c65-824e-c2d36d734cfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3960 | 2024.09.03 23:53:00.525547 [ 190 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 346 rows starting from the beginning of the part | ||
3961 | 2024.09.03 23:53:00.525863 [ 3 ] {fbe055f5-85e0-4aa6-8448-628cd189080f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3962 | 2024.09.03 23:53:00.525894 [ 190 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 63 rows starting from the beginning of the part | ||
3963 | 2024.09.03 23:53:00.525949 [ 3 ] {fbe055f5-85e0-4aa6-8448-628cd189080f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3964 | 2024.09.03 23:53:00.526097 [ 190 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 359 rows starting from the beginning of the part | ||
3965 | 2024.09.03 23:53:00.526434 [ 190 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 545 rows starting from the beginning of the part | ||
3966 | 2024.09.03 23:53:00.526665 [ 190 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 388 rows starting from the beginning of the part | ||
3967 | 2024.09.03 23:53:00.526817 [ 3 ] {fbe055f5-85e0-4aa6-8448-628cd189080f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3968 | 2024.09.03 23:53:00.527279 [ 3 ] {fbe055f5-85e0-4aa6-8448-628cd189080f} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3969 | 2024.09.03 23:53:00.527325 [ 3 ] {fbe055f5-85e0-4aa6-8448-628cd189080f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3970 | 2024.09.03 23:53:00.527893 [ 3 ] {fbe055f5-85e0-4aa6-8448-628cd189080f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3971 | 2024.09.03 23:53:00.528366 [ 3 ] {fbe055f5-85e0-4aa6-8448-628cd189080f} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3972 | 2024.09.03 23:53:00.528608 [ 3 ] {fbe055f5-85e0-4aa6-8448-628cd189080f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002905 sec., 2065.4044750430294 rows/sec., 107.91 KiB/sec. | ||
3973 | 2024.09.03 23:53:00.529203 [ 3 ] {fbe055f5-85e0-4aa6-8448-628cd189080f} <Debug> DynamicQueryHandler: Done processing query | ||
3974 | 2024.09.03 23:53:00.529243 [ 3 ] {fbe055f5-85e0-4aa6-8448-628cd189080f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3975 | 2024.09.03 23:53:00.529269 [ 3 ] {} <Debug> HTTP-Session: 0c6d64e3-3600-4c65-824e-c2d36d734cfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3976 | 2024.09.03 23:53:00.529294 [ 188 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2550 rows, containing 5 columns (5 merged, 0 gathered) in 0.00420404 sec., 606559.4047630375 rows/sec., 46.02 MiB/sec. | ||
3977 | 2024.09.03 23:53:00.529506 [ 188 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3978 | 2024.09.03 23:53:00.529580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 44650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3979 | 2024.09.03 23:53:00.529665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3980 | 2024.09.03 23:53:00.529699 [ 3 ] {} <Debug> HTTP-Session: 8e809c9d-e1d8-4be8-bbc9-08b05c274edb Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
3981 | 2024.09.03 23:53:00.529736 [ 3 ] {} <Debug> HTTP-Session: 8e809c9d-e1d8-4be8-bbc9-08b05c274edb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3982 | 2024.09.03 23:53:00.529768 [ 3 ] {} <Debug> HTTP-Session: 8e809c9d-e1d8-4be8-bbc9-08b05c274edb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3983 | 2024.09.03 23:53:00.529820 [ 3 ] {} <Trace> HTTP-Session: 8e809c9d-e1d8-4be8-bbc9-08b05c274edb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3984 | 2024.09.03 23:53:00.530351 [ 188 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_16_3} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3985 | 2024.09.03 23:53:00.530389 [ 3 ] {fdcb8bfc-3eea-4af9-817d-68408739063e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3986 | 2024.09.03 23:53:00.530491 [ 3 ] {fdcb8bfc-3eea-4af9-817d-68408739063e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3987 | 2024.09.03 23:53:00.530508 [ 188 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_16_3} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3988 | 2024.09.03 23:53:00.530718 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
3989 | 2024.09.03 23:53:00.530843 [ 3 ] {fdcb8bfc-3eea-4af9-817d-68408739063e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3990 | 2024.09.03 23:53:00.531322 [ 3 ] {fdcb8bfc-3eea-4af9-817d-68408739063e} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3991 | 2024.09.03 23:53:00.531359 [ 3 ] {fdcb8bfc-3eea-4af9-817d-68408739063e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3992 | 2024.09.03 23:53:00.531759 [ 3 ] {fdcb8bfc-3eea-4af9-817d-68408739063e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3993 | 2024.09.03 23:53:00.532101 [ 3 ] {fdcb8bfc-3eea-4af9-817d-68408739063e} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3994 | 2024.09.03 23:53:00.532257 [ 74 ] {} <Debug> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3995 | 2024.09.03 23:53:00.532265 [ 3 ] {fdcb8bfc-3eea-4af9-817d-68408739063e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002164 sec., 109519.40850277264 rows/sec., 7.34 MiB/sec. | ||
3996 | 2024.09.03 23:53:00.532317 [ 74 ] {} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3997 | 2024.09.03 23:53:00.532394 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3998 | 2024.09.03 23:53:00.532549 [ 190 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::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 | ||
3999 | 2024.09.03 23:53:00.532586 [ 3 ] {fdcb8bfc-3eea-4af9-817d-68408739063e} <Debug> DynamicQueryHandler: Done processing query | ||
4000 | 2024.09.03 23:53:00.532615 [ 3 ] {fdcb8bfc-3eea-4af9-817d-68408739063e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4001 | 2024.09.03 23:53:00.532646 [ 3 ] {} <Debug> HTTP-Session: 8e809c9d-e1d8-4be8-bbc9-08b05c274edb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4002 | 2024.09.03 23:53:00.532706 [ 190 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4003 | 2024.09.03 23:53:00.532740 [ 190 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3790 rows starting from the beginning of the part | ||
4004 | 2024.09.03 23:53:00.532797 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4005 | 2024.09.03 23:53:00.532855 [ 190 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 177 rows starting from the beginning of the part | ||
4006 | 2024.09.03 23:53:00.532900 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4007 | 2024.09.03 23:53:00.532952 [ 3 ] {} <Debug> HTTP-Session: d3b013be-eb4f-48a1-8124-4ab7ac18134f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4008 | 2024.09.03 23:53:00.533027 [ 3 ] {} <Debug> HTTP-Session: d3b013be-eb4f-48a1-8124-4ab7ac18134f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4009 | 2024.09.03 23:53:00.533057 [ 190 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 102 rows starting from the beginning of the part | ||
4010 | 2024.09.03 23:53:00.533082 [ 3 ] {} <Debug> HTTP-Session: d3b013be-eb4f-48a1-8124-4ab7ac18134f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4011 | 2024.09.03 23:53:00.533229 [ 3 ] {} <Trace> HTTP-Session: d3b013be-eb4f-48a1-8124-4ab7ac18134f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4012 | 2024.09.03 23:53:00.533350 [ 190 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 179 rows starting from the beginning of the part | ||
4013 | 2024.09.03 23:53:00.533472 [ 3 ] {93c37a76-3581-47a5-b816-576295fe17dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
4014 | 2024.09.03 23:53:00.533507 [ 190 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 795 rows starting from the beginning of the part | ||
4015 | 2024.09.03 23:53:00.533570 [ 3 ] {93c37a76-3581-47a5-b816-576295fe17dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4016 | 2024.09.03 23:53:00.533719 [ 190 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 237 rows starting from the beginning of the part | ||
4017 | 2024.09.03 23:53:00.534486 [ 3 ] {93c37a76-3581-47a5-b816-576295fe17dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4018 | 2024.09.03 23:53:00.534855 [ 3 ] {93c37a76-3581-47a5-b816-576295fe17dd} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4019 | 2024.09.03 23:53:00.534899 [ 3 ] {93c37a76-3581-47a5-b816-576295fe17dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4020 | 2024.09.03 23:53:00.535442 [ 3 ] {93c37a76-3581-47a5-b816-576295fe17dd} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4021 | 2024.09.03 23:53:00.536126 [ 3 ] {93c37a76-3581-47a5-b816-576295fe17dd} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4022 | 2024.09.03 23:53:00.536286 [ 3 ] {93c37a76-3581-47a5-b816-576295fe17dd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002884 sec., 346.74063800277395 rows/sec., 23.36 KiB/sec. | ||
4023 | 2024.09.03 23:53:00.536781 [ 3 ] {93c37a76-3581-47a5-b816-576295fe17dd} <Debug> DynamicQueryHandler: Done processing query | ||
4024 | 2024.09.03 23:53:00.536805 [ 3 ] {93c37a76-3581-47a5-b816-576295fe17dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4025 | 2024.09.03 23:53:00.536821 [ 3 ] {} <Debug> HTTP-Session: d3b013be-eb4f-48a1-8124-4ab7ac18134f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4026 | 2024.09.03 23:53:00.536962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 10127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4027 | 2024.09.03 23:53:00.537010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4028 | 2024.09.03 23:53:00.537029 [ 3 ] {} <Debug> HTTP-Session: 1dada73e-4424-414a-b5f7-4578f3039268 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4029 | 2024.09.03 23:53:00.537046 [ 3 ] {} <Debug> HTTP-Session: 1dada73e-4424-414a-b5f7-4578f3039268 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4030 | 2024.09.03 23:53:00.537061 [ 3 ] {} <Debug> HTTP-Session: 1dada73e-4424-414a-b5f7-4578f3039268 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4031 | 2024.09.03 23:53:00.537129 [ 3 ] {} <Trace> HTTP-Session: 1dada73e-4424-414a-b5f7-4578f3039268 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4032 | 2024.09.03 23:53:00.537281 [ 189 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5280 rows, containing 5 columns (5 merged, 0 gathered) in 0.004777702 sec., 1105133.8070059624 rows/sec., 74.04 MiB/sec. | ||
4033 | 2024.09.03 23:53:00.537364 [ 3 ] {3442210a-1bb8-48f8-afce-914fe85f275c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4034 | 2024.09.03 23:53:00.537436 [ 3 ] {3442210a-1bb8-48f8-afce-914fe85f275c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4035 | 2024.09.03 23:53:00.537853 [ 189 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4036 | 2024.09.03 23:53:00.538272 [ 3 ] {3442210a-1bb8-48f8-afce-914fe85f275c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4037 | 2024.09.03 23:53:00.538968 [ 189 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4038 | 2024.09.03 23:53:00.539263 [ 189 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4039 | 2024.09.03 23:53:00.539518 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.02 MiB. | ||
4040 | 2024.09.03 23:53:00.539526 [ 3 ] {3442210a-1bb8-48f8-afce-914fe85f275c} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4041 | 2024.09.03 23:53:00.539581 [ 3 ] {3442210a-1bb8-48f8-afce-914fe85f275c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4042 | 2024.09.03 23:53:00.540202 [ 3 ] {3442210a-1bb8-48f8-afce-914fe85f275c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4043 | 2024.09.03 23:53:00.540614 [ 3 ] {3442210a-1bb8-48f8-afce-914fe85f275c} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4044 | 2024.09.03 23:53:00.540809 [ 3 ] {3442210a-1bb8-48f8-afce-914fe85f275c} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.003544 sec., 1693.0022573363433 rows/sec., 3.03 MiB/sec. | ||
4045 | 2024.09.03 23:53:00.541043 [ 3 ] {3442210a-1bb8-48f8-afce-914fe85f275c} <Debug> DynamicQueryHandler: Done processing query | ||
4046 | 2024.09.03 23:53:00.541068 [ 3 ] {3442210a-1bb8-48f8-afce-914fe85f275c} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
4047 | 2024.09.03 23:53:00.541084 [ 3 ] {} <Debug> HTTP-Session: 1dada73e-4424-414a-b5f7-4578f3039268 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4048 | 2024.09.03 23:53:00.541210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4049 | 2024.09.03 23:53:00.541258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4050 | 2024.09.03 23:53:00.541277 [ 3 ] {} <Debug> HTTP-Session: 8509a10e-8683-4919-8170-6a1bfa4171f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4051 | 2024.09.03 23:53:00.541293 [ 3 ] {} <Debug> HTTP-Session: 8509a10e-8683-4919-8170-6a1bfa4171f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4052 | 2024.09.03 23:53:00.541307 [ 3 ] {} <Debug> HTTP-Session: 8509a10e-8683-4919-8170-6a1bfa4171f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4053 | 2024.09.03 23:53:00.541339 [ 3 ] {} <Trace> HTTP-Session: 8509a10e-8683-4919-8170-6a1bfa4171f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4054 | 2024.09.03 23:53:00.541456 [ 3 ] {8adf6540-7e49-4d0f-926a-6d5bb4e980e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4055 | 2024.09.03 23:53:00.541500 [ 3 ] {8adf6540-7e49-4d0f-926a-6d5bb4e980e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4056 | 2024.09.03 23:53:00.541635 [ 3 ] {8adf6540-7e49-4d0f-926a-6d5bb4e980e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4057 | 2024.09.03 23:53:00.541971 [ 3 ] {8adf6540-7e49-4d0f-926a-6d5bb4e980e6} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4058 | 2024.09.03 23:53:00.542007 [ 3 ] {8adf6540-7e49-4d0f-926a-6d5bb4e980e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4059 | 2024.09.03 23:53:00.542380 [ 3 ] {8adf6540-7e49-4d0f-926a-6d5bb4e980e6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4060 | 2024.09.03 23:53:00.542699 [ 3 ] {8adf6540-7e49-4d0f-926a-6d5bb4e980e6} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4061 | 2024.09.03 23:53:00.542857 [ 74 ] {} <Debug> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4062 | 2024.09.03 23:53:00.542859 [ 3 ] {8adf6540-7e49-4d0f-926a-6d5bb4e980e6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001434 sec., 57182.705718270576 rows/sec., 3.63 MiB/sec. | ||
4063 | 2024.09.03 23:53:00.542919 [ 74 ] {} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4064 | 2024.09.03 23:53:00.542984 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4065 | 2024.09.03 23:53:00.543146 [ 189 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
4066 | 2024.09.03 23:53:00.543171 [ 3 ] {8adf6540-7e49-4d0f-926a-6d5bb4e980e6} <Debug> DynamicQueryHandler: Done processing query | ||
4067 | 2024.09.03 23:53:00.543212 [ 3 ] {8adf6540-7e49-4d0f-926a-6d5bb4e980e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4068 | 2024.09.03 23:53:00.543251 [ 3 ] {} <Debug> HTTP-Session: 8509a10e-8683-4919-8170-6a1bfa4171f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4069 | 2024.09.03 23:53:00.543354 [ 189 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4070 | 2024.09.03 23:53:00.543391 [ 189 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 382 rows starting from the beginning of the part | ||
4071 | 2024.09.03 23:53:00.543473 [ 189 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 52 rows starting from the beginning of the part | ||
4072 | 2024.09.03 23:53:00.543665 [ 189 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 30 rows starting from the beginning of the part | ||
4073 | 2024.09.03 23:53:00.543860 [ 189 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 52 rows starting from the beginning of the part | ||
4074 | 2024.09.03 23:53:00.544057 [ 189 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 34 rows starting from the beginning of the part | ||
4075 | 2024.09.03 23:53:00.544195 [ 189 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 82 rows starting from the beginning of the part | ||
4076 | 2024.09.03 23:53:00.545428 [ 190 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 632 rows, containing 4 columns (4 merged, 0 gathered) in 0.002367411 sec., 266958.2932579092 rows/sec., 17.25 MiB/sec. | ||
4077 | 2024.09.03 23:53:00.545609 [ 193 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4078 | 2024.09.03 23:53:00.546040 [ 193 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_16_3} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4079 | 2024.09.03 23:53:00.546123 [ 193 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_16_3} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4080 | 2024.09.03 23:53:00.546209 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
4081 | 2024.09.03 23:53:03.278121 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4082 | 2024.09.03 23:53:03.278194 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4083 | 2024.09.03 23:53:05.491073 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 17496, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4084 | 2024.09.03 23:53:05.491196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4085 | 2024.09.03 23:53:05.491224 [ 3 ] {} <Debug> HTTP-Session: 9b126f84-6d07-40ec-ab2f-52db9df47f12 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4086 | 2024.09.03 23:53:05.491250 [ 3 ] {} <Debug> HTTP-Session: 9b126f84-6d07-40ec-ab2f-52db9df47f12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4087 | 2024.09.03 23:53:05.491265 [ 3 ] {} <Debug> HTTP-Session: 9b126f84-6d07-40ec-ab2f-52db9df47f12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4088 | 2024.09.03 23:53:05.491316 [ 3 ] {} <Trace> HTTP-Session: 9b126f84-6d07-40ec-ab2f-52db9df47f12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4089 | 2024.09.03 23:53:05.491615 [ 3 ] {7b85f048-2a90-40be-8aab-2488ec588979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4090 | 2024.09.03 23:53:05.491709 [ 3 ] {7b85f048-2a90-40be-8aab-2488ec588979} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4091 | 2024.09.03 23:53:05.492059 [ 3 ] {7b85f048-2a90-40be-8aab-2488ec588979} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4092 | 2024.09.03 23:53:05.492565 [ 3 ] {7b85f048-2a90-40be-8aab-2488ec588979} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4093 | 2024.09.03 23:53:05.492608 [ 3 ] {7b85f048-2a90-40be-8aab-2488ec588979} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4094 | 2024.09.03 23:53:05.493048 [ 3 ] {7b85f048-2a90-40be-8aab-2488ec588979} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4095 | 2024.09.03 23:53:05.493450 [ 3 ] {7b85f048-2a90-40be-8aab-2488ec588979} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4096 | 2024.09.03 23:53:05.493599 [ 3 ] {7b85f048-2a90-40be-8aab-2488ec588979} <Debug> executeQuery: Read 118 rows, 10.31 KiB in 0.0021 sec., 56190.47619047619 rows/sec., 4.79 MiB/sec. | ||
4097 | 2024.09.03 23:53:05.493850 [ 3 ] {7b85f048-2a90-40be-8aab-2488ec588979} <Debug> DynamicQueryHandler: Done processing query | ||
4098 | 2024.09.03 23:53:05.493876 [ 3 ] {7b85f048-2a90-40be-8aab-2488ec588979} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4099 | 2024.09.03 23:53:05.493892 [ 3 ] {} <Debug> HTTP-Session: 9b126f84-6d07-40ec-ab2f-52db9df47f12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4100 | 2024.09.03 23:53:05.494064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 4494, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4101 | 2024.09.03 23:53:05.494120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4102 | 2024.09.03 23:53:05.494140 [ 3 ] {} <Debug> HTTP-Session: bbc0de75-fbda-4456-a349-82b7f74c043e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4103 | 2024.09.03 23:53:05.494158 [ 3 ] {} <Debug> HTTP-Session: bbc0de75-fbda-4456-a349-82b7f74c043e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4104 | 2024.09.03 23:53:05.494171 [ 3 ] {} <Debug> HTTP-Session: bbc0de75-fbda-4456-a349-82b7f74c043e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4105 | 2024.09.03 23:53:05.494207 [ 3 ] {} <Trace> HTTP-Session: bbc0de75-fbda-4456-a349-82b7f74c043e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4106 | 2024.09.03 23:53:05.494313 [ 3 ] {85e0ac60-1aab-43fc-bf1a-579d785cb9f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4107 | 2024.09.03 23:53:05.494355 [ 3 ] {85e0ac60-1aab-43fc-bf1a-579d785cb9f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4108 | 2024.09.03 23:53:05.494583 [ 3 ] {85e0ac60-1aab-43fc-bf1a-579d785cb9f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4109 | 2024.09.03 23:53:05.494912 [ 3 ] {85e0ac60-1aab-43fc-bf1a-579d785cb9f3} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4110 | 2024.09.03 23:53:05.494947 [ 3 ] {85e0ac60-1aab-43fc-bf1a-579d785cb9f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4111 | 2024.09.03 23:53:05.495298 [ 3 ] {85e0ac60-1aab-43fc-bf1a-579d785cb9f3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4112 | 2024.09.03 23:53:05.495650 [ 3 ] {85e0ac60-1aab-43fc-bf1a-579d785cb9f3} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4113 | 2024.09.03 23:53:05.495773 [ 3 ] {85e0ac60-1aab-43fc-bf1a-579d785cb9f3} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001491 sec., 20791.41515761234 rows/sec., 1.53 MiB/sec. | ||
4114 | 2024.09.03 23:53:05.495774 [ 170 ] {} <Debug> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
4115 | 2024.09.03 23:53:05.495843 [ 170 ] {} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4116 | 2024.09.03 23:53:05.495886 [ 170 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4117 | 2024.09.03 23:53:05.495994 [ 3 ] {85e0ac60-1aab-43fc-bf1a-579d785cb9f3} <Debug> DynamicQueryHandler: Done processing query | ||
4118 | 2024.09.03 23:53:05.496043 [ 3 ] {85e0ac60-1aab-43fc-bf1a-579d785cb9f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4119 | 2024.09.03 23:53:05.496101 [ 3 ] {} <Debug> HTTP-Session: bbc0de75-fbda-4456-a349-82b7f74c043e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4120 | 2024.09.03 23:53:05.496148 [ 189 ] {2eb473cb-1344-44ef-a554-02e2b150f647::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 | ||
4121 | 2024.09.03 23:53:05.496325 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 16129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4122 | 2024.09.03 23:53:05.496392 [ 189 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4123 | 2024.09.03 23:53:05.496416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4124 | 2024.09.03 23:53:05.496450 [ 189 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 31 rows starting from the beginning of the part | ||
4125 | 2024.09.03 23:53:05.496459 [ 3 ] {} <Debug> HTTP-Session: e844806a-cad7-49f3-a565-a6d8eeaaef37 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4126 | 2024.09.03 23:53:05.496509 [ 3 ] {} <Debug> HTTP-Session: e844806a-cad7-49f3-a565-a6d8eeaaef37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4127 | 2024.09.03 23:53:05.496552 [ 3 ] {} <Debug> HTTP-Session: e844806a-cad7-49f3-a565-a6d8eeaaef37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4128 | 2024.09.03 23:53:05.496677 [ 3 ] {} <Trace> HTTP-Session: e844806a-cad7-49f3-a565-a6d8eeaaef37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4129 | 2024.09.03 23:53:05.496695 [ 189 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 35 rows starting from the beginning of the part | ||
4130 | 2024.09.03 23:53:05.496919 [ 189 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part | ||
4131 | 2024.09.03 23:53:05.497089 [ 3 ] {2b1f0633-280e-4b4c-b509-a441f87949a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4132 | 2024.09.03 23:53:05.497289 [ 3 ] {2b1f0633-280e-4b4c-b509-a441f87949a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4133 | 2024.09.03 23:53:05.497295 [ 189 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 33 rows starting from the beginning of the part | ||
4134 | 2024.09.03 23:53:05.497658 [ 189 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
4135 | 2024.09.03 23:53:05.497955 [ 189 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 31 rows starting from the beginning of the part | ||
4136 | 2024.09.03 23:53:05.498794 [ 3 ] {2b1f0633-280e-4b4c-b509-a441f87949a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4137 | 2024.09.03 23:53:05.499670 [ 3 ] {2b1f0633-280e-4b4c-b509-a441f87949a6} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4138 | 2024.09.03 23:53:05.499719 [ 3 ] {2b1f0633-280e-4b4c-b509-a441f87949a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4139 | 2024.09.03 23:53:05.500765 [ 3 ] {2b1f0633-280e-4b4c-b509-a441f87949a6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4140 | 2024.09.03 23:53:05.500864 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 146 rows, containing 5 columns (5 merged, 0 gathered) in 0.004864275 sec., 30014.75039959706 rows/sec., 2.31 MiB/sec. | ||
4141 | 2024.09.03 23:53:05.501242 [ 191 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
4142 | 2024.09.03 23:53:05.501452 [ 3 ] {2b1f0633-280e-4b4c-b509-a441f87949a6} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4143 | 2024.09.03 23:53:05.501896 [ 3 ] {2b1f0633-280e-4b4c-b509-a441f87949a6} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.004959 sec., 19157.088122605364 rows/sec., 1.50 MiB/sec. | ||
4144 | 2024.09.03 23:53:05.502575 [ 3 ] {2b1f0633-280e-4b4c-b509-a441f87949a6} <Debug> DynamicQueryHandler: Done processing query | ||
4145 | 2024.09.03 23:53:05.502646 [ 3 ] {2b1f0633-280e-4b4c-b509-a441f87949a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4146 | 2024.09.03 23:53:05.502680 [ 3 ] {} <Debug> HTTP-Session: e844806a-cad7-49f3-a565-a6d8eeaaef37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4147 | 2024.09.03 23:53:05.502776 [ 191 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_10_2} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4148 | 2024.09.03 23:53:05.502887 [ 191 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_10_2} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
4149 | 2024.09.03 23:53:05.502926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4150 | 2024.09.03 23:53:05.503046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4151 | 2024.09.03 23:53:05.503068 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
4152 | 2024.09.03 23:53:05.503079 [ 3 ] {} <Debug> HTTP-Session: 3976b1c5-9670-4a16-9dfb-4c2beb3c7850 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4153 | 2024.09.03 23:53:05.503122 [ 3 ] {} <Debug> HTTP-Session: 3976b1c5-9670-4a16-9dfb-4c2beb3c7850 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4154 | 2024.09.03 23:53:05.503137 [ 3 ] {} <Debug> HTTP-Session: 3976b1c5-9670-4a16-9dfb-4c2beb3c7850 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4155 | 2024.09.03 23:53:05.503169 [ 3 ] {} <Trace> HTTP-Session: 3976b1c5-9670-4a16-9dfb-4c2beb3c7850 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4156 | 2024.09.03 23:53:05.503356 [ 3 ] {1b2dd52a-6609-4575-8249-8df49e0c560b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4157 | 2024.09.03 23:53:05.503403 [ 3 ] {1b2dd52a-6609-4575-8249-8df49e0c560b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4158 | 2024.09.03 23:53:05.503577 [ 3 ] {1b2dd52a-6609-4575-8249-8df49e0c560b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4159 | 2024.09.03 23:53:05.503958 [ 3 ] {1b2dd52a-6609-4575-8249-8df49e0c560b} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4160 | 2024.09.03 23:53:05.503993 [ 3 ] {1b2dd52a-6609-4575-8249-8df49e0c560b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4161 | 2024.09.03 23:53:05.504396 [ 3 ] {1b2dd52a-6609-4575-8249-8df49e0c560b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4162 | 2024.09.03 23:53:05.504749 [ 3 ] {1b2dd52a-6609-4575-8249-8df49e0c560b} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4163 | 2024.09.03 23:53:05.504872 [ 3 ] {1b2dd52a-6609-4575-8249-8df49e0c560b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001618 sec., 98887.51545117429 rows/sec., 6.89 MiB/sec. | ||
4164 | 2024.09.03 23:53:05.505189 [ 3 ] {1b2dd52a-6609-4575-8249-8df49e0c560b} <Debug> DynamicQueryHandler: Done processing query | ||
4165 | 2024.09.03 23:53:05.505213 [ 3 ] {1b2dd52a-6609-4575-8249-8df49e0c560b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4166 | 2024.09.03 23:53:05.505230 [ 3 ] {} <Debug> HTTP-Session: 3976b1c5-9670-4a16-9dfb-4c2beb3c7850 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4167 | 2024.09.03 23:53:05.505429 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 51753, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4168 | 2024.09.03 23:53:05.505477 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4169 | 2024.09.03 23:53:05.505495 [ 3 ] {} <Debug> HTTP-Session: 6c74aab2-ec6c-497d-b7dd-b5b4d1022a3e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4170 | 2024.09.03 23:53:05.505512 [ 3 ] {} <Debug> HTTP-Session: 6c74aab2-ec6c-497d-b7dd-b5b4d1022a3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4171 | 2024.09.03 23:53:05.505526 [ 3 ] {} <Debug> HTTP-Session: 6c74aab2-ec6c-497d-b7dd-b5b4d1022a3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4172 | 2024.09.03 23:53:05.505557 [ 3 ] {} <Trace> HTTP-Session: 6c74aab2-ec6c-497d-b7dd-b5b4d1022a3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4173 | 2024.09.03 23:53:05.505902 [ 3 ] {e5d960d9-4e42-4b23-b185-4b0404fe175c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4174 | 2024.09.03 23:53:05.505973 [ 3 ] {e5d960d9-4e42-4b23-b185-4b0404fe175c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4175 | 2024.09.03 23:53:05.506411 [ 3 ] {e5d960d9-4e42-4b23-b185-4b0404fe175c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4176 | 2024.09.03 23:53:05.507087 [ 3 ] {e5d960d9-4e42-4b23-b185-4b0404fe175c} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4177 | 2024.09.03 23:53:05.507123 [ 3 ] {e5d960d9-4e42-4b23-b185-4b0404fe175c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4178 | 2024.09.03 23:53:05.507750 [ 3 ] {e5d960d9-4e42-4b23-b185-4b0404fe175c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4179 | 2024.09.03 23:53:05.508162 [ 3 ] {e5d960d9-4e42-4b23-b185-4b0404fe175c} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4180 | 2024.09.03 23:53:05.508307 [ 3 ] {e5d960d9-4e42-4b23-b185-4b0404fe175c} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002659 sec., 11658.518239939827 rows/sec., 20.89 MiB/sec. | ||
4181 | 2024.09.03 23:53:05.508634 [ 3 ] {e5d960d9-4e42-4b23-b185-4b0404fe175c} <Debug> DynamicQueryHandler: Done processing query | ||
4182 | 2024.09.03 23:53:05.508658 [ 3 ] {e5d960d9-4e42-4b23-b185-4b0404fe175c} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
4183 | 2024.09.03 23:53:05.508674 [ 3 ] {} <Debug> HTTP-Session: 6c74aab2-ec6c-497d-b7dd-b5b4d1022a3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4184 | 2024.09.03 23:53:05.508808 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4185 | 2024.09.03 23:53:05.508857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4186 | 2024.09.03 23:53:05.508876 [ 3 ] {} <Debug> HTTP-Session: 41d2e3a4-353f-4d07-a0e8-687ab2065b3b Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4187 | 2024.09.03 23:53:05.508892 [ 3 ] {} <Debug> HTTP-Session: 41d2e3a4-353f-4d07-a0e8-687ab2065b3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4188 | 2024.09.03 23:53:05.508906 [ 3 ] {} <Debug> HTTP-Session: 41d2e3a4-353f-4d07-a0e8-687ab2065b3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4189 | 2024.09.03 23:53:05.508938 [ 3 ] {} <Trace> HTTP-Session: 41d2e3a4-353f-4d07-a0e8-687ab2065b3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4190 | 2024.09.03 23:53:05.509059 [ 3 ] {31de539b-592a-42d7-b65e-a0d562344b50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4191 | 2024.09.03 23:53:05.509104 [ 3 ] {31de539b-592a-42d7-b65e-a0d562344b50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4192 | 2024.09.03 23:53:05.509230 [ 3 ] {31de539b-592a-42d7-b65e-a0d562344b50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4193 | 2024.09.03 23:53:05.509552 [ 3 ] {31de539b-592a-42d7-b65e-a0d562344b50} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4194 | 2024.09.03 23:53:05.509587 [ 3 ] {31de539b-592a-42d7-b65e-a0d562344b50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4195 | 2024.09.03 23:53:05.509944 [ 3 ] {31de539b-592a-42d7-b65e-a0d562344b50} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4196 | 2024.09.03 23:53:05.510282 [ 3 ] {31de539b-592a-42d7-b65e-a0d562344b50} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4197 | 2024.09.03 23:53:05.510442 [ 3 ] {31de539b-592a-42d7-b65e-a0d562344b50} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001424 sec., 42134.83146067416 rows/sec., 2.84 MiB/sec. | ||
4198 | 2024.09.03 23:53:05.510788 [ 3 ] {31de539b-592a-42d7-b65e-a0d562344b50} <Debug> DynamicQueryHandler: Done processing query | ||
4199 | 2024.09.03 23:53:05.510816 [ 3 ] {31de539b-592a-42d7-b65e-a0d562344b50} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4200 | 2024.09.03 23:53:05.510832 [ 3 ] {} <Debug> HTTP-Session: 41d2e3a4-353f-4d07-a0e8-687ab2065b3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4201 | 2024.09.03 23:53:10.493885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4202 | 2024.09.03 23:53:10.494032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4203 | 2024.09.03 23:53:10.494064 [ 3 ] {} <Debug> HTTP-Session: 0a5d7abe-92fc-42c4-a222-38cee516c2c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4204 | 2024.09.03 23:53:10.494092 [ 3 ] {} <Debug> HTTP-Session: 0a5d7abe-92fc-42c4-a222-38cee516c2c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4205 | 2024.09.03 23:53:10.494111 [ 3 ] {} <Debug> HTTP-Session: 0a5d7abe-92fc-42c4-a222-38cee516c2c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4206 | 2024.09.03 23:53:10.494167 [ 3 ] {} <Trace> HTTP-Session: 0a5d7abe-92fc-42c4-a222-38cee516c2c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4207 | 2024.09.03 23:53:10.494433 [ 3 ] {a1de2502-0ebe-4812-b897-19d4a9f8eaea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4208 | 2024.09.03 23:53:10.494503 [ 3 ] {a1de2502-0ebe-4812-b897-19d4a9f8eaea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4209 | 2024.09.03 23:53:10.494836 [ 3 ] {a1de2502-0ebe-4812-b897-19d4a9f8eaea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4210 | 2024.09.03 23:53:10.495405 [ 3 ] {a1de2502-0ebe-4812-b897-19d4a9f8eaea} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4211 | 2024.09.03 23:53:10.495453 [ 3 ] {a1de2502-0ebe-4812-b897-19d4a9f8eaea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4212 | 2024.09.03 23:53:10.495907 [ 3 ] {a1de2502-0ebe-4812-b897-19d4a9f8eaea} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4213 | 2024.09.03 23:53:10.496294 [ 3 ] {a1de2502-0ebe-4812-b897-19d4a9f8eaea} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4214 | 2024.09.03 23:53:10.496475 [ 3 ] {a1de2502-0ebe-4812-b897-19d4a9f8eaea} <Debug> executeQuery: Read 201 rows, 18.03 KiB in 0.002149 sec., 93531.87529083295 rows/sec., 8.19 MiB/sec. | ||
4215 | 2024.09.03 23:53:10.496840 [ 3 ] {a1de2502-0ebe-4812-b897-19d4a9f8eaea} <Debug> DynamicQueryHandler: Done processing query | ||
4216 | 2024.09.03 23:53:10.496869 [ 3 ] {a1de2502-0ebe-4812-b897-19d4a9f8eaea} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4217 | 2024.09.03 23:53:10.496886 [ 3 ] {} <Debug> HTTP-Session: 0a5d7abe-92fc-42c4-a222-38cee516c2c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4218 | 2024.09.03 23:53:10.497069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4219 | 2024.09.03 23:53:10.497126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4220 | 2024.09.03 23:53:10.497147 [ 3 ] {} <Debug> HTTP-Session: bd4de2d8-0038-42a5-9b46-6bbbf4da6680 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4221 | 2024.09.03 23:53:10.497167 [ 3 ] {} <Debug> HTTP-Session: bd4de2d8-0038-42a5-9b46-6bbbf4da6680 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4222 | 2024.09.03 23:53:10.497181 [ 3 ] {} <Debug> HTTP-Session: bd4de2d8-0038-42a5-9b46-6bbbf4da6680 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4223 | 2024.09.03 23:53:10.497218 [ 3 ] {} <Trace> HTTP-Session: bd4de2d8-0038-42a5-9b46-6bbbf4da6680 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4224 | 2024.09.03 23:53:10.497330 [ 3 ] {cc07bdea-5386-4f3e-af29-d9bfaeb15e89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4225 | 2024.09.03 23:53:10.497378 [ 3 ] {cc07bdea-5386-4f3e-af29-d9bfaeb15e89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4226 | 2024.09.03 23:53:10.497636 [ 3 ] {cc07bdea-5386-4f3e-af29-d9bfaeb15e89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4227 | 2024.09.03 23:53:10.497978 [ 3 ] {cc07bdea-5386-4f3e-af29-d9bfaeb15e89} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4228 | 2024.09.03 23:53:10.498016 [ 3 ] {cc07bdea-5386-4f3e-af29-d9bfaeb15e89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4229 | 2024.09.03 23:53:10.498367 [ 3 ] {cc07bdea-5386-4f3e-af29-d9bfaeb15e89} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4230 | 2024.09.03 23:53:10.498727 [ 3 ] {cc07bdea-5386-4f3e-af29-d9bfaeb15e89} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4231 | 2024.09.03 23:53:10.498884 [ 3 ] {cc07bdea-5386-4f3e-af29-d9bfaeb15e89} <Debug> executeQuery: Read 6 rows, 462.00 B in 0.001578 sec., 3802.2813688212927 rows/sec., 285.91 KiB/sec. | ||
4232 | 2024.09.03 23:53:10.499102 [ 3 ] {cc07bdea-5386-4f3e-af29-d9bfaeb15e89} <Debug> DynamicQueryHandler: Done processing query | ||
4233 | 2024.09.03 23:53:10.499127 [ 3 ] {cc07bdea-5386-4f3e-af29-d9bfaeb15e89} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4234 | 2024.09.03 23:53:10.499143 [ 3 ] {} <Debug> HTTP-Session: bd4de2d8-0038-42a5-9b46-6bbbf4da6680 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4235 | 2024.09.03 23:53:10.499265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4236 | 2024.09.03 23:53:10.499314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4237 | 2024.09.03 23:53:10.499333 [ 3 ] {} <Debug> HTTP-Session: 10e87151-2b56-4669-8532-2b2d2882f37d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4238 | 2024.09.03 23:53:10.499350 [ 3 ] {} <Debug> HTTP-Session: 10e87151-2b56-4669-8532-2b2d2882f37d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4239 | 2024.09.03 23:53:10.499364 [ 3 ] {} <Debug> HTTP-Session: 10e87151-2b56-4669-8532-2b2d2882f37d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4240 | 2024.09.03 23:53:10.499395 [ 3 ] {} <Trace> HTTP-Session: 10e87151-2b56-4669-8532-2b2d2882f37d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4241 | 2024.09.03 23:53:10.499491 [ 3 ] {775150a1-abc2-4aec-9b91-8f840fe74351} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4242 | 2024.09.03 23:53:10.499534 [ 3 ] {775150a1-abc2-4aec-9b91-8f840fe74351} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4243 | 2024.09.03 23:53:10.499750 [ 3 ] {775150a1-abc2-4aec-9b91-8f840fe74351} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4244 | 2024.09.03 23:53:10.500060 [ 3 ] {775150a1-abc2-4aec-9b91-8f840fe74351} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4245 | 2024.09.03 23:53:10.500097 [ 3 ] {775150a1-abc2-4aec-9b91-8f840fe74351} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4246 | 2024.09.03 23:53:10.500477 [ 3 ] {775150a1-abc2-4aec-9b91-8f840fe74351} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4247 | 2024.09.03 23:53:10.500835 [ 3 ] {775150a1-abc2-4aec-9b91-8f840fe74351} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4248 | 2024.09.03 23:53:10.500995 [ 3 ] {775150a1-abc2-4aec-9b91-8f840fe74351} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001517 sec., 9228.74093605801 rows/sec., 646.32 KiB/sec. | ||
4249 | 2024.09.03 23:53:10.501302 [ 3 ] {775150a1-abc2-4aec-9b91-8f840fe74351} <Debug> DynamicQueryHandler: Done processing query | ||
4250 | 2024.09.03 23:53:10.501328 [ 3 ] {775150a1-abc2-4aec-9b91-8f840fe74351} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4251 | 2024.09.03 23:53:10.501344 [ 3 ] {} <Debug> HTTP-Session: 10e87151-2b56-4669-8532-2b2d2882f37d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4252 | 2024.09.03 23:53:10.501471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4253 | 2024.09.03 23:53:10.501519 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4254 | 2024.09.03 23:53:10.501538 [ 3 ] {} <Debug> HTTP-Session: e10ea3cd-7fe0-44a6-9bb1-ae095625e3af Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4255 | 2024.09.03 23:53:10.501554 [ 3 ] {} <Debug> HTTP-Session: e10ea3cd-7fe0-44a6-9bb1-ae095625e3af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4256 | 2024.09.03 23:53:10.501568 [ 3 ] {} <Debug> HTTP-Session: e10ea3cd-7fe0-44a6-9bb1-ae095625e3af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4257 | 2024.09.03 23:53:10.501599 [ 3 ] {} <Trace> HTTP-Session: e10ea3cd-7fe0-44a6-9bb1-ae095625e3af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4258 | 2024.09.03 23:53:10.501694 [ 3 ] {f1058fb2-51ee-46da-b145-b91dbc242a6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
4259 | 2024.09.03 23:53:10.501736 [ 3 ] {f1058fb2-51ee-46da-b145-b91dbc242a6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4260 | 2024.09.03 23:53:10.501978 [ 3 ] {f1058fb2-51ee-46da-b145-b91dbc242a6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4261 | 2024.09.03 23:53:10.502294 [ 3 ] {f1058fb2-51ee-46da-b145-b91dbc242a6b} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4262 | 2024.09.03 23:53:10.502331 [ 3 ] {f1058fb2-51ee-46da-b145-b91dbc242a6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4263 | 2024.09.03 23:53:10.502682 [ 3 ] {f1058fb2-51ee-46da-b145-b91dbc242a6b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4264 | 2024.09.03 23:53:10.503052 [ 3 ] {f1058fb2-51ee-46da-b145-b91dbc242a6b} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4265 | 2024.09.03 23:53:10.503209 [ 3 ] {f1058fb2-51ee-46da-b145-b91dbc242a6b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00153 sec., 3921.568627450981 rows/sec., 231.69 KiB/sec. | ||
4266 | 2024.09.03 23:53:10.503410 [ 3 ] {f1058fb2-51ee-46da-b145-b91dbc242a6b} <Debug> DynamicQueryHandler: Done processing query | ||
4267 | 2024.09.03 23:53:10.503433 [ 3 ] {f1058fb2-51ee-46da-b145-b91dbc242a6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4268 | 2024.09.03 23:53:10.503449 [ 3 ] {} <Debug> HTTP-Session: e10ea3cd-7fe0-44a6-9bb1-ae095625e3af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4269 | 2024.09.03 23:53:10.503646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 62783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4270 | 2024.09.03 23:53:10.503696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4271 | 2024.09.03 23:53:10.503715 [ 3 ] {} <Debug> HTTP-Session: 5b5d0781-d8a2-49c7-86be-b418cf35ef10 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4272 | 2024.09.03 23:53:10.503732 [ 3 ] {} <Debug> HTTP-Session: 5b5d0781-d8a2-49c7-86be-b418cf35ef10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4273 | 2024.09.03 23:53:10.503751 [ 3 ] {} <Debug> HTTP-Session: 5b5d0781-d8a2-49c7-86be-b418cf35ef10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4274 | 2024.09.03 23:53:10.503784 [ 3 ] {} <Trace> HTTP-Session: 5b5d0781-d8a2-49c7-86be-b418cf35ef10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4275 | 2024.09.03 23:53:10.503991 [ 3 ] {22dbf228-0386-4bef-af7a-2ba6ec741a3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4276 | 2024.09.03 23:53:10.504034 [ 3 ] {22dbf228-0386-4bef-af7a-2ba6ec741a3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4277 | 2024.09.03 23:53:10.504253 [ 3 ] {22dbf228-0386-4bef-af7a-2ba6ec741a3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4278 | 2024.09.03 23:53:10.504801 [ 3 ] {22dbf228-0386-4bef-af7a-2ba6ec741a3f} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4279 | 2024.09.03 23:53:10.504838 [ 3 ] {22dbf228-0386-4bef-af7a-2ba6ec741a3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4280 | 2024.09.03 23:53:10.505211 [ 3 ] {22dbf228-0386-4bef-af7a-2ba6ec741a3f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4281 | 2024.09.03 23:53:10.505567 [ 3 ] {22dbf228-0386-4bef-af7a-2ba6ec741a3f} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4282 | 2024.09.03 23:53:10.505728 [ 3 ] {22dbf228-0386-4bef-af7a-2ba6ec741a3f} <Debug> executeQuery: Read 388 rows, 28.16 KiB in 0.001848 sec., 209956.70995670996 rows/sec., 14.88 MiB/sec. | ||
4283 | 2024.09.03 23:53:10.505899 [ 3 ] {22dbf228-0386-4bef-af7a-2ba6ec741a3f} <Debug> DynamicQueryHandler: Done processing query | ||
4284 | 2024.09.03 23:53:10.505923 [ 3 ] {22dbf228-0386-4bef-af7a-2ba6ec741a3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
4285 | 2024.09.03 23:53:10.505939 [ 3 ] {} <Debug> HTTP-Session: 5b5d0781-d8a2-49c7-86be-b418cf35ef10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4286 | 2024.09.03 23:53:10.506145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4287 | 2024.09.03 23:53:10.506192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4288 | 2024.09.03 23:53:10.506211 [ 3 ] {} <Debug> HTTP-Session: 8a1ddc29-fb12-4a17-8d8e-3592a2430914 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4289 | 2024.09.03 23:53:10.506231 [ 3 ] {} <Debug> HTTP-Session: 8a1ddc29-fb12-4a17-8d8e-3592a2430914 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4290 | 2024.09.03 23:53:10.506245 [ 3 ] {} <Debug> HTTP-Session: 8a1ddc29-fb12-4a17-8d8e-3592a2430914 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4291 | 2024.09.03 23:53:10.506277 [ 3 ] {} <Trace> HTTP-Session: 8a1ddc29-fb12-4a17-8d8e-3592a2430914 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4292 | 2024.09.03 23:53:10.506372 [ 3 ] {18cd016f-1ba0-42f4-b79e-95932b3cb85b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4293 | 2024.09.03 23:53:10.506416 [ 3 ] {18cd016f-1ba0-42f4-b79e-95932b3cb85b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4294 | 2024.09.03 23:53:10.506544 [ 3 ] {18cd016f-1ba0-42f4-b79e-95932b3cb85b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4295 | 2024.09.03 23:53:10.506815 [ 3 ] {18cd016f-1ba0-42f4-b79e-95932b3cb85b} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4296 | 2024.09.03 23:53:10.506850 [ 3 ] {18cd016f-1ba0-42f4-b79e-95932b3cb85b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4297 | 2024.09.03 23:53:10.507202 [ 3 ] {18cd016f-1ba0-42f4-b79e-95932b3cb85b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4298 | 2024.09.03 23:53:10.507528 [ 3 ] {18cd016f-1ba0-42f4-b79e-95932b3cb85b} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4299 | 2024.09.03 23:53:10.507677 [ 3 ] {18cd016f-1ba0-42f4-b79e-95932b3cb85b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00132 sec., 4545.454545454545 rows/sec., 237.48 KiB/sec. | ||
4300 | 2024.09.03 23:53:10.507970 [ 3 ] {18cd016f-1ba0-42f4-b79e-95932b3cb85b} <Debug> DynamicQueryHandler: Done processing query | ||
4301 | 2024.09.03 23:53:10.507994 [ 3 ] {18cd016f-1ba0-42f4-b79e-95932b3cb85b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4302 | 2024.09.03 23:53:10.508010 [ 3 ] {} <Debug> HTTP-Session: 8a1ddc29-fb12-4a17-8d8e-3592a2430914 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4303 | 2024.09.03 23:53:10.508178 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 44650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4304 | 2024.09.03 23:53:10.508226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4305 | 2024.09.03 23:53:10.508244 [ 3 ] {} <Debug> HTTP-Session: 6291daf3-9525-4aba-bd10-b2653fa5efdb Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4306 | 2024.09.03 23:53:10.508260 [ 3 ] {} <Debug> HTTP-Session: 6291daf3-9525-4aba-bd10-b2653fa5efdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4307 | 2024.09.03 23:53:10.508274 [ 3 ] {} <Debug> HTTP-Session: 6291daf3-9525-4aba-bd10-b2653fa5efdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4308 | 2024.09.03 23:53:10.508304 [ 3 ] {} <Trace> HTTP-Session: 6291daf3-9525-4aba-bd10-b2653fa5efdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4309 | 2024.09.03 23:53:10.508499 [ 3 ] {d28393d3-98e9-4c27-8793-afcdb53f9407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4310 | 2024.09.03 23:53:10.508546 [ 3 ] {d28393d3-98e9-4c27-8793-afcdb53f9407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4311 | 2024.09.03 23:53:10.508706 [ 3 ] {d28393d3-98e9-4c27-8793-afcdb53f9407} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4312 | 2024.09.03 23:53:10.509154 [ 3 ] {d28393d3-98e9-4c27-8793-afcdb53f9407} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4313 | 2024.09.03 23:53:10.509190 [ 3 ] {d28393d3-98e9-4c27-8793-afcdb53f9407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4314 | 2024.09.03 23:53:10.509562 [ 3 ] {d28393d3-98e9-4c27-8793-afcdb53f9407} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4315 | 2024.09.03 23:53:10.509892 [ 3 ] {d28393d3-98e9-4c27-8793-afcdb53f9407} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4316 | 2024.09.03 23:53:10.510054 [ 3 ] {d28393d3-98e9-4c27-8793-afcdb53f9407} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001667 sec., 142171.56568686262 rows/sec., 9.53 MiB/sec. | ||
4317 | 2024.09.03 23:53:10.510219 [ 3 ] {d28393d3-98e9-4c27-8793-afcdb53f9407} <Debug> DynamicQueryHandler: Done processing query | ||
4318 | 2024.09.03 23:53:10.510242 [ 3 ] {d28393d3-98e9-4c27-8793-afcdb53f9407} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4319 | 2024.09.03 23:53:10.510257 [ 3 ] {} <Debug> HTTP-Session: 6291daf3-9525-4aba-bd10-b2653fa5efdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4320 | 2024.09.03 23:53:10.510429 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4321 | 2024.09.03 23:53:10.510477 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4322 | 2024.09.03 23:53:10.510495 [ 3 ] {} <Debug> HTTP-Session: c746b75e-3e29-414c-b0ab-f5e7175766e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4323 | 2024.09.03 23:53:10.510511 [ 3 ] {} <Debug> HTTP-Session: c746b75e-3e29-414c-b0ab-f5e7175766e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4324 | 2024.09.03 23:53:10.510525 [ 3 ] {} <Debug> HTTP-Session: c746b75e-3e29-414c-b0ab-f5e7175766e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4325 | 2024.09.03 23:53:10.510555 [ 3 ] {} <Trace> HTTP-Session: c746b75e-3e29-414c-b0ab-f5e7175766e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4326 | 2024.09.03 23:53:10.510647 [ 3 ] {dc519f22-3f79-4c96-8ed3-122c02a9e966} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
4327 | 2024.09.03 23:53:10.510691 [ 3 ] {dc519f22-3f79-4c96-8ed3-122c02a9e966} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4328 | 2024.09.03 23:53:10.510820 [ 3 ] {dc519f22-3f79-4c96-8ed3-122c02a9e966} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4329 | 2024.09.03 23:53:10.511114 [ 3 ] {dc519f22-3f79-4c96-8ed3-122c02a9e966} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4330 | 2024.09.03 23:53:10.511151 [ 3 ] {dc519f22-3f79-4c96-8ed3-122c02a9e966} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4331 | 2024.09.03 23:53:10.511487 [ 3 ] {dc519f22-3f79-4c96-8ed3-122c02a9e966} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4332 | 2024.09.03 23:53:10.511805 [ 3 ] {dc519f22-3f79-4c96-8ed3-122c02a9e966} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4333 | 2024.09.03 23:53:10.511956 [ 3 ] {dc519f22-3f79-4c96-8ed3-122c02a9e966} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001324 sec., 755.2870090634441 rows/sec., 50.89 KiB/sec. | ||
4334 | 2024.09.03 23:53:10.512126 [ 3 ] {dc519f22-3f79-4c96-8ed3-122c02a9e966} <Debug> DynamicQueryHandler: Done processing query | ||
4335 | 2024.09.03 23:53:10.512151 [ 3 ] {dc519f22-3f79-4c96-8ed3-122c02a9e966} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4336 | 2024.09.03 23:53:10.512168 [ 3 ] {} <Debug> HTTP-Session: c746b75e-3e29-414c-b0ab-f5e7175766e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4337 | 2024.09.03 23:53:10.512287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 10124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4338 | 2024.09.03 23:53:10.512336 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4339 | 2024.09.03 23:53:10.512355 [ 3 ] {} <Debug> HTTP-Session: 5c992827-6966-460d-9e64-86227d62b5b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4340 | 2024.09.03 23:53:10.512373 [ 3 ] {} <Debug> HTTP-Session: 5c992827-6966-460d-9e64-86227d62b5b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4341 | 2024.09.03 23:53:10.512387 [ 3 ] {} <Debug> HTTP-Session: 5c992827-6966-460d-9e64-86227d62b5b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4342 | 2024.09.03 23:53:10.512418 [ 3 ] {} <Trace> HTTP-Session: 5c992827-6966-460d-9e64-86227d62b5b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4343 | 2024.09.03 23:53:10.512589 [ 3 ] {c0a1fffe-3d02-4832-9279-fe1053219a00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4344 | 2024.09.03 23:53:10.512652 [ 3 ] {c0a1fffe-3d02-4832-9279-fe1053219a00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4345 | 2024.09.03 23:53:10.513059 [ 3 ] {c0a1fffe-3d02-4832-9279-fe1053219a00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4346 | 2024.09.03 23:53:10.513502 [ 3 ] {c0a1fffe-3d02-4832-9279-fe1053219a00} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4347 | 2024.09.03 23:53:10.513537 [ 3 ] {c0a1fffe-3d02-4832-9279-fe1053219a00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4348 | 2024.09.03 23:53:10.514092 [ 3 ] {c0a1fffe-3d02-4832-9279-fe1053219a00} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4349 | 2024.09.03 23:53:10.514495 [ 3 ] {c0a1fffe-3d02-4832-9279-fe1053219a00} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4350 | 2024.09.03 23:53:10.514660 [ 149 ] {} <Debug> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4351 | 2024.09.03 23:53:10.514685 [ 3 ] {c0a1fffe-3d02-4832-9279-fe1053219a00} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002195 sec., 2733.485193621868 rows/sec., 4.90 MiB/sec. | ||
4352 | 2024.09.03 23:53:10.514753 [ 149 ] {} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4353 | 2024.09.03 23:53:10.514820 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4354 | 2024.09.03 23:53:10.515374 [ 189 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
4355 | 2024.09.03 23:53:10.515398 [ 3 ] {c0a1fffe-3d02-4832-9279-fe1053219a00} <Debug> DynamicQueryHandler: Done processing query | ||
4356 | 2024.09.03 23:53:10.515460 [ 3 ] {c0a1fffe-3d02-4832-9279-fe1053219a00} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
4357 | 2024.09.03 23:53:10.515489 [ 3 ] {} <Debug> HTTP-Session: 5c992827-6966-460d-9e64-86227d62b5b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4358 | 2024.09.03 23:53:10.515711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4359 | 2024.09.03 23:53:10.515827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4360 | 2024.09.03 23:53:10.515887 [ 3 ] {} <Debug> HTTP-Session: 68abc247-1093-4c99-aad2-c582dde42d4e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4361 | 2024.09.03 23:53:10.515947 [ 3 ] {} <Debug> HTTP-Session: 68abc247-1093-4c99-aad2-c582dde42d4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4362 | 2024.09.03 23:53:10.515991 [ 3 ] {} <Debug> HTTP-Session: 68abc247-1093-4c99-aad2-c582dde42d4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4363 | 2024.09.03 23:53:10.516082 [ 3 ] {} <Trace> HTTP-Session: 68abc247-1093-4c99-aad2-c582dde42d4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4364 | 2024.09.03 23:53:10.516170 [ 189 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4365 | 2024.09.03 23:53:10.516335 [ 189 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 186 rows starting from the beginning of the part | ||
4366 | 2024.09.03 23:53:10.516357 [ 3 ] {9923cbc6-2b53-4269-95ac-62e809ccd921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4367 | 2024.09.03 23:53:10.516472 [ 3 ] {9923cbc6-2b53-4269-95ac-62e809ccd921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4368 | 2024.09.03 23:53:10.517160 [ 189 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
4369 | 2024.09.03 23:53:10.517400 [ 3 ] {9923cbc6-2b53-4269-95ac-62e809ccd921} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4370 | 2024.09.03 23:53:10.517846 [ 189 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 31 rows starting from the beginning of the part | ||
4371 | 2024.09.03 23:53:10.518522 [ 189 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
4372 | 2024.09.03 23:53:10.518555 [ 3 ] {9923cbc6-2b53-4269-95ac-62e809ccd921} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4373 | 2024.09.03 23:53:10.518623 [ 3 ] {9923cbc6-2b53-4269-95ac-62e809ccd921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4374 | 2024.09.03 23:53:10.519103 [ 189 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 31 rows starting from the beginning of the part | ||
4375 | 2024.09.03 23:53:10.519754 [ 189 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
4376 | 2024.09.03 23:53:10.519977 [ 3 ] {9923cbc6-2b53-4269-95ac-62e809ccd921} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4377 | 2024.09.03 23:53:10.521069 [ 3 ] {9923cbc6-2b53-4269-95ac-62e809ccd921} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4378 | 2024.09.03 23:53:10.521503 [ 3 ] {9923cbc6-2b53-4269-95ac-62e809ccd921} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005272 sec., 15553.869499241275 rows/sec., 1011.57 KiB/sec. | ||
4379 | 2024.09.03 23:53:10.521758 [ 3 ] {9923cbc6-2b53-4269-95ac-62e809ccd921} <Debug> DynamicQueryHandler: Done processing query | ||
4380 | 2024.09.03 23:53:10.521801 [ 3 ] {9923cbc6-2b53-4269-95ac-62e809ccd921} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4381 | 2024.09.03 23:53:10.521846 [ 3 ] {} <Debug> HTTP-Session: 68abc247-1093-4c99-aad2-c582dde42d4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4382 | 2024.09.03 23:53:10.524920 [ 191 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 266 rows, containing 19 columns (19 merged, 0 gathered) in 0.009955894 sec., 26717.84171265785 rows/sec., 47.88 MiB/sec. | ||
4383 | 2024.09.03 23:53:10.525390 [ 190 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4384 | 2024.09.03 23:53:10.526014 [ 190 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4385 | 2024.09.03 23:53:10.526105 [ 190 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4386 | 2024.09.03 23:53:10.526323 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.47 MiB. | ||
4387 | 2024.09.03 23:53:15.490854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 17496, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4388 | 2024.09.03 23:53:15.491044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4389 | 2024.09.03 23:53:15.491086 [ 3 ] {} <Debug> HTTP-Session: 8a807def-b843-4bbb-bc0a-53ab85b56c1d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4390 | 2024.09.03 23:53:15.491129 [ 3 ] {} <Debug> HTTP-Session: 8a807def-b843-4bbb-bc0a-53ab85b56c1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4391 | 2024.09.03 23:53:15.491157 [ 3 ] {} <Debug> HTTP-Session: 8a807def-b843-4bbb-bc0a-53ab85b56c1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4392 | 2024.09.03 23:53:15.491233 [ 3 ] {} <Trace> HTTP-Session: 8a807def-b843-4bbb-bc0a-53ab85b56c1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4393 | 2024.09.03 23:53:15.491574 [ 3 ] {6c547a86-3c29-4bd1-aa7f-19626dc3e361} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4394 | 2024.09.03 23:53:15.491671 [ 3 ] {6c547a86-3c29-4bd1-aa7f-19626dc3e361} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4395 | 2024.09.03 23:53:15.492006 [ 3 ] {6c547a86-3c29-4bd1-aa7f-19626dc3e361} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4396 | 2024.09.03 23:53:15.492649 [ 3 ] {6c547a86-3c29-4bd1-aa7f-19626dc3e361} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4397 | 2024.09.03 23:53:15.492699 [ 3 ] {6c547a86-3c29-4bd1-aa7f-19626dc3e361} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4398 | 2024.09.03 23:53:15.493161 [ 3 ] {6c547a86-3c29-4bd1-aa7f-19626dc3e361} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4399 | 2024.09.03 23:53:15.493569 [ 3 ] {6c547a86-3c29-4bd1-aa7f-19626dc3e361} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4400 | 2024.09.03 23:53:15.493755 [ 3 ] {6c547a86-3c29-4bd1-aa7f-19626dc3e361} <Debug> executeQuery: Read 118 rows, 10.31 KiB in 0.002317 sec., 50927.924039706515 rows/sec., 4.34 MiB/sec. | ||
4401 | 2024.09.03 23:53:15.494083 [ 3 ] {6c547a86-3c29-4bd1-aa7f-19626dc3e361} <Debug> DynamicQueryHandler: Done processing query | ||
4402 | 2024.09.03 23:53:15.494112 [ 3 ] {6c547a86-3c29-4bd1-aa7f-19626dc3e361} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4403 | 2024.09.03 23:53:15.494129 [ 3 ] {} <Debug> HTTP-Session: 8a807def-b843-4bbb-bc0a-53ab85b56c1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4404 | 2024.09.03 23:53:15.494273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 4494, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4405 | 2024.09.03 23:53:15.494329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4406 | 2024.09.03 23:53:15.494349 [ 3 ] {} <Debug> HTTP-Session: c0489e20-437e-4cd2-bc8d-2bb0cd21e896 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4407 | 2024.09.03 23:53:15.494367 [ 3 ] {} <Debug> HTTP-Session: c0489e20-437e-4cd2-bc8d-2bb0cd21e896 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4408 | 2024.09.03 23:53:15.494381 [ 3 ] {} <Debug> HTTP-Session: c0489e20-437e-4cd2-bc8d-2bb0cd21e896 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4409 | 2024.09.03 23:53:15.494416 [ 3 ] {} <Trace> HTTP-Session: c0489e20-437e-4cd2-bc8d-2bb0cd21e896 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4410 | 2024.09.03 23:53:15.494535 [ 3 ] {572f4dad-b8d6-46ac-9ab9-317a17869ecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4411 | 2024.09.03 23:53:15.494584 [ 3 ] {572f4dad-b8d6-46ac-9ab9-317a17869ecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4412 | 2024.09.03 23:53:15.494843 [ 3 ] {572f4dad-b8d6-46ac-9ab9-317a17869ecd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4413 | 2024.09.03 23:53:15.495182 [ 3 ] {572f4dad-b8d6-46ac-9ab9-317a17869ecd} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4414 | 2024.09.03 23:53:15.495220 [ 3 ] {572f4dad-b8d6-46ac-9ab9-317a17869ecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4415 | 2024.09.03 23:53:15.495572 [ 3 ] {572f4dad-b8d6-46ac-9ab9-317a17869ecd} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4416 | 2024.09.03 23:53:15.495929 [ 3 ] {572f4dad-b8d6-46ac-9ab9-317a17869ecd} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4417 | 2024.09.03 23:53:15.496096 [ 3 ] {572f4dad-b8d6-46ac-9ab9-317a17869ecd} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001598 sec., 19399.249061326656 rows/sec., 1.42 MiB/sec. | ||
4418 | 2024.09.03 23:53:15.496277 [ 3 ] {572f4dad-b8d6-46ac-9ab9-317a17869ecd} <Debug> DynamicQueryHandler: Done processing query | ||
4419 | 2024.09.03 23:53:15.496302 [ 3 ] {572f4dad-b8d6-46ac-9ab9-317a17869ecd} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4420 | 2024.09.03 23:53:15.496318 [ 3 ] {} <Debug> HTTP-Session: c0489e20-437e-4cd2-bc8d-2bb0cd21e896 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4421 | 2024.09.03 23:53:15.496483 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 16129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4422 | 2024.09.03 23:53:15.496535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4423 | 2024.09.03 23:53:15.496555 [ 3 ] {} <Debug> HTTP-Session: b4b5fba4-ab7e-45c9-82de-f37a40aaeb62 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4424 | 2024.09.03 23:53:15.496573 [ 3 ] {} <Debug> HTTP-Session: b4b5fba4-ab7e-45c9-82de-f37a40aaeb62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4425 | 2024.09.03 23:53:15.496587 [ 3 ] {} <Debug> HTTP-Session: b4b5fba4-ab7e-45c9-82de-f37a40aaeb62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4426 | 2024.09.03 23:53:15.496620 [ 3 ] {} <Trace> HTTP-Session: b4b5fba4-ab7e-45c9-82de-f37a40aaeb62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4427 | 2024.09.03 23:53:15.496749 [ 3 ] {b962dfc6-5b06-4c00-a99d-e10d65f31c5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4428 | 2024.09.03 23:53:15.496794 [ 3 ] {b962dfc6-5b06-4c00-a99d-e10d65f31c5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4429 | 2024.09.03 23:53:15.497025 [ 3 ] {b962dfc6-5b06-4c00-a99d-e10d65f31c5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4430 | 2024.09.03 23:53:15.497385 [ 3 ] {b962dfc6-5b06-4c00-a99d-e10d65f31c5b} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4431 | 2024.09.03 23:53:15.497422 [ 3 ] {b962dfc6-5b06-4c00-a99d-e10d65f31c5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4432 | 2024.09.03 23:53:15.497786 [ 3 ] {b962dfc6-5b06-4c00-a99d-e10d65f31c5b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4433 | 2024.09.03 23:53:15.498161 [ 3 ] {b962dfc6-5b06-4c00-a99d-e10d65f31c5b} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4434 | 2024.09.03 23:53:15.498326 [ 3 ] {b962dfc6-5b06-4c00-a99d-e10d65f31c5b} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001616 sec., 58787.12871287129 rows/sec., 4.59 MiB/sec. | ||
4435 | 2024.09.03 23:53:15.498494 [ 3 ] {b962dfc6-5b06-4c00-a99d-e10d65f31c5b} <Debug> DynamicQueryHandler: Done processing query | ||
4436 | 2024.09.03 23:53:15.498518 [ 3 ] {b962dfc6-5b06-4c00-a99d-e10d65f31c5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4437 | 2024.09.03 23:53:15.498535 [ 3 ] {} <Debug> HTTP-Session: b4b5fba4-ab7e-45c9-82de-f37a40aaeb62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4438 | 2024.09.03 23:53:15.498713 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4439 | 2024.09.03 23:53:15.498764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4440 | 2024.09.03 23:53:15.498783 [ 3 ] {} <Debug> HTTP-Session: 4f1d0dd9-4a39-4b4f-a0e1-6653048ffdbe Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4441 | 2024.09.03 23:53:15.498802 [ 3 ] {} <Debug> HTTP-Session: 4f1d0dd9-4a39-4b4f-a0e1-6653048ffdbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4442 | 2024.09.03 23:53:15.498817 [ 3 ] {} <Debug> HTTP-Session: 4f1d0dd9-4a39-4b4f-a0e1-6653048ffdbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4443 | 2024.09.03 23:53:15.498849 [ 3 ] {} <Trace> HTTP-Session: 4f1d0dd9-4a39-4b4f-a0e1-6653048ffdbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4444 | 2024.09.03 23:53:15.498998 [ 3 ] {97ca4b9f-166b-41d3-92ab-f4a2bf679d30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4445 | 2024.09.03 23:53:15.499046 [ 3 ] {97ca4b9f-166b-41d3-92ab-f4a2bf679d30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4446 | 2024.09.03 23:53:15.499192 [ 3 ] {97ca4b9f-166b-41d3-92ab-f4a2bf679d30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4447 | 2024.09.03 23:53:15.499564 [ 3 ] {97ca4b9f-166b-41d3-92ab-f4a2bf679d30} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4448 | 2024.09.03 23:53:15.499600 [ 3 ] {97ca4b9f-166b-41d3-92ab-f4a2bf679d30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4449 | 2024.09.03 23:53:15.499991 [ 3 ] {97ca4b9f-166b-41d3-92ab-f4a2bf679d30} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4450 | 2024.09.03 23:53:15.500333 [ 3 ] {97ca4b9f-166b-41d3-92ab-f4a2bf679d30} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4451 | 2024.09.03 23:53:15.500496 [ 3 ] {97ca4b9f-166b-41d3-92ab-f4a2bf679d30} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001565 sec., 102236.42172523962 rows/sec., 7.12 MiB/sec. | ||
4452 | 2024.09.03 23:53:15.500668 [ 3 ] {97ca4b9f-166b-41d3-92ab-f4a2bf679d30} <Debug> DynamicQueryHandler: Done processing query | ||
4453 | 2024.09.03 23:53:15.500691 [ 3 ] {97ca4b9f-166b-41d3-92ab-f4a2bf679d30} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4454 | 2024.09.03 23:53:15.500707 [ 3 ] {} <Debug> HTTP-Session: 4f1d0dd9-4a39-4b4f-a0e1-6653048ffdbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4455 | 2024.09.03 23:53:15.500886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 51787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4456 | 2024.09.03 23:53:15.500934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4457 | 2024.09.03 23:53:15.500955 [ 3 ] {} <Debug> HTTP-Session: beba4452-fa86-4f3b-92d1-3fb0fe6c28cf Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4458 | 2024.09.03 23:53:15.500971 [ 3 ] {} <Debug> HTTP-Session: beba4452-fa86-4f3b-92d1-3fb0fe6c28cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4459 | 2024.09.03 23:53:15.500986 [ 3 ] {} <Debug> HTTP-Session: beba4452-fa86-4f3b-92d1-3fb0fe6c28cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4460 | 2024.09.03 23:53:15.501017 [ 3 ] {} <Trace> HTTP-Session: beba4452-fa86-4f3b-92d1-3fb0fe6c28cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4461 | 2024.09.03 23:53:15.501324 [ 3 ] {c01ac0ba-294f-461c-9945-49ea6a40b27d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4462 | 2024.09.03 23:53:15.501390 [ 3 ] {c01ac0ba-294f-461c-9945-49ea6a40b27d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4463 | 2024.09.03 23:53:15.501794 [ 3 ] {c01ac0ba-294f-461c-9945-49ea6a40b27d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4464 | 2024.09.03 23:53:15.502407 [ 3 ] {c01ac0ba-294f-461c-9945-49ea6a40b27d} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4465 | 2024.09.03 23:53:15.502443 [ 3 ] {c01ac0ba-294f-461c-9945-49ea6a40b27d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4466 | 2024.09.03 23:53:15.503056 [ 3 ] {c01ac0ba-294f-461c-9945-49ea6a40b27d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4467 | 2024.09.03 23:53:15.503459 [ 3 ] {c01ac0ba-294f-461c-9945-49ea6a40b27d} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4468 | 2024.09.03 23:53:15.503659 [ 3 ] {c01ac0ba-294f-461c-9945-49ea6a40b27d} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002545 sec., 12180.746561886051 rows/sec., 21.83 MiB/sec. | ||
4469 | 2024.09.03 23:53:15.504132 [ 3 ] {c01ac0ba-294f-461c-9945-49ea6a40b27d} <Debug> DynamicQueryHandler: Done processing query | ||
4470 | 2024.09.03 23:53:15.504156 [ 3 ] {c01ac0ba-294f-461c-9945-49ea6a40b27d} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
4471 | 2024.09.03 23:53:15.504172 [ 3 ] {} <Debug> HTTP-Session: beba4452-fa86-4f3b-92d1-3fb0fe6c28cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4472 | 2024.09.03 23:53:15.504302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4473 | 2024.09.03 23:53:15.504350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4474 | 2024.09.03 23:53:15.504371 [ 3 ] {} <Debug> HTTP-Session: a04a9e01-dc70-4dca-9fd5-cc67d0a6a04f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4475 | 2024.09.03 23:53:15.504387 [ 3 ] {} <Debug> HTTP-Session: a04a9e01-dc70-4dca-9fd5-cc67d0a6a04f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4476 | 2024.09.03 23:53:15.504401 [ 3 ] {} <Debug> HTTP-Session: a04a9e01-dc70-4dca-9fd5-cc67d0a6a04f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4477 | 2024.09.03 23:53:15.504433 [ 3 ] {} <Trace> HTTP-Session: a04a9e01-dc70-4dca-9fd5-cc67d0a6a04f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4478 | 2024.09.03 23:53:15.504544 [ 3 ] {143ddfaa-e0e3-4650-bb16-fa8d389f06e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4479 | 2024.09.03 23:53:15.504589 [ 3 ] {143ddfaa-e0e3-4650-bb16-fa8d389f06e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4480 | 2024.09.03 23:53:15.504735 [ 3 ] {143ddfaa-e0e3-4650-bb16-fa8d389f06e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4481 | 2024.09.03 23:53:15.505106 [ 3 ] {143ddfaa-e0e3-4650-bb16-fa8d389f06e9} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4482 | 2024.09.03 23:53:15.505142 [ 3 ] {143ddfaa-e0e3-4650-bb16-fa8d389f06e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4483 | 2024.09.03 23:53:15.505501 [ 3 ] {143ddfaa-e0e3-4650-bb16-fa8d389f06e9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4484 | 2024.09.03 23:53:15.505845 [ 3 ] {143ddfaa-e0e3-4650-bb16-fa8d389f06e9} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4485 | 2024.09.03 23:53:15.505997 [ 3 ] {143ddfaa-e0e3-4650-bb16-fa8d389f06e9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001485 sec., 40404.0404040404 rows/sec., 2.72 MiB/sec. | ||
4486 | 2024.09.03 23:53:15.506170 [ 3 ] {143ddfaa-e0e3-4650-bb16-fa8d389f06e9} <Debug> DynamicQueryHandler: Done processing query | ||
4487 | 2024.09.03 23:53:15.506194 [ 3 ] {143ddfaa-e0e3-4650-bb16-fa8d389f06e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4488 | 2024.09.03 23:53:15.506210 [ 3 ] {} <Debug> HTTP-Session: a04a9e01-dc70-4dca-9fd5-cc67d0a6a04f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4489 | 2024.09.03 23:53:18.278234 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4490 | 2024.09.03 23:53:18.278300 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4491 | 2024.09.03 23:53:19.001290 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00090927 sec. | ||
4492 | 2024.09.03 23:53:20.494213 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4493 | 2024.09.03 23:53:20.494326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4494 | 2024.09.03 23:53:20.494351 [ 3 ] {} <Debug> HTTP-Session: 4c8813cc-1a22-4680-a7b8-da7ecf7d854f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4495 | 2024.09.03 23:53:20.494377 [ 3 ] {} <Debug> HTTP-Session: 4c8813cc-1a22-4680-a7b8-da7ecf7d854f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4496 | 2024.09.03 23:53:20.494392 [ 3 ] {} <Debug> HTTP-Session: 4c8813cc-1a22-4680-a7b8-da7ecf7d854f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4497 | 2024.09.03 23:53:20.494442 [ 3 ] {} <Trace> HTTP-Session: 4c8813cc-1a22-4680-a7b8-da7ecf7d854f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4498 | 2024.09.03 23:53:20.494675 [ 3 ] {82e87e4d-7f61-450c-a293-1999415e694c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4499 | 2024.09.03 23:53:20.494743 [ 3 ] {82e87e4d-7f61-450c-a293-1999415e694c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4500 | 2024.09.03 23:53:20.495078 [ 3 ] {82e87e4d-7f61-450c-a293-1999415e694c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4501 | 2024.09.03 23:53:20.495631 [ 3 ] {82e87e4d-7f61-450c-a293-1999415e694c} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4502 | 2024.09.03 23:53:20.495678 [ 3 ] {82e87e4d-7f61-450c-a293-1999415e694c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4503 | 2024.09.03 23:53:20.496108 [ 3 ] {82e87e4d-7f61-450c-a293-1999415e694c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4504 | 2024.09.03 23:53:20.496489 [ 3 ] {82e87e4d-7f61-450c-a293-1999415e694c} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4505 | 2024.09.03 23:53:20.496679 [ 3 ] {82e87e4d-7f61-450c-a293-1999415e694c} <Debug> executeQuery: Read 201 rows, 18.03 KiB in 0.002095 sec., 95942.72076372315 rows/sec., 8.40 MiB/sec. | ||
4506 | 2024.09.03 23:53:20.497047 [ 3 ] {82e87e4d-7f61-450c-a293-1999415e694c} <Debug> DynamicQueryHandler: Done processing query | ||
4507 | 2024.09.03 23:53:20.497076 [ 3 ] {82e87e4d-7f61-450c-a293-1999415e694c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4508 | 2024.09.03 23:53:20.497093 [ 3 ] {} <Debug> HTTP-Session: 4c8813cc-1a22-4680-a7b8-da7ecf7d854f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4509 | 2024.09.03 23:53:20.497276 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4510 | 2024.09.03 23:53:20.497334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4511 | 2024.09.03 23:53:20.497354 [ 3 ] {} <Debug> HTTP-Session: 13490485-0bec-48b3-9f9b-89c709500277 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4512 | 2024.09.03 23:53:20.497375 [ 3 ] {} <Debug> HTTP-Session: 13490485-0bec-48b3-9f9b-89c709500277 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4513 | 2024.09.03 23:53:20.497390 [ 3 ] {} <Debug> HTTP-Session: 13490485-0bec-48b3-9f9b-89c709500277 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4514 | 2024.09.03 23:53:20.497426 [ 3 ] {} <Trace> HTTP-Session: 13490485-0bec-48b3-9f9b-89c709500277 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4515 | 2024.09.03 23:53:20.497535 [ 3 ] {0161dd9d-41cc-4899-a878-43215a1c3842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4516 | 2024.09.03 23:53:20.497583 [ 3 ] {0161dd9d-41cc-4899-a878-43215a1c3842} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4517 | 2024.09.03 23:53:20.497840 [ 3 ] {0161dd9d-41cc-4899-a878-43215a1c3842} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4518 | 2024.09.03 23:53:20.498195 [ 3 ] {0161dd9d-41cc-4899-a878-43215a1c3842} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4519 | 2024.09.03 23:53:20.498233 [ 3 ] {0161dd9d-41cc-4899-a878-43215a1c3842} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4520 | 2024.09.03 23:53:20.498592 [ 3 ] {0161dd9d-41cc-4899-a878-43215a1c3842} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4521 | 2024.09.03 23:53:20.498962 [ 3 ] {0161dd9d-41cc-4899-a878-43215a1c3842} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4522 | 2024.09.03 23:53:20.499125 [ 3 ] {0161dd9d-41cc-4899-a878-43215a1c3842} <Debug> executeQuery: Read 6 rows, 462.00 B in 0.001619 sec., 3705.9913526868436 rows/sec., 278.67 KiB/sec. | ||
4523 | 2024.09.03 23:53:20.499311 [ 3 ] {0161dd9d-41cc-4899-a878-43215a1c3842} <Debug> DynamicQueryHandler: Done processing query | ||
4524 | 2024.09.03 23:53:20.499335 [ 3 ] {0161dd9d-41cc-4899-a878-43215a1c3842} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4525 | 2024.09.03 23:53:20.499351 [ 3 ] {} <Debug> HTTP-Session: 13490485-0bec-48b3-9f9b-89c709500277 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4526 | 2024.09.03 23:53:20.499486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4527 | 2024.09.03 23:53:20.499538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4528 | 2024.09.03 23:53:20.499558 [ 3 ] {} <Debug> HTTP-Session: 399941fd-7c72-4974-8891-8620f206b0b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4529 | 2024.09.03 23:53:20.499576 [ 3 ] {} <Debug> HTTP-Session: 399941fd-7c72-4974-8891-8620f206b0b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4530 | 2024.09.03 23:53:20.499590 [ 3 ] {} <Debug> HTTP-Session: 399941fd-7c72-4974-8891-8620f206b0b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4531 | 2024.09.03 23:53:20.499624 [ 3 ] {} <Trace> HTTP-Session: 399941fd-7c72-4974-8891-8620f206b0b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4532 | 2024.09.03 23:53:20.499729 [ 3 ] {d9c9a100-1ad9-491e-8626-bfcc24514732} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4533 | 2024.09.03 23:53:20.499774 [ 3 ] {d9c9a100-1ad9-491e-8626-bfcc24514732} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4534 | 2024.09.03 23:53:20.500005 [ 3 ] {d9c9a100-1ad9-491e-8626-bfcc24514732} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4535 | 2024.09.03 23:53:20.500316 [ 3 ] {d9c9a100-1ad9-491e-8626-bfcc24514732} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4536 | 2024.09.03 23:53:20.500352 [ 3 ] {d9c9a100-1ad9-491e-8626-bfcc24514732} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4537 | 2024.09.03 23:53:20.500714 [ 3 ] {d9c9a100-1ad9-491e-8626-bfcc24514732} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4538 | 2024.09.03 23:53:20.501065 [ 3 ] {d9c9a100-1ad9-491e-8626-bfcc24514732} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4539 | 2024.09.03 23:53:20.501223 [ 139 ] {} <Debug> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4540 | 2024.09.03 23:53:20.501234 [ 3 ] {d9c9a100-1ad9-491e-8626-bfcc24514732} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001525 sec., 9180.327868852459 rows/sec., 642.93 KiB/sec. | ||
4541 | 2024.09.03 23:53:20.501316 [ 139 ] {} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4542 | 2024.09.03 23:53:20.501393 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4543 | 2024.09.03 23:53:20.501666 [ 3 ] {d9c9a100-1ad9-491e-8626-bfcc24514732} <Debug> DynamicQueryHandler: Done processing query | ||
4544 | 2024.09.03 23:53:20.501735 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::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 | ||
4545 | 2024.09.03 23:53:20.501741 [ 3 ] {d9c9a100-1ad9-491e-8626-bfcc24514732} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4546 | 2024.09.03 23:53:20.501828 [ 3 ] {} <Debug> HTTP-Session: 399941fd-7c72-4974-8891-8620f206b0b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4547 | 2024.09.03 23:53:20.502005 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4548 | 2024.09.03 23:53:20.502050 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4549 | 2024.09.03 23:53:20.502090 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4550 | 2024.09.03 23:53:20.502117 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::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 | ||
4551 | 2024.09.03 23:53:20.502132 [ 3 ] {} <Debug> HTTP-Session: 0ea21bf3-d123-4db9-8595-e9fc9db3b68b Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4552 | 2024.09.03 23:53:20.502175 [ 3 ] {} <Debug> HTTP-Session: 0ea21bf3-d123-4db9-8595-e9fc9db3b68b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4553 | 2024.09.03 23:53:20.502221 [ 3 ] {} <Debug> HTTP-Session: 0ea21bf3-d123-4db9-8595-e9fc9db3b68b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4554 | 2024.09.03 23:53:20.502335 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 15 rows starting from the beginning of the part | ||
4555 | 2024.09.03 23:53:20.502395 [ 3 ] {} <Trace> HTTP-Session: 0ea21bf3-d123-4db9-8595-e9fc9db3b68b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4556 | 2024.09.03 23:53:20.502643 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 228 rows starting from the beginning of the part | ||
4557 | 2024.09.03 23:53:20.502775 [ 3 ] {e1e80498-9a46-47c3-beee-a708fd2c3b44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
4558 | 2024.09.03 23:53:20.502920 [ 3 ] {e1e80498-9a46-47c3-beee-a708fd2c3b44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4559 | 2024.09.03 23:53:20.502980 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
4560 | 2024.09.03 23:53:20.503343 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::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 | ||
4561 | 2024.09.03 23:53:20.503685 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::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 | ||
4562 | 2024.09.03 23:53:20.504388 [ 3 ] {e1e80498-9a46-47c3-beee-a708fd2c3b44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4563 | 2024.09.03 23:53:20.505169 [ 3 ] {e1e80498-9a46-47c3-beee-a708fd2c3b44} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4564 | 2024.09.03 23:53:20.505223 [ 3 ] {e1e80498-9a46-47c3-beee-a708fd2c3b44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4565 | 2024.09.03 23:53:20.506168 [ 3 ] {e1e80498-9a46-47c3-beee-a708fd2c3b44} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4566 | 2024.09.03 23:53:20.507088 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.00556645 sec., 94674.34361217653 rows/sec., 6.44 MiB/sec. | ||
4567 | 2024.09.03 23:53:20.507249 [ 3 ] {e1e80498-9a46-47c3-beee-a708fd2c3b44} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4568 | 2024.09.03 23:53:20.507285 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4569 | 2024.09.03 23:53:20.507527 [ 139 ] {} <Debug> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
4570 | 2024.09.03 23:53:20.507582 [ 3 ] {e1e80498-9a46-47c3-beee-a708fd2c3b44} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004906 sec., 1222.9922543823889 rows/sec., 72.26 KiB/sec. | ||
4571 | 2024.09.03 23:53:20.507622 [ 139 ] {} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4572 | 2024.09.03 23:53:20.507711 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4573 | 2024.09.03 23:53:20.508435 [ 190 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
4574 | 2024.09.03 23:53:20.508802 [ 3 ] {e1e80498-9a46-47c3-beee-a708fd2c3b44} <Debug> DynamicQueryHandler: Done processing query | ||
4575 | 2024.09.03 23:53:20.508870 [ 3 ] {e1e80498-9a46-47c3-beee-a708fd2c3b44} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4576 | 2024.09.03 23:53:20.508950 [ 3 ] {} <Debug> HTTP-Session: 0ea21bf3-d123-4db9-8595-e9fc9db3b68b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4577 | 2024.09.03 23:53:20.509081 [ 190 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4578 | 2024.09.03 23:53:20.509139 [ 190 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
4579 | 2024.09.03 23:53:20.509304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 62783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4580 | 2024.09.03 23:53:20.509433 [ 190 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
4581 | 2024.09.03 23:53:20.509468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4582 | 2024.09.03 23:53:20.509555 [ 3 ] {} <Debug> HTTP-Session: f48aa9f4-fee0-4977-b5f7-7b5a7d2e5f71 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4583 | 2024.09.03 23:53:20.509685 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_11_2} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4584 | 2024.09.03 23:53:20.509702 [ 3 ] {} <Debug> HTTP-Session: f48aa9f4-fee0-4977-b5f7-7b5a7d2e5f71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4585 | 2024.09.03 23:53:20.509858 [ 3 ] {} <Debug> HTTP-Session: f48aa9f4-fee0-4977-b5f7-7b5a7d2e5f71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4586 | 2024.09.03 23:53:20.509921 [ 190 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
4587 | 2024.09.03 23:53:20.510048 [ 3 ] {} <Trace> HTTP-Session: f48aa9f4-fee0-4977-b5f7-7b5a7d2e5f71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4588 | 2024.09.03 23:53:20.510133 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_11_2} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4589 | 2024.09.03 23:53:20.510309 [ 190 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
4590 | 2024.09.03 23:53:20.510489 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
4591 | 2024.09.03 23:53:20.510655 [ 3 ] {6101a40b-452a-402d-8034-77b6d3a77db4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4592 | 2024.09.03 23:53:20.510707 [ 190 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
4593 | 2024.09.03 23:53:20.510810 [ 3 ] {6101a40b-452a-402d-8034-77b6d3a77db4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4594 | 2024.09.03 23:53:20.511460 [ 3 ] {6101a40b-452a-402d-8034-77b6d3a77db4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4595 | 2024.09.03 23:53:20.512310 [ 3 ] {6101a40b-452a-402d-8034-77b6d3a77db4} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4596 | 2024.09.03 23:53:20.512350 [ 3 ] {6101a40b-452a-402d-8034-77b6d3a77db4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4597 | 2024.09.03 23:53:20.512358 [ 194 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004451886 sec., 6738.717029142255 rows/sec., 427.75 KiB/sec. | ||
4598 | 2024.09.03 23:53:20.512506 [ 194 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
4599 | 2024.09.03 23:53:20.512847 [ 3 ] {6101a40b-452a-402d-8034-77b6d3a77db4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4600 | 2024.09.03 23:53:20.513123 [ 194 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_9_2} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4601 | 2024.09.03 23:53:20.513228 [ 194 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_9_2} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
4602 | 2024.09.03 23:53:20.513317 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
4603 | 2024.09.03 23:53:20.513377 [ 3 ] {6101a40b-452a-402d-8034-77b6d3a77db4} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4604 | 2024.09.03 23:53:20.513537 [ 3 ] {6101a40b-452a-402d-8034-77b6d3a77db4} <Debug> executeQuery: Read 388 rows, 28.16 KiB in 0.003232 sec., 120049.50495049504 rows/sec., 8.51 MiB/sec. | ||
4605 | 2024.09.03 23:53:20.513905 [ 3 ] {6101a40b-452a-402d-8034-77b6d3a77db4} <Debug> DynamicQueryHandler: Done processing query | ||
4606 | 2024.09.03 23:53:20.513932 [ 3 ] {6101a40b-452a-402d-8034-77b6d3a77db4} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
4607 | 2024.09.03 23:53:20.513950 [ 3 ] {} <Debug> HTTP-Session: f48aa9f4-fee0-4977-b5f7-7b5a7d2e5f71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4608 | 2024.09.03 23:53:20.514105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4609 | 2024.09.03 23:53:20.514155 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4610 | 2024.09.03 23:53:20.514174 [ 3 ] {} <Debug> HTTP-Session: bfd4d904-6dd5-48b8-a5f8-33a118565b22 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4611 | 2024.09.03 23:53:20.514191 [ 3 ] {} <Debug> HTTP-Session: bfd4d904-6dd5-48b8-a5f8-33a118565b22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4612 | 2024.09.03 23:53:20.514205 [ 3 ] {} <Debug> HTTP-Session: bfd4d904-6dd5-48b8-a5f8-33a118565b22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4613 | 2024.09.03 23:53:20.514237 [ 3 ] {} <Trace> HTTP-Session: bfd4d904-6dd5-48b8-a5f8-33a118565b22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4614 | 2024.09.03 23:53:20.514335 [ 3 ] {26478599-00ab-490a-9ce0-e983fc54b654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4615 | 2024.09.03 23:53:20.514381 [ 3 ] {26478599-00ab-490a-9ce0-e983fc54b654} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4616 | 2024.09.03 23:53:20.514531 [ 3 ] {26478599-00ab-490a-9ce0-e983fc54b654} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4617 | 2024.09.03 23:53:20.514817 [ 3 ] {26478599-00ab-490a-9ce0-e983fc54b654} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4618 | 2024.09.03 23:53:20.514852 [ 3 ] {26478599-00ab-490a-9ce0-e983fc54b654} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4619 | 2024.09.03 23:53:20.515210 [ 3 ] {26478599-00ab-490a-9ce0-e983fc54b654} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4620 | 2024.09.03 23:53:20.515528 [ 3 ] {26478599-00ab-490a-9ce0-e983fc54b654} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4621 | 2024.09.03 23:53:20.515682 [ 3 ] {26478599-00ab-490a-9ce0-e983fc54b654} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00136 sec., 4411.764705882352 rows/sec., 230.50 KiB/sec. | ||
4622 | 2024.09.03 23:53:20.516168 [ 3 ] {26478599-00ab-490a-9ce0-e983fc54b654} <Debug> DynamicQueryHandler: Done processing query | ||
4623 | 2024.09.03 23:53:20.516192 [ 3 ] {26478599-00ab-490a-9ce0-e983fc54b654} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4624 | 2024.09.03 23:53:20.516208 [ 3 ] {} <Debug> HTTP-Session: bfd4d904-6dd5-48b8-a5f8-33a118565b22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4625 | 2024.09.03 23:53:20.516373 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 44650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4626 | 2024.09.03 23:53:20.516422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4627 | 2024.09.03 23:53:20.516441 [ 3 ] {} <Debug> HTTP-Session: 8a5bd268-e299-48a1-8e61-4b35f164aa3b Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4628 | 2024.09.03 23:53:20.516458 [ 3 ] {} <Debug> HTTP-Session: 8a5bd268-e299-48a1-8e61-4b35f164aa3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4629 | 2024.09.03 23:53:20.516472 [ 3 ] {} <Debug> HTTP-Session: 8a5bd268-e299-48a1-8e61-4b35f164aa3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4630 | 2024.09.03 23:53:20.516502 [ 3 ] {} <Trace> HTTP-Session: 8a5bd268-e299-48a1-8e61-4b35f164aa3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4631 | 2024.09.03 23:53:20.516727 [ 3 ] {67681e65-d14b-479f-b766-2924a94678d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4632 | 2024.09.03 23:53:20.516774 [ 3 ] {67681e65-d14b-479f-b766-2924a94678d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4633 | 2024.09.03 23:53:20.516943 [ 3 ] {67681e65-d14b-479f-b766-2924a94678d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4634 | 2024.09.03 23:53:20.517377 [ 3 ] {67681e65-d14b-479f-b766-2924a94678d8} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4635 | 2024.09.03 23:53:20.517414 [ 3 ] {67681e65-d14b-479f-b766-2924a94678d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4636 | 2024.09.03 23:53:20.517798 [ 3 ] {67681e65-d14b-479f-b766-2924a94678d8} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4637 | 2024.09.03 23:53:20.518151 [ 3 ] {67681e65-d14b-479f-b766-2924a94678d8} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4638 | 2024.09.03 23:53:20.518322 [ 3 ] {67681e65-d14b-479f-b766-2924a94678d8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001729 sec., 137073.45286292656 rows/sec., 9.19 MiB/sec. | ||
4639 | 2024.09.03 23:53:20.518615 [ 3 ] {67681e65-d14b-479f-b766-2924a94678d8} <Debug> DynamicQueryHandler: Done processing query | ||
4640 | 2024.09.03 23:53:20.518639 [ 3 ] {67681e65-d14b-479f-b766-2924a94678d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4641 | 2024.09.03 23:53:20.518656 [ 3 ] {} <Debug> HTTP-Session: 8a5bd268-e299-48a1-8e61-4b35f164aa3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4642 | 2024.09.03 23:53:20.518792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4643 | 2024.09.03 23:53:20.518840 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4644 | 2024.09.03 23:53:20.518858 [ 3 ] {} <Debug> HTTP-Session: f3d1daba-c0e6-435d-b31a-8c0bbb94d7ec Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4645 | 2024.09.03 23:53:20.518876 [ 3 ] {} <Debug> HTTP-Session: f3d1daba-c0e6-435d-b31a-8c0bbb94d7ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4646 | 2024.09.03 23:53:20.518890 [ 3 ] {} <Debug> HTTP-Session: f3d1daba-c0e6-435d-b31a-8c0bbb94d7ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4647 | 2024.09.03 23:53:20.518921 [ 3 ] {} <Trace> HTTP-Session: f3d1daba-c0e6-435d-b31a-8c0bbb94d7ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4648 | 2024.09.03 23:53:20.519014 [ 3 ] {ecd80b51-763f-440a-93f2-a29f9bfd3b05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
4649 | 2024.09.03 23:53:20.519059 [ 3 ] {ecd80b51-763f-440a-93f2-a29f9bfd3b05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4650 | 2024.09.03 23:53:20.519204 [ 3 ] {ecd80b51-763f-440a-93f2-a29f9bfd3b05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4651 | 2024.09.03 23:53:20.519502 [ 3 ] {ecd80b51-763f-440a-93f2-a29f9bfd3b05} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4652 | 2024.09.03 23:53:20.519537 [ 3 ] {ecd80b51-763f-440a-93f2-a29f9bfd3b05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4653 | 2024.09.03 23:53:20.519878 [ 3 ] {ecd80b51-763f-440a-93f2-a29f9bfd3b05} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4654 | 2024.09.03 23:53:20.520204 [ 3 ] {ecd80b51-763f-440a-93f2-a29f9bfd3b05} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4655 | 2024.09.03 23:53:20.520353 [ 3 ] {ecd80b51-763f-440a-93f2-a29f9bfd3b05} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001354 sec., 738.5524372230428 rows/sec., 49.77 KiB/sec. | ||
4656 | 2024.09.03 23:53:20.520619 [ 3 ] {ecd80b51-763f-440a-93f2-a29f9bfd3b05} <Debug> DynamicQueryHandler: Done processing query | ||
4657 | 2024.09.03 23:53:20.520642 [ 3 ] {ecd80b51-763f-440a-93f2-a29f9bfd3b05} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4658 | 2024.09.03 23:53:20.520658 [ 3 ] {} <Debug> HTTP-Session: f3d1daba-c0e6-435d-b31a-8c0bbb94d7ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4659 | 2024.09.03 23:53:20.520810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 10120, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4660 | 2024.09.03 23:53:20.520858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4661 | 2024.09.03 23:53:20.520877 [ 3 ] {} <Debug> HTTP-Session: 95a6c379-34b6-431f-bd8b-4beabe26d78c Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4662 | 2024.09.03 23:53:20.520894 [ 3 ] {} <Debug> HTTP-Session: 95a6c379-34b6-431f-bd8b-4beabe26d78c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4663 | 2024.09.03 23:53:20.520908 [ 3 ] {} <Debug> HTTP-Session: 95a6c379-34b6-431f-bd8b-4beabe26d78c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4664 | 2024.09.03 23:53:20.520939 [ 3 ] {} <Trace> HTTP-Session: 95a6c379-34b6-431f-bd8b-4beabe26d78c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4665 | 2024.09.03 23:53:20.521097 [ 3 ] {3244b46c-9076-4aa6-a923-e333279be29f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4666 | 2024.09.03 23:53:20.521166 [ 3 ] {3244b46c-9076-4aa6-a923-e333279be29f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4667 | 2024.09.03 23:53:20.521593 [ 3 ] {3244b46c-9076-4aa6-a923-e333279be29f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4668 | 2024.09.03 23:53:20.522100 [ 3 ] {3244b46c-9076-4aa6-a923-e333279be29f} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4669 | 2024.09.03 23:53:20.522135 [ 3 ] {3244b46c-9076-4aa6-a923-e333279be29f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4670 | 2024.09.03 23:53:20.522746 [ 3 ] {3244b46c-9076-4aa6-a923-e333279be29f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4671 | 2024.09.03 23:53:20.523154 [ 3 ] {3244b46c-9076-4aa6-a923-e333279be29f} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4672 | 2024.09.03 23:53:20.523371 [ 3 ] {3244b46c-9076-4aa6-a923-e333279be29f} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002347 sec., 2556.455048998722 rows/sec., 4.58 MiB/sec. | ||
4673 | 2024.09.03 23:53:20.523870 [ 3 ] {3244b46c-9076-4aa6-a923-e333279be29f} <Debug> DynamicQueryHandler: Done processing query | ||
4674 | 2024.09.03 23:53:20.523894 [ 3 ] {3244b46c-9076-4aa6-a923-e333279be29f} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
4675 | 2024.09.03 23:53:20.523909 [ 3 ] {} <Debug> HTTP-Session: 95a6c379-34b6-431f-bd8b-4beabe26d78c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4676 | 2024.09.03 23:53:20.524042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4677 | 2024.09.03 23:53:20.524091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4678 | 2024.09.03 23:53:20.524110 [ 3 ] {} <Debug> HTTP-Session: 732cecc4-5a09-4fb2-b513-6a710af3a8f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4679 | 2024.09.03 23:53:20.524126 [ 3 ] {} <Debug> HTTP-Session: 732cecc4-5a09-4fb2-b513-6a710af3a8f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4680 | 2024.09.03 23:53:20.524140 [ 3 ] {} <Debug> HTTP-Session: 732cecc4-5a09-4fb2-b513-6a710af3a8f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4681 | 2024.09.03 23:53:20.524171 [ 3 ] {} <Trace> HTTP-Session: 732cecc4-5a09-4fb2-b513-6a710af3a8f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4682 | 2024.09.03 23:53:20.524296 [ 3 ] {11b83b3f-f616-4ef6-b373-0b63df8f10ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4683 | 2024.09.03 23:53:20.524340 [ 3 ] {11b83b3f-f616-4ef6-b373-0b63df8f10ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4684 | 2024.09.03 23:53:20.524482 [ 3 ] {11b83b3f-f616-4ef6-b373-0b63df8f10ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4685 | 2024.09.03 23:53:20.524809 [ 3 ] {11b83b3f-f616-4ef6-b373-0b63df8f10ee} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4686 | 2024.09.03 23:53:20.524845 [ 3 ] {11b83b3f-f616-4ef6-b373-0b63df8f10ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4687 | 2024.09.03 23:53:20.525204 [ 3 ] {11b83b3f-f616-4ef6-b373-0b63df8f10ee} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4688 | 2024.09.03 23:53:20.525534 [ 3 ] {11b83b3f-f616-4ef6-b373-0b63df8f10ee} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4689 | 2024.09.03 23:53:20.525701 [ 3 ] {11b83b3f-f616-4ef6-b373-0b63df8f10ee} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001439 sec., 56984.01667824879 rows/sec., 3.62 MiB/sec. | ||
4690 | 2024.09.03 23:53:20.526229 [ 3 ] {11b83b3f-f616-4ef6-b373-0b63df8f10ee} <Debug> DynamicQueryHandler: Done processing query | ||
4691 | 2024.09.03 23:53:20.526295 [ 3 ] {11b83b3f-f616-4ef6-b373-0b63df8f10ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4692 | 2024.09.03 23:53:20.526365 [ 3 ] {} <Debug> HTTP-Session: 732cecc4-5a09-4fb2-b513-6a710af3a8f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4693 | 2024.09.03 23:53:25.519891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 183071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4694 | 2024.09.03 23:53:25.520019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4695 | 2024.09.03 23:53:25.520045 [ 3 ] {} <Debug> HTTP-Session: 9acec56f-1924-4c6a-b187-8d022c10dde1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4696 | 2024.09.03 23:53:25.520069 [ 3 ] {} <Debug> HTTP-Session: 9acec56f-1924-4c6a-b187-8d022c10dde1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4697 | 2024.09.03 23:53:25.520085 [ 3 ] {} <Debug> HTTP-Session: 9acec56f-1924-4c6a-b187-8d022c10dde1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4698 | 2024.09.03 23:53:25.520134 [ 3 ] {} <Trace> HTTP-Session: 9acec56f-1924-4c6a-b187-8d022c10dde1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4699 | 2024.09.03 23:53:25.520958 [ 3 ] {11f9dc22-7083-4621-a4a8-09a1c71252bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4700 | 2024.09.03 23:53:25.521029 [ 3 ] {11f9dc22-7083-4621-a4a8-09a1c71252bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4701 | 2024.09.03 23:53:25.521360 [ 3 ] {11f9dc22-7083-4621-a4a8-09a1c71252bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4702 | 2024.09.03 23:53:25.522625 [ 3 ] {11f9dc22-7083-4621-a4a8-09a1c71252bb} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4703 | 2024.09.03 23:53:25.522667 [ 3 ] {11f9dc22-7083-4621-a4a8-09a1c71252bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4704 | 2024.09.03 23:53:25.523276 [ 3 ] {11f9dc22-7083-4621-a4a8-09a1c71252bb} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4705 | 2024.09.03 23:53:25.523675 [ 3 ] {11f9dc22-7083-4621-a4a8-09a1c71252bb} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4706 | 2024.09.03 23:53:25.523818 [ 134 ] {} <Debug> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4707 | 2024.09.03 23:53:25.523820 [ 3 ] {11f9dc22-7083-4621-a4a8-09a1c71252bb} <Debug> executeQuery: Read 1258 rows, 106.87 KiB in 0.003502 sec., 359223.3009708738 rows/sec., 29.80 MiB/sec. | ||
4708 | 2024.09.03 23:53:25.523857 [ 134 ] {} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4709 | 2024.09.03 23:53:25.523892 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4710 | 2024.09.03 23:53:25.524087 [ 200 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::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 | ||
4711 | 2024.09.03 23:53:25.524116 [ 3 ] {11f9dc22-7083-4621-a4a8-09a1c71252bb} <Debug> DynamicQueryHandler: Done processing query | ||
4712 | 2024.09.03 23:53:25.524160 [ 3 ] {11f9dc22-7083-4621-a4a8-09a1c71252bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
4713 | 2024.09.03 23:53:25.524187 [ 3 ] {} <Debug> HTTP-Session: 9acec56f-1924-4c6a-b187-8d022c10dde1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4714 | 2024.09.03 23:53:25.524326 [ 200 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4715 | 2024.09.03 23:53:25.524368 [ 200 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1409 rows starting from the beginning of the part | ||
4716 | 2024.09.03 23:53:25.524453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 4494, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4717 | 2024.09.03 23:53:25.524577 [ 200 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 118 rows starting from the beginning of the part | ||
4718 | 2024.09.03 23:53:25.524677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4719 | 2024.09.03 23:53:25.524806 [ 3 ] {} <Debug> HTTP-Session: 9d3a2d42-17f8-456c-a002-30f7017875e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4720 | 2024.09.03 23:53:25.524887 [ 3 ] {} <Debug> HTTP-Session: 9d3a2d42-17f8-456c-a002-30f7017875e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4721 | 2024.09.03 23:53:25.524894 [ 200 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 201 rows starting from the beginning of the part | ||
4722 | 2024.09.03 23:53:25.524923 [ 3 ] {} <Debug> HTTP-Session: 9d3a2d42-17f8-456c-a002-30f7017875e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4723 | 2024.09.03 23:53:25.525071 [ 3 ] {} <Trace> HTTP-Session: 9d3a2d42-17f8-456c-a002-30f7017875e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4724 | 2024.09.03 23:53:25.525206 [ 200 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 118 rows starting from the beginning of the part | ||
4725 | 2024.09.03 23:53:25.525482 [ 200 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 201 rows starting from the beginning of the part | ||
4726 | 2024.09.03 23:53:25.525504 [ 3 ] {0efc8ba9-a69a-42d4-b836-1e6d558ff6c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4727 | 2024.09.03 23:53:25.525677 [ 200 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1258 rows starting from the beginning of the part | ||
4728 | 2024.09.03 23:53:25.525699 [ 3 ] {0efc8ba9-a69a-42d4-b836-1e6d558ff6c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4729 | 2024.09.03 23:53:25.526877 [ 3 ] {0efc8ba9-a69a-42d4-b836-1e6d558ff6c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4730 | 2024.09.03 23:53:25.527806 [ 3 ] {0efc8ba9-a69a-42d4-b836-1e6d558ff6c3} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4731 | 2024.09.03 23:53:25.527872 [ 3 ] {0efc8ba9-a69a-42d4-b836-1e6d558ff6c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4732 | 2024.09.03 23:53:25.529112 [ 3 ] {0efc8ba9-a69a-42d4-b836-1e6d558ff6c3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4733 | 2024.09.03 23:53:25.529754 [ 3 ] {0efc8ba9-a69a-42d4-b836-1e6d558ff6c3} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4734 | 2024.09.03 23:53:25.530254 [ 3 ] {0efc8ba9-a69a-42d4-b836-1e6d558ff6c3} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.004943 sec., 6271.495043495852 rows/sec., 471.59 KiB/sec. | ||
4735 | 2024.09.03 23:53:25.530419 [ 200 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3305 rows, containing 5 columns (5 merged, 0 gathered) in 0.006417448 sec., 515002.2251835932 rows/sec., 45.26 MiB/sec. | ||
4736 | 2024.09.03 23:53:25.530806 [ 200 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4737 | 2024.09.03 23:53:25.530889 [ 3 ] {0efc8ba9-a69a-42d4-b836-1e6d558ff6c3} <Debug> DynamicQueryHandler: Done processing query | ||
4738 | 2024.09.03 23:53:25.530952 [ 3 ] {0efc8ba9-a69a-42d4-b836-1e6d558ff6c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4739 | 2024.09.03 23:53:25.530998 [ 3 ] {} <Debug> HTTP-Session: 9d3a2d42-17f8-456c-a002-30f7017875e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4740 | 2024.09.03 23:53:25.531289 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4741 | 2024.09.03 23:53:25.531354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4742 | 2024.09.03 23:53:25.531387 [ 3 ] {} <Debug> HTTP-Session: b2bb0c74-7d12-48a4-b9c9-75b7b7f3eafb Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4743 | 2024.09.03 23:53:25.531426 [ 3 ] {} <Debug> HTTP-Session: b2bb0c74-7d12-48a4-b9c9-75b7b7f3eafb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4744 | 2024.09.03 23:53:25.531449 [ 3 ] {} <Debug> HTTP-Session: b2bb0c74-7d12-48a4-b9c9-75b7b7f3eafb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4745 | 2024.09.03 23:53:25.531456 [ 200 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_21_4} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4746 | 2024.09.03 23:53:25.531503 [ 3 ] {} <Trace> HTTP-Session: b2bb0c74-7d12-48a4-b9c9-75b7b7f3eafb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4747 | 2024.09.03 23:53:25.531629 [ 200 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_21_4} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4748 | 2024.09.03 23:53:25.531782 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
4749 | 2024.09.03 23:53:25.531799 [ 3 ] {da8ae756-417f-43df-b156-565f4f01d27e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4750 | 2024.09.03 23:53:25.531865 [ 3 ] {da8ae756-417f-43df-b156-565f4f01d27e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4751 | 2024.09.03 23:53:25.532121 [ 3 ] {da8ae756-417f-43df-b156-565f4f01d27e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4752 | 2024.09.03 23:53:25.532610 [ 3 ] {da8ae756-417f-43df-b156-565f4f01d27e} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4753 | 2024.09.03 23:53:25.532648 [ 3 ] {da8ae756-417f-43df-b156-565f4f01d27e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4754 | 2024.09.03 23:53:25.533065 [ 3 ] {da8ae756-417f-43df-b156-565f4f01d27e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4755 | 2024.09.03 23:53:25.533482 [ 3 ] {da8ae756-417f-43df-b156-565f4f01d27e} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4756 | 2024.09.03 23:53:25.533614 [ 3 ] {da8ae756-417f-43df-b156-565f4f01d27e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001978 sec., 115267.947421638 rows/sec., 7.80 MiB/sec. | ||
4757 | 2024.09.03 23:53:25.533798 [ 3 ] {da8ae756-417f-43df-b156-565f4f01d27e} <Debug> DynamicQueryHandler: Done processing query | ||
4758 | 2024.09.03 23:53:25.533822 [ 3 ] {da8ae756-417f-43df-b156-565f4f01d27e} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4759 | 2024.09.03 23:53:25.533840 [ 3 ] {} <Debug> HTTP-Session: b2bb0c74-7d12-48a4-b9c9-75b7b7f3eafb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4760 | 2024.09.03 23:53:25.534134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 91143, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4761 | 2024.09.03 23:53:25.534187 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4762 | 2024.09.03 23:53:25.534207 [ 3 ] {} <Debug> HTTP-Session: 2463984d-c78f-4c53-b235-f1d3ff3b1b4f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4763 | 2024.09.03 23:53:25.534224 [ 3 ] {} <Debug> HTTP-Session: 2463984d-c78f-4c53-b235-f1d3ff3b1b4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4764 | 2024.09.03 23:53:25.534239 [ 3 ] {} <Debug> HTTP-Session: 2463984d-c78f-4c53-b235-f1d3ff3b1b4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4765 | 2024.09.03 23:53:25.534272 [ 3 ] {} <Trace> HTTP-Session: 2463984d-c78f-4c53-b235-f1d3ff3b1b4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4766 | 2024.09.03 23:53:25.534719 [ 3 ] {5f4c2a2b-90ab-4a7a-8edc-1886da46cdd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4767 | 2024.09.03 23:53:25.534766 [ 3 ] {5f4c2a2b-90ab-4a7a-8edc-1886da46cdd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4768 | 2024.09.03 23:53:25.535000 [ 3 ] {5f4c2a2b-90ab-4a7a-8edc-1886da46cdd0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4769 | 2024.09.03 23:53:25.535700 [ 3 ] {5f4c2a2b-90ab-4a7a-8edc-1886da46cdd0} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4770 | 2024.09.03 23:53:25.535736 [ 3 ] {5f4c2a2b-90ab-4a7a-8edc-1886da46cdd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4771 | 2024.09.03 23:53:25.536142 [ 3 ] {5f4c2a2b-90ab-4a7a-8edc-1886da46cdd0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4772 | 2024.09.03 23:53:25.536516 [ 3 ] {5f4c2a2b-90ab-4a7a-8edc-1886da46cdd0} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4773 | 2024.09.03 23:53:25.536640 [ 134 ] {} <Debug> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4774 | 2024.09.03 23:53:25.536644 [ 3 ] {5f4c2a2b-90ab-4a7a-8edc-1886da46cdd0} <Debug> executeQuery: Read 551 rows, 41.89 KiB in 0.002264 sec., 243374.55830388694 rows/sec., 18.07 MiB/sec. | ||
4775 | 2024.09.03 23:53:25.536681 [ 134 ] {} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4776 | 2024.09.03 23:53:25.536716 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4777 | 2024.09.03 23:53:25.536837 [ 190 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::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 | ||
4778 | 2024.09.03 23:53:25.536880 [ 3 ] {5f4c2a2b-90ab-4a7a-8edc-1886da46cdd0} <Debug> DynamicQueryHandler: Done processing query | ||
4779 | 2024.09.03 23:53:25.536912 [ 3 ] {5f4c2a2b-90ab-4a7a-8edc-1886da46cdd0} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
4780 | 2024.09.03 23:53:25.536937 [ 3 ] {} <Debug> HTTP-Session: 2463984d-c78f-4c53-b235-f1d3ff3b1b4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4781 | 2024.09.03 23:53:25.536991 [ 190 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4782 | 2024.09.03 23:53:25.537023 [ 190 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 903 rows starting from the beginning of the part | ||
4783 | 2024.09.03 23:53:25.537111 [ 190 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 95 rows starting from the beginning of the part | ||
4784 | 2024.09.03 23:53:25.537324 [ 190 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 388 rows starting from the beginning of the part | ||
4785 | 2024.09.03 23:53:25.537373 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 160317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4786 | 2024.09.03 23:53:25.537524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4787 | 2024.09.03 23:53:25.537533 [ 190 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 95 rows starting from the beginning of the part | ||
4788 | 2024.09.03 23:53:25.537604 [ 3 ] {} <Debug> HTTP-Session: a4aac205-52d9-4a76-81cd-24fb6555674d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4789 | 2024.09.03 23:53:25.537705 [ 3 ] {} <Debug> HTTP-Session: a4aac205-52d9-4a76-81cd-24fb6555674d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4790 | 2024.09.03 23:53:25.537765 [ 3 ] {} <Debug> HTTP-Session: a4aac205-52d9-4a76-81cd-24fb6555674d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4791 | 2024.09.03 23:53:25.537803 [ 190 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 388 rows starting from the beginning of the part | ||
4792 | 2024.09.03 23:53:25.537828 [ 3 ] {} <Trace> HTTP-Session: a4aac205-52d9-4a76-81cd-24fb6555674d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4793 | 2024.09.03 23:53:25.537916 [ 190 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 551 rows starting from the beginning of the part | ||
4794 | 2024.09.03 23:53:25.538401 [ 3 ] {0184f1b1-aaf5-4957-b86d-99aed36c261d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4795 | 2024.09.03 23:53:25.538467 [ 3 ] {0184f1b1-aaf5-4957-b86d-99aed36c261d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4796 | 2024.09.03 23:53:25.538765 [ 3 ] {0184f1b1-aaf5-4957-b86d-99aed36c261d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4797 | 2024.09.03 23:53:25.539788 [ 3 ] {0184f1b1-aaf5-4957-b86d-99aed36c261d} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4798 | 2024.09.03 23:53:25.539804 [ 200 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2420 rows, containing 5 columns (5 merged, 0 gathered) in 0.003024335 sec., 800175.9064389361 rows/sec., 61.37 MiB/sec. | ||
4799 | 2024.09.03 23:53:25.539841 [ 3 ] {0184f1b1-aaf5-4957-b86d-99aed36c261d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4800 | 2024.09.03 23:53:25.540126 [ 200 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4801 | 2024.09.03 23:53:25.540721 [ 3 ] {0184f1b1-aaf5-4957-b86d-99aed36c261d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4802 | 2024.09.03 23:53:25.541165 [ 200 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_21_4} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4803 | 2024.09.03 23:53:25.541344 [ 200 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_21_4} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4804 | 2024.09.03 23:53:25.541514 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
4805 | 2024.09.03 23:53:25.541566 [ 3 ] {0184f1b1-aaf5-4957-b86d-99aed36c261d} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4806 | 2024.09.03 23:53:25.541718 [ 3 ] {0184f1b1-aaf5-4957-b86d-99aed36c261d} <Debug> executeQuery: Read 844 rows, 58.17 KiB in 0.003692 sec., 228602.383531961 rows/sec., 15.39 MiB/sec. | ||
4807 | 2024.09.03 23:53:25.541720 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4808 | 2024.09.03 23:53:25.541786 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4809 | 2024.09.03 23:53:25.541820 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4810 | 2024.09.03 23:53:25.541960 [ 3 ] {0184f1b1-aaf5-4957-b86d-99aed36c261d} <Debug> DynamicQueryHandler: Done processing query | ||
4811 | 2024.09.03 23:53:25.541969 [ 190 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::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 | ||
4812 | 2024.09.03 23:53:25.542020 [ 3 ] {0184f1b1-aaf5-4957-b86d-99aed36c261d} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
4813 | 2024.09.03 23:53:25.542072 [ 3 ] {} <Debug> HTTP-Session: a4aac205-52d9-4a76-81cd-24fb6555674d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4814 | 2024.09.03 23:53:25.542193 [ 190 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4815 | 2024.09.03 23:53:25.542224 [ 190 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5280 rows starting from the beginning of the part | ||
4816 | 2024.09.03 23:53:25.542331 [ 190 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
4817 | 2024.09.03 23:53:25.542415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 51758, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4818 | 2024.09.03 23:53:25.542520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4819 | 2024.09.03 23:53:25.542551 [ 190 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 237 rows starting from the beginning of the part | ||
4820 | 2024.09.03 23:53:25.542567 [ 3 ] {} <Debug> HTTP-Session: 419bfa9e-bfd0-4683-bd73-03094ebddad9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4821 | 2024.09.03 23:53:25.542598 [ 3 ] {} <Debug> HTTP-Session: 419bfa9e-bfd0-4683-bd73-03094ebddad9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4822 | 2024.09.03 23:53:25.542648 [ 3 ] {} <Debug> HTTP-Session: 419bfa9e-bfd0-4683-bd73-03094ebddad9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4823 | 2024.09.03 23:53:25.542698 [ 190 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
4824 | 2024.09.03 23:53:25.542728 [ 3 ] {} <Trace> HTTP-Session: 419bfa9e-bfd0-4683-bd73-03094ebddad9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4825 | 2024.09.03 23:53:25.542826 [ 190 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 237 rows starting from the beginning of the part | ||
4826 | 2024.09.03 23:53:25.542951 [ 190 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 844 rows starting from the beginning of the part | ||
4827 | 2024.09.03 23:53:25.543425 [ 3 ] {0ef8e653-2a28-4eea-9709-3e818baf549f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4828 | 2024.09.03 23:53:25.543530 [ 3 ] {0ef8e653-2a28-4eea-9709-3e818baf549f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4829 | 2024.09.03 23:53:25.544281 [ 3 ] {0ef8e653-2a28-4eea-9709-3e818baf549f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4830 | 2024.09.03 23:53:25.545271 [ 3 ] {0ef8e653-2a28-4eea-9709-3e818baf549f} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4831 | 2024.09.03 23:53:25.545318 [ 3 ] {0ef8e653-2a28-4eea-9709-3e818baf549f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4832 | 2024.09.03 23:53:25.546243 [ 190 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6918 rows, containing 5 columns (5 merged, 0 gathered) in 0.004366014 sec., 1584511.6392205798 rows/sec., 106.41 MiB/sec. | ||
4833 | 2024.09.03 23:53:25.546352 [ 3 ] {0ef8e653-2a28-4eea-9709-3e818baf549f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4834 | 2024.09.03 23:53:25.546818 [ 190 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4835 | 2024.09.03 23:53:25.547083 [ 3 ] {0ef8e653-2a28-4eea-9709-3e818baf549f} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4836 | 2024.09.03 23:53:25.547409 [ 3 ] {0ef8e653-2a28-4eea-9709-3e818baf549f} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.004523 sec., 6853.858058810524 rows/sec., 12.28 MiB/sec. | ||
4837 | 2024.09.03 23:53:25.547545 [ 190 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4838 | 2024.09.03 23:53:25.547954 [ 190 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4839 | 2024.09.03 23:53:25.548226 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB. | ||
4840 | 2024.09.03 23:53:25.548368 [ 3 ] {0ef8e653-2a28-4eea-9709-3e818baf549f} <Debug> DynamicQueryHandler: Done processing query | ||
4841 | 2024.09.03 23:53:25.548394 [ 3 ] {0ef8e653-2a28-4eea-9709-3e818baf549f} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
4842 | 2024.09.03 23:53:25.548411 [ 3 ] {} <Debug> HTTP-Session: 419bfa9e-bfd0-4683-bd73-03094ebddad9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4843 | 2024.09.03 23:53:25.548566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4844 | 2024.09.03 23:53:25.548617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4845 | 2024.09.03 23:53:25.548636 [ 3 ] {} <Debug> HTTP-Session: 15c2a2c0-676d-4555-8534-0b2b2cc6a254 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4846 | 2024.09.03 23:53:25.548653 [ 3 ] {} <Debug> HTTP-Session: 15c2a2c0-676d-4555-8534-0b2b2cc6a254 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4847 | 2024.09.03 23:53:25.548667 [ 3 ] {} <Debug> HTTP-Session: 15c2a2c0-676d-4555-8534-0b2b2cc6a254 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4848 | 2024.09.03 23:53:25.548700 [ 3 ] {} <Trace> HTTP-Session: 15c2a2c0-676d-4555-8534-0b2b2cc6a254 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4849 | 2024.09.03 23:53:25.548849 [ 3 ] {85e9c2b1-9247-4e2b-b9ba-05097b37911c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4850 | 2024.09.03 23:53:25.548894 [ 3 ] {85e9c2b1-9247-4e2b-b9ba-05097b37911c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4851 | 2024.09.03 23:53:25.549035 [ 3 ] {85e9c2b1-9247-4e2b-b9ba-05097b37911c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4852 | 2024.09.03 23:53:25.549359 [ 3 ] {85e9c2b1-9247-4e2b-b9ba-05097b37911c} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4853 | 2024.09.03 23:53:25.549394 [ 3 ] {85e9c2b1-9247-4e2b-b9ba-05097b37911c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4854 | 2024.09.03 23:53:25.549757 [ 3 ] {85e9c2b1-9247-4e2b-b9ba-05097b37911c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4855 | 2024.09.03 23:53:25.550095 [ 3 ] {85e9c2b1-9247-4e2b-b9ba-05097b37911c} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4856 | 2024.09.03 23:53:25.550245 [ 3 ] {85e9c2b1-9247-4e2b-b9ba-05097b37911c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001459 sec., 41124.057573680606 rows/sec., 2.77 MiB/sec. | ||
4857 | 2024.09.03 23:53:25.550258 [ 133 ] {} <Debug> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4858 | 2024.09.03 23:53:25.550365 [ 133 ] {} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4859 | 2024.09.03 23:53:25.550411 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4860 | 2024.09.03 23:53:25.550491 [ 3 ] {85e9c2b1-9247-4e2b-b9ba-05097b37911c} <Debug> DynamicQueryHandler: Done processing query | ||
4861 | 2024.09.03 23:53:25.550529 [ 3 ] {85e9c2b1-9247-4e2b-b9ba-05097b37911c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4862 | 2024.09.03 23:53:25.550540 [ 190 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
4863 | 2024.09.03 23:53:25.550547 [ 3 ] {} <Debug> HTTP-Session: 15c2a2c0-676d-4555-8534-0b2b2cc6a254 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4864 | 2024.09.03 23:53:25.550662 [ 190 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4865 | 2024.09.03 23:53:25.550689 [ 190 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 632 rows starting from the beginning of the part | ||
4866 | 2024.09.03 23:53:25.550791 [ 190 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part | ||
4867 | 2024.09.03 23:53:25.550966 [ 190 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 82 rows starting from the beginning of the part | ||
4868 | 2024.09.03 23:53:25.551105 [ 190 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part | ||
4869 | 2024.09.03 23:53:25.551261 [ 190 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 82 rows starting from the beginning of the part | ||
4870 | 2024.09.03 23:53:25.551398 [ 190 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part | ||
4871 | 2024.09.03 23:53:25.552430 [ 196 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 976 rows, containing 4 columns (4 merged, 0 gathered) in 0.001951342 sec., 500168.60191601474 rows/sec., 32.48 MiB/sec. | ||
4872 | 2024.09.03 23:53:25.552618 [ 198 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4873 | 2024.09.03 23:53:25.552972 [ 198 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_21_4} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4874 | 2024.09.03 23:53:25.553041 [ 198 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_21_4} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4875 | 2024.09.03 23:53:25.553108 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
4876 | 2024.09.03 23:53:26.000154 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.84 MiB, peak 194.63 MiB, free memory in arenas 0.00 B, will set to 185.85 MiB (RSS), difference: 1.01 MiB | ||
4877 | 2024.09.03 23:53:30.493898 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4878 | 2024.09.03 23:53:30.494036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4879 | 2024.09.03 23:53:30.494067 [ 3 ] {} <Debug> HTTP-Session: 69ee5bbd-26df-4c04-aaf6-871aeb10d5be Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4880 | 2024.09.03 23:53:30.494097 [ 3 ] {} <Debug> HTTP-Session: 69ee5bbd-26df-4c04-aaf6-871aeb10d5be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4881 | 2024.09.03 23:53:30.494115 [ 3 ] {} <Debug> HTTP-Session: 69ee5bbd-26df-4c04-aaf6-871aeb10d5be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4882 | 2024.09.03 23:53:30.494173 [ 3 ] {} <Trace> HTTP-Session: 69ee5bbd-26df-4c04-aaf6-871aeb10d5be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4883 | 2024.09.03 23:53:30.494453 [ 3 ] {516a6a5c-3be4-45b5-911c-564cb8bd3bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4884 | 2024.09.03 23:53:30.494532 [ 3 ] {516a6a5c-3be4-45b5-911c-564cb8bd3bcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4885 | 2024.09.03 23:53:30.494930 [ 3 ] {516a6a5c-3be4-45b5-911c-564cb8bd3bcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4886 | 2024.09.03 23:53:30.495519 [ 3 ] {516a6a5c-3be4-45b5-911c-564cb8bd3bcb} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4887 | 2024.09.03 23:53:30.495573 [ 3 ] {516a6a5c-3be4-45b5-911c-564cb8bd3bcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4888 | 2024.09.03 23:53:30.496083 [ 3 ] {516a6a5c-3be4-45b5-911c-564cb8bd3bcb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4889 | 2024.09.03 23:53:30.496504 [ 3 ] {516a6a5c-3be4-45b5-911c-564cb8bd3bcb} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4890 | 2024.09.03 23:53:30.496669 [ 3 ] {516a6a5c-3be4-45b5-911c-564cb8bd3bcb} <Debug> executeQuery: Read 201 rows, 18.03 KiB in 0.002332 sec., 86192.10977701544 rows/sec., 7.55 MiB/sec. | ||
4891 | 2024.09.03 23:53:30.496919 [ 3 ] {516a6a5c-3be4-45b5-911c-564cb8bd3bcb} <Debug> DynamicQueryHandler: Done processing query | ||
4892 | 2024.09.03 23:53:30.496952 [ 3 ] {516a6a5c-3be4-45b5-911c-564cb8bd3bcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4893 | 2024.09.03 23:53:30.496970 [ 3 ] {} <Debug> HTTP-Session: 69ee5bbd-26df-4c04-aaf6-871aeb10d5be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4894 | 2024.09.03 23:53:30.497173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4895 | 2024.09.03 23:53:30.497236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4896 | 2024.09.03 23:53:30.497259 [ 3 ] {} <Debug> HTTP-Session: b6389265-2554-4cd2-ab5c-01c3a16de61e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4897 | 2024.09.03 23:53:30.497281 [ 3 ] {} <Debug> HTTP-Session: b6389265-2554-4cd2-ab5c-01c3a16de61e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4898 | 2024.09.03 23:53:30.497296 [ 3 ] {} <Debug> HTTP-Session: b6389265-2554-4cd2-ab5c-01c3a16de61e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4899 | 2024.09.03 23:53:30.497336 [ 3 ] {} <Trace> HTTP-Session: b6389265-2554-4cd2-ab5c-01c3a16de61e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4900 | 2024.09.03 23:53:30.497464 [ 3 ] {f9f4db1d-74df-406c-9715-eb7ce4c498f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4901 | 2024.09.03 23:53:30.497520 [ 3 ] {f9f4db1d-74df-406c-9715-eb7ce4c498f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4902 | 2024.09.03 23:53:30.497776 [ 3 ] {f9f4db1d-74df-406c-9715-eb7ce4c498f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4903 | 2024.09.03 23:53:30.498163 [ 3 ] {f9f4db1d-74df-406c-9715-eb7ce4c498f2} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4904 | 2024.09.03 23:53:30.498209 [ 3 ] {f9f4db1d-74df-406c-9715-eb7ce4c498f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4905 | 2024.09.03 23:53:30.498659 [ 3 ] {f9f4db1d-74df-406c-9715-eb7ce4c498f2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4906 | 2024.09.03 23:53:30.499060 [ 3 ] {f9f4db1d-74df-406c-9715-eb7ce4c498f2} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4907 | 2024.09.03 23:53:30.499197 [ 3 ] {f9f4db1d-74df-406c-9715-eb7ce4c498f2} <Debug> executeQuery: Read 6 rows, 462.00 B in 0.001768 sec., 3393.6651583710404 rows/sec., 255.19 KiB/sec. | ||
4908 | 2024.09.03 23:53:30.499199 [ 130 ] {} <Debug> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
4909 | 2024.09.03 23:53:30.499266 [ 130 ] {} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4910 | 2024.09.03 23:53:30.499305 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4911 | 2024.09.03 23:53:30.499418 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::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 | ||
4912 | 2024.09.03 23:53:30.499431 [ 3 ] {f9f4db1d-74df-406c-9715-eb7ce4c498f2} <Debug> DynamicQueryHandler: Done processing query | ||
4913 | 2024.09.03 23:53:30.499477 [ 3 ] {f9f4db1d-74df-406c-9715-eb7ce4c498f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4914 | 2024.09.03 23:53:30.499511 [ 3 ] {} <Debug> HTTP-Session: b6389265-2554-4cd2-ab5c-01c3a16de61e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4915 | 2024.09.03 23:53:30.499568 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4916 | 2024.09.03 23:53:30.499600 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 47 rows starting from the beginning of the part | ||
4917 | 2024.09.03 23:53:30.499670 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
4918 | 2024.09.03 23:53:30.499785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4919 | 2024.09.03 23:53:30.500045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4920 | 2024.09.03 23:53:30.500064 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 31 rows starting from the beginning of the part | ||
4921 | 2024.09.03 23:53:30.500137 [ 3 ] {} <Debug> HTTP-Session: 8a4e5194-7421-419f-84da-c2157cd52f59 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4922 | 2024.09.03 23:53:30.500207 [ 3 ] {} <Debug> HTTP-Session: 8a4e5194-7421-419f-84da-c2157cd52f59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4923 | 2024.09.03 23:53:30.500286 [ 3 ] {} <Debug> HTTP-Session: 8a4e5194-7421-419f-84da-c2157cd52f59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4924 | 2024.09.03 23:53:30.500368 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
4925 | 2024.09.03 23:53:30.500414 [ 3 ] {} <Trace> HTTP-Session: 8a4e5194-7421-419f-84da-c2157cd52f59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4926 | 2024.09.03 23:53:30.500560 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 31 rows starting from the beginning of the part | ||
4927 | 2024.09.03 23:53:30.500736 [ 3 ] {ea9aa86b-bb9e-4705-91f5-2b4b3c450a86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4928 | 2024.09.03 23:53:30.500744 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
4929 | 2024.09.03 23:53:30.500890 [ 3 ] {ea9aa86b-bb9e-4705-91f5-2b4b3c450a86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4930 | 2024.09.03 23:53:30.501425 [ 3 ] {ea9aa86b-bb9e-4705-91f5-2b4b3c450a86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4931 | 2024.09.03 23:53:30.501979 [ 3 ] {ea9aa86b-bb9e-4705-91f5-2b4b3c450a86} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4932 | 2024.09.03 23:53:30.502031 [ 3 ] {ea9aa86b-bb9e-4705-91f5-2b4b3c450a86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4933 | 2024.09.03 23:53:30.502412 [ 196 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 127 rows, containing 5 columns (5 merged, 0 gathered) in 0.003036756 sec., 41820.94313800648 rows/sec., 3.21 MiB/sec. | ||
4934 | 2024.09.03 23:53:30.502692 [ 3 ] {ea9aa86b-bb9e-4705-91f5-2b4b3c450a86} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4935 | 2024.09.03 23:53:30.502705 [ 196 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
4936 | 2024.09.03 23:53:30.503594 [ 3 ] {ea9aa86b-bb9e-4705-91f5-2b4b3c450a86} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4937 | 2024.09.03 23:53:30.503779 [ 196 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_15_3} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4938 | 2024.09.03 23:53:30.503948 [ 3 ] {ea9aa86b-bb9e-4705-91f5-2b4b3c450a86} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003319 sec., 4218.137993371498 rows/sec., 295.41 KiB/sec. | ||
4939 | 2024.09.03 23:53:30.504061 [ 196 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_15_3} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
4940 | 2024.09.03 23:53:30.504261 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
4941 | 2024.09.03 23:53:30.504311 [ 3 ] {ea9aa86b-bb9e-4705-91f5-2b4b3c450a86} <Debug> DynamicQueryHandler: Done processing query | ||
4942 | 2024.09.03 23:53:30.504343 [ 3 ] {ea9aa86b-bb9e-4705-91f5-2b4b3c450a86} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4943 | 2024.09.03 23:53:30.504361 [ 3 ] {} <Debug> HTTP-Session: 8a4e5194-7421-419f-84da-c2157cd52f59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4944 | 2024.09.03 23:53:30.504497 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4945 | 2024.09.03 23:53:30.504551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4946 | 2024.09.03 23:53:30.504574 [ 3 ] {} <Debug> HTTP-Session: e4bbade8-dcf4-417d-9857-25c93a74285e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4947 | 2024.09.03 23:53:30.504592 [ 3 ] {} <Debug> HTTP-Session: e4bbade8-dcf4-417d-9857-25c93a74285e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4948 | 2024.09.03 23:53:30.504607 [ 3 ] {} <Debug> HTTP-Session: e4bbade8-dcf4-417d-9857-25c93a74285e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4949 | 2024.09.03 23:53:30.504643 [ 3 ] {} <Trace> HTTP-Session: e4bbade8-dcf4-417d-9857-25c93a74285e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4950 | 2024.09.03 23:53:30.504757 [ 3 ] {e95f19ce-750a-43cf-aa8f-0c69ea26b70b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
4951 | 2024.09.03 23:53:30.504805 [ 3 ] {e95f19ce-750a-43cf-aa8f-0c69ea26b70b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4952 | 2024.09.03 23:53:30.505085 [ 3 ] {e95f19ce-750a-43cf-aa8f-0c69ea26b70b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4953 | 2024.09.03 23:53:30.505411 [ 3 ] {e95f19ce-750a-43cf-aa8f-0c69ea26b70b} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4954 | 2024.09.03 23:53:30.505450 [ 3 ] {e95f19ce-750a-43cf-aa8f-0c69ea26b70b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4955 | 2024.09.03 23:53:30.505826 [ 3 ] {e95f19ce-750a-43cf-aa8f-0c69ea26b70b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4956 | 2024.09.03 23:53:30.506217 [ 3 ] {e95f19ce-750a-43cf-aa8f-0c69ea26b70b} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4957 | 2024.09.03 23:53:30.506383 [ 3 ] {e95f19ce-750a-43cf-aa8f-0c69ea26b70b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001658 sec., 3618.8178528347407 rows/sec., 213.81 KiB/sec. | ||
4958 | 2024.09.03 23:53:30.506567 [ 3 ] {e95f19ce-750a-43cf-aa8f-0c69ea26b70b} <Debug> DynamicQueryHandler: Done processing query | ||
4959 | 2024.09.03 23:53:30.506593 [ 3 ] {e95f19ce-750a-43cf-aa8f-0c69ea26b70b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4960 | 2024.09.03 23:53:30.506610 [ 3 ] {} <Debug> HTTP-Session: e4bbade8-dcf4-417d-9857-25c93a74285e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4961 | 2024.09.03 23:53:30.506847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 62783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4962 | 2024.09.03 23:53:30.506900 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4963 | 2024.09.03 23:53:30.506921 [ 3 ] {} <Debug> HTTP-Session: 8c67288b-1c26-470d-9273-a7fe26a2443f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4964 | 2024.09.03 23:53:30.506940 [ 3 ] {} <Debug> HTTP-Session: 8c67288b-1c26-470d-9273-a7fe26a2443f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4965 | 2024.09.03 23:53:30.506954 [ 3 ] {} <Debug> HTTP-Session: 8c67288b-1c26-470d-9273-a7fe26a2443f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4966 | 2024.09.03 23:53:30.506991 [ 3 ] {} <Trace> HTTP-Session: 8c67288b-1c26-470d-9273-a7fe26a2443f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4967 | 2024.09.03 23:53:30.507208 [ 3 ] {9de33b82-b29a-4031-aed9-e61bbd7003a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4968 | 2024.09.03 23:53:30.507256 [ 3 ] {9de33b82-b29a-4031-aed9-e61bbd7003a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4969 | 2024.09.03 23:53:30.507530 [ 3 ] {9de33b82-b29a-4031-aed9-e61bbd7003a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4970 | 2024.09.03 23:53:30.508072 [ 3 ] {9de33b82-b29a-4031-aed9-e61bbd7003a7} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4971 | 2024.09.03 23:53:30.508112 [ 3 ] {9de33b82-b29a-4031-aed9-e61bbd7003a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4972 | 2024.09.03 23:53:30.508537 [ 3 ] {9de33b82-b29a-4031-aed9-e61bbd7003a7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4973 | 2024.09.03 23:53:30.508951 [ 3 ] {9de33b82-b29a-4031-aed9-e61bbd7003a7} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4974 | 2024.09.03 23:53:30.509130 [ 3 ] {9de33b82-b29a-4031-aed9-e61bbd7003a7} <Debug> executeQuery: Read 388 rows, 28.16 KiB in 0.002034 sec., 190757.1288102262 rows/sec., 13.52 MiB/sec. | ||
4975 | 2024.09.03 23:53:30.509344 [ 3 ] {9de33b82-b29a-4031-aed9-e61bbd7003a7} <Debug> DynamicQueryHandler: Done processing query | ||
4976 | 2024.09.03 23:53:30.509381 [ 3 ] {9de33b82-b29a-4031-aed9-e61bbd7003a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
4977 | 2024.09.03 23:53:30.509406 [ 3 ] {} <Debug> HTTP-Session: 8c67288b-1c26-470d-9273-a7fe26a2443f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4978 | 2024.09.03 23:53:30.509566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4979 | 2024.09.03 23:53:30.509634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4980 | 2024.09.03 23:53:30.509664 [ 3 ] {} <Debug> HTTP-Session: e445514b-46dd-4e38-b749-1e778b4ad430 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4981 | 2024.09.03 23:53:30.509683 [ 3 ] {} <Debug> HTTP-Session: e445514b-46dd-4e38-b749-1e778b4ad430 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4982 | 2024.09.03 23:53:30.509698 [ 3 ] {} <Debug> HTTP-Session: e445514b-46dd-4e38-b749-1e778b4ad430 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4983 | 2024.09.03 23:53:30.509732 [ 3 ] {} <Trace> HTTP-Session: e445514b-46dd-4e38-b749-1e778b4ad430 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4984 | 2024.09.03 23:53:30.509836 [ 3 ] {a5017759-36da-4882-9117-470aefcde372} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4985 | 2024.09.03 23:53:30.509886 [ 3 ] {a5017759-36da-4882-9117-470aefcde372} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4986 | 2024.09.03 23:53:30.510020 [ 3 ] {a5017759-36da-4882-9117-470aefcde372} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4987 | 2024.09.03 23:53:30.510326 [ 3 ] {a5017759-36da-4882-9117-470aefcde372} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4988 | 2024.09.03 23:53:30.510364 [ 3 ] {a5017759-36da-4882-9117-470aefcde372} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4989 | 2024.09.03 23:53:30.510736 [ 3 ] {a5017759-36da-4882-9117-470aefcde372} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4990 | 2024.09.03 23:53:30.511084 [ 3 ] {a5017759-36da-4882-9117-470aefcde372} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4991 | 2024.09.03 23:53:30.511242 [ 3 ] {a5017759-36da-4882-9117-470aefcde372} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00142 sec., 4225.352112676056 rows/sec., 220.76 KiB/sec. | ||
4992 | 2024.09.03 23:53:30.511417 [ 3 ] {a5017759-36da-4882-9117-470aefcde372} <Debug> DynamicQueryHandler: Done processing query | ||
4993 | 2024.09.03 23:53:30.511444 [ 3 ] {a5017759-36da-4882-9117-470aefcde372} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4994 | 2024.09.03 23:53:30.511462 [ 3 ] {} <Debug> HTTP-Session: e445514b-46dd-4e38-b749-1e778b4ad430 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4995 | 2024.09.03 23:53:30.511634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 44650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4996 | 2024.09.03 23:53:30.511685 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4997 | 2024.09.03 23:53:30.511705 [ 3 ] {} <Debug> HTTP-Session: 1c4cc65f-00db-470f-808d-7aaf9443ad0a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
4998 | 2024.09.03 23:53:30.511722 [ 3 ] {} <Debug> HTTP-Session: 1c4cc65f-00db-470f-808d-7aaf9443ad0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4999 | 2024.09.03 23:53:30.511737 [ 3 ] {} <Debug> HTTP-Session: 1c4cc65f-00db-470f-808d-7aaf9443ad0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5000 | 2024.09.03 23:53:30.511768 [ 3 ] {} <Trace> HTTP-Session: 1c4cc65f-00db-470f-808d-7aaf9443ad0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5001 | 2024.09.03 23:53:30.511970 [ 3 ] {e82de282-59d2-464d-a361-269e28b6b543} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5002 | 2024.09.03 23:53:30.512019 [ 3 ] {e82de282-59d2-464d-a361-269e28b6b543} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5003 | 2024.09.03 23:53:30.512169 [ 3 ] {e82de282-59d2-464d-a361-269e28b6b543} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5004 | 2024.09.03 23:53:30.512656 [ 3 ] {e82de282-59d2-464d-a361-269e28b6b543} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5005 | 2024.09.03 23:53:30.512693 [ 3 ] {e82de282-59d2-464d-a361-269e28b6b543} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5006 | 2024.09.03 23:53:30.513094 [ 3 ] {e82de282-59d2-464d-a361-269e28b6b543} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5007 | 2024.09.03 23:53:30.513446 [ 3 ] {e82de282-59d2-464d-a361-269e28b6b543} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5008 | 2024.09.03 23:53:30.513598 [ 3 ] {e82de282-59d2-464d-a361-269e28b6b543} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001741 sec., 136128.66168868466 rows/sec., 9.12 MiB/sec. | ||
5009 | 2024.09.03 23:53:30.513774 [ 3 ] {e82de282-59d2-464d-a361-269e28b6b543} <Debug> DynamicQueryHandler: Done processing query | ||
5010 | 2024.09.03 23:53:30.513802 [ 3 ] {e82de282-59d2-464d-a361-269e28b6b543} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5011 | 2024.09.03 23:53:30.513820 [ 3 ] {} <Debug> HTTP-Session: 1c4cc65f-00db-470f-808d-7aaf9443ad0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5012 | 2024.09.03 23:53:30.513941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5013 | 2024.09.03 23:53:30.513993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5014 | 2024.09.03 23:53:30.514013 [ 3 ] {} <Debug> HTTP-Session: 4813e36d-e71d-47fc-a2dd-35b401c18760 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5015 | 2024.09.03 23:53:30.514031 [ 3 ] {} <Debug> HTTP-Session: 4813e36d-e71d-47fc-a2dd-35b401c18760 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5016 | 2024.09.03 23:53:30.514048 [ 3 ] {} <Debug> HTTP-Session: 4813e36d-e71d-47fc-a2dd-35b401c18760 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5017 | 2024.09.03 23:53:30.514079 [ 3 ] {} <Trace> HTTP-Session: 4813e36d-e71d-47fc-a2dd-35b401c18760 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5018 | 2024.09.03 23:53:30.514204 [ 3 ] {95d47d59-a206-43f6-9e9c-5122df6df9dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
5019 | 2024.09.03 23:53:30.514251 [ 3 ] {95d47d59-a206-43f6-9e9c-5122df6df9dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5020 | 2024.09.03 23:53:30.514390 [ 3 ] {95d47d59-a206-43f6-9e9c-5122df6df9dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5021 | 2024.09.03 23:53:30.514667 [ 3 ] {95d47d59-a206-43f6-9e9c-5122df6df9dc} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5022 | 2024.09.03 23:53:30.514704 [ 3 ] {95d47d59-a206-43f6-9e9c-5122df6df9dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5023 | 2024.09.03 23:53:30.515069 [ 3 ] {95d47d59-a206-43f6-9e9c-5122df6df9dc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5024 | 2024.09.03 23:53:30.515400 [ 3 ] {95d47d59-a206-43f6-9e9c-5122df6df9dc} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5025 | 2024.09.03 23:53:30.515550 [ 3 ] {95d47d59-a206-43f6-9e9c-5122df6df9dc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001358 sec., 736.3770250368188 rows/sec., 49.62 KiB/sec. | ||
5026 | 2024.09.03 23:53:30.515563 [ 129 ] {} <Debug> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
5027 | 2024.09.03 23:53:30.515675 [ 129 ] {} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5028 | 2024.09.03 23:53:30.515716 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5029 | 2024.09.03 23:53:30.515812 [ 3 ] {95d47d59-a206-43f6-9e9c-5122df6df9dc} <Debug> DynamicQueryHandler: Done processing query | ||
5030 | 2024.09.03 23:53:30.515901 [ 3 ] {95d47d59-a206-43f6-9e9c-5122df6df9dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5031 | 2024.09.03 23:53:30.515995 [ 3 ] {} <Debug> HTTP-Session: 4813e36d-e71d-47fc-a2dd-35b401c18760 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5032 | 2024.09.03 23:53:30.516100 [ 192 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
5033 | 2024.09.03 23:53:30.516274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 10133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5034 | 2024.09.03 23:53:30.516347 [ 192 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5035 | 2024.09.03 23:53:30.516365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5036 | 2024.09.03 23:53:30.516418 [ 192 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
5037 | 2024.09.03 23:53:30.516424 [ 3 ] {} <Debug> HTTP-Session: 1145b8c0-82a0-4af6-995e-ded50e4a4cd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5038 | 2024.09.03 23:53:30.516479 [ 3 ] {} <Debug> HTTP-Session: 1145b8c0-82a0-4af6-995e-ded50e4a4cd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5039 | 2024.09.03 23:53:30.516526 [ 3 ] {} <Debug> HTTP-Session: 1145b8c0-82a0-4af6-995e-ded50e4a4cd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5040 | 2024.09.03 23:53:30.516661 [ 3 ] {} <Trace> HTTP-Session: 1145b8c0-82a0-4af6-995e-ded50e4a4cd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5041 | 2024.09.03 23:53:30.516700 [ 192 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
5042 | 2024.09.03 23:53:30.516926 [ 192 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
5043 | 2024.09.03 23:53:30.517028 [ 3 ] {b203e4c2-980f-45d4-a1be-a1088d5f171d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5044 | 2024.09.03 23:53:30.517125 [ 192 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
5045 | 2024.09.03 23:53:30.517421 [ 192 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
5046 | 2024.09.03 23:53:30.517452 [ 3 ] {b203e4c2-980f-45d4-a1be-a1088d5f171d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5047 | 2024.09.03 23:53:30.517799 [ 192 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
5048 | 2024.09.03 23:53:30.520039 [ 3 ] {b203e4c2-980f-45d4-a1be-a1088d5f171d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5049 | 2024.09.03 23:53:30.521792 [ 192 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11 rows, containing 4 columns (4 merged, 0 gathered) in 0.005960508 sec., 1845.4802845663492 rows/sec., 123.70 KiB/sec. | ||
5050 | 2024.09.03 23:53:30.521841 [ 3 ] {b203e4c2-980f-45d4-a1be-a1088d5f171d} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5051 | 2024.09.03 23:53:30.521895 [ 3 ] {b203e4c2-980f-45d4-a1be-a1088d5f171d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5052 | 2024.09.03 23:53:30.522032 [ 197 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
5053 | 2024.09.03 23:53:30.523091 [ 197 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_10_2} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5054 | 2024.09.03 23:53:30.523336 [ 197 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_10_2} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
5055 | 2024.09.03 23:53:30.523504 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
5056 | 2024.09.03 23:53:30.523536 [ 3 ] {b203e4c2-980f-45d4-a1be-a1088d5f171d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5057 | 2024.09.03 23:53:30.523998 [ 3 ] {b203e4c2-980f-45d4-a1be-a1088d5f171d} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5058 | 2024.09.03 23:53:30.524213 [ 3 ] {b203e4c2-980f-45d4-a1be-a1088d5f171d} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.007403 sec., 810.482236930974 rows/sec., 1.45 MiB/sec. | ||
5059 | 2024.09.03 23:53:30.524601 [ 3 ] {b203e4c2-980f-45d4-a1be-a1088d5f171d} <Debug> DynamicQueryHandler: Done processing query | ||
5060 | 2024.09.03 23:53:30.524627 [ 3 ] {b203e4c2-980f-45d4-a1be-a1088d5f171d} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
5061 | 2024.09.03 23:53:30.524644 [ 3 ] {} <Debug> HTTP-Session: 1145b8c0-82a0-4af6-995e-ded50e4a4cd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5062 | 2024.09.03 23:53:30.524770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5063 | 2024.09.03 23:53:30.524820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5064 | 2024.09.03 23:53:30.524839 [ 3 ] {} <Debug> HTTP-Session: f9a51449-c588-4731-81d0-0bea8c7d8a0b Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5065 | 2024.09.03 23:53:30.524856 [ 3 ] {} <Debug> HTTP-Session: f9a51449-c588-4731-81d0-0bea8c7d8a0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5066 | 2024.09.03 23:53:30.524874 [ 3 ] {} <Debug> HTTP-Session: f9a51449-c588-4731-81d0-0bea8c7d8a0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5067 | 2024.09.03 23:53:30.524907 [ 3 ] {} <Trace> HTTP-Session: f9a51449-c588-4731-81d0-0bea8c7d8a0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5068 | 2024.09.03 23:53:30.525037 [ 3 ] {f53cf229-2e5d-4945-b125-5c1adcd70d9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5069 | 2024.09.03 23:53:30.525083 [ 3 ] {f53cf229-2e5d-4945-b125-5c1adcd70d9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5070 | 2024.09.03 23:53:30.525218 [ 3 ] {f53cf229-2e5d-4945-b125-5c1adcd70d9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5071 | 2024.09.03 23:53:30.525547 [ 3 ] {f53cf229-2e5d-4945-b125-5c1adcd70d9b} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5072 | 2024.09.03 23:53:30.525585 [ 3 ] {f53cf229-2e5d-4945-b125-5c1adcd70d9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5073 | 2024.09.03 23:53:30.525954 [ 3 ] {f53cf229-2e5d-4945-b125-5c1adcd70d9b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5074 | 2024.09.03 23:53:30.526293 [ 3 ] {f53cf229-2e5d-4945-b125-5c1adcd70d9b} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5075 | 2024.09.03 23:53:30.526449 [ 3 ] {f53cf229-2e5d-4945-b125-5c1adcd70d9b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001458 sec., 56241.42661179698 rows/sec., 3.57 MiB/sec. | ||
5076 | 2024.09.03 23:53:30.526760 [ 3 ] {f53cf229-2e5d-4945-b125-5c1adcd70d9b} <Debug> DynamicQueryHandler: Done processing query | ||
5077 | 2024.09.03 23:53:30.526804 [ 3 ] {f53cf229-2e5d-4945-b125-5c1adcd70d9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5078 | 2024.09.03 23:53:30.526837 [ 3 ] {} <Debug> HTTP-Session: f9a51449-c588-4731-81d0-0bea8c7d8a0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5079 | 2024.09.03 23:53:33.278372 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5080 | 2024.09.03 23:53:33.278474 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5081 | 2024.09.03 23:53:35.490968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 17496, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5082 | 2024.09.03 23:53:35.491086 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5083 | 2024.09.03 23:53:35.491111 [ 3 ] {} <Debug> HTTP-Session: b42d1c2a-e31f-49b2-bdf2-a2b65ca9a59d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5084 | 2024.09.03 23:53:35.491141 [ 3 ] {} <Debug> HTTP-Session: b42d1c2a-e31f-49b2-bdf2-a2b65ca9a59d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5085 | 2024.09.03 23:53:35.491156 [ 3 ] {} <Debug> HTTP-Session: b42d1c2a-e31f-49b2-bdf2-a2b65ca9a59d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5086 | 2024.09.03 23:53:35.491206 [ 3 ] {} <Trace> HTTP-Session: b42d1c2a-e31f-49b2-bdf2-a2b65ca9a59d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5087 | 2024.09.03 23:53:35.491425 [ 3 ] {d11fc95b-077a-4ab7-a961-7dcbc1801a2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5088 | 2024.09.03 23:53:35.491493 [ 3 ] {d11fc95b-077a-4ab7-a961-7dcbc1801a2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5089 | 2024.09.03 23:53:35.491823 [ 3 ] {d11fc95b-077a-4ab7-a961-7dcbc1801a2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5090 | 2024.09.03 23:53:35.492352 [ 3 ] {d11fc95b-077a-4ab7-a961-7dcbc1801a2e} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5091 | 2024.09.03 23:53:35.492394 [ 3 ] {d11fc95b-077a-4ab7-a961-7dcbc1801a2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5092 | 2024.09.03 23:53:35.492828 [ 3 ] {d11fc95b-077a-4ab7-a961-7dcbc1801a2e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5093 | 2024.09.03 23:53:35.493217 [ 3 ] {d11fc95b-077a-4ab7-a961-7dcbc1801a2e} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5094 | 2024.09.03 23:53:35.493377 [ 3 ] {d11fc95b-077a-4ab7-a961-7dcbc1801a2e} <Debug> executeQuery: Read 118 rows, 10.31 KiB in 0.002035 sec., 57985.25798525799 rows/sec., 4.95 MiB/sec. | ||
5095 | 2024.09.03 23:53:35.493597 [ 3 ] {d11fc95b-077a-4ab7-a961-7dcbc1801a2e} <Debug> DynamicQueryHandler: Done processing query | ||
5096 | 2024.09.03 23:53:35.493624 [ 3 ] {d11fc95b-077a-4ab7-a961-7dcbc1801a2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5097 | 2024.09.03 23:53:35.493640 [ 3 ] {} <Debug> HTTP-Session: b42d1c2a-e31f-49b2-bdf2-a2b65ca9a59d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5098 | 2024.09.03 23:53:35.493900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 4494, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5099 | 2024.09.03 23:53:35.493950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5100 | 2024.09.03 23:53:35.493969 [ 3 ] {} <Debug> HTTP-Session: 84a50c0a-0c7f-4b5b-854d-fddcb0b654c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5101 | 2024.09.03 23:53:35.493988 [ 3 ] {} <Debug> HTTP-Session: 84a50c0a-0c7f-4b5b-854d-fddcb0b654c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5102 | 2024.09.03 23:53:35.494002 [ 3 ] {} <Debug> HTTP-Session: 84a50c0a-0c7f-4b5b-854d-fddcb0b654c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5103 | 2024.09.03 23:53:35.494033 [ 3 ] {} <Trace> HTTP-Session: 84a50c0a-0c7f-4b5b-854d-fddcb0b654c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5104 | 2024.09.03 23:53:35.494140 [ 3 ] {0c33171d-ae7b-4d60-87a5-2db711b1c94b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5105 | 2024.09.03 23:53:35.494184 [ 3 ] {0c33171d-ae7b-4d60-87a5-2db711b1c94b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5106 | 2024.09.03 23:53:35.494412 [ 3 ] {0c33171d-ae7b-4d60-87a5-2db711b1c94b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5107 | 2024.09.03 23:53:35.494874 [ 3 ] {0c33171d-ae7b-4d60-87a5-2db711b1c94b} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5108 | 2024.09.03 23:53:35.494910 [ 3 ] {0c33171d-ae7b-4d60-87a5-2db711b1c94b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5109 | 2024.09.03 23:53:35.495263 [ 3 ] {0c33171d-ae7b-4d60-87a5-2db711b1c94b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
5110 | 2024.09.03 23:53:35.495622 [ 3 ] {0c33171d-ae7b-4d60-87a5-2db711b1c94b} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5111 | 2024.09.03 23:53:35.495789 [ 3 ] {0c33171d-ae7b-4d60-87a5-2db711b1c94b} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.00167 sec., 18562.874251497007 rows/sec., 1.36 MiB/sec. | ||
5112 | 2024.09.03 23:53:35.495962 [ 3 ] {0c33171d-ae7b-4d60-87a5-2db711b1c94b} <Debug> DynamicQueryHandler: Done processing query | ||
5113 | 2024.09.03 23:53:35.495987 [ 3 ] {0c33171d-ae7b-4d60-87a5-2db711b1c94b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5114 | 2024.09.03 23:53:35.496003 [ 3 ] {} <Debug> HTTP-Session: 84a50c0a-0c7f-4b5b-854d-fddcb0b654c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5115 | 2024.09.03 23:53:35.496143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 16129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5116 | 2024.09.03 23:53:35.496193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5117 | 2024.09.03 23:53:35.496212 [ 3 ] {} <Debug> HTTP-Session: e89ef307-7ca4-4509-9870-506ac0ba74e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5118 | 2024.09.03 23:53:35.496234 [ 3 ] {} <Debug> HTTP-Session: e89ef307-7ca4-4509-9870-506ac0ba74e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5119 | 2024.09.03 23:53:35.496248 [ 3 ] {} <Debug> HTTP-Session: e89ef307-7ca4-4509-9870-506ac0ba74e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5120 | 2024.09.03 23:53:35.496279 [ 3 ] {} <Trace> HTTP-Session: e89ef307-7ca4-4509-9870-506ac0ba74e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5121 | 2024.09.03 23:53:35.496401 [ 3 ] {e1d1882d-fbe3-4684-9465-d9fa97e9da8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5122 | 2024.09.03 23:53:35.496444 [ 3 ] {e1d1882d-fbe3-4684-9465-d9fa97e9da8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5123 | 2024.09.03 23:53:35.496669 [ 3 ] {e1d1882d-fbe3-4684-9465-d9fa97e9da8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5124 | 2024.09.03 23:53:35.497054 [ 3 ] {e1d1882d-fbe3-4684-9465-d9fa97e9da8b} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5125 | 2024.09.03 23:53:35.497090 [ 3 ] {e1d1882d-fbe3-4684-9465-d9fa97e9da8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5126 | 2024.09.03 23:53:35.497475 [ 3 ] {e1d1882d-fbe3-4684-9465-d9fa97e9da8b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5127 | 2024.09.03 23:53:35.497825 [ 3 ] {e1d1882d-fbe3-4684-9465-d9fa97e9da8b} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5128 | 2024.09.03 23:53:35.497979 [ 3 ] {e1d1882d-fbe3-4684-9465-d9fa97e9da8b} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001621 sec., 58605.79888957433 rows/sec., 4.58 MiB/sec. | ||
5129 | 2024.09.03 23:53:35.498149 [ 3 ] {e1d1882d-fbe3-4684-9465-d9fa97e9da8b} <Debug> DynamicQueryHandler: Done processing query | ||
5130 | 2024.09.03 23:53:35.498173 [ 3 ] {e1d1882d-fbe3-4684-9465-d9fa97e9da8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5131 | 2024.09.03 23:53:35.498189 [ 3 ] {} <Debug> HTTP-Session: e89ef307-7ca4-4509-9870-506ac0ba74e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5132 | 2024.09.03 23:53:35.498364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5133 | 2024.09.03 23:53:35.498412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5134 | 2024.09.03 23:53:35.498431 [ 3 ] {} <Debug> HTTP-Session: 653d5ec1-8416-425e-9116-0501da71ef5c Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5135 | 2024.09.03 23:53:35.498447 [ 3 ] {} <Debug> HTTP-Session: 653d5ec1-8416-425e-9116-0501da71ef5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5136 | 2024.09.03 23:53:35.498461 [ 3 ] {} <Debug> HTTP-Session: 653d5ec1-8416-425e-9116-0501da71ef5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5137 | 2024.09.03 23:53:35.498491 [ 3 ] {} <Trace> HTTP-Session: 653d5ec1-8416-425e-9116-0501da71ef5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5138 | 2024.09.03 23:53:35.498639 [ 3 ] {c678a86a-1ad1-43b1-b93d-70eaadebaadf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5139 | 2024.09.03 23:53:35.498686 [ 3 ] {c678a86a-1ad1-43b1-b93d-70eaadebaadf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5140 | 2024.09.03 23:53:35.498831 [ 3 ] {c678a86a-1ad1-43b1-b93d-70eaadebaadf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5141 | 2024.09.03 23:53:35.499212 [ 3 ] {c678a86a-1ad1-43b1-b93d-70eaadebaadf} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5142 | 2024.09.03 23:53:35.499244 [ 3 ] {c678a86a-1ad1-43b1-b93d-70eaadebaadf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5143 | 2024.09.03 23:53:35.499612 [ 3 ] {c678a86a-1ad1-43b1-b93d-70eaadebaadf} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5144 | 2024.09.03 23:53:35.499985 [ 3 ] {c678a86a-1ad1-43b1-b93d-70eaadebaadf} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5145 | 2024.09.03 23:53:35.500182 [ 3 ] {c678a86a-1ad1-43b1-b93d-70eaadebaadf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001598 sec., 100125.15644555695 rows/sec., 6.97 MiB/sec. | ||
5146 | 2024.09.03 23:53:35.500713 [ 3 ] {c678a86a-1ad1-43b1-b93d-70eaadebaadf} <Debug> DynamicQueryHandler: Done processing query | ||
5147 | 2024.09.03 23:53:35.500789 [ 3 ] {c678a86a-1ad1-43b1-b93d-70eaadebaadf} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5148 | 2024.09.03 23:53:35.500861 [ 3 ] {} <Debug> HTTP-Session: 653d5ec1-8416-425e-9116-0501da71ef5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5149 | 2024.09.03 23:53:35.501037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 51771, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5150 | 2024.09.03 23:53:35.501087 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5151 | 2024.09.03 23:53:35.501106 [ 3 ] {} <Debug> HTTP-Session: e4a67a7e-3897-4f08-9cde-be9e5a63435d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5152 | 2024.09.03 23:53:35.501123 [ 3 ] {} <Debug> HTTP-Session: e4a67a7e-3897-4f08-9cde-be9e5a63435d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5153 | 2024.09.03 23:53:35.501136 [ 3 ] {} <Debug> HTTP-Session: e4a67a7e-3897-4f08-9cde-be9e5a63435d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5154 | 2024.09.03 23:53:35.501168 [ 3 ] {} <Trace> HTTP-Session: e4a67a7e-3897-4f08-9cde-be9e5a63435d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5155 | 2024.09.03 23:53:35.501483 [ 3 ] {32e69c40-d924-4cb1-80cc-46514c0ef5c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5156 | 2024.09.03 23:53:35.501553 [ 3 ] {32e69c40-d924-4cb1-80cc-46514c0ef5c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5157 | 2024.09.03 23:53:35.501987 [ 3 ] {32e69c40-d924-4cb1-80cc-46514c0ef5c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5158 | 2024.09.03 23:53:35.502669 [ 3 ] {32e69c40-d924-4cb1-80cc-46514c0ef5c2} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5159 | 2024.09.03 23:53:35.502705 [ 3 ] {32e69c40-d924-4cb1-80cc-46514c0ef5c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5160 | 2024.09.03 23:53:35.503348 [ 3 ] {32e69c40-d924-4cb1-80cc-46514c0ef5c2} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
5161 | 2024.09.03 23:53:35.503761 [ 3 ] {32e69c40-d924-4cb1-80cc-46514c0ef5c2} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5162 | 2024.09.03 23:53:35.503946 [ 123 ] {} <Debug> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
5163 | 2024.09.03 23:53:35.503964 [ 3 ] {32e69c40-d924-4cb1-80cc-46514c0ef5c2} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002705 sec., 11460.25878003697 rows/sec., 20.54 MiB/sec. | ||
5164 | 2024.09.03 23:53:35.504037 [ 123 ] {} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5165 | 2024.09.03 23:53:35.504115 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5166 | 2024.09.03 23:53:35.504350 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
5167 | 2024.09.03 23:53:35.504431 [ 3 ] {32e69c40-d924-4cb1-80cc-46514c0ef5c2} <Debug> DynamicQueryHandler: Done processing query | ||
5168 | 2024.09.03 23:53:35.504469 [ 3 ] {32e69c40-d924-4cb1-80cc-46514c0ef5c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
5169 | 2024.09.03 23:53:35.504497 [ 3 ] {} <Debug> HTTP-Session: e4a67a7e-3897-4f08-9cde-be9e5a63435d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5170 | 2024.09.03 23:53:35.504690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5171 | 2024.09.03 23:53:35.504740 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5172 | 2024.09.03 23:53:35.504750 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5173 | 2024.09.03 23:53:35.504786 [ 3 ] {} <Debug> HTTP-Session: c505ff42-0c92-42d4-8df4-b142ac6ede6f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5174 | 2024.09.03 23:53:35.504815 [ 3 ] {} <Debug> HTTP-Session: c505ff42-0c92-42d4-8df4-b142ac6ede6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5175 | 2024.09.03 23:53:35.504838 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 266 rows starting from the beginning of the part | ||
5176 | 2024.09.03 23:53:35.504838 [ 3 ] {} <Debug> HTTP-Session: c505ff42-0c92-42d4-8df4-b142ac6ede6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5177 | 2024.09.03 23:53:35.504895 [ 3 ] {} <Trace> HTTP-Session: c505ff42-0c92-42d4-8df4-b142ac6ede6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5178 | 2024.09.03 23:53:35.505155 [ 3 ] {019f8873-ed0c-483a-9dd2-d24f94fdb8ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5179 | 2024.09.03 23:53:35.505293 [ 3 ] {019f8873-ed0c-483a-9dd2-d24f94fdb8ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5180 | 2024.09.03 23:53:35.505370 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 31 rows starting from the beginning of the part | ||
5181 | 2024.09.03 23:53:35.505961 [ 3 ] {019f8873-ed0c-483a-9dd2-d24f94fdb8ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5182 | 2024.09.03 23:53:35.506028 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
5183 | 2024.09.03 23:53:35.506508 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 31 rows starting from the beginning of the part | ||
5184 | 2024.09.03 23:53:35.506635 [ 3 ] {019f8873-ed0c-483a-9dd2-d24f94fdb8ea} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5185 | 2024.09.03 23:53:35.506724 [ 3 ] {019f8873-ed0c-483a-9dd2-d24f94fdb8ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5186 | 2024.09.03 23:53:35.507049 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
5187 | 2024.09.03 23:53:35.507558 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 31 rows starting from the beginning of the part | ||
5188 | 2024.09.03 23:53:35.507804 [ 3 ] {019f8873-ed0c-483a-9dd2-d24f94fdb8ea} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5189 | 2024.09.03 23:53:35.508430 [ 3 ] {019f8873-ed0c-483a-9dd2-d24f94fdb8ea} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5190 | 2024.09.03 23:53:35.508695 [ 3 ] {019f8873-ed0c-483a-9dd2-d24f94fdb8ea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003689 sec., 16264.570344266738 rows/sec., 1.10 MiB/sec. | ||
5191 | 2024.09.03 23:53:35.508946 [ 3 ] {019f8873-ed0c-483a-9dd2-d24f94fdb8ea} <Debug> DynamicQueryHandler: Done processing query | ||
5192 | 2024.09.03 23:53:35.508974 [ 3 ] {019f8873-ed0c-483a-9dd2-d24f94fdb8ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5193 | 2024.09.03 23:53:35.508992 [ 3 ] {} <Debug> HTTP-Session: c505ff42-0c92-42d4-8df4-b142ac6ede6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5194 | 2024.09.03 23:53:35.511187 [ 197 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 371 rows, containing 19 columns (19 merged, 0 gathered) in 0.006933849 sec., 53505.635902945105 rows/sec., 95.88 MiB/sec. | ||
5195 | 2024.09.03 23:53:35.511953 [ 192 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
5196 | 2024.09.03 23:53:35.512625 [ 192 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5197 | 2024.09.03 23:53:35.512715 [ 192 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
5198 | 2024.09.03 23:53:35.512878 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.09 MiB. | ||
5199 | 2024.09.03 23:53:40.493989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5200 | 2024.09.03 23:53:40.494124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5201 | 2024.09.03 23:53:40.494149 [ 3 ] {} <Debug> HTTP-Session: 0277163c-efcf-475f-a4d1-dc98ebef2405 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5202 | 2024.09.03 23:53:40.494173 [ 3 ] {} <Debug> HTTP-Session: 0277163c-efcf-475f-a4d1-dc98ebef2405 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5203 | 2024.09.03 23:53:40.494188 [ 3 ] {} <Debug> HTTP-Session: 0277163c-efcf-475f-a4d1-dc98ebef2405 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5204 | 2024.09.03 23:53:40.494236 [ 3 ] {} <Trace> HTTP-Session: 0277163c-efcf-475f-a4d1-dc98ebef2405 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5205 | 2024.09.03 23:53:40.494422 [ 3 ] {2c363f77-5853-4e88-a957-b8ec4d94a7ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5206 | 2024.09.03 23:53:40.494489 [ 3 ] {2c363f77-5853-4e88-a957-b8ec4d94a7ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5207 | 2024.09.03 23:53:40.494825 [ 3 ] {2c363f77-5853-4e88-a957-b8ec4d94a7ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5208 | 2024.09.03 23:53:40.495252 [ 3 ] {2c363f77-5853-4e88-a957-b8ec4d94a7ba} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5209 | 2024.09.03 23:53:40.495294 [ 3 ] {2c363f77-5853-4e88-a957-b8ec4d94a7ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5210 | 2024.09.03 23:53:40.495712 [ 3 ] {2c363f77-5853-4e88-a957-b8ec4d94a7ba} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
5211 | 2024.09.03 23:53:40.496109 [ 3 ] {2c363f77-5853-4e88-a957-b8ec4d94a7ba} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5212 | 2024.09.03 23:53:40.496275 [ 3 ] {2c363f77-5853-4e88-a957-b8ec4d94a7ba} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001906 sec., 2098.6358866736623 rows/sec., 171.13 KiB/sec. | ||
5213 | 2024.09.03 23:53:40.496526 [ 3 ] {2c363f77-5853-4e88-a957-b8ec4d94a7ba} <Debug> DynamicQueryHandler: Done processing query | ||
5214 | 2024.09.03 23:53:40.496553 [ 3 ] {2c363f77-5853-4e88-a957-b8ec4d94a7ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5215 | 2024.09.03 23:53:40.496570 [ 3 ] {} <Debug> HTTP-Session: 0277163c-efcf-475f-a4d1-dc98ebef2405 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5216 | 2024.09.03 23:53:40.496775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5217 | 2024.09.03 23:53:40.496825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5218 | 2024.09.03 23:53:40.496845 [ 3 ] {} <Debug> HTTP-Session: 09b3e80b-1708-4f9d-8a20-4717caf345c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5219 | 2024.09.03 23:53:40.496862 [ 3 ] {} <Debug> HTTP-Session: 09b3e80b-1708-4f9d-8a20-4717caf345c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5220 | 2024.09.03 23:53:40.496876 [ 3 ] {} <Debug> HTTP-Session: 09b3e80b-1708-4f9d-8a20-4717caf345c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5221 | 2024.09.03 23:53:40.496909 [ 3 ] {} <Trace> HTTP-Session: 09b3e80b-1708-4f9d-8a20-4717caf345c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5222 | 2024.09.03 23:53:40.497069 [ 3 ] {9de3f0d8-5b71-4e85-9562-6831bc52b8ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5223 | 2024.09.03 23:53:40.497113 [ 3 ] {9de3f0d8-5b71-4e85-9562-6831bc52b8ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5224 | 2024.09.03 23:53:40.497347 [ 3 ] {9de3f0d8-5b71-4e85-9562-6831bc52b8ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5225 | 2024.09.03 23:53:40.497808 [ 3 ] {9de3f0d8-5b71-4e85-9562-6831bc52b8ed} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5226 | 2024.09.03 23:53:40.497844 [ 3 ] {9de3f0d8-5b71-4e85-9562-6831bc52b8ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5227 | 2024.09.03 23:53:40.498217 [ 3 ] {9de3f0d8-5b71-4e85-9562-6831bc52b8ed} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5228 | 2024.09.03 23:53:40.498579 [ 3 ] {9de3f0d8-5b71-4e85-9562-6831bc52b8ed} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5229 | 2024.09.03 23:53:40.498728 [ 3 ] {9de3f0d8-5b71-4e85-9562-6831bc52b8ed} <Debug> executeQuery: Read 203 rows, 18.17 KiB in 0.001724 sec., 117749.41995359628 rows/sec., 10.29 MiB/sec. | ||
5230 | 2024.09.03 23:53:40.498892 [ 3 ] {9de3f0d8-5b71-4e85-9562-6831bc52b8ed} <Debug> DynamicQueryHandler: Done processing query | ||
5231 | 2024.09.03 23:53:40.498917 [ 3 ] {9de3f0d8-5b71-4e85-9562-6831bc52b8ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5232 | 2024.09.03 23:53:40.498933 [ 3 ] {} <Debug> HTTP-Session: 09b3e80b-1708-4f9d-8a20-4717caf345c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5233 | 2024.09.03 23:53:40.499068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1468, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5234 | 2024.09.03 23:53:40.499115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5235 | 2024.09.03 23:53:40.499135 [ 3 ] {} <Debug> HTTP-Session: 91833869-9a77-4618-9a50-0965f46d2834 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5236 | 2024.09.03 23:53:40.499150 [ 3 ] {} <Debug> HTTP-Session: 91833869-9a77-4618-9a50-0965f46d2834 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5237 | 2024.09.03 23:53:40.499164 [ 3 ] {} <Debug> HTTP-Session: 91833869-9a77-4618-9a50-0965f46d2834 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5238 | 2024.09.03 23:53:40.499195 [ 3 ] {} <Trace> HTTP-Session: 91833869-9a77-4618-9a50-0965f46d2834 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5239 | 2024.09.03 23:53:40.499293 [ 3 ] {6e3b5219-72ed-423c-8a9e-68e8df61b557} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5240 | 2024.09.03 23:53:40.499337 [ 3 ] {6e3b5219-72ed-423c-8a9e-68e8df61b557} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5241 | 2024.09.03 23:53:40.499558 [ 3 ] {6e3b5219-72ed-423c-8a9e-68e8df61b557} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5242 | 2024.09.03 23:53:40.499881 [ 3 ] {6e3b5219-72ed-423c-8a9e-68e8df61b557} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5243 | 2024.09.03 23:53:40.499916 [ 3 ] {6e3b5219-72ed-423c-8a9e-68e8df61b557} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5244 | 2024.09.03 23:53:40.500268 [ 3 ] {6e3b5219-72ed-423c-8a9e-68e8df61b557} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
5245 | 2024.09.03 23:53:40.500626 [ 3 ] {6e3b5219-72ed-423c-8a9e-68e8df61b557} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5246 | 2024.09.03 23:53:40.500789 [ 3 ] {6e3b5219-72ed-423c-8a9e-68e8df61b557} <Debug> executeQuery: Read 10 rows, 748.00 B in 0.00151 sec., 6622.516556291391 rows/sec., 483.75 KiB/sec. | ||
5247 | 2024.09.03 23:53:40.500962 [ 3 ] {6e3b5219-72ed-423c-8a9e-68e8df61b557} <Debug> DynamicQueryHandler: Done processing query | ||
5248 | 2024.09.03 23:53:40.500986 [ 3 ] {6e3b5219-72ed-423c-8a9e-68e8df61b557} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5249 | 2024.09.03 23:53:40.501002 [ 3 ] {} <Debug> HTTP-Session: 91833869-9a77-4618-9a50-0965f46d2834 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5250 | 2024.09.03 23:53:40.501118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5251 | 2024.09.03 23:53:40.501166 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5252 | 2024.09.03 23:53:40.501184 [ 3 ] {} <Debug> HTTP-Session: 9b79990b-67d9-45e2-aa89-263c11711c5c Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5253 | 2024.09.03 23:53:40.501200 [ 3 ] {} <Debug> HTTP-Session: 9b79990b-67d9-45e2-aa89-263c11711c5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5254 | 2024.09.03 23:53:40.501214 [ 3 ] {} <Debug> HTTP-Session: 9b79990b-67d9-45e2-aa89-263c11711c5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5255 | 2024.09.03 23:53:40.501244 [ 3 ] {} <Trace> HTTP-Session: 9b79990b-67d9-45e2-aa89-263c11711c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5256 | 2024.09.03 23:53:40.501343 [ 3 ] {4ecac46d-5433-46dd-a806-d2a77f94ed29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5257 | 2024.09.03 23:53:40.501387 [ 3 ] {4ecac46d-5433-46dd-a806-d2a77f94ed29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5258 | 2024.09.03 23:53:40.501610 [ 3 ] {4ecac46d-5433-46dd-a806-d2a77f94ed29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5259 | 2024.09.03 23:53:40.501922 [ 3 ] {4ecac46d-5433-46dd-a806-d2a77f94ed29} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5260 | 2024.09.03 23:53:40.501956 [ 3 ] {4ecac46d-5433-46dd-a806-d2a77f94ed29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5261 | 2024.09.03 23:53:40.502309 [ 3 ] {4ecac46d-5433-46dd-a806-d2a77f94ed29} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5262 | 2024.09.03 23:53:40.502663 [ 3 ] {4ecac46d-5433-46dd-a806-d2a77f94ed29} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5263 | 2024.09.03 23:53:40.502824 [ 3 ] {4ecac46d-5433-46dd-a806-d2a77f94ed29} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001495 sec., 9364.548494983277 rows/sec., 655.83 KiB/sec. | ||
5264 | 2024.09.03 23:53:40.502981 [ 3 ] {4ecac46d-5433-46dd-a806-d2a77f94ed29} <Debug> DynamicQueryHandler: Done processing query | ||
5265 | 2024.09.03 23:53:40.503005 [ 3 ] {4ecac46d-5433-46dd-a806-d2a77f94ed29} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5266 | 2024.09.03 23:53:40.503021 [ 3 ] {} <Debug> HTTP-Session: 9b79990b-67d9-45e2-aa89-263c11711c5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5267 | 2024.09.03 23:53:40.503137 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5268 | 2024.09.03 23:53:40.503183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5269 | 2024.09.03 23:53:40.503203 [ 3 ] {} <Debug> HTTP-Session: fe163992-e388-4580-9f9b-ded4246aa72e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5270 | 2024.09.03 23:53:40.503219 [ 3 ] {} <Debug> HTTP-Session: fe163992-e388-4580-9f9b-ded4246aa72e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5271 | 2024.09.03 23:53:40.503233 [ 3 ] {} <Debug> HTTP-Session: fe163992-e388-4580-9f9b-ded4246aa72e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5272 | 2024.09.03 23:53:40.503269 [ 3 ] {} <Trace> HTTP-Session: fe163992-e388-4580-9f9b-ded4246aa72e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5273 | 2024.09.03 23:53:40.503364 [ 3 ] {0aa70559-41fe-4ba4-bbe0-818a9cca0407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
5274 | 2024.09.03 23:53:40.503408 [ 3 ] {0aa70559-41fe-4ba4-bbe0-818a9cca0407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5275 | 2024.09.03 23:53:40.503628 [ 3 ] {0aa70559-41fe-4ba4-bbe0-818a9cca0407} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5276 | 2024.09.03 23:53:40.503931 [ 3 ] {0aa70559-41fe-4ba4-bbe0-818a9cca0407} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5277 | 2024.09.03 23:53:40.503967 [ 3 ] {0aa70559-41fe-4ba4-bbe0-818a9cca0407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5278 | 2024.09.03 23:53:40.504322 [ 3 ] {0aa70559-41fe-4ba4-bbe0-818a9cca0407} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5279 | 2024.09.03 23:53:40.504679 [ 3 ] {0aa70559-41fe-4ba4-bbe0-818a9cca0407} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5280 | 2024.09.03 23:53:40.504832 [ 3 ] {0aa70559-41fe-4ba4-bbe0-818a9cca0407} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001485 sec., 4040.4040404040406 rows/sec., 238.72 KiB/sec. | ||
5281 | 2024.09.03 23:53:40.505010 [ 3 ] {0aa70559-41fe-4ba4-bbe0-818a9cca0407} <Debug> DynamicQueryHandler: Done processing query | ||
5282 | 2024.09.03 23:53:40.505035 [ 3 ] {0aa70559-41fe-4ba4-bbe0-818a9cca0407} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5283 | 2024.09.03 23:53:40.505052 [ 3 ] {} <Debug> HTTP-Session: fe163992-e388-4580-9f9b-ded4246aa72e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5284 | 2024.09.03 23:53:40.505224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 63465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5285 | 2024.09.03 23:53:40.505272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5286 | 2024.09.03 23:53:40.505291 [ 3 ] {} <Debug> HTTP-Session: 98c8f83a-dd1b-480e-a476-77b02d782418 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5287 | 2024.09.03 23:53:40.505308 [ 3 ] {} <Debug> HTTP-Session: 98c8f83a-dd1b-480e-a476-77b02d782418 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5288 | 2024.09.03 23:53:40.505322 [ 3 ] {} <Debug> HTTP-Session: 98c8f83a-dd1b-480e-a476-77b02d782418 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5289 | 2024.09.03 23:53:40.505351 [ 3 ] {} <Trace> HTTP-Session: 98c8f83a-dd1b-480e-a476-77b02d782418 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5290 | 2024.09.03 23:53:40.505554 [ 3 ] {b66117f0-2a6c-4be5-9e98-e4714008341b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5291 | 2024.09.03 23:53:40.505597 [ 3 ] {b66117f0-2a6c-4be5-9e98-e4714008341b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5292 | 2024.09.03 23:53:40.505819 [ 3 ] {b66117f0-2a6c-4be5-9e98-e4714008341b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5293 | 2024.09.03 23:53:40.506338 [ 3 ] {b66117f0-2a6c-4be5-9e98-e4714008341b} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5294 | 2024.09.03 23:53:40.506375 [ 3 ] {b66117f0-2a6c-4be5-9e98-e4714008341b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5295 | 2024.09.03 23:53:40.506741 [ 3 ] {b66117f0-2a6c-4be5-9e98-e4714008341b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5296 | 2024.09.03 23:53:40.507098 [ 3 ] {b66117f0-2a6c-4be5-9e98-e4714008341b} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5297 | 2024.09.03 23:53:40.507263 [ 3 ] {b66117f0-2a6c-4be5-9e98-e4714008341b} <Debug> executeQuery: Read 392 rows, 28.49 KiB in 0.001806 sec., 217054.26356589145 rows/sec., 15.40 MiB/sec. | ||
5298 | 2024.09.03 23:53:40.507419 [ 3 ] {b66117f0-2a6c-4be5-9e98-e4714008341b} <Debug> DynamicQueryHandler: Done processing query | ||
5299 | 2024.09.03 23:53:40.507443 [ 3 ] {b66117f0-2a6c-4be5-9e98-e4714008341b} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
5300 | 2024.09.03 23:53:40.507459 [ 3 ] {} <Debug> HTTP-Session: 98c8f83a-dd1b-480e-a476-77b02d782418 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5301 | 2024.09.03 23:53:40.507592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5302 | 2024.09.03 23:53:40.507639 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5303 | 2024.09.03 23:53:40.507659 [ 3 ] {} <Debug> HTTP-Session: 83497791-58bf-47c6-ac81-2b47d7734280 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5304 | 2024.09.03 23:53:40.507675 [ 3 ] {} <Debug> HTTP-Session: 83497791-58bf-47c6-ac81-2b47d7734280 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5305 | 2024.09.03 23:53:40.507689 [ 3 ] {} <Debug> HTTP-Session: 83497791-58bf-47c6-ac81-2b47d7734280 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5306 | 2024.09.03 23:53:40.507719 [ 3 ] {} <Trace> HTTP-Session: 83497791-58bf-47c6-ac81-2b47d7734280 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5307 | 2024.09.03 23:53:40.507813 [ 3 ] {3f65acf0-a642-4522-a1a5-762cd0c84014} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5308 | 2024.09.03 23:53:40.507857 [ 3 ] {3f65acf0-a642-4522-a1a5-762cd0c84014} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5309 | 2024.09.03 23:53:40.507986 [ 3 ] {3f65acf0-a642-4522-a1a5-762cd0c84014} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5310 | 2024.09.03 23:53:40.508314 [ 3 ] {3f65acf0-a642-4522-a1a5-762cd0c84014} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5311 | 2024.09.03 23:53:40.508351 [ 3 ] {3f65acf0-a642-4522-a1a5-762cd0c84014} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5312 | 2024.09.03 23:53:40.508709 [ 3 ] {3f65acf0-a642-4522-a1a5-762cd0c84014} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5313 | 2024.09.03 23:53:40.509034 [ 3 ] {3f65acf0-a642-4522-a1a5-762cd0c84014} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5314 | 2024.09.03 23:53:40.509191 [ 119 ] {} <Debug> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
5315 | 2024.09.03 23:53:40.509196 [ 3 ] {3f65acf0-a642-4522-a1a5-762cd0c84014} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001398 sec., 4291.845493562232 rows/sec., 224.23 KiB/sec. | ||
5316 | 2024.09.03 23:53:40.509286 [ 119 ] {} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5317 | 2024.09.03 23:53:40.509352 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5318 | 2024.09.03 23:53:40.509515 [ 3 ] {3f65acf0-a642-4522-a1a5-762cd0c84014} <Debug> DynamicQueryHandler: Done processing query | ||
5319 | 2024.09.03 23:53:40.509518 [ 186 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
5320 | 2024.09.03 23:53:40.509545 [ 3 ] {3f65acf0-a642-4522-a1a5-762cd0c84014} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5321 | 2024.09.03 23:53:40.509571 [ 3 ] {} <Debug> HTTP-Session: 83497791-58bf-47c6-ac81-2b47d7734280 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5322 | 2024.09.03 23:53:40.509660 [ 186 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5323 | 2024.09.03 23:53:40.509693 [ 186 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
5324 | 2024.09.03 23:53:40.509741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 45028, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5325 | 2024.09.03 23:53:40.509774 [ 186 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
5326 | 2024.09.03 23:53:40.509882 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5327 | 2024.09.03 23:53:40.510015 [ 3 ] {} <Debug> HTTP-Session: b8031978-ade9-4de1-af69-3b2e6228a195 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5328 | 2024.09.03 23:53:40.510147 [ 3 ] {} <Debug> HTTP-Session: b8031978-ade9-4de1-af69-3b2e6228a195 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5329 | 2024.09.03 23:53:40.510182 [ 186 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
5330 | 2024.09.03 23:53:40.510231 [ 3 ] {} <Debug> HTTP-Session: b8031978-ade9-4de1-af69-3b2e6228a195 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5331 | 2024.09.03 23:53:40.510348 [ 3 ] {} <Trace> HTTP-Session: b8031978-ade9-4de1-af69-3b2e6228a195 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5332 | 2024.09.03 23:53:40.510460 [ 186 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
5333 | 2024.09.03 23:53:40.510702 [ 186 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
5334 | 2024.09.03 23:53:40.510794 [ 3 ] {72d93ec5-5b38-4f43-8ae7-5f5a167554dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5335 | 2024.09.03 23:53:40.510937 [ 186 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
5336 | 2024.09.03 23:53:40.510968 [ 3 ] {72d93ec5-5b38-4f43-8ae7-5f5a167554dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5337 | 2024.09.03 23:53:40.511775 [ 3 ] {72d93ec5-5b38-4f43-8ae7-5f5a167554dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5338 | 2024.09.03 23:53:40.512394 [ 3 ] {72d93ec5-5b38-4f43-8ae7-5f5a167554dd} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5339 | 2024.09.03 23:53:40.512439 [ 3 ] {72d93ec5-5b38-4f43-8ae7-5f5a167554dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5340 | 2024.09.03 23:53:40.512845 [ 192 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.003384593 sec., 19500.12896676203 rows/sec., 1018.81 KiB/sec. | ||
5341 | 2024.09.03 23:53:40.513115 [ 192 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
5342 | 2024.09.03 23:53:40.513134 [ 3 ] {72d93ec5-5b38-4f43-8ae7-5f5a167554dd} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5343 | 2024.09.03 23:53:40.513871 [ 3 ] {72d93ec5-5b38-4f43-8ae7-5f5a167554dd} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5344 | 2024.09.03 23:53:40.514032 [ 199 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_11_2} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5345 | 2024.09.03 23:53:40.514166 [ 3 ] {72d93ec5-5b38-4f43-8ae7-5f5a167554dd} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.003586 sec., 66648.07585052983 rows/sec., 4.47 MiB/sec. | ||
5346 | 2024.09.03 23:53:40.514372 [ 199 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_11_2} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
5347 | 2024.09.03 23:53:40.514536 [ 3 ] {72d93ec5-5b38-4f43-8ae7-5f5a167554dd} <Debug> DynamicQueryHandler: Done processing query | ||
5348 | 2024.09.03 23:53:40.514577 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
5349 | 2024.09.03 23:53:40.514583 [ 3 ] {72d93ec5-5b38-4f43-8ae7-5f5a167554dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5350 | 2024.09.03 23:53:40.514632 [ 3 ] {} <Debug> HTTP-Session: b8031978-ade9-4de1-af69-3b2e6228a195 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5351 | 2024.09.03 23:53:40.514758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5352 | 2024.09.03 23:53:40.514805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5353 | 2024.09.03 23:53:40.514823 [ 3 ] {} <Debug> HTTP-Session: 26488b7e-de02-497b-9f34-7bbd5bdef10a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5354 | 2024.09.03 23:53:40.514840 [ 3 ] {} <Debug> HTTP-Session: 26488b7e-de02-497b-9f34-7bbd5bdef10a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5355 | 2024.09.03 23:53:40.514854 [ 3 ] {} <Debug> HTTP-Session: 26488b7e-de02-497b-9f34-7bbd5bdef10a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5356 | 2024.09.03 23:53:40.514885 [ 3 ] {} <Trace> HTTP-Session: 26488b7e-de02-497b-9f34-7bbd5bdef10a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5357 | 2024.09.03 23:53:40.514981 [ 3 ] {8032e70f-40d9-4f54-944f-d4d45d6c6a1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
5358 | 2024.09.03 23:53:40.515029 [ 3 ] {8032e70f-40d9-4f54-944f-d4d45d6c6a1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5359 | 2024.09.03 23:53:40.515179 [ 3 ] {8032e70f-40d9-4f54-944f-d4d45d6c6a1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5360 | 2024.09.03 23:53:40.515457 [ 3 ] {8032e70f-40d9-4f54-944f-d4d45d6c6a1d} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5361 | 2024.09.03 23:53:40.515493 [ 3 ] {8032e70f-40d9-4f54-944f-d4d45d6c6a1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5362 | 2024.09.03 23:53:40.515847 [ 3 ] {8032e70f-40d9-4f54-944f-d4d45d6c6a1d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5363 | 2024.09.03 23:53:40.516190 [ 3 ] {8032e70f-40d9-4f54-944f-d4d45d6c6a1d} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5364 | 2024.09.03 23:53:40.516352 [ 3 ] {8032e70f-40d9-4f54-944f-d4d45d6c6a1d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001385 sec., 722.0216606498195 rows/sec., 48.65 KiB/sec. | ||
5365 | 2024.09.03 23:53:40.516516 [ 3 ] {8032e70f-40d9-4f54-944f-d4d45d6c6a1d} <Debug> DynamicQueryHandler: Done processing query | ||
5366 | 2024.09.03 23:53:40.516539 [ 3 ] {8032e70f-40d9-4f54-944f-d4d45d6c6a1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5367 | 2024.09.03 23:53:40.516555 [ 3 ] {} <Debug> HTTP-Session: 26488b7e-de02-497b-9f34-7bbd5bdef10a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5368 | 2024.09.03 23:53:40.516672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 10130, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5369 | 2024.09.03 23:53:40.516719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5370 | 2024.09.03 23:53:40.516737 [ 3 ] {} <Debug> HTTP-Session: 6b6e8e6b-b2d4-4096-a34d-e746300b0672 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5371 | 2024.09.03 23:53:40.516753 [ 3 ] {} <Debug> HTTP-Session: 6b6e8e6b-b2d4-4096-a34d-e746300b0672 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5372 | 2024.09.03 23:53:40.516767 [ 3 ] {} <Debug> HTTP-Session: 6b6e8e6b-b2d4-4096-a34d-e746300b0672 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5373 | 2024.09.03 23:53:40.516797 [ 3 ] {} <Trace> HTTP-Session: 6b6e8e6b-b2d4-4096-a34d-e746300b0672 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5374 | 2024.09.03 23:53:40.516948 [ 3 ] {5b219319-c761-401e-9700-790e8c0e2e61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5375 | 2024.09.03 23:53:40.517016 [ 3 ] {5b219319-c761-401e-9700-790e8c0e2e61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5376 | 2024.09.03 23:53:40.517443 [ 3 ] {5b219319-c761-401e-9700-790e8c0e2e61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5377 | 2024.09.03 23:53:40.517921 [ 3 ] {5b219319-c761-401e-9700-790e8c0e2e61} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5378 | 2024.09.03 23:53:40.517957 [ 3 ] {5b219319-c761-401e-9700-790e8c0e2e61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5379 | 2024.09.03 23:53:40.518542 [ 3 ] {5b219319-c761-401e-9700-790e8c0e2e61} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
5380 | 2024.09.03 23:53:40.518956 [ 3 ] {5b219319-c761-401e-9700-790e8c0e2e61} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5381 | 2024.09.03 23:53:40.519157 [ 3 ] {5b219319-c761-401e-9700-790e8c0e2e61} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002279 sec., 2632.733655111891 rows/sec., 4.72 MiB/sec. | ||
5382 | 2024.09.03 23:53:40.519672 [ 3 ] {5b219319-c761-401e-9700-790e8c0e2e61} <Debug> DynamicQueryHandler: Done processing query | ||
5383 | 2024.09.03 23:53:40.519696 [ 3 ] {5b219319-c761-401e-9700-790e8c0e2e61} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
5384 | 2024.09.03 23:53:40.519712 [ 3 ] {} <Debug> HTTP-Session: 6b6e8e6b-b2d4-4096-a34d-e746300b0672 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5385 | 2024.09.03 23:53:40.519840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5386 | 2024.09.03 23:53:40.519887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5387 | 2024.09.03 23:53:40.519906 [ 3 ] {} <Debug> HTTP-Session: aeb02315-9099-4100-b27d-4ca9a1957acf Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5388 | 2024.09.03 23:53:40.519923 [ 3 ] {} <Debug> HTTP-Session: aeb02315-9099-4100-b27d-4ca9a1957acf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5389 | 2024.09.03 23:53:40.519937 [ 3 ] {} <Debug> HTTP-Session: aeb02315-9099-4100-b27d-4ca9a1957acf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5390 | 2024.09.03 23:53:40.519967 [ 3 ] {} <Trace> HTTP-Session: aeb02315-9099-4100-b27d-4ca9a1957acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5391 | 2024.09.03 23:53:40.520088 [ 3 ] {3324a4a2-0893-4cd4-91fd-cb1d1c3ad8b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5392 | 2024.09.03 23:53:40.520133 [ 3 ] {3324a4a2-0893-4cd4-91fd-cb1d1c3ad8b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5393 | 2024.09.03 23:53:40.520285 [ 3 ] {3324a4a2-0893-4cd4-91fd-cb1d1c3ad8b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5394 | 2024.09.03 23:53:40.520614 [ 3 ] {3324a4a2-0893-4cd4-91fd-cb1d1c3ad8b6} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5395 | 2024.09.03 23:53:40.520650 [ 3 ] {3324a4a2-0893-4cd4-91fd-cb1d1c3ad8b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5396 | 2024.09.03 23:53:40.521008 [ 3 ] {3324a4a2-0893-4cd4-91fd-cb1d1c3ad8b6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5397 | 2024.09.03 23:53:40.521334 [ 3 ] {3324a4a2-0893-4cd4-91fd-cb1d1c3ad8b6} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5398 | 2024.09.03 23:53:40.521459 [ 3 ] {3324a4a2-0893-4cd4-91fd-cb1d1c3ad8b6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001416 sec., 57909.60451977402 rows/sec., 3.68 MiB/sec. | ||
5399 | 2024.09.03 23:53:40.521619 [ 3 ] {3324a4a2-0893-4cd4-91fd-cb1d1c3ad8b6} <Debug> DynamicQueryHandler: Done processing query | ||
5400 | 2024.09.03 23:53:40.521643 [ 3 ] {3324a4a2-0893-4cd4-91fd-cb1d1c3ad8b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5401 | 2024.09.03 23:53:40.521659 [ 3 ] {} <Debug> HTTP-Session: aeb02315-9099-4100-b27d-4ca9a1957acf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5402 | 2024.09.03 23:53:45.491305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5403 | 2024.09.03 23:53:45.491436 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5404 | 2024.09.03 23:53:45.491461 [ 3 ] {} <Debug> HTTP-Session: 7a00cabb-50de-4697-9c13-9e36b8539ea0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5405 | 2024.09.03 23:53:45.491487 [ 3 ] {} <Debug> HTTP-Session: 7a00cabb-50de-4697-9c13-9e36b8539ea0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5406 | 2024.09.03 23:53:45.491502 [ 3 ] {} <Debug> HTTP-Session: 7a00cabb-50de-4697-9c13-9e36b8539ea0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5407 | 2024.09.03 23:53:45.491553 [ 3 ] {} <Trace> HTTP-Session: 7a00cabb-50de-4697-9c13-9e36b8539ea0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5408 | 2024.09.03 23:53:45.491731 [ 3 ] {8859c0ac-c415-491c-abce-c89685217b0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5409 | 2024.09.03 23:53:45.491806 [ 3 ] {8859c0ac-c415-491c-abce-c89685217b0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5410 | 2024.09.03 23:53:45.492141 [ 3 ] {8859c0ac-c415-491c-abce-c89685217b0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5411 | 2024.09.03 23:53:45.492546 [ 3 ] {8859c0ac-c415-491c-abce-c89685217b0f} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5412 | 2024.09.03 23:53:45.492587 [ 3 ] {8859c0ac-c415-491c-abce-c89685217b0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5413 | 2024.09.03 23:53:45.492992 [ 3 ] {8859c0ac-c415-491c-abce-c89685217b0f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
5414 | 2024.09.03 23:53:45.493388 [ 3 ] {8859c0ac-c415-491c-abce-c89685217b0f} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5415 | 2024.09.03 23:53:45.493545 [ 3 ] {8859c0ac-c415-491c-abce-c89685217b0f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001867 sec., 2142.4745581146226 rows/sec., 174.70 KiB/sec. | ||
5416 | 2024.09.03 23:53:45.493752 [ 3 ] {8859c0ac-c415-491c-abce-c89685217b0f} <Debug> DynamicQueryHandler: Done processing query | ||
5417 | 2024.09.03 23:53:45.493778 [ 3 ] {8859c0ac-c415-491c-abce-c89685217b0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5418 | 2024.09.03 23:53:45.493795 [ 3 ] {} <Debug> HTTP-Session: 7a00cabb-50de-4697-9c13-9e36b8539ea0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5419 | 2024.09.03 23:53:45.493963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 17763, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5420 | 2024.09.03 23:53:45.494012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5421 | 2024.09.03 23:53:45.494033 [ 3 ] {} <Debug> HTTP-Session: 78d0fd7b-c575-474c-a02f-64956ca64594 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5422 | 2024.09.03 23:53:45.494051 [ 3 ] {} <Debug> HTTP-Session: 78d0fd7b-c575-474c-a02f-64956ca64594 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5423 | 2024.09.03 23:53:45.494066 [ 3 ] {} <Debug> HTTP-Session: 78d0fd7b-c575-474c-a02f-64956ca64594 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5424 | 2024.09.03 23:53:45.494100 [ 3 ] {} <Trace> HTTP-Session: 78d0fd7b-c575-474c-a02f-64956ca64594 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5425 | 2024.09.03 23:53:45.494237 [ 3 ] {480f6635-f4a2-4d1a-96e6-4ade81d85689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5426 | 2024.09.03 23:53:45.494282 [ 3 ] {480f6635-f4a2-4d1a-96e6-4ade81d85689} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5427 | 2024.09.03 23:53:45.494508 [ 3 ] {480f6635-f4a2-4d1a-96e6-4ade81d85689} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5428 | 2024.09.03 23:53:45.494916 [ 3 ] {480f6635-f4a2-4d1a-96e6-4ade81d85689} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5429 | 2024.09.03 23:53:45.494957 [ 3 ] {480f6635-f4a2-4d1a-96e6-4ade81d85689} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5430 | 2024.09.03 23:53:45.495325 [ 3 ] {480f6635-f4a2-4d1a-96e6-4ade81d85689} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5431 | 2024.09.03 23:53:45.495677 [ 3 ] {480f6635-f4a2-4d1a-96e6-4ade81d85689} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5432 | 2024.09.03 23:53:45.495833 [ 3 ] {480f6635-f4a2-4d1a-96e6-4ade81d85689} <Debug> executeQuery: Read 120 rows, 10.46 KiB in 0.001646 sec., 72904.00972053464 rows/sec., 6.20 MiB/sec. | ||
5433 | 2024.09.03 23:53:45.496034 [ 3 ] {480f6635-f4a2-4d1a-96e6-4ade81d85689} <Debug> DynamicQueryHandler: Done processing query | ||
5434 | 2024.09.03 23:53:45.496065 [ 3 ] {480f6635-f4a2-4d1a-96e6-4ade81d85689} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5435 | 2024.09.03 23:53:45.496088 [ 3 ] {} <Debug> HTTP-Session: 78d0fd7b-c575-474c-a02f-64956ca64594 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5436 | 2024.09.03 23:53:45.496228 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 5054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5437 | 2024.09.03 23:53:45.496278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5438 | 2024.09.03 23:53:45.496297 [ 3 ] {} <Debug> HTTP-Session: df272896-9f05-4607-9400-8925dd7ee4c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5439 | 2024.09.03 23:53:45.496314 [ 3 ] {} <Debug> HTTP-Session: df272896-9f05-4607-9400-8925dd7ee4c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5440 | 2024.09.03 23:53:45.496328 [ 3 ] {} <Debug> HTTP-Session: df272896-9f05-4607-9400-8925dd7ee4c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5441 | 2024.09.03 23:53:45.496358 [ 3 ] {} <Trace> HTTP-Session: df272896-9f05-4607-9400-8925dd7ee4c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5442 | 2024.09.03 23:53:45.496463 [ 3 ] {134ca3fb-193d-458c-a473-3a7f230fded4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5443 | 2024.09.03 23:53:45.496505 [ 3 ] {134ca3fb-193d-458c-a473-3a7f230fded4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5444 | 2024.09.03 23:53:45.496731 [ 3 ] {134ca3fb-193d-458c-a473-3a7f230fded4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5445 | 2024.09.03 23:53:45.497064 [ 3 ] {134ca3fb-193d-458c-a473-3a7f230fded4} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5446 | 2024.09.03 23:53:45.497099 [ 3 ] {134ca3fb-193d-458c-a473-3a7f230fded4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5447 | 2024.09.03 23:53:45.497449 [ 3 ] {134ca3fb-193d-458c-a473-3a7f230fded4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5448 | 2024.09.03 23:53:45.497798 [ 3 ] {134ca3fb-193d-458c-a473-3a7f230fded4} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5449 | 2024.09.03 23:53:45.497976 [ 3 ] {134ca3fb-193d-458c-a473-3a7f230fded4} <Debug> executeQuery: Read 35 rows, 2.61 KiB in 0.001534 sec., 22816.166883963495 rows/sec., 1.66 MiB/sec. | ||
5450 | 2024.09.03 23:53:45.498250 [ 3 ] {134ca3fb-193d-458c-a473-3a7f230fded4} <Debug> DynamicQueryHandler: Done processing query | ||
5451 | 2024.09.03 23:53:45.498300 [ 3 ] {134ca3fb-193d-458c-a473-3a7f230fded4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5452 | 2024.09.03 23:53:45.498336 [ 3 ] {} <Debug> HTTP-Session: df272896-9f05-4607-9400-8925dd7ee4c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5453 | 2024.09.03 23:53:45.498500 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 16813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5454 | 2024.09.03 23:53:45.498552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5455 | 2024.09.03 23:53:45.498580 [ 3 ] {} <Debug> HTTP-Session: 509de981-e9a5-402c-884e-6527132eaa8b Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5456 | 2024.09.03 23:53:45.498598 [ 3 ] {} <Debug> HTTP-Session: 509de981-e9a5-402c-884e-6527132eaa8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5457 | 2024.09.03 23:53:45.498616 [ 3 ] {} <Debug> HTTP-Session: 509de981-e9a5-402c-884e-6527132eaa8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5458 | 2024.09.03 23:53:45.498654 [ 3 ] {} <Trace> HTTP-Session: 509de981-e9a5-402c-884e-6527132eaa8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5459 | 2024.09.03 23:53:45.498790 [ 3 ] {56af7123-26b5-4a5c-93d0-3628777e2cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5460 | 2024.09.03 23:53:45.498838 [ 3 ] {56af7123-26b5-4a5c-93d0-3628777e2cfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5461 | 2024.09.03 23:53:45.499142 [ 3 ] {56af7123-26b5-4a5c-93d0-3628777e2cfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5462 | 2024.09.03 23:53:45.499677 [ 3 ] {56af7123-26b5-4a5c-93d0-3628777e2cfd} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5463 | 2024.09.03 23:53:45.499725 [ 3 ] {56af7123-26b5-4a5c-93d0-3628777e2cfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5464 | 2024.09.03 23:53:45.500112 [ 3 ] {56af7123-26b5-4a5c-93d0-3628777e2cfd} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5465 | 2024.09.03 23:53:45.500472 [ 3 ] {56af7123-26b5-4a5c-93d0-3628777e2cfd} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5466 | 2024.09.03 23:53:45.500648 [ 3 ] {56af7123-26b5-4a5c-93d0-3628777e2cfd} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001903 sec., 52023.12138728324 rows/sec., 4.07 MiB/sec. | ||
5467 | 2024.09.03 23:53:45.500823 [ 3 ] {56af7123-26b5-4a5c-93d0-3628777e2cfd} <Debug> DynamicQueryHandler: Done processing query | ||
5468 | 2024.09.03 23:53:45.500847 [ 3 ] {56af7123-26b5-4a5c-93d0-3628777e2cfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5469 | 2024.09.03 23:53:45.500863 [ 3 ] {} <Debug> HTTP-Session: 509de981-e9a5-402c-884e-6527132eaa8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5470 | 2024.09.03 23:53:45.501050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 31023, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5471 | 2024.09.03 23:53:45.501100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5472 | 2024.09.03 23:53:45.501119 [ 3 ] {} <Debug> HTTP-Session: f2b54e86-87b9-4722-9392-87f61f495d8d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5473 | 2024.09.03 23:53:45.501136 [ 3 ] {} <Debug> HTTP-Session: f2b54e86-87b9-4722-9392-87f61f495d8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5474 | 2024.09.03 23:53:45.501150 [ 3 ] {} <Debug> HTTP-Session: f2b54e86-87b9-4722-9392-87f61f495d8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5475 | 2024.09.03 23:53:45.501181 [ 3 ] {} <Trace> HTTP-Session: f2b54e86-87b9-4722-9392-87f61f495d8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5476 | 2024.09.03 23:53:45.501338 [ 3 ] {bcef09c4-b3d3-42ec-9025-ec0d6396ac90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5477 | 2024.09.03 23:53:45.501386 [ 3 ] {bcef09c4-b3d3-42ec-9025-ec0d6396ac90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5478 | 2024.09.03 23:53:45.501532 [ 3 ] {bcef09c4-b3d3-42ec-9025-ec0d6396ac90} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5479 | 2024.09.03 23:53:45.501906 [ 3 ] {bcef09c4-b3d3-42ec-9025-ec0d6396ac90} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5480 | 2024.09.03 23:53:45.501941 [ 3 ] {bcef09c4-b3d3-42ec-9025-ec0d6396ac90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5481 | 2024.09.03 23:53:45.502334 [ 3 ] {bcef09c4-b3d3-42ec-9025-ec0d6396ac90} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5482 | 2024.09.03 23:53:45.502868 [ 3 ] {bcef09c4-b3d3-42ec-9025-ec0d6396ac90} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5483 | 2024.09.03 23:53:45.503092 [ 3 ] {bcef09c4-b3d3-42ec-9025-ec0d6396ac90} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001823 sec., 88864.50905101481 rows/sec., 6.19 MiB/sec. | ||
5484 | 2024.09.03 23:53:45.503292 [ 3 ] {bcef09c4-b3d3-42ec-9025-ec0d6396ac90} <Debug> DynamicQueryHandler: Done processing query | ||
5485 | 2024.09.03 23:53:45.503318 [ 3 ] {bcef09c4-b3d3-42ec-9025-ec0d6396ac90} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5486 | 2024.09.03 23:53:45.503342 [ 3 ] {} <Debug> HTTP-Session: f2b54e86-87b9-4722-9392-87f61f495d8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5487 | 2024.09.03 23:53:45.503522 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 51786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5488 | 2024.09.03 23:53:45.503569 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5489 | 2024.09.03 23:53:45.503589 [ 3 ] {} <Debug> HTTP-Session: 6e69c058-9939-463d-8c9d-c18c344b8ac4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5490 | 2024.09.03 23:53:45.503605 [ 3 ] {} <Debug> HTTP-Session: 6e69c058-9939-463d-8c9d-c18c344b8ac4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5491 | 2024.09.03 23:53:45.503619 [ 3 ] {} <Debug> HTTP-Session: 6e69c058-9939-463d-8c9d-c18c344b8ac4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5492 | 2024.09.03 23:53:45.503649 [ 3 ] {} <Trace> HTTP-Session: 6e69c058-9939-463d-8c9d-c18c344b8ac4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5493 | 2024.09.03 23:53:45.503961 [ 3 ] {d5e01d14-7f9e-4173-9732-e07fe46fd522} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5494 | 2024.09.03 23:53:45.504026 [ 3 ] {d5e01d14-7f9e-4173-9732-e07fe46fd522} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5495 | 2024.09.03 23:53:45.504450 [ 3 ] {d5e01d14-7f9e-4173-9732-e07fe46fd522} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5496 | 2024.09.03 23:53:45.505117 [ 3 ] {d5e01d14-7f9e-4173-9732-e07fe46fd522} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5497 | 2024.09.03 23:53:45.505152 [ 3 ] {d5e01d14-7f9e-4173-9732-e07fe46fd522} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5498 | 2024.09.03 23:53:45.505793 [ 3 ] {d5e01d14-7f9e-4173-9732-e07fe46fd522} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5499 | 2024.09.03 23:53:45.506203 [ 3 ] {d5e01d14-7f9e-4173-9732-e07fe46fd522} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5500 | 2024.09.03 23:53:45.506406 [ 3 ] {d5e01d14-7f9e-4173-9732-e07fe46fd522} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00267 sec., 11610.486891385768 rows/sec., 20.81 MiB/sec. | ||
5501 | 2024.09.03 23:53:45.506628 [ 3 ] {d5e01d14-7f9e-4173-9732-e07fe46fd522} <Debug> DynamicQueryHandler: Done processing query | ||
5502 | 2024.09.03 23:53:45.506653 [ 3 ] {d5e01d14-7f9e-4173-9732-e07fe46fd522} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
5503 | 2024.09.03 23:53:45.506668 [ 3 ] {} <Debug> HTTP-Session: 6e69c058-9939-463d-8c9d-c18c344b8ac4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5504 | 2024.09.03 23:53:45.506800 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5505 | 2024.09.03 23:53:45.506849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5506 | 2024.09.03 23:53:45.506867 [ 3 ] {} <Debug> HTTP-Session: 7b732cd2-525f-4079-8c20-025f2b626f13 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5507 | 2024.09.03 23:53:45.506884 [ 3 ] {} <Debug> HTTP-Session: 7b732cd2-525f-4079-8c20-025f2b626f13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5508 | 2024.09.03 23:53:45.506898 [ 3 ] {} <Debug> HTTP-Session: 7b732cd2-525f-4079-8c20-025f2b626f13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5509 | 2024.09.03 23:53:45.506928 [ 3 ] {} <Trace> HTTP-Session: 7b732cd2-525f-4079-8c20-025f2b626f13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5510 | 2024.09.03 23:53:45.507046 [ 3 ] {ecd17ceb-8ed0-40fd-af6f-6b5e4c361fd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5511 | 2024.09.03 23:53:45.507090 [ 3 ] {ecd17ceb-8ed0-40fd-af6f-6b5e4c361fd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5512 | 2024.09.03 23:53:45.507222 [ 3 ] {ecd17ceb-8ed0-40fd-af6f-6b5e4c361fd6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5513 | 2024.09.03 23:53:45.507517 [ 3 ] {ecd17ceb-8ed0-40fd-af6f-6b5e4c361fd6} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5514 | 2024.09.03 23:53:45.507555 [ 3 ] {ecd17ceb-8ed0-40fd-af6f-6b5e4c361fd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5515 | 2024.09.03 23:53:45.507922 [ 3 ] {ecd17ceb-8ed0-40fd-af6f-6b5e4c361fd6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5516 | 2024.09.03 23:53:45.508259 [ 3 ] {ecd17ceb-8ed0-40fd-af6f-6b5e4c361fd6} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5517 | 2024.09.03 23:53:45.508422 [ 3 ] {ecd17ceb-8ed0-40fd-af6f-6b5e4c361fd6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001408 sec., 42613.63636363637 rows/sec., 2.87 MiB/sec. | ||
5518 | 2024.09.03 23:53:45.508581 [ 3 ] {ecd17ceb-8ed0-40fd-af6f-6b5e4c361fd6} <Debug> DynamicQueryHandler: Done processing query | ||
5519 | 2024.09.03 23:53:45.508607 [ 3 ] {ecd17ceb-8ed0-40fd-af6f-6b5e4c361fd6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5520 | 2024.09.03 23:53:45.508622 [ 3 ] {} <Debug> HTTP-Session: 7b732cd2-525f-4079-8c20-025f2b626f13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5521 | 2024.09.03 23:53:48.278534 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5522 | 2024.09.03 23:53:48.278619 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5523 | 2024.09.03 23:53:50.495593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5524 | 2024.09.03 23:53:50.495706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5525 | 2024.09.03 23:53:50.495735 [ 3 ] {} <Debug> HTTP-Session: 92cd9d32-8714-4c53-9c68-b0d6f038a34a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5526 | 2024.09.03 23:53:50.495763 [ 3 ] {} <Debug> HTTP-Session: 92cd9d32-8714-4c53-9c68-b0d6f038a34a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5527 | 2024.09.03 23:53:50.495781 [ 3 ] {} <Debug> HTTP-Session: 92cd9d32-8714-4c53-9c68-b0d6f038a34a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5528 | 2024.09.03 23:53:50.495838 [ 3 ] {} <Trace> HTTP-Session: 92cd9d32-8714-4c53-9c68-b0d6f038a34a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5529 | 2024.09.03 23:53:50.496048 [ 3 ] {a510616f-f184-4203-8ffe-c74d6586a85b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5530 | 2024.09.03 23:53:50.496128 [ 3 ] {a510616f-f184-4203-8ffe-c74d6586a85b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5531 | 2024.09.03 23:53:50.496519 [ 3 ] {a510616f-f184-4203-8ffe-c74d6586a85b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5532 | 2024.09.03 23:53:50.496973 [ 3 ] {a510616f-f184-4203-8ffe-c74d6586a85b} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5533 | 2024.09.03 23:53:50.497021 [ 3 ] {a510616f-f184-4203-8ffe-c74d6586a85b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5534 | 2024.09.03 23:53:50.497440 [ 3 ] {a510616f-f184-4203-8ffe-c74d6586a85b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5535 | 2024.09.03 23:53:50.497842 [ 3 ] {a510616f-f184-4203-8ffe-c74d6586a85b} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5536 | 2024.09.03 23:53:50.498024 [ 3 ] {a510616f-f184-4203-8ffe-c74d6586a85b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002029 sec., 1971.4144898965008 rows/sec., 160.75 KiB/sec. | ||
5537 | 2024.09.03 23:53:50.498032 [ 88 ] {} <Debug> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
5538 | 2024.09.03 23:53:50.498140 [ 88 ] {} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5539 | 2024.09.03 23:53:50.498198 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5540 | 2024.09.03 23:53:50.498359 [ 3 ] {a510616f-f184-4203-8ffe-c74d6586a85b} <Debug> DynamicQueryHandler: Done processing query | ||
5541 | 2024.09.03 23:53:50.498360 [ 199 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::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 | ||
5542 | 2024.09.03 23:53:50.498409 [ 3 ] {a510616f-f184-4203-8ffe-c74d6586a85b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5543 | 2024.09.03 23:53:50.498463 [ 3 ] {} <Debug> HTTP-Session: 92cd9d32-8714-4c53-9c68-b0d6f038a34a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5544 | 2024.09.03 23:53:50.498595 [ 199 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5545 | 2024.09.03 23:53:50.498633 [ 199 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
5546 | 2024.09.03 23:53:50.498760 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5547 | 2024.09.03 23:53:50.498767 [ 199 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
5548 | 2024.09.03 23:53:50.498949 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5549 | 2024.09.03 23:53:50.499124 [ 3 ] {} <Debug> HTTP-Session: 84a5a87f-1f19-44c7-b79c-fac23ffb0ef6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5550 | 2024.09.03 23:53:50.499130 [ 199 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::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 | ||
5551 | 2024.09.03 23:53:50.499197 [ 3 ] {} <Debug> HTTP-Session: 84a5a87f-1f19-44c7-b79c-fac23ffb0ef6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5552 | 2024.09.03 23:53:50.499297 [ 3 ] {} <Debug> HTTP-Session: 84a5a87f-1f19-44c7-b79c-fac23ffb0ef6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5553 | 2024.09.03 23:53:50.499432 [ 199 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::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 | ||
5554 | 2024.09.03 23:53:50.499481 [ 3 ] {} <Trace> HTTP-Session: 84a5a87f-1f19-44c7-b79c-fac23ffb0ef6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5555 | 2024.09.03 23:53:50.499743 [ 199 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::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 | ||
5556 | 2024.09.03 23:53:50.499989 [ 199 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::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 | ||
5557 | 2024.09.03 23:53:50.500074 [ 3 ] {0eef4679-f4a2-43a5-ab81-3eaab1cd0192} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5558 | 2024.09.03 23:53:50.500298 [ 3 ] {0eef4679-f4a2-43a5-ab81-3eaab1cd0192} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5559 | 2024.09.03 23:53:50.501097 [ 3 ] {0eef4679-f4a2-43a5-ab81-3eaab1cd0192} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5560 | 2024.09.03 23:53:50.502347 [ 3 ] {0eef4679-f4a2-43a5-ab81-3eaab1cd0192} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5561 | 2024.09.03 23:53:50.502420 [ 3 ] {0eef4679-f4a2-43a5-ab81-3eaab1cd0192} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5562 | 2024.09.03 23:53:50.503026 [ 199 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 5 columns (5 merged, 0 gathered) in 0.004753053 sec., 4628.603973067416 rows/sec., 395.51 KiB/sec. | ||
5563 | 2024.09.03 23:53:50.503258 [ 199 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
5564 | 2024.09.03 23:53:50.503427 [ 3 ] {0eef4679-f4a2-43a5-ab81-3eaab1cd0192} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5565 | 2024.09.03 23:53:50.504451 [ 199 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_6_1} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5566 | 2024.09.03 23:53:50.504542 [ 3 ] {0eef4679-f4a2-43a5-ab81-3eaab1cd0192} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5567 | 2024.09.03 23:53:50.504663 [ 199 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_6_1} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
5568 | 2024.09.03 23:53:50.504856 [ 88 ] {} <Debug> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5569 | 2024.09.03 23:53:50.504895 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
5570 | 2024.09.03 23:53:50.504937 [ 3 ] {0eef4679-f4a2-43a5-ab81-3eaab1cd0192} <Debug> executeQuery: Read 203 rows, 18.17 KiB in 0.005101 sec., 39796.118408155264 rows/sec., 3.48 MiB/sec. | ||
5571 | 2024.09.03 23:53:50.504952 [ 88 ] {} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5572 | 2024.09.03 23:53:50.505030 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5573 | 2024.09.03 23:53:50.505286 [ 187 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::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 | ||
5574 | 2024.09.03 23:53:50.505354 [ 3 ] {0eef4679-f4a2-43a5-ab81-3eaab1cd0192} <Debug> DynamicQueryHandler: Done processing query | ||
5575 | 2024.09.03 23:53:50.505407 [ 3 ] {0eef4679-f4a2-43a5-ab81-3eaab1cd0192} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5576 | 2024.09.03 23:53:50.505454 [ 3 ] {} <Debug> HTTP-Session: 84a5a87f-1f19-44c7-b79c-fac23ffb0ef6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5577 | 2024.09.03 23:53:50.505540 [ 187 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5578 | 2024.09.03 23:53:50.505577 [ 187 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1409 rows starting from the beginning of the part | ||
5579 | 2024.09.03 23:53:50.505654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1467, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5580 | 2024.09.03 23:53:50.505797 [ 187 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 201 rows starting from the beginning of the part | ||
5581 | 2024.09.03 23:53:50.505803 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5582 | 2024.09.03 23:53:50.505912 [ 3 ] {} <Debug> HTTP-Session: dea22806-3e0a-44f1-b923-45a52017da02 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5583 | 2024.09.03 23:53:50.505991 [ 3 ] {} <Debug> HTTP-Session: dea22806-3e0a-44f1-b923-45a52017da02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5584 | 2024.09.03 23:53:50.506075 [ 3 ] {} <Debug> HTTP-Session: dea22806-3e0a-44f1-b923-45a52017da02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5585 | 2024.09.03 23:53:50.506174 [ 187 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 118 rows starting from the beginning of the part | ||
5586 | 2024.09.03 23:53:50.506195 [ 3 ] {} <Trace> HTTP-Session: dea22806-3e0a-44f1-b923-45a52017da02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5587 | 2024.09.03 23:53:50.506485 [ 187 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 203 rows starting from the beginning of the part | ||
5588 | 2024.09.03 23:53:50.506528 [ 3 ] {2a56bc71-0aa5-4f12-8a7b-e4d62a6921a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5589 | 2024.09.03 23:53:50.506659 [ 3 ] {2a56bc71-0aa5-4f12-8a7b-e4d62a6921a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5590 | 2024.09.03 23:53:50.506788 [ 187 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 120 rows starting from the beginning of the part | ||
5591 | 2024.09.03 23:53:50.507120 [ 187 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::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 | ||
5592 | 2024.09.03 23:53:50.507903 [ 3 ] {2a56bc71-0aa5-4f12-8a7b-e4d62a6921a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5593 | 2024.09.03 23:53:50.508682 [ 3 ] {2a56bc71-0aa5-4f12-8a7b-e4d62a6921a4} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5594 | 2024.09.03 23:53:50.508748 [ 3 ] {2a56bc71-0aa5-4f12-8a7b-e4d62a6921a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5595 | 2024.09.03 23:53:50.509798 [ 3 ] {2a56bc71-0aa5-4f12-8a7b-e4d62a6921a4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5596 | 2024.09.03 23:53:50.510506 [ 3 ] {2a56bc71-0aa5-4f12-8a7b-e4d62a6921a4} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5597 | 2024.09.03 23:53:50.510529 [ 187 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2254 rows, containing 5 columns (5 merged, 0 gathered) in 0.005368806 sec., 419832.6406281024 rows/sec., 37.27 MiB/sec. | ||
5598 | 2024.09.03 23:53:50.510762 [ 3 ] {2a56bc71-0aa5-4f12-8a7b-e4d62a6921a4} <Debug> executeQuery: Read 10 rows, 748.00 B in 0.004342 sec., 2303.0861354214644 rows/sec., 168.23 KiB/sec. | ||
5599 | 2024.09.03 23:53:50.510878 [ 187 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5600 | 2024.09.03 23:53:50.511129 [ 3 ] {2a56bc71-0aa5-4f12-8a7b-e4d62a6921a4} <Debug> DynamicQueryHandler: Done processing query | ||
5601 | 2024.09.03 23:53:50.511191 [ 3 ] {2a56bc71-0aa5-4f12-8a7b-e4d62a6921a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5602 | 2024.09.03 23:53:50.511251 [ 3 ] {} <Debug> HTTP-Session: dea22806-3e0a-44f1-b923-45a52017da02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5603 | 2024.09.03 23:53:50.511446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5604 | 2024.09.03 23:53:50.511526 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5605 | 2024.09.03 23:53:50.511550 [ 3 ] {} <Debug> HTTP-Session: 5daf43ce-f410-4c86-ad35-82e1952d7919 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5606 | 2024.09.03 23:53:50.511579 [ 3 ] {} <Debug> HTTP-Session: 5daf43ce-f410-4c86-ad35-82e1952d7919 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5607 | 2024.09.03 23:53:50.511602 [ 3 ] {} <Debug> HTTP-Session: 5daf43ce-f410-4c86-ad35-82e1952d7919 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5608 | 2024.09.03 23:53:50.511661 [ 187 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_26_5} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5609 | 2024.09.03 23:53:50.511681 [ 3 ] {} <Trace> HTTP-Session: 5daf43ce-f410-4c86-ad35-82e1952d7919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5610 | 2024.09.03 23:53:50.511810 [ 187 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_26_5} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5611 | 2024.09.03 23:53:50.511902 [ 3 ] {9e2c8334-5249-413a-8f92-1354e0d9e42d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5612 | 2024.09.03 23:53:50.511974 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
5613 | 2024.09.03 23:53:50.512002 [ 3 ] {9e2c8334-5249-413a-8f92-1354e0d9e42d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5614 | 2024.09.03 23:53:50.512267 [ 3 ] {9e2c8334-5249-413a-8f92-1354e0d9e42d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5615 | 2024.09.03 23:53:50.512600 [ 3 ] {9e2c8334-5249-413a-8f92-1354e0d9e42d} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5616 | 2024.09.03 23:53:50.512637 [ 3 ] {9e2c8334-5249-413a-8f92-1354e0d9e42d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5617 | 2024.09.03 23:53:50.513002 [ 3 ] {9e2c8334-5249-413a-8f92-1354e0d9e42d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5618 | 2024.09.03 23:53:50.513379 [ 3 ] {9e2c8334-5249-413a-8f92-1354e0d9e42d} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5619 | 2024.09.03 23:53:50.513545 [ 3 ] {9e2c8334-5249-413a-8f92-1354e0d9e42d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.0017 sec., 8235.29411764706 rows/sec., 576.75 KiB/sec. | ||
5620 | 2024.09.03 23:53:50.513707 [ 3 ] {9e2c8334-5249-413a-8f92-1354e0d9e42d} <Debug> DynamicQueryHandler: Done processing query | ||
5621 | 2024.09.03 23:53:50.513733 [ 3 ] {9e2c8334-5249-413a-8f92-1354e0d9e42d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5622 | 2024.09.03 23:53:50.513750 [ 3 ] {} <Debug> HTTP-Session: 5daf43ce-f410-4c86-ad35-82e1952d7919 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5623 | 2024.09.03 23:53:50.513884 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5624 | 2024.09.03 23:53:50.513932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5625 | 2024.09.03 23:53:50.513951 [ 3 ] {} <Debug> HTTP-Session: 45e7fe23-eed2-424f-93cc-133e7fab7afd Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5626 | 2024.09.03 23:53:50.513966 [ 3 ] {} <Debug> HTTP-Session: 45e7fe23-eed2-424f-93cc-133e7fab7afd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5627 | 2024.09.03 23:53:50.513981 [ 3 ] {} <Debug> HTTP-Session: 45e7fe23-eed2-424f-93cc-133e7fab7afd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5628 | 2024.09.03 23:53:50.514012 [ 3 ] {} <Trace> HTTP-Session: 45e7fe23-eed2-424f-93cc-133e7fab7afd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5629 | 2024.09.03 23:53:50.514110 [ 3 ] {acc89f65-031e-49c3-9664-3dbbd838ceac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
5630 | 2024.09.03 23:53:50.514152 [ 3 ] {acc89f65-031e-49c3-9664-3dbbd838ceac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5631 | 2024.09.03 23:53:50.514375 [ 3 ] {acc89f65-031e-49c3-9664-3dbbd838ceac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5632 | 2024.09.03 23:53:50.514671 [ 3 ] {acc89f65-031e-49c3-9664-3dbbd838ceac} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5633 | 2024.09.03 23:53:50.514711 [ 3 ] {acc89f65-031e-49c3-9664-3dbbd838ceac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5634 | 2024.09.03 23:53:50.515082 [ 3 ] {acc89f65-031e-49c3-9664-3dbbd838ceac} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5635 | 2024.09.03 23:53:50.515471 [ 3 ] {acc89f65-031e-49c3-9664-3dbbd838ceac} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5636 | 2024.09.03 23:53:50.515637 [ 3 ] {acc89f65-031e-49c3-9664-3dbbd838ceac} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001551 sec., 3868.4719535783365 rows/sec., 228.56 KiB/sec. | ||
5637 | 2024.09.03 23:53:50.515802 [ 3 ] {acc89f65-031e-49c3-9664-3dbbd838ceac} <Debug> DynamicQueryHandler: Done processing query | ||
5638 | 2024.09.03 23:53:50.515827 [ 3 ] {acc89f65-031e-49c3-9664-3dbbd838ceac} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5639 | 2024.09.03 23:53:50.515845 [ 3 ] {} <Debug> HTTP-Session: 45e7fe23-eed2-424f-93cc-133e7fab7afd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5640 | 2024.09.03 23:53:50.516047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 63465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5641 | 2024.09.03 23:53:50.516103 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5642 | 2024.09.03 23:53:50.516124 [ 3 ] {} <Debug> HTTP-Session: 6f2aefbd-a890-4288-b4c1-451ae6a0e2f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5643 | 2024.09.03 23:53:50.516142 [ 3 ] {} <Debug> HTTP-Session: 6f2aefbd-a890-4288-b4c1-451ae6a0e2f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5644 | 2024.09.03 23:53:50.516157 [ 3 ] {} <Debug> HTTP-Session: 6f2aefbd-a890-4288-b4c1-451ae6a0e2f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5645 | 2024.09.03 23:53:50.516189 [ 3 ] {} <Trace> HTTP-Session: 6f2aefbd-a890-4288-b4c1-451ae6a0e2f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5646 | 2024.09.03 23:53:50.516483 [ 3 ] {3446abcb-9342-4495-95c5-37b1b1f35f94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5647 | 2024.09.03 23:53:50.516529 [ 3 ] {3446abcb-9342-4495-95c5-37b1b1f35f94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5648 | 2024.09.03 23:53:50.516761 [ 3 ] {3446abcb-9342-4495-95c5-37b1b1f35f94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5649 | 2024.09.03 23:53:50.517396 [ 3 ] {3446abcb-9342-4495-95c5-37b1b1f35f94} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5650 | 2024.09.03 23:53:50.517445 [ 3 ] {3446abcb-9342-4495-95c5-37b1b1f35f94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5651 | 2024.09.03 23:53:50.517883 [ 3 ] {3446abcb-9342-4495-95c5-37b1b1f35f94} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5652 | 2024.09.03 23:53:50.518293 [ 3 ] {3446abcb-9342-4495-95c5-37b1b1f35f94} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5653 | 2024.09.03 23:53:50.518490 [ 88 ] {} <Debug> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5654 | 2024.09.03 23:53:50.518492 [ 3 ] {3446abcb-9342-4495-95c5-37b1b1f35f94} <Debug> executeQuery: Read 392 rows, 28.49 KiB in 0.002176 sec., 180147.05882352943 rows/sec., 12.79 MiB/sec. | ||
5655 | 2024.09.03 23:53:50.518544 [ 88 ] {} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5656 | 2024.09.03 23:53:50.518617 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5657 | 2024.09.03 23:53:50.518816 [ 187 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::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 | ||
5658 | 2024.09.03 23:53:50.518877 [ 3 ] {3446abcb-9342-4495-95c5-37b1b1f35f94} <Debug> DynamicQueryHandler: Done processing query | ||
5659 | 2024.09.03 23:53:50.518936 [ 3 ] {3446abcb-9342-4495-95c5-37b1b1f35f94} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
5660 | 2024.09.03 23:53:50.518990 [ 3 ] {} <Debug> HTTP-Session: 6f2aefbd-a890-4288-b4c1-451ae6a0e2f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5661 | 2024.09.03 23:53:50.519078 [ 187 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5662 | 2024.09.03 23:53:50.519115 [ 187 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 903 rows starting from the beginning of the part | ||
5663 | 2024.09.03 23:53:50.519223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5664 | 2024.09.03 23:53:50.519354 [ 187 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 388 rows starting from the beginning of the part | ||
5665 | 2024.09.03 23:53:50.519375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5666 | 2024.09.03 23:53:50.519435 [ 3 ] {} <Debug> HTTP-Session: 1575fe92-dceb-4f6e-8336-ccc3f45cfe9b Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5667 | 2024.09.03 23:53:50.519505 [ 3 ] {} <Debug> HTTP-Session: 1575fe92-dceb-4f6e-8336-ccc3f45cfe9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5668 | 2024.09.03 23:53:50.519574 [ 3 ] {} <Debug> HTTP-Session: 1575fe92-dceb-4f6e-8336-ccc3f45cfe9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5669 | 2024.09.03 23:53:50.519656 [ 187 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 95 rows starting from the beginning of the part | ||
5670 | 2024.09.03 23:53:50.519701 [ 3 ] {} <Trace> HTTP-Session: 1575fe92-dceb-4f6e-8336-ccc3f45cfe9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5671 | 2024.09.03 23:53:50.519863 [ 187 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 392 rows starting from the beginning of the part | ||
5672 | 2024.09.03 23:53:50.520062 [ 3 ] {81640685-9e8f-4813-8a02-0c96d18e3c5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5673 | 2024.09.03 23:53:50.520177 [ 187 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 99 rows starting from the beginning of the part | ||
5674 | 2024.09.03 23:53:50.520220 [ 3 ] {81640685-9e8f-4813-8a02-0c96d18e3c5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5675 | 2024.09.03 23:53:50.520532 [ 187 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 392 rows starting from the beginning of the part | ||
5676 | 2024.09.03 23:53:50.521272 [ 3 ] {81640685-9e8f-4813-8a02-0c96d18e3c5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5677 | 2024.09.03 23:53:50.521933 [ 3 ] {81640685-9e8f-4813-8a02-0c96d18e3c5b} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5678 | 2024.09.03 23:53:50.521986 [ 3 ] {81640685-9e8f-4813-8a02-0c96d18e3c5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5679 | 2024.09.03 23:53:50.522976 [ 3 ] {81640685-9e8f-4813-8a02-0c96d18e3c5b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5680 | 2024.09.03 23:53:50.523620 [ 3 ] {81640685-9e8f-4813-8a02-0c96d18e3c5b} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5681 | 2024.09.03 23:53:50.523874 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2269 rows, containing 5 columns (5 merged, 0 gathered) in 0.005136541 sec., 441736.9587821844 rows/sec., 33.60 MiB/sec. | ||
5682 | 2024.09.03 23:53:50.524005 [ 3 ] {81640685-9e8f-4813-8a02-0c96d18e3c5b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004058 sec., 1478.5608674223756 rows/sec., 77.25 KiB/sec. | ||
5683 | 2024.09.03 23:53:50.524490 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5684 | 2024.09.03 23:53:50.524506 [ 3 ] {81640685-9e8f-4813-8a02-0c96d18e3c5b} <Debug> DynamicQueryHandler: Done processing query | ||
5685 | 2024.09.03 23:53:50.524564 [ 3 ] {81640685-9e8f-4813-8a02-0c96d18e3c5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5686 | 2024.09.03 23:53:50.524627 [ 3 ] {} <Debug> HTTP-Session: 1575fe92-dceb-4f6e-8336-ccc3f45cfe9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5687 | 2024.09.03 23:53:50.524912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 45031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5688 | 2024.09.03 23:53:50.525047 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5689 | 2024.09.03 23:53:50.525109 [ 3 ] {} <Debug> HTTP-Session: 8dcfa9ac-6267-4b3b-aa9c-9aad5c63d751 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5690 | 2024.09.03 23:53:50.525144 [ 3 ] {} <Debug> HTTP-Session: 8dcfa9ac-6267-4b3b-aa9c-9aad5c63d751 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5691 | 2024.09.03 23:53:50.525170 [ 3 ] {} <Debug> HTTP-Session: 8dcfa9ac-6267-4b3b-aa9c-9aad5c63d751 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5692 | 2024.09.03 23:53:50.525219 [ 3 ] {} <Trace> HTTP-Session: 8dcfa9ac-6267-4b3b-aa9c-9aad5c63d751 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5693 | 2024.09.03 23:53:50.525411 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_26_5} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5694 | 2024.09.03 23:53:50.525517 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_26_5} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5695 | 2024.09.03 23:53:50.525567 [ 3 ] {f454fafb-579a-4100-8d58-4a802c56f0f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5696 | 2024.09.03 23:53:50.525676 [ 3 ] {f454fafb-579a-4100-8d58-4a802c56f0f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5697 | 2024.09.03 23:53:50.525681 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
5698 | 2024.09.03 23:53:50.525899 [ 3 ] {f454fafb-579a-4100-8d58-4a802c56f0f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5699 | 2024.09.03 23:53:50.526346 [ 3 ] {f454fafb-579a-4100-8d58-4a802c56f0f2} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5700 | 2024.09.03 23:53:50.526387 [ 3 ] {f454fafb-579a-4100-8d58-4a802c56f0f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5701 | 2024.09.03 23:53:50.526800 [ 3 ] {f454fafb-579a-4100-8d58-4a802c56f0f2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5702 | 2024.09.03 23:53:50.527155 [ 3 ] {f454fafb-579a-4100-8d58-4a802c56f0f2} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5703 | 2024.09.03 23:53:50.527306 [ 3 ] {f454fafb-579a-4100-8d58-4a802c56f0f2} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001927 sec., 124026.98495070057 rows/sec., 8.31 MiB/sec. | ||
5704 | 2024.09.03 23:53:50.527330 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5705 | 2024.09.03 23:53:50.527439 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5706 | 2024.09.03 23:53:50.527483 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5707 | 2024.09.03 23:53:50.527588 [ 3 ] {f454fafb-579a-4100-8d58-4a802c56f0f2} <Debug> DynamicQueryHandler: Done processing query | ||
5708 | 2024.09.03 23:53:50.527719 [ 3 ] {f454fafb-579a-4100-8d58-4a802c56f0f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5709 | 2024.09.03 23:53:50.527808 [ 3 ] {} <Debug> HTTP-Session: 8dcfa9ac-6267-4b3b-aa9c-9aad5c63d751 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5710 | 2024.09.03 23:53:50.527806 [ 187 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::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 | ||
5711 | 2024.09.03 23:53:50.528150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5712 | 2024.09.03 23:53:50.528348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5713 | 2024.09.03 23:53:50.528463 [ 3 ] {} <Debug> HTTP-Session: dc0e1910-7345-41f4-842f-9daea87d394e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5714 | 2024.09.03 23:53:50.528522 [ 3 ] {} <Debug> HTTP-Session: dc0e1910-7345-41f4-842f-9daea87d394e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5715 | 2024.09.03 23:53:50.528536 [ 187 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5716 | 2024.09.03 23:53:50.528548 [ 3 ] {} <Debug> HTTP-Session: dc0e1910-7345-41f4-842f-9daea87d394e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5717 | 2024.09.03 23:53:50.528611 [ 187 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6918 rows starting from the beginning of the part | ||
5718 | 2024.09.03 23:53:50.528626 [ 3 ] {} <Trace> HTTP-Session: dc0e1910-7345-41f4-842f-9daea87d394e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5719 | 2024.09.03 23:53:50.528842 [ 187 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 237 rows starting from the beginning of the part | ||
5720 | 2024.09.03 23:53:50.528956 [ 3 ] {4e572e94-14c5-4aa4-9c71-f2002d050fd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
5721 | 2024.09.03 23:53:50.529119 [ 187 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::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 | ||
5722 | 2024.09.03 23:53:50.529162 [ 3 ] {4e572e94-14c5-4aa4-9c71-f2002d050fd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5723 | 2024.09.03 23:53:50.529437 [ 187 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 239 rows starting from the beginning of the part | ||
5724 | 2024.09.03 23:53:50.529775 [ 187 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 162 rows starting from the beginning of the part | ||
5725 | 2024.09.03 23:53:50.530172 [ 187 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::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 | ||
5726 | 2024.09.03 23:53:50.530639 [ 3 ] {4e572e94-14c5-4aa4-9c71-f2002d050fd8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5727 | 2024.09.03 23:53:50.531463 [ 3 ] {4e572e94-14c5-4aa4-9c71-f2002d050fd8} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5728 | 2024.09.03 23:53:50.531508 [ 3 ] {4e572e94-14c5-4aa4-9c71-f2002d050fd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5729 | 2024.09.03 23:53:50.532138 [ 3 ] {4e572e94-14c5-4aa4-9c71-f2002d050fd8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5730 | 2024.09.03 23:53:50.533047 [ 3 ] {4e572e94-14c5-4aa4-9c71-f2002d050fd8} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5731 | 2024.09.03 23:53:50.533253 [ 3 ] {4e572e94-14c5-4aa4-9c71-f2002d050fd8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004454 sec., 224.51728783116303 rows/sec., 15.13 KiB/sec. | ||
5732 | 2024.09.03 23:53:50.533591 [ 3 ] {4e572e94-14c5-4aa4-9c71-f2002d050fd8} <Debug> DynamicQueryHandler: Done processing query | ||
5733 | 2024.09.03 23:53:50.533617 [ 3 ] {4e572e94-14c5-4aa4-9c71-f2002d050fd8} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5734 | 2024.09.03 23:53:50.533633 [ 3 ] {} <Debug> HTTP-Session: dc0e1910-7345-41f4-842f-9daea87d394e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5735 | 2024.09.03 23:53:50.533766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 10135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5736 | 2024.09.03 23:53:50.533860 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5737 | 2024.09.03 23:53:50.533883 [ 3 ] {} <Debug> HTTP-Session: 9cb9ad08-7e7d-4091-8c6b-8c2853462b5e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5738 | 2024.09.03 23:53:50.533901 [ 3 ] {} <Debug> HTTP-Session: 9cb9ad08-7e7d-4091-8c6b-8c2853462b5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5739 | 2024.09.03 23:53:50.533923 [ 3 ] {} <Debug> HTTP-Session: 9cb9ad08-7e7d-4091-8c6b-8c2853462b5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5740 | 2024.09.03 23:53:50.533965 [ 3 ] {} <Trace> HTTP-Session: 9cb9ad08-7e7d-4091-8c6b-8c2853462b5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5741 | 2024.09.03 23:53:50.534165 [ 3 ] {46b28043-8e5d-4ab7-adf4-5331441167e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5742 | 2024.09.03 23:53:50.534257 [ 3 ] {46b28043-8e5d-4ab7-adf4-5331441167e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5743 | 2024.09.03 23:53:50.534935 [ 187 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7955 rows, containing 5 columns (5 merged, 0 gathered) in 0.007359538 sec., 1080910.241920077 rows/sec., 72.69 MiB/sec. | ||
5744 | 2024.09.03 23:53:50.535356 [ 3 ] {46b28043-8e5d-4ab7-adf4-5331441167e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5745 | 2024.09.03 23:53:50.535503 [ 187 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5746 | 2024.09.03 23:53:50.536669 [ 193 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5747 | 2024.09.03 23:53:50.536703 [ 3 ] {46b28043-8e5d-4ab7-adf4-5331441167e2} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5748 | 2024.09.03 23:53:50.536776 [ 3 ] {46b28043-8e5d-4ab7-adf4-5331441167e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5749 | 2024.09.03 23:53:50.536873 [ 193 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5750 | 2024.09.03 23:53:50.537102 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. | ||
5751 | 2024.09.03 23:53:50.537647 [ 3 ] {46b28043-8e5d-4ab7-adf4-5331441167e2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5752 | 2024.09.03 23:53:50.538091 [ 3 ] {46b28043-8e5d-4ab7-adf4-5331441167e2} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5753 | 2024.09.03 23:53:50.538285 [ 3 ] {46b28043-8e5d-4ab7-adf4-5331441167e2} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.004241 sec., 1414.7606696533837 rows/sec., 2.54 MiB/sec. | ||
5754 | 2024.09.03 23:53:50.538546 [ 3 ] {46b28043-8e5d-4ab7-adf4-5331441167e2} <Debug> DynamicQueryHandler: Done processing query | ||
5755 | 2024.09.03 23:53:50.538572 [ 3 ] {46b28043-8e5d-4ab7-adf4-5331441167e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
5756 | 2024.09.03 23:53:50.538589 [ 3 ] {} <Debug> HTTP-Session: 9cb9ad08-7e7d-4091-8c6b-8c2853462b5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5757 | 2024.09.03 23:53:50.538721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5758 | 2024.09.03 23:53:50.538771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5759 | 2024.09.03 23:53:50.538791 [ 3 ] {} <Debug> HTTP-Session: e32e8bc1-d5e2-48dc-8ae4-7b170ee554c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5760 | 2024.09.03 23:53:50.538808 [ 3 ] {} <Debug> HTTP-Session: e32e8bc1-d5e2-48dc-8ae4-7b170ee554c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5761 | 2024.09.03 23:53:50.538822 [ 3 ] {} <Debug> HTTP-Session: e32e8bc1-d5e2-48dc-8ae4-7b170ee554c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5762 | 2024.09.03 23:53:50.538854 [ 3 ] {} <Trace> HTTP-Session: e32e8bc1-d5e2-48dc-8ae4-7b170ee554c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5763 | 2024.09.03 23:53:50.538977 [ 3 ] {2579e4fb-e1c8-4b79-96ed-1f93c1edb609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5764 | 2024.09.03 23:53:50.539023 [ 3 ] {2579e4fb-e1c8-4b79-96ed-1f93c1edb609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5765 | 2024.09.03 23:53:50.539157 [ 3 ] {2579e4fb-e1c8-4b79-96ed-1f93c1edb609} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5766 | 2024.09.03 23:53:50.539507 [ 3 ] {2579e4fb-e1c8-4b79-96ed-1f93c1edb609} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5767 | 2024.09.03 23:53:50.539544 [ 3 ] {2579e4fb-e1c8-4b79-96ed-1f93c1edb609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5768 | 2024.09.03 23:53:50.539918 [ 3 ] {2579e4fb-e1c8-4b79-96ed-1f93c1edb609} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5769 | 2024.09.03 23:53:50.540262 [ 3 ] {2579e4fb-e1c8-4b79-96ed-1f93c1edb609} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5770 | 2024.09.03 23:53:50.540430 [ 3 ] {2579e4fb-e1c8-4b79-96ed-1f93c1edb609} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001488 sec., 55107.526881720434 rows/sec., 3.50 MiB/sec. | ||
5771 | 2024.09.03 23:53:50.540437 [ 70 ] {} <Debug> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5772 | 2024.09.03 23:53:50.540522 [ 70 ] {} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5773 | 2024.09.03 23:53:50.540576 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5774 | 2024.09.03 23:53:50.540722 [ 3 ] {2579e4fb-e1c8-4b79-96ed-1f93c1edb609} <Debug> DynamicQueryHandler: Done processing query | ||
5775 | 2024.09.03 23:53:50.540742 [ 193 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
5776 | 2024.09.03 23:53:50.540761 [ 3 ] {2579e4fb-e1c8-4b79-96ed-1f93c1edb609} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5777 | 2024.09.03 23:53:50.540809 [ 3 ] {} <Debug> HTTP-Session: e32e8bc1-d5e2-48dc-8ae4-7b170ee554c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5778 | 2024.09.03 23:53:50.540935 [ 193 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5779 | 2024.09.03 23:53:50.540975 [ 193 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 976 rows starting from the beginning of the part | ||
5780 | 2024.09.03 23:53:50.541070 [ 193 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 82 rows starting from the beginning of the part | ||
5781 | 2024.09.03 23:53:50.541267 [ 193 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
5782 | 2024.09.03 23:53:50.541484 [ 193 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
5783 | 2024.09.03 23:53:50.541634 [ 193 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
5784 | 2024.09.03 23:53:50.541732 [ 193 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
5785 | 2024.09.03 23:53:50.543097 [ 191 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1342 rows, containing 4 columns (4 merged, 0 gathered) in 0.002425482 sec., 553292.0879231427 rows/sec., 35.91 MiB/sec. | ||
5786 | 2024.09.03 23:53:50.543299 [ 191 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5787 | 2024.09.03 23:53:50.543686 [ 191 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_26_5} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5788 | 2024.09.03 23:53:50.543769 [ 191 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_26_5} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5789 | 2024.09.03 23:53:50.543852 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
5790 | 2024.09.03 23:53:55.520158 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5791 | 2024.09.03 23:53:55.520292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5792 | 2024.09.03 23:53:55.520321 [ 3 ] {} <Debug> HTTP-Session: 2a5e7e2e-9134-461f-aa18-eaccd0fcc3c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5793 | 2024.09.03 23:53:55.520346 [ 3 ] {} <Debug> HTTP-Session: 2a5e7e2e-9134-461f-aa18-eaccd0fcc3c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5794 | 2024.09.03 23:53:55.520361 [ 3 ] {} <Debug> HTTP-Session: 2a5e7e2e-9134-461f-aa18-eaccd0fcc3c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5795 | 2024.09.03 23:53:55.520413 [ 3 ] {} <Trace> HTTP-Session: 2a5e7e2e-9134-461f-aa18-eaccd0fcc3c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5796 | 2024.09.03 23:53:55.520601 [ 3 ] {16d43bdc-03b6-44f2-8b7d-2d41dd46fd1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5797 | 2024.09.03 23:53:55.520678 [ 3 ] {16d43bdc-03b6-44f2-8b7d-2d41dd46fd1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5798 | 2024.09.03 23:53:55.521027 [ 3 ] {16d43bdc-03b6-44f2-8b7d-2d41dd46fd1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5799 | 2024.09.03 23:53:55.521488 [ 3 ] {16d43bdc-03b6-44f2-8b7d-2d41dd46fd1a} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5800 | 2024.09.03 23:53:55.521539 [ 3 ] {16d43bdc-03b6-44f2-8b7d-2d41dd46fd1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5801 | 2024.09.03 23:53:55.521992 [ 3 ] {16d43bdc-03b6-44f2-8b7d-2d41dd46fd1a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
5802 | 2024.09.03 23:53:55.522426 [ 3 ] {16d43bdc-03b6-44f2-8b7d-2d41dd46fd1a} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5803 | 2024.09.03 23:53:55.522607 [ 3 ] {16d43bdc-03b6-44f2-8b7d-2d41dd46fd1a} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002053 sec., 2922.5523623964928 rows/sec., 238.31 KiB/sec. | ||
5804 | 2024.09.03 23:53:55.522845 [ 3 ] {16d43bdc-03b6-44f2-8b7d-2d41dd46fd1a} <Debug> DynamicQueryHandler: Done processing query | ||
5805 | 2024.09.03 23:53:55.522873 [ 3 ] {16d43bdc-03b6-44f2-8b7d-2d41dd46fd1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5806 | 2024.09.03 23:53:55.522892 [ 3 ] {} <Debug> HTTP-Session: 2a5e7e2e-9134-461f-aa18-eaccd0fcc3c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5807 | 2024.09.03 23:53:55.523222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 183472, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5808 | 2024.09.03 23:53:55.523284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5809 | 2024.09.03 23:53:55.523336 [ 3 ] {} <Debug> HTTP-Session: b2ecae30-57cd-4aa4-b3c9-8ac21dad31df Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5810 | 2024.09.03 23:53:55.523356 [ 3 ] {} <Debug> HTTP-Session: b2ecae30-57cd-4aa4-b3c9-8ac21dad31df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5811 | 2024.09.03 23:53:55.523370 [ 3 ] {} <Debug> HTTP-Session: b2ecae30-57cd-4aa4-b3c9-8ac21dad31df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5812 | 2024.09.03 23:53:55.523409 [ 3 ] {} <Trace> HTTP-Session: b2ecae30-57cd-4aa4-b3c9-8ac21dad31df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5813 | 2024.09.03 23:53:55.523880 [ 3 ] {84838281-a798-4aa3-88aa-cdad6ad05cf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5814 | 2024.09.03 23:53:55.523932 [ 3 ] {84838281-a798-4aa3-88aa-cdad6ad05cf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5815 | 2024.09.03 23:53:55.524185 [ 3 ] {84838281-a798-4aa3-88aa-cdad6ad05cf5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5816 | 2024.09.03 23:53:55.525399 [ 3 ] {84838281-a798-4aa3-88aa-cdad6ad05cf5} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5817 | 2024.09.03 23:53:55.525440 [ 3 ] {84838281-a798-4aa3-88aa-cdad6ad05cf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5818 | 2024.09.03 23:53:55.525930 [ 3 ] {84838281-a798-4aa3-88aa-cdad6ad05cf5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5819 | 2024.09.03 23:53:55.526474 [ 3 ] {84838281-a798-4aa3-88aa-cdad6ad05cf5} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5820 | 2024.09.03 23:53:55.526643 [ 3 ] {84838281-a798-4aa3-88aa-cdad6ad05cf5} <Debug> executeQuery: Read 1261 rows, 107.09 KiB in 0.003089 sec., 408222.7258012302 rows/sec., 33.86 MiB/sec. | ||
5821 | 2024.09.03 23:53:55.526943 [ 3 ] {84838281-a798-4aa3-88aa-cdad6ad05cf5} <Debug> DynamicQueryHandler: Done processing query | ||
5822 | 2024.09.03 23:53:55.526985 [ 3 ] {84838281-a798-4aa3-88aa-cdad6ad05cf5} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
5823 | 2024.09.03 23:53:55.527015 [ 3 ] {} <Debug> HTTP-Session: b2ecae30-57cd-4aa4-b3c9-8ac21dad31df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5824 | 2024.09.03 23:53:55.527279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 5333, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5825 | 2024.09.03 23:53:55.527335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5826 | 2024.09.03 23:53:55.527356 [ 3 ] {} <Debug> HTTP-Session: 78875665-c2b9-4873-965f-4c0eea142dd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5827 | 2024.09.03 23:53:55.527372 [ 3 ] {} <Debug> HTTP-Session: 78875665-c2b9-4873-965f-4c0eea142dd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5828 | 2024.09.03 23:53:55.527387 [ 3 ] {} <Debug> HTTP-Session: 78875665-c2b9-4873-965f-4c0eea142dd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5829 | 2024.09.03 23:53:55.527426 [ 3 ] {} <Trace> HTTP-Session: 78875665-c2b9-4873-965f-4c0eea142dd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5830 | 2024.09.03 23:53:55.527577 [ 3 ] {fccbb316-4b9d-46d7-b021-9f328a9c7f06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5831 | 2024.09.03 23:53:55.527638 [ 3 ] {fccbb316-4b9d-46d7-b021-9f328a9c7f06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5832 | 2024.09.03 23:53:55.527984 [ 3 ] {fccbb316-4b9d-46d7-b021-9f328a9c7f06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5833 | 2024.09.03 23:53:55.528395 [ 3 ] {fccbb316-4b9d-46d7-b021-9f328a9c7f06} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5834 | 2024.09.03 23:53:55.528435 [ 3 ] {fccbb316-4b9d-46d7-b021-9f328a9c7f06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5835 | 2024.09.03 23:53:55.528844 [ 3 ] {fccbb316-4b9d-46d7-b021-9f328a9c7f06} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5836 | 2024.09.03 23:53:55.529221 [ 3 ] {fccbb316-4b9d-46d7-b021-9f328a9c7f06} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5837 | 2024.09.03 23:53:55.529380 [ 3 ] {fccbb316-4b9d-46d7-b021-9f328a9c7f06} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.001848 sec., 20021.64502164502 rows/sec., 1.45 MiB/sec. | ||
5838 | 2024.09.03 23:53:55.529395 [ 75 ] {} <Debug> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
5839 | 2024.09.03 23:53:55.529488 [ 75 ] {} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5840 | 2024.09.03 23:53:55.529544 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5841 | 2024.09.03 23:53:55.529678 [ 3 ] {fccbb316-4b9d-46d7-b021-9f328a9c7f06} <Debug> DynamicQueryHandler: Done processing query | ||
5842 | 2024.09.03 23:53:55.529739 [ 3 ] {fccbb316-4b9d-46d7-b021-9f328a9c7f06} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5843 | 2024.09.03 23:53:55.529779 [ 3 ] {} <Debug> HTTP-Session: 78875665-c2b9-4873-965f-4c0eea142dd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5844 | 2024.09.03 23:53:55.529814 [ 189 ] {2eb473cb-1344-44ef-a554-02e2b150f647::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 | ||
5845 | 2024.09.03 23:53:55.530006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5846 | 2024.09.03 23:53:55.530073 [ 189 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5847 | 2024.09.03 23:53:55.530096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5848 | 2024.09.03 23:53:55.530152 [ 3 ] {} <Debug> HTTP-Session: 095eb460-dbe2-46df-b0f8-25425afb6cce Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5849 | 2024.09.03 23:53:55.530154 [ 189 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 47 rows starting from the beginning of the part | ||
5850 | 2024.09.03 23:53:55.530191 [ 3 ] {} <Debug> HTTP-Session: 095eb460-dbe2-46df-b0f8-25425afb6cce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5851 | 2024.09.03 23:53:55.530226 [ 3 ] {} <Debug> HTTP-Session: 095eb460-dbe2-46df-b0f8-25425afb6cce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5852 | 2024.09.03 23:53:55.530359 [ 3 ] {} <Trace> HTTP-Session: 095eb460-dbe2-46df-b0f8-25425afb6cce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5853 | 2024.09.03 23:53:55.530424 [ 189 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 31 rows starting from the beginning of the part | ||
5854 | 2024.09.03 23:53:55.530788 [ 3 ] {5a5e8f64-da15-4cf1-98b0-791606663f58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5855 | 2024.09.03 23:53:55.530820 [ 189 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 10 rows starting from the beginning of the part | ||
5856 | 2024.09.03 23:53:55.530877 [ 3 ] {5a5e8f64-da15-4cf1-98b0-791606663f58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5857 | 2024.09.03 23:53:55.531207 [ 189 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 35 rows starting from the beginning of the part | ||
5858 | 2024.09.03 23:53:55.531540 [ 189 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 10 rows starting from the beginning of the part | ||
5859 | 2024.09.03 23:53:55.531894 [ 189 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 37 rows starting from the beginning of the part | ||
5860 | 2024.09.03 23:53:55.532474 [ 3 ] {5a5e8f64-da15-4cf1-98b0-791606663f58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5861 | 2024.09.03 23:53:55.533465 [ 3 ] {5a5e8f64-da15-4cf1-98b0-791606663f58} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5862 | 2024.09.03 23:53:55.533539 [ 3 ] {5a5e8f64-da15-4cf1-98b0-791606663f58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5863 | 2024.09.03 23:53:55.534616 [ 3 ] {5a5e8f64-da15-4cf1-98b0-791606663f58} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
5864 | 2024.09.03 23:53:55.534785 [ 191 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 170 rows, containing 5 columns (5 merged, 0 gathered) in 0.00513404 sec., 33112.324796846144 rows/sec., 2.53 MiB/sec. | ||
5865 | 2024.09.03 23:53:55.535137 [ 191 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
5866 | 2024.09.03 23:53:55.535439 [ 3 ] {5a5e8f64-da15-4cf1-98b0-791606663f58} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5867 | 2024.09.03 23:53:55.535884 [ 3 ] {5a5e8f64-da15-4cf1-98b0-791606663f58} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005266 sec., 43296.61982529434 rows/sec., 2.93 MiB/sec. | ||
5868 | 2024.09.03 23:53:55.535919 [ 75 ] {} <Debug> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
5869 | 2024.09.03 23:53:55.536187 [ 75 ] {} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5870 | 2024.09.03 23:53:55.536313 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5871 | 2024.09.03 23:53:55.536504 [ 3 ] {5a5e8f64-da15-4cf1-98b0-791606663f58} <Debug> DynamicQueryHandler: Done processing query | ||
5872 | 2024.09.03 23:53:55.536570 [ 191 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_20_4} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5873 | 2024.09.03 23:53:55.536637 [ 3 ] {5a5e8f64-da15-4cf1-98b0-791606663f58} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5874 | 2024.09.03 23:53:55.536803 [ 3 ] {} <Debug> HTTP-Session: 095eb460-dbe2-46df-b0f8-25425afb6cce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5875 | 2024.09.03 23:53:55.536853 [ 193 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::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 | ||
5876 | 2024.09.03 23:53:55.537026 [ 191 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_20_4} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
5877 | 2024.09.03 23:53:55.537296 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
5878 | 2024.09.03 23:53:55.537301 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 92170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5879 | 2024.09.03 23:53:55.537398 [ 193 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5880 | 2024.09.03 23:53:55.537419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5881 | 2024.09.03 23:53:55.537474 [ 3 ] {} <Debug> HTTP-Session: 55218a0a-9f4f-4927-968b-bb2db71de54f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5882 | 2024.09.03 23:53:55.537481 [ 193 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 243 rows starting from the beginning of the part | ||
5883 | 2024.09.03 23:53:55.537513 [ 3 ] {} <Debug> HTTP-Session: 55218a0a-9f4f-4927-968b-bb2db71de54f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5884 | 2024.09.03 23:53:55.537550 [ 3 ] {} <Debug> HTTP-Session: 55218a0a-9f4f-4927-968b-bb2db71de54f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5885 | 2024.09.03 23:53:55.537656 [ 3 ] {} <Trace> HTTP-Session: 55218a0a-9f4f-4927-968b-bb2db71de54f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5886 | 2024.09.03 23:53:55.537774 [ 193 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 228 rows starting from the beginning of the part | ||
5887 | 2024.09.03 23:53:55.538014 [ 193 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::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 | ||
5888 | 2024.09.03 23:53:55.538133 [ 3 ] {0f5e0d12-31e0-4bb3-80b2-c1c756c5854f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5889 | 2024.09.03 23:53:55.538303 [ 3 ] {0f5e0d12-31e0-4bb3-80b2-c1c756c5854f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5890 | 2024.09.03 23:53:55.538317 [ 193 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::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 | ||
5891 | 2024.09.03 23:53:55.538646 [ 193 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
5892 | 2024.09.03 23:53:55.538960 [ 193 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 228 rows starting from the beginning of the part | ||
5893 | 2024.09.03 23:53:55.539750 [ 3 ] {0f5e0d12-31e0-4bb3-80b2-c1c756c5854f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5894 | 2024.09.03 23:53:55.541119 [ 3 ] {0f5e0d12-31e0-4bb3-80b2-c1c756c5854f} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5895 | 2024.09.03 23:53:55.541192 [ 3 ] {0f5e0d12-31e0-4bb3-80b2-c1c756c5854f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5896 | 2024.09.03 23:53:55.542058 [ 193 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 741 rows, containing 5 columns (5 merged, 0 gathered) in 0.005641162 sec., 131355.91567836556 rows/sec., 8.91 MiB/sec. | ||
5897 | 2024.09.03 23:53:55.542299 [ 193 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
5898 | 2024.09.03 23:53:55.542346 [ 3 ] {0f5e0d12-31e0-4bb3-80b2-c1c756c5854f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5899 | 2024.09.03 23:53:55.543527 [ 193 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_16_3} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5900 | 2024.09.03 23:53:55.543699 [ 193 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_16_3} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
5901 | 2024.09.03 23:53:55.543704 [ 3 ] {0f5e0d12-31e0-4bb3-80b2-c1c756c5854f} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5902 | 2024.09.03 23:53:55.543866 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
5903 | 2024.09.03 23:53:55.544007 [ 3 ] {0f5e0d12-31e0-4bb3-80b2-c1c756c5854f} <Debug> executeQuery: Read 557 rows, 42.38 KiB in 0.006134 sec., 90805.3472448647 rows/sec., 6.75 MiB/sec. | ||
5904 | 2024.09.03 23:53:55.544218 [ 3 ] {0f5e0d12-31e0-4bb3-80b2-c1c756c5854f} <Debug> DynamicQueryHandler: Done processing query | ||
5905 | 2024.09.03 23:53:55.544243 [ 3 ] {0f5e0d12-31e0-4bb3-80b2-c1c756c5854f} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
5906 | 2024.09.03 23:53:55.544261 [ 3 ] {} <Debug> HTTP-Session: 55218a0a-9f4f-4927-968b-bb2db71de54f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5907 | 2024.09.03 23:53:55.544529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 160927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5908 | 2024.09.03 23:53:55.544614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5909 | 2024.09.03 23:53:55.544652 [ 3 ] {} <Debug> HTTP-Session: c3954b48-b35e-4f76-bee8-cf97f7aca88e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5910 | 2024.09.03 23:53:55.544678 [ 3 ] {} <Debug> HTTP-Session: c3954b48-b35e-4f76-bee8-cf97f7aca88e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5911 | 2024.09.03 23:53:55.544701 [ 3 ] {} <Debug> HTTP-Session: c3954b48-b35e-4f76-bee8-cf97f7aca88e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5912 | 2024.09.03 23:53:55.544746 [ 3 ] {} <Trace> HTTP-Session: c3954b48-b35e-4f76-bee8-cf97f7aca88e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5913 | 2024.09.03 23:53:55.545375 [ 3 ] {db1dab12-8bed-433a-be3c-4406d10daf24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5914 | 2024.09.03 23:53:55.545433 [ 3 ] {db1dab12-8bed-433a-be3c-4406d10daf24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5915 | 2024.09.03 23:53:55.545601 [ 3 ] {db1dab12-8bed-433a-be3c-4406d10daf24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5916 | 2024.09.03 23:53:55.546495 [ 3 ] {db1dab12-8bed-433a-be3c-4406d10daf24} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5917 | 2024.09.03 23:53:55.546534 [ 3 ] {db1dab12-8bed-433a-be3c-4406d10daf24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5918 | 2024.09.03 23:53:55.547041 [ 3 ] {db1dab12-8bed-433a-be3c-4406d10daf24} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5919 | 2024.09.03 23:53:55.547460 [ 3 ] {db1dab12-8bed-433a-be3c-4406d10daf24} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5920 | 2024.09.03 23:53:55.547643 [ 3 ] {db1dab12-8bed-433a-be3c-4406d10daf24} <Debug> executeQuery: Read 847 rows, 58.38 KiB in 0.002709 sec., 312661.49870801036 rows/sec., 21.05 MiB/sec. | ||
5921 | 2024.09.03 23:53:55.547873 [ 3 ] {db1dab12-8bed-433a-be3c-4406d10daf24} <Debug> DynamicQueryHandler: Done processing query | ||
5922 | 2024.09.03 23:53:55.547910 [ 3 ] {db1dab12-8bed-433a-be3c-4406d10daf24} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
5923 | 2024.09.03 23:53:55.547936 [ 3 ] {} <Debug> HTTP-Session: c3954b48-b35e-4f76-bee8-cf97f7aca88e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5924 | 2024.09.03 23:53:55.548196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 51790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5925 | 2024.09.03 23:53:55.548266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5926 | 2024.09.03 23:53:55.548292 [ 3 ] {} <Debug> HTTP-Session: 4cdc8ed1-437d-41d8-88bb-82d4f7fab8a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5927 | 2024.09.03 23:53:55.548313 [ 3 ] {} <Debug> HTTP-Session: 4cdc8ed1-437d-41d8-88bb-82d4f7fab8a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5928 | 2024.09.03 23:53:55.548331 [ 3 ] {} <Debug> HTTP-Session: 4cdc8ed1-437d-41d8-88bb-82d4f7fab8a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5929 | 2024.09.03 23:53:55.548370 [ 3 ] {} <Trace> HTTP-Session: 4cdc8ed1-437d-41d8-88bb-82d4f7fab8a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5930 | 2024.09.03 23:53:55.548853 [ 3 ] {3cdc167e-d5cd-4cc8-8215-41a60d364b3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5931 | 2024.09.03 23:53:55.548929 [ 3 ] {3cdc167e-d5cd-4cc8-8215-41a60d364b3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5932 | 2024.09.03 23:53:55.549365 [ 3 ] {3cdc167e-d5cd-4cc8-8215-41a60d364b3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5933 | 2024.09.03 23:53:55.550095 [ 3 ] {3cdc167e-d5cd-4cc8-8215-41a60d364b3d} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5934 | 2024.09.03 23:53:55.550133 [ 3 ] {3cdc167e-d5cd-4cc8-8215-41a60d364b3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5935 | 2024.09.03 23:53:55.550777 [ 3 ] {3cdc167e-d5cd-4cc8-8215-41a60d364b3d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5936 | 2024.09.03 23:53:55.551208 [ 3 ] {3cdc167e-d5cd-4cc8-8215-41a60d364b3d} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5937 | 2024.09.03 23:53:55.551419 [ 3 ] {3cdc167e-d5cd-4cc8-8215-41a60d364b3d} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002943 sec., 10533.46924906558 rows/sec., 18.88 MiB/sec. | ||
5938 | 2024.09.03 23:53:55.551646 [ 3 ] {3cdc167e-d5cd-4cc8-8215-41a60d364b3d} <Debug> DynamicQueryHandler: Done processing query | ||
5939 | 2024.09.03 23:53:55.551672 [ 3 ] {3cdc167e-d5cd-4cc8-8215-41a60d364b3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
5940 | 2024.09.03 23:53:55.551688 [ 3 ] {} <Debug> HTTP-Session: 4cdc8ed1-437d-41d8-88bb-82d4f7fab8a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5941 | 2024.09.03 23:53:55.551824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5942 | 2024.09.03 23:53:55.551874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5943 | 2024.09.03 23:53:55.551894 [ 3 ] {} <Debug> HTTP-Session: be156c92-1e0f-4f38-a00e-2d00c4b0d5f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5944 | 2024.09.03 23:53:55.551911 [ 3 ] {} <Debug> HTTP-Session: be156c92-1e0f-4f38-a00e-2d00c4b0d5f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5945 | 2024.09.03 23:53:55.551925 [ 3 ] {} <Debug> HTTP-Session: be156c92-1e0f-4f38-a00e-2d00c4b0d5f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5946 | 2024.09.03 23:53:55.551956 [ 3 ] {} <Trace> HTTP-Session: be156c92-1e0f-4f38-a00e-2d00c4b0d5f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5947 | 2024.09.03 23:53:55.552076 [ 3 ] {0cfe17d0-9672-42a0-aa19-b212baeb5908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5948 | 2024.09.03 23:53:55.552120 [ 3 ] {0cfe17d0-9672-42a0-aa19-b212baeb5908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5949 | 2024.09.03 23:53:55.552251 [ 3 ] {0cfe17d0-9672-42a0-aa19-b212baeb5908} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5950 | 2024.09.03 23:53:55.552553 [ 3 ] {0cfe17d0-9672-42a0-aa19-b212baeb5908} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5951 | 2024.09.03 23:53:55.552589 [ 3 ] {0cfe17d0-9672-42a0-aa19-b212baeb5908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5952 | 2024.09.03 23:53:55.552955 [ 3 ] {0cfe17d0-9672-42a0-aa19-b212baeb5908} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5953 | 2024.09.03 23:53:55.553295 [ 3 ] {0cfe17d0-9672-42a0-aa19-b212baeb5908} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5954 | 2024.09.03 23:53:55.553466 [ 3 ] {0cfe17d0-9672-42a0-aa19-b212baeb5908} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001431 sec., 41928.7211740042 rows/sec., 2.83 MiB/sec. | ||
5955 | 2024.09.03 23:53:55.553809 [ 3 ] {0cfe17d0-9672-42a0-aa19-b212baeb5908} <Debug> DynamicQueryHandler: Done processing query | ||
5956 | 2024.09.03 23:53:55.553836 [ 3 ] {0cfe17d0-9672-42a0-aa19-b212baeb5908} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5957 | 2024.09.03 23:53:55.553853 [ 3 ] {} <Debug> HTTP-Session: be156c92-1e0f-4f38-a00e-2d00c4b0d5f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5958 | 2024.09.03 23:54:00.494566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5959 | 2024.09.03 23:54:00.494715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5960 | 2024.09.03 23:54:00.494746 [ 3 ] {} <Debug> HTTP-Session: 2a2a51f5-bed7-4578-805b-d1a6553670cb Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5961 | 2024.09.03 23:54:00.494775 [ 3 ] {} <Debug> HTTP-Session: 2a2a51f5-bed7-4578-805b-d1a6553670cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5962 | 2024.09.03 23:54:00.494794 [ 3 ] {} <Debug> HTTP-Session: 2a2a51f5-bed7-4578-805b-d1a6553670cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5963 | 2024.09.03 23:54:00.494853 [ 3 ] {} <Trace> HTTP-Session: 2a2a51f5-bed7-4578-805b-d1a6553670cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5964 | 2024.09.03 23:54:00.495132 [ 3 ] {7ac4f1fa-ccff-4e99-a560-84c03ffe518b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5965 | 2024.09.03 23:54:00.495204 [ 3 ] {7ac4f1fa-ccff-4e99-a560-84c03ffe518b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5966 | 2024.09.03 23:54:00.495543 [ 3 ] {7ac4f1fa-ccff-4e99-a560-84c03ffe518b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5967 | 2024.09.03 23:54:00.496142 [ 3 ] {7ac4f1fa-ccff-4e99-a560-84c03ffe518b} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5968 | 2024.09.03 23:54:00.496185 [ 3 ] {7ac4f1fa-ccff-4e99-a560-84c03ffe518b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5969 | 2024.09.03 23:54:00.496627 [ 3 ] {7ac4f1fa-ccff-4e99-a560-84c03ffe518b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5970 | 2024.09.03 23:54:00.497043 [ 3 ] {7ac4f1fa-ccff-4e99-a560-84c03ffe518b} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5971 | 2024.09.03 23:54:00.497223 [ 3 ] {7ac4f1fa-ccff-4e99-a560-84c03ffe518b} <Debug> executeQuery: Read 201 rows, 18.03 KiB in 0.00221 sec., 90950.22624434388 rows/sec., 7.97 MiB/sec. | ||
5972 | 2024.09.03 23:54:00.497551 [ 3 ] {7ac4f1fa-ccff-4e99-a560-84c03ffe518b} <Debug> DynamicQueryHandler: Done processing query | ||
5973 | 2024.09.03 23:54:00.497579 [ 3 ] {7ac4f1fa-ccff-4e99-a560-84c03ffe518b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5974 | 2024.09.03 23:54:00.497597 [ 3 ] {} <Debug> HTTP-Session: 2a2a51f5-bed7-4578-805b-d1a6553670cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5975 | 2024.09.03 23:54:00.497742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5976 | 2024.09.03 23:54:00.497793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5977 | 2024.09.03 23:54:00.497819 [ 3 ] {} <Debug> HTTP-Session: 6eb3396d-c94f-4eaf-af50-14b44718f552 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5978 | 2024.09.03 23:54:00.497836 [ 3 ] {} <Debug> HTTP-Session: 6eb3396d-c94f-4eaf-af50-14b44718f552 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5979 | 2024.09.03 23:54:00.497850 [ 3 ] {} <Debug> HTTP-Session: 6eb3396d-c94f-4eaf-af50-14b44718f552 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5980 | 2024.09.03 23:54:00.497883 [ 3 ] {} <Trace> HTTP-Session: 6eb3396d-c94f-4eaf-af50-14b44718f552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5981 | 2024.09.03 23:54:00.497985 [ 3 ] {52b987d9-280b-4b1a-ad4e-095e2e3ca60e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5982 | 2024.09.03 23:54:00.498029 [ 3 ] {52b987d9-280b-4b1a-ad4e-095e2e3ca60e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5983 | 2024.09.03 23:54:00.498314 [ 3 ] {52b987d9-280b-4b1a-ad4e-095e2e3ca60e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5984 | 2024.09.03 23:54:00.498682 [ 3 ] {52b987d9-280b-4b1a-ad4e-095e2e3ca60e} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5985 | 2024.09.03 23:54:00.498720 [ 3 ] {52b987d9-280b-4b1a-ad4e-095e2e3ca60e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5986 | 2024.09.03 23:54:00.499091 [ 3 ] {52b987d9-280b-4b1a-ad4e-095e2e3ca60e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5987 | 2024.09.03 23:54:00.499456 [ 3 ] {52b987d9-280b-4b1a-ad4e-095e2e3ca60e} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5988 | 2024.09.03 23:54:00.499610 [ 3 ] {52b987d9-280b-4b1a-ad4e-095e2e3ca60e} <Debug> executeQuery: Read 6 rows, 462.00 B in 0.001644 sec., 3649.63503649635 rows/sec., 274.44 KiB/sec. | ||
5989 | 2024.09.03 23:54:00.499791 [ 3 ] {52b987d9-280b-4b1a-ad4e-095e2e3ca60e} <Debug> DynamicQueryHandler: Done processing query | ||
5990 | 2024.09.03 23:54:00.499817 [ 3 ] {52b987d9-280b-4b1a-ad4e-095e2e3ca60e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5991 | 2024.09.03 23:54:00.499834 [ 3 ] {} <Debug> HTTP-Session: 6eb3396d-c94f-4eaf-af50-14b44718f552 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5992 | 2024.09.03 23:54:00.499979 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5993 | 2024.09.03 23:54:00.500029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5994 | 2024.09.03 23:54:00.500050 [ 3 ] {} <Debug> HTTP-Session: c223bc54-4d4a-4925-8da4-662212b6e55f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
5995 | 2024.09.03 23:54:00.500068 [ 3 ] {} <Debug> HTTP-Session: c223bc54-4d4a-4925-8da4-662212b6e55f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5996 | 2024.09.03 23:54:00.500084 [ 3 ] {} <Debug> HTTP-Session: c223bc54-4d4a-4925-8da4-662212b6e55f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5997 | 2024.09.03 23:54:00.500116 [ 3 ] {} <Trace> HTTP-Session: c223bc54-4d4a-4925-8da4-662212b6e55f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5998 | 2024.09.03 23:54:00.500219 [ 3 ] {ba638c31-4bf5-4396-9b0c-be70768dcab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5999 | 2024.09.03 23:54:00.500263 [ 3 ] {ba638c31-4bf5-4396-9b0c-be70768dcab2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6000 | 2024.09.03 23:54:00.500494 [ 3 ] {ba638c31-4bf5-4396-9b0c-be70768dcab2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6001 | 2024.09.03 23:54:00.500819 [ 3 ] {ba638c31-4bf5-4396-9b0c-be70768dcab2} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6002 | 2024.09.03 23:54:00.500856 [ 3 ] {ba638c31-4bf5-4396-9b0c-be70768dcab2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6003 | 2024.09.03 23:54:00.501215 [ 3 ] {ba638c31-4bf5-4396-9b0c-be70768dcab2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
6004 | 2024.09.03 23:54:00.501595 [ 3 ] {ba638c31-4bf5-4396-9b0c-be70768dcab2} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6005 | 2024.09.03 23:54:00.501761 [ 3 ] {ba638c31-4bf5-4396-9b0c-be70768dcab2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001565 sec., 8945.686900958466 rows/sec., 626.50 KiB/sec. | ||
6006 | 2024.09.03 23:54:00.502105 [ 3 ] {ba638c31-4bf5-4396-9b0c-be70768dcab2} <Debug> DynamicQueryHandler: Done processing query | ||
6007 | 2024.09.03 23:54:00.502132 [ 3 ] {ba638c31-4bf5-4396-9b0c-be70768dcab2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6008 | 2024.09.03 23:54:00.502149 [ 3 ] {} <Debug> HTTP-Session: c223bc54-4d4a-4925-8da4-662212b6e55f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6009 | 2024.09.03 23:54:00.502279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6010 | 2024.09.03 23:54:00.502330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6011 | 2024.09.03 23:54:00.502351 [ 3 ] {} <Debug> HTTP-Session: cf65106c-77a4-4338-9d2d-10ca25685e3f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6012 | 2024.09.03 23:54:00.502368 [ 3 ] {} <Debug> HTTP-Session: cf65106c-77a4-4338-9d2d-10ca25685e3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6013 | 2024.09.03 23:54:00.502383 [ 3 ] {} <Debug> HTTP-Session: cf65106c-77a4-4338-9d2d-10ca25685e3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6014 | 2024.09.03 23:54:00.502414 [ 3 ] {} <Trace> HTTP-Session: cf65106c-77a4-4338-9d2d-10ca25685e3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6015 | 2024.09.03 23:54:00.502516 [ 3 ] {930975c9-47f1-4d7e-a243-be199b11aff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
6016 | 2024.09.03 23:54:00.502562 [ 3 ] {930975c9-47f1-4d7e-a243-be199b11aff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6017 | 2024.09.03 23:54:00.502813 [ 3 ] {930975c9-47f1-4d7e-a243-be199b11aff8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6018 | 2024.09.03 23:54:00.503146 [ 3 ] {930975c9-47f1-4d7e-a243-be199b11aff8} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6019 | 2024.09.03 23:54:00.503185 [ 3 ] {930975c9-47f1-4d7e-a243-be199b11aff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6020 | 2024.09.03 23:54:00.503537 [ 3 ] {930975c9-47f1-4d7e-a243-be199b11aff8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6021 | 2024.09.03 23:54:00.503902 [ 3 ] {930975c9-47f1-4d7e-a243-be199b11aff8} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6022 | 2024.09.03 23:54:00.504060 [ 109 ] {} <Debug> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
6023 | 2024.09.03 23:54:00.504062 [ 3 ] {930975c9-47f1-4d7e-a243-be199b11aff8} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001566 sec., 3831.417624521073 rows/sec., 226.37 KiB/sec. | ||
6024 | 2024.09.03 23:54:00.504150 [ 109 ] {} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6025 | 2024.09.03 23:54:00.504219 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6026 | 2024.09.03 23:54:00.504432 [ 191 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
6027 | 2024.09.03 23:54:00.504448 [ 3 ] {930975c9-47f1-4d7e-a243-be199b11aff8} <Debug> DynamicQueryHandler: Done processing query | ||
6028 | 2024.09.03 23:54:00.504506 [ 3 ] {930975c9-47f1-4d7e-a243-be199b11aff8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6029 | 2024.09.03 23:54:00.504535 [ 3 ] {} <Debug> HTTP-Session: cf65106c-77a4-4338-9d2d-10ca25685e3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6030 | 2024.09.03 23:54:00.504670 [ 191 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6031 | 2024.09.03 23:54:00.504713 [ 191 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
6032 | 2024.09.03 23:54:00.504771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 62783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6033 | 2024.09.03 23:54:00.504919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6034 | 2024.09.03 23:54:00.504959 [ 191 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
6035 | 2024.09.03 23:54:00.504978 [ 3 ] {} <Debug> HTTP-Session: e0053b38-d2eb-45ce-b74c-860423b83ebc Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6036 | 2024.09.03 23:54:00.505062 [ 3 ] {} <Debug> HTTP-Session: e0053b38-d2eb-45ce-b74c-860423b83ebc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6037 | 2024.09.03 23:54:00.505143 [ 3 ] {} <Debug> HTTP-Session: e0053b38-d2eb-45ce-b74c-860423b83ebc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6038 | 2024.09.03 23:54:00.505246 [ 191 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
6039 | 2024.09.03 23:54:00.505300 [ 3 ] {} <Trace> HTTP-Session: e0053b38-d2eb-45ce-b74c-860423b83ebc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6040 | 2024.09.03 23:54:00.505636 [ 191 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
6041 | 2024.09.03 23:54:00.505896 [ 191 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
6042 | 2024.09.03 23:54:00.506025 [ 3 ] {0d473bf7-e0ad-429d-80f1-4bef6760d0aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6043 | 2024.09.03 23:54:00.506307 [ 3 ] {0d473bf7-e0ad-429d-80f1-4bef6760d0aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6044 | 2024.09.03 23:54:00.507101 [ 3 ] {0d473bf7-e0ad-429d-80f1-4bef6760d0aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6045 | 2024.09.03 23:54:00.508498 [ 3 ] {0d473bf7-e0ad-429d-80f1-4bef6760d0aa} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6046 | 2024.09.03 23:54:00.508554 [ 3 ] {0d473bf7-e0ad-429d-80f1-4bef6760d0aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6047 | 2024.09.03 23:54:00.508576 [ 193 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004243211 sec., 7070.117418153374 rows/sec., 448.79 KiB/sec. | ||
6048 | 2024.09.03 23:54:00.508832 [ 193 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
6049 | 2024.09.03 23:54:00.509435 [ 3 ] {0d473bf7-e0ad-429d-80f1-4bef6760d0aa} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6050 | 2024.09.03 23:54:00.509865 [ 193 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_13_3} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6051 | 2024.09.03 23:54:00.510048 [ 193 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_13_3} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
6052 | 2024.09.03 23:54:00.510223 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
6053 | 2024.09.03 23:54:00.510299 [ 3 ] {0d473bf7-e0ad-429d-80f1-4bef6760d0aa} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6054 | 2024.09.03 23:54:00.510477 [ 3 ] {0d473bf7-e0ad-429d-80f1-4bef6760d0aa} <Debug> executeQuery: Read 388 rows, 28.16 KiB in 0.004773 sec., 81290.5929184999 rows/sec., 5.76 MiB/sec. | ||
6055 | 2024.09.03 23:54:00.510868 [ 3 ] {0d473bf7-e0ad-429d-80f1-4bef6760d0aa} <Debug> DynamicQueryHandler: Done processing query | ||
6056 | 2024.09.03 23:54:00.510895 [ 3 ] {0d473bf7-e0ad-429d-80f1-4bef6760d0aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
6057 | 2024.09.03 23:54:00.510912 [ 3 ] {} <Debug> HTTP-Session: e0053b38-d2eb-45ce-b74c-860423b83ebc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6058 | 2024.09.03 23:54:00.511054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6059 | 2024.09.03 23:54:00.511107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6060 | 2024.09.03 23:54:00.511128 [ 3 ] {} <Debug> HTTP-Session: a75947c9-4588-43ce-9e14-61e6bf505cf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6061 | 2024.09.03 23:54:00.511145 [ 3 ] {} <Debug> HTTP-Session: a75947c9-4588-43ce-9e14-61e6bf505cf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6062 | 2024.09.03 23:54:00.511159 [ 3 ] {} <Debug> HTTP-Session: a75947c9-4588-43ce-9e14-61e6bf505cf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6063 | 2024.09.03 23:54:00.511192 [ 3 ] {} <Trace> HTTP-Session: a75947c9-4588-43ce-9e14-61e6bf505cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6064 | 2024.09.03 23:54:00.511296 [ 3 ] {a776c281-f277-4478-82fe-cfa7b4273889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6065 | 2024.09.03 23:54:00.511344 [ 3 ] {a776c281-f277-4478-82fe-cfa7b4273889} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6066 | 2024.09.03 23:54:00.511502 [ 3 ] {a776c281-f277-4478-82fe-cfa7b4273889} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6067 | 2024.09.03 23:54:00.511795 [ 3 ] {a776c281-f277-4478-82fe-cfa7b4273889} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6068 | 2024.09.03 23:54:00.511833 [ 3 ] {a776c281-f277-4478-82fe-cfa7b4273889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6069 | 2024.09.03 23:54:00.512220 [ 3 ] {a776c281-f277-4478-82fe-cfa7b4273889} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6070 | 2024.09.03 23:54:00.512569 [ 3 ] {a776c281-f277-4478-82fe-cfa7b4273889} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6071 | 2024.09.03 23:54:00.512730 [ 3 ] {a776c281-f277-4478-82fe-cfa7b4273889} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00146 sec., 4109.589041095891 rows/sec., 214.71 KiB/sec. | ||
6072 | 2024.09.03 23:54:00.512899 [ 3 ] {a776c281-f277-4478-82fe-cfa7b4273889} <Debug> DynamicQueryHandler: Done processing query | ||
6073 | 2024.09.03 23:54:00.512924 [ 3 ] {a776c281-f277-4478-82fe-cfa7b4273889} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6074 | 2024.09.03 23:54:00.512940 [ 3 ] {} <Debug> HTTP-Session: a75947c9-4588-43ce-9e14-61e6bf505cf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6075 | 2024.09.03 23:54:00.513131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 44650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6076 | 2024.09.03 23:54:00.513181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6077 | 2024.09.03 23:54:00.513200 [ 3 ] {} <Debug> HTTP-Session: c90dba6b-02f5-43ad-ac7e-502275ac814d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6078 | 2024.09.03 23:54:00.513217 [ 3 ] {} <Debug> HTTP-Session: c90dba6b-02f5-43ad-ac7e-502275ac814d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6079 | 2024.09.03 23:54:00.513232 [ 3 ] {} <Debug> HTTP-Session: c90dba6b-02f5-43ad-ac7e-502275ac814d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6080 | 2024.09.03 23:54:00.513263 [ 3 ] {} <Trace> HTTP-Session: c90dba6b-02f5-43ad-ac7e-502275ac814d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6081 | 2024.09.03 23:54:00.513484 [ 3 ] {7a03fbee-7bcc-4b26-af0c-67532c03b26b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6082 | 2024.09.03 23:54:00.513532 [ 3 ] {7a03fbee-7bcc-4b26-af0c-67532c03b26b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6083 | 2024.09.03 23:54:00.513682 [ 3 ] {7a03fbee-7bcc-4b26-af0c-67532c03b26b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6084 | 2024.09.03 23:54:00.514145 [ 3 ] {7a03fbee-7bcc-4b26-af0c-67532c03b26b} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6085 | 2024.09.03 23:54:00.514200 [ 3 ] {7a03fbee-7bcc-4b26-af0c-67532c03b26b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6086 | 2024.09.03 23:54:00.514857 [ 3 ] {7a03fbee-7bcc-4b26-af0c-67532c03b26b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6087 | 2024.09.03 23:54:00.515207 [ 3 ] {7a03fbee-7bcc-4b26-af0c-67532c03b26b} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6088 | 2024.09.03 23:54:00.515368 [ 3 ] {7a03fbee-7bcc-4b26-af0c-67532c03b26b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002004 sec., 118263.4730538922 rows/sec., 7.93 MiB/sec. | ||
6089 | 2024.09.03 23:54:00.515548 [ 3 ] {7a03fbee-7bcc-4b26-af0c-67532c03b26b} <Debug> DynamicQueryHandler: Done processing query | ||
6090 | 2024.09.03 23:54:00.515574 [ 3 ] {7a03fbee-7bcc-4b26-af0c-67532c03b26b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6091 | 2024.09.03 23:54:00.515591 [ 3 ] {} <Debug> HTTP-Session: c90dba6b-02f5-43ad-ac7e-502275ac814d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6092 | 2024.09.03 23:54:00.515733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6093 | 2024.09.03 23:54:00.515782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6094 | 2024.09.03 23:54:00.515801 [ 3 ] {} <Debug> HTTP-Session: 2b2c6a81-fba0-4d46-a59d-613dddc09a5a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6095 | 2024.09.03 23:54:00.515818 [ 3 ] {} <Debug> HTTP-Session: 2b2c6a81-fba0-4d46-a59d-613dddc09a5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6096 | 2024.09.03 23:54:00.515834 [ 3 ] {} <Debug> HTTP-Session: 2b2c6a81-fba0-4d46-a59d-613dddc09a5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6097 | 2024.09.03 23:54:00.515865 [ 3 ] {} <Trace> HTTP-Session: 2b2c6a81-fba0-4d46-a59d-613dddc09a5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6098 | 2024.09.03 23:54:00.515960 [ 3 ] {c3353709-9502-4302-8dc8-2beccb7b1b29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
6099 | 2024.09.03 23:54:00.516007 [ 3 ] {c3353709-9502-4302-8dc8-2beccb7b1b29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6100 | 2024.09.03 23:54:00.516140 [ 3 ] {c3353709-9502-4302-8dc8-2beccb7b1b29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6101 | 2024.09.03 23:54:00.516406 [ 3 ] {c3353709-9502-4302-8dc8-2beccb7b1b29} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6102 | 2024.09.03 23:54:00.516444 [ 3 ] {c3353709-9502-4302-8dc8-2beccb7b1b29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6103 | 2024.09.03 23:54:00.516796 [ 3 ] {c3353709-9502-4302-8dc8-2beccb7b1b29} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6104 | 2024.09.03 23:54:00.517127 [ 3 ] {c3353709-9502-4302-8dc8-2beccb7b1b29} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6105 | 2024.09.03 23:54:00.517280 [ 3 ] {c3353709-9502-4302-8dc8-2beccb7b1b29} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001335 sec., 749.063670411985 rows/sec., 50.47 KiB/sec. | ||
6106 | 2024.09.03 23:54:00.517458 [ 3 ] {c3353709-9502-4302-8dc8-2beccb7b1b29} <Debug> DynamicQueryHandler: Done processing query | ||
6107 | 2024.09.03 23:54:00.517483 [ 3 ] {c3353709-9502-4302-8dc8-2beccb7b1b29} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
6108 | 2024.09.03 23:54:00.517500 [ 3 ] {} <Debug> HTTP-Session: 2b2c6a81-fba0-4d46-a59d-613dddc09a5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6109 | 2024.09.03 23:54:00.517619 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 10136, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6110 | 2024.09.03 23:54:00.517669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6111 | 2024.09.03 23:54:00.517688 [ 3 ] {} <Debug> HTTP-Session: 6e243704-55a3-436f-82c7-ba9a34a665c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6112 | 2024.09.03 23:54:00.517706 [ 3 ] {} <Debug> HTTP-Session: 6e243704-55a3-436f-82c7-ba9a34a665c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6113 | 2024.09.03 23:54:00.517725 [ 3 ] {} <Debug> HTTP-Session: 6e243704-55a3-436f-82c7-ba9a34a665c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6114 | 2024.09.03 23:54:00.517756 [ 3 ] {} <Trace> HTTP-Session: 6e243704-55a3-436f-82c7-ba9a34a665c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6115 | 2024.09.03 23:54:00.517938 [ 3 ] {3b01f46f-e33c-400a-a26b-651c5616e81c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
6116 | 2024.09.03 23:54:00.518003 [ 3 ] {3b01f46f-e33c-400a-a26b-651c5616e81c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6117 | 2024.09.03 23:54:00.518439 [ 3 ] {3b01f46f-e33c-400a-a26b-651c5616e81c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6118 | 2024.09.03 23:54:00.518945 [ 3 ] {3b01f46f-e33c-400a-a26b-651c5616e81c} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6119 | 2024.09.03 23:54:00.518983 [ 3 ] {3b01f46f-e33c-400a-a26b-651c5616e81c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6120 | 2024.09.03 23:54:00.519604 [ 3 ] {3b01f46f-e33c-400a-a26b-651c5616e81c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
6121 | 2024.09.03 23:54:00.520156 [ 3 ] {3b01f46f-e33c-400a-a26b-651c5616e81c} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6122 | 2024.09.03 23:54:00.520380 [ 98 ] {} <Debug> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
6123 | 2024.09.03 23:54:00.520429 [ 3 ] {3b01f46f-e33c-400a-a26b-651c5616e81c} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002574 sec., 2331.002331002331 rows/sec., 4.18 MiB/sec. | ||
6124 | 2024.09.03 23:54:00.520443 [ 98 ] {} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6125 | 2024.09.03 23:54:00.520514 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6126 | 2024.09.03 23:54:00.520897 [ 191 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
6127 | 2024.09.03 23:54:00.521088 [ 3 ] {3b01f46f-e33c-400a-a26b-651c5616e81c} <Debug> DynamicQueryHandler: Done processing query | ||
6128 | 2024.09.03 23:54:00.521155 [ 3 ] {3b01f46f-e33c-400a-a26b-651c5616e81c} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
6129 | 2024.09.03 23:54:00.521217 [ 3 ] {} <Debug> HTTP-Session: 6e243704-55a3-436f-82c7-ba9a34a665c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6130 | 2024.09.03 23:54:00.521448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6131 | 2024.09.03 23:54:00.521534 [ 191 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6132 | 2024.09.03 23:54:00.521551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6133 | 2024.09.03 23:54:00.521625 [ 3 ] {} <Debug> HTTP-Session: 4f186458-0960-4165-8c5c-fb54da658556 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6134 | 2024.09.03 23:54:00.521679 [ 191 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 371 rows starting from the beginning of the part | ||
6135 | 2024.09.03 23:54:00.521684 [ 3 ] {} <Debug> HTTP-Session: 4f186458-0960-4165-8c5c-fb54da658556 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6136 | 2024.09.03 23:54:00.521741 [ 3 ] {} <Debug> HTTP-Session: 4f186458-0960-4165-8c5c-fb54da658556 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6137 | 2024.09.03 23:54:00.521830 [ 3 ] {} <Trace> HTTP-Session: 4f186458-0960-4165-8c5c-fb54da658556 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6138 | 2024.09.03 23:54:00.522297 [ 191 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
6139 | 2024.09.03 23:54:00.522305 [ 3 ] {55e51893-620c-4f22-9c61-10eae1dbae7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6140 | 2024.09.03 23:54:00.522432 [ 3 ] {55e51893-620c-4f22-9c61-10eae1dbae7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6141 | 2024.09.03 23:54:00.523012 [ 191 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 31 rows starting from the beginning of the part | ||
6142 | 2024.09.03 23:54:00.523473 [ 3 ] {55e51893-620c-4f22-9c61-10eae1dbae7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6143 | 2024.09.03 23:54:00.523866 [ 191 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
6144 | 2024.09.03 23:54:00.524495 [ 191 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 31 rows starting from the beginning of the part | ||
6145 | 2024.09.03 23:54:00.524752 [ 3 ] {55e51893-620c-4f22-9c61-10eae1dbae7a} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6146 | 2024.09.03 23:54:00.524874 [ 3 ] {55e51893-620c-4f22-9c61-10eae1dbae7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6147 | 2024.09.03 23:54:00.525172 [ 191 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
6148 | 2024.09.03 23:54:00.526264 [ 3 ] {55e51893-620c-4f22-9c61-10eae1dbae7a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6149 | 2024.09.03 23:54:00.527066 [ 3 ] {55e51893-620c-4f22-9c61-10eae1dbae7a} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6150 | 2024.09.03 23:54:00.527366 [ 3 ] {55e51893-620c-4f22-9c61-10eae1dbae7a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005214 sec., 15726.889144610665 rows/sec., 1022.82 KiB/sec. | ||
6151 | 2024.09.03 23:54:00.528045 [ 3 ] {55e51893-620c-4f22-9c61-10eae1dbae7a} <Debug> DynamicQueryHandler: Done processing query | ||
6152 | 2024.09.03 23:54:00.528131 [ 3 ] {55e51893-620c-4f22-9c61-10eae1dbae7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6153 | 2024.09.03 23:54:00.528185 [ 3 ] {} <Debug> HTTP-Session: 4f186458-0960-4165-8c5c-fb54da658556 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6154 | 2024.09.03 23:54:00.531010 [ 200 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 451 rows, containing 19 columns (19 merged, 0 gathered) in 0.010355073 sec., 43553.53168442174 rows/sec., 78.05 MiB/sec. | ||
6155 | 2024.09.03 23:54:00.531937 [ 198 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
6156 | 2024.09.03 23:54:00.532547 [ 198 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6157 | 2024.09.03 23:54:00.532624 [ 198 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
6158 | 2024.09.03 23:54:00.532761 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. | ||
6159 | 2024.09.03 23:54:03.278694 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6160 | 2024.09.03 23:54:03.278793 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6161 | 2024.09.03 23:54:05.491525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 17496, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6162 | 2024.09.03 23:54:05.491640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6163 | 2024.09.03 23:54:05.491667 [ 3 ] {} <Debug> HTTP-Session: 7af10414-8970-4c30-9e30-81dfc7214965 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6164 | 2024.09.03 23:54:05.491693 [ 3 ] {} <Debug> HTTP-Session: 7af10414-8970-4c30-9e30-81dfc7214965 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6165 | 2024.09.03 23:54:05.491708 [ 3 ] {} <Debug> HTTP-Session: 7af10414-8970-4c30-9e30-81dfc7214965 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6166 | 2024.09.03 23:54:05.491758 [ 3 ] {} <Trace> HTTP-Session: 7af10414-8970-4c30-9e30-81dfc7214965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6167 | 2024.09.03 23:54:05.491978 [ 3 ] {1aae6b54-40b0-4b9c-9961-0d265a95254a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6168 | 2024.09.03 23:54:05.492049 [ 3 ] {1aae6b54-40b0-4b9c-9961-0d265a95254a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6169 | 2024.09.03 23:54:05.492391 [ 3 ] {1aae6b54-40b0-4b9c-9961-0d265a95254a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6170 | 2024.09.03 23:54:05.492945 [ 3 ] {1aae6b54-40b0-4b9c-9961-0d265a95254a} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6171 | 2024.09.03 23:54:05.492992 [ 3 ] {1aae6b54-40b0-4b9c-9961-0d265a95254a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6172 | 2024.09.03 23:54:05.493444 [ 3 ] {1aae6b54-40b0-4b9c-9961-0d265a95254a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6173 | 2024.09.03 23:54:05.493881 [ 3 ] {1aae6b54-40b0-4b9c-9961-0d265a95254a} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6174 | 2024.09.03 23:54:05.494035 [ 3 ] {1aae6b54-40b0-4b9c-9961-0d265a95254a} <Debug> executeQuery: Read 118 rows, 10.31 KiB in 0.002139 sec., 55165.96540439458 rows/sec., 4.71 MiB/sec. | ||
6175 | 2024.09.03 23:54:05.494270 [ 3 ] {1aae6b54-40b0-4b9c-9961-0d265a95254a} <Debug> DynamicQueryHandler: Done processing query | ||
6176 | 2024.09.03 23:54:05.494300 [ 3 ] {1aae6b54-40b0-4b9c-9961-0d265a95254a} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
6177 | 2024.09.03 23:54:05.494316 [ 3 ] {} <Debug> HTTP-Session: 7af10414-8970-4c30-9e30-81dfc7214965 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6178 | 2024.09.03 23:54:05.494489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 4494, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6179 | 2024.09.03 23:54:05.494551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6180 | 2024.09.03 23:54:05.494572 [ 3 ] {} <Debug> HTTP-Session: d5ae56c7-6eea-49f2-9317-52ba8c8a0ed6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6181 | 2024.09.03 23:54:05.494592 [ 3 ] {} <Debug> HTTP-Session: d5ae56c7-6eea-49f2-9317-52ba8c8a0ed6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6182 | 2024.09.03 23:54:05.494608 [ 3 ] {} <Debug> HTTP-Session: d5ae56c7-6eea-49f2-9317-52ba8c8a0ed6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6183 | 2024.09.03 23:54:05.494645 [ 3 ] {} <Trace> HTTP-Session: d5ae56c7-6eea-49f2-9317-52ba8c8a0ed6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6184 | 2024.09.03 23:54:05.494775 [ 3 ] {eeecb4fb-c65e-42de-b502-31143c27e656} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6185 | 2024.09.03 23:54:05.494826 [ 3 ] {eeecb4fb-c65e-42de-b502-31143c27e656} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6186 | 2024.09.03 23:54:05.495070 [ 3 ] {eeecb4fb-c65e-42de-b502-31143c27e656} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6187 | 2024.09.03 23:54:05.495456 [ 3 ] {eeecb4fb-c65e-42de-b502-31143c27e656} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6188 | 2024.09.03 23:54:05.495492 [ 3 ] {eeecb4fb-c65e-42de-b502-31143c27e656} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6189 | 2024.09.03 23:54:05.495865 [ 3 ] {eeecb4fb-c65e-42de-b502-31143c27e656} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
6190 | 2024.09.03 23:54:05.496233 [ 3 ] {eeecb4fb-c65e-42de-b502-31143c27e656} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6191 | 2024.09.03 23:54:05.496367 [ 3 ] {eeecb4fb-c65e-42de-b502-31143c27e656} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001637 sec., 18937.08002443494 rows/sec., 1.39 MiB/sec. | ||
6192 | 2024.09.03 23:54:05.496549 [ 3 ] {eeecb4fb-c65e-42de-b502-31143c27e656} <Debug> DynamicQueryHandler: Done processing query | ||
6193 | 2024.09.03 23:54:05.496574 [ 3 ] {eeecb4fb-c65e-42de-b502-31143c27e656} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6194 | 2024.09.03 23:54:05.496591 [ 3 ] {} <Debug> HTTP-Session: d5ae56c7-6eea-49f2-9317-52ba8c8a0ed6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6195 | 2024.09.03 23:54:05.496743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 16129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6196 | 2024.09.03 23:54:05.496804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6197 | 2024.09.03 23:54:05.496823 [ 3 ] {} <Debug> HTTP-Session: fe3ecd13-477a-4e54-9415-5d4ecdc4a830 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6198 | 2024.09.03 23:54:05.496840 [ 3 ] {} <Debug> HTTP-Session: fe3ecd13-477a-4e54-9415-5d4ecdc4a830 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6199 | 2024.09.03 23:54:05.496854 [ 3 ] {} <Debug> HTTP-Session: fe3ecd13-477a-4e54-9415-5d4ecdc4a830 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6200 | 2024.09.03 23:54:05.496888 [ 3 ] {} <Trace> HTTP-Session: fe3ecd13-477a-4e54-9415-5d4ecdc4a830 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6201 | 2024.09.03 23:54:05.497017 [ 3 ] {db633270-b6ef-48d5-8825-66c73258073a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6202 | 2024.09.03 23:54:05.497066 [ 3 ] {db633270-b6ef-48d5-8825-66c73258073a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6203 | 2024.09.03 23:54:05.497300 [ 3 ] {db633270-b6ef-48d5-8825-66c73258073a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6204 | 2024.09.03 23:54:05.497704 [ 3 ] {db633270-b6ef-48d5-8825-66c73258073a} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6205 | 2024.09.03 23:54:05.497739 [ 3 ] {db633270-b6ef-48d5-8825-66c73258073a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6206 | 2024.09.03 23:54:05.498106 [ 3 ] {db633270-b6ef-48d5-8825-66c73258073a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6207 | 2024.09.03 23:54:05.498479 [ 3 ] {db633270-b6ef-48d5-8825-66c73258073a} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6208 | 2024.09.03 23:54:05.498609 [ 3 ] {db633270-b6ef-48d5-8825-66c73258073a} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001641 sec., 57891.529555149296 rows/sec., 4.52 MiB/sec. | ||
6209 | 2024.09.03 23:54:05.498927 [ 3 ] {db633270-b6ef-48d5-8825-66c73258073a} <Debug> DynamicQueryHandler: Done processing query | ||
6210 | 2024.09.03 23:54:05.498953 [ 3 ] {db633270-b6ef-48d5-8825-66c73258073a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6211 | 2024.09.03 23:54:05.498970 [ 3 ] {} <Debug> HTTP-Session: fe3ecd13-477a-4e54-9415-5d4ecdc4a830 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6212 | 2024.09.03 23:54:05.499159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6213 | 2024.09.03 23:54:05.499219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6214 | 2024.09.03 23:54:05.499240 [ 3 ] {} <Debug> HTTP-Session: 0f14f429-14f3-405b-a263-d576e23a2016 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6215 | 2024.09.03 23:54:05.499260 [ 3 ] {} <Debug> HTTP-Session: 0f14f429-14f3-405b-a263-d576e23a2016 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6216 | 2024.09.03 23:54:05.499274 [ 3 ] {} <Debug> HTTP-Session: 0f14f429-14f3-405b-a263-d576e23a2016 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6217 | 2024.09.03 23:54:05.499308 [ 3 ] {} <Trace> HTTP-Session: 0f14f429-14f3-405b-a263-d576e23a2016 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6218 | 2024.09.03 23:54:05.499494 [ 3 ] {f4a832b9-2f2d-4290-a31a-035853c5c21a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6219 | 2024.09.03 23:54:05.499551 [ 3 ] {f4a832b9-2f2d-4290-a31a-035853c5c21a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6220 | 2024.09.03 23:54:05.499727 [ 3 ] {f4a832b9-2f2d-4290-a31a-035853c5c21a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6221 | 2024.09.03 23:54:05.500145 [ 3 ] {f4a832b9-2f2d-4290-a31a-035853c5c21a} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6222 | 2024.09.03 23:54:05.500182 [ 3 ] {f4a832b9-2f2d-4290-a31a-035853c5c21a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6223 | 2024.09.03 23:54:05.500587 [ 3 ] {f4a832b9-2f2d-4290-a31a-035853c5c21a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6224 | 2024.09.03 23:54:05.500937 [ 3 ] {f4a832b9-2f2d-4290-a31a-035853c5c21a} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6225 | 2024.09.03 23:54:05.501067 [ 3 ] {f4a832b9-2f2d-4290-a31a-035853c5c21a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001663 sec., 96211.66566446182 rows/sec., 6.70 MiB/sec. | ||
6226 | 2024.09.03 23:54:05.501368 [ 3 ] {f4a832b9-2f2d-4290-a31a-035853c5c21a} <Debug> DynamicQueryHandler: Done processing query | ||
6227 | 2024.09.03 23:54:05.501398 [ 3 ] {f4a832b9-2f2d-4290-a31a-035853c5c21a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6228 | 2024.09.03 23:54:05.501415 [ 3 ] {} <Debug> HTTP-Session: 0f14f429-14f3-405b-a263-d576e23a2016 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6229 | 2024.09.03 23:54:05.501592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 51794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6230 | 2024.09.03 23:54:05.501644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6231 | 2024.09.03 23:54:05.501665 [ 3 ] {} <Debug> HTTP-Session: a2774025-eb14-4a27-8427-599d13f20e8a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6232 | 2024.09.03 23:54:05.501683 [ 3 ] {} <Debug> HTTP-Session: a2774025-eb14-4a27-8427-599d13f20e8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6233 | 2024.09.03 23:54:05.501698 [ 3 ] {} <Debug> HTTP-Session: a2774025-eb14-4a27-8427-599d13f20e8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6234 | 2024.09.03 23:54:05.501731 [ 3 ] {} <Trace> HTTP-Session: a2774025-eb14-4a27-8427-599d13f20e8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6235 | 2024.09.03 23:54:05.502067 [ 3 ] {cd2dbf7c-fe20-435c-bcb7-0bb219b7310b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
6236 | 2024.09.03 23:54:05.502139 [ 3 ] {cd2dbf7c-fe20-435c-bcb7-0bb219b7310b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6237 | 2024.09.03 23:54:05.502665 [ 3 ] {cd2dbf7c-fe20-435c-bcb7-0bb219b7310b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6238 | 2024.09.03 23:54:05.503416 [ 3 ] {cd2dbf7c-fe20-435c-bcb7-0bb219b7310b} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6239 | 2024.09.03 23:54:05.503456 [ 3 ] {cd2dbf7c-fe20-435c-bcb7-0bb219b7310b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6240 | 2024.09.03 23:54:05.504135 [ 3 ] {cd2dbf7c-fe20-435c-bcb7-0bb219b7310b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
6241 | 2024.09.03 23:54:05.504559 [ 3 ] {cd2dbf7c-fe20-435c-bcb7-0bb219b7310b} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6242 | 2024.09.03 23:54:05.504720 [ 3 ] {cd2dbf7c-fe20-435c-bcb7-0bb219b7310b} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002898 sec., 10697.032436162872 rows/sec., 19.17 MiB/sec. | ||
6243 | 2024.09.03 23:54:05.504950 [ 3 ] {cd2dbf7c-fe20-435c-bcb7-0bb219b7310b} <Debug> DynamicQueryHandler: Done processing query | ||
6244 | 2024.09.03 23:54:05.504976 [ 3 ] {cd2dbf7c-fe20-435c-bcb7-0bb219b7310b} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
6245 | 2024.09.03 23:54:05.504992 [ 3 ] {} <Debug> HTTP-Session: a2774025-eb14-4a27-8427-599d13f20e8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6246 | 2024.09.03 23:54:05.505148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6247 | 2024.09.03 23:54:05.505200 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6248 | 2024.09.03 23:54:05.505221 [ 3 ] {} <Debug> HTTP-Session: dfddf4c9-9cc7-41db-ae6c-f2fb2c938851 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6249 | 2024.09.03 23:54:05.505237 [ 3 ] {} <Debug> HTTP-Session: dfddf4c9-9cc7-41db-ae6c-f2fb2c938851 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6250 | 2024.09.03 23:54:05.505251 [ 3 ] {} <Debug> HTTP-Session: dfddf4c9-9cc7-41db-ae6c-f2fb2c938851 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6251 | 2024.09.03 23:54:05.505283 [ 3 ] {} <Trace> HTTP-Session: dfddf4c9-9cc7-41db-ae6c-f2fb2c938851 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6252 | 2024.09.03 23:54:05.505416 [ 3 ] {2b286cca-a233-434b-83f5-63ea456542e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6253 | 2024.09.03 23:54:05.505462 [ 3 ] {2b286cca-a233-434b-83f5-63ea456542e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6254 | 2024.09.03 23:54:05.505593 [ 3 ] {2b286cca-a233-434b-83f5-63ea456542e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6255 | 2024.09.03 23:54:05.505904 [ 3 ] {2b286cca-a233-434b-83f5-63ea456542e9} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6256 | 2024.09.03 23:54:05.505940 [ 3 ] {2b286cca-a233-434b-83f5-63ea456542e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6257 | 2024.09.03 23:54:05.506318 [ 3 ] {2b286cca-a233-434b-83f5-63ea456542e9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6258 | 2024.09.03 23:54:05.506644 [ 3 ] {2b286cca-a233-434b-83f5-63ea456542e9} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6259 | 2024.09.03 23:54:05.506771 [ 3 ] {2b286cca-a233-434b-83f5-63ea456542e9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0014 sec., 42857.142857142855 rows/sec., 2.89 MiB/sec. | ||
6260 | 2024.09.03 23:54:05.506940 [ 3 ] {2b286cca-a233-434b-83f5-63ea456542e9} <Debug> DynamicQueryHandler: Done processing query | ||
6261 | 2024.09.03 23:54:05.506964 [ 3 ] {2b286cca-a233-434b-83f5-63ea456542e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6262 | 2024.09.03 23:54:05.506980 [ 3 ] {} <Debug> HTTP-Session: dfddf4c9-9cc7-41db-ae6c-f2fb2c938851 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6263 | 2024.09.03 23:54:10.495567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6264 | 2024.09.03 23:54:10.495710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6265 | 2024.09.03 23:54:10.495741 [ 3 ] {} <Debug> HTTP-Session: 30291e5b-9aca-49ed-9d07-b95cc70d7873 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6266 | 2024.09.03 23:54:10.495770 [ 3 ] {} <Debug> HTTP-Session: 30291e5b-9aca-49ed-9d07-b95cc70d7873 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6267 | 2024.09.03 23:54:10.495789 [ 3 ] {} <Debug> HTTP-Session: 30291e5b-9aca-49ed-9d07-b95cc70d7873 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6268 | 2024.09.03 23:54:10.495845 [ 3 ] {} <Trace> HTTP-Session: 30291e5b-9aca-49ed-9d07-b95cc70d7873 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6269 | 2024.09.03 23:54:10.496121 [ 3 ] {b8c4597a-a6ab-40c0-b6fe-3f85fbec147d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6270 | 2024.09.03 23:54:10.496199 [ 3 ] {b8c4597a-a6ab-40c0-b6fe-3f85fbec147d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6271 | 2024.09.03 23:54:10.496559 [ 3 ] {b8c4597a-a6ab-40c0-b6fe-3f85fbec147d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6272 | 2024.09.03 23:54:10.497183 [ 3 ] {b8c4597a-a6ab-40c0-b6fe-3f85fbec147d} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6273 | 2024.09.03 23:54:10.497232 [ 3 ] {b8c4597a-a6ab-40c0-b6fe-3f85fbec147d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6274 | 2024.09.03 23:54:10.497678 [ 3 ] {b8c4597a-a6ab-40c0-b6fe-3f85fbec147d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6275 | 2024.09.03 23:54:10.498061 [ 3 ] {b8c4597a-a6ab-40c0-b6fe-3f85fbec147d} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6276 | 2024.09.03 23:54:10.498258 [ 3 ] {b8c4597a-a6ab-40c0-b6fe-3f85fbec147d} <Debug> executeQuery: Read 201 rows, 18.03 KiB in 0.002251 sec., 89293.64726788094 rows/sec., 7.82 MiB/sec. | ||
6277 | 2024.09.03 23:54:10.498596 [ 3 ] {b8c4597a-a6ab-40c0-b6fe-3f85fbec147d} <Debug> DynamicQueryHandler: Done processing query | ||
6278 | 2024.09.03 23:54:10.498624 [ 3 ] {b8c4597a-a6ab-40c0-b6fe-3f85fbec147d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6279 | 2024.09.03 23:54:10.498641 [ 3 ] {} <Debug> HTTP-Session: 30291e5b-9aca-49ed-9d07-b95cc70d7873 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6280 | 2024.09.03 23:54:10.498821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6281 | 2024.09.03 23:54:10.498878 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6282 | 2024.09.03 23:54:10.498898 [ 3 ] {} <Debug> HTTP-Session: 1e1462ab-da33-4ef1-b40c-ae4f0895bf4d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6283 | 2024.09.03 23:54:10.498916 [ 3 ] {} <Debug> HTTP-Session: 1e1462ab-da33-4ef1-b40c-ae4f0895bf4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6284 | 2024.09.03 23:54:10.498930 [ 3 ] {} <Debug> HTTP-Session: 1e1462ab-da33-4ef1-b40c-ae4f0895bf4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6285 | 2024.09.03 23:54:10.498965 [ 3 ] {} <Trace> HTTP-Session: 1e1462ab-da33-4ef1-b40c-ae4f0895bf4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6286 | 2024.09.03 23:54:10.499073 [ 3 ] {22cc1847-335b-455f-8b02-1b8455f818e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6287 | 2024.09.03 23:54:10.499122 [ 3 ] {22cc1847-335b-455f-8b02-1b8455f818e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6288 | 2024.09.03 23:54:10.499376 [ 3 ] {22cc1847-335b-455f-8b02-1b8455f818e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6289 | 2024.09.03 23:54:10.499713 [ 3 ] {22cc1847-335b-455f-8b02-1b8455f818e4} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6290 | 2024.09.03 23:54:10.499750 [ 3 ] {22cc1847-335b-455f-8b02-1b8455f818e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6291 | 2024.09.03 23:54:10.500102 [ 3 ] {22cc1847-335b-455f-8b02-1b8455f818e4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
6292 | 2024.09.03 23:54:10.500472 [ 3 ] {22cc1847-335b-455f-8b02-1b8455f818e4} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6293 | 2024.09.03 23:54:10.500640 [ 3 ] {22cc1847-335b-455f-8b02-1b8455f818e4} <Debug> executeQuery: Read 6 rows, 462.00 B in 0.001587 sec., 3780.7183364839316 rows/sec., 284.29 KiB/sec. | ||
6294 | 2024.09.03 23:54:10.500996 [ 3 ] {22cc1847-335b-455f-8b02-1b8455f818e4} <Debug> DynamicQueryHandler: Done processing query | ||
6295 | 2024.09.03 23:54:10.501021 [ 3 ] {22cc1847-335b-455f-8b02-1b8455f818e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6296 | 2024.09.03 23:54:10.501037 [ 3 ] {} <Debug> HTTP-Session: 1e1462ab-da33-4ef1-b40c-ae4f0895bf4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6297 | 2024.09.03 23:54:10.501174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6298 | 2024.09.03 23:54:10.501223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6299 | 2024.09.03 23:54:10.501242 [ 3 ] {} <Debug> HTTP-Session: ff8f63a7-2801-46c0-8bdb-bd51e63c07b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6300 | 2024.09.03 23:54:10.501260 [ 3 ] {} <Debug> HTTP-Session: ff8f63a7-2801-46c0-8bdb-bd51e63c07b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6301 | 2024.09.03 23:54:10.501274 [ 3 ] {} <Debug> HTTP-Session: ff8f63a7-2801-46c0-8bdb-bd51e63c07b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6302 | 2024.09.03 23:54:10.501305 [ 3 ] {} <Trace> HTTP-Session: ff8f63a7-2801-46c0-8bdb-bd51e63c07b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6303 | 2024.09.03 23:54:10.501409 [ 3 ] {e91e12e1-19b6-44be-b0f4-694ef8282227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6304 | 2024.09.03 23:54:10.501454 [ 3 ] {e91e12e1-19b6-44be-b0f4-694ef8282227} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6305 | 2024.09.03 23:54:10.501703 [ 3 ] {e91e12e1-19b6-44be-b0f4-694ef8282227} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6306 | 2024.09.03 23:54:10.502025 [ 3 ] {e91e12e1-19b6-44be-b0f4-694ef8282227} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6307 | 2024.09.03 23:54:10.502061 [ 3 ] {e91e12e1-19b6-44be-b0f4-694ef8282227} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6308 | 2024.09.03 23:54:10.502413 [ 3 ] {e91e12e1-19b6-44be-b0f4-694ef8282227} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
6309 | 2024.09.03 23:54:10.502767 [ 3 ] {e91e12e1-19b6-44be-b0f4-694ef8282227} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6310 | 2024.09.03 23:54:10.502936 [ 3 ] {e91e12e1-19b6-44be-b0f4-694ef8282227} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001551 sec., 9026.434558349452 rows/sec., 632.15 KiB/sec. | ||
6311 | 2024.09.03 23:54:10.503258 [ 3 ] {e91e12e1-19b6-44be-b0f4-694ef8282227} <Debug> DynamicQueryHandler: Done processing query | ||
6312 | 2024.09.03 23:54:10.503282 [ 3 ] {e91e12e1-19b6-44be-b0f4-694ef8282227} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6313 | 2024.09.03 23:54:10.503300 [ 3 ] {} <Debug> HTTP-Session: ff8f63a7-2801-46c0-8bdb-bd51e63c07b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6314 | 2024.09.03 23:54:10.503420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6315 | 2024.09.03 23:54:10.503469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6316 | 2024.09.03 23:54:10.503489 [ 3 ] {} <Debug> HTTP-Session: f8ca9940-f460-479e-ba86-2cfa32dabfe0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6317 | 2024.09.03 23:54:10.503506 [ 3 ] {} <Debug> HTTP-Session: f8ca9940-f460-479e-ba86-2cfa32dabfe0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6318 | 2024.09.03 23:54:10.503520 [ 3 ] {} <Debug> HTTP-Session: f8ca9940-f460-479e-ba86-2cfa32dabfe0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6319 | 2024.09.03 23:54:10.503551 [ 3 ] {} <Trace> HTTP-Session: f8ca9940-f460-479e-ba86-2cfa32dabfe0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6320 | 2024.09.03 23:54:10.503651 [ 3 ] {0b43ae1c-f54d-4955-9b3a-8bb2d8fa051d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
6321 | 2024.09.03 23:54:10.503695 [ 3 ] {0b43ae1c-f54d-4955-9b3a-8bb2d8fa051d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6322 | 2024.09.03 23:54:10.503938 [ 3 ] {0b43ae1c-f54d-4955-9b3a-8bb2d8fa051d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6323 | 2024.09.03 23:54:10.504236 [ 3 ] {0b43ae1c-f54d-4955-9b3a-8bb2d8fa051d} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6324 | 2024.09.03 23:54:10.504273 [ 3 ] {0b43ae1c-f54d-4955-9b3a-8bb2d8fa051d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6325 | 2024.09.03 23:54:10.504607 [ 3 ] {0b43ae1c-f54d-4955-9b3a-8bb2d8fa051d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6326 | 2024.09.03 23:54:10.504959 [ 3 ] {0b43ae1c-f54d-4955-9b3a-8bb2d8fa051d} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6327 | 2024.09.03 23:54:10.505097 [ 3 ] {0b43ae1c-f54d-4955-9b3a-8bb2d8fa051d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001468 sec., 4087.1934604904636 rows/sec., 241.48 KiB/sec. | ||
6328 | 2024.09.03 23:54:10.505424 [ 3 ] {0b43ae1c-f54d-4955-9b3a-8bb2d8fa051d} <Debug> DynamicQueryHandler: Done processing query | ||
6329 | 2024.09.03 23:54:10.505449 [ 3 ] {0b43ae1c-f54d-4955-9b3a-8bb2d8fa051d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6330 | 2024.09.03 23:54:10.505466 [ 3 ] {} <Debug> HTTP-Session: f8ca9940-f460-479e-ba86-2cfa32dabfe0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6331 | 2024.09.03 23:54:10.505656 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 62783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6332 | 2024.09.03 23:54:10.505705 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6333 | 2024.09.03 23:54:10.505724 [ 3 ] {} <Debug> HTTP-Session: ee4cf9cd-e22c-4ccb-b70a-dd52a1698da8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6334 | 2024.09.03 23:54:10.505741 [ 3 ] {} <Debug> HTTP-Session: ee4cf9cd-e22c-4ccb-b70a-dd52a1698da8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6335 | 2024.09.03 23:54:10.505755 [ 3 ] {} <Debug> HTTP-Session: ee4cf9cd-e22c-4ccb-b70a-dd52a1698da8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6336 | 2024.09.03 23:54:10.505787 [ 3 ] {} <Trace> HTTP-Session: ee4cf9cd-e22c-4ccb-b70a-dd52a1698da8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6337 | 2024.09.03 23:54:10.505992 [ 3 ] {36ba2f99-2bd1-4aa5-a32b-bd44fd3c7ea8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6338 | 2024.09.03 23:54:10.506037 [ 3 ] {36ba2f99-2bd1-4aa5-a32b-bd44fd3c7ea8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6339 | 2024.09.03 23:54:10.506286 [ 3 ] {36ba2f99-2bd1-4aa5-a32b-bd44fd3c7ea8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6340 | 2024.09.03 23:54:10.506863 [ 3 ] {36ba2f99-2bd1-4aa5-a32b-bd44fd3c7ea8} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6341 | 2024.09.03 23:54:10.506901 [ 3 ] {36ba2f99-2bd1-4aa5-a32b-bd44fd3c7ea8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6342 | 2024.09.03 23:54:10.507268 [ 3 ] {36ba2f99-2bd1-4aa5-a32b-bd44fd3c7ea8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6343 | 2024.09.03 23:54:10.507616 [ 3 ] {36ba2f99-2bd1-4aa5-a32b-bd44fd3c7ea8} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6344 | 2024.09.03 23:54:10.507778 [ 3 ] {36ba2f99-2bd1-4aa5-a32b-bd44fd3c7ea8} <Debug> executeQuery: Read 388 rows, 28.16 KiB in 0.001886 sec., 205726.40509013785 rows/sec., 14.58 MiB/sec. | ||
6345 | 2024.09.03 23:54:10.507951 [ 3 ] {36ba2f99-2bd1-4aa5-a32b-bd44fd3c7ea8} <Debug> DynamicQueryHandler: Done processing query | ||
6346 | 2024.09.03 23:54:10.507976 [ 3 ] {36ba2f99-2bd1-4aa5-a32b-bd44fd3c7ea8} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
6347 | 2024.09.03 23:54:10.507992 [ 3 ] {} <Debug> HTTP-Session: ee4cf9cd-e22c-4ccb-b70a-dd52a1698da8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6348 | 2024.09.03 23:54:10.508216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6349 | 2024.09.03 23:54:10.508264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6350 | 2024.09.03 23:54:10.508284 [ 3 ] {} <Debug> HTTP-Session: 8b1c1f9a-f488-4b3c-a5f4-0133ad240535 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6351 | 2024.09.03 23:54:10.508300 [ 3 ] {} <Debug> HTTP-Session: 8b1c1f9a-f488-4b3c-a5f4-0133ad240535 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6352 | 2024.09.03 23:54:10.508314 [ 3 ] {} <Debug> HTTP-Session: 8b1c1f9a-f488-4b3c-a5f4-0133ad240535 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6353 | 2024.09.03 23:54:10.508345 [ 3 ] {} <Trace> HTTP-Session: 8b1c1f9a-f488-4b3c-a5f4-0133ad240535 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6354 | 2024.09.03 23:54:10.508439 [ 3 ] {922f1ca8-ae64-4299-9c78-4953a6bc8b94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6355 | 2024.09.03 23:54:10.508483 [ 3 ] {922f1ca8-ae64-4299-9c78-4953a6bc8b94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6356 | 2024.09.03 23:54:10.508614 [ 3 ] {922f1ca8-ae64-4299-9c78-4953a6bc8b94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6357 | 2024.09.03 23:54:10.508865 [ 3 ] {922f1ca8-ae64-4299-9c78-4953a6bc8b94} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6358 | 2024.09.03 23:54:10.508900 [ 3 ] {922f1ca8-ae64-4299-9c78-4953a6bc8b94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6359 | 2024.09.03 23:54:10.509253 [ 3 ] {922f1ca8-ae64-4299-9c78-4953a6bc8b94} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6360 | 2024.09.03 23:54:10.509566 [ 3 ] {922f1ca8-ae64-4299-9c78-4953a6bc8b94} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6361 | 2024.09.03 23:54:10.509718 [ 3 ] {922f1ca8-ae64-4299-9c78-4953a6bc8b94} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001303 sec., 4604.758250191865 rows/sec., 240.58 KiB/sec. | ||
6362 | 2024.09.03 23:54:10.509870 [ 3 ] {922f1ca8-ae64-4299-9c78-4953a6bc8b94} <Debug> DynamicQueryHandler: Done processing query | ||
6363 | 2024.09.03 23:54:10.509895 [ 3 ] {922f1ca8-ae64-4299-9c78-4953a6bc8b94} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6364 | 2024.09.03 23:54:10.509911 [ 3 ] {} <Debug> HTTP-Session: 8b1c1f9a-f488-4b3c-a5f4-0133ad240535 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6365 | 2024.09.03 23:54:10.510056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 44650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6366 | 2024.09.03 23:54:10.510102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6367 | 2024.09.03 23:54:10.510122 [ 3 ] {} <Debug> HTTP-Session: 947e9956-4f1f-446a-a90b-9fb1980ed9b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6368 | 2024.09.03 23:54:10.510139 [ 3 ] {} <Debug> HTTP-Session: 947e9956-4f1f-446a-a90b-9fb1980ed9b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6369 | 2024.09.03 23:54:10.510153 [ 3 ] {} <Debug> HTTP-Session: 947e9956-4f1f-446a-a90b-9fb1980ed9b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6370 | 2024.09.03 23:54:10.510184 [ 3 ] {} <Trace> HTTP-Session: 947e9956-4f1f-446a-a90b-9fb1980ed9b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6371 | 2024.09.03 23:54:10.510370 [ 3 ] {0000fd2c-e6a5-4182-aa36-9711ce4a7dfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6372 | 2024.09.03 23:54:10.510415 [ 3 ] {0000fd2c-e6a5-4182-aa36-9711ce4a7dfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6373 | 2024.09.03 23:54:10.510559 [ 3 ] {0000fd2c-e6a5-4182-aa36-9711ce4a7dfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6374 | 2024.09.03 23:54:10.510996 [ 3 ] {0000fd2c-e6a5-4182-aa36-9711ce4a7dfe} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6375 | 2024.09.03 23:54:10.511031 [ 3 ] {0000fd2c-e6a5-4182-aa36-9711ce4a7dfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6376 | 2024.09.03 23:54:10.511406 [ 3 ] {0000fd2c-e6a5-4182-aa36-9711ce4a7dfe} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6377 | 2024.09.03 23:54:10.511729 [ 3 ] {0000fd2c-e6a5-4182-aa36-9711ce4a7dfe} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6378 | 2024.09.03 23:54:10.511891 [ 3 ] {0000fd2c-e6a5-4182-aa36-9711ce4a7dfe} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001618 sec., 146477.13226205192 rows/sec., 9.82 MiB/sec. | ||
6379 | 2024.09.03 23:54:10.512063 [ 3 ] {0000fd2c-e6a5-4182-aa36-9711ce4a7dfe} <Debug> DynamicQueryHandler: Done processing query | ||
6380 | 2024.09.03 23:54:10.512087 [ 3 ] {0000fd2c-e6a5-4182-aa36-9711ce4a7dfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6381 | 2024.09.03 23:54:10.512102 [ 3 ] {} <Debug> HTTP-Session: 947e9956-4f1f-446a-a90b-9fb1980ed9b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6382 | 2024.09.03 23:54:10.512277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6383 | 2024.09.03 23:54:10.512326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6384 | 2024.09.03 23:54:10.512344 [ 3 ] {} <Debug> HTTP-Session: 1d35212f-0f12-4446-b67d-b587c63c62f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6385 | 2024.09.03 23:54:10.512361 [ 3 ] {} <Debug> HTTP-Session: 1d35212f-0f12-4446-b67d-b587c63c62f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6386 | 2024.09.03 23:54:10.512374 [ 3 ] {} <Debug> HTTP-Session: 1d35212f-0f12-4446-b67d-b587c63c62f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6387 | 2024.09.03 23:54:10.512405 [ 3 ] {} <Trace> HTTP-Session: 1d35212f-0f12-4446-b67d-b587c63c62f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6388 | 2024.09.03 23:54:10.512505 [ 3 ] {ba7e4daa-de8b-4892-a101-657c8a797ca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
6389 | 2024.09.03 23:54:10.512549 [ 3 ] {ba7e4daa-de8b-4892-a101-657c8a797ca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6390 | 2024.09.03 23:54:10.512681 [ 3 ] {ba7e4daa-de8b-4892-a101-657c8a797ca3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6391 | 2024.09.03 23:54:10.512920 [ 3 ] {ba7e4daa-de8b-4892-a101-657c8a797ca3} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6392 | 2024.09.03 23:54:10.512955 [ 3 ] {ba7e4daa-de8b-4892-a101-657c8a797ca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6393 | 2024.09.03 23:54:10.513301 [ 3 ] {ba7e4daa-de8b-4892-a101-657c8a797ca3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6394 | 2024.09.03 23:54:10.513620 [ 3 ] {ba7e4daa-de8b-4892-a101-657c8a797ca3} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6395 | 2024.09.03 23:54:10.513777 [ 3 ] {ba7e4daa-de8b-4892-a101-657c8a797ca3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001284 sec., 778.816199376947 rows/sec., 52.48 KiB/sec. | ||
6396 | 2024.09.03 23:54:10.513933 [ 3 ] {ba7e4daa-de8b-4892-a101-657c8a797ca3} <Debug> DynamicQueryHandler: Done processing query | ||
6397 | 2024.09.03 23:54:10.513957 [ 3 ] {ba7e4daa-de8b-4892-a101-657c8a797ca3} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
6398 | 2024.09.03 23:54:10.513973 [ 3 ] {} <Debug> HTTP-Session: 1d35212f-0f12-4446-b67d-b587c63c62f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6399 | 2024.09.03 23:54:10.514084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 10139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6400 | 2024.09.03 23:54:10.514131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6401 | 2024.09.03 23:54:10.514150 [ 3 ] {} <Debug> HTTP-Session: ecb2fa9c-8c07-47e6-86f0-17c60cd8f643 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6402 | 2024.09.03 23:54:10.514166 [ 3 ] {} <Debug> HTTP-Session: ecb2fa9c-8c07-47e6-86f0-17c60cd8f643 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6403 | 2024.09.03 23:54:10.514180 [ 3 ] {} <Debug> HTTP-Session: ecb2fa9c-8c07-47e6-86f0-17c60cd8f643 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6404 | 2024.09.03 23:54:10.514210 [ 3 ] {} <Trace> HTTP-Session: ecb2fa9c-8c07-47e6-86f0-17c60cd8f643 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6405 | 2024.09.03 23:54:10.514348 [ 3 ] {35275703-03aa-41e0-8286-64a1f47f66bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
6406 | 2024.09.03 23:54:10.514410 [ 3 ] {35275703-03aa-41e0-8286-64a1f47f66bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6407 | 2024.09.03 23:54:10.514824 [ 3 ] {35275703-03aa-41e0-8286-64a1f47f66bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6408 | 2024.09.03 23:54:10.515316 [ 3 ] {35275703-03aa-41e0-8286-64a1f47f66bd} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6409 | 2024.09.03 23:54:10.515352 [ 3 ] {35275703-03aa-41e0-8286-64a1f47f66bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6410 | 2024.09.03 23:54:10.515930 [ 3 ] {35275703-03aa-41e0-8286-64a1f47f66bd} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
6411 | 2024.09.03 23:54:10.516331 [ 3 ] {35275703-03aa-41e0-8286-64a1f47f66bd} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6412 | 2024.09.03 23:54:10.516513 [ 3 ] {35275703-03aa-41e0-8286-64a1f47f66bd} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002231 sec., 2689.376961004034 rows/sec., 4.82 MiB/sec. | ||
6413 | 2024.09.03 23:54:10.516732 [ 3 ] {35275703-03aa-41e0-8286-64a1f47f66bd} <Debug> DynamicQueryHandler: Done processing query | ||
6414 | 2024.09.03 23:54:10.516756 [ 3 ] {35275703-03aa-41e0-8286-64a1f47f66bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
6415 | 2024.09.03 23:54:10.516772 [ 3 ] {} <Debug> HTTP-Session: ecb2fa9c-8c07-47e6-86f0-17c60cd8f643 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6416 | 2024.09.03 23:54:10.516899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6417 | 2024.09.03 23:54:10.516948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6418 | 2024.09.03 23:54:10.516968 [ 3 ] {} <Debug> HTTP-Session: 65eb8f38-6d5f-424f-a873-c49409a0f426 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6419 | 2024.09.03 23:54:10.516984 [ 3 ] {} <Debug> HTTP-Session: 65eb8f38-6d5f-424f-a873-c49409a0f426 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6420 | 2024.09.03 23:54:10.516998 [ 3 ] {} <Debug> HTTP-Session: 65eb8f38-6d5f-424f-a873-c49409a0f426 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6421 | 2024.09.03 23:54:10.517029 [ 3 ] {} <Trace> HTTP-Session: 65eb8f38-6d5f-424f-a873-c49409a0f426 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6422 | 2024.09.03 23:54:10.517150 [ 3 ] {11d286f2-66ae-4846-b616-80a2c3b48ff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6423 | 2024.09.03 23:54:10.517194 [ 3 ] {11d286f2-66ae-4846-b616-80a2c3b48ff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6424 | 2024.09.03 23:54:10.517321 [ 3 ] {11d286f2-66ae-4846-b616-80a2c3b48ff1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6425 | 2024.09.03 23:54:10.517696 [ 3 ] {11d286f2-66ae-4846-b616-80a2c3b48ff1} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6426 | 2024.09.03 23:54:10.517732 [ 3 ] {11d286f2-66ae-4846-b616-80a2c3b48ff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6427 | 2024.09.03 23:54:10.518082 [ 3 ] {11d286f2-66ae-4846-b616-80a2c3b48ff1} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6428 | 2024.09.03 23:54:10.518406 [ 3 ] {11d286f2-66ae-4846-b616-80a2c3b48ff1} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6429 | 2024.09.03 23:54:10.518576 [ 3 ] {11d286f2-66ae-4846-b616-80a2c3b48ff1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001463 sec., 56049.21394395078 rows/sec., 3.56 MiB/sec. | ||
6430 | 2024.09.03 23:54:10.518789 [ 3 ] {11d286f2-66ae-4846-b616-80a2c3b48ff1} <Debug> DynamicQueryHandler: Done processing query | ||
6431 | 2024.09.03 23:54:10.518815 [ 3 ] {11d286f2-66ae-4846-b616-80a2c3b48ff1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6432 | 2024.09.03 23:54:10.518831 [ 3 ] {} <Debug> HTTP-Session: 65eb8f38-6d5f-424f-a873-c49409a0f426 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6433 | 2024.09.03 23:54:15.491120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 17496, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6434 | 2024.09.03 23:54:15.491273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6435 | 2024.09.03 23:54:15.491304 [ 3 ] {} <Debug> HTTP-Session: 0f79dfa6-05e0-4f89-a8a3-4940463ab7f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6436 | 2024.09.03 23:54:15.491334 [ 3 ] {} <Debug> HTTP-Session: 0f79dfa6-05e0-4f89-a8a3-4940463ab7f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6437 | 2024.09.03 23:54:15.491353 [ 3 ] {} <Debug> HTTP-Session: 0f79dfa6-05e0-4f89-a8a3-4940463ab7f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6438 | 2024.09.03 23:54:15.491409 [ 3 ] {} <Trace> HTTP-Session: 0f79dfa6-05e0-4f89-a8a3-4940463ab7f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6439 | 2024.09.03 23:54:15.491658 [ 3 ] {6f7995cb-4653-497c-98c6-35c123c755aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6440 | 2024.09.03 23:54:15.491728 [ 3 ] {6f7995cb-4653-497c-98c6-35c123c755aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6441 | 2024.09.03 23:54:15.492146 [ 3 ] {6f7995cb-4653-497c-98c6-35c123c755aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6442 | 2024.09.03 23:54:15.493121 [ 3 ] {6f7995cb-4653-497c-98c6-35c123c755aa} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6443 | 2024.09.03 23:54:15.493173 [ 3 ] {6f7995cb-4653-497c-98c6-35c123c755aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6444 | 2024.09.03 23:54:15.493634 [ 3 ] {6f7995cb-4653-497c-98c6-35c123c755aa} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6445 | 2024.09.03 23:54:15.494042 [ 3 ] {6f7995cb-4653-497c-98c6-35c123c755aa} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6446 | 2024.09.03 23:54:15.494237 [ 3 ] {6f7995cb-4653-497c-98c6-35c123c755aa} <Debug> executeQuery: Read 118 rows, 10.31 KiB in 0.002658 sec., 44394.28141459744 rows/sec., 3.79 MiB/sec. | ||
6447 | 2024.09.03 23:54:15.494262 [ 94 ] {} <Debug> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6448 | 2024.09.03 23:54:15.494372 [ 94 ] {} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6449 | 2024.09.03 23:54:15.494434 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6450 | 2024.09.03 23:54:15.494604 [ 3 ] {6f7995cb-4653-497c-98c6-35c123c755aa} <Debug> DynamicQueryHandler: Done processing query | ||
6451 | 2024.09.03 23:54:15.494649 [ 191 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::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 | ||
6452 | 2024.09.03 23:54:15.494654 [ 3 ] {6f7995cb-4653-497c-98c6-35c123c755aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
6453 | 2024.09.03 23:54:15.494754 [ 3 ] {} <Debug> HTTP-Session: 0f79dfa6-05e0-4f89-a8a3-4940463ab7f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6454 | 2024.09.03 23:54:15.494927 [ 191 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6455 | 2024.09.03 23:54:15.494947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 4494, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6456 | 2024.09.03 23:54:15.494998 [ 191 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1411 rows starting from the beginning of the part | ||
6457 | 2024.09.03 23:54:15.495062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6458 | 2024.09.03 23:54:15.495126 [ 3 ] {} <Debug> HTTP-Session: f18533a4-06e6-4ccf-b212-72cdac18a1f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6459 | 2024.09.03 23:54:15.495243 [ 3 ] {} <Debug> HTTP-Session: f18533a4-06e6-4ccf-b212-72cdac18a1f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6460 | 2024.09.03 23:54:15.495254 [ 191 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1261 rows starting from the beginning of the part | ||
6461 | 2024.09.03 23:54:15.495304 [ 3 ] {} <Debug> HTTP-Session: f18533a4-06e6-4ccf-b212-72cdac18a1f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6462 | 2024.09.03 23:54:15.495606 [ 3 ] {} <Trace> HTTP-Session: f18533a4-06e6-4ccf-b212-72cdac18a1f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6463 | 2024.09.03 23:54:15.495626 [ 191 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 201 rows starting from the beginning of the part | ||
6464 | 2024.09.03 23:54:15.495780 [ 191 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 118 rows starting from the beginning of the part | ||
6465 | 2024.09.03 23:54:15.496100 [ 3 ] {025328b7-b57c-4f2f-8983-f091a7b486fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6466 | 2024.09.03 23:54:15.496162 [ 191 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 201 rows starting from the beginning of the part | ||
6467 | 2024.09.03 23:54:15.496246 [ 3 ] {025328b7-b57c-4f2f-8983-f091a7b486fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6468 | 2024.09.03 23:54:15.496487 [ 191 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 118 rows starting from the beginning of the part | ||
6469 | 2024.09.03 23:54:15.497373 [ 3 ] {025328b7-b57c-4f2f-8983-f091a7b486fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6470 | 2024.09.03 23:54:15.498212 [ 3 ] {025328b7-b57c-4f2f-8983-f091a7b486fc} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6471 | 2024.09.03 23:54:15.498276 [ 3 ] {025328b7-b57c-4f2f-8983-f091a7b486fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6472 | 2024.09.03 23:54:15.499533 [ 3 ] {025328b7-b57c-4f2f-8983-f091a7b486fc} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6473 | 2024.09.03 23:54:15.500225 [ 3 ] {025328b7-b57c-4f2f-8983-f091a7b486fc} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6474 | 2024.09.03 23:54:15.500656 [ 3 ] {025328b7-b57c-4f2f-8983-f091a7b486fc} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.00477 sec., 6498.95178197065 rows/sec., 488.69 KiB/sec. | ||
6475 | 2024.09.03 23:54:15.501035 [ 198 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3310 rows, containing 5 columns (5 merged, 0 gathered) in 0.006490899 sec., 509944.7703623181 rows/sec., 44.80 MiB/sec. | ||
6476 | 2024.09.03 23:54:15.501114 [ 3 ] {025328b7-b57c-4f2f-8983-f091a7b486fc} <Debug> DynamicQueryHandler: Done processing query | ||
6477 | 2024.09.03 23:54:15.501141 [ 3 ] {025328b7-b57c-4f2f-8983-f091a7b486fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6478 | 2024.09.03 23:54:15.501159 [ 3 ] {} <Debug> HTTP-Session: f18533a4-06e6-4ccf-b212-72cdac18a1f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6479 | 2024.09.03 23:54:15.501342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 16129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6480 | 2024.09.03 23:54:15.501373 [ 200 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6481 | 2024.09.03 23:54:15.501407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6482 | 2024.09.03 23:54:15.501450 [ 3 ] {} <Debug> HTTP-Session: 95684c75-e671-4723-9782-f65ab5011501 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6483 | 2024.09.03 23:54:15.501501 [ 3 ] {} <Debug> HTTP-Session: 95684c75-e671-4723-9782-f65ab5011501 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6484 | 2024.09.03 23:54:15.501537 [ 3 ] {} <Debug> HTTP-Session: 95684c75-e671-4723-9782-f65ab5011501 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6485 | 2024.09.03 23:54:15.501593 [ 3 ] {} <Trace> HTTP-Session: 95684c75-e671-4723-9782-f65ab5011501 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6486 | 2024.09.03 23:54:15.501868 [ 3 ] {7b3ac567-013c-4229-8057-1ba76556235d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6487 | 2024.09.03 23:54:15.502023 [ 3 ] {7b3ac567-013c-4229-8057-1ba76556235d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6488 | 2024.09.03 23:54:15.502568 [ 200 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_31_6} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6489 | 2024.09.03 23:54:15.502699 [ 3 ] {7b3ac567-013c-4229-8057-1ba76556235d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6490 | 2024.09.03 23:54:15.502790 [ 200 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_31_6} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6491 | 2024.09.03 23:54:15.502936 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
6492 | 2024.09.03 23:54:15.503237 [ 3 ] {7b3ac567-013c-4229-8057-1ba76556235d} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6493 | 2024.09.03 23:54:15.503281 [ 3 ] {7b3ac567-013c-4229-8057-1ba76556235d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6494 | 2024.09.03 23:54:15.503648 [ 3 ] {7b3ac567-013c-4229-8057-1ba76556235d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6495 | 2024.09.03 23:54:15.504020 [ 3 ] {7b3ac567-013c-4229-8057-1ba76556235d} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6496 | 2024.09.03 23:54:15.504181 [ 94 ] {} <Debug> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6497 | 2024.09.03 23:54:15.504184 [ 3 ] {7b3ac567-013c-4229-8057-1ba76556235d} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.002483 sec., 38260.1691502215 rows/sec., 2.99 MiB/sec. | ||
6498 | 2024.09.03 23:54:15.504252 [ 94 ] {} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6499 | 2024.09.03 23:54:15.504327 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6500 | 2024.09.03 23:54:15.504605 [ 3 ] {7b3ac567-013c-4229-8057-1ba76556235d} <Debug> DynamicQueryHandler: Done processing query | ||
6501 | 2024.09.03 23:54:15.504662 [ 196 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::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 | ||
6502 | 2024.09.03 23:54:15.504673 [ 3 ] {7b3ac567-013c-4229-8057-1ba76556235d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6503 | 2024.09.03 23:54:15.504764 [ 3 ] {} <Debug> HTTP-Session: 95684c75-e671-4723-9782-f65ab5011501 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6504 | 2024.09.03 23:54:15.505083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6505 | 2024.09.03 23:54:15.505274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6506 | 2024.09.03 23:54:15.505378 [ 3 ] {} <Debug> HTTP-Session: ea7a73af-fd55-475e-89f9-18b060559491 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6507 | 2024.09.03 23:54:15.505379 [ 196 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6508 | 2024.09.03 23:54:15.505446 [ 3 ] {} <Debug> HTTP-Session: ea7a73af-fd55-475e-89f9-18b060559491 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6509 | 2024.09.03 23:54:15.505510 [ 3 ] {} <Debug> HTTP-Session: ea7a73af-fd55-475e-89f9-18b060559491 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6510 | 2024.09.03 23:54:15.505516 [ 196 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 907 rows starting from the beginning of the part | ||
6511 | 2024.09.03 23:54:15.505579 [ 3 ] {} <Trace> HTTP-Session: ea7a73af-fd55-475e-89f9-18b060559491 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6512 | 2024.09.03 23:54:15.505828 [ 196 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 557 rows starting from the beginning of the part | ||
6513 | 2024.09.03 23:54:15.505886 [ 3 ] {ab87534d-f505-4dcc-bb19-b697ce97a072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6514 | 2024.09.03 23:54:15.506060 [ 3 ] {ab87534d-f505-4dcc-bb19-b697ce97a072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6515 | 2024.09.03 23:54:15.506124 [ 196 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 388 rows starting from the beginning of the part | ||
6516 | 2024.09.03 23:54:15.506435 [ 196 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 95 rows starting from the beginning of the part | ||
6517 | 2024.09.03 23:54:15.506849 [ 196 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 388 rows starting from the beginning of the part | ||
6518 | 2024.09.03 23:54:15.507186 [ 196 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 95 rows starting from the beginning of the part | ||
6519 | 2024.09.03 23:54:15.507236 [ 3 ] {ab87534d-f505-4dcc-bb19-b697ce97a072} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6520 | 2024.09.03 23:54:15.508298 [ 3 ] {ab87534d-f505-4dcc-bb19-b697ce97a072} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6521 | 2024.09.03 23:54:15.508344 [ 3 ] {ab87534d-f505-4dcc-bb19-b697ce97a072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6522 | 2024.09.03 23:54:15.509471 [ 3 ] {ab87534d-f505-4dcc-bb19-b697ce97a072} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6523 | 2024.09.03 23:54:15.510053 [ 3 ] {ab87534d-f505-4dcc-bb19-b697ce97a072} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6524 | 2024.09.03 23:54:15.510490 [ 3 ] {ab87534d-f505-4dcc-bb19-b697ce97a072} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004746 sec., 33712.6000842815 rows/sec., 2.35 MiB/sec. | ||
6525 | 2024.09.03 23:54:15.510599 [ 94 ] {} <Debug> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6526 | 2024.09.03 23:54:15.510648 [ 200 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2430 rows, containing 5 columns (5 merged, 0 gathered) in 0.006184523 sec., 392916.31707085576 rows/sec., 30.15 MiB/sec. | ||
6527 | 2024.09.03 23:54:15.510738 [ 94 ] {} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6528 | 2024.09.03 23:54:15.510819 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6529 | 2024.09.03 23:54:15.510974 [ 3 ] {ab87534d-f505-4dcc-bb19-b697ce97a072} <Debug> DynamicQueryHandler: Done processing query | ||
6530 | 2024.09.03 23:54:15.510991 [ 200 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6531 | 2024.09.03 23:54:15.511041 [ 3 ] {ab87534d-f505-4dcc-bb19-b697ce97a072} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6532 | 2024.09.03 23:54:15.511112 [ 3 ] {} <Debug> HTTP-Session: ea7a73af-fd55-475e-89f9-18b060559491 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6533 | 2024.09.03 23:54:15.511262 [ 198 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::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 | ||
6534 | 2024.09.03 23:54:15.511429 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 51815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6535 | 2024.09.03 23:54:15.511593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6536 | 2024.09.03 23:54:15.511696 [ 3 ] {} <Debug> HTTP-Session: 80bb8103-33bf-4f02-a10f-40dca94d0437 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6537 | 2024.09.03 23:54:15.511802 [ 3 ] {} <Debug> HTTP-Session: 80bb8103-33bf-4f02-a10f-40dca94d0437 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6538 | 2024.09.03 23:54:15.511829 [ 198 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6539 | 2024.09.03 23:54:15.511878 [ 3 ] {} <Debug> HTTP-Session: 80bb8103-33bf-4f02-a10f-40dca94d0437 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6540 | 2024.09.03 23:54:15.511997 [ 198 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7955 rows starting from the beginning of the part | ||
6541 | 2024.09.03 23:54:15.512037 [ 3 ] {} <Trace> HTTP-Session: 80bb8103-33bf-4f02-a10f-40dca94d0437 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6542 | 2024.09.03 23:54:15.512459 [ 198 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 847 rows starting from the beginning of the part | ||
6543 | 2024.09.03 23:54:15.512684 [ 198 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 237 rows starting from the beginning of the part | ||
6544 | 2024.09.03 23:54:15.512872 [ 198 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part | ||
6545 | 2024.09.03 23:54:15.513006 [ 3 ] {79547596-f3a4-42e6-b5ec-32ab6bbebbde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
6546 | 2024.09.03 23:54:15.513154 [ 190 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_31_6} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6547 | 2024.09.03 23:54:15.513431 [ 198 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 237 rows starting from the beginning of the part | ||
6548 | 2024.09.03 23:54:15.513565 [ 3 ] {79547596-f3a4-42e6-b5ec-32ab6bbebbde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6549 | 2024.09.03 23:54:15.513798 [ 190 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_31_6} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6550 | 2024.09.03 23:54:15.513894 [ 198 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part | ||
6551 | 2024.09.03 23:54:15.514082 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
6552 | 2024.09.03 23:54:15.515149 [ 3 ] {79547596-f3a4-42e6-b5ec-32ab6bbebbde} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6553 | 2024.09.03 23:54:15.516212 [ 3 ] {79547596-f3a4-42e6-b5ec-32ab6bbebbde} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6554 | 2024.09.03 23:54:15.516252 [ 3 ] {79547596-f3a4-42e6-b5ec-32ab6bbebbde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6555 | 2024.09.03 23:54:15.517077 [ 3 ] {79547596-f3a4-42e6-b5ec-32ab6bbebbde} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6556 | 2024.09.03 23:54:15.517844 [ 3 ] {79547596-f3a4-42e6-b5ec-32ab6bbebbde} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6557 | 2024.09.03 23:54:15.518060 [ 3 ] {79547596-f3a4-42e6-b5ec-32ab6bbebbde} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.005757 sec., 5384.749001215911 rows/sec., 9.65 MiB/sec. | ||
6558 | 2024.09.03 23:54:15.518264 [ 3 ] {79547596-f3a4-42e6-b5ec-32ab6bbebbde} <Debug> DynamicQueryHandler: Done processing query | ||
6559 | 2024.09.03 23:54:15.518288 [ 3 ] {79547596-f3a4-42e6-b5ec-32ab6bbebbde} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
6560 | 2024.09.03 23:54:15.518305 [ 3 ] {} <Debug> HTTP-Session: 80bb8103-33bf-4f02-a10f-40dca94d0437 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6561 | 2024.09.03 23:54:15.518456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6562 | 2024.09.03 23:54:15.518507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6563 | 2024.09.03 23:54:15.518527 [ 3 ] {} <Debug> HTTP-Session: 8013bb2a-ab4c-4daf-b6be-00f72d0c3d13 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6564 | 2024.09.03 23:54:15.518543 [ 3 ] {} <Debug> HTTP-Session: 8013bb2a-ab4c-4daf-b6be-00f72d0c3d13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6565 | 2024.09.03 23:54:15.518558 [ 3 ] {} <Debug> HTTP-Session: 8013bb2a-ab4c-4daf-b6be-00f72d0c3d13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6566 | 2024.09.03 23:54:15.518589 [ 3 ] {} <Trace> HTTP-Session: 8013bb2a-ab4c-4daf-b6be-00f72d0c3d13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6567 | 2024.09.03 23:54:15.518723 [ 3 ] {1e6f36d9-f4bc-445f-804a-cc289e24a097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6568 | 2024.09.03 23:54:15.518779 [ 3 ] {1e6f36d9-f4bc-445f-804a-cc289e24a097} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6569 | 2024.09.03 23:54:15.519005 [ 198 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9596 rows, containing 5 columns (5 merged, 0 gathered) in 0.008028843 sec., 1195190.888649834 rows/sec., 80.46 MiB/sec. | ||
6570 | 2024.09.03 23:54:15.519073 [ 3 ] {1e6f36d9-f4bc-445f-804a-cc289e24a097} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6571 | 2024.09.03 23:54:15.519218 [ 198 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6572 | 2024.09.03 23:54:15.519485 [ 3 ] {1e6f36d9-f4bc-445f-804a-cc289e24a097} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6573 | 2024.09.03 23:54:15.519538 [ 3 ] {1e6f36d9-f4bc-445f-804a-cc289e24a097} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6574 | 2024.09.03 23:54:15.519814 [ 198 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6575 | 2024.09.03 23:54:15.519918 [ 198 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6576 | 2024.09.03 23:54:15.520008 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. | ||
6577 | 2024.09.03 23:54:15.520046 [ 3 ] {1e6f36d9-f4bc-445f-804a-cc289e24a097} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6578 | 2024.09.03 23:54:15.520376 [ 3 ] {1e6f36d9-f4bc-445f-804a-cc289e24a097} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6579 | 2024.09.03 23:54:15.520540 [ 3 ] {1e6f36d9-f4bc-445f-804a-cc289e24a097} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001864 sec., 32188.84120171674 rows/sec., 2.17 MiB/sec. | ||
6580 | 2024.09.03 23:54:15.520548 [ 94 ] {} <Debug> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6581 | 2024.09.03 23:54:15.520645 [ 94 ] {} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6582 | 2024.09.03 23:54:15.520691 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6583 | 2024.09.03 23:54:15.520869 [ 3 ] {1e6f36d9-f4bc-445f-804a-cc289e24a097} <Debug> DynamicQueryHandler: Done processing query | ||
6584 | 2024.09.03 23:54:15.520960 [ 3 ] {1e6f36d9-f4bc-445f-804a-cc289e24a097} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6585 | 2024.09.03 23:54:15.521019 [ 3 ] {} <Debug> HTTP-Session: 8013bb2a-ab4c-4daf-b6be-00f72d0c3d13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6586 | 2024.09.03 23:54:15.521027 [ 200 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
6587 | 2024.09.03 23:54:15.521484 [ 200 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6588 | 2024.09.03 23:54:15.521517 [ 200 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1342 rows starting from the beginning of the part | ||
6589 | 2024.09.03 23:54:15.521596 [ 200 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
6590 | 2024.09.03 23:54:15.521800 [ 200 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 82 rows starting from the beginning of the part | ||
6591 | 2024.09.03 23:54:15.521991 [ 200 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part | ||
6592 | 2024.09.03 23:54:15.522192 [ 200 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 82 rows starting from the beginning of the part | ||
6593 | 2024.09.03 23:54:15.522292 [ 200 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part | ||
6594 | 2024.09.03 23:54:15.523705 [ 197 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1686 rows, containing 4 columns (4 merged, 0 gathered) in 0.002912662 sec., 578851.9230861666 rows/sec., 37.64 MiB/sec. | ||
6595 | 2024.09.03 23:54:15.523898 [ 200 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6596 | 2024.09.03 23:54:15.524268 [ 200 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_31_6} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6597 | 2024.09.03 23:54:15.524353 [ 200 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_31_6} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6598 | 2024.09.03 23:54:15.524429 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
6599 | 2024.09.03 23:54:16.000245 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 188.19 MiB, peak 196.80 MiB, free memory in arenas 0.00 B, will set to 189.90 MiB (RSS), difference: 1.71 MiB | ||
6600 | 2024.09.03 23:54:18.278847 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6601 | 2024.09.03 23:54:18.278918 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6602 | 2024.09.03 23:54:20.494527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6603 | 2024.09.03 23:54:20.494647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6604 | 2024.09.03 23:54:20.494675 [ 3 ] {} <Debug> HTTP-Session: 106ee9ff-10e9-44c7-b7d9-e36f8ef9ace1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6605 | 2024.09.03 23:54:20.494699 [ 3 ] {} <Debug> HTTP-Session: 106ee9ff-10e9-44c7-b7d9-e36f8ef9ace1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6606 | 2024.09.03 23:54:20.494713 [ 3 ] {} <Debug> HTTP-Session: 106ee9ff-10e9-44c7-b7d9-e36f8ef9ace1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6607 | 2024.09.03 23:54:20.494762 [ 3 ] {} <Trace> HTTP-Session: 106ee9ff-10e9-44c7-b7d9-e36f8ef9ace1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6608 | 2024.09.03 23:54:20.495013 [ 3 ] {8a17215c-3697-492a-a9e4-4c8333bf55f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6609 | 2024.09.03 23:54:20.495087 [ 3 ] {8a17215c-3697-492a-a9e4-4c8333bf55f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6610 | 2024.09.03 23:54:20.495432 [ 3 ] {8a17215c-3697-492a-a9e4-4c8333bf55f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6611 | 2024.09.03 23:54:20.495972 [ 3 ] {8a17215c-3697-492a-a9e4-4c8333bf55f0} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6612 | 2024.09.03 23:54:20.496020 [ 3 ] {8a17215c-3697-492a-a9e4-4c8333bf55f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6613 | 2024.09.03 23:54:20.496472 [ 3 ] {8a17215c-3697-492a-a9e4-4c8333bf55f0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6614 | 2024.09.03 23:54:20.496862 [ 3 ] {8a17215c-3697-492a-a9e4-4c8333bf55f0} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6615 | 2024.09.03 23:54:20.497037 [ 3 ] {8a17215c-3697-492a-a9e4-4c8333bf55f0} <Debug> executeQuery: Read 201 rows, 18.03 KiB in 0.002129 sec., 94410.52137153594 rows/sec., 8.27 MiB/sec. | ||
6616 | 2024.09.03 23:54:20.497672 [ 3 ] {8a17215c-3697-492a-a9e4-4c8333bf55f0} <Debug> DynamicQueryHandler: Done processing query | ||
6617 | 2024.09.03 23:54:20.497767 [ 3 ] {8a17215c-3697-492a-a9e4-4c8333bf55f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6618 | 2024.09.03 23:54:20.497875 [ 3 ] {} <Debug> HTTP-Session: 106ee9ff-10e9-44c7-b7d9-e36f8ef9ace1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6619 | 2024.09.03 23:54:20.498097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6620 | 2024.09.03 23:54:20.498154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6621 | 2024.09.03 23:54:20.498178 [ 3 ] {} <Debug> HTTP-Session: babe890e-cd4d-4c03-8470-c0f8d3c5bca3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6622 | 2024.09.03 23:54:20.498204 [ 3 ] {} <Debug> HTTP-Session: babe890e-cd4d-4c03-8470-c0f8d3c5bca3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6623 | 2024.09.03 23:54:20.498246 [ 3 ] {} <Debug> HTTP-Session: babe890e-cd4d-4c03-8470-c0f8d3c5bca3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6624 | 2024.09.03 23:54:20.498284 [ 3 ] {} <Trace> HTTP-Session: babe890e-cd4d-4c03-8470-c0f8d3c5bca3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6625 | 2024.09.03 23:54:20.498402 [ 3 ] {70fb9f8a-bc1a-49e0-96b7-f95bc7c581d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6626 | 2024.09.03 23:54:20.498452 [ 3 ] {70fb9f8a-bc1a-49e0-96b7-f95bc7c581d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6627 | 2024.09.03 23:54:20.498719 [ 3 ] {70fb9f8a-bc1a-49e0-96b7-f95bc7c581d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6628 | 2024.09.03 23:54:20.499064 [ 3 ] {70fb9f8a-bc1a-49e0-96b7-f95bc7c581d3} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6629 | 2024.09.03 23:54:20.499102 [ 3 ] {70fb9f8a-bc1a-49e0-96b7-f95bc7c581d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6630 | 2024.09.03 23:54:20.499461 [ 3 ] {70fb9f8a-bc1a-49e0-96b7-f95bc7c581d3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6631 | 2024.09.03 23:54:20.499824 [ 3 ] {70fb9f8a-bc1a-49e0-96b7-f95bc7c581d3} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6632 | 2024.09.03 23:54:20.499992 [ 3 ] {70fb9f8a-bc1a-49e0-96b7-f95bc7c581d3} <Debug> executeQuery: Read 6 rows, 462.00 B in 0.001618 sec., 3708.2818294190356 rows/sec., 278.85 KiB/sec. | ||
6633 | 2024.09.03 23:54:20.500002 [ 93 ] {} <Debug> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
6634 | 2024.09.03 23:54:20.500093 [ 93 ] {} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6635 | 2024.09.03 23:54:20.500157 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6636 | 2024.09.03 23:54:20.500273 [ 3 ] {70fb9f8a-bc1a-49e0-96b7-f95bc7c581d3} <Debug> DynamicQueryHandler: Done processing query | ||
6637 | 2024.09.03 23:54:20.500287 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::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 | ||
6638 | 2024.09.03 23:54:20.500304 [ 3 ] {70fb9f8a-bc1a-49e0-96b7-f95bc7c581d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6639 | 2024.09.03 23:54:20.500331 [ 3 ] {} <Debug> HTTP-Session: babe890e-cd4d-4c03-8470-c0f8d3c5bca3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6640 | 2024.09.03 23:54:20.500429 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6641 | 2024.09.03 23:54:20.500461 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 55 rows starting from the beginning of the part | ||
6642 | 2024.09.03 23:54:20.500498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6643 | 2024.09.03 23:54:20.500541 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
6644 | 2024.09.03 23:54:20.500635 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6645 | 2024.09.03 23:54:20.500751 [ 3 ] {} <Debug> HTTP-Session: 34d843e3-b278-46c2-aba8-c4d9153e257f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6646 | 2024.09.03 23:54:20.500847 [ 3 ] {} <Debug> HTTP-Session: 34d843e3-b278-46c2-aba8-c4d9153e257f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6647 | 2024.09.03 23:54:20.500941 [ 3 ] {} <Debug> HTTP-Session: 34d843e3-b278-46c2-aba8-c4d9153e257f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6648 | 2024.09.03 23:54:20.500955 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 31 rows starting from the beginning of the part | ||
6649 | 2024.09.03 23:54:20.501101 [ 3 ] {} <Trace> HTTP-Session: 34d843e3-b278-46c2-aba8-c4d9153e257f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6650 | 2024.09.03 23:54:20.501268 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
6651 | 2024.09.03 23:54:20.501463 [ 3 ] {bc21311f-daba-459b-a4fc-9cf18ef7f97b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6652 | 2024.09.03 23:54:20.501522 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 31 rows starting from the beginning of the part | ||
6653 | 2024.09.03 23:54:20.501615 [ 3 ] {bc21311f-daba-459b-a4fc-9cf18ef7f97b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6654 | 2024.09.03 23:54:20.501798 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
6655 | 2024.09.03 23:54:20.502513 [ 3 ] {bc21311f-daba-459b-a4fc-9cf18ef7f97b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6656 | 2024.09.03 23:54:20.503055 [ 3 ] {bc21311f-daba-459b-a4fc-9cf18ef7f97b} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6657 | 2024.09.03 23:54:20.503103 [ 3 ] {bc21311f-daba-459b-a4fc-9cf18ef7f97b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6658 | 2024.09.03 23:54:20.503688 [ 192 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 135 rows, containing 5 columns (5 merged, 0 gathered) in 0.003454795 sec., 39076.124632575884 rows/sec., 2.99 MiB/sec. | ||
6659 | 2024.09.03 23:54:20.503735 [ 3 ] {bc21311f-daba-459b-a4fc-9cf18ef7f97b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
6660 | 2024.09.03 23:54:20.503905 [ 192 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
6661 | 2024.09.03 23:54:20.504702 [ 3 ] {bc21311f-daba-459b-a4fc-9cf18ef7f97b} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6662 | 2024.09.03 23:54:20.505077 [ 3 ] {bc21311f-daba-459b-a4fc-9cf18ef7f97b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.0037 sec., 3783.7837837837837 rows/sec., 264.99 KiB/sec. | ||
6663 | 2024.09.03 23:54:20.505484 [ 192 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_25_5} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6664 | 2024.09.03 23:54:20.505927 [ 192 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_25_5} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
6665 | 2024.09.03 23:54:20.506118 [ 3 ] {bc21311f-daba-459b-a4fc-9cf18ef7f97b} <Debug> DynamicQueryHandler: Done processing query | ||
6666 | 2024.09.03 23:54:20.506200 [ 3 ] {bc21311f-daba-459b-a4fc-9cf18ef7f97b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6667 | 2024.09.03 23:54:20.506217 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
6668 | 2024.09.03 23:54:20.506232 [ 3 ] {} <Debug> HTTP-Session: 34d843e3-b278-46c2-aba8-c4d9153e257f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6669 | 2024.09.03 23:54:20.506417 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6670 | 2024.09.03 23:54:20.506466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6671 | 2024.09.03 23:54:20.506485 [ 3 ] {} <Debug> HTTP-Session: e2e0eac6-d0c2-40d1-b4d2-1831b459b655 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6672 | 2024.09.03 23:54:20.506503 [ 3 ] {} <Debug> HTTP-Session: e2e0eac6-d0c2-40d1-b4d2-1831b459b655 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6673 | 2024.09.03 23:54:20.506517 [ 3 ] {} <Debug> HTTP-Session: e2e0eac6-d0c2-40d1-b4d2-1831b459b655 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6674 | 2024.09.03 23:54:20.506550 [ 3 ] {} <Trace> HTTP-Session: e2e0eac6-d0c2-40d1-b4d2-1831b459b655 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6675 | 2024.09.03 23:54:20.506658 [ 3 ] {2398a904-ac41-485a-ac5a-bf921472970b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
6676 | 2024.09.03 23:54:20.506702 [ 3 ] {2398a904-ac41-485a-ac5a-bf921472970b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6677 | 2024.09.03 23:54:20.506954 [ 3 ] {2398a904-ac41-485a-ac5a-bf921472970b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6678 | 2024.09.03 23:54:20.507275 [ 3 ] {2398a904-ac41-485a-ac5a-bf921472970b} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6679 | 2024.09.03 23:54:20.507312 [ 3 ] {2398a904-ac41-485a-ac5a-bf921472970b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6680 | 2024.09.03 23:54:20.507662 [ 3 ] {2398a904-ac41-485a-ac5a-bf921472970b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6681 | 2024.09.03 23:54:20.508023 [ 3 ] {2398a904-ac41-485a-ac5a-bf921472970b} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6682 | 2024.09.03 23:54:20.508192 [ 3 ] {2398a904-ac41-485a-ac5a-bf921472970b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001537 sec., 3903.7085230969424 rows/sec., 230.64 KiB/sec. | ||
6683 | 2024.09.03 23:54:20.508793 [ 3 ] {2398a904-ac41-485a-ac5a-bf921472970b} <Debug> DynamicQueryHandler: Done processing query | ||
6684 | 2024.09.03 23:54:20.508832 [ 3 ] {2398a904-ac41-485a-ac5a-bf921472970b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6685 | 2024.09.03 23:54:20.508849 [ 3 ] {} <Debug> HTTP-Session: e2e0eac6-d0c2-40d1-b4d2-1831b459b655 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6686 | 2024.09.03 23:54:20.509036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 62783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6687 | 2024.09.03 23:54:20.509085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6688 | 2024.09.03 23:54:20.509103 [ 3 ] {} <Debug> HTTP-Session: 7d89e039-c968-4b2b-a21a-de0e073022dc Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6689 | 2024.09.03 23:54:20.509120 [ 3 ] {} <Debug> HTTP-Session: 7d89e039-c968-4b2b-a21a-de0e073022dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6690 | 2024.09.03 23:54:20.509133 [ 3 ] {} <Debug> HTTP-Session: 7d89e039-c968-4b2b-a21a-de0e073022dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6691 | 2024.09.03 23:54:20.509164 [ 3 ] {} <Trace> HTTP-Session: 7d89e039-c968-4b2b-a21a-de0e073022dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6692 | 2024.09.03 23:54:20.509369 [ 3 ] {c057c96d-2575-4666-85da-07f72d2025fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6693 | 2024.09.03 23:54:20.509414 [ 3 ] {c057c96d-2575-4666-85da-07f72d2025fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6694 | 2024.09.03 23:54:20.509665 [ 3 ] {c057c96d-2575-4666-85da-07f72d2025fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6695 | 2024.09.03 23:54:20.510194 [ 3 ] {c057c96d-2575-4666-85da-07f72d2025fb} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6696 | 2024.09.03 23:54:20.510230 [ 3 ] {c057c96d-2575-4666-85da-07f72d2025fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6697 | 2024.09.03 23:54:20.510595 [ 3 ] {c057c96d-2575-4666-85da-07f72d2025fb} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6698 | 2024.09.03 23:54:20.510951 [ 3 ] {c057c96d-2575-4666-85da-07f72d2025fb} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6699 | 2024.09.03 23:54:20.511109 [ 3 ] {c057c96d-2575-4666-85da-07f72d2025fb} <Debug> executeQuery: Read 388 rows, 28.16 KiB in 0.001846 sec., 210184.18201516793 rows/sec., 14.90 MiB/sec. | ||
6700 | 2024.09.03 23:54:20.511266 [ 3 ] {c057c96d-2575-4666-85da-07f72d2025fb} <Debug> DynamicQueryHandler: Done processing query | ||
6701 | 2024.09.03 23:54:20.511289 [ 3 ] {c057c96d-2575-4666-85da-07f72d2025fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
6702 | 2024.09.03 23:54:20.511305 [ 3 ] {} <Debug> HTTP-Session: 7d89e039-c968-4b2b-a21a-de0e073022dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6703 | 2024.09.03 23:54:20.511450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6704 | 2024.09.03 23:54:20.511496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6705 | 2024.09.03 23:54:20.511515 [ 3 ] {} <Debug> HTTP-Session: f45ec15f-c578-40eb-9ab2-f82cc82c4559 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6706 | 2024.09.03 23:54:20.511532 [ 3 ] {} <Debug> HTTP-Session: f45ec15f-c578-40eb-9ab2-f82cc82c4559 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6707 | 2024.09.03 23:54:20.511546 [ 3 ] {} <Debug> HTTP-Session: f45ec15f-c578-40eb-9ab2-f82cc82c4559 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6708 | 2024.09.03 23:54:20.511576 [ 3 ] {} <Trace> HTTP-Session: f45ec15f-c578-40eb-9ab2-f82cc82c4559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6709 | 2024.09.03 23:54:20.511670 [ 3 ] {074bb4ed-9d7e-464d-8bd8-84adda4015b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6710 | 2024.09.03 23:54:20.511714 [ 3 ] {074bb4ed-9d7e-464d-8bd8-84adda4015b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6711 | 2024.09.03 23:54:20.511841 [ 3 ] {074bb4ed-9d7e-464d-8bd8-84adda4015b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6712 | 2024.09.03 23:54:20.512090 [ 3 ] {074bb4ed-9d7e-464d-8bd8-84adda4015b0} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6713 | 2024.09.03 23:54:20.512126 [ 3 ] {074bb4ed-9d7e-464d-8bd8-84adda4015b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6714 | 2024.09.03 23:54:20.512473 [ 3 ] {074bb4ed-9d7e-464d-8bd8-84adda4015b0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6715 | 2024.09.03 23:54:20.512784 [ 3 ] {074bb4ed-9d7e-464d-8bd8-84adda4015b0} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6716 | 2024.09.03 23:54:20.512936 [ 3 ] {074bb4ed-9d7e-464d-8bd8-84adda4015b0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001283 sec., 4676.539360872954 rows/sec., 244.33 KiB/sec. | ||
6717 | 2024.09.03 23:54:20.513100 [ 3 ] {074bb4ed-9d7e-464d-8bd8-84adda4015b0} <Debug> DynamicQueryHandler: Done processing query | ||
6718 | 2024.09.03 23:54:20.513123 [ 3 ] {074bb4ed-9d7e-464d-8bd8-84adda4015b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6719 | 2024.09.03 23:54:20.513139 [ 3 ] {} <Debug> HTTP-Session: f45ec15f-c578-40eb-9ab2-f82cc82c4559 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6720 | 2024.09.03 23:54:20.513287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 44650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6721 | 2024.09.03 23:54:20.513336 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6722 | 2024.09.03 23:54:20.513355 [ 3 ] {} <Debug> HTTP-Session: 4d76f76e-c258-47d8-8a56-636db5d0af5d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6723 | 2024.09.03 23:54:20.513371 [ 3 ] {} <Debug> HTTP-Session: 4d76f76e-c258-47d8-8a56-636db5d0af5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6724 | 2024.09.03 23:54:20.513385 [ 3 ] {} <Debug> HTTP-Session: 4d76f76e-c258-47d8-8a56-636db5d0af5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6725 | 2024.09.03 23:54:20.513415 [ 3 ] {} <Trace> HTTP-Session: 4d76f76e-c258-47d8-8a56-636db5d0af5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6726 | 2024.09.03 23:54:20.513590 [ 3 ] {2cff9721-2216-4ffd-a9e8-b09a0700d3fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6727 | 2024.09.03 23:54:20.513635 [ 3 ] {2cff9721-2216-4ffd-a9e8-b09a0700d3fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6728 | 2024.09.03 23:54:20.513774 [ 3 ] {2cff9721-2216-4ffd-a9e8-b09a0700d3fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6729 | 2024.09.03 23:54:20.514175 [ 3 ] {2cff9721-2216-4ffd-a9e8-b09a0700d3fa} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6730 | 2024.09.03 23:54:20.514211 [ 3 ] {2cff9721-2216-4ffd-a9e8-b09a0700d3fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6731 | 2024.09.03 23:54:20.514580 [ 3 ] {2cff9721-2216-4ffd-a9e8-b09a0700d3fa} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6732 | 2024.09.03 23:54:20.514912 [ 3 ] {2cff9721-2216-4ffd-a9e8-b09a0700d3fa} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6733 | 2024.09.03 23:54:20.515067 [ 3 ] {2cff9721-2216-4ffd-a9e8-b09a0700d3fa} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001558 sec., 152118.10012836973 rows/sec., 10.20 MiB/sec. | ||
6734 | 2024.09.03 23:54:20.515221 [ 3 ] {2cff9721-2216-4ffd-a9e8-b09a0700d3fa} <Debug> DynamicQueryHandler: Done processing query | ||
6735 | 2024.09.03 23:54:20.515245 [ 3 ] {2cff9721-2216-4ffd-a9e8-b09a0700d3fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6736 | 2024.09.03 23:54:20.515260 [ 3 ] {} <Debug> HTTP-Session: 4d76f76e-c258-47d8-8a56-636db5d0af5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6737 | 2024.09.03 23:54:20.515391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6738 | 2024.09.03 23:54:20.515438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6739 | 2024.09.03 23:54:20.515456 [ 3 ] {} <Debug> HTTP-Session: c003987b-2aea-408c-b31c-2321f823a19f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6740 | 2024.09.03 23:54:20.515473 [ 3 ] {} <Debug> HTTP-Session: c003987b-2aea-408c-b31c-2321f823a19f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6741 | 2024.09.03 23:54:20.515487 [ 3 ] {} <Debug> HTTP-Session: c003987b-2aea-408c-b31c-2321f823a19f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6742 | 2024.09.03 23:54:20.515517 [ 3 ] {} <Trace> HTTP-Session: c003987b-2aea-408c-b31c-2321f823a19f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6743 | 2024.09.03 23:54:20.515607 [ 3 ] {10c517a9-31c1-466d-be80-37e3ba3f3bac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
6744 | 2024.09.03 23:54:20.515651 [ 3 ] {10c517a9-31c1-466d-be80-37e3ba3f3bac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6745 | 2024.09.03 23:54:20.515778 [ 3 ] {10c517a9-31c1-466d-be80-37e3ba3f3bac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6746 | 2024.09.03 23:54:20.516014 [ 3 ] {10c517a9-31c1-466d-be80-37e3ba3f3bac} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6747 | 2024.09.03 23:54:20.516049 [ 3 ] {10c517a9-31c1-466d-be80-37e3ba3f3bac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6748 | 2024.09.03 23:54:20.516389 [ 3 ] {10c517a9-31c1-466d-be80-37e3ba3f3bac} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6749 | 2024.09.03 23:54:20.516719 [ 3 ] {10c517a9-31c1-466d-be80-37e3ba3f3bac} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6750 | 2024.09.03 23:54:20.516868 [ 3 ] {10c517a9-31c1-466d-be80-37e3ba3f3bac} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001278 sec., 782.4726134585289 rows/sec., 52.73 KiB/sec. | ||
6751 | 2024.09.03 23:54:20.516877 [ 93 ] {} <Debug> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
6752 | 2024.09.03 23:54:20.516957 [ 93 ] {} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6753 | 2024.09.03 23:54:20.517012 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6754 | 2024.09.03 23:54:20.517140 [ 3 ] {10c517a9-31c1-466d-be80-37e3ba3f3bac} <Debug> DynamicQueryHandler: Done processing query | ||
6755 | 2024.09.03 23:54:20.517202 [ 3 ] {10c517a9-31c1-466d-be80-37e3ba3f3bac} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
6756 | 2024.09.03 23:54:20.517233 [ 3 ] {} <Debug> HTTP-Session: c003987b-2aea-408c-b31c-2321f823a19f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6757 | 2024.09.03 23:54:20.517236 [ 197 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
6758 | 2024.09.03 23:54:20.517413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 10152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6759 | 2024.09.03 23:54:20.517527 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6760 | 2024.09.03 23:54:20.517539 [ 197 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6761 | 2024.09.03 23:54:20.517564 [ 3 ] {} <Debug> HTTP-Session: 72a919bd-a5d3-467f-a4ec-8d9680e8230b Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6762 | 2024.09.03 23:54:20.517613 [ 3 ] {} <Debug> HTTP-Session: 72a919bd-a5d3-467f-a4ec-8d9680e8230b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6763 | 2024.09.03 23:54:20.517618 [ 197 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 11 rows starting from the beginning of the part | ||
6764 | 2024.09.03 23:54:20.517635 [ 3 ] {} <Debug> HTTP-Session: 72a919bd-a5d3-467f-a4ec-8d9680e8230b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6765 | 2024.09.03 23:54:20.517705 [ 3 ] {} <Trace> HTTP-Session: 72a919bd-a5d3-467f-a4ec-8d9680e8230b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6766 | 2024.09.03 23:54:20.517857 [ 197 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
6767 | 2024.09.03 23:54:20.518055 [ 197 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
6768 | 2024.09.03 23:54:20.518193 [ 3 ] {7a5157a1-cd9d-453b-b27a-de5f2a804460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
6769 | 2024.09.03 23:54:20.518328 [ 197 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
6770 | 2024.09.03 23:54:20.518565 [ 3 ] {7a5157a1-cd9d-453b-b27a-de5f2a804460} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6771 | 2024.09.03 23:54:20.518627 [ 197 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
6772 | 2024.09.03 23:54:20.519072 [ 197 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
6773 | 2024.09.03 23:54:20.520811 [ 3 ] {7a5157a1-cd9d-453b-b27a-de5f2a804460} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6774 | 2024.09.03 23:54:20.522578 [ 3 ] {7a5157a1-cd9d-453b-b27a-de5f2a804460} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6775 | 2024.09.03 23:54:20.522658 [ 3 ] {7a5157a1-cd9d-453b-b27a-de5f2a804460} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6776 | 2024.09.03 23:54:20.523005 [ 197 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.005891977 sec., 2715.5571041774265 rows/sec., 182.32 KiB/sec. | ||
6777 | 2024.09.03 23:54:20.523236 [ 197 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
6778 | 2024.09.03 23:54:20.524261 [ 197 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_15_3} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6779 | 2024.09.03 23:54:20.524375 [ 3 ] {7a5157a1-cd9d-453b-b27a-de5f2a804460} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6780 | 2024.09.03 23:54:20.524403 [ 197 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_15_3} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
6781 | 2024.09.03 23:54:20.524553 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
6782 | 2024.09.03 23:54:20.524924 [ 3 ] {7a5157a1-cd9d-453b-b27a-de5f2a804460} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6783 | 2024.09.03 23:54:20.525130 [ 3 ] {7a5157a1-cd9d-453b-b27a-de5f2a804460} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.007196 sec., 833.7965536409116 rows/sec., 1.49 MiB/sec. | ||
6784 | 2024.09.03 23:54:20.525363 [ 3 ] {7a5157a1-cd9d-453b-b27a-de5f2a804460} <Debug> DynamicQueryHandler: Done processing query | ||
6785 | 2024.09.03 23:54:20.525390 [ 3 ] {7a5157a1-cd9d-453b-b27a-de5f2a804460} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
6786 | 2024.09.03 23:54:20.525407 [ 3 ] {} <Debug> HTTP-Session: 72a919bd-a5d3-467f-a4ec-8d9680e8230b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6787 | 2024.09.03 23:54:20.525553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6788 | 2024.09.03 23:54:20.525601 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6789 | 2024.09.03 23:54:20.525623 [ 3 ] {} <Debug> HTTP-Session: 15fb7f80-e4de-44ce-8d8a-ba71a5a0bab2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6790 | 2024.09.03 23:54:20.525640 [ 3 ] {} <Debug> HTTP-Session: 15fb7f80-e4de-44ce-8d8a-ba71a5a0bab2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6791 | 2024.09.03 23:54:20.525655 [ 3 ] {} <Debug> HTTP-Session: 15fb7f80-e4de-44ce-8d8a-ba71a5a0bab2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6792 | 2024.09.03 23:54:20.525688 [ 3 ] {} <Trace> HTTP-Session: 15fb7f80-e4de-44ce-8d8a-ba71a5a0bab2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6793 | 2024.09.03 23:54:20.525810 [ 3 ] {1e39804f-6f89-441c-b1f5-6c8e5bcf39e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6794 | 2024.09.03 23:54:20.525856 [ 3 ] {1e39804f-6f89-441c-b1f5-6c8e5bcf39e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6795 | 2024.09.03 23:54:20.525989 [ 3 ] {1e39804f-6f89-441c-b1f5-6c8e5bcf39e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6796 | 2024.09.03 23:54:20.526308 [ 3 ] {1e39804f-6f89-441c-b1f5-6c8e5bcf39e0} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6797 | 2024.09.03 23:54:20.526344 [ 3 ] {1e39804f-6f89-441c-b1f5-6c8e5bcf39e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6798 | 2024.09.03 23:54:20.526700 [ 3 ] {1e39804f-6f89-441c-b1f5-6c8e5bcf39e0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6799 | 2024.09.03 23:54:20.527022 [ 3 ] {1e39804f-6f89-441c-b1f5-6c8e5bcf39e0} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6800 | 2024.09.03 23:54:20.527172 [ 3 ] {1e39804f-6f89-441c-b1f5-6c8e5bcf39e0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001399 sec., 58613.2952108649 rows/sec., 3.72 MiB/sec. | ||
6801 | 2024.09.03 23:54:20.527653 [ 3 ] {1e39804f-6f89-441c-b1f5-6c8e5bcf39e0} <Debug> DynamicQueryHandler: Done processing query | ||
6802 | 2024.09.03 23:54:20.527728 [ 3 ] {1e39804f-6f89-441c-b1f5-6c8e5bcf39e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6803 | 2024.09.03 23:54:20.527804 [ 3 ] {} <Debug> HTTP-Session: 15fb7f80-e4de-44ce-8d8a-ba71a5a0bab2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6804 | 2024.09.03 23:54:25.521051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 183071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6805 | 2024.09.03 23:54:25.521203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6806 | 2024.09.03 23:54:25.521237 [ 3 ] {} <Debug> HTTP-Session: b72cbbf8-5528-4e72-940d-109f5eba74f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6807 | 2024.09.03 23:54:25.521267 [ 3 ] {} <Debug> HTTP-Session: b72cbbf8-5528-4e72-940d-109f5eba74f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6808 | 2024.09.03 23:54:25.521285 [ 3 ] {} <Debug> HTTP-Session: b72cbbf8-5528-4e72-940d-109f5eba74f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6809 | 2024.09.03 23:54:25.521342 [ 3 ] {} <Trace> HTTP-Session: b72cbbf8-5528-4e72-940d-109f5eba74f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6810 | 2024.09.03 23:54:25.522206 [ 3 ] {763d2f1a-9219-4634-accc-85444508c489} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6811 | 2024.09.03 23:54:25.522281 [ 3 ] {763d2f1a-9219-4634-accc-85444508c489} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6812 | 2024.09.03 23:54:25.522623 [ 3 ] {763d2f1a-9219-4634-accc-85444508c489} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6813 | 2024.09.03 23:54:25.523842 [ 3 ] {763d2f1a-9219-4634-accc-85444508c489} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6814 | 2024.09.03 23:54:25.523893 [ 3 ] {763d2f1a-9219-4634-accc-85444508c489} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6815 | 2024.09.03 23:54:25.524418 [ 3 ] {763d2f1a-9219-4634-accc-85444508c489} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6816 | 2024.09.03 23:54:25.524809 [ 3 ] {763d2f1a-9219-4634-accc-85444508c489} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6817 | 2024.09.03 23:54:25.524984 [ 3 ] {763d2f1a-9219-4634-accc-85444508c489} <Debug> executeQuery: Read 1258 rows, 106.87 KiB in 0.003402 sec., 369782.480893592 rows/sec., 30.68 MiB/sec. | ||
6818 | 2024.09.03 23:54:25.525337 [ 3 ] {763d2f1a-9219-4634-accc-85444508c489} <Debug> DynamicQueryHandler: Done processing query | ||
6819 | 2024.09.03 23:54:25.525368 [ 3 ] {763d2f1a-9219-4634-accc-85444508c489} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
6820 | 2024.09.03 23:54:25.525384 [ 3 ] {} <Debug> HTTP-Session: b72cbbf8-5528-4e72-940d-109f5eba74f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6821 | 2024.09.03 23:54:25.525576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 4494, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6822 | 2024.09.03 23:54:25.525632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6823 | 2024.09.03 23:54:25.525653 [ 3 ] {} <Debug> HTTP-Session: 7bf86543-92d9-4241-a356-8398242489c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6824 | 2024.09.03 23:54:25.525673 [ 3 ] {} <Debug> HTTP-Session: 7bf86543-92d9-4241-a356-8398242489c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6825 | 2024.09.03 23:54:25.525687 [ 3 ] {} <Debug> HTTP-Session: 7bf86543-92d9-4241-a356-8398242489c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6826 | 2024.09.03 23:54:25.525726 [ 3 ] {} <Trace> HTTP-Session: 7bf86543-92d9-4241-a356-8398242489c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6827 | 2024.09.03 23:54:25.525854 [ 3 ] {02ace765-cca3-4c4d-b8f0-03ed6eb22862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6828 | 2024.09.03 23:54:25.525906 [ 3 ] {02ace765-cca3-4c4d-b8f0-03ed6eb22862} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6829 | 2024.09.03 23:54:25.526163 [ 3 ] {02ace765-cca3-4c4d-b8f0-03ed6eb22862} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6830 | 2024.09.03 23:54:25.526550 [ 3 ] {02ace765-cca3-4c4d-b8f0-03ed6eb22862} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6831 | 2024.09.03 23:54:25.526590 [ 3 ] {02ace765-cca3-4c4d-b8f0-03ed6eb22862} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6832 | 2024.09.03 23:54:25.526951 [ 3 ] {02ace765-cca3-4c4d-b8f0-03ed6eb22862} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6833 | 2024.09.03 23:54:25.527319 [ 3 ] {02ace765-cca3-4c4d-b8f0-03ed6eb22862} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6834 | 2024.09.03 23:54:25.527478 [ 3 ] {02ace765-cca3-4c4d-b8f0-03ed6eb22862} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001656 sec., 18719.806763285025 rows/sec., 1.37 MiB/sec. | ||
6835 | 2024.09.03 23:54:25.527667 [ 3 ] {02ace765-cca3-4c4d-b8f0-03ed6eb22862} <Debug> DynamicQueryHandler: Done processing query | ||
6836 | 2024.09.03 23:54:25.527692 [ 3 ] {02ace765-cca3-4c4d-b8f0-03ed6eb22862} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6837 | 2024.09.03 23:54:25.527708 [ 3 ] {} <Debug> HTTP-Session: 7bf86543-92d9-4241-a356-8398242489c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6838 | 2024.09.03 23:54:25.527907 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6839 | 2024.09.03 23:54:25.527962 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6840 | 2024.09.03 23:54:25.527981 [ 3 ] {} <Debug> HTTP-Session: 4a95ede6-4110-4d5f-a54b-d4e962e129b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6841 | 2024.09.03 23:54:25.527999 [ 3 ] {} <Debug> HTTP-Session: 4a95ede6-4110-4d5f-a54b-d4e962e129b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6842 | 2024.09.03 23:54:25.528013 [ 3 ] {} <Debug> HTTP-Session: 4a95ede6-4110-4d5f-a54b-d4e962e129b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6843 | 2024.09.03 23:54:25.528047 [ 3 ] {} <Trace> HTTP-Session: 4a95ede6-4110-4d5f-a54b-d4e962e129b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6844 | 2024.09.03 23:54:25.528203 [ 3 ] {86abfba4-1831-4b50-927e-2406c3913165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6845 | 2024.09.03 23:54:25.528251 [ 3 ] {86abfba4-1831-4b50-927e-2406c3913165} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6846 | 2024.09.03 23:54:25.528485 [ 3 ] {86abfba4-1831-4b50-927e-2406c3913165} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6847 | 2024.09.03 23:54:25.528952 [ 3 ] {86abfba4-1831-4b50-927e-2406c3913165} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6848 | 2024.09.03 23:54:25.528989 [ 3 ] {86abfba4-1831-4b50-927e-2406c3913165} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6849 | 2024.09.03 23:54:25.529355 [ 3 ] {86abfba4-1831-4b50-927e-2406c3913165} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
6850 | 2024.09.03 23:54:25.529713 [ 3 ] {86abfba4-1831-4b50-927e-2406c3913165} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6851 | 2024.09.03 23:54:25.529878 [ 3 ] {86abfba4-1831-4b50-927e-2406c3913165} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001739 sec., 131109.8332374928 rows/sec., 8.88 MiB/sec. | ||
6852 | 2024.09.03 23:54:25.530239 [ 3 ] {86abfba4-1831-4b50-927e-2406c3913165} <Debug> DynamicQueryHandler: Done processing query | ||
6853 | 2024.09.03 23:54:25.530265 [ 3 ] {86abfba4-1831-4b50-927e-2406c3913165} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
6854 | 2024.09.03 23:54:25.530282 [ 3 ] {} <Debug> HTTP-Session: 4a95ede6-4110-4d5f-a54b-d4e962e129b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6855 | 2024.09.03 23:54:25.530575 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 91143, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6856 | 2024.09.03 23:54:25.530627 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6857 | 2024.09.03 23:54:25.530646 [ 3 ] {} <Debug> HTTP-Session: 3af5e74d-2155-4a27-be20-df4b63873afe Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6858 | 2024.09.03 23:54:25.530663 [ 3 ] {} <Debug> HTTP-Session: 3af5e74d-2155-4a27-be20-df4b63873afe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6859 | 2024.09.03 23:54:25.530677 [ 3 ] {} <Debug> HTTP-Session: 3af5e74d-2155-4a27-be20-df4b63873afe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6860 | 2024.09.03 23:54:25.530710 [ 3 ] {} <Trace> HTTP-Session: 3af5e74d-2155-4a27-be20-df4b63873afe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6861 | 2024.09.03 23:54:25.531045 [ 3 ] {f0a77a92-fc0f-451a-8afd-aa439a2948cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6862 | 2024.09.03 23:54:25.531091 [ 3 ] {f0a77a92-fc0f-451a-8afd-aa439a2948cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6863 | 2024.09.03 23:54:25.531339 [ 3 ] {f0a77a92-fc0f-451a-8afd-aa439a2948cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6864 | 2024.09.03 23:54:25.532002 [ 3 ] {f0a77a92-fc0f-451a-8afd-aa439a2948cf} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6865 | 2024.09.03 23:54:25.532039 [ 3 ] {f0a77a92-fc0f-451a-8afd-aa439a2948cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6866 | 2024.09.03 23:54:25.532410 [ 3 ] {f0a77a92-fc0f-451a-8afd-aa439a2948cf} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6867 | 2024.09.03 23:54:25.532755 [ 3 ] {f0a77a92-fc0f-451a-8afd-aa439a2948cf} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6868 | 2024.09.03 23:54:25.532917 [ 3 ] {f0a77a92-fc0f-451a-8afd-aa439a2948cf} <Debug> executeQuery: Read 551 rows, 41.89 KiB in 0.00209 sec., 263636.36363636365 rows/sec., 19.57 MiB/sec. | ||
6869 | 2024.09.03 23:54:25.533251 [ 3 ] {f0a77a92-fc0f-451a-8afd-aa439a2948cf} <Debug> DynamicQueryHandler: Done processing query | ||
6870 | 2024.09.03 23:54:25.533281 [ 3 ] {f0a77a92-fc0f-451a-8afd-aa439a2948cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
6871 | 2024.09.03 23:54:25.533301 [ 3 ] {} <Debug> HTTP-Session: 3af5e74d-2155-4a27-be20-df4b63873afe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6872 | 2024.09.03 23:54:25.533752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 160377, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6873 | 2024.09.03 23:54:25.533803 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6874 | 2024.09.03 23:54:25.533822 [ 3 ] {} <Debug> HTTP-Session: 72ce909f-872f-4805-8067-35e10090f48a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6875 | 2024.09.03 23:54:25.533840 [ 3 ] {} <Debug> HTTP-Session: 72ce909f-872f-4805-8067-35e10090f48a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6876 | 2024.09.03 23:54:25.533854 [ 3 ] {} <Debug> HTTP-Session: 72ce909f-872f-4805-8067-35e10090f48a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6877 | 2024.09.03 23:54:25.533885 [ 3 ] {} <Trace> HTTP-Session: 72ce909f-872f-4805-8067-35e10090f48a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6878 | 2024.09.03 23:54:25.534319 [ 3 ] {1926d8b4-7e28-4800-902d-24123a81e4b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6879 | 2024.09.03 23:54:25.534369 [ 3 ] {1926d8b4-7e28-4800-902d-24123a81e4b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6880 | 2024.09.03 23:54:25.534535 [ 3 ] {1926d8b4-7e28-4800-902d-24123a81e4b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6881 | 2024.09.03 23:54:25.535365 [ 3 ] {1926d8b4-7e28-4800-902d-24123a81e4b6} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6882 | 2024.09.03 23:54:25.535401 [ 3 ] {1926d8b4-7e28-4800-902d-24123a81e4b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6883 | 2024.09.03 23:54:25.535826 [ 3 ] {1926d8b4-7e28-4800-902d-24123a81e4b6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6884 | 2024.09.03 23:54:25.536156 [ 3 ] {1926d8b4-7e28-4800-902d-24123a81e4b6} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6885 | 2024.09.03 23:54:25.536318 [ 3 ] {1926d8b4-7e28-4800-902d-24123a81e4b6} <Debug> executeQuery: Read 844 rows, 58.17 KiB in 0.002248 sec., 375444.83985765127 rows/sec., 25.27 MiB/sec. | ||
6886 | 2024.09.03 23:54:25.536618 [ 3 ] {1926d8b4-7e28-4800-902d-24123a81e4b6} <Debug> DynamicQueryHandler: Done processing query | ||
6887 | 2024.09.03 23:54:25.536648 [ 3 ] {1926d8b4-7e28-4800-902d-24123a81e4b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
6888 | 2024.09.03 23:54:25.536664 [ 3 ] {} <Debug> HTTP-Session: 72ce909f-872f-4805-8067-35e10090f48a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6889 | 2024.09.03 23:54:25.537029 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 51827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6890 | 2024.09.03 23:54:25.537079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6891 | 2024.09.03 23:54:25.537097 [ 3 ] {} <Debug> HTTP-Session: dc5733cf-f7b4-4771-a86d-9f0804da181e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6892 | 2024.09.03 23:54:25.537113 [ 3 ] {} <Debug> HTTP-Session: dc5733cf-f7b4-4771-a86d-9f0804da181e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6893 | 2024.09.03 23:54:25.537130 [ 3 ] {} <Debug> HTTP-Session: dc5733cf-f7b4-4771-a86d-9f0804da181e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6894 | 2024.09.03 23:54:25.537165 [ 3 ] {} <Trace> HTTP-Session: dc5733cf-f7b4-4771-a86d-9f0804da181e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6895 | 2024.09.03 23:54:25.537591 [ 3 ] {dc5d9ca7-8186-4113-bbff-026fdcffb1ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
6896 | 2024.09.03 23:54:25.537661 [ 3 ] {dc5d9ca7-8186-4113-bbff-026fdcffb1ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6897 | 2024.09.03 23:54:25.538097 [ 3 ] {dc5d9ca7-8186-4113-bbff-026fdcffb1ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6898 | 2024.09.03 23:54:25.538792 [ 3 ] {dc5d9ca7-8186-4113-bbff-026fdcffb1ed} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6899 | 2024.09.03 23:54:25.538827 [ 3 ] {dc5d9ca7-8186-4113-bbff-026fdcffb1ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6900 | 2024.09.03 23:54:25.539443 [ 3 ] {dc5d9ca7-8186-4113-bbff-026fdcffb1ed} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6901 | 2024.09.03 23:54:25.539849 [ 3 ] {dc5d9ca7-8186-4113-bbff-026fdcffb1ed} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6902 | 2024.09.03 23:54:25.540032 [ 85 ] {} <Debug> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6903 | 2024.09.03 23:54:25.540046 [ 3 ] {dc5d9ca7-8186-4113-bbff-026fdcffb1ed} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00279 sec., 11111.111111111111 rows/sec., 19.91 MiB/sec. | ||
6904 | 2024.09.03 23:54:25.540117 [ 85 ] {} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6905 | 2024.09.03 23:54:25.540196 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6906 | 2024.09.03 23:54:25.540441 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
6907 | 2024.09.03 23:54:25.540528 [ 3 ] {dc5d9ca7-8186-4113-bbff-026fdcffb1ed} <Debug> DynamicQueryHandler: Done processing query | ||
6908 | 2024.09.03 23:54:25.540561 [ 3 ] {dc5d9ca7-8186-4113-bbff-026fdcffb1ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
6909 | 2024.09.03 23:54:25.540587 [ 3 ] {} <Debug> HTTP-Session: dc5733cf-f7b4-4771-a86d-9f0804da181e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6910 | 2024.09.03 23:54:25.540762 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6911 | 2024.09.03 23:54:25.540831 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6912 | 2024.09.03 23:54:25.540837 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6913 | 2024.09.03 23:54:25.540853 [ 3 ] {} <Debug> HTTP-Session: c4c48406-3536-4836-9456-a5da88d41882 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6914 | 2024.09.03 23:54:25.540882 [ 3 ] {} <Debug> HTTP-Session: c4c48406-3536-4836-9456-a5da88d41882 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6915 | 2024.09.03 23:54:25.540907 [ 3 ] {} <Debug> HTTP-Session: c4c48406-3536-4836-9456-a5da88d41882 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6916 | 2024.09.03 23:54:25.540935 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 451 rows starting from the beginning of the part | ||
6917 | 2024.09.03 23:54:25.540950 [ 3 ] {} <Trace> HTTP-Session: c4c48406-3536-4836-9456-a5da88d41882 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6918 | 2024.09.03 23:54:25.541134 [ 3 ] {68a5486f-1a20-4ae8-b0a1-c4a1a0989e0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6919 | 2024.09.03 23:54:25.541243 [ 3 ] {68a5486f-1a20-4ae8-b0a1-c4a1a0989e0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6920 | 2024.09.03 23:54:25.541268 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 31 rows starting from the beginning of the part | ||
6921 | 2024.09.03 23:54:25.541757 [ 3 ] {68a5486f-1a20-4ae8-b0a1-c4a1a0989e0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6922 | 2024.09.03 23:54:25.541763 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
6923 | 2024.09.03 23:54:25.542230 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 31 rows starting from the beginning of the part | ||
6924 | 2024.09.03 23:54:25.542573 [ 3 ] {68a5486f-1a20-4ae8-b0a1-c4a1a0989e0d} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6925 | 2024.09.03 23:54:25.542618 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
6926 | 2024.09.03 23:54:25.542625 [ 3 ] {68a5486f-1a20-4ae8-b0a1-c4a1a0989e0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6927 | 2024.09.03 23:54:25.542956 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 31 rows starting from the beginning of the part | ||
6928 | 2024.09.03 23:54:25.543429 [ 3 ] {68a5486f-1a20-4ae8-b0a1-c4a1a0989e0d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6929 | 2024.09.03 23:54:25.543936 [ 3 ] {68a5486f-1a20-4ae8-b0a1-c4a1a0989e0d} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6930 | 2024.09.03 23:54:25.544141 [ 3 ] {68a5486f-1a20-4ae8-b0a1-c4a1a0989e0d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0031 sec., 19354.83870967742 rows/sec., 1.30 MiB/sec. | ||
6931 | 2024.09.03 23:54:25.544320 [ 3 ] {68a5486f-1a20-4ae8-b0a1-c4a1a0989e0d} <Debug> DynamicQueryHandler: Done processing query | ||
6932 | 2024.09.03 23:54:25.544346 [ 3 ] {68a5486f-1a20-4ae8-b0a1-c4a1a0989e0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6933 | 2024.09.03 23:54:25.544364 [ 3 ] {} <Debug> HTTP-Session: c4c48406-3536-4836-9456-a5da88d41882 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6934 | 2024.09.03 23:54:25.565969 [ 195 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 556 rows, containing 19 columns (19 merged, 0 gathered) in 0.025637732 sec., 21686.78571099815 rows/sec., 38.86 MiB/sec. | ||
6935 | 2024.09.03 23:54:25.567016 [ 195 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6936 | 2024.09.03 23:54:25.567661 [ 195 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6937 | 2024.09.03 23:54:25.567753 [ 195 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6938 | 2024.09.03 23:54:25.567916 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
6939 | 2024.09.03 23:54:30.494234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6940 | 2024.09.03 23:54:30.494365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6941 | 2024.09.03 23:54:30.494392 [ 3 ] {} <Debug> HTTP-Session: d9ee5aad-beed-440f-ad3b-0c2d49d525f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6942 | 2024.09.03 23:54:30.494417 [ 3 ] {} <Debug> HTTP-Session: d9ee5aad-beed-440f-ad3b-0c2d49d525f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6943 | 2024.09.03 23:54:30.494432 [ 3 ] {} <Debug> HTTP-Session: d9ee5aad-beed-440f-ad3b-0c2d49d525f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6944 | 2024.09.03 23:54:30.494483 [ 3 ] {} <Trace> HTTP-Session: d9ee5aad-beed-440f-ad3b-0c2d49d525f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6945 | 2024.09.03 23:54:30.494726 [ 3 ] {4c4b57e8-09a0-49d1-ad05-2fec11cebceb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6946 | 2024.09.03 23:54:30.494800 [ 3 ] {4c4b57e8-09a0-49d1-ad05-2fec11cebceb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6947 | 2024.09.03 23:54:30.495141 [ 3 ] {4c4b57e8-09a0-49d1-ad05-2fec11cebceb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6948 | 2024.09.03 23:54:30.495736 [ 3 ] {4c4b57e8-09a0-49d1-ad05-2fec11cebceb} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6949 | 2024.09.03 23:54:30.495784 [ 3 ] {4c4b57e8-09a0-49d1-ad05-2fec11cebceb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6950 | 2024.09.03 23:54:30.496225 [ 3 ] {4c4b57e8-09a0-49d1-ad05-2fec11cebceb} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6951 | 2024.09.03 23:54:30.496611 [ 3 ] {4c4b57e8-09a0-49d1-ad05-2fec11cebceb} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6952 | 2024.09.03 23:54:30.496795 [ 3 ] {4c4b57e8-09a0-49d1-ad05-2fec11cebceb} <Debug> executeQuery: Read 201 rows, 18.03 KiB in 0.002165 sec., 92840.64665127022 rows/sec., 8.13 MiB/sec. | ||
6953 | 2024.09.03 23:54:30.497027 [ 3 ] {4c4b57e8-09a0-49d1-ad05-2fec11cebceb} <Debug> DynamicQueryHandler: Done processing query | ||
6954 | 2024.09.03 23:54:30.497056 [ 3 ] {4c4b57e8-09a0-49d1-ad05-2fec11cebceb} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6955 | 2024.09.03 23:54:30.497073 [ 3 ] {} <Debug> HTTP-Session: d9ee5aad-beed-440f-ad3b-0c2d49d525f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6956 | 2024.09.03 23:54:30.497249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6957 | 2024.09.03 23:54:30.497308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6958 | 2024.09.03 23:54:30.497329 [ 3 ] {} <Debug> HTTP-Session: 9dc5270e-9087-406e-b61a-fb12388a8339 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6959 | 2024.09.03 23:54:30.497347 [ 3 ] {} <Debug> HTTP-Session: 9dc5270e-9087-406e-b61a-fb12388a8339 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6960 | 2024.09.03 23:54:30.497362 [ 3 ] {} <Debug> HTTP-Session: 9dc5270e-9087-406e-b61a-fb12388a8339 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6961 | 2024.09.03 23:54:30.497399 [ 3 ] {} <Trace> HTTP-Session: 9dc5270e-9087-406e-b61a-fb12388a8339 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6962 | 2024.09.03 23:54:30.497504 [ 3 ] {83652d69-219c-4dd7-a750-8445575f7cbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6963 | 2024.09.03 23:54:30.497552 [ 3 ] {83652d69-219c-4dd7-a750-8445575f7cbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6964 | 2024.09.03 23:54:30.497792 [ 3 ] {83652d69-219c-4dd7-a750-8445575f7cbd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6965 | 2024.09.03 23:54:30.498145 [ 3 ] {83652d69-219c-4dd7-a750-8445575f7cbd} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6966 | 2024.09.03 23:54:30.498183 [ 3 ] {83652d69-219c-4dd7-a750-8445575f7cbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6967 | 2024.09.03 23:54:30.498549 [ 3 ] {83652d69-219c-4dd7-a750-8445575f7cbd} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
6968 | 2024.09.03 23:54:30.498909 [ 3 ] {83652d69-219c-4dd7-a750-8445575f7cbd} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6969 | 2024.09.03 23:54:30.499071 [ 3 ] {83652d69-219c-4dd7-a750-8445575f7cbd} <Debug> executeQuery: Read 6 rows, 462.00 B in 0.001589 sec., 3775.9597230962872 rows/sec., 283.93 KiB/sec. | ||
6970 | 2024.09.03 23:54:30.499380 [ 3 ] {83652d69-219c-4dd7-a750-8445575f7cbd} <Debug> DynamicQueryHandler: Done processing query | ||
6971 | 2024.09.03 23:54:30.499415 [ 3 ] {83652d69-219c-4dd7-a750-8445575f7cbd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6972 | 2024.09.03 23:54:30.499439 [ 3 ] {} <Debug> HTTP-Session: 9dc5270e-9087-406e-b61a-fb12388a8339 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6973 | 2024.09.03 23:54:30.499572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6974 | 2024.09.03 23:54:30.499626 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6975 | 2024.09.03 23:54:30.499646 [ 3 ] {} <Debug> HTTP-Session: acd216c4-e7cc-4f5d-acaa-8e4602397350 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6976 | 2024.09.03 23:54:30.499664 [ 3 ] {} <Debug> HTTP-Session: acd216c4-e7cc-4f5d-acaa-8e4602397350 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6977 | 2024.09.03 23:54:30.499679 [ 3 ] {} <Debug> HTTP-Session: acd216c4-e7cc-4f5d-acaa-8e4602397350 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6978 | 2024.09.03 23:54:30.499711 [ 3 ] {} <Trace> HTTP-Session: acd216c4-e7cc-4f5d-acaa-8e4602397350 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6979 | 2024.09.03 23:54:30.499821 [ 3 ] {d3ceafb4-2a50-48f3-9e4c-0df3a38e668f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6980 | 2024.09.03 23:54:30.499867 [ 3 ] {d3ceafb4-2a50-48f3-9e4c-0df3a38e668f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6981 | 2024.09.03 23:54:30.500112 [ 3 ] {d3ceafb4-2a50-48f3-9e4c-0df3a38e668f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6982 | 2024.09.03 23:54:30.500449 [ 3 ] {d3ceafb4-2a50-48f3-9e4c-0df3a38e668f} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6983 | 2024.09.03 23:54:30.500486 [ 3 ] {d3ceafb4-2a50-48f3-9e4c-0df3a38e668f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6984 | 2024.09.03 23:54:30.500837 [ 3 ] {d3ceafb4-2a50-48f3-9e4c-0df3a38e668f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
6985 | 2024.09.03 23:54:30.501196 [ 3 ] {d3ceafb4-2a50-48f3-9e4c-0df3a38e668f} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6986 | 2024.09.03 23:54:30.501363 [ 80 ] {} <Debug> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
6987 | 2024.09.03 23:54:30.501367 [ 3 ] {d3ceafb4-2a50-48f3-9e4c-0df3a38e668f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00157 sec., 8917.197452229299 rows/sec., 624.50 KiB/sec. | ||
6988 | 2024.09.03 23:54:30.501453 [ 80 ] {} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6989 | 2024.09.03 23:54:30.501523 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6990 | 2024.09.03 23:54:30.501773 [ 3 ] {d3ceafb4-2a50-48f3-9e4c-0df3a38e668f} <Debug> DynamicQueryHandler: Done processing query | ||
6991 | 2024.09.03 23:54:30.501871 [ 3 ] {d3ceafb4-2a50-48f3-9e4c-0df3a38e668f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6992 | 2024.09.03 23:54:30.501940 [ 3 ] {} <Debug> HTTP-Session: acd216c4-e7cc-4f5d-acaa-8e4602397350 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6993 | 2024.09.03 23:54:30.501965 [ 197 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::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 | ||
6994 | 2024.09.03 23:54:30.502158 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6995 | 2024.09.03 23:54:30.502296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6996 | 2024.09.03 23:54:30.502357 [ 3 ] {} <Debug> HTTP-Session: 0bf4abf9-61c1-441e-be58-2407d422fe7d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
6997 | 2024.09.03 23:54:30.502398 [ 197 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6998 | 2024.09.03 23:54:30.502408 [ 3 ] {} <Debug> HTTP-Session: 0bf4abf9-61c1-441e-be58-2407d422fe7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6999 | 2024.09.03 23:54:30.502467 [ 3 ] {} <Debug> HTTP-Session: 0bf4abf9-61c1-441e-be58-2407d422fe7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7000 | 2024.09.03 23:54:30.502471 [ 197 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 243 rows starting from the beginning of the part | ||
7001 | 2024.09.03 23:54:30.502530 [ 3 ] {} <Trace> HTTP-Session: 0bf4abf9-61c1-441e-be58-2407d422fe7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7002 | 2024.09.03 23:54:30.502764 [ 197 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::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 | ||
7003 | 2024.09.03 23:54:30.502834 [ 3 ] {1b071e10-cdd7-4edf-8560-d93a7959573f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
7004 | 2024.09.03 23:54:30.503008 [ 3 ] {1b071e10-cdd7-4edf-8560-d93a7959573f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7005 | 2024.09.03 23:54:30.503098 [ 197 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
7006 | 2024.09.03 23:54:30.503468 [ 197 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::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 | ||
7007 | 2024.09.03 23:54:30.503860 [ 197 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 228 rows starting from the beginning of the part | ||
7008 | 2024.09.03 23:54:30.504261 [ 197 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
7009 | 2024.09.03 23:54:30.504429 [ 3 ] {1b071e10-cdd7-4edf-8560-d93a7959573f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7010 | 2024.09.03 23:54:30.505527 [ 3 ] {1b071e10-cdd7-4edf-8560-d93a7959573f} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7011 | 2024.09.03 23:54:30.505592 [ 3 ] {1b071e10-cdd7-4edf-8560-d93a7959573f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7012 | 2024.09.03 23:54:30.506685 [ 3 ] {1b071e10-cdd7-4edf-8560-d93a7959573f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7013 | 2024.09.03 23:54:30.507582 [ 195 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005926748 sec., 88918.91472355498 rows/sec., 6.04 MiB/sec. | ||
7014 | 2024.09.03 23:54:30.507680 [ 3 ] {1b071e10-cdd7-4edf-8560-d93a7959573f} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7015 | 2024.09.03 23:54:30.507942 [ 195 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
7016 | 2024.09.03 23:54:30.507972 [ 3 ] {1b071e10-cdd7-4edf-8560-d93a7959573f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005243 sec., 1144.3829868395956 rows/sec., 67.61 KiB/sec. | ||
7017 | 2024.09.03 23:54:30.508314 [ 3 ] {1b071e10-cdd7-4edf-8560-d93a7959573f} <Debug> DynamicQueryHandler: Done processing query | ||
7018 | 2024.09.03 23:54:30.508365 [ 3 ] {1b071e10-cdd7-4edf-8560-d93a7959573f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7019 | 2024.09.03 23:54:30.508437 [ 3 ] {} <Debug> HTTP-Session: 0bf4abf9-61c1-441e-be58-2407d422fe7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7020 | 2024.09.03 23:54:30.508724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 62783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7021 | 2024.09.03 23:54:30.508824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7022 | 2024.09.03 23:54:30.508864 [ 195 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_21_4} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7023 | 2024.09.03 23:54:30.508876 [ 3 ] {} <Debug> HTTP-Session: d5641a30-5162-462b-a371-5dd4d9818cf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7024 | 2024.09.03 23:54:30.508934 [ 3 ] {} <Debug> HTTP-Session: d5641a30-5162-462b-a371-5dd4d9818cf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7025 | 2024.09.03 23:54:30.508958 [ 3 ] {} <Debug> HTTP-Session: d5641a30-5162-462b-a371-5dd4d9818cf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7026 | 2024.09.03 23:54:30.509012 [ 3 ] {} <Trace> HTTP-Session: d5641a30-5162-462b-a371-5dd4d9818cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7027 | 2024.09.03 23:54:30.509031 [ 195 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_21_4} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
7028 | 2024.09.03 23:54:30.509196 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
7029 | 2024.09.03 23:54:30.509343 [ 3 ] {1e11b945-cb0c-4008-a271-a7d18fa3611c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7030 | 2024.09.03 23:54:30.509390 [ 3 ] {1e11b945-cb0c-4008-a271-a7d18fa3611c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7031 | 2024.09.03 23:54:30.509627 [ 3 ] {1e11b945-cb0c-4008-a271-a7d18fa3611c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7032 | 2024.09.03 23:54:30.510351 [ 3 ] {1e11b945-cb0c-4008-a271-a7d18fa3611c} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7033 | 2024.09.03 23:54:30.510388 [ 3 ] {1e11b945-cb0c-4008-a271-a7d18fa3611c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7034 | 2024.09.03 23:54:30.510756 [ 3 ] {1e11b945-cb0c-4008-a271-a7d18fa3611c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7035 | 2024.09.03 23:54:30.511122 [ 3 ] {1e11b945-cb0c-4008-a271-a7d18fa3611c} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7036 | 2024.09.03 23:54:30.511286 [ 3 ] {1e11b945-cb0c-4008-a271-a7d18fa3611c} <Debug> executeQuery: Read 388 rows, 28.16 KiB in 0.002121 sec., 182932.57897218294 rows/sec., 12.97 MiB/sec. | ||
7037 | 2024.09.03 23:54:30.511643 [ 3 ] {1e11b945-cb0c-4008-a271-a7d18fa3611c} <Debug> DynamicQueryHandler: Done processing query | ||
7038 | 2024.09.03 23:54:30.511682 [ 3 ] {1e11b945-cb0c-4008-a271-a7d18fa3611c} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
7039 | 2024.09.03 23:54:30.511699 [ 3 ] {} <Debug> HTTP-Session: d5641a30-5162-462b-a371-5dd4d9818cf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7040 | 2024.09.03 23:54:30.511837 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7041 | 2024.09.03 23:54:30.511885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7042 | 2024.09.03 23:54:30.511905 [ 3 ] {} <Debug> HTTP-Session: ebaddcfb-4802-41af-a925-10ebbfcbe180 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7043 | 2024.09.03 23:54:30.511922 [ 3 ] {} <Debug> HTTP-Session: ebaddcfb-4802-41af-a925-10ebbfcbe180 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7044 | 2024.09.03 23:54:30.511936 [ 3 ] {} <Debug> HTTP-Session: ebaddcfb-4802-41af-a925-10ebbfcbe180 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7045 | 2024.09.03 23:54:30.511968 [ 3 ] {} <Trace> HTTP-Session: ebaddcfb-4802-41af-a925-10ebbfcbe180 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7046 | 2024.09.03 23:54:30.512067 [ 3 ] {45278139-e40d-4ff4-b448-18d358f3d4a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7047 | 2024.09.03 23:54:30.512113 [ 3 ] {45278139-e40d-4ff4-b448-18d358f3d4a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7048 | 2024.09.03 23:54:30.512267 [ 3 ] {45278139-e40d-4ff4-b448-18d358f3d4a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7049 | 2024.09.03 23:54:30.512539 [ 3 ] {45278139-e40d-4ff4-b448-18d358f3d4a9} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7050 | 2024.09.03 23:54:30.512575 [ 3 ] {45278139-e40d-4ff4-b448-18d358f3d4a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7051 | 2024.09.03 23:54:30.512925 [ 3 ] {45278139-e40d-4ff4-b448-18d358f3d4a9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7052 | 2024.09.03 23:54:30.513240 [ 3 ] {45278139-e40d-4ff4-b448-18d358f3d4a9} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7053 | 2024.09.03 23:54:30.513402 [ 80 ] {} <Debug> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
7054 | 2024.09.03 23:54:30.513407 [ 3 ] {45278139-e40d-4ff4-b448-18d358f3d4a9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001357 sec., 4421.518054532056 rows/sec., 231.01 KiB/sec. | ||
7055 | 2024.09.03 23:54:30.513466 [ 80 ] {} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7056 | 2024.09.03 23:54:30.513532 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7057 | 2024.09.03 23:54:30.513750 [ 3 ] {45278139-e40d-4ff4-b448-18d358f3d4a9} <Debug> DynamicQueryHandler: Done processing query | ||
7058 | 2024.09.03 23:54:30.513843 [ 3 ] {45278139-e40d-4ff4-b448-18d358f3d4a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7059 | 2024.09.03 23:54:30.513928 [ 3 ] {} <Debug> HTTP-Session: ebaddcfb-4802-41af-a925-10ebbfcbe180 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7060 | 2024.09.03 23:54:30.513977 [ 197 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
7061 | 2024.09.03 23:54:30.514209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 44650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7062 | 2024.09.03 23:54:30.514344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7063 | 2024.09.03 23:54:30.514351 [ 197 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7064 | 2024.09.03 23:54:30.514373 [ 3 ] {} <Debug> HTTP-Session: 3fea6322-6770-40b5-a9b7-e3864161c074 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7065 | 2024.09.03 23:54:30.514421 [ 197 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
7066 | 2024.09.03 23:54:30.514430 [ 3 ] {} <Debug> HTTP-Session: 3fea6322-6770-40b5-a9b7-e3864161c074 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7067 | 2024.09.03 23:54:30.514479 [ 3 ] {} <Debug> HTTP-Session: 3fea6322-6770-40b5-a9b7-e3864161c074 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7068 | 2024.09.03 23:54:30.514605 [ 3 ] {} <Trace> HTTP-Session: 3fea6322-6770-40b5-a9b7-e3864161c074 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7069 | 2024.09.03 23:54:30.514681 [ 197 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
7070 | 2024.09.03 23:54:30.514927 [ 197 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
7071 | 2024.09.03 23:54:30.515083 [ 3 ] {07387d91-c5b5-493a-bc27-bc18e709e08f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7072 | 2024.09.03 23:54:30.515148 [ 197 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
7073 | 2024.09.03 23:54:30.515342 [ 3 ] {07387d91-c5b5-493a-bc27-bc18e709e08f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7074 | 2024.09.03 23:54:30.515505 [ 197 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
7075 | 2024.09.03 23:54:30.515822 [ 197 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
7076 | 2024.09.03 23:54:30.516397 [ 3 ] {07387d91-c5b5-493a-bc27-bc18e709e08f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7077 | 2024.09.03 23:54:30.517358 [ 3 ] {07387d91-c5b5-493a-bc27-bc18e709e08f} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7078 | 2024.09.03 23:54:30.517436 [ 3 ] {07387d91-c5b5-493a-bc27-bc18e709e08f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7079 | 2024.09.03 23:54:30.518410 [ 197 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.004763423 sec., 20153.574435862614 rows/sec., 1.03 MiB/sec. | ||
7080 | 2024.09.03 23:54:30.518539 [ 3 ] {07387d91-c5b5-493a-bc27-bc18e709e08f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7081 | 2024.09.03 23:54:30.518578 [ 197 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
7082 | 2024.09.03 23:54:30.519398 [ 3 ] {07387d91-c5b5-493a-bc27-bc18e709e08f} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7083 | 2024.09.03 23:54:30.519511 [ 197 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_16_3} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7084 | 2024.09.03 23:54:30.519722 [ 3 ] {07387d91-c5b5-493a-bc27-bc18e709e08f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004896 sec., 48406.862745098035 rows/sec., 3.24 MiB/sec. | ||
7085 | 2024.09.03 23:54:30.519745 [ 197 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_16_3} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
7086 | 2024.09.03 23:54:30.520012 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
7087 | 2024.09.03 23:54:30.520118 [ 3 ] {07387d91-c5b5-493a-bc27-bc18e709e08f} <Debug> DynamicQueryHandler: Done processing query | ||
7088 | 2024.09.03 23:54:30.520147 [ 3 ] {07387d91-c5b5-493a-bc27-bc18e709e08f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7089 | 2024.09.03 23:54:30.520165 [ 3 ] {} <Debug> HTTP-Session: 3fea6322-6770-40b5-a9b7-e3864161c074 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7090 | 2024.09.03 23:54:30.520293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7091 | 2024.09.03 23:54:30.520342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7092 | 2024.09.03 23:54:30.520361 [ 3 ] {} <Debug> HTTP-Session: e67a2a45-a0eb-40c7-835d-3f0b40081a59 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7093 | 2024.09.03 23:54:30.520377 [ 3 ] {} <Debug> HTTP-Session: e67a2a45-a0eb-40c7-835d-3f0b40081a59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7094 | 2024.09.03 23:54:30.520391 [ 3 ] {} <Debug> HTTP-Session: e67a2a45-a0eb-40c7-835d-3f0b40081a59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7095 | 2024.09.03 23:54:30.520422 [ 3 ] {} <Trace> HTTP-Session: e67a2a45-a0eb-40c7-835d-3f0b40081a59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7096 | 2024.09.03 23:54:30.520519 [ 3 ] {80fdba86-a0ff-4d60-a206-fad5e9aca9d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
7097 | 2024.09.03 23:54:30.520565 [ 3 ] {80fdba86-a0ff-4d60-a206-fad5e9aca9d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7098 | 2024.09.03 23:54:30.520718 [ 3 ] {80fdba86-a0ff-4d60-a206-fad5e9aca9d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7099 | 2024.09.03 23:54:30.520980 [ 3 ] {80fdba86-a0ff-4d60-a206-fad5e9aca9d0} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7100 | 2024.09.03 23:54:30.521015 [ 3 ] {80fdba86-a0ff-4d60-a206-fad5e9aca9d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7101 | 2024.09.03 23:54:30.521366 [ 3 ] {80fdba86-a0ff-4d60-a206-fad5e9aca9d0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7102 | 2024.09.03 23:54:30.521689 [ 3 ] {80fdba86-a0ff-4d60-a206-fad5e9aca9d0} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7103 | 2024.09.03 23:54:30.521842 [ 3 ] {80fdba86-a0ff-4d60-a206-fad5e9aca9d0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001339 sec., 746.8259895444362 rows/sec., 50.32 KiB/sec. | ||
7104 | 2024.09.03 23:54:30.521995 [ 3 ] {80fdba86-a0ff-4d60-a206-fad5e9aca9d0} <Debug> DynamicQueryHandler: Done processing query | ||
7105 | 2024.09.03 23:54:30.522023 [ 3 ] {80fdba86-a0ff-4d60-a206-fad5e9aca9d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
7106 | 2024.09.03 23:54:30.522039 [ 3 ] {} <Debug> HTTP-Session: e67a2a45-a0eb-40c7-835d-3f0b40081a59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7107 | 2024.09.03 23:54:30.522150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 10149, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7108 | 2024.09.03 23:54:30.522197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7109 | 2024.09.03 23:54:30.522217 [ 3 ] {} <Debug> HTTP-Session: 333c764b-9914-4065-81bf-592503b206fa Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7110 | 2024.09.03 23:54:30.522235 [ 3 ] {} <Debug> HTTP-Session: 333c764b-9914-4065-81bf-592503b206fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7111 | 2024.09.03 23:54:30.522249 [ 3 ] {} <Debug> HTTP-Session: 333c764b-9914-4065-81bf-592503b206fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7112 | 2024.09.03 23:54:30.522279 [ 3 ] {} <Trace> HTTP-Session: 333c764b-9914-4065-81bf-592503b206fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7113 | 2024.09.03 23:54:30.522436 [ 3 ] {97612cd1-90b3-48cb-a15e-fa9d2c067a84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7114 | 2024.09.03 23:54:30.522498 [ 3 ] {97612cd1-90b3-48cb-a15e-fa9d2c067a84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7115 | 2024.09.03 23:54:30.522915 [ 3 ] {97612cd1-90b3-48cb-a15e-fa9d2c067a84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7116 | 2024.09.03 23:54:30.523454 [ 3 ] {97612cd1-90b3-48cb-a15e-fa9d2c067a84} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7117 | 2024.09.03 23:54:30.523490 [ 3 ] {97612cd1-90b3-48cb-a15e-fa9d2c067a84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7118 | 2024.09.03 23:54:30.524083 [ 3 ] {97612cd1-90b3-48cb-a15e-fa9d2c067a84} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
7119 | 2024.09.03 23:54:30.524491 [ 3 ] {97612cd1-90b3-48cb-a15e-fa9d2c067a84} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7120 | 2024.09.03 23:54:30.524672 [ 3 ] {97612cd1-90b3-48cb-a15e-fa9d2c067a84} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002319 sec., 2587.3221216041397 rows/sec., 4.64 MiB/sec. | ||
7121 | 2024.09.03 23:54:30.524887 [ 3 ] {97612cd1-90b3-48cb-a15e-fa9d2c067a84} <Debug> DynamicQueryHandler: Done processing query | ||
7122 | 2024.09.03 23:54:30.524911 [ 3 ] {97612cd1-90b3-48cb-a15e-fa9d2c067a84} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
7123 | 2024.09.03 23:54:30.524927 [ 3 ] {} <Debug> HTTP-Session: 333c764b-9914-4065-81bf-592503b206fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7124 | 2024.09.03 23:54:30.525049 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7125 | 2024.09.03 23:54:30.525097 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7126 | 2024.09.03 23:54:30.525115 [ 3 ] {} <Debug> HTTP-Session: f214c035-43bb-4394-b647-d4a79d298c7c Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7127 | 2024.09.03 23:54:30.525133 [ 3 ] {} <Debug> HTTP-Session: f214c035-43bb-4394-b647-d4a79d298c7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7128 | 2024.09.03 23:54:30.525147 [ 3 ] {} <Debug> HTTP-Session: f214c035-43bb-4394-b647-d4a79d298c7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7129 | 2024.09.03 23:54:30.525178 [ 3 ] {} <Trace> HTTP-Session: f214c035-43bb-4394-b647-d4a79d298c7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7130 | 2024.09.03 23:54:30.525292 [ 3 ] {cb637b75-ae07-4eb0-b6d4-3296bc8ff1b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7131 | 2024.09.03 23:54:30.525337 [ 3 ] {cb637b75-ae07-4eb0-b6d4-3296bc8ff1b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7132 | 2024.09.03 23:54:30.525462 [ 3 ] {cb637b75-ae07-4eb0-b6d4-3296bc8ff1b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7133 | 2024.09.03 23:54:30.525824 [ 3 ] {cb637b75-ae07-4eb0-b6d4-3296bc8ff1b4} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7134 | 2024.09.03 23:54:30.525860 [ 3 ] {cb637b75-ae07-4eb0-b6d4-3296bc8ff1b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7135 | 2024.09.03 23:54:30.526219 [ 3 ] {cb637b75-ae07-4eb0-b6d4-3296bc8ff1b4} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7136 | 2024.09.03 23:54:30.526539 [ 3 ] {cb637b75-ae07-4eb0-b6d4-3296bc8ff1b4} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7137 | 2024.09.03 23:54:30.526697 [ 3 ] {cb637b75-ae07-4eb0-b6d4-3296bc8ff1b4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001439 sec., 56984.01667824879 rows/sec., 3.62 MiB/sec. | ||
7138 | 2024.09.03 23:54:30.526859 [ 3 ] {cb637b75-ae07-4eb0-b6d4-3296bc8ff1b4} <Debug> DynamicQueryHandler: Done processing query | ||
7139 | 2024.09.03 23:54:30.526882 [ 3 ] {cb637b75-ae07-4eb0-b6d4-3296bc8ff1b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7140 | 2024.09.03 23:54:30.526898 [ 3 ] {} <Debug> HTTP-Session: f214c035-43bb-4394-b647-d4a79d298c7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7141 | 2024.09.03 23:54:33.278967 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7142 | 2024.09.03 23:54:33.279068 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7143 | 2024.09.03 23:54:35.491119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 17496, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7144 | 2024.09.03 23:54:35.491244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7145 | 2024.09.03 23:54:35.491270 [ 3 ] {} <Debug> HTTP-Session: b01aba9b-0561-4733-b831-b6c49cba2398 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7146 | 2024.09.03 23:54:35.491296 [ 3 ] {} <Debug> HTTP-Session: b01aba9b-0561-4733-b831-b6c49cba2398 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7147 | 2024.09.03 23:54:35.491310 [ 3 ] {} <Debug> HTTP-Session: b01aba9b-0561-4733-b831-b6c49cba2398 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7148 | 2024.09.03 23:54:35.491361 [ 3 ] {} <Trace> HTTP-Session: b01aba9b-0561-4733-b831-b6c49cba2398 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7149 | 2024.09.03 23:54:35.491584 [ 3 ] {df5fd773-9e2d-4b73-b1b8-d42649461519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7150 | 2024.09.03 23:54:35.491654 [ 3 ] {df5fd773-9e2d-4b73-b1b8-d42649461519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7151 | 2024.09.03 23:54:35.491989 [ 3 ] {df5fd773-9e2d-4b73-b1b8-d42649461519} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7152 | 2024.09.03 23:54:35.492492 [ 3 ] {df5fd773-9e2d-4b73-b1b8-d42649461519} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7153 | 2024.09.03 23:54:35.492544 [ 3 ] {df5fd773-9e2d-4b73-b1b8-d42649461519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7154 | 2024.09.03 23:54:35.492988 [ 3 ] {df5fd773-9e2d-4b73-b1b8-d42649461519} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7155 | 2024.09.03 23:54:35.493384 [ 3 ] {df5fd773-9e2d-4b73-b1b8-d42649461519} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7156 | 2024.09.03 23:54:35.493537 [ 3 ] {df5fd773-9e2d-4b73-b1b8-d42649461519} <Debug> executeQuery: Read 118 rows, 10.31 KiB in 0.002034 sec., 58013.76597836775 rows/sec., 4.95 MiB/sec. | ||
7157 | 2024.09.03 23:54:35.493746 [ 3 ] {df5fd773-9e2d-4b73-b1b8-d42649461519} <Debug> DynamicQueryHandler: Done processing query | ||
7158 | 2024.09.03 23:54:35.493775 [ 3 ] {df5fd773-9e2d-4b73-b1b8-d42649461519} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
7159 | 2024.09.03 23:54:35.493791 [ 3 ] {} <Debug> HTTP-Session: b01aba9b-0561-4733-b831-b6c49cba2398 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7160 | 2024.09.03 23:54:35.493977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 4494, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7161 | 2024.09.03 23:54:35.494032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7162 | 2024.09.03 23:54:35.494052 [ 3 ] {} <Debug> HTTP-Session: 07a3b189-dc4b-4c80-9a55-eb5ad227c9f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7163 | 2024.09.03 23:54:35.494070 [ 3 ] {} <Debug> HTTP-Session: 07a3b189-dc4b-4c80-9a55-eb5ad227c9f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7164 | 2024.09.03 23:54:35.494084 [ 3 ] {} <Debug> HTTP-Session: 07a3b189-dc4b-4c80-9a55-eb5ad227c9f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7165 | 2024.09.03 23:54:35.494122 [ 3 ] {} <Trace> HTTP-Session: 07a3b189-dc4b-4c80-9a55-eb5ad227c9f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7166 | 2024.09.03 23:54:35.494243 [ 3 ] {a41d109f-37ee-4602-ba3d-1d338164584e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7167 | 2024.09.03 23:54:35.494292 [ 3 ] {a41d109f-37ee-4602-ba3d-1d338164584e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7168 | 2024.09.03 23:54:35.494533 [ 3 ] {a41d109f-37ee-4602-ba3d-1d338164584e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7169 | 2024.09.03 23:54:35.494877 [ 3 ] {a41d109f-37ee-4602-ba3d-1d338164584e} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7170 | 2024.09.03 23:54:35.494915 [ 3 ] {a41d109f-37ee-4602-ba3d-1d338164584e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7171 | 2024.09.03 23:54:35.495268 [ 3 ] {a41d109f-37ee-4602-ba3d-1d338164584e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
7172 | 2024.09.03 23:54:35.495625 [ 3 ] {a41d109f-37ee-4602-ba3d-1d338164584e} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7173 | 2024.09.03 23:54:35.495763 [ 3 ] {a41d109f-37ee-4602-ba3d-1d338164584e} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001563 sec., 19833.65323096609 rows/sec., 1.46 MiB/sec. | ||
7174 | 2024.09.03 23:54:35.495933 [ 3 ] {a41d109f-37ee-4602-ba3d-1d338164584e} <Debug> DynamicQueryHandler: Done processing query | ||
7175 | 2024.09.03 23:54:35.495959 [ 3 ] {a41d109f-37ee-4602-ba3d-1d338164584e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7176 | 2024.09.03 23:54:35.495976 [ 3 ] {} <Debug> HTTP-Session: 07a3b189-dc4b-4c80-9a55-eb5ad227c9f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7177 | 2024.09.03 23:54:35.496113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 16129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7178 | 2024.09.03 23:54:35.496165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7179 | 2024.09.03 23:54:35.496185 [ 3 ] {} <Debug> HTTP-Session: 4737bfef-5aeb-467b-ac15-fd6bbf91827c Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7180 | 2024.09.03 23:54:35.496202 [ 3 ] {} <Debug> HTTP-Session: 4737bfef-5aeb-467b-ac15-fd6bbf91827c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7181 | 2024.09.03 23:54:35.496216 [ 3 ] {} <Debug> HTTP-Session: 4737bfef-5aeb-467b-ac15-fd6bbf91827c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7182 | 2024.09.03 23:54:35.496249 [ 3 ] {} <Trace> HTTP-Session: 4737bfef-5aeb-467b-ac15-fd6bbf91827c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7183 | 2024.09.03 23:54:35.496375 [ 3 ] {d39680d7-90d8-43b2-9006-d59016c18bbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7184 | 2024.09.03 23:54:35.496422 [ 3 ] {d39680d7-90d8-43b2-9006-d59016c18bbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7185 | 2024.09.03 23:54:35.496651 [ 3 ] {d39680d7-90d8-43b2-9006-d59016c18bbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7186 | 2024.09.03 23:54:35.497008 [ 3 ] {d39680d7-90d8-43b2-9006-d59016c18bbf} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7187 | 2024.09.03 23:54:35.497044 [ 3 ] {d39680d7-90d8-43b2-9006-d59016c18bbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7188 | 2024.09.03 23:54:35.497393 [ 3 ] {d39680d7-90d8-43b2-9006-d59016c18bbf} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7189 | 2024.09.03 23:54:35.497746 [ 3 ] {d39680d7-90d8-43b2-9006-d59016c18bbf} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7190 | 2024.09.03 23:54:35.497876 [ 3 ] {d39680d7-90d8-43b2-9006-d59016c18bbf} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001547 sec., 61409.17905623788 rows/sec., 4.80 MiB/sec. | ||
7191 | 2024.09.03 23:54:35.498079 [ 3 ] {d39680d7-90d8-43b2-9006-d59016c18bbf} <Debug> DynamicQueryHandler: Done processing query | ||
7192 | 2024.09.03 23:54:35.498105 [ 3 ] {d39680d7-90d8-43b2-9006-d59016c18bbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7193 | 2024.09.03 23:54:35.498121 [ 3 ] {} <Debug> HTTP-Session: 4737bfef-5aeb-467b-ac15-fd6bbf91827c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7194 | 2024.09.03 23:54:35.498390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7195 | 2024.09.03 23:54:35.498449 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7196 | 2024.09.03 23:54:35.498470 [ 3 ] {} <Debug> HTTP-Session: fc5e99ec-74e2-4a92-ac92-868c8434b6a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7197 | 2024.09.03 23:54:35.498487 [ 3 ] {} <Debug> HTTP-Session: fc5e99ec-74e2-4a92-ac92-868c8434b6a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7198 | 2024.09.03 23:54:35.498501 [ 3 ] {} <Debug> HTTP-Session: fc5e99ec-74e2-4a92-ac92-868c8434b6a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7199 | 2024.09.03 23:54:35.498533 [ 3 ] {} <Trace> HTTP-Session: fc5e99ec-74e2-4a92-ac92-868c8434b6a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7200 | 2024.09.03 23:54:35.498691 [ 3 ] {cc7ee31a-a57d-43fa-851c-a5257cf67b14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7201 | 2024.09.03 23:54:35.498739 [ 3 ] {cc7ee31a-a57d-43fa-851c-a5257cf67b14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7202 | 2024.09.03 23:54:35.498884 [ 3 ] {cc7ee31a-a57d-43fa-851c-a5257cf67b14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7203 | 2024.09.03 23:54:35.499293 [ 3 ] {cc7ee31a-a57d-43fa-851c-a5257cf67b14} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7204 | 2024.09.03 23:54:35.499329 [ 3 ] {cc7ee31a-a57d-43fa-851c-a5257cf67b14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7205 | 2024.09.03 23:54:35.499716 [ 3 ] {cc7ee31a-a57d-43fa-851c-a5257cf67b14} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7206 | 2024.09.03 23:54:35.500056 [ 3 ] {cc7ee31a-a57d-43fa-851c-a5257cf67b14} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7207 | 2024.09.03 23:54:35.500180 [ 3 ] {cc7ee31a-a57d-43fa-851c-a5257cf67b14} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001559 sec., 102629.89095574086 rows/sec., 7.15 MiB/sec. | ||
7208 | 2024.09.03 23:54:35.500455 [ 3 ] {cc7ee31a-a57d-43fa-851c-a5257cf67b14} <Debug> DynamicQueryHandler: Done processing query | ||
7209 | 2024.09.03 23:54:35.500517 [ 3 ] {cc7ee31a-a57d-43fa-851c-a5257cf67b14} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7210 | 2024.09.03 23:54:35.500577 [ 3 ] {} <Debug> HTTP-Session: fc5e99ec-74e2-4a92-ac92-868c8434b6a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7211 | 2024.09.03 23:54:35.500793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 51823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7212 | 2024.09.03 23:54:35.500847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7213 | 2024.09.03 23:54:35.500866 [ 3 ] {} <Debug> HTTP-Session: 30750ba7-13c8-4b8d-8bcc-234fa29b5654 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7214 | 2024.09.03 23:54:35.500884 [ 3 ] {} <Debug> HTTP-Session: 30750ba7-13c8-4b8d-8bcc-234fa29b5654 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7215 | 2024.09.03 23:54:35.500898 [ 3 ] {} <Debug> HTTP-Session: 30750ba7-13c8-4b8d-8bcc-234fa29b5654 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7216 | 2024.09.03 23:54:35.500930 [ 3 ] {} <Trace> HTTP-Session: 30750ba7-13c8-4b8d-8bcc-234fa29b5654 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7217 | 2024.09.03 23:54:35.501244 [ 3 ] {5394ba69-1baa-4985-a309-5c593d558fed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7218 | 2024.09.03 23:54:35.501315 [ 3 ] {5394ba69-1baa-4985-a309-5c593d558fed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7219 | 2024.09.03 23:54:35.501742 [ 3 ] {5394ba69-1baa-4985-a309-5c593d558fed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7220 | 2024.09.03 23:54:35.502404 [ 3 ] {5394ba69-1baa-4985-a309-5c593d558fed} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7221 | 2024.09.03 23:54:35.502440 [ 3 ] {5394ba69-1baa-4985-a309-5c593d558fed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7222 | 2024.09.03 23:54:35.503072 [ 3 ] {5394ba69-1baa-4985-a309-5c593d558fed} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
7223 | 2024.09.03 23:54:35.503484 [ 3 ] {5394ba69-1baa-4985-a309-5c593d558fed} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7224 | 2024.09.03 23:54:35.503629 [ 3 ] {5394ba69-1baa-4985-a309-5c593d558fed} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002612 sec., 11868.300153139357 rows/sec., 21.27 MiB/sec. | ||
7225 | 2024.09.03 23:54:35.503983 [ 3 ] {5394ba69-1baa-4985-a309-5c593d558fed} <Debug> DynamicQueryHandler: Done processing query | ||
7226 | 2024.09.03 23:54:35.504008 [ 3 ] {5394ba69-1baa-4985-a309-5c593d558fed} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
7227 | 2024.09.03 23:54:35.504025 [ 3 ] {} <Debug> HTTP-Session: 30750ba7-13c8-4b8d-8bcc-234fa29b5654 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7228 | 2024.09.03 23:54:35.504155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7229 | 2024.09.03 23:54:35.504204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7230 | 2024.09.03 23:54:35.504224 [ 3 ] {} <Debug> HTTP-Session: b4d43954-9418-4540-9810-db20448939d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7231 | 2024.09.03 23:54:35.504241 [ 3 ] {} <Debug> HTTP-Session: b4d43954-9418-4540-9810-db20448939d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7232 | 2024.09.03 23:54:35.504255 [ 3 ] {} <Debug> HTTP-Session: b4d43954-9418-4540-9810-db20448939d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7233 | 2024.09.03 23:54:35.504312 [ 3 ] {} <Trace> HTTP-Session: b4d43954-9418-4540-9810-db20448939d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7234 | 2024.09.03 23:54:35.504429 [ 3 ] {7fcdd580-79e9-4983-a2b4-1078269b0ec5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7235 | 2024.09.03 23:54:35.504474 [ 3 ] {7fcdd580-79e9-4983-a2b4-1078269b0ec5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7236 | 2024.09.03 23:54:35.504603 [ 3 ] {7fcdd580-79e9-4983-a2b4-1078269b0ec5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7237 | 2024.09.03 23:54:35.504900 [ 3 ] {7fcdd580-79e9-4983-a2b4-1078269b0ec5} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7238 | 2024.09.03 23:54:35.504936 [ 3 ] {7fcdd580-79e9-4983-a2b4-1078269b0ec5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7239 | 2024.09.03 23:54:35.505291 [ 3 ] {7fcdd580-79e9-4983-a2b4-1078269b0ec5} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7240 | 2024.09.03 23:54:35.505613 [ 3 ] {7fcdd580-79e9-4983-a2b4-1078269b0ec5} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7241 | 2024.09.03 23:54:35.505749 [ 3 ] {7fcdd580-79e9-4983-a2b4-1078269b0ec5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001362 sec., 44052.86343612335 rows/sec., 2.97 MiB/sec. | ||
7242 | 2024.09.03 23:54:35.505948 [ 3 ] {7fcdd580-79e9-4983-a2b4-1078269b0ec5} <Debug> DynamicQueryHandler: Done processing query | ||
7243 | 2024.09.03 23:54:35.505972 [ 3 ] {7fcdd580-79e9-4983-a2b4-1078269b0ec5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7244 | 2024.09.03 23:54:35.505987 [ 3 ] {} <Debug> HTTP-Session: b4d43954-9418-4540-9810-db20448939d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7245 | 2024.09.03 23:54:40.495691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7246 | 2024.09.03 23:54:40.495860 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7247 | 2024.09.03 23:54:40.495893 [ 3 ] {} <Debug> HTTP-Session: 06421d23-44d4-4107-8d54-4b2bcc23772c Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7248 | 2024.09.03 23:54:40.495924 [ 3 ] {} <Debug> HTTP-Session: 06421d23-44d4-4107-8d54-4b2bcc23772c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7249 | 2024.09.03 23:54:40.495944 [ 3 ] {} <Debug> HTTP-Session: 06421d23-44d4-4107-8d54-4b2bcc23772c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7250 | 2024.09.03 23:54:40.496014 [ 3 ] {} <Trace> HTTP-Session: 06421d23-44d4-4107-8d54-4b2bcc23772c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7251 | 2024.09.03 23:54:40.496226 [ 3 ] {8ecfde0d-2bcf-42d0-807f-2e15807c1bf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7252 | 2024.09.03 23:54:40.496300 [ 3 ] {8ecfde0d-2bcf-42d0-807f-2e15807c1bf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7253 | 2024.09.03 23:54:40.496636 [ 3 ] {8ecfde0d-2bcf-42d0-807f-2e15807c1bf6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7254 | 2024.09.03 23:54:40.497016 [ 3 ] {8ecfde0d-2bcf-42d0-807f-2e15807c1bf6} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7255 | 2024.09.03 23:54:40.497056 [ 3 ] {8ecfde0d-2bcf-42d0-807f-2e15807c1bf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7256 | 2024.09.03 23:54:40.497510 [ 3 ] {8ecfde0d-2bcf-42d0-807f-2e15807c1bf6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
7257 | 2024.09.03 23:54:40.497921 [ 3 ] {8ecfde0d-2bcf-42d0-807f-2e15807c1bf6} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7258 | 2024.09.03 23:54:40.498098 [ 3 ] {8ecfde0d-2bcf-42d0-807f-2e15807c1bf6} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001924 sec., 2079.002079002079 rows/sec., 169.53 KiB/sec. | ||
7259 | 2024.09.03 23:54:40.498468 [ 3 ] {8ecfde0d-2bcf-42d0-807f-2e15807c1bf6} <Debug> DynamicQueryHandler: Done processing query | ||
7260 | 2024.09.03 23:54:40.498495 [ 3 ] {8ecfde0d-2bcf-42d0-807f-2e15807c1bf6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7261 | 2024.09.03 23:54:40.498511 [ 3 ] {} <Debug> HTTP-Session: 06421d23-44d4-4107-8d54-4b2bcc23772c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7262 | 2024.09.03 23:54:40.498731 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7263 | 2024.09.03 23:54:40.498784 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7264 | 2024.09.03 23:54:40.498805 [ 3 ] {} <Debug> HTTP-Session: 67b320a4-f21e-4864-b265-dcf31c9e8bd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7265 | 2024.09.03 23:54:40.498826 [ 3 ] {} <Debug> HTTP-Session: 67b320a4-f21e-4864-b265-dcf31c9e8bd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7266 | 2024.09.03 23:54:40.498840 [ 3 ] {} <Debug> HTTP-Session: 67b320a4-f21e-4864-b265-dcf31c9e8bd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7267 | 2024.09.03 23:54:40.498872 [ 3 ] {} <Trace> HTTP-Session: 67b320a4-f21e-4864-b265-dcf31c9e8bd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7268 | 2024.09.03 23:54:40.499026 [ 3 ] {4b176745-f614-4627-b243-02dfe4bb1645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7269 | 2024.09.03 23:54:40.499070 [ 3 ] {4b176745-f614-4627-b243-02dfe4bb1645} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7270 | 2024.09.03 23:54:40.499321 [ 3 ] {4b176745-f614-4627-b243-02dfe4bb1645} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7271 | 2024.09.03 23:54:40.499771 [ 3 ] {4b176745-f614-4627-b243-02dfe4bb1645} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7272 | 2024.09.03 23:54:40.499808 [ 3 ] {4b176745-f614-4627-b243-02dfe4bb1645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7273 | 2024.09.03 23:54:40.500171 [ 3 ] {4b176745-f614-4627-b243-02dfe4bb1645} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7274 | 2024.09.03 23:54:40.500531 [ 3 ] {4b176745-f614-4627-b243-02dfe4bb1645} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7275 | 2024.09.03 23:54:40.500690 [ 3 ] {4b176745-f614-4627-b243-02dfe4bb1645} <Debug> executeQuery: Read 203 rows, 18.17 KiB in 0.001732 sec., 117205.5427251732 rows/sec., 10.25 MiB/sec. | ||
7276 | 2024.09.03 23:54:40.500700 [ 66 ] {} <Debug> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7277 | 2024.09.03 23:54:40.500805 [ 66 ] {} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7278 | 2024.09.03 23:54:40.500861 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7279 | 2024.09.03 23:54:40.500971 [ 3 ] {4b176745-f614-4627-b243-02dfe4bb1645} <Debug> DynamicQueryHandler: Done processing query | ||
7280 | 2024.09.03 23:54:40.501036 [ 3 ] {4b176745-f614-4627-b243-02dfe4bb1645} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7281 | 2024.09.03 23:54:40.501078 [ 3 ] {} <Debug> HTTP-Session: 67b320a4-f21e-4864-b265-dcf31c9e8bd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7282 | 2024.09.03 23:54:40.501113 [ 195 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::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 | ||
7283 | 2024.09.03 23:54:40.501261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1468, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7284 | 2024.09.03 23:54:40.501376 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7285 | 2024.09.03 23:54:40.501430 [ 3 ] {} <Debug> HTTP-Session: 116e9838-7da1-4340-ba09-a3a4cbc283ef Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7286 | 2024.09.03 23:54:40.501471 [ 195 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7287 | 2024.09.03 23:54:40.501475 [ 3 ] {} <Debug> HTTP-Session: 116e9838-7da1-4340-ba09-a3a4cbc283ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7288 | 2024.09.03 23:54:40.501543 [ 3 ] {} <Debug> HTTP-Session: 116e9838-7da1-4340-ba09-a3a4cbc283ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7289 | 2024.09.03 23:54:40.501552 [ 195 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1413 rows starting from the beginning of the part | ||
7290 | 2024.09.03 23:54:40.501609 [ 3 ] {} <Trace> HTTP-Session: 116e9838-7da1-4340-ba09-a3a4cbc283ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7291 | 2024.09.03 23:54:40.501782 [ 195 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 201 rows starting from the beginning of the part | ||
7292 | 2024.09.03 23:54:40.501979 [ 3 ] {80591757-cf65-4391-adec-bd267492612c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7293 | 2024.09.03 23:54:40.502070 [ 195 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1258 rows starting from the beginning of the part | ||
7294 | 2024.09.03 23:54:40.502168 [ 3 ] {80591757-cf65-4391-adec-bd267492612c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7295 | 2024.09.03 23:54:40.502462 [ 195 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 201 rows starting from the beginning of the part | ||
7296 | 2024.09.03 23:54:40.502855 [ 195 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 118 rows starting from the beginning of the part | ||
7297 | 2024.09.03 23:54:40.503142 [ 195 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 203 rows starting from the beginning of the part | ||
7298 | 2024.09.03 23:54:40.503984 [ 3 ] {80591757-cf65-4391-adec-bd267492612c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7299 | 2024.09.03 23:54:40.504652 [ 3 ] {80591757-cf65-4391-adec-bd267492612c} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7300 | 2024.09.03 23:54:40.504740 [ 3 ] {80591757-cf65-4391-adec-bd267492612c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7301 | 2024.09.03 23:54:40.505715 [ 3 ] {80591757-cf65-4391-adec-bd267492612c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
7302 | 2024.09.03 23:54:40.506253 [ 3 ] {80591757-cf65-4391-adec-bd267492612c} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7303 | 2024.09.03 23:54:40.506651 [ 3 ] {80591757-cf65-4391-adec-bd267492612c} <Debug> executeQuery: Read 10 rows, 748.00 B in 0.004783 sec., 2090.7380305247752 rows/sec., 152.72 KiB/sec. | ||
7304 | 2024.09.03 23:54:40.507082 [ 187 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3394 rows, containing 5 columns (5 merged, 0 gathered) in 0.006106612 sec., 555791.0016225036 rows/sec., 48.92 MiB/sec. | ||
7305 | 2024.09.03 23:54:40.507452 [ 3 ] {80591757-cf65-4391-adec-bd267492612c} <Debug> DynamicQueryHandler: Done processing query | ||
7306 | 2024.09.03 23:54:40.507457 [ 187 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7307 | 2024.09.03 23:54:40.507501 [ 3 ] {80591757-cf65-4391-adec-bd267492612c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7308 | 2024.09.03 23:54:40.507553 [ 3 ] {} <Debug> HTTP-Session: 116e9838-7da1-4340-ba09-a3a4cbc283ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7309 | 2024.09.03 23:54:40.507715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7310 | 2024.09.03 23:54:40.507829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7311 | 2024.09.03 23:54:40.507910 [ 3 ] {} <Debug> HTTP-Session: 167d1272-cef4-43fc-a589-450ce2d357c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7312 | 2024.09.03 23:54:40.507997 [ 3 ] {} <Debug> HTTP-Session: 167d1272-cef4-43fc-a589-450ce2d357c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7313 | 2024.09.03 23:54:40.508060 [ 3 ] {} <Debug> HTTP-Session: 167d1272-cef4-43fc-a589-450ce2d357c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7314 | 2024.09.03 23:54:40.508158 [ 3 ] {} <Trace> HTTP-Session: 167d1272-cef4-43fc-a589-450ce2d357c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7315 | 2024.09.03 23:54:40.508376 [ 3 ] {d019691f-4531-4b7a-aaa1-5369c1f1da1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7316 | 2024.09.03 23:54:40.508444 [ 3 ] {d019691f-4531-4b7a-aaa1-5369c1f1da1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7317 | 2024.09.03 23:54:40.508485 [ 187 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_36_7} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7318 | 2024.09.03 23:54:40.508723 [ 187 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_36_7} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7319 | 2024.09.03 23:54:40.508955 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
7320 | 2024.09.03 23:54:40.509080 [ 3 ] {d019691f-4531-4b7a-aaa1-5369c1f1da1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7321 | 2024.09.03 23:54:40.509414 [ 3 ] {d019691f-4531-4b7a-aaa1-5369c1f1da1a} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7322 | 2024.09.03 23:54:40.509453 [ 3 ] {d019691f-4531-4b7a-aaa1-5369c1f1da1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7323 | 2024.09.03 23:54:40.509829 [ 3 ] {d019691f-4531-4b7a-aaa1-5369c1f1da1a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
7324 | 2024.09.03 23:54:40.510217 [ 3 ] {d019691f-4531-4b7a-aaa1-5369c1f1da1a} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7325 | 2024.09.03 23:54:40.510381 [ 3 ] {d019691f-4531-4b7a-aaa1-5369c1f1da1a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002042 sec., 6856.023506366308 rows/sec., 480.15 KiB/sec. | ||
7326 | 2024.09.03 23:54:40.510558 [ 3 ] {d019691f-4531-4b7a-aaa1-5369c1f1da1a} <Debug> DynamicQueryHandler: Done processing query | ||
7327 | 2024.09.03 23:54:40.510582 [ 3 ] {d019691f-4531-4b7a-aaa1-5369c1f1da1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7328 | 2024.09.03 23:54:40.510599 [ 3 ] {} <Debug> HTTP-Session: 167d1272-cef4-43fc-a589-450ce2d357c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7329 | 2024.09.03 23:54:40.510718 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7330 | 2024.09.03 23:54:40.510768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7331 | 2024.09.03 23:54:40.510788 [ 3 ] {} <Debug> HTTP-Session: b3ebe738-011b-4896-9c0d-25ed3da12f02 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7332 | 2024.09.03 23:54:40.510805 [ 3 ] {} <Debug> HTTP-Session: b3ebe738-011b-4896-9c0d-25ed3da12f02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7333 | 2024.09.03 23:54:40.510819 [ 3 ] {} <Debug> HTTP-Session: b3ebe738-011b-4896-9c0d-25ed3da12f02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7334 | 2024.09.03 23:54:40.510850 [ 3 ] {} <Trace> HTTP-Session: b3ebe738-011b-4896-9c0d-25ed3da12f02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7335 | 2024.09.03 23:54:40.510947 [ 3 ] {aa6fbb25-3e92-477c-964f-e042a0c6e534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
7336 | 2024.09.03 23:54:40.510991 [ 3 ] {aa6fbb25-3e92-477c-964f-e042a0c6e534} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7337 | 2024.09.03 23:54:40.511221 [ 3 ] {aa6fbb25-3e92-477c-964f-e042a0c6e534} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7338 | 2024.09.03 23:54:40.511527 [ 3 ] {aa6fbb25-3e92-477c-964f-e042a0c6e534} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7339 | 2024.09.03 23:54:40.511563 [ 3 ] {aa6fbb25-3e92-477c-964f-e042a0c6e534} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7340 | 2024.09.03 23:54:40.511915 [ 3 ] {aa6fbb25-3e92-477c-964f-e042a0c6e534} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7341 | 2024.09.03 23:54:40.512286 [ 3 ] {aa6fbb25-3e92-477c-964f-e042a0c6e534} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7342 | 2024.09.03 23:54:40.512444 [ 30 ] {} <Debug> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
7343 | 2024.09.03 23:54:40.512451 [ 3 ] {aa6fbb25-3e92-477c-964f-e042a0c6e534} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001516 sec., 3957.78364116095 rows/sec., 233.83 KiB/sec. | ||
7344 | 2024.09.03 23:54:40.512502 [ 30 ] {} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7345 | 2024.09.03 23:54:40.512576 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7346 | 2024.09.03 23:54:40.512770 [ 195 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
7347 | 2024.09.03 23:54:40.512790 [ 3 ] {aa6fbb25-3e92-477c-964f-e042a0c6e534} <Debug> DynamicQueryHandler: Done processing query | ||
7348 | 2024.09.03 23:54:40.512852 [ 3 ] {aa6fbb25-3e92-477c-964f-e042a0c6e534} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7349 | 2024.09.03 23:54:40.512879 [ 3 ] {} <Debug> HTTP-Session: b3ebe738-011b-4896-9c0d-25ed3da12f02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7350 | 2024.09.03 23:54:40.512998 [ 195 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7351 | 2024.09.03 23:54:40.513039 [ 195 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
7352 | 2024.09.03 23:54:40.513192 [ 195 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
7353 | 2024.09.03 23:54:40.513204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 63465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7354 | 2024.09.03 23:54:40.513349 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7355 | 2024.09.03 23:54:40.513445 [ 3 ] {} <Debug> HTTP-Session: fe2df840-4b5e-4000-b605-e73ccd8ac91d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7356 | 2024.09.03 23:54:40.513539 [ 3 ] {} <Debug> HTTP-Session: fe2df840-4b5e-4000-b605-e73ccd8ac91d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7357 | 2024.09.03 23:54:40.513589 [ 3 ] {} <Debug> HTTP-Session: fe2df840-4b5e-4000-b605-e73ccd8ac91d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7358 | 2024.09.03 23:54:40.513646 [ 195 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
7359 | 2024.09.03 23:54:40.513743 [ 3 ] {} <Trace> HTTP-Session: fe2df840-4b5e-4000-b605-e73ccd8ac91d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7360 | 2024.09.03 23:54:40.513905 [ 195 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
7361 | 2024.09.03 23:54:40.514202 [ 195 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
7362 | 2024.09.03 23:54:40.514353 [ 3 ] {38be44f3-dbf3-4d03-a5b1-5344aa208412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7363 | 2024.09.03 23:54:40.514511 [ 3 ] {38be44f3-dbf3-4d03-a5b1-5344aa208412} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7364 | 2024.09.03 23:54:40.515348 [ 3 ] {38be44f3-dbf3-4d03-a5b1-5344aa208412} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7365 | 2024.09.03 23:54:40.516705 [ 3 ] {38be44f3-dbf3-4d03-a5b1-5344aa208412} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7366 | 2024.09.03 23:54:40.516772 [ 3 ] {38be44f3-dbf3-4d03-a5b1-5344aa208412} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7367 | 2024.09.03 23:54:40.516780 [ 195 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004092558 sec., 7330.3787020245045 rows/sec., 465.31 KiB/sec. | ||
7368 | 2024.09.03 23:54:40.516982 [ 195 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
7369 | 2024.09.03 23:54:40.517788 [ 3 ] {38be44f3-dbf3-4d03-a5b1-5344aa208412} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7370 | 2024.09.03 23:54:40.518088 [ 195 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_17_4} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7371 | 2024.09.03 23:54:40.518350 [ 195 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_17_4} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
7372 | 2024.09.03 23:54:40.518491 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7373 | 2024.09.03 23:54:40.518575 [ 3 ] {38be44f3-dbf3-4d03-a5b1-5344aa208412} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7374 | 2024.09.03 23:54:40.518757 [ 30 ] {} <Debug> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7375 | 2024.09.03 23:54:40.518761 [ 3 ] {38be44f3-dbf3-4d03-a5b1-5344aa208412} <Debug> executeQuery: Read 392 rows, 28.49 KiB in 0.004697 sec., 83457.5260804769 rows/sec., 5.92 MiB/sec. | ||
7376 | 2024.09.03 23:54:40.518825 [ 30 ] {} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7377 | 2024.09.03 23:54:40.518903 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7378 | 2024.09.03 23:54:40.519244 [ 195 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::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 | ||
7379 | 2024.09.03 23:54:40.519307 [ 3 ] {38be44f3-dbf3-4d03-a5b1-5344aa208412} <Debug> DynamicQueryHandler: Done processing query | ||
7380 | 2024.09.03 23:54:40.519403 [ 3 ] {38be44f3-dbf3-4d03-a5b1-5344aa208412} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
7381 | 2024.09.03 23:54:40.519479 [ 3 ] {} <Debug> HTTP-Session: fe2df840-4b5e-4000-b605-e73ccd8ac91d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7382 | 2024.09.03 23:54:40.519811 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7383 | 2024.09.03 23:54:40.519858 [ 195 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7384 | 2024.09.03 23:54:40.519987 [ 195 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 911 rows starting from the beginning of the part | ||
7385 | 2024.09.03 23:54:40.520025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7386 | 2024.09.03 23:54:40.520106 [ 3 ] {} <Debug> HTTP-Session: 3f3f8493-9ac2-4b89-bdf2-c9e706c2ec73 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7387 | 2024.09.03 23:54:40.520217 [ 3 ] {} <Debug> HTTP-Session: 3f3f8493-9ac2-4b89-bdf2-c9e706c2ec73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7388 | 2024.09.03 23:54:40.520295 [ 3 ] {} <Debug> HTTP-Session: 3f3f8493-9ac2-4b89-bdf2-c9e706c2ec73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7389 | 2024.09.03 23:54:40.520356 [ 195 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 388 rows starting from the beginning of the part | ||
7390 | 2024.09.03 23:54:40.520405 [ 3 ] {} <Trace> HTTP-Session: 3f3f8493-9ac2-4b89-bdf2-c9e706c2ec73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7391 | 2024.09.03 23:54:40.520716 [ 3 ] {64fdb575-9775-4f23-a156-216216feb717} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7392 | 2024.09.03 23:54:40.520705 [ 195 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 551 rows starting from the beginning of the part | ||
7393 | 2024.09.03 23:54:40.520820 [ 3 ] {64fdb575-9775-4f23-a156-216216feb717} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7394 | 2024.09.03 23:54:40.521073 [ 195 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 388 rows starting from the beginning of the part | ||
7395 | 2024.09.03 23:54:40.521436 [ 195 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 95 rows starting from the beginning of the part | ||
7396 | 2024.09.03 23:54:40.521730 [ 195 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 392 rows starting from the beginning of the part | ||
7397 | 2024.09.03 23:54:40.521912 [ 3 ] {64fdb575-9775-4f23-a156-216216feb717} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7398 | 2024.09.03 23:54:40.522801 [ 3 ] {64fdb575-9775-4f23-a156-216216feb717} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7399 | 2024.09.03 23:54:40.522870 [ 3 ] {64fdb575-9775-4f23-a156-216216feb717} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7400 | 2024.09.03 23:54:40.523721 [ 3 ] {64fdb575-9775-4f23-a156-216216feb717} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7401 | 2024.09.03 23:54:40.524521 [ 3 ] {64fdb575-9775-4f23-a156-216216feb717} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7402 | 2024.09.03 23:54:40.524716 [ 3 ] {64fdb575-9775-4f23-a156-216216feb717} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004145 sec., 1447.527141133896 rows/sec., 75.63 KiB/sec. | ||
7403 | 2024.09.03 23:54:40.525202 [ 3 ] {64fdb575-9775-4f23-a156-216216feb717} <Debug> DynamicQueryHandler: Done processing query | ||
7404 | 2024.09.03 23:54:40.525243 [ 3 ] {64fdb575-9775-4f23-a156-216216feb717} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7405 | 2024.09.03 23:54:40.525266 [ 195 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2725 rows, containing 5 columns (5 merged, 0 gathered) in 0.006261245 sec., 435216.95764979644 rows/sec., 33.19 MiB/sec. | ||
7406 | 2024.09.03 23:54:40.525279 [ 3 ] {} <Debug> HTTP-Session: 3f3f8493-9ac2-4b89-bdf2-c9e706c2ec73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7407 | 2024.09.03 23:54:40.525511 [ 199 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7408 | 2024.09.03 23:54:40.525521 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 45030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7409 | 2024.09.03 23:54:40.525635 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7410 | 2024.09.03 23:54:40.525658 [ 3 ] {} <Debug> HTTP-Session: b2d5eb5c-47f3-48d9-a9c5-42a293cc26fa Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7411 | 2024.09.03 23:54:40.525682 [ 3 ] {} <Debug> HTTP-Session: b2d5eb5c-47f3-48d9-a9c5-42a293cc26fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7412 | 2024.09.03 23:54:40.525721 [ 3 ] {} <Debug> HTTP-Session: b2d5eb5c-47f3-48d9-a9c5-42a293cc26fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7413 | 2024.09.03 23:54:40.525787 [ 3 ] {} <Trace> HTTP-Session: b2d5eb5c-47f3-48d9-a9c5-42a293cc26fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7414 | 2024.09.03 23:54:40.526271 [ 3 ] {2997021c-d968-41c1-95f5-df4e58fe1031} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7415 | 2024.09.03 23:54:40.526357 [ 3 ] {2997021c-d968-41c1-95f5-df4e58fe1031} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7416 | 2024.09.03 23:54:40.526365 [ 199 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_36_7} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7417 | 2024.09.03 23:54:40.526590 [ 199 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_36_7} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7418 | 2024.09.03 23:54:40.526795 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
7419 | 2024.09.03 23:54:40.526874 [ 3 ] {2997021c-d968-41c1-95f5-df4e58fe1031} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7420 | 2024.09.03 23:54:40.527349 [ 3 ] {2997021c-d968-41c1-95f5-df4e58fe1031} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7421 | 2024.09.03 23:54:40.527387 [ 3 ] {2997021c-d968-41c1-95f5-df4e58fe1031} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7422 | 2024.09.03 23:54:40.527782 [ 3 ] {2997021c-d968-41c1-95f5-df4e58fe1031} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7423 | 2024.09.03 23:54:40.528119 [ 3 ] {2997021c-d968-41c1-95f5-df4e58fe1031} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7424 | 2024.09.03 23:54:40.528273 [ 3 ] {2997021c-d968-41c1-95f5-df4e58fe1031} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.002244 sec., 106506.23885918004 rows/sec., 7.14 MiB/sec. | ||
7425 | 2024.09.03 23:54:40.528279 [ 30 ] {} <Debug> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7426 | 2024.09.03 23:54:40.528375 [ 30 ] {} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7427 | 2024.09.03 23:54:40.528411 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7428 | 2024.09.03 23:54:40.528615 [ 3 ] {2997021c-d968-41c1-95f5-df4e58fe1031} <Debug> DynamicQueryHandler: Done processing query | ||
7429 | 2024.09.03 23:54:40.528660 [ 189 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::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 | ||
7430 | 2024.09.03 23:54:40.528689 [ 3 ] {2997021c-d968-41c1-95f5-df4e58fe1031} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7431 | 2024.09.03 23:54:40.528780 [ 3 ] {} <Debug> HTTP-Session: b2d5eb5c-47f3-48d9-a9c5-42a293cc26fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7432 | 2024.09.03 23:54:40.529126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7433 | 2024.09.03 23:54:40.529241 [ 189 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7434 | 2024.09.03 23:54:40.529254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7435 | 2024.09.03 23:54:40.529315 [ 3 ] {} <Debug> HTTP-Session: 73f40221-84a4-41de-ae6f-5e12bfcf7139 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7436 | 2024.09.03 23:54:40.529319 [ 189 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9596 rows starting from the beginning of the part | ||
7437 | 2024.09.03 23:54:40.529338 [ 3 ] {} <Debug> HTTP-Session: 73f40221-84a4-41de-ae6f-5e12bfcf7139 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7438 | 2024.09.03 23:54:40.529383 [ 3 ] {} <Debug> HTTP-Session: 73f40221-84a4-41de-ae6f-5e12bfcf7139 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7439 | 2024.09.03 23:54:40.529508 [ 3 ] {} <Trace> HTTP-Session: 73f40221-84a4-41de-ae6f-5e12bfcf7139 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7440 | 2024.09.03 23:54:40.529590 [ 189 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 237 rows starting from the beginning of the part | ||
7441 | 2024.09.03 23:54:40.529883 [ 3 ] {a560224d-cd95-4887-8b3c-bf33cda8aa97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
7442 | 2024.09.03 23:54:40.529973 [ 189 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 844 rows starting from the beginning of the part | ||
7443 | 2024.09.03 23:54:40.530004 [ 3 ] {a560224d-cd95-4887-8b3c-bf33cda8aa97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7444 | 2024.09.03 23:54:40.530344 [ 189 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 237 rows starting from the beginning of the part | ||
7445 | 2024.09.03 23:54:40.530654 [ 189 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part | ||
7446 | 2024.09.03 23:54:40.531036 [ 3 ] {a560224d-cd95-4887-8b3c-bf33cda8aa97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7447 | 2024.09.03 23:54:40.531070 [ 189 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 239 rows starting from the beginning of the part | ||
7448 | 2024.09.03 23:54:40.531830 [ 3 ] {a560224d-cd95-4887-8b3c-bf33cda8aa97} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7449 | 2024.09.03 23:54:40.531884 [ 3 ] {a560224d-cd95-4887-8b3c-bf33cda8aa97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7450 | 2024.09.03 23:54:40.532484 [ 3 ] {a560224d-cd95-4887-8b3c-bf33cda8aa97} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7451 | 2024.09.03 23:54:40.532902 [ 3 ] {a560224d-cd95-4887-8b3c-bf33cda8aa97} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7452 | 2024.09.03 23:54:40.533194 [ 3 ] {a560224d-cd95-4887-8b3c-bf33cda8aa97} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003458 sec., 289.1844997108155 rows/sec., 19.49 KiB/sec. | ||
7453 | 2024.09.03 23:54:40.533580 [ 3 ] {a560224d-cd95-4887-8b3c-bf33cda8aa97} <Debug> DynamicQueryHandler: Done processing query | ||
7454 | 2024.09.03 23:54:40.533622 [ 3 ] {a560224d-cd95-4887-8b3c-bf33cda8aa97} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
7455 | 2024.09.03 23:54:40.533663 [ 3 ] {} <Debug> HTTP-Session: 73f40221-84a4-41de-ae6f-5e12bfcf7139 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7456 | 2024.09.03 23:54:40.533856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 10151, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7457 | 2024.09.03 23:54:40.533979 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7458 | 2024.09.03 23:54:40.534022 [ 3 ] {} <Debug> HTTP-Session: 3feb47e0-e948-480a-90cd-69e60e6832d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7459 | 2024.09.03 23:54:40.534072 [ 3 ] {} <Debug> HTTP-Session: 3feb47e0-e948-480a-90cd-69e60e6832d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7460 | 2024.09.03 23:54:40.534119 [ 3 ] {} <Debug> HTTP-Session: 3feb47e0-e948-480a-90cd-69e60e6832d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7461 | 2024.09.03 23:54:40.534182 [ 3 ] {} <Trace> HTTP-Session: 3feb47e0-e948-480a-90cd-69e60e6832d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7462 | 2024.09.03 23:54:40.534411 [ 3 ] {e9216655-49c6-4193-bffc-e662823aee54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7463 | 2024.09.03 23:54:40.534508 [ 3 ] {e9216655-49c6-4193-bffc-e662823aee54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7464 | 2024.09.03 23:54:40.535084 [ 3 ] {e9216655-49c6-4193-bffc-e662823aee54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7465 | 2024.09.03 23:54:40.535900 [ 3 ] {e9216655-49c6-4193-bffc-e662823aee54} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7466 | 2024.09.03 23:54:40.535936 [ 3 ] {e9216655-49c6-4193-bffc-e662823aee54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7467 | 2024.09.03 23:54:40.537043 [ 3 ] {e9216655-49c6-4193-bffc-e662823aee54} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
7468 | 2024.09.03 23:54:40.537104 [ 199 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11313 rows, containing 5 columns (5 merged, 0 gathered) in 0.008598556 sec., 1315686.0291425677 rows/sec., 88.59 MiB/sec. | ||
7469 | 2024.09.03 23:54:40.537565 [ 199 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7470 | 2024.09.03 23:54:40.537807 [ 3 ] {e9216655-49c6-4193-bffc-e662823aee54} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7471 | 2024.09.03 23:54:40.538298 [ 3 ] {e9216655-49c6-4193-bffc-e662823aee54} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.004009 sec., 1496.6325767024193 rows/sec., 2.68 MiB/sec. | ||
7472 | 2024.09.03 23:54:40.538788 [ 199 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7473 | 2024.09.03 23:54:40.538911 [ 3 ] {e9216655-49c6-4193-bffc-e662823aee54} <Debug> DynamicQueryHandler: Done processing query | ||
7474 | 2024.09.03 23:54:40.538943 [ 199 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7475 | 2024.09.03 23:54:40.538954 [ 3 ] {e9216655-49c6-4193-bffc-e662823aee54} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
7476 | 2024.09.03 23:54:40.538996 [ 3 ] {} <Debug> HTTP-Session: 3feb47e0-e948-480a-90cd-69e60e6832d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7477 | 2024.09.03 23:54:40.539129 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.14 MiB. | ||
7478 | 2024.09.03 23:54:40.539194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7479 | 2024.09.03 23:54:40.539253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7480 | 2024.09.03 23:54:40.539274 [ 3 ] {} <Debug> HTTP-Session: 29a966cc-ab78-4996-9a30-1ef329dbf8fa Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7481 | 2024.09.03 23:54:40.539291 [ 3 ] {} <Debug> HTTP-Session: 29a966cc-ab78-4996-9a30-1ef329dbf8fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7482 | 2024.09.03 23:54:40.539305 [ 3 ] {} <Debug> HTTP-Session: 29a966cc-ab78-4996-9a30-1ef329dbf8fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7483 | 2024.09.03 23:54:40.539340 [ 3 ] {} <Trace> HTTP-Session: 29a966cc-ab78-4996-9a30-1ef329dbf8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7484 | 2024.09.03 23:54:40.539485 [ 3 ] {06326a9b-26c6-4586-b42c-0cfc4a5bad0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7485 | 2024.09.03 23:54:40.539531 [ 3 ] {06326a9b-26c6-4586-b42c-0cfc4a5bad0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7486 | 2024.09.03 23:54:40.539680 [ 3 ] {06326a9b-26c6-4586-b42c-0cfc4a5bad0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7487 | 2024.09.03 23:54:40.540009 [ 3 ] {06326a9b-26c6-4586-b42c-0cfc4a5bad0a} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7488 | 2024.09.03 23:54:40.540044 [ 3 ] {06326a9b-26c6-4586-b42c-0cfc4a5bad0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7489 | 2024.09.03 23:54:40.540407 [ 3 ] {06326a9b-26c6-4586-b42c-0cfc4a5bad0a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7490 | 2024.09.03 23:54:40.540731 [ 3 ] {06326a9b-26c6-4586-b42c-0cfc4a5bad0a} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7491 | 2024.09.03 23:54:40.540886 [ 30 ] {} <Debug> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7492 | 2024.09.03 23:54:40.540894 [ 3 ] {06326a9b-26c6-4586-b42c-0cfc4a5bad0a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001463 sec., 56049.21394395078 rows/sec., 3.56 MiB/sec. | ||
7493 | 2024.09.03 23:54:40.540942 [ 30 ] {} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7494 | 2024.09.03 23:54:40.541013 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7495 | 2024.09.03 23:54:40.541309 [ 3 ] {06326a9b-26c6-4586-b42c-0cfc4a5bad0a} <Debug> DynamicQueryHandler: Done processing query | ||
7496 | 2024.09.03 23:54:40.541333 [ 203 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
7497 | 2024.09.03 23:54:40.541379 [ 3 ] {06326a9b-26c6-4586-b42c-0cfc4a5bad0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7498 | 2024.09.03 23:54:40.541468 [ 3 ] {} <Debug> HTTP-Session: 29a966cc-ab78-4996-9a30-1ef329dbf8fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7499 | 2024.09.03 23:54:40.541884 [ 203 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7500 | 2024.09.03 23:54:40.541963 [ 203 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1686 rows starting from the beginning of the part | ||
7501 | 2024.09.03 23:54:40.542075 [ 203 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 82 rows starting from the beginning of the part | ||
7502 | 2024.09.03 23:54:40.542267 [ 203 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
7503 | 2024.09.03 23:54:40.542388 [ 203 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 82 rows starting from the beginning of the part | ||
7504 | 2024.09.03 23:54:40.542607 [ 203 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part | ||
7505 | 2024.09.03 23:54:40.542790 [ 203 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 82 rows starting from the beginning of the part | ||
7506 | 2024.09.03 23:54:40.544187 [ 191 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2052 rows, containing 4 columns (4 merged, 0 gathered) in 0.003067716 sec., 668901.5541203945 rows/sec., 43.47 MiB/sec. | ||
7507 | 2024.09.03 23:54:40.544621 [ 196 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7508 | 2024.09.03 23:54:40.545115 [ 196 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_36_7} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7509 | 2024.09.03 23:54:40.545205 [ 196 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_36_7} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7510 | 2024.09.03 23:54:40.545300 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
7511 | 2024.09.03 23:54:45.491139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7512 | 2024.09.03 23:54:45.491302 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7513 | 2024.09.03 23:54:45.491339 [ 3 ] {} <Debug> HTTP-Session: da83ca16-ad61-4b5f-828b-8ce288f17cae Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7514 | 2024.09.03 23:54:45.491375 [ 3 ] {} <Debug> HTTP-Session: da83ca16-ad61-4b5f-828b-8ce288f17cae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7515 | 2024.09.03 23:54:45.491399 [ 3 ] {} <Debug> HTTP-Session: da83ca16-ad61-4b5f-828b-8ce288f17cae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7516 | 2024.09.03 23:54:45.491472 [ 3 ] {} <Trace> HTTP-Session: da83ca16-ad61-4b5f-828b-8ce288f17cae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7517 | 2024.09.03 23:54:45.491710 [ 3 ] {d90000e2-ace4-4dd4-9434-b0cc84f19862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7518 | 2024.09.03 23:54:45.491788 [ 3 ] {d90000e2-ace4-4dd4-9434-b0cc84f19862} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7519 | 2024.09.03 23:54:45.492216 [ 3 ] {d90000e2-ace4-4dd4-9434-b0cc84f19862} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7520 | 2024.09.03 23:54:45.492700 [ 3 ] {d90000e2-ace4-4dd4-9434-b0cc84f19862} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7521 | 2024.09.03 23:54:45.492743 [ 3 ] {d90000e2-ace4-4dd4-9434-b0cc84f19862} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7522 | 2024.09.03 23:54:45.493161 [ 3 ] {d90000e2-ace4-4dd4-9434-b0cc84f19862} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
7523 | 2024.09.03 23:54:45.493733 [ 3 ] {d90000e2-ace4-4dd4-9434-b0cc84f19862} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7524 | 2024.09.03 23:54:45.493919 [ 3 ] {d90000e2-ace4-4dd4-9434-b0cc84f19862} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002287 sec., 1749.0161783996502 rows/sec., 142.62 KiB/sec. | ||
7525 | 2024.09.03 23:54:45.494127 [ 3 ] {d90000e2-ace4-4dd4-9434-b0cc84f19862} <Debug> DynamicQueryHandler: Done processing query | ||
7526 | 2024.09.03 23:54:45.494155 [ 3 ] {d90000e2-ace4-4dd4-9434-b0cc84f19862} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7527 | 2024.09.03 23:54:45.494172 [ 3 ] {} <Debug> HTTP-Session: da83ca16-ad61-4b5f-828b-8ce288f17cae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7528 | 2024.09.03 23:54:45.494320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 17763, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7529 | 2024.09.03 23:54:45.494372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7530 | 2024.09.03 23:54:45.494392 [ 3 ] {} <Debug> HTTP-Session: af721142-8e5d-4cf4-97cf-51aa16307b4f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7531 | 2024.09.03 23:54:45.494410 [ 3 ] {} <Debug> HTTP-Session: af721142-8e5d-4cf4-97cf-51aa16307b4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7532 | 2024.09.03 23:54:45.494424 [ 3 ] {} <Debug> HTTP-Session: af721142-8e5d-4cf4-97cf-51aa16307b4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7533 | 2024.09.03 23:54:45.494458 [ 3 ] {} <Trace> HTTP-Session: af721142-8e5d-4cf4-97cf-51aa16307b4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7534 | 2024.09.03 23:54:45.494586 [ 3 ] {979c8105-3f02-4372-a561-11eb34cf1857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7535 | 2024.09.03 23:54:45.494630 [ 3 ] {979c8105-3f02-4372-a561-11eb34cf1857} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7536 | 2024.09.03 23:54:45.494892 [ 3 ] {979c8105-3f02-4372-a561-11eb34cf1857} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7537 | 2024.09.03 23:54:45.495371 [ 3 ] {979c8105-3f02-4372-a561-11eb34cf1857} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7538 | 2024.09.03 23:54:45.495407 [ 3 ] {979c8105-3f02-4372-a561-11eb34cf1857} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7539 | 2024.09.03 23:54:45.495774 [ 3 ] {979c8105-3f02-4372-a561-11eb34cf1857} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7540 | 2024.09.03 23:54:45.496128 [ 3 ] {979c8105-3f02-4372-a561-11eb34cf1857} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7541 | 2024.09.03 23:54:45.496254 [ 3 ] {979c8105-3f02-4372-a561-11eb34cf1857} <Debug> executeQuery: Read 120 rows, 10.46 KiB in 0.001719 sec., 69808.02792321116 rows/sec., 5.94 MiB/sec. | ||
7542 | 2024.09.03 23:54:45.496431 [ 3 ] {979c8105-3f02-4372-a561-11eb34cf1857} <Debug> DynamicQueryHandler: Done processing query | ||
7543 | 2024.09.03 23:54:45.496455 [ 3 ] {979c8105-3f02-4372-a561-11eb34cf1857} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
7544 | 2024.09.03 23:54:45.496471 [ 3 ] {} <Debug> HTTP-Session: af721142-8e5d-4cf4-97cf-51aa16307b4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7545 | 2024.09.03 23:54:45.496639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 5054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7546 | 2024.09.03 23:54:45.496688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7547 | 2024.09.03 23:54:45.496707 [ 3 ] {} <Debug> HTTP-Session: bd1b076a-c710-44e0-94d0-e3de3e91049f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7548 | 2024.09.03 23:54:45.496723 [ 3 ] {} <Debug> HTTP-Session: bd1b076a-c710-44e0-94d0-e3de3e91049f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7549 | 2024.09.03 23:54:45.496737 [ 3 ] {} <Debug> HTTP-Session: bd1b076a-c710-44e0-94d0-e3de3e91049f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7550 | 2024.09.03 23:54:45.496768 [ 3 ] {} <Trace> HTTP-Session: bd1b076a-c710-44e0-94d0-e3de3e91049f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7551 | 2024.09.03 23:54:45.496874 [ 3 ] {ba0d4d5d-b6d4-4977-a996-9665ff7c71e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7552 | 2024.09.03 23:54:45.496916 [ 3 ] {ba0d4d5d-b6d4-4977-a996-9665ff7c71e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7553 | 2024.09.03 23:54:45.497139 [ 3 ] {ba0d4d5d-b6d4-4977-a996-9665ff7c71e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7554 | 2024.09.03 23:54:45.497478 [ 3 ] {ba0d4d5d-b6d4-4977-a996-9665ff7c71e8} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7555 | 2024.09.03 23:54:45.497513 [ 3 ] {ba0d4d5d-b6d4-4977-a996-9665ff7c71e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7556 | 2024.09.03 23:54:45.497859 [ 3 ] {ba0d4d5d-b6d4-4977-a996-9665ff7c71e8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
7557 | 2024.09.03 23:54:45.498209 [ 3 ] {ba0d4d5d-b6d4-4977-a996-9665ff7c71e8} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7558 | 2024.09.03 23:54:45.498346 [ 28 ] {} <Debug> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
7559 | 2024.09.03 23:54:45.498352 [ 3 ] {ba0d4d5d-b6d4-4977-a996-9665ff7c71e8} <Debug> executeQuery: Read 35 rows, 2.61 KiB in 0.001513 sec., 23132.848645076007 rows/sec., 1.68 MiB/sec. | ||
7560 | 2024.09.03 23:54:45.498388 [ 28 ] {} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7561 | 2024.09.03 23:54:45.498426 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7562 | 2024.09.03 23:54:45.498632 [ 3 ] {ba0d4d5d-b6d4-4977-a996-9665ff7c71e8} <Debug> DynamicQueryHandler: Done processing query | ||
7563 | 2024.09.03 23:54:45.498674 [ 3 ] {ba0d4d5d-b6d4-4977-a996-9665ff7c71e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7564 | 2024.09.03 23:54:45.498720 [ 198 ] {2eb473cb-1344-44ef-a554-02e2b150f647::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 | ||
7565 | 2024.09.03 23:54:45.498747 [ 3 ] {} <Debug> HTTP-Session: bd1b076a-c710-44e0-94d0-e3de3e91049f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7566 | 2024.09.03 23:54:45.499069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 16813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7567 | 2024.09.03 23:54:45.499237 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7568 | 2024.09.03 23:54:45.499318 [ 3 ] {} <Debug> HTTP-Session: b8e42649-a166-4357-b151-4b473fcdeee3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7569 | 2024.09.03 23:54:45.499330 [ 198 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7570 | 2024.09.03 23:54:45.499341 [ 3 ] {} <Debug> HTTP-Session: b8e42649-a166-4357-b151-4b473fcdeee3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7571 | 2024.09.03 23:54:45.499363 [ 3 ] {} <Debug> HTTP-Session: b8e42649-a166-4357-b151-4b473fcdeee3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7572 | 2024.09.03 23:54:45.499373 [ 198 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 55 rows starting from the beginning of the part | ||
7573 | 2024.09.03 23:54:45.499410 [ 3 ] {} <Trace> HTTP-Session: b8e42649-a166-4357-b151-4b473fcdeee3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7574 | 2024.09.03 23:54:45.499481 [ 198 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 31 rows starting from the beginning of the part | ||
7575 | 2024.09.03 23:54:45.499652 [ 3 ] {a32edb21-ed40-4ddb-8497-239a1877323e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7576 | 2024.09.03 23:54:45.499745 [ 198 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
7577 | 2024.09.03 23:54:45.499777 [ 3 ] {a32edb21-ed40-4ddb-8497-239a1877323e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7578 | 2024.09.03 23:54:45.500143 [ 198 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 31 rows starting from the beginning of the part | ||
7579 | 2024.09.03 23:54:45.500286 [ 198 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 10 rows starting from the beginning of the part | ||
7580 | 2024.09.03 23:54:45.500524 [ 198 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 35 rows starting from the beginning of the part | ||
7581 | 2024.09.03 23:54:45.500914 [ 3 ] {a32edb21-ed40-4ddb-8497-239a1877323e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7582 | 2024.09.03 23:54:45.501480 [ 3 ] {a32edb21-ed40-4ddb-8497-239a1877323e} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7583 | 2024.09.03 23:54:45.501521 [ 3 ] {a32edb21-ed40-4ddb-8497-239a1877323e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7584 | 2024.09.03 23:54:45.502198 [ 3 ] {a32edb21-ed40-4ddb-8497-239a1877323e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7585 | 2024.09.03 23:54:45.502207 [ 196 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 5 columns (5 merged, 0 gathered) in 0.00370607 sec., 45331.037999821914 rows/sec., 3.46 MiB/sec. | ||
7586 | 2024.09.03 23:54:45.502385 [ 198 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
7587 | 2024.09.03 23:54:45.502767 [ 3 ] {a32edb21-ed40-4ddb-8497-239a1877323e} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7588 | 2024.09.03 23:54:45.502979 [ 3 ] {a32edb21-ed40-4ddb-8497-239a1877323e} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.003455 sec., 28654.124457308248 rows/sec., 2.24 MiB/sec. | ||
7589 | 2024.09.03 23:54:45.503087 [ 198 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_30_6} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7590 | 2024.09.03 23:54:45.503175 [ 198 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_30_6} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
7591 | 2024.09.03 23:54:45.503194 [ 3 ] {a32edb21-ed40-4ddb-8497-239a1877323e} <Debug> DynamicQueryHandler: Done processing query | ||
7592 | 2024.09.03 23:54:45.503234 [ 3 ] {a32edb21-ed40-4ddb-8497-239a1877323e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7593 | 2024.09.03 23:54:45.503264 [ 3 ] {} <Debug> HTTP-Session: b8e42649-a166-4357-b151-4b473fcdeee3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7594 | 2024.09.03 23:54:45.503270 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
7595 | 2024.09.03 23:54:45.503483 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 31023, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7596 | 2024.09.03 23:54:45.503532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7597 | 2024.09.03 23:54:45.503550 [ 3 ] {} <Debug> HTTP-Session: 35bc8466-1e9d-40e0-9888-2712889511f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7598 | 2024.09.03 23:54:45.503566 [ 3 ] {} <Debug> HTTP-Session: 35bc8466-1e9d-40e0-9888-2712889511f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7599 | 2024.09.03 23:54:45.503581 [ 3 ] {} <Debug> HTTP-Session: 35bc8466-1e9d-40e0-9888-2712889511f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7600 | 2024.09.03 23:54:45.503612 [ 3 ] {} <Trace> HTTP-Session: 35bc8466-1e9d-40e0-9888-2712889511f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7601 | 2024.09.03 23:54:45.503757 [ 3 ] {1ec1725a-6192-4f8a-bf56-8b7a37e4476d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7602 | 2024.09.03 23:54:45.503804 [ 3 ] {1ec1725a-6192-4f8a-bf56-8b7a37e4476d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7603 | 2024.09.03 23:54:45.503948 [ 3 ] {1ec1725a-6192-4f8a-bf56-8b7a37e4476d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7604 | 2024.09.03 23:54:45.504332 [ 3 ] {1ec1725a-6192-4f8a-bf56-8b7a37e4476d} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7605 | 2024.09.03 23:54:45.504368 [ 3 ] {1ec1725a-6192-4f8a-bf56-8b7a37e4476d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7606 | 2024.09.03 23:54:45.504742 [ 3 ] {1ec1725a-6192-4f8a-bf56-8b7a37e4476d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7607 | 2024.09.03 23:54:45.505068 [ 3 ] {1ec1725a-6192-4f8a-bf56-8b7a37e4476d} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7608 | 2024.09.03 23:54:45.505194 [ 3 ] {1ec1725a-6192-4f8a-bf56-8b7a37e4476d} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001507 sec., 107498.3410749834 rows/sec., 7.49 MiB/sec. | ||
7609 | 2024.09.03 23:54:45.505359 [ 3 ] {1ec1725a-6192-4f8a-bf56-8b7a37e4476d} <Debug> DynamicQueryHandler: Done processing query | ||
7610 | 2024.09.03 23:54:45.505383 [ 3 ] {1ec1725a-6192-4f8a-bf56-8b7a37e4476d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7611 | 2024.09.03 23:54:45.505399 [ 3 ] {} <Debug> HTTP-Session: 35bc8466-1e9d-40e0-9888-2712889511f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7612 | 2024.09.03 23:54:45.505583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 51791, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7613 | 2024.09.03 23:54:45.505630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7614 | 2024.09.03 23:54:45.505648 [ 3 ] {} <Debug> HTTP-Session: 30df8444-dc09-4ba3-b34d-781e18f11642 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7615 | 2024.09.03 23:54:45.505666 [ 3 ] {} <Debug> HTTP-Session: 30df8444-dc09-4ba3-b34d-781e18f11642 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7616 | 2024.09.03 23:54:45.505680 [ 3 ] {} <Debug> HTTP-Session: 30df8444-dc09-4ba3-b34d-781e18f11642 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7617 | 2024.09.03 23:54:45.505709 [ 3 ] {} <Trace> HTTP-Session: 30df8444-dc09-4ba3-b34d-781e18f11642 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7618 | 2024.09.03 23:54:45.506086 [ 3 ] {a9d4d5e3-1384-41db-8ea1-f59952cd1795} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7619 | 2024.09.03 23:54:45.506149 [ 3 ] {a9d4d5e3-1384-41db-8ea1-f59952cd1795} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7620 | 2024.09.03 23:54:45.506535 [ 3 ] {a9d4d5e3-1384-41db-8ea1-f59952cd1795} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7621 | 2024.09.03 23:54:45.507430 [ 3 ] {a9d4d5e3-1384-41db-8ea1-f59952cd1795} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7622 | 2024.09.03 23:54:45.507465 [ 3 ] {a9d4d5e3-1384-41db-8ea1-f59952cd1795} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7623 | 2024.09.03 23:54:45.508099 [ 3 ] {a9d4d5e3-1384-41db-8ea1-f59952cd1795} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
7624 | 2024.09.03 23:54:45.508515 [ 3 ] {a9d4d5e3-1384-41db-8ea1-f59952cd1795} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7625 | 2024.09.03 23:54:45.508668 [ 3 ] {a9d4d5e3-1384-41db-8ea1-f59952cd1795} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002873 sec., 10790.114862513052 rows/sec., 19.34 MiB/sec. | ||
7626 | 2024.09.03 23:54:45.508888 [ 3 ] {a9d4d5e3-1384-41db-8ea1-f59952cd1795} <Debug> DynamicQueryHandler: Done processing query | ||
7627 | 2024.09.03 23:54:45.508912 [ 3 ] {a9d4d5e3-1384-41db-8ea1-f59952cd1795} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
7628 | 2024.09.03 23:54:45.508928 [ 3 ] {} <Debug> HTTP-Session: 30df8444-dc09-4ba3-b34d-781e18f11642 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7629 | 2024.09.03 23:54:45.509059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7630 | 2024.09.03 23:54:45.509107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7631 | 2024.09.03 23:54:45.509126 [ 3 ] {} <Debug> HTTP-Session: 8ca83fbe-d802-410f-9a4f-b599e3c09e97 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7632 | 2024.09.03 23:54:45.509142 [ 3 ] {} <Debug> HTTP-Session: 8ca83fbe-d802-410f-9a4f-b599e3c09e97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7633 | 2024.09.03 23:54:45.509156 [ 3 ] {} <Debug> HTTP-Session: 8ca83fbe-d802-410f-9a4f-b599e3c09e97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7634 | 2024.09.03 23:54:45.509186 [ 3 ] {} <Trace> HTTP-Session: 8ca83fbe-d802-410f-9a4f-b599e3c09e97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7635 | 2024.09.03 23:54:45.509308 [ 3 ] {e3155a69-119a-466f-850e-f1a272b5dff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7636 | 2024.09.03 23:54:45.509352 [ 3 ] {e3155a69-119a-466f-850e-f1a272b5dff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7637 | 2024.09.03 23:54:45.509480 [ 3 ] {e3155a69-119a-466f-850e-f1a272b5dff0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7638 | 2024.09.03 23:54:45.509768 [ 3 ] {e3155a69-119a-466f-850e-f1a272b5dff0} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7639 | 2024.09.03 23:54:45.509803 [ 3 ] {e3155a69-119a-466f-850e-f1a272b5dff0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7640 | 2024.09.03 23:54:45.510166 [ 3 ] {e3155a69-119a-466f-850e-f1a272b5dff0} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7641 | 2024.09.03 23:54:45.510480 [ 3 ] {e3155a69-119a-466f-850e-f1a272b5dff0} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7642 | 2024.09.03 23:54:45.510607 [ 3 ] {e3155a69-119a-466f-850e-f1a272b5dff0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001349 sec., 44477.390659747965 rows/sec., 3.00 MiB/sec. | ||
7643 | 2024.09.03 23:54:45.510768 [ 3 ] {e3155a69-119a-466f-850e-f1a272b5dff0} <Debug> DynamicQueryHandler: Done processing query | ||
7644 | 2024.09.03 23:54:45.510791 [ 3 ] {e3155a69-119a-466f-850e-f1a272b5dff0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7645 | 2024.09.03 23:54:45.510807 [ 3 ] {} <Debug> HTTP-Session: 8ca83fbe-d802-410f-9a4f-b599e3c09e97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7646 | 2024.09.03 23:54:48.279121 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7647 | 2024.09.03 23:54:48.279192 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7648 | 2024.09.03 23:54:50.494957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7649 | 2024.09.03 23:54:50.495089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7650 | 2024.09.03 23:54:50.495119 [ 3 ] {} <Debug> HTTP-Session: 0fd21f22-b3d4-43a1-94a2-a557cf5cc361 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7651 | 2024.09.03 23:54:50.495146 [ 3 ] {} <Debug> HTTP-Session: 0fd21f22-b3d4-43a1-94a2-a557cf5cc361 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7652 | 2024.09.03 23:54:50.495164 [ 3 ] {} <Debug> HTTP-Session: 0fd21f22-b3d4-43a1-94a2-a557cf5cc361 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7653 | 2024.09.03 23:54:50.495219 [ 3 ] {} <Trace> HTTP-Session: 0fd21f22-b3d4-43a1-94a2-a557cf5cc361 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7654 | 2024.09.03 23:54:50.495428 [ 3 ] {eecc8d2e-287c-4137-95e0-3cab44f5d04e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7655 | 2024.09.03 23:54:50.495504 [ 3 ] {eecc8d2e-287c-4137-95e0-3cab44f5d04e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7656 | 2024.09.03 23:54:50.495887 [ 3 ] {eecc8d2e-287c-4137-95e0-3cab44f5d04e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7657 | 2024.09.03 23:54:50.496320 [ 3 ] {eecc8d2e-287c-4137-95e0-3cab44f5d04e} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7658 | 2024.09.03 23:54:50.496367 [ 3 ] {eecc8d2e-287c-4137-95e0-3cab44f5d04e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7659 | 2024.09.03 23:54:50.496782 [ 3 ] {eecc8d2e-287c-4137-95e0-3cab44f5d04e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
7660 | 2024.09.03 23:54:50.497173 [ 3 ] {eecc8d2e-287c-4137-95e0-3cab44f5d04e} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7661 | 2024.09.03 23:54:50.497325 [ 3 ] {eecc8d2e-287c-4137-95e0-3cab44f5d04e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001958 sec., 2042.9009193054135 rows/sec., 166.58 KiB/sec. | ||
7662 | 2024.09.03 23:54:50.497707 [ 3 ] {eecc8d2e-287c-4137-95e0-3cab44f5d04e} <Debug> DynamicQueryHandler: Done processing query | ||
7663 | 2024.09.03 23:54:50.497736 [ 3 ] {eecc8d2e-287c-4137-95e0-3cab44f5d04e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7664 | 2024.09.03 23:54:50.497753 [ 3 ] {} <Debug> HTTP-Session: 0fd21f22-b3d4-43a1-94a2-a557cf5cc361 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7665 | 2024.09.03 23:54:50.497915 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7666 | 2024.09.03 23:54:50.497974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7667 | 2024.09.03 23:54:50.497994 [ 3 ] {} <Debug> HTTP-Session: a28f46d1-05a8-4afa-b611-090b8c177071 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7668 | 2024.09.03 23:54:50.498012 [ 3 ] {} <Debug> HTTP-Session: a28f46d1-05a8-4afa-b611-090b8c177071 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7669 | 2024.09.03 23:54:50.498026 [ 3 ] {} <Debug> HTTP-Session: a28f46d1-05a8-4afa-b611-090b8c177071 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7670 | 2024.09.03 23:54:50.498063 [ 3 ] {} <Trace> HTTP-Session: a28f46d1-05a8-4afa-b611-090b8c177071 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7671 | 2024.09.03 23:54:50.498226 [ 3 ] {c06ca0d3-852c-48de-a453-3c946f7941e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7672 | 2024.09.03 23:54:50.498276 [ 3 ] {c06ca0d3-852c-48de-a453-3c946f7941e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7673 | 2024.09.03 23:54:50.498534 [ 3 ] {c06ca0d3-852c-48de-a453-3c946f7941e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7674 | 2024.09.03 23:54:50.498987 [ 3 ] {c06ca0d3-852c-48de-a453-3c946f7941e8} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7675 | 2024.09.03 23:54:50.499024 [ 3 ] {c06ca0d3-852c-48de-a453-3c946f7941e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7676 | 2024.09.03 23:54:50.499397 [ 3 ] {c06ca0d3-852c-48de-a453-3c946f7941e8} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7677 | 2024.09.03 23:54:50.499768 [ 3 ] {c06ca0d3-852c-48de-a453-3c946f7941e8} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7678 | 2024.09.03 23:54:50.499904 [ 3 ] {c06ca0d3-852c-48de-a453-3c946f7941e8} <Debug> executeQuery: Read 203 rows, 18.17 KiB in 0.001753 sec., 115801.48317170565 rows/sec., 10.12 MiB/sec. | ||
7679 | 2024.09.03 23:54:50.500086 [ 3 ] {c06ca0d3-852c-48de-a453-3c946f7941e8} <Debug> DynamicQueryHandler: Done processing query | ||
7680 | 2024.09.03 23:54:50.500110 [ 3 ] {c06ca0d3-852c-48de-a453-3c946f7941e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7681 | 2024.09.03 23:54:50.500126 [ 3 ] {} <Debug> HTTP-Session: a28f46d1-05a8-4afa-b611-090b8c177071 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7682 | 2024.09.03 23:54:50.500279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1467, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7683 | 2024.09.03 23:54:50.500333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7684 | 2024.09.03 23:54:50.500352 [ 3 ] {} <Debug> HTTP-Session: 03338f74-00ab-4a93-a2e0-8aa8e5f57657 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7685 | 2024.09.03 23:54:50.500369 [ 3 ] {} <Debug> HTTP-Session: 03338f74-00ab-4a93-a2e0-8aa8e5f57657 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7686 | 2024.09.03 23:54:50.500383 [ 3 ] {} <Debug> HTTP-Session: 03338f74-00ab-4a93-a2e0-8aa8e5f57657 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7687 | 2024.09.03 23:54:50.500416 [ 3 ] {} <Trace> HTTP-Session: 03338f74-00ab-4a93-a2e0-8aa8e5f57657 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7688 | 2024.09.03 23:54:50.500517 [ 3 ] {08cf0376-dd31-4b19-b35b-1af46cc6ddda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7689 | 2024.09.03 23:54:50.500562 [ 3 ] {08cf0376-dd31-4b19-b35b-1af46cc6ddda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7690 | 2024.09.03 23:54:50.500790 [ 3 ] {08cf0376-dd31-4b19-b35b-1af46cc6ddda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7691 | 2024.09.03 23:54:50.501089 [ 3 ] {08cf0376-dd31-4b19-b35b-1af46cc6ddda} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7692 | 2024.09.03 23:54:50.501125 [ 3 ] {08cf0376-dd31-4b19-b35b-1af46cc6ddda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7693 | 2024.09.03 23:54:50.501468 [ 3 ] {08cf0376-dd31-4b19-b35b-1af46cc6ddda} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
7694 | 2024.09.03 23:54:50.501820 [ 3 ] {08cf0376-dd31-4b19-b35b-1af46cc6ddda} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7695 | 2024.09.03 23:54:50.501955 [ 3 ] {08cf0376-dd31-4b19-b35b-1af46cc6ddda} <Debug> executeQuery: Read 10 rows, 748.00 B in 0.001466 sec., 6821.282401091405 rows/sec., 498.27 KiB/sec. | ||
7696 | 2024.09.03 23:54:50.502123 [ 3 ] {08cf0376-dd31-4b19-b35b-1af46cc6ddda} <Debug> DynamicQueryHandler: Done processing query | ||
7697 | 2024.09.03 23:54:50.502147 [ 3 ] {08cf0376-dd31-4b19-b35b-1af46cc6ddda} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7698 | 2024.09.03 23:54:50.502163 [ 3 ] {} <Debug> HTTP-Session: 03338f74-00ab-4a93-a2e0-8aa8e5f57657 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7699 | 2024.09.03 23:54:50.502286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7700 | 2024.09.03 23:54:50.502337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7701 | 2024.09.03 23:54:50.502356 [ 3 ] {} <Debug> HTTP-Session: 55db1dab-be64-4adb-b80d-b916dab4a0cf Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7702 | 2024.09.03 23:54:50.502372 [ 3 ] {} <Debug> HTTP-Session: 55db1dab-be64-4adb-b80d-b916dab4a0cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7703 | 2024.09.03 23:54:50.502386 [ 3 ] {} <Debug> HTTP-Session: 55db1dab-be64-4adb-b80d-b916dab4a0cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7704 | 2024.09.03 23:54:50.502416 [ 3 ] {} <Trace> HTTP-Session: 55db1dab-be64-4adb-b80d-b916dab4a0cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7705 | 2024.09.03 23:54:50.502517 [ 3 ] {30d8407b-2079-4c43-8e7c-bbd8a58e0944} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7706 | 2024.09.03 23:54:50.502560 [ 3 ] {30d8407b-2079-4c43-8e7c-bbd8a58e0944} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7707 | 2024.09.03 23:54:50.502781 [ 3 ] {30d8407b-2079-4c43-8e7c-bbd8a58e0944} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7708 | 2024.09.03 23:54:50.503094 [ 3 ] {30d8407b-2079-4c43-8e7c-bbd8a58e0944} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7709 | 2024.09.03 23:54:50.503135 [ 3 ] {30d8407b-2079-4c43-8e7c-bbd8a58e0944} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7710 | 2024.09.03 23:54:50.503499 [ 3 ] {30d8407b-2079-4c43-8e7c-bbd8a58e0944} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
7711 | 2024.09.03 23:54:50.503856 [ 3 ] {30d8407b-2079-4c43-8e7c-bbd8a58e0944} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7712 | 2024.09.03 23:54:50.503986 [ 3 ] {30d8407b-2079-4c43-8e7c-bbd8a58e0944} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001496 sec., 9358.288770053476 rows/sec., 655.39 KiB/sec. | ||
7713 | 2024.09.03 23:54:50.504310 [ 3 ] {30d8407b-2079-4c43-8e7c-bbd8a58e0944} <Debug> DynamicQueryHandler: Done processing query | ||
7714 | 2024.09.03 23:54:50.504337 [ 3 ] {30d8407b-2079-4c43-8e7c-bbd8a58e0944} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7715 | 2024.09.03 23:54:50.504353 [ 3 ] {} <Debug> HTTP-Session: 55db1dab-be64-4adb-b80d-b916dab4a0cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7716 | 2024.09.03 23:54:50.504472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7717 | 2024.09.03 23:54:50.504523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7718 | 2024.09.03 23:54:50.504542 [ 3 ] {} <Debug> HTTP-Session: 1d35b324-9b5e-49d7-af99-cc546674ec59 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7719 | 2024.09.03 23:54:50.504559 [ 3 ] {} <Debug> HTTP-Session: 1d35b324-9b5e-49d7-af99-cc546674ec59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7720 | 2024.09.03 23:54:50.504573 [ 3 ] {} <Debug> HTTP-Session: 1d35b324-9b5e-49d7-af99-cc546674ec59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7721 | 2024.09.03 23:54:50.504604 [ 3 ] {} <Trace> HTTP-Session: 1d35b324-9b5e-49d7-af99-cc546674ec59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7722 | 2024.09.03 23:54:50.504706 [ 3 ] {784c796e-e5e1-42c0-bcbf-03855095d8b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
7723 | 2024.09.03 23:54:50.504748 [ 3 ] {784c796e-e5e1-42c0-bcbf-03855095d8b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7724 | 2024.09.03 23:54:50.504996 [ 3 ] {784c796e-e5e1-42c0-bcbf-03855095d8b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7725 | 2024.09.03 23:54:50.505301 [ 3 ] {784c796e-e5e1-42c0-bcbf-03855095d8b5} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7726 | 2024.09.03 23:54:50.505337 [ 3 ] {784c796e-e5e1-42c0-bcbf-03855095d8b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7727 | 2024.09.03 23:54:50.505677 [ 3 ] {784c796e-e5e1-42c0-bcbf-03855095d8b5} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7728 | 2024.09.03 23:54:50.506042 [ 3 ] {784c796e-e5e1-42c0-bcbf-03855095d8b5} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7729 | 2024.09.03 23:54:50.506169 [ 3 ] {784c796e-e5e1-42c0-bcbf-03855095d8b5} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001491 sec., 4024.144869215292 rows/sec., 237.75 KiB/sec. | ||
7730 | 2024.09.03 23:54:50.506334 [ 3 ] {784c796e-e5e1-42c0-bcbf-03855095d8b5} <Debug> DynamicQueryHandler: Done processing query | ||
7731 | 2024.09.03 23:54:50.506358 [ 3 ] {784c796e-e5e1-42c0-bcbf-03855095d8b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7732 | 2024.09.03 23:54:50.506373 [ 3 ] {} <Debug> HTTP-Session: 1d35b324-9b5e-49d7-af99-cc546674ec59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7733 | 2024.09.03 23:54:50.506528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 63465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7734 | 2024.09.03 23:54:50.506578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7735 | 2024.09.03 23:54:50.506596 [ 3 ] {} <Debug> HTTP-Session: ad787176-c0e4-42fc-95b6-c8a60a203ec6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7736 | 2024.09.03 23:54:50.506613 [ 3 ] {} <Debug> HTTP-Session: ad787176-c0e4-42fc-95b6-c8a60a203ec6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7737 | 2024.09.03 23:54:50.506627 [ 3 ] {} <Debug> HTTP-Session: ad787176-c0e4-42fc-95b6-c8a60a203ec6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7738 | 2024.09.03 23:54:50.506658 [ 3 ] {} <Trace> HTTP-Session: ad787176-c0e4-42fc-95b6-c8a60a203ec6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7739 | 2024.09.03 23:54:50.506860 [ 3 ] {5034d79a-9dfe-4aa5-a97f-cbcea45653e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7740 | 2024.09.03 23:54:50.506903 [ 3 ] {5034d79a-9dfe-4aa5-a97f-cbcea45653e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7741 | 2024.09.03 23:54:50.507127 [ 3 ] {5034d79a-9dfe-4aa5-a97f-cbcea45653e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7742 | 2024.09.03 23:54:50.507652 [ 3 ] {5034d79a-9dfe-4aa5-a97f-cbcea45653e8} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7743 | 2024.09.03 23:54:50.507687 [ 3 ] {5034d79a-9dfe-4aa5-a97f-cbcea45653e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7744 | 2024.09.03 23:54:50.508046 [ 3 ] {5034d79a-9dfe-4aa5-a97f-cbcea45653e8} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7745 | 2024.09.03 23:54:50.508413 [ 3 ] {5034d79a-9dfe-4aa5-a97f-cbcea45653e8} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7746 | 2024.09.03 23:54:50.508541 [ 3 ] {5034d79a-9dfe-4aa5-a97f-cbcea45653e8} <Debug> executeQuery: Read 392 rows, 28.49 KiB in 0.001791 sec., 218872.1384701284 rows/sec., 15.53 MiB/sec. | ||
7747 | 2024.09.03 23:54:50.508707 [ 3 ] {5034d79a-9dfe-4aa5-a97f-cbcea45653e8} <Debug> DynamicQueryHandler: Done processing query | ||
7748 | 2024.09.03 23:54:50.508730 [ 3 ] {5034d79a-9dfe-4aa5-a97f-cbcea45653e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
7749 | 2024.09.03 23:54:50.508747 [ 3 ] {} <Debug> HTTP-Session: ad787176-c0e4-42fc-95b6-c8a60a203ec6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7750 | 2024.09.03 23:54:50.508903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7751 | 2024.09.03 23:54:50.508952 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7752 | 2024.09.03 23:54:50.508970 [ 3 ] {} <Debug> HTTP-Session: d1a7000e-b2b2-4ea8-aadf-dda6a59f34c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7753 | 2024.09.03 23:54:50.508986 [ 3 ] {} <Debug> HTTP-Session: d1a7000e-b2b2-4ea8-aadf-dda6a59f34c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7754 | 2024.09.03 23:54:50.509001 [ 3 ] {} <Debug> HTTP-Session: d1a7000e-b2b2-4ea8-aadf-dda6a59f34c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7755 | 2024.09.03 23:54:50.509031 [ 3 ] {} <Trace> HTTP-Session: d1a7000e-b2b2-4ea8-aadf-dda6a59f34c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7756 | 2024.09.03 23:54:50.509126 [ 3 ] {3c3a6845-fb1a-4638-8708-5cd79763ed5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7757 | 2024.09.03 23:54:50.509168 [ 3 ] {3c3a6845-fb1a-4638-8708-5cd79763ed5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7758 | 2024.09.03 23:54:50.509295 [ 3 ] {3c3a6845-fb1a-4638-8708-5cd79763ed5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7759 | 2024.09.03 23:54:50.509638 [ 3 ] {3c3a6845-fb1a-4638-8708-5cd79763ed5d} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7760 | 2024.09.03 23:54:50.509673 [ 3 ] {3c3a6845-fb1a-4638-8708-5cd79763ed5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7761 | 2024.09.03 23:54:50.510021 [ 3 ] {3c3a6845-fb1a-4638-8708-5cd79763ed5d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7762 | 2024.09.03 23:54:50.510335 [ 3 ] {3c3a6845-fb1a-4638-8708-5cd79763ed5d} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7763 | 2024.09.03 23:54:50.510462 [ 3 ] {3c3a6845-fb1a-4638-8708-5cd79763ed5d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001359 sec., 4415.0110375275935 rows/sec., 230.67 KiB/sec. | ||
7764 | 2024.09.03 23:54:50.510770 [ 3 ] {3c3a6845-fb1a-4638-8708-5cd79763ed5d} <Debug> DynamicQueryHandler: Done processing query | ||
7765 | 2024.09.03 23:54:50.510797 [ 3 ] {3c3a6845-fb1a-4638-8708-5cd79763ed5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7766 | 2024.09.03 23:54:50.510813 [ 3 ] {} <Debug> HTTP-Session: d1a7000e-b2b2-4ea8-aadf-dda6a59f34c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7767 | 2024.09.03 23:54:50.510987 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 45031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7768 | 2024.09.03 23:54:50.511037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7769 | 2024.09.03 23:54:50.511056 [ 3 ] {} <Debug> HTTP-Session: 6c574d4f-669d-475c-a302-45aa393d6916 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7770 | 2024.09.03 23:54:50.511072 [ 3 ] {} <Debug> HTTP-Session: 6c574d4f-669d-475c-a302-45aa393d6916 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7771 | 2024.09.03 23:54:50.511086 [ 3 ] {} <Debug> HTTP-Session: 6c574d4f-669d-475c-a302-45aa393d6916 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7772 | 2024.09.03 23:54:50.511117 [ 3 ] {} <Trace> HTTP-Session: 6c574d4f-669d-475c-a302-45aa393d6916 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7773 | 2024.09.03 23:54:50.511294 [ 3 ] {cf60b5a5-9749-4f22-b8ca-e1c7d692d7f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7774 | 2024.09.03 23:54:50.511347 [ 3 ] {cf60b5a5-9749-4f22-b8ca-e1c7d692d7f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7775 | 2024.09.03 23:54:50.511506 [ 3 ] {cf60b5a5-9749-4f22-b8ca-e1c7d692d7f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7776 | 2024.09.03 23:54:50.511980 [ 3 ] {cf60b5a5-9749-4f22-b8ca-e1c7d692d7f4} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7777 | 2024.09.03 23:54:50.512015 [ 3 ] {cf60b5a5-9749-4f22-b8ca-e1c7d692d7f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7778 | 2024.09.03 23:54:50.512388 [ 3 ] {cf60b5a5-9749-4f22-b8ca-e1c7d692d7f4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7779 | 2024.09.03 23:54:50.512724 [ 3 ] {cf60b5a5-9749-4f22-b8ca-e1c7d692d7f4} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7780 | 2024.09.03 23:54:50.512857 [ 3 ] {cf60b5a5-9749-4f22-b8ca-e1c7d692d7f4} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001648 sec., 145024.2718446602 rows/sec., 9.72 MiB/sec. | ||
7781 | 2024.09.03 23:54:50.513021 [ 3 ] {cf60b5a5-9749-4f22-b8ca-e1c7d692d7f4} <Debug> DynamicQueryHandler: Done processing query | ||
7782 | 2024.09.03 23:54:50.513044 [ 3 ] {cf60b5a5-9749-4f22-b8ca-e1c7d692d7f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7783 | 2024.09.03 23:54:50.513060 [ 3 ] {} <Debug> HTTP-Session: 6c574d4f-669d-475c-a302-45aa393d6916 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7784 | 2024.09.03 23:54:50.513222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7785 | 2024.09.03 23:54:50.513269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7786 | 2024.09.03 23:54:50.513288 [ 3 ] {} <Debug> HTTP-Session: 12b4cab9-8237-435f-b8de-dca27f379f24 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7787 | 2024.09.03 23:54:50.513304 [ 3 ] {} <Debug> HTTP-Session: 12b4cab9-8237-435f-b8de-dca27f379f24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7788 | 2024.09.03 23:54:50.513318 [ 3 ] {} <Debug> HTTP-Session: 12b4cab9-8237-435f-b8de-dca27f379f24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7789 | 2024.09.03 23:54:50.513348 [ 3 ] {} <Trace> HTTP-Session: 12b4cab9-8237-435f-b8de-dca27f379f24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7790 | 2024.09.03 23:54:50.513439 [ 3 ] {7629c214-22e8-4909-a836-735d8ac82cbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
7791 | 2024.09.03 23:54:50.513482 [ 3 ] {7629c214-22e8-4909-a836-735d8ac82cbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7792 | 2024.09.03 23:54:50.513610 [ 3 ] {7629c214-22e8-4909-a836-735d8ac82cbc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7793 | 2024.09.03 23:54:50.513867 [ 3 ] {7629c214-22e8-4909-a836-735d8ac82cbc} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7794 | 2024.09.03 23:54:50.513901 [ 3 ] {7629c214-22e8-4909-a836-735d8ac82cbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7795 | 2024.09.03 23:54:50.514242 [ 3 ] {7629c214-22e8-4909-a836-735d8ac82cbc} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7796 | 2024.09.03 23:54:50.514552 [ 3 ] {7629c214-22e8-4909-a836-735d8ac82cbc} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7797 | 2024.09.03 23:54:50.514680 [ 3 ] {7629c214-22e8-4909-a836-735d8ac82cbc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001262 sec., 792.3930269413629 rows/sec., 53.39 KiB/sec. | ||
7798 | 2024.09.03 23:54:50.514841 [ 3 ] {7629c214-22e8-4909-a836-735d8ac82cbc} <Debug> DynamicQueryHandler: Done processing query | ||
7799 | 2024.09.03 23:54:50.514864 [ 3 ] {7629c214-22e8-4909-a836-735d8ac82cbc} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
7800 | 2024.09.03 23:54:50.514879 [ 3 ] {} <Debug> HTTP-Session: 12b4cab9-8237-435f-b8de-dca27f379f24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7801 | 2024.09.03 23:54:50.515000 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 10133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7802 | 2024.09.03 23:54:50.515047 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7803 | 2024.09.03 23:54:50.515066 [ 3 ] {} <Debug> HTTP-Session: f8cf3bd2-2601-4c4e-a2a4-761219db7639 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7804 | 2024.09.03 23:54:50.515083 [ 3 ] {} <Debug> HTTP-Session: f8cf3bd2-2601-4c4e-a2a4-761219db7639 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7805 | 2024.09.03 23:54:50.515096 [ 3 ] {} <Debug> HTTP-Session: f8cf3bd2-2601-4c4e-a2a4-761219db7639 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7806 | 2024.09.03 23:54:50.515127 [ 3 ] {} <Trace> HTTP-Session: f8cf3bd2-2601-4c4e-a2a4-761219db7639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7807 | 2024.09.03 23:54:50.515286 [ 3 ] {039b05a5-451f-4987-9701-e9e0b0f10d7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7808 | 2024.09.03 23:54:50.515350 [ 3 ] {039b05a5-451f-4987-9701-e9e0b0f10d7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7809 | 2024.09.03 23:54:50.515752 [ 3 ] {039b05a5-451f-4987-9701-e9e0b0f10d7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7810 | 2024.09.03 23:54:50.516262 [ 3 ] {039b05a5-451f-4987-9701-e9e0b0f10d7a} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7811 | 2024.09.03 23:54:50.516298 [ 3 ] {039b05a5-451f-4987-9701-e9e0b0f10d7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7812 | 2024.09.03 23:54:50.516870 [ 3 ] {039b05a5-451f-4987-9701-e9e0b0f10d7a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
7813 | 2024.09.03 23:54:50.517272 [ 3 ] {039b05a5-451f-4987-9701-e9e0b0f10d7a} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7814 | 2024.09.03 23:54:50.517404 [ 32 ] {} <Debug> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
7815 | 2024.09.03 23:54:50.517421 [ 3 ] {039b05a5-451f-4987-9701-e9e0b0f10d7a} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002222 sec., 2700.2700270027003 rows/sec., 4.84 MiB/sec. | ||
7816 | 2024.09.03 23:54:50.517453 [ 32 ] {} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7817 | 2024.09.03 23:54:50.517501 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7818 | 2024.09.03 23:54:50.517786 [ 200 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
7819 | 2024.09.03 23:54:50.517811 [ 3 ] {039b05a5-451f-4987-9701-e9e0b0f10d7a} <Debug> DynamicQueryHandler: Done processing query | ||
7820 | 2024.09.03 23:54:50.517862 [ 3 ] {039b05a5-451f-4987-9701-e9e0b0f10d7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
7821 | 2024.09.03 23:54:50.517890 [ 3 ] {} <Debug> HTTP-Session: f8cf3bd2-2601-4c4e-a2a4-761219db7639 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7822 | 2024.09.03 23:54:50.518059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7823 | 2024.09.03 23:54:50.518179 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7824 | 2024.09.03 23:54:50.518235 [ 3 ] {} <Debug> HTTP-Session: 16eeed26-a279-4e10-8187-22877563235c Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7825 | 2024.09.03 23:54:50.518286 [ 3 ] {} <Debug> HTTP-Session: 16eeed26-a279-4e10-8187-22877563235c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7826 | 2024.09.03 23:54:50.518338 [ 3 ] {} <Debug> HTTP-Session: 16eeed26-a279-4e10-8187-22877563235c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7827 | 2024.09.03 23:54:50.518423 [ 3 ] {} <Trace> HTTP-Session: 16eeed26-a279-4e10-8187-22877563235c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7828 | 2024.09.03 23:54:50.518603 [ 200 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7829 | 2024.09.03 23:54:50.518736 [ 3 ] {8586f3f3-cb83-4af5-bc78-f4be43f2a202} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7830 | 2024.09.03 23:54:50.518776 [ 200 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 556 rows starting from the beginning of the part | ||
7831 | 2024.09.03 23:54:50.518827 [ 3 ] {8586f3f3-cb83-4af5-bc78-f4be43f2a202} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7832 | 2024.09.03 23:54:50.519643 [ 200 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
7833 | 2024.09.03 23:54:50.519681 [ 3 ] {8586f3f3-cb83-4af5-bc78-f4be43f2a202} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7834 | 2024.09.03 23:54:50.520273 [ 200 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 31 rows starting from the beginning of the part | ||
7835 | 2024.09.03 23:54:50.520750 [ 3 ] {8586f3f3-cb83-4af5-bc78-f4be43f2a202} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7836 | 2024.09.03 23:54:50.520909 [ 3 ] {8586f3f3-cb83-4af5-bc78-f4be43f2a202} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7837 | 2024.09.03 23:54:50.520993 [ 200 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
7838 | 2024.09.03 23:54:50.521587 [ 200 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 31 rows starting from the beginning of the part | ||
7839 | 2024.09.03 23:54:50.522175 [ 200 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
7840 | 2024.09.03 23:54:50.522232 [ 3 ] {8586f3f3-cb83-4af5-bc78-f4be43f2a202} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7841 | 2024.09.03 23:54:50.523278 [ 3 ] {8586f3f3-cb83-4af5-bc78-f4be43f2a202} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7842 | 2024.09.03 23:54:50.523529 [ 3 ] {8586f3f3-cb83-4af5-bc78-f4be43f2a202} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004924 sec., 16653.127538586512 rows/sec., 1.06 MiB/sec. | ||
7843 | 2024.09.03 23:54:50.524149 [ 3 ] {8586f3f3-cb83-4af5-bc78-f4be43f2a202} <Debug> DynamicQueryHandler: Done processing query | ||
7844 | 2024.09.03 23:54:50.524246 [ 3 ] {8586f3f3-cb83-4af5-bc78-f4be43f2a202} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7845 | 2024.09.03 23:54:50.524330 [ 3 ] {} <Debug> HTTP-Session: 16eeed26-a279-4e10-8187-22877563235c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7846 | 2024.09.03 23:54:50.527389 [ 198 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 636 rows, containing 19 columns (19 merged, 0 gathered) in 0.009774401 sec., 65067.925901546296 rows/sec., 116.60 MiB/sec. | ||
7847 | 2024.09.03 23:54:50.527983 [ 196 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
7848 | 2024.09.03 23:54:50.528572 [ 196 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7849 | 2024.09.03 23:54:50.528659 [ 196 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
7850 | 2024.09.03 23:54:50.528781 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.40 MiB. | ||
7851 | 2024.09.03 23:54:55.520594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7852 | 2024.09.03 23:54:55.520799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7853 | 2024.09.03 23:54:55.520846 [ 3 ] {} <Debug> HTTP-Session: ff897209-36a8-4104-8654-25ea09180142 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7854 | 2024.09.03 23:54:55.520889 [ 3 ] {} <Debug> HTTP-Session: ff897209-36a8-4104-8654-25ea09180142 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7855 | 2024.09.03 23:54:55.520919 [ 3 ] {} <Debug> HTTP-Session: ff897209-36a8-4104-8654-25ea09180142 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7856 | 2024.09.03 23:54:55.521002 [ 3 ] {} <Trace> HTTP-Session: ff897209-36a8-4104-8654-25ea09180142 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7857 | 2024.09.03 23:54:55.521247 [ 3 ] {eda084fa-0d4f-4d1f-bff0-4b4193eddb1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7858 | 2024.09.03 23:54:55.521318 [ 3 ] {eda084fa-0d4f-4d1f-bff0-4b4193eddb1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7859 | 2024.09.03 23:54:55.521653 [ 3 ] {eda084fa-0d4f-4d1f-bff0-4b4193eddb1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7860 | 2024.09.03 23:54:55.522195 [ 3 ] {eda084fa-0d4f-4d1f-bff0-4b4193eddb1c} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7861 | 2024.09.03 23:54:55.522243 [ 3 ] {eda084fa-0d4f-4d1f-bff0-4b4193eddb1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7862 | 2024.09.03 23:54:55.522649 [ 3 ] {eda084fa-0d4f-4d1f-bff0-4b4193eddb1c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
7863 | 2024.09.03 23:54:55.523032 [ 3 ] {eda084fa-0d4f-4d1f-bff0-4b4193eddb1c} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7864 | 2024.09.03 23:54:55.523201 [ 3 ] {eda084fa-0d4f-4d1f-bff0-4b4193eddb1c} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002009 sec., 2986.5604778496768 rows/sec., 243.53 KiB/sec. | ||
7865 | 2024.09.03 23:54:55.523227 [ 59 ] {} <Debug> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
7866 | 2024.09.03 23:54:55.523339 [ 59 ] {} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7867 | 2024.09.03 23:54:55.523382 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7868 | 2024.09.03 23:54:55.523497 [ 3 ] {eda084fa-0d4f-4d1f-bff0-4b4193eddb1c} <Debug> DynamicQueryHandler: Done processing query | ||
7869 | 2024.09.03 23:54:55.523535 [ 3 ] {eda084fa-0d4f-4d1f-bff0-4b4193eddb1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7870 | 2024.09.03 23:54:55.523543 [ 198 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::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 | ||
7871 | 2024.09.03 23:54:55.523556 [ 3 ] {} <Debug> HTTP-Session: ff897209-36a8-4104-8654-25ea09180142 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7872 | 2024.09.03 23:54:55.523697 [ 198 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7873 | 2024.09.03 23:54:55.523734 [ 198 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 14 rows starting from the beginning of the part | ||
7874 | 2024.09.03 23:54:55.523817 [ 198 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::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 | ||
7875 | 2024.09.03 23:54:55.523885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 183472, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7876 | 2024.09.03 23:54:55.524055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7877 | 2024.09.03 23:54:55.524149 [ 3 ] {} <Debug> HTTP-Session: 4718bad0-94b7-4465-8bd3-737fa6a94a81 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7878 | 2024.09.03 23:54:55.524154 [ 198 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::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 | ||
7879 | 2024.09.03 23:54:55.524235 [ 3 ] {} <Debug> HTTP-Session: 4718bad0-94b7-4465-8bd3-737fa6a94a81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7880 | 2024.09.03 23:54:55.524328 [ 3 ] {} <Debug> HTTP-Session: 4718bad0-94b7-4465-8bd3-737fa6a94a81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7881 | 2024.09.03 23:54:55.524521 [ 3 ] {} <Trace> HTTP-Session: 4718bad0-94b7-4465-8bd3-737fa6a94a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7882 | 2024.09.03 23:54:55.524586 [ 198 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part | ||
7883 | 2024.09.03 23:54:55.524812 [ 198 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::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 | ||
7884 | 2024.09.03 23:54:55.524953 [ 198 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::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 | ||
7885 | 2024.09.03 23:54:55.525338 [ 3 ] {37f23cc7-2daa-44a6-852f-87ac7c5154b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7886 | 2024.09.03 23:54:55.525398 [ 3 ] {37f23cc7-2daa-44a6-852f-87ac7c5154b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7887 | 2024.09.03 23:54:55.525859 [ 3 ] {37f23cc7-2daa-44a6-852f-87ac7c5154b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7888 | 2024.09.03 23:54:55.526481 [ 196 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.003013485 sec., 12609.984785057832 rows/sec., 1.05 MiB/sec. | ||
7889 | 2024.09.03 23:54:55.526672 [ 196 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
7890 | 2024.09.03 23:54:55.527718 [ 192 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_11_2} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7891 | 2024.09.03 23:54:55.527897 [ 192 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_11_2} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
7892 | 2024.09.03 23:54:55.527929 [ 3 ] {37f23cc7-2daa-44a6-852f-87ac7c5154b8} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7893 | 2024.09.03 23:54:55.528016 [ 3 ] {37f23cc7-2daa-44a6-852f-87ac7c5154b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7894 | 2024.09.03 23:54:55.528072 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
7895 | 2024.09.03 23:54:55.528528 [ 3 ] {37f23cc7-2daa-44a6-852f-87ac7c5154b8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7896 | 2024.09.03 23:54:55.528910 [ 3 ] {37f23cc7-2daa-44a6-852f-87ac7c5154b8} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7897 | 2024.09.03 23:54:55.529077 [ 3 ] {37f23cc7-2daa-44a6-852f-87ac7c5154b8} <Debug> executeQuery: Read 1261 rows, 107.09 KiB in 0.004276 sec., 294901.77736202057 rows/sec., 24.46 MiB/sec. | ||
7898 | 2024.09.03 23:54:55.529283 [ 3 ] {37f23cc7-2daa-44a6-852f-87ac7c5154b8} <Debug> DynamicQueryHandler: Done processing query | ||
7899 | 2024.09.03 23:54:55.529309 [ 3 ] {37f23cc7-2daa-44a6-852f-87ac7c5154b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
7900 | 2024.09.03 23:54:55.529325 [ 3 ] {} <Debug> HTTP-Session: 4718bad0-94b7-4465-8bd3-737fa6a94a81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7901 | 2024.09.03 23:54:55.529540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 5333, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7902 | 2024.09.03 23:54:55.529589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7903 | 2024.09.03 23:54:55.529609 [ 3 ] {} <Debug> HTTP-Session: 686db775-2c58-43ee-bfc2-61165dae20a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7904 | 2024.09.03 23:54:55.529627 [ 3 ] {} <Debug> HTTP-Session: 686db775-2c58-43ee-bfc2-61165dae20a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7905 | 2024.09.03 23:54:55.529640 [ 3 ] {} <Debug> HTTP-Session: 686db775-2c58-43ee-bfc2-61165dae20a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7906 | 2024.09.03 23:54:55.529672 [ 3 ] {} <Trace> HTTP-Session: 686db775-2c58-43ee-bfc2-61165dae20a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7907 | 2024.09.03 23:54:55.529782 [ 3 ] {d9bc5d5a-27bc-4555-8c45-9bd0ea2c0297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7908 | 2024.09.03 23:54:55.529826 [ 3 ] {d9bc5d5a-27bc-4555-8c45-9bd0ea2c0297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7909 | 2024.09.03 23:54:55.530054 [ 3 ] {d9bc5d5a-27bc-4555-8c45-9bd0ea2c0297} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7910 | 2024.09.03 23:54:55.530394 [ 3 ] {d9bc5d5a-27bc-4555-8c45-9bd0ea2c0297} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7911 | 2024.09.03 23:54:55.530430 [ 3 ] {d9bc5d5a-27bc-4555-8c45-9bd0ea2c0297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7912 | 2024.09.03 23:54:55.530776 [ 3 ] {d9bc5d5a-27bc-4555-8c45-9bd0ea2c0297} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7913 | 2024.09.03 23:54:55.531125 [ 3 ] {d9bc5d5a-27bc-4555-8c45-9bd0ea2c0297} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7914 | 2024.09.03 23:54:55.531284 [ 3 ] {d9bc5d5a-27bc-4555-8c45-9bd0ea2c0297} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.001526 sec., 24246.395806028835 rows/sec., 1.76 MiB/sec. | ||
7915 | 2024.09.03 23:54:55.531459 [ 3 ] {d9bc5d5a-27bc-4555-8c45-9bd0ea2c0297} <Debug> DynamicQueryHandler: Done processing query | ||
7916 | 2024.09.03 23:54:55.531483 [ 3 ] {d9bc5d5a-27bc-4555-8c45-9bd0ea2c0297} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7917 | 2024.09.03 23:54:55.531498 [ 3 ] {} <Debug> HTTP-Session: 686db775-2c58-43ee-bfc2-61165dae20a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7918 | 2024.09.03 23:54:55.531686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7919 | 2024.09.03 23:54:55.531735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7920 | 2024.09.03 23:54:55.531754 [ 3 ] {} <Debug> HTTP-Session: 94a0bd05-0bc7-4051-bb28-1b8569cae2f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7921 | 2024.09.03 23:54:55.531770 [ 3 ] {} <Debug> HTTP-Session: 94a0bd05-0bc7-4051-bb28-1b8569cae2f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7922 | 2024.09.03 23:54:55.531784 [ 3 ] {} <Debug> HTTP-Session: 94a0bd05-0bc7-4051-bb28-1b8569cae2f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7923 | 2024.09.03 23:54:55.531814 [ 3 ] {} <Trace> HTTP-Session: 94a0bd05-0bc7-4051-bb28-1b8569cae2f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7924 | 2024.09.03 23:54:55.532011 [ 3 ] {eb233a3b-cb9b-4f60-b996-db16a125fafe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7925 | 2024.09.03 23:54:55.532053 [ 3 ] {eb233a3b-cb9b-4f60-b996-db16a125fafe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7926 | 2024.09.03 23:54:55.532275 [ 3 ] {eb233a3b-cb9b-4f60-b996-db16a125fafe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7927 | 2024.09.03 23:54:55.532748 [ 3 ] {eb233a3b-cb9b-4f60-b996-db16a125fafe} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7928 | 2024.09.03 23:54:55.532785 [ 3 ] {eb233a3b-cb9b-4f60-b996-db16a125fafe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7929 | 2024.09.03 23:54:55.533135 [ 3 ] {eb233a3b-cb9b-4f60-b996-db16a125fafe} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
7930 | 2024.09.03 23:54:55.533485 [ 3 ] {eb233a3b-cb9b-4f60-b996-db16a125fafe} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7931 | 2024.09.03 23:54:55.533645 [ 3 ] {eb233a3b-cb9b-4f60-b996-db16a125fafe} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001752 sec., 130136.98630136986 rows/sec., 8.81 MiB/sec. | ||
7932 | 2024.09.03 23:54:55.533977 [ 3 ] {eb233a3b-cb9b-4f60-b996-db16a125fafe} <Debug> DynamicQueryHandler: Done processing query | ||
7933 | 2024.09.03 23:54:55.534002 [ 3 ] {eb233a3b-cb9b-4f60-b996-db16a125fafe} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
7934 | 2024.09.03 23:54:55.534018 [ 3 ] {} <Debug> HTTP-Session: 94a0bd05-0bc7-4051-bb28-1b8569cae2f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7935 | 2024.09.03 23:54:55.534327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 92170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7936 | 2024.09.03 23:54:55.534377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7937 | 2024.09.03 23:54:55.534396 [ 3 ] {} <Debug> HTTP-Session: 898ee744-d806-43f8-833e-8c2e5d8416b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7938 | 2024.09.03 23:54:55.534412 [ 3 ] {} <Debug> HTTP-Session: 898ee744-d806-43f8-833e-8c2e5d8416b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7939 | 2024.09.03 23:54:55.534426 [ 3 ] {} <Debug> HTTP-Session: 898ee744-d806-43f8-833e-8c2e5d8416b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7940 | 2024.09.03 23:54:55.534457 [ 3 ] {} <Trace> HTTP-Session: 898ee744-d806-43f8-833e-8c2e5d8416b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7941 | 2024.09.03 23:54:55.534704 [ 3 ] {a05738a2-faf2-45b2-86b0-0db6e86ba227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7942 | 2024.09.03 23:54:55.534747 [ 3 ] {a05738a2-faf2-45b2-86b0-0db6e86ba227} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7943 | 2024.09.03 23:54:55.534989 [ 3 ] {a05738a2-faf2-45b2-86b0-0db6e86ba227} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7944 | 2024.09.03 23:54:55.535707 [ 3 ] {a05738a2-faf2-45b2-86b0-0db6e86ba227} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7945 | 2024.09.03 23:54:55.535769 [ 3 ] {a05738a2-faf2-45b2-86b0-0db6e86ba227} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7946 | 2024.09.03 23:54:55.536143 [ 3 ] {a05738a2-faf2-45b2-86b0-0db6e86ba227} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7947 | 2024.09.03 23:54:55.536500 [ 3 ] {a05738a2-faf2-45b2-86b0-0db6e86ba227} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7948 | 2024.09.03 23:54:55.536659 [ 3 ] {a05738a2-faf2-45b2-86b0-0db6e86ba227} <Debug> executeQuery: Read 557 rows, 42.38 KiB in 0.002095 sec., 265871.1217183771 rows/sec., 19.75 MiB/sec. | ||
7949 | 2024.09.03 23:54:55.537024 [ 3 ] {a05738a2-faf2-45b2-86b0-0db6e86ba227} <Debug> DynamicQueryHandler: Done processing query | ||
7950 | 2024.09.03 23:54:55.537071 [ 3 ] {a05738a2-faf2-45b2-86b0-0db6e86ba227} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
7951 | 2024.09.03 23:54:55.537096 [ 3 ] {} <Debug> HTTP-Session: 898ee744-d806-43f8-833e-8c2e5d8416b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7952 | 2024.09.03 23:54:55.537377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 160965, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7953 | 2024.09.03 23:54:55.537425 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7954 | 2024.09.03 23:54:55.537444 [ 3 ] {} <Debug> HTTP-Session: 0d723982-f793-4fef-9d92-4a194ca7d278 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7955 | 2024.09.03 23:54:55.537485 [ 3 ] {} <Debug> HTTP-Session: 0d723982-f793-4fef-9d92-4a194ca7d278 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7956 | 2024.09.03 23:54:55.537499 [ 3 ] {} <Debug> HTTP-Session: 0d723982-f793-4fef-9d92-4a194ca7d278 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7957 | 2024.09.03 23:54:55.537530 [ 3 ] {} <Trace> HTTP-Session: 0d723982-f793-4fef-9d92-4a194ca7d278 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7958 | 2024.09.03 23:54:55.537957 [ 3 ] {3dc8a087-81f0-4a32-8547-4607767e9ecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7959 | 2024.09.03 23:54:55.538005 [ 3 ] {3dc8a087-81f0-4a32-8547-4607767e9ecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7960 | 2024.09.03 23:54:55.538168 [ 3 ] {3dc8a087-81f0-4a32-8547-4607767e9ecd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7961 | 2024.09.03 23:54:55.538967 [ 3 ] {3dc8a087-81f0-4a32-8547-4607767e9ecd} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7962 | 2024.09.03 23:54:55.539003 [ 3 ] {3dc8a087-81f0-4a32-8547-4607767e9ecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7963 | 2024.09.03 23:54:55.539428 [ 3 ] {3dc8a087-81f0-4a32-8547-4607767e9ecd} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7964 | 2024.09.03 23:54:55.539758 [ 3 ] {3dc8a087-81f0-4a32-8547-4607767e9ecd} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7965 | 2024.09.03 23:54:55.539916 [ 3 ] {3dc8a087-81f0-4a32-8547-4607767e9ecd} <Debug> executeQuery: Read 847 rows, 58.38 KiB in 0.002236 sec., 378801.4311270125 rows/sec., 25.50 MiB/sec. | ||
7966 | 2024.09.03 23:54:55.540086 [ 3 ] {3dc8a087-81f0-4a32-8547-4607767e9ecd} <Debug> DynamicQueryHandler: Done processing query | ||
7967 | 2024.09.03 23:54:55.540110 [ 3 ] {3dc8a087-81f0-4a32-8547-4607767e9ecd} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
7968 | 2024.09.03 23:54:55.540126 [ 3 ] {} <Debug> HTTP-Session: 0d723982-f793-4fef-9d92-4a194ca7d278 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7969 | 2024.09.03 23:54:55.540508 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 51825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7970 | 2024.09.03 23:54:55.540556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7971 | 2024.09.03 23:54:55.540574 [ 3 ] {} <Debug> HTTP-Session: 2500fbce-05f0-4456-a3d3-50f5d8ac4c74 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7972 | 2024.09.03 23:54:55.540590 [ 3 ] {} <Debug> HTTP-Session: 2500fbce-05f0-4456-a3d3-50f5d8ac4c74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7973 | 2024.09.03 23:54:55.540603 [ 3 ] {} <Debug> HTTP-Session: 2500fbce-05f0-4456-a3d3-50f5d8ac4c74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7974 | 2024.09.03 23:54:55.540633 [ 3 ] {} <Trace> HTTP-Session: 2500fbce-05f0-4456-a3d3-50f5d8ac4c74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7975 | 2024.09.03 23:54:55.541056 [ 3 ] {8c6ba7cf-ae26-4e05-bd30-cc8c68851b77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7976 | 2024.09.03 23:54:55.541119 [ 3 ] {8c6ba7cf-ae26-4e05-bd30-cc8c68851b77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7977 | 2024.09.03 23:54:55.541534 [ 3 ] {8c6ba7cf-ae26-4e05-bd30-cc8c68851b77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7978 | 2024.09.03 23:54:55.542195 [ 3 ] {8c6ba7cf-ae26-4e05-bd30-cc8c68851b77} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7979 | 2024.09.03 23:54:55.542231 [ 3 ] {8c6ba7cf-ae26-4e05-bd30-cc8c68851b77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7980 | 2024.09.03 23:54:55.542851 [ 3 ] {8c6ba7cf-ae26-4e05-bd30-cc8c68851b77} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7981 | 2024.09.03 23:54:55.543260 [ 3 ] {8c6ba7cf-ae26-4e05-bd30-cc8c68851b77} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7982 | 2024.09.03 23:54:55.543488 [ 3 ] {8c6ba7cf-ae26-4e05-bd30-cc8c68851b77} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002763 sec., 11219.688744118712 rows/sec., 20.11 MiB/sec. | ||
7983 | 2024.09.03 23:54:55.544093 [ 3 ] {8c6ba7cf-ae26-4e05-bd30-cc8c68851b77} <Debug> DynamicQueryHandler: Done processing query | ||
7984 | 2024.09.03 23:54:55.544118 [ 3 ] {8c6ba7cf-ae26-4e05-bd30-cc8c68851b77} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
7985 | 2024.09.03 23:54:55.544134 [ 3 ] {} <Debug> HTTP-Session: 2500fbce-05f0-4456-a3d3-50f5d8ac4c74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7986 | 2024.09.03 23:54:55.544265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7987 | 2024.09.03 23:54:55.544311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7988 | 2024.09.03 23:54:55.544330 [ 3 ] {} <Debug> HTTP-Session: 54b4f084-c1bb-4740-8448-f0ddd04cdafd Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
7989 | 2024.09.03 23:54:55.544347 [ 3 ] {} <Debug> HTTP-Session: 54b4f084-c1bb-4740-8448-f0ddd04cdafd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7990 | 2024.09.03 23:54:55.544361 [ 3 ] {} <Debug> HTTP-Session: 54b4f084-c1bb-4740-8448-f0ddd04cdafd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7991 | 2024.09.03 23:54:55.544392 [ 3 ] {} <Trace> HTTP-Session: 54b4f084-c1bb-4740-8448-f0ddd04cdafd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7992 | 2024.09.03 23:54:55.544510 [ 3 ] {8e612654-6108-477b-b7e7-1839e3eaeef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7993 | 2024.09.03 23:54:55.544555 [ 3 ] {8e612654-6108-477b-b7e7-1839e3eaeef8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7994 | 2024.09.03 23:54:55.544705 [ 3 ] {8e612654-6108-477b-b7e7-1839e3eaeef8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7995 | 2024.09.03 23:54:55.545007 [ 3 ] {8e612654-6108-477b-b7e7-1839e3eaeef8} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7996 | 2024.09.03 23:54:55.545042 [ 3 ] {8e612654-6108-477b-b7e7-1839e3eaeef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7997 | 2024.09.03 23:54:55.545408 [ 3 ] {8e612654-6108-477b-b7e7-1839e3eaeef8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7998 | 2024.09.03 23:54:55.545727 [ 3 ] {8e612654-6108-477b-b7e7-1839e3eaeef8} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7999 | 2024.09.03 23:54:55.545883 [ 3 ] {8e612654-6108-477b-b7e7-1839e3eaeef8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001406 sec., 42674.25320056899 rows/sec., 2.88 MiB/sec. | ||
8000 | 2024.09.03 23:54:55.546047 [ 3 ] {8e612654-6108-477b-b7e7-1839e3eaeef8} <Debug> DynamicQueryHandler: Done processing query | ||
8001 | 2024.09.03 23:54:55.546072 [ 3 ] {8e612654-6108-477b-b7e7-1839e3eaeef8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8002 | 2024.09.03 23:54:55.546088 [ 3 ] {} <Debug> HTTP-Session: 54b4f084-c1bb-4740-8448-f0ddd04cdafd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8003 | 2024.09.03 23:55:00.495007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8004 | 2024.09.03 23:55:00.495146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8005 | 2024.09.03 23:55:00.495173 [ 3 ] {} <Debug> HTTP-Session: 9dce3dee-1c0d-4684-838d-ee2a169799c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8006 | 2024.09.03 23:55:00.495204 [ 3 ] {} <Debug> HTTP-Session: 9dce3dee-1c0d-4684-838d-ee2a169799c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8007 | 2024.09.03 23:55:00.495220 [ 3 ] {} <Debug> HTTP-Session: 9dce3dee-1c0d-4684-838d-ee2a169799c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8008 | 2024.09.03 23:55:00.495275 [ 3 ] {} <Trace> HTTP-Session: 9dce3dee-1c0d-4684-838d-ee2a169799c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8009 | 2024.09.03 23:55:00.495520 [ 3 ] {07eec61c-adf6-4e46-bb0b-583bca798bab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8010 | 2024.09.03 23:55:00.495591 [ 3 ] {07eec61c-adf6-4e46-bb0b-583bca798bab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8011 | 2024.09.03 23:55:00.495919 [ 3 ] {07eec61c-adf6-4e46-bb0b-583bca798bab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8012 | 2024.09.03 23:55:00.496485 [ 3 ] {07eec61c-adf6-4e46-bb0b-583bca798bab} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8013 | 2024.09.03 23:55:00.496530 [ 3 ] {07eec61c-adf6-4e46-bb0b-583bca798bab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8014 | 2024.09.03 23:55:00.496958 [ 3 ] {07eec61c-adf6-4e46-bb0b-583bca798bab} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8015 | 2024.09.03 23:55:00.497331 [ 3 ] {07eec61c-adf6-4e46-bb0b-583bca798bab} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8016 | 2024.09.03 23:55:00.497479 [ 3 ] {07eec61c-adf6-4e46-bb0b-583bca798bab} <Debug> executeQuery: Read 201 rows, 18.03 KiB in 0.002055 sec., 97810.21897810219 rows/sec., 8.57 MiB/sec. | ||
8017 | 2024.09.03 23:55:00.497695 [ 3 ] {07eec61c-adf6-4e46-bb0b-583bca798bab} <Debug> DynamicQueryHandler: Done processing query | ||
8018 | 2024.09.03 23:55:00.497724 [ 3 ] {07eec61c-adf6-4e46-bb0b-583bca798bab} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8019 | 2024.09.03 23:55:00.497741 [ 3 ] {} <Debug> HTTP-Session: 9dce3dee-1c0d-4684-838d-ee2a169799c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8020 | 2024.09.03 23:55:00.497921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8021 | 2024.09.03 23:55:00.497974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8022 | 2024.09.03 23:55:00.497994 [ 3 ] {} <Debug> HTTP-Session: bd81c5fd-7bcf-4a79-826b-0f78bd41d6d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8023 | 2024.09.03 23:55:00.498012 [ 3 ] {} <Debug> HTTP-Session: bd81c5fd-7bcf-4a79-826b-0f78bd41d6d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8024 | 2024.09.03 23:55:00.498026 [ 3 ] {} <Debug> HTTP-Session: bd81c5fd-7bcf-4a79-826b-0f78bd41d6d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8025 | 2024.09.03 23:55:00.498061 [ 3 ] {} <Trace> HTTP-Session: bd81c5fd-7bcf-4a79-826b-0f78bd41d6d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8026 | 2024.09.03 23:55:00.498167 [ 3 ] {39dccc85-1d13-4323-a963-fe1b4ccd6a83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8027 | 2024.09.03 23:55:00.498213 [ 3 ] {39dccc85-1d13-4323-a963-fe1b4ccd6a83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8028 | 2024.09.03 23:55:00.498447 [ 3 ] {39dccc85-1d13-4323-a963-fe1b4ccd6a83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8029 | 2024.09.03 23:55:00.498770 [ 3 ] {39dccc85-1d13-4323-a963-fe1b4ccd6a83} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8030 | 2024.09.03 23:55:00.498806 [ 3 ] {39dccc85-1d13-4323-a963-fe1b4ccd6a83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8031 | 2024.09.03 23:55:00.499147 [ 3 ] {39dccc85-1d13-4323-a963-fe1b4ccd6a83} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
8032 | 2024.09.03 23:55:00.499503 [ 3 ] {39dccc85-1d13-4323-a963-fe1b4ccd6a83} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8033 | 2024.09.03 23:55:00.499628 [ 3 ] {39dccc85-1d13-4323-a963-fe1b4ccd6a83} <Debug> executeQuery: Read 6 rows, 462.00 B in 0.001511 sec., 3970.880211780278 rows/sec., 298.59 KiB/sec. | ||
8034 | 2024.09.03 23:55:00.499788 [ 3 ] {39dccc85-1d13-4323-a963-fe1b4ccd6a83} <Debug> DynamicQueryHandler: Done processing query | ||
8035 | 2024.09.03 23:55:00.499810 [ 3 ] {39dccc85-1d13-4323-a963-fe1b4ccd6a83} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8036 | 2024.09.03 23:55:00.499826 [ 3 ] {} <Debug> HTTP-Session: bd81c5fd-7bcf-4a79-826b-0f78bd41d6d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8037 | 2024.09.03 23:55:00.499944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8038 | 2024.09.03 23:55:00.499990 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8039 | 2024.09.03 23:55:00.500008 [ 3 ] {} <Debug> HTTP-Session: 3ca23856-4349-48fa-b122-78162826d474 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8040 | 2024.09.03 23:55:00.500024 [ 3 ] {} <Debug> HTTP-Session: 3ca23856-4349-48fa-b122-78162826d474 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8041 | 2024.09.03 23:55:00.500037 [ 3 ] {} <Debug> HTTP-Session: 3ca23856-4349-48fa-b122-78162826d474 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8042 | 2024.09.03 23:55:00.500066 [ 3 ] {} <Trace> HTTP-Session: 3ca23856-4349-48fa-b122-78162826d474 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8043 | 2024.09.03 23:55:00.500162 [ 3 ] {4c4eb980-8828-4b5b-ae59-9baa4e33973a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8044 | 2024.09.03 23:55:00.500202 [ 3 ] {4c4eb980-8828-4b5b-ae59-9baa4e33973a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8045 | 2024.09.03 23:55:00.500482 [ 3 ] {4c4eb980-8828-4b5b-ae59-9baa4e33973a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8046 | 2024.09.03 23:55:00.500784 [ 3 ] {4c4eb980-8828-4b5b-ae59-9baa4e33973a} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8047 | 2024.09.03 23:55:00.500819 [ 3 ] {4c4eb980-8828-4b5b-ae59-9baa4e33973a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8048 | 2024.09.03 23:55:00.501158 [ 3 ] {4c4eb980-8828-4b5b-ae59-9baa4e33973a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
8049 | 2024.09.03 23:55:00.501499 [ 3 ] {4c4eb980-8828-4b5b-ae59-9baa4e33973a} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8050 | 2024.09.03 23:55:00.501630 [ 3 ] {4c4eb980-8828-4b5b-ae59-9baa4e33973a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001443 sec., 9702.009702009702 rows/sec., 679.47 KiB/sec. | ||
8051 | 2024.09.03 23:55:00.501921 [ 3 ] {4c4eb980-8828-4b5b-ae59-9baa4e33973a} <Debug> DynamicQueryHandler: Done processing query | ||
8052 | 2024.09.03 23:55:00.501974 [ 3 ] {4c4eb980-8828-4b5b-ae59-9baa4e33973a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8053 | 2024.09.03 23:55:00.502012 [ 3 ] {} <Debug> HTTP-Session: 3ca23856-4349-48fa-b122-78162826d474 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8054 | 2024.09.03 23:55:00.502139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8055 | 2024.09.03 23:55:00.502187 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8056 | 2024.09.03 23:55:00.502205 [ 3 ] {} <Debug> HTTP-Session: c22455eb-1cf1-4495-a242-4689190e5046 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8057 | 2024.09.03 23:55:00.502223 [ 3 ] {} <Debug> HTTP-Session: c22455eb-1cf1-4495-a242-4689190e5046 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8058 | 2024.09.03 23:55:00.502237 [ 3 ] {} <Debug> HTTP-Session: c22455eb-1cf1-4495-a242-4689190e5046 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8059 | 2024.09.03 23:55:00.502269 [ 3 ] {} <Trace> HTTP-Session: c22455eb-1cf1-4495-a242-4689190e5046 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8060 | 2024.09.03 23:55:00.502370 [ 3 ] {55c2de5a-a926-4dd1-b80a-5e637acfa7ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
8061 | 2024.09.03 23:55:00.502413 [ 3 ] {55c2de5a-a926-4dd1-b80a-5e637acfa7ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8062 | 2024.09.03 23:55:00.502659 [ 3 ] {55c2de5a-a926-4dd1-b80a-5e637acfa7ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8063 | 2024.09.03 23:55:00.502984 [ 3 ] {55c2de5a-a926-4dd1-b80a-5e637acfa7ec} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8064 | 2024.09.03 23:55:00.503019 [ 3 ] {55c2de5a-a926-4dd1-b80a-5e637acfa7ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8065 | 2024.09.03 23:55:00.503350 [ 3 ] {55c2de5a-a926-4dd1-b80a-5e637acfa7ec} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8066 | 2024.09.03 23:55:00.503712 [ 3 ] {55c2de5a-a926-4dd1-b80a-5e637acfa7ec} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8067 | 2024.09.03 23:55:00.503842 [ 3 ] {55c2de5a-a926-4dd1-b80a-5e637acfa7ec} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001501 sec., 3997.3351099267156 rows/sec., 236.17 KiB/sec. | ||
8068 | 2024.09.03 23:55:00.504176 [ 3 ] {55c2de5a-a926-4dd1-b80a-5e637acfa7ec} <Debug> DynamicQueryHandler: Done processing query | ||
8069 | 2024.09.03 23:55:00.504201 [ 3 ] {55c2de5a-a926-4dd1-b80a-5e637acfa7ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8070 | 2024.09.03 23:55:00.504217 [ 3 ] {} <Debug> HTTP-Session: c22455eb-1cf1-4495-a242-4689190e5046 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8071 | 2024.09.03 23:55:00.504407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 62783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8072 | 2024.09.03 23:55:00.504457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8073 | 2024.09.03 23:55:00.504476 [ 3 ] {} <Debug> HTTP-Session: 74aec448-b57a-497d-a742-d5776ad70000 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8074 | 2024.09.03 23:55:00.504492 [ 3 ] {} <Debug> HTTP-Session: 74aec448-b57a-497d-a742-d5776ad70000 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8075 | 2024.09.03 23:55:00.504506 [ 3 ] {} <Debug> HTTP-Session: 74aec448-b57a-497d-a742-d5776ad70000 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8076 | 2024.09.03 23:55:00.504537 [ 3 ] {} <Trace> HTTP-Session: 74aec448-b57a-497d-a742-d5776ad70000 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8077 | 2024.09.03 23:55:00.504736 [ 3 ] {827c9d6e-c5aa-4a16-9f0a-6e10e29f4bc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8078 | 2024.09.03 23:55:00.504781 [ 3 ] {827c9d6e-c5aa-4a16-9f0a-6e10e29f4bc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8079 | 2024.09.03 23:55:00.505024 [ 3 ] {827c9d6e-c5aa-4a16-9f0a-6e10e29f4bc4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8080 | 2024.09.03 23:55:00.505564 [ 3 ] {827c9d6e-c5aa-4a16-9f0a-6e10e29f4bc4} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8081 | 2024.09.03 23:55:00.505600 [ 3 ] {827c9d6e-c5aa-4a16-9f0a-6e10e29f4bc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8082 | 2024.09.03 23:55:00.505958 [ 3 ] {827c9d6e-c5aa-4a16-9f0a-6e10e29f4bc4} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8083 | 2024.09.03 23:55:00.506311 [ 3 ] {827c9d6e-c5aa-4a16-9f0a-6e10e29f4bc4} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8084 | 2024.09.03 23:55:00.506437 [ 3 ] {827c9d6e-c5aa-4a16-9f0a-6e10e29f4bc4} <Debug> executeQuery: Read 388 rows, 28.16 KiB in 0.00181 sec., 214364.6408839779 rows/sec., 15.19 MiB/sec. | ||
8085 | 2024.09.03 23:55:00.506590 [ 3 ] {827c9d6e-c5aa-4a16-9f0a-6e10e29f4bc4} <Debug> DynamicQueryHandler: Done processing query | ||
8086 | 2024.09.03 23:55:00.506614 [ 3 ] {827c9d6e-c5aa-4a16-9f0a-6e10e29f4bc4} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
8087 | 2024.09.03 23:55:00.506629 [ 3 ] {} <Debug> HTTP-Session: 74aec448-b57a-497d-a742-d5776ad70000 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8088 | 2024.09.03 23:55:00.506795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8089 | 2024.09.03 23:55:00.506842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8090 | 2024.09.03 23:55:00.506860 [ 3 ] {} <Debug> HTTP-Session: de87be8d-8424-4556-b1b8-31c51a2b86b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8091 | 2024.09.03 23:55:00.506877 [ 3 ] {} <Debug> HTTP-Session: de87be8d-8424-4556-b1b8-31c51a2b86b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8092 | 2024.09.03 23:55:00.506891 [ 3 ] {} <Debug> HTTP-Session: de87be8d-8424-4556-b1b8-31c51a2b86b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8093 | 2024.09.03 23:55:00.506921 [ 3 ] {} <Trace> HTTP-Session: de87be8d-8424-4556-b1b8-31c51a2b86b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8094 | 2024.09.03 23:55:00.507016 [ 3 ] {e4cffb26-f791-47be-a9da-85cad72b27c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8095 | 2024.09.03 23:55:00.507060 [ 3 ] {e4cffb26-f791-47be-a9da-85cad72b27c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8096 | 2024.09.03 23:55:00.507186 [ 3 ] {e4cffb26-f791-47be-a9da-85cad72b27c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8097 | 2024.09.03 23:55:00.507435 [ 3 ] {e4cffb26-f791-47be-a9da-85cad72b27c5} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8098 | 2024.09.03 23:55:00.507470 [ 3 ] {e4cffb26-f791-47be-a9da-85cad72b27c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8099 | 2024.09.03 23:55:00.507815 [ 3 ] {e4cffb26-f791-47be-a9da-85cad72b27c5} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8100 | 2024.09.03 23:55:00.508124 [ 3 ] {e4cffb26-f791-47be-a9da-85cad72b27c5} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8101 | 2024.09.03 23:55:00.508250 [ 3 ] {e4cffb26-f791-47be-a9da-85cad72b27c5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00126 sec., 4761.9047619047615 rows/sec., 248.79 KiB/sec. | ||
8102 | 2024.09.03 23:55:00.508412 [ 3 ] {e4cffb26-f791-47be-a9da-85cad72b27c5} <Debug> DynamicQueryHandler: Done processing query | ||
8103 | 2024.09.03 23:55:00.508437 [ 3 ] {e4cffb26-f791-47be-a9da-85cad72b27c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8104 | 2024.09.03 23:55:00.508453 [ 3 ] {} <Debug> HTTP-Session: de87be8d-8424-4556-b1b8-31c51a2b86b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8105 | 2024.09.03 23:55:00.508632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 44650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8106 | 2024.09.03 23:55:00.508682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8107 | 2024.09.03 23:55:00.508700 [ 3 ] {} <Debug> HTTP-Session: 8cd57a3d-c0bf-44fa-9ada-b1431b70a535 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8108 | 2024.09.03 23:55:00.508717 [ 3 ] {} <Debug> HTTP-Session: 8cd57a3d-c0bf-44fa-9ada-b1431b70a535 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8109 | 2024.09.03 23:55:00.508730 [ 3 ] {} <Debug> HTTP-Session: 8cd57a3d-c0bf-44fa-9ada-b1431b70a535 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8110 | 2024.09.03 23:55:00.508762 [ 3 ] {} <Trace> HTTP-Session: 8cd57a3d-c0bf-44fa-9ada-b1431b70a535 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8111 | 2024.09.03 23:55:00.508937 [ 3 ] {8ac9fd1d-510b-47bd-8f26-83b22e032f7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8112 | 2024.09.03 23:55:00.508982 [ 3 ] {8ac9fd1d-510b-47bd-8f26-83b22e032f7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8113 | 2024.09.03 23:55:00.509121 [ 3 ] {8ac9fd1d-510b-47bd-8f26-83b22e032f7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8114 | 2024.09.03 23:55:00.509540 [ 3 ] {8ac9fd1d-510b-47bd-8f26-83b22e032f7d} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8115 | 2024.09.03 23:55:00.509575 [ 3 ] {8ac9fd1d-510b-47bd-8f26-83b22e032f7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8116 | 2024.09.03 23:55:00.509939 [ 3 ] {8ac9fd1d-510b-47bd-8f26-83b22e032f7d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8117 | 2024.09.03 23:55:00.510262 [ 3 ] {8ac9fd1d-510b-47bd-8f26-83b22e032f7d} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8118 | 2024.09.03 23:55:00.510390 [ 3 ] {8ac9fd1d-510b-47bd-8f26-83b22e032f7d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001536 sec., 154296.875 rows/sec., 10.34 MiB/sec. | ||
8119 | 2024.09.03 23:55:00.510664 [ 3 ] {8ac9fd1d-510b-47bd-8f26-83b22e032f7d} <Debug> DynamicQueryHandler: Done processing query | ||
8120 | 2024.09.03 23:55:00.510712 [ 3 ] {8ac9fd1d-510b-47bd-8f26-83b22e032f7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8121 | 2024.09.03 23:55:00.510734 [ 3 ] {} <Debug> HTTP-Session: 8cd57a3d-c0bf-44fa-9ada-b1431b70a535 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8122 | 2024.09.03 23:55:00.510867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8123 | 2024.09.03 23:55:00.510914 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8124 | 2024.09.03 23:55:00.510933 [ 3 ] {} <Debug> HTTP-Session: 7d44cb9f-6bb2-4b03-9f21-828330d68fe1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8125 | 2024.09.03 23:55:00.510949 [ 3 ] {} <Debug> HTTP-Session: 7d44cb9f-6bb2-4b03-9f21-828330d68fe1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8126 | 2024.09.03 23:55:00.510963 [ 3 ] {} <Debug> HTTP-Session: 7d44cb9f-6bb2-4b03-9f21-828330d68fe1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8127 | 2024.09.03 23:55:00.510993 [ 3 ] {} <Trace> HTTP-Session: 7d44cb9f-6bb2-4b03-9f21-828330d68fe1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8128 | 2024.09.03 23:55:00.511089 [ 3 ] {5b0f626f-901f-4296-9380-d880f4dd7eb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
8129 | 2024.09.03 23:55:00.511134 [ 3 ] {5b0f626f-901f-4296-9380-d880f4dd7eb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8130 | 2024.09.03 23:55:00.511277 [ 3 ] {5b0f626f-901f-4296-9380-d880f4dd7eb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8131 | 2024.09.03 23:55:00.511528 [ 3 ] {5b0f626f-901f-4296-9380-d880f4dd7eb6} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8132 | 2024.09.03 23:55:00.511563 [ 3 ] {5b0f626f-901f-4296-9380-d880f4dd7eb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8133 | 2024.09.03 23:55:00.511913 [ 3 ] {5b0f626f-901f-4296-9380-d880f4dd7eb6} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8134 | 2024.09.03 23:55:00.512218 [ 3 ] {5b0f626f-901f-4296-9380-d880f4dd7eb6} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8135 | 2024.09.03 23:55:00.512339 [ 3 ] {5b0f626f-901f-4296-9380-d880f4dd7eb6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001274 sec., 784.9293563579278 rows/sec., 52.89 KiB/sec. | ||
8136 | 2024.09.03 23:55:00.512494 [ 3 ] {5b0f626f-901f-4296-9380-d880f4dd7eb6} <Debug> DynamicQueryHandler: Done processing query | ||
8137 | 2024.09.03 23:55:00.512517 [ 3 ] {5b0f626f-901f-4296-9380-d880f4dd7eb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
8138 | 2024.09.03 23:55:00.512533 [ 3 ] {} <Debug> HTTP-Session: 7d44cb9f-6bb2-4b03-9f21-828330d68fe1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8139 | 2024.09.03 23:55:00.512656 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 10133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8140 | 2024.09.03 23:55:00.512703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8141 | 2024.09.03 23:55:00.512722 [ 3 ] {} <Debug> HTTP-Session: 7ee4ffbc-0345-461a-a434-7943f4144d2e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8142 | 2024.09.03 23:55:00.512738 [ 3 ] {} <Debug> HTTP-Session: 7ee4ffbc-0345-461a-a434-7943f4144d2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8143 | 2024.09.03 23:55:00.512751 [ 3 ] {} <Debug> HTTP-Session: 7ee4ffbc-0345-461a-a434-7943f4144d2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8144 | 2024.09.03 23:55:00.512782 [ 3 ] {} <Trace> HTTP-Session: 7ee4ffbc-0345-461a-a434-7943f4144d2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8145 | 2024.09.03 23:55:00.512918 [ 3 ] {7331b433-983f-438c-862b-535c4470f98a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
8146 | 2024.09.03 23:55:00.512980 [ 3 ] {7331b433-983f-438c-862b-535c4470f98a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8147 | 2024.09.03 23:55:00.513383 [ 3 ] {7331b433-983f-438c-862b-535c4470f98a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8148 | 2024.09.03 23:55:00.513858 [ 3 ] {7331b433-983f-438c-862b-535c4470f98a} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8149 | 2024.09.03 23:55:00.513893 [ 3 ] {7331b433-983f-438c-862b-535c4470f98a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8150 | 2024.09.03 23:55:00.514530 [ 3 ] {7331b433-983f-438c-862b-535c4470f98a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
8151 | 2024.09.03 23:55:00.514923 [ 3 ] {7331b433-983f-438c-862b-535c4470f98a} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8152 | 2024.09.03 23:55:00.515072 [ 3 ] {7331b433-983f-438c-862b-535c4470f98a} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002218 sec., 2705.139765554554 rows/sec., 4.85 MiB/sec. | ||
8153 | 2024.09.03 23:55:00.515263 [ 3 ] {7331b433-983f-438c-862b-535c4470f98a} <Debug> DynamicQueryHandler: Done processing query | ||
8154 | 2024.09.03 23:55:00.515286 [ 3 ] {7331b433-983f-438c-862b-535c4470f98a} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
8155 | 2024.09.03 23:55:00.515302 [ 3 ] {} <Debug> HTTP-Session: 7ee4ffbc-0345-461a-a434-7943f4144d2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8156 | 2024.09.03 23:55:00.515436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8157 | 2024.09.03 23:55:00.515483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8158 | 2024.09.03 23:55:00.515501 [ 3 ] {} <Debug> HTTP-Session: 8673496d-3b00-47a2-b0af-ec83c38e08a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8159 | 2024.09.03 23:55:00.515518 [ 3 ] {} <Debug> HTTP-Session: 8673496d-3b00-47a2-b0af-ec83c38e08a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8160 | 2024.09.03 23:55:00.515532 [ 3 ] {} <Debug> HTTP-Session: 8673496d-3b00-47a2-b0af-ec83c38e08a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8161 | 2024.09.03 23:55:00.515562 [ 3 ] {} <Trace> HTTP-Session: 8673496d-3b00-47a2-b0af-ec83c38e08a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8162 | 2024.09.03 23:55:00.515681 [ 3 ] {b494db17-6e89-4d53-894b-ac85139a5609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8163 | 2024.09.03 23:55:00.515724 [ 3 ] {b494db17-6e89-4d53-894b-ac85139a5609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8164 | 2024.09.03 23:55:00.515849 [ 3 ] {b494db17-6e89-4d53-894b-ac85139a5609} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8165 | 2024.09.03 23:55:00.516162 [ 3 ] {b494db17-6e89-4d53-894b-ac85139a5609} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8166 | 2024.09.03 23:55:00.516196 [ 3 ] {b494db17-6e89-4d53-894b-ac85139a5609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8167 | 2024.09.03 23:55:00.516540 [ 3 ] {b494db17-6e89-4d53-894b-ac85139a5609} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8168 | 2024.09.03 23:55:00.516862 [ 3 ] {b494db17-6e89-4d53-894b-ac85139a5609} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8169 | 2024.09.03 23:55:00.516986 [ 3 ] {b494db17-6e89-4d53-894b-ac85139a5609} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001353 sec., 60606.06060606061 rows/sec., 3.85 MiB/sec. | ||
8170 | 2024.09.03 23:55:00.517144 [ 3 ] {b494db17-6e89-4d53-894b-ac85139a5609} <Debug> DynamicQueryHandler: Done processing query | ||
8171 | 2024.09.03 23:55:00.517168 [ 3 ] {b494db17-6e89-4d53-894b-ac85139a5609} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8172 | 2024.09.03 23:55:00.517184 [ 3 ] {} <Debug> HTTP-Session: 8673496d-3b00-47a2-b0af-ec83c38e08a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8173 | 2024.09.03 23:55:03.279433 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8174 | 2024.09.03 23:55:03.279508 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8175 | 2024.09.03 23:55:05.490696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 17496, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8176 | 2024.09.03 23:55:05.490865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8177 | 2024.09.03 23:55:05.490909 [ 3 ] {} <Debug> HTTP-Session: 82d88bb1-0e18-4d83-8f3e-4b200a97d40f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8178 | 2024.09.03 23:55:05.490953 [ 3 ] {} <Debug> HTTP-Session: 82d88bb1-0e18-4d83-8f3e-4b200a97d40f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8179 | 2024.09.03 23:55:05.490981 [ 3 ] {} <Debug> HTTP-Session: 82d88bb1-0e18-4d83-8f3e-4b200a97d40f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8180 | 2024.09.03 23:55:05.491064 [ 3 ] {} <Trace> HTTP-Session: 82d88bb1-0e18-4d83-8f3e-4b200a97d40f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8181 | 2024.09.03 23:55:05.491403 [ 3 ] {29f7669b-fbb0-4ba4-9c16-f9c3ee187d82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8182 | 2024.09.03 23:55:05.491502 [ 3 ] {29f7669b-fbb0-4ba4-9c16-f9c3ee187d82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8183 | 2024.09.03 23:55:05.491834 [ 3 ] {29f7669b-fbb0-4ba4-9c16-f9c3ee187d82} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8184 | 2024.09.03 23:55:05.492334 [ 3 ] {29f7669b-fbb0-4ba4-9c16-f9c3ee187d82} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8185 | 2024.09.03 23:55:05.492380 [ 3 ] {29f7669b-fbb0-4ba4-9c16-f9c3ee187d82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8186 | 2024.09.03 23:55:05.492808 [ 3 ] {29f7669b-fbb0-4ba4-9c16-f9c3ee187d82} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8187 | 2024.09.03 23:55:05.493183 [ 3 ] {29f7669b-fbb0-4ba4-9c16-f9c3ee187d82} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8188 | 2024.09.03 23:55:05.493364 [ 3 ] {29f7669b-fbb0-4ba4-9c16-f9c3ee187d82} <Debug> executeQuery: Read 118 rows, 10.31 KiB in 0.002088 sec., 56513.40996168582 rows/sec., 4.82 MiB/sec. | ||
8189 | 2024.09.03 23:55:05.493377 [ 58 ] {} <Debug> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8190 | 2024.09.03 23:55:05.493477 [ 58 ] {} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8191 | 2024.09.03 23:55:05.493532 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8192 | 2024.09.03 23:55:05.493672 [ 196 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::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 | ||
8193 | 2024.09.03 23:55:05.493683 [ 3 ] {29f7669b-fbb0-4ba4-9c16-f9c3ee187d82} <Debug> DynamicQueryHandler: Done processing query | ||
8194 | 2024.09.03 23:55:05.493750 [ 3 ] {29f7669b-fbb0-4ba4-9c16-f9c3ee187d82} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
8195 | 2024.09.03 23:55:05.493789 [ 3 ] {} <Debug> HTTP-Session: 82d88bb1-0e18-4d83-8f3e-4b200a97d40f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8196 | 2024.09.03 23:55:05.493902 [ 196 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8197 | 2024.09.03 23:55:05.493943 [ 196 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1413 rows starting from the beginning of the part | ||
8198 | 2024.09.03 23:55:05.494074 [ 196 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 120 rows starting from the beginning of the part | ||
8199 | 2024.09.03 23:55:05.494072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 4494, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8200 | 2024.09.03 23:55:05.494294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8201 | 2024.09.03 23:55:05.494444 [ 3 ] {} <Debug> HTTP-Session: 3d24c154-f816-4481-9ec5-48962f0444ac Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8202 | 2024.09.03 23:55:05.494483 [ 196 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 203 rows starting from the beginning of the part | ||
8203 | 2024.09.03 23:55:05.494537 [ 3 ] {} <Debug> HTTP-Session: 3d24c154-f816-4481-9ec5-48962f0444ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8204 | 2024.09.03 23:55:05.494635 [ 3 ] {} <Debug> HTTP-Session: 3d24c154-f816-4481-9ec5-48962f0444ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8205 | 2024.09.03 23:55:05.494772 [ 3 ] {} <Trace> HTTP-Session: 3d24c154-f816-4481-9ec5-48962f0444ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8206 | 2024.09.03 23:55:05.494845 [ 196 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1261 rows starting from the beginning of the part | ||
8207 | 2024.09.03 23:55:05.495101 [ 3 ] {95f752be-e705-49fd-a4df-5bf0800038f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8208 | 2024.09.03 23:55:05.495150 [ 196 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 201 rows starting from the beginning of the part | ||
8209 | 2024.09.03 23:55:05.495216 [ 3 ] {95f752be-e705-49fd-a4df-5bf0800038f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8210 | 2024.09.03 23:55:05.495435 [ 196 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 118 rows starting from the beginning of the part | ||
8211 | 2024.09.03 23:55:05.496279 [ 3 ] {95f752be-e705-49fd-a4df-5bf0800038f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8212 | 2024.09.03 23:55:05.497040 [ 3 ] {95f752be-e705-49fd-a4df-5bf0800038f1} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8213 | 2024.09.03 23:55:05.497118 [ 3 ] {95f752be-e705-49fd-a4df-5bf0800038f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8214 | 2024.09.03 23:55:05.498047 [ 3 ] {95f752be-e705-49fd-a4df-5bf0800038f1} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
8215 | 2024.09.03 23:55:05.498487 [ 3 ] {95f752be-e705-49fd-a4df-5bf0800038f1} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8216 | 2024.09.03 23:55:05.498799 [ 3 ] {95f752be-e705-49fd-a4df-5bf0800038f1} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.003818 sec., 8119.434258774227 rows/sec., 610.54 KiB/sec. | ||
8217 | 2024.09.03 23:55:05.499574 [ 196 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3316 rows, containing 5 columns (5 merged, 0 gathered) in 0.005969639 sec., 555477.4752711178 rows/sec., 48.79 MiB/sec. | ||
8218 | 2024.09.03 23:55:05.499678 [ 3 ] {95f752be-e705-49fd-a4df-5bf0800038f1} <Debug> DynamicQueryHandler: Done processing query | ||
8219 | 2024.09.03 23:55:05.499721 [ 3 ] {95f752be-e705-49fd-a4df-5bf0800038f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8220 | 2024.09.03 23:55:05.499740 [ 3 ] {} <Debug> HTTP-Session: 3d24c154-f816-4481-9ec5-48962f0444ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8221 | 2024.09.03 23:55:05.499855 [ 198 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8222 | 2024.09.03 23:55:05.499897 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 16129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8223 | 2024.09.03 23:55:05.499959 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8224 | 2024.09.03 23:55:05.499987 [ 3 ] {} <Debug> HTTP-Session: 1f717d25-8c7c-4058-82a6-7b5851d8d447 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8225 | 2024.09.03 23:55:05.500007 [ 3 ] {} <Debug> HTTP-Session: 1f717d25-8c7c-4058-82a6-7b5851d8d447 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8226 | 2024.09.03 23:55:05.500028 [ 3 ] {} <Debug> HTTP-Session: 1f717d25-8c7c-4058-82a6-7b5851d8d447 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8227 | 2024.09.03 23:55:05.500077 [ 3 ] {} <Trace> HTTP-Session: 1f717d25-8c7c-4058-82a6-7b5851d8d447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8228 | 2024.09.03 23:55:05.500280 [ 3 ] {e06d2d7f-c71f-466f-81ad-219c00e0f02e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8229 | 2024.09.03 23:55:05.500334 [ 3 ] {e06d2d7f-c71f-466f-81ad-219c00e0f02e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8230 | 2024.09.03 23:55:05.500423 [ 198 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_41_8} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8231 | 2024.09.03 23:55:05.500534 [ 198 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_41_8} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8232 | 2024.09.03 23:55:05.500670 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
8233 | 2024.09.03 23:55:05.500724 [ 3 ] {e06d2d7f-c71f-466f-81ad-219c00e0f02e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8234 | 2024.09.03 23:55:05.501098 [ 3 ] {e06d2d7f-c71f-466f-81ad-219c00e0f02e} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8235 | 2024.09.03 23:55:05.501136 [ 3 ] {e06d2d7f-c71f-466f-81ad-219c00e0f02e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8236 | 2024.09.03 23:55:05.501498 [ 3 ] {e06d2d7f-c71f-466f-81ad-219c00e0f02e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8237 | 2024.09.03 23:55:05.501871 [ 3 ] {e06d2d7f-c71f-466f-81ad-219c00e0f02e} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8238 | 2024.09.03 23:55:05.502038 [ 3 ] {e06d2d7f-c71f-466f-81ad-219c00e0f02e} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001834 sec., 51799.345692475465 rows/sec., 4.05 MiB/sec. | ||
8239 | 2024.09.03 23:55:05.502043 [ 58 ] {} <Debug> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8240 | 2024.09.03 23:55:05.502134 [ 58 ] {} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8241 | 2024.09.03 23:55:05.502202 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8242 | 2024.09.03 23:55:05.502362 [ 3 ] {e06d2d7f-c71f-466f-81ad-219c00e0f02e} <Debug> DynamicQueryHandler: Done processing query | ||
8243 | 2024.09.03 23:55:05.502393 [ 186 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::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 | ||
8244 | 2024.09.03 23:55:05.502401 [ 3 ] {e06d2d7f-c71f-466f-81ad-219c00e0f02e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8245 | 2024.09.03 23:55:05.502475 [ 3 ] {} <Debug> HTTP-Session: 1f717d25-8c7c-4058-82a6-7b5851d8d447 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8246 | 2024.09.03 23:55:05.502725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8247 | 2024.09.03 23:55:05.502831 [ 186 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8248 | 2024.09.03 23:55:05.502844 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8249 | 2024.09.03 23:55:05.502895 [ 3 ] {} <Debug> HTTP-Session: db3ff81d-fa43-4b58-8e75-4904b38bb919 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8250 | 2024.09.03 23:55:05.502910 [ 186 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 911 rows starting from the beginning of the part | ||
8251 | 2024.09.03 23:55:05.502919 [ 3 ] {} <Debug> HTTP-Session: db3ff81d-fa43-4b58-8e75-4904b38bb919 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8252 | 2024.09.03 23:55:05.502938 [ 3 ] {} <Debug> HTTP-Session: db3ff81d-fa43-4b58-8e75-4904b38bb919 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8253 | 2024.09.03 23:55:05.502998 [ 3 ] {} <Trace> HTTP-Session: db3ff81d-fa43-4b58-8e75-4904b38bb919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8254 | 2024.09.03 23:55:05.503078 [ 186 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 99 rows starting from the beginning of the part | ||
8255 | 2024.09.03 23:55:05.503205 [ 186 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 392 rows starting from the beginning of the part | ||
8256 | 2024.09.03 23:55:05.503279 [ 3 ] {1ffb4583-fd0c-4692-95d7-6259dee33a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8257 | 2024.09.03 23:55:05.503393 [ 3 ] {1ffb4583-fd0c-4692-95d7-6259dee33a89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8258 | 2024.09.03 23:55:05.503399 [ 186 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 557 rows starting from the beginning of the part | ||
8259 | 2024.09.03 23:55:05.503660 [ 186 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 388 rows starting from the beginning of the part | ||
8260 | 2024.09.03 23:55:05.504049 [ 186 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 95 rows starting from the beginning of the part | ||
8261 | 2024.09.03 23:55:05.504845 [ 3 ] {1ffb4583-fd0c-4692-95d7-6259dee33a89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8262 | 2024.09.03 23:55:05.505436 [ 3 ] {1ffb4583-fd0c-4692-95d7-6259dee33a89} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8263 | 2024.09.03 23:55:05.505481 [ 3 ] {1ffb4583-fd0c-4692-95d7-6259dee33a89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8264 | 2024.09.03 23:55:05.506001 [ 3 ] {1ffb4583-fd0c-4692-95d7-6259dee33a89} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8265 | 2024.09.03 23:55:05.506373 [ 198 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2442 rows, containing 5 columns (5 merged, 0 gathered) in 0.004091258 sec., 596882.4258944314 rows/sec., 45.81 MiB/sec. | ||
8266 | 2024.09.03 23:55:05.506438 [ 3 ] {1ffb4583-fd0c-4692-95d7-6259dee33a89} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8267 | 2024.09.03 23:55:05.506555 [ 198 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8268 | 2024.09.03 23:55:05.506650 [ 58 ] {} <Debug> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8269 | 2024.09.03 23:55:05.506690 [ 3 ] {1ffb4583-fd0c-4692-95d7-6259dee33a89} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003543 sec., 45159.469376234825 rows/sec., 3.15 MiB/sec. | ||
8270 | 2024.09.03 23:55:05.506756 [ 58 ] {} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8271 | 2024.09.03 23:55:05.506884 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8272 | 2024.09.03 23:55:05.507282 [ 3 ] {1ffb4583-fd0c-4692-95d7-6259dee33a89} <Debug> DynamicQueryHandler: Done processing query | ||
8273 | 2024.09.03 23:55:05.507370 [ 3 ] {1ffb4583-fd0c-4692-95d7-6259dee33a89} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8274 | 2024.09.03 23:55:05.507460 [ 3 ] {} <Debug> HTTP-Session: db3ff81d-fa43-4b58-8e75-4904b38bb919 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8275 | 2024.09.03 23:55:05.507509 [ 196 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::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 | ||
8276 | 2024.09.03 23:55:05.507792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 51799, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8277 | 2024.09.03 23:55:05.507957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8278 | 2024.09.03 23:55:05.508026 [ 3 ] {} <Debug> HTTP-Session: be04f8fb-5675-4207-8b5c-33fe8650972e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8279 | 2024.09.03 23:55:05.508109 [ 3 ] {} <Debug> HTTP-Session: be04f8fb-5675-4207-8b5c-33fe8650972e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8280 | 2024.09.03 23:55:05.508162 [ 3 ] {} <Debug> HTTP-Session: be04f8fb-5675-4207-8b5c-33fe8650972e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8281 | 2024.09.03 23:55:05.508161 [ 196 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8282 | 2024.09.03 23:55:05.508269 [ 3 ] {} <Trace> HTTP-Session: be04f8fb-5675-4207-8b5c-33fe8650972e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8283 | 2024.09.03 23:55:05.508302 [ 196 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11313 rows starting from the beginning of the part | ||
8284 | 2024.09.03 23:55:05.508320 [ 198 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_41_8} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8285 | 2024.09.03 23:55:05.508602 [ 198 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_41_8} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8286 | 2024.09.03 23:55:05.508637 [ 196 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 162 rows starting from the beginning of the part | ||
8287 | 2024.09.03 23:55:05.509007 [ 196 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 239 rows starting from the beginning of the part | ||
8288 | 2024.09.03 23:55:05.509062 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
8289 | 2024.09.03 23:55:05.509110 [ 3 ] {b24de20b-6b37-4f00-9277-2196fc955ead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
8290 | 2024.09.03 23:55:05.509462 [ 196 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 847 rows starting from the beginning of the part | ||
8291 | 2024.09.03 23:55:05.509554 [ 3 ] {b24de20b-6b37-4f00-9277-2196fc955ead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8292 | 2024.09.03 23:55:05.509840 [ 196 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 237 rows starting from the beginning of the part | ||
8293 | 2024.09.03 23:55:05.510182 [ 196 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part | ||
8294 | 2024.09.03 23:55:05.511893 [ 3 ] {b24de20b-6b37-4f00-9277-2196fc955ead} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8295 | 2024.09.03 23:55:05.512908 [ 3 ] {b24de20b-6b37-4f00-9277-2196fc955ead} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8296 | 2024.09.03 23:55:05.512967 [ 3 ] {b24de20b-6b37-4f00-9277-2196fc955ead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8297 | 2024.09.03 23:55:05.514970 [ 3 ] {b24de20b-6b37-4f00-9277-2196fc955ead} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
8298 | 2024.09.03 23:55:05.515724 [ 3 ] {b24de20b-6b37-4f00-9277-2196fc955ead} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8299 | 2024.09.03 23:55:05.516088 [ 3 ] {b24de20b-6b37-4f00-9277-2196fc955ead} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.007618 sec., 4069.3095300603836 rows/sec., 7.29 MiB/sec. | ||
8300 | 2024.09.03 23:55:05.516414 [ 3 ] {b24de20b-6b37-4f00-9277-2196fc955ead} <Debug> DynamicQueryHandler: Done processing query | ||
8301 | 2024.09.03 23:55:05.516442 [ 3 ] {b24de20b-6b37-4f00-9277-2196fc955ead} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
8302 | 2024.09.03 23:55:05.516459 [ 3 ] {} <Debug> HTTP-Session: be04f8fb-5675-4207-8b5c-33fe8650972e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8303 | 2024.09.03 23:55:05.516622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8304 | 2024.09.03 23:55:05.516676 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8305 | 2024.09.03 23:55:05.516696 [ 3 ] {} <Debug> HTTP-Session: c634147b-b61e-40ca-9333-1dffb276875a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8306 | 2024.09.03 23:55:05.516714 [ 3 ] {} <Debug> HTTP-Session: c634147b-b61e-40ca-9333-1dffb276875a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8307 | 2024.09.03 23:55:05.516728 [ 3 ] {} <Debug> HTTP-Session: c634147b-b61e-40ca-9333-1dffb276875a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8308 | 2024.09.03 23:55:05.516761 [ 3 ] {} <Trace> HTTP-Session: c634147b-b61e-40ca-9333-1dffb276875a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8309 | 2024.09.03 23:55:05.516898 [ 3 ] {864c2eea-6e46-498b-b631-12fb7c7cc6c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8310 | 2024.09.03 23:55:05.516946 [ 3 ] {864c2eea-6e46-498b-b631-12fb7c7cc6c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8311 | 2024.09.03 23:55:05.517141 [ 3 ] {864c2eea-6e46-498b-b631-12fb7c7cc6c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8312 | 2024.09.03 23:55:05.517874 [ 3 ] {864c2eea-6e46-498b-b631-12fb7c7cc6c0} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8313 | 2024.09.03 23:55:05.517876 [ 196 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12958 rows, containing 5 columns (5 merged, 0 gathered) in 0.010829244 sec., 1196574.756280309 rows/sec., 80.63 MiB/sec. | ||
8314 | 2024.09.03 23:55:05.517923 [ 3 ] {864c2eea-6e46-498b-b631-12fb7c7cc6c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8315 | 2024.09.03 23:55:05.518299 [ 196 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8316 | 2024.09.03 23:55:05.518518 [ 3 ] {864c2eea-6e46-498b-b631-12fb7c7cc6c0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8317 | 2024.09.03 23:55:05.519537 [ 3 ] {864c2eea-6e46-498b-b631-12fb7c7cc6c0} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8318 | 2024.09.03 23:55:05.519557 [ 196 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8319 | 2024.09.03 23:55:05.519787 [ 196 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8320 | 2024.09.03 23:55:05.519814 [ 58 ] {} <Debug> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8321 | 2024.09.03 23:55:05.519853 [ 3 ] {864c2eea-6e46-498b-b631-12fb7c7cc6c0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002998 sec., 20013.3422281521 rows/sec., 1.35 MiB/sec. | ||
8322 | 2024.09.03 23:55:05.519911 [ 58 ] {} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8323 | 2024.09.03 23:55:05.520005 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8324 | 2024.09.03 23:55:05.520006 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.39 MiB. | ||
8325 | 2024.09.03 23:55:05.520337 [ 197 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
8326 | 2024.09.03 23:55:05.520360 [ 3 ] {864c2eea-6e46-498b-b631-12fb7c7cc6c0} <Debug> DynamicQueryHandler: Done processing query | ||
8327 | 2024.09.03 23:55:05.520439 [ 3 ] {864c2eea-6e46-498b-b631-12fb7c7cc6c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8328 | 2024.09.03 23:55:05.520464 [ 3 ] {} <Debug> HTTP-Session: c634147b-b61e-40ca-9333-1dffb276875a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8329 | 2024.09.03 23:55:05.520602 [ 197 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8330 | 2024.09.03 23:55:05.520644 [ 197 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2052 rows starting from the beginning of the part | ||
8331 | 2024.09.03 23:55:05.520753 [ 197 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part | ||
8332 | 2024.09.03 23:55:05.520941 [ 197 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
8333 | 2024.09.03 23:55:05.521077 [ 197 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
8334 | 2024.09.03 23:55:05.521210 [ 197 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
8335 | 2024.09.03 23:55:05.521299 [ 197 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
8336 | 2024.09.03 23:55:05.522859 [ 187 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2396 rows, containing 4 columns (4 merged, 0 gathered) in 0.002625917 sec., 912443.1579520601 rows/sec., 59.37 MiB/sec. | ||
8337 | 2024.09.03 23:55:05.523258 [ 187 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8338 | 2024.09.03 23:55:05.523727 [ 187 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_41_8} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8339 | 2024.09.03 23:55:05.523821 [ 187 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_41_8} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8340 | 2024.09.03 23:55:05.523925 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
8341 | 2024.09.03 23:55:10.494169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8342 | 2024.09.03 23:55:10.494318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8343 | 2024.09.03 23:55:10.494345 [ 3 ] {} <Debug> HTTP-Session: 1a5d6f19-1194-4ec3-92e2-b4c02e9fbf04 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8344 | 2024.09.03 23:55:10.494371 [ 3 ] {} <Debug> HTTP-Session: 1a5d6f19-1194-4ec3-92e2-b4c02e9fbf04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8345 | 2024.09.03 23:55:10.494387 [ 3 ] {} <Debug> HTTP-Session: 1a5d6f19-1194-4ec3-92e2-b4c02e9fbf04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8346 | 2024.09.03 23:55:10.494439 [ 3 ] {} <Trace> HTTP-Session: 1a5d6f19-1194-4ec3-92e2-b4c02e9fbf04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8347 | 2024.09.03 23:55:10.494686 [ 3 ] {f2811964-159c-40bd-ac04-0715dfbd759a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8348 | 2024.09.03 23:55:10.494757 [ 3 ] {f2811964-159c-40bd-ac04-0715dfbd759a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8349 | 2024.09.03 23:55:10.495108 [ 3 ] {f2811964-159c-40bd-ac04-0715dfbd759a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8350 | 2024.09.03 23:55:10.495661 [ 3 ] {f2811964-159c-40bd-ac04-0715dfbd759a} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8351 | 2024.09.03 23:55:10.495712 [ 3 ] {f2811964-159c-40bd-ac04-0715dfbd759a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8352 | 2024.09.03 23:55:10.496161 [ 3 ] {f2811964-159c-40bd-ac04-0715dfbd759a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8353 | 2024.09.03 23:55:10.496559 [ 3 ] {f2811964-159c-40bd-ac04-0715dfbd759a} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8354 | 2024.09.03 23:55:10.496733 [ 3 ] {f2811964-159c-40bd-ac04-0715dfbd759a} <Debug> executeQuery: Read 201 rows, 18.03 KiB in 0.002149 sec., 93531.87529083295 rows/sec., 8.19 MiB/sec. | ||
8355 | 2024.09.03 23:55:10.496956 [ 3 ] {f2811964-159c-40bd-ac04-0715dfbd759a} <Debug> DynamicQueryHandler: Done processing query | ||
8356 | 2024.09.03 23:55:10.496984 [ 3 ] {f2811964-159c-40bd-ac04-0715dfbd759a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8357 | 2024.09.03 23:55:10.497002 [ 3 ] {} <Debug> HTTP-Session: 1a5d6f19-1194-4ec3-92e2-b4c02e9fbf04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8358 | 2024.09.03 23:55:10.497189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8359 | 2024.09.03 23:55:10.497244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8360 | 2024.09.03 23:55:10.497264 [ 3 ] {} <Debug> HTTP-Session: eb13fc15-babb-4a53-a63d-8bd67eb037aa Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8361 | 2024.09.03 23:55:10.497283 [ 3 ] {} <Debug> HTTP-Session: eb13fc15-babb-4a53-a63d-8bd67eb037aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8362 | 2024.09.03 23:55:10.497297 [ 3 ] {} <Debug> HTTP-Session: eb13fc15-babb-4a53-a63d-8bd67eb037aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8363 | 2024.09.03 23:55:10.497334 [ 3 ] {} <Trace> HTTP-Session: eb13fc15-babb-4a53-a63d-8bd67eb037aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8364 | 2024.09.03 23:55:10.497442 [ 3 ] {ebb47957-3ff5-416e-bcb0-93f6872de7d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8365 | 2024.09.03 23:55:10.497492 [ 3 ] {ebb47957-3ff5-416e-bcb0-93f6872de7d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8366 | 2024.09.03 23:55:10.497735 [ 3 ] {ebb47957-3ff5-416e-bcb0-93f6872de7d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8367 | 2024.09.03 23:55:10.498086 [ 3 ] {ebb47957-3ff5-416e-bcb0-93f6872de7d0} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8368 | 2024.09.03 23:55:10.498125 [ 3 ] {ebb47957-3ff5-416e-bcb0-93f6872de7d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8369 | 2024.09.03 23:55:10.498510 [ 3 ] {ebb47957-3ff5-416e-bcb0-93f6872de7d0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
8370 | 2024.09.03 23:55:10.498897 [ 3 ] {ebb47957-3ff5-416e-bcb0-93f6872de7d0} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8371 | 2024.09.03 23:55:10.499071 [ 3 ] {ebb47957-3ff5-416e-bcb0-93f6872de7d0} <Debug> executeQuery: Read 6 rows, 462.00 B in 0.001653 sec., 3629.7640653357535 rows/sec., 272.94 KiB/sec. | ||
8372 | 2024.09.03 23:55:10.499073 [ 47 ] {} <Debug> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
8373 | 2024.09.03 23:55:10.499190 [ 47 ] {} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8374 | 2024.09.03 23:55:10.499244 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8375 | 2024.09.03 23:55:10.499337 [ 3 ] {ebb47957-3ff5-416e-bcb0-93f6872de7d0} <Debug> DynamicQueryHandler: Done processing query | ||
8376 | 2024.09.03 23:55:10.499396 [ 3 ] {ebb47957-3ff5-416e-bcb0-93f6872de7d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8377 | 2024.09.03 23:55:10.499442 [ 3 ] {} <Debug> HTTP-Session: eb13fc15-babb-4a53-a63d-8bd67eb037aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8378 | 2024.09.03 23:55:10.499489 [ 187 ] {2eb473cb-1344-44ef-a554-02e2b150f647::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 | ||
8379 | 2024.09.03 23:55:10.499594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8380 | 2024.09.03 23:55:10.499700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8381 | 2024.09.03 23:55:10.499754 [ 3 ] {} <Debug> HTTP-Session: 60263d02-f1db-4e6e-b434-1a2c21063666 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8382 | 2024.09.03 23:55:10.499812 [ 3 ] {} <Debug> HTTP-Session: 60263d02-f1db-4e6e-b434-1a2c21063666 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8383 | 2024.09.03 23:55:10.499825 [ 187 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8384 | 2024.09.03 23:55:10.499840 [ 3 ] {} <Debug> HTTP-Session: 60263d02-f1db-4e6e-b434-1a2c21063666 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8385 | 2024.09.03 23:55:10.499898 [ 187 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 55 rows starting from the beginning of the part | ||
8386 | 2024.09.03 23:55:10.499913 [ 3 ] {} <Trace> HTTP-Session: 60263d02-f1db-4e6e-b434-1a2c21063666 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8387 | 2024.09.03 23:55:10.500112 [ 187 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 10 rows starting from the beginning of the part | ||
8388 | 2024.09.03 23:55:10.500259 [ 3 ] {cc470e14-d126-4f5c-abe9-9ea95f5f2de0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8389 | 2024.09.03 23:55:10.500499 [ 187 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 37 rows starting from the beginning of the part | ||
8390 | 2024.09.03 23:55:10.500509 [ 3 ] {cc470e14-d126-4f5c-abe9-9ea95f5f2de0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8391 | 2024.09.03 23:55:10.500816 [ 187 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
8392 | 2024.09.03 23:55:10.501281 [ 187 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 31 rows starting from the beginning of the part | ||
8393 | 2024.09.03 23:55:10.501758 [ 187 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
8394 | 2024.09.03 23:55:10.501916 [ 3 ] {cc470e14-d126-4f5c-abe9-9ea95f5f2de0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8395 | 2024.09.03 23:55:10.502966 [ 3 ] {cc470e14-d126-4f5c-abe9-9ea95f5f2de0} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8396 | 2024.09.03 23:55:10.503027 [ 3 ] {cc470e14-d126-4f5c-abe9-9ea95f5f2de0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8397 | 2024.09.03 23:55:10.504121 [ 3 ] {cc470e14-d126-4f5c-abe9-9ea95f5f2de0} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
8398 | 2024.09.03 23:55:10.504930 [ 187 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 145 rows, containing 5 columns (5 merged, 0 gathered) in 0.00558094 sec., 25981.286306607846 rows/sec., 1.98 MiB/sec. | ||
8399 | 2024.09.03 23:55:10.505152 [ 187 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
8400 | 2024.09.03 23:55:10.505245 [ 3 ] {cc470e14-d126-4f5c-abe9-9ea95f5f2de0} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8401 | 2024.09.03 23:55:10.505553 [ 3 ] {cc470e14-d126-4f5c-abe9-9ea95f5f2de0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005455 sec., 2566.4527956003667 rows/sec., 179.74 KiB/sec. | ||
8402 | 2024.09.03 23:55:10.505590 [ 47 ] {} <Debug> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
8403 | 2024.09.03 23:55:10.506013 [ 47 ] {} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8404 | 2024.09.03 23:55:10.506135 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8405 | 2024.09.03 23:55:10.506241 [ 3 ] {cc470e14-d126-4f5c-abe9-9ea95f5f2de0} <Debug> DynamicQueryHandler: Done processing query | ||
8406 | 2024.09.03 23:55:10.506333 [ 3 ] {cc470e14-d126-4f5c-abe9-9ea95f5f2de0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8407 | 2024.09.03 23:55:10.506438 [ 3 ] {} <Debug> HTTP-Session: 60263d02-f1db-4e6e-b434-1a2c21063666 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8408 | 2024.09.03 23:55:10.506633 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::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 | ||
8409 | 2024.09.03 23:55:10.506643 [ 187 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_35_7} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8410 | 2024.09.03 23:55:10.506695 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8411 | 2024.09.03 23:55:10.506904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8412 | 2024.09.03 23:55:10.506950 [ 187 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_35_7} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
8413 | 2024.09.03 23:55:10.506985 [ 3 ] {} <Debug> HTTP-Session: f6e46e8e-2e74-4362-aab2-31e5aab7f495 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8414 | 2024.09.03 23:55:10.507052 [ 3 ] {} <Debug> HTTP-Session: f6e46e8e-2e74-4362-aab2-31e5aab7f495 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8415 | 2024.09.03 23:55:10.507155 [ 3 ] {} <Debug> HTTP-Session: f6e46e8e-2e74-4362-aab2-31e5aab7f495 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8416 | 2024.09.03 23:55:10.507226 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8417 | 2024.09.03 23:55:10.507247 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
8418 | 2024.09.03 23:55:10.507283 [ 3 ] {} <Trace> HTTP-Session: f6e46e8e-2e74-4362-aab2-31e5aab7f495 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8419 | 2024.09.03 23:55:10.507334 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 243 rows starting from the beginning of the part | ||
8420 | 2024.09.03 23:55:10.507576 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::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 | ||
8421 | 2024.09.03 23:55:10.507747 [ 3 ] {cbc88b47-2649-455d-b47e-ea2d2b84ace6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
8422 | 2024.09.03 23:55:10.507867 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::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 | ||
8423 | 2024.09.03 23:55:10.507934 [ 3 ] {cbc88b47-2649-455d-b47e-ea2d2b84ace6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8424 | 2024.09.03 23:55:10.508294 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 228 rows starting from the beginning of the part | ||
8425 | 2024.09.03 23:55:10.508633 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::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 | ||
8426 | 2024.09.03 23:55:10.508984 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::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 | ||
8427 | 2024.09.03 23:55:10.509534 [ 3 ] {cbc88b47-2649-455d-b47e-ea2d2b84ace6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8428 | 2024.09.03 23:55:10.510342 [ 3 ] {cbc88b47-2649-455d-b47e-ea2d2b84ace6} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8429 | 2024.09.03 23:55:10.510402 [ 3 ] {cbc88b47-2649-455d-b47e-ea2d2b84ace6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8430 | 2024.09.03 23:55:10.511415 [ 3 ] {cbc88b47-2649-455d-b47e-ea2d2b84ace6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8431 | 2024.09.03 23:55:10.512348 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.00602918 sec., 87408.23793617042 rows/sec., 5.94 MiB/sec. | ||
8432 | 2024.09.03 23:55:10.512473 [ 3 ] {cbc88b47-2649-455d-b47e-ea2d2b84ace6} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8433 | 2024.09.03 23:55:10.512587 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
8434 | 2024.09.03 23:55:10.512772 [ 3 ] {cbc88b47-2649-455d-b47e-ea2d2b84ace6} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005295 sec., 1133.1444759206797 rows/sec., 66.95 KiB/sec. | ||
8435 | 2024.09.03 23:55:10.513171 [ 3 ] {cbc88b47-2649-455d-b47e-ea2d2b84ace6} <Debug> DynamicQueryHandler: Done processing query | ||
8436 | 2024.09.03 23:55:10.513228 [ 3 ] {cbc88b47-2649-455d-b47e-ea2d2b84ace6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8437 | 2024.09.03 23:55:10.513274 [ 3 ] {} <Debug> HTTP-Session: f6e46e8e-2e74-4362-aab2-31e5aab7f495 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8438 | 2024.09.03 23:55:10.513485 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_26_5} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8439 | 2024.09.03 23:55:10.513503 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 62783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8440 | 2024.09.03 23:55:10.513602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8441 | 2024.09.03 23:55:10.513636 [ 3 ] {} <Debug> HTTP-Session: 8e1d969d-4fef-4c9d-a702-acfc03b92869 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8442 | 2024.09.03 23:55:10.513651 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_26_5} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
8443 | 2024.09.03 23:55:10.513667 [ 3 ] {} <Debug> HTTP-Session: 8e1d969d-4fef-4c9d-a702-acfc03b92869 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8444 | 2024.09.03 23:55:10.513696 [ 3 ] {} <Debug> HTTP-Session: 8e1d969d-4fef-4c9d-a702-acfc03b92869 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8445 | 2024.09.03 23:55:10.513787 [ 3 ] {} <Trace> HTTP-Session: 8e1d969d-4fef-4c9d-a702-acfc03b92869 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8446 | 2024.09.03 23:55:10.513817 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
8447 | 2024.09.03 23:55:10.514049 [ 3 ] {0c43017a-2e6e-4f0c-94bc-82e332369d51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8448 | 2024.09.03 23:55:10.514099 [ 3 ] {0c43017a-2e6e-4f0c-94bc-82e332369d51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8449 | 2024.09.03 23:55:10.514348 [ 3 ] {0c43017a-2e6e-4f0c-94bc-82e332369d51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8450 | 2024.09.03 23:55:10.514888 [ 3 ] {0c43017a-2e6e-4f0c-94bc-82e332369d51} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8451 | 2024.09.03 23:55:10.514924 [ 3 ] {0c43017a-2e6e-4f0c-94bc-82e332369d51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8452 | 2024.09.03 23:55:10.515307 [ 3 ] {0c43017a-2e6e-4f0c-94bc-82e332369d51} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8453 | 2024.09.03 23:55:10.515678 [ 3 ] {0c43017a-2e6e-4f0c-94bc-82e332369d51} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8454 | 2024.09.03 23:55:10.515842 [ 3 ] {0c43017a-2e6e-4f0c-94bc-82e332369d51} <Debug> executeQuery: Read 388 rows, 28.16 KiB in 0.00192 sec., 202083.3333333333 rows/sec., 14.32 MiB/sec. | ||
8455 | 2024.09.03 23:55:10.516004 [ 3 ] {0c43017a-2e6e-4f0c-94bc-82e332369d51} <Debug> DynamicQueryHandler: Done processing query | ||
8456 | 2024.09.03 23:55:10.516027 [ 3 ] {0c43017a-2e6e-4f0c-94bc-82e332369d51} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
8457 | 2024.09.03 23:55:10.516042 [ 3 ] {} <Debug> HTTP-Session: 8e1d969d-4fef-4c9d-a702-acfc03b92869 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8458 | 2024.09.03 23:55:10.516258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8459 | 2024.09.03 23:55:10.516305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8460 | 2024.09.03 23:55:10.516324 [ 3 ] {} <Debug> HTTP-Session: febd5b2f-c9ff-46a2-bce9-8cc2b0580479 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8461 | 2024.09.03 23:55:10.516340 [ 3 ] {} <Debug> HTTP-Session: febd5b2f-c9ff-46a2-bce9-8cc2b0580479 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8462 | 2024.09.03 23:55:10.516354 [ 3 ] {} <Debug> HTTP-Session: febd5b2f-c9ff-46a2-bce9-8cc2b0580479 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8463 | 2024.09.03 23:55:10.516386 [ 3 ] {} <Trace> HTTP-Session: febd5b2f-c9ff-46a2-bce9-8cc2b0580479 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8464 | 2024.09.03 23:55:10.516492 [ 3 ] {c537eebc-0ce8-434e-995c-3c9eadf3ac51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8465 | 2024.09.03 23:55:10.516536 [ 3 ] {c537eebc-0ce8-434e-995c-3c9eadf3ac51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8466 | 2024.09.03 23:55:10.516668 [ 3 ] {c537eebc-0ce8-434e-995c-3c9eadf3ac51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8467 | 2024.09.03 23:55:10.516932 [ 3 ] {c537eebc-0ce8-434e-995c-3c9eadf3ac51} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8468 | 2024.09.03 23:55:10.516967 [ 3 ] {c537eebc-0ce8-434e-995c-3c9eadf3ac51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8469 | 2024.09.03 23:55:10.517330 [ 3 ] {c537eebc-0ce8-434e-995c-3c9eadf3ac51} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8470 | 2024.09.03 23:55:10.517657 [ 3 ] {c537eebc-0ce8-434e-995c-3c9eadf3ac51} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8471 | 2024.09.03 23:55:10.517814 [ 3 ] {c537eebc-0ce8-434e-995c-3c9eadf3ac51} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001336 sec., 4491.017964071856 rows/sec., 234.64 KiB/sec. | ||
8472 | 2024.09.03 23:55:10.517984 [ 3 ] {c537eebc-0ce8-434e-995c-3c9eadf3ac51} <Debug> DynamicQueryHandler: Done processing query | ||
8473 | 2024.09.03 23:55:10.518008 [ 3 ] {c537eebc-0ce8-434e-995c-3c9eadf3ac51} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8474 | 2024.09.03 23:55:10.518024 [ 3 ] {} <Debug> HTTP-Session: febd5b2f-c9ff-46a2-bce9-8cc2b0580479 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8475 | 2024.09.03 23:55:10.518169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 44650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8476 | 2024.09.03 23:55:10.518218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8477 | 2024.09.03 23:55:10.518236 [ 3 ] {} <Debug> HTTP-Session: 609798ee-2021-47ec-a297-b0064a2bfb3d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8478 | 2024.09.03 23:55:10.518252 [ 3 ] {} <Debug> HTTP-Session: 609798ee-2021-47ec-a297-b0064a2bfb3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8479 | 2024.09.03 23:55:10.518266 [ 3 ] {} <Debug> HTTP-Session: 609798ee-2021-47ec-a297-b0064a2bfb3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8480 | 2024.09.03 23:55:10.518296 [ 3 ] {} <Trace> HTTP-Session: 609798ee-2021-47ec-a297-b0064a2bfb3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8481 | 2024.09.03 23:55:10.518491 [ 3 ] {07a20f3f-91ad-48f4-9587-802db2f64b4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8482 | 2024.09.03 23:55:10.518538 [ 3 ] {07a20f3f-91ad-48f4-9587-802db2f64b4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8483 | 2024.09.03 23:55:10.518681 [ 3 ] {07a20f3f-91ad-48f4-9587-802db2f64b4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8484 | 2024.09.03 23:55:10.519078 [ 3 ] {07a20f3f-91ad-48f4-9587-802db2f64b4e} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8485 | 2024.09.03 23:55:10.519114 [ 3 ] {07a20f3f-91ad-48f4-9587-802db2f64b4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8486 | 2024.09.03 23:55:10.519494 [ 3 ] {07a20f3f-91ad-48f4-9587-802db2f64b4e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8487 | 2024.09.03 23:55:10.519841 [ 3 ] {07a20f3f-91ad-48f4-9587-802db2f64b4e} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8488 | 2024.09.03 23:55:10.519991 [ 3 ] {07a20f3f-91ad-48f4-9587-802db2f64b4e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001609 sec., 147296.45742697327 rows/sec., 9.87 MiB/sec. | ||
8489 | 2024.09.03 23:55:10.520150 [ 3 ] {07a20f3f-91ad-48f4-9587-802db2f64b4e} <Debug> DynamicQueryHandler: Done processing query | ||
8490 | 2024.09.03 23:55:10.520174 [ 3 ] {07a20f3f-91ad-48f4-9587-802db2f64b4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8491 | 2024.09.03 23:55:10.520189 [ 3 ] {} <Debug> HTTP-Session: 609798ee-2021-47ec-a297-b0064a2bfb3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8492 | 2024.09.03 23:55:10.520388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8493 | 2024.09.03 23:55:10.520445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8494 | 2024.09.03 23:55:10.520462 [ 3 ] {} <Debug> HTTP-Session: caf8fbc2-0415-4a58-bf85-b11e9a654304 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8495 | 2024.09.03 23:55:10.520479 [ 3 ] {} <Debug> HTTP-Session: caf8fbc2-0415-4a58-bf85-b11e9a654304 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8496 | 2024.09.03 23:55:10.520492 [ 3 ] {} <Debug> HTTP-Session: caf8fbc2-0415-4a58-bf85-b11e9a654304 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8497 | 2024.09.03 23:55:10.520526 [ 3 ] {} <Trace> HTTP-Session: caf8fbc2-0415-4a58-bf85-b11e9a654304 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8498 | 2024.09.03 23:55:10.520636 [ 3 ] {4472cbd8-b716-49c8-a868-471ba4d9dd6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
8499 | 2024.09.03 23:55:10.520690 [ 3 ] {4472cbd8-b716-49c8-a868-471ba4d9dd6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8500 | 2024.09.03 23:55:10.520865 [ 3 ] {4472cbd8-b716-49c8-a868-471ba4d9dd6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8501 | 2024.09.03 23:55:10.521205 [ 3 ] {4472cbd8-b716-49c8-a868-471ba4d9dd6e} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8502 | 2024.09.03 23:55:10.521252 [ 3 ] {4472cbd8-b716-49c8-a868-471ba4d9dd6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8503 | 2024.09.03 23:55:10.521687 [ 3 ] {4472cbd8-b716-49c8-a868-471ba4d9dd6e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8504 | 2024.09.03 23:55:10.522097 [ 3 ] {4472cbd8-b716-49c8-a868-471ba4d9dd6e} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8505 | 2024.09.03 23:55:10.522283 [ 3 ] {4472cbd8-b716-49c8-a868-471ba4d9dd6e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001669 sec., 599.1611743559017 rows/sec., 40.37 KiB/sec. | ||
8506 | 2024.09.03 23:55:10.522294 [ 47 ] {} <Debug> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
8507 | 2024.09.03 23:55:10.522390 [ 47 ] {} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8508 | 2024.09.03 23:55:10.522450 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8509 | 2024.09.03 23:55:10.522601 [ 3 ] {4472cbd8-b716-49c8-a868-471ba4d9dd6e} <Debug> DynamicQueryHandler: Done processing query | ||
8510 | 2024.09.03 23:55:10.522682 [ 3 ] {4472cbd8-b716-49c8-a868-471ba4d9dd6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
8511 | 2024.09.03 23:55:10.522751 [ 3 ] {} <Debug> HTTP-Session: caf8fbc2-0415-4a58-bf85-b11e9a654304 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8512 | 2024.09.03 23:55:10.522755 [ 193 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
8513 | 2024.09.03 23:55:10.522960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 10127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8514 | 2024.09.03 23:55:10.523083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8515 | 2024.09.03 23:55:10.523136 [ 3 ] {} <Debug> HTTP-Session: 6237ae55-abb6-4f5a-a50a-9f44923962c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8516 | 2024.09.03 23:55:10.523184 [ 3 ] {} <Debug> HTTP-Session: 6237ae55-abb6-4f5a-a50a-9f44923962c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8517 | 2024.09.03 23:55:10.523197 [ 193 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8518 | 2024.09.03 23:55:10.523213 [ 3 ] {} <Debug> HTTP-Session: 6237ae55-abb6-4f5a-a50a-9f44923962c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8519 | 2024.09.03 23:55:10.523269 [ 193 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 16 rows starting from the beginning of the part | ||
8520 | 2024.09.03 23:55:10.523282 [ 3 ] {} <Trace> HTTP-Session: 6237ae55-abb6-4f5a-a50a-9f44923962c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8521 | 2024.09.03 23:55:10.523486 [ 193 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
8522 | 2024.09.03 23:55:10.523686 [ 3 ] {55a1887c-89c6-4349-bc20-4ccd9052e64c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
8523 | 2024.09.03 23:55:10.523713 [ 193 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
8524 | 2024.09.03 23:55:10.524048 [ 193 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
8525 | 2024.09.03 23:55:10.524097 [ 3 ] {55a1887c-89c6-4349-bc20-4ccd9052e64c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8526 | 2024.09.03 23:55:10.524434 [ 193 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
8527 | 2024.09.03 23:55:10.524760 [ 193 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
8528 | 2024.09.03 23:55:10.526493 [ 3 ] {55a1887c-89c6-4349-bc20-4ccd9052e64c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8529 | 2024.09.03 23:55:10.528450 [ 3 ] {55a1887c-89c6-4349-bc20-4ccd9052e64c} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8530 | 2024.09.03 23:55:10.528543 [ 3 ] {55a1887c-89c6-4349-bc20-4ccd9052e64c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8531 | 2024.09.03 23:55:10.528696 [ 203 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21 rows, containing 4 columns (4 merged, 0 gathered) in 0.006160123 sec., 3409.0228393166826 rows/sec., 229.08 KiB/sec. | ||
8532 | 2024.09.03 23:55:10.528975 [ 203 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
8533 | 2024.09.03 23:55:10.530100 [ 203 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_20_4} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8534 | 2024.09.03 23:55:10.530204 [ 3 ] {55a1887c-89c6-4349-bc20-4ccd9052e64c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
8535 | 2024.09.03 23:55:10.530274 [ 203 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_20_4} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
8536 | 2024.09.03 23:55:10.530434 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
8537 | 2024.09.03 23:55:10.530827 [ 3 ] {55a1887c-89c6-4349-bc20-4ccd9052e64c} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8538 | 2024.09.03 23:55:10.531029 [ 3 ] {55a1887c-89c6-4349-bc20-4ccd9052e64c} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.007571 sec., 792.4976885484084 rows/sec., 1.42 MiB/sec. | ||
8539 | 2024.09.03 23:55:10.531268 [ 3 ] {55a1887c-89c6-4349-bc20-4ccd9052e64c} <Debug> DynamicQueryHandler: Done processing query | ||
8540 | 2024.09.03 23:55:10.531293 [ 3 ] {55a1887c-89c6-4349-bc20-4ccd9052e64c} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
8541 | 2024.09.03 23:55:10.531309 [ 3 ] {} <Debug> HTTP-Session: 6237ae55-abb6-4f5a-a50a-9f44923962c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8542 | 2024.09.03 23:55:10.531472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8543 | 2024.09.03 23:55:10.531519 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8544 | 2024.09.03 23:55:10.531539 [ 3 ] {} <Debug> HTTP-Session: 05a11a0f-f875-4ca0-a557-b8842c67f6ce Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8545 | 2024.09.03 23:55:10.531555 [ 3 ] {} <Debug> HTTP-Session: 05a11a0f-f875-4ca0-a557-b8842c67f6ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8546 | 2024.09.03 23:55:10.531570 [ 3 ] {} <Debug> HTTP-Session: 05a11a0f-f875-4ca0-a557-b8842c67f6ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8547 | 2024.09.03 23:55:10.531601 [ 3 ] {} <Trace> HTTP-Session: 05a11a0f-f875-4ca0-a557-b8842c67f6ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8548 | 2024.09.03 23:55:10.531723 [ 3 ] {da8d5d2a-1729-47ae-b071-ff31da8d2783} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8549 | 2024.09.03 23:55:10.531767 [ 3 ] {da8d5d2a-1729-47ae-b071-ff31da8d2783} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8550 | 2024.09.03 23:55:10.531901 [ 3 ] {da8d5d2a-1729-47ae-b071-ff31da8d2783} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8551 | 2024.09.03 23:55:10.532237 [ 3 ] {da8d5d2a-1729-47ae-b071-ff31da8d2783} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8552 | 2024.09.03 23:55:10.532273 [ 3 ] {da8d5d2a-1729-47ae-b071-ff31da8d2783} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8553 | 2024.09.03 23:55:10.532637 [ 3 ] {da8d5d2a-1729-47ae-b071-ff31da8d2783} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8554 | 2024.09.03 23:55:10.532959 [ 3 ] {da8d5d2a-1729-47ae-b071-ff31da8d2783} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8555 | 2024.09.03 23:55:10.533109 [ 3 ] {da8d5d2a-1729-47ae-b071-ff31da8d2783} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001429 sec., 57382.785164450666 rows/sec., 3.64 MiB/sec. | ||
8556 | 2024.09.03 23:55:10.533289 [ 3 ] {da8d5d2a-1729-47ae-b071-ff31da8d2783} <Debug> DynamicQueryHandler: Done processing query | ||
8557 | 2024.09.03 23:55:10.533313 [ 3 ] {da8d5d2a-1729-47ae-b071-ff31da8d2783} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8558 | 2024.09.03 23:55:10.533329 [ 3 ] {} <Debug> HTTP-Session: 05a11a0f-f875-4ca0-a557-b8842c67f6ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8559 | 2024.09.03 23:55:15.491716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 17496, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8560 | 2024.09.03 23:55:15.491859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8561 | 2024.09.03 23:55:15.491889 [ 3 ] {} <Debug> HTTP-Session: d0522c11-0ad0-47c6-9dd9-409f6a6a15b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8562 | 2024.09.03 23:55:15.491917 [ 3 ] {} <Debug> HTTP-Session: d0522c11-0ad0-47c6-9dd9-409f6a6a15b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8563 | 2024.09.03 23:55:15.491935 [ 3 ] {} <Debug> HTTP-Session: d0522c11-0ad0-47c6-9dd9-409f6a6a15b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8564 | 2024.09.03 23:55:15.491990 [ 3 ] {} <Trace> HTTP-Session: d0522c11-0ad0-47c6-9dd9-409f6a6a15b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8565 | 2024.09.03 23:55:15.492226 [ 3 ] {cd5d57b2-6842-44f9-bbe7-ad041d1d6f38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8566 | 2024.09.03 23:55:15.492299 [ 3 ] {cd5d57b2-6842-44f9-bbe7-ad041d1d6f38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8567 | 2024.09.03 23:55:15.492678 [ 3 ] {cd5d57b2-6842-44f9-bbe7-ad041d1d6f38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8568 | 2024.09.03 23:55:15.493196 [ 3 ] {cd5d57b2-6842-44f9-bbe7-ad041d1d6f38} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8569 | 2024.09.03 23:55:15.493234 [ 3 ] {cd5d57b2-6842-44f9-bbe7-ad041d1d6f38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8570 | 2024.09.03 23:55:15.493649 [ 3 ] {cd5d57b2-6842-44f9-bbe7-ad041d1d6f38} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8571 | 2024.09.03 23:55:15.494035 [ 3 ] {cd5d57b2-6842-44f9-bbe7-ad041d1d6f38} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8572 | 2024.09.03 23:55:15.494182 [ 3 ] {cd5d57b2-6842-44f9-bbe7-ad041d1d6f38} <Debug> executeQuery: Read 118 rows, 10.31 KiB in 0.002047 sec., 57645.33463605276 rows/sec., 4.92 MiB/sec. | ||
8573 | 2024.09.03 23:55:15.494369 [ 3 ] {cd5d57b2-6842-44f9-bbe7-ad041d1d6f38} <Debug> DynamicQueryHandler: Done processing query | ||
8574 | 2024.09.03 23:55:15.494394 [ 3 ] {cd5d57b2-6842-44f9-bbe7-ad041d1d6f38} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
8575 | 2024.09.03 23:55:15.494411 [ 3 ] {} <Debug> HTTP-Session: d0522c11-0ad0-47c6-9dd9-409f6a6a15b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8576 | 2024.09.03 23:55:15.494581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 4494, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8577 | 2024.09.03 23:55:15.494630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8578 | 2024.09.03 23:55:15.494649 [ 3 ] {} <Debug> HTTP-Session: 2eeceeba-e2f8-43d7-88e9-5204c8fcef9b Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8579 | 2024.09.03 23:55:15.494666 [ 3 ] {} <Debug> HTTP-Session: 2eeceeba-e2f8-43d7-88e9-5204c8fcef9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8580 | 2024.09.03 23:55:15.494680 [ 3 ] {} <Debug> HTTP-Session: 2eeceeba-e2f8-43d7-88e9-5204c8fcef9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8581 | 2024.09.03 23:55:15.494712 [ 3 ] {} <Trace> HTTP-Session: 2eeceeba-e2f8-43d7-88e9-5204c8fcef9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8582 | 2024.09.03 23:55:15.494818 [ 3 ] {df2e0280-d524-494f-9a0f-7185251f719b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8583 | 2024.09.03 23:55:15.494862 [ 3 ] {df2e0280-d524-494f-9a0f-7185251f719b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8584 | 2024.09.03 23:55:15.495084 [ 3 ] {df2e0280-d524-494f-9a0f-7185251f719b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8585 | 2024.09.03 23:55:15.495470 [ 3 ] {df2e0280-d524-494f-9a0f-7185251f719b} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8586 | 2024.09.03 23:55:15.495506 [ 3 ] {df2e0280-d524-494f-9a0f-7185251f719b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8587 | 2024.09.03 23:55:15.495846 [ 3 ] {df2e0280-d524-494f-9a0f-7185251f719b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
8588 | 2024.09.03 23:55:15.496193 [ 3 ] {df2e0280-d524-494f-9a0f-7185251f719b} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8589 | 2024.09.03 23:55:15.496320 [ 3 ] {df2e0280-d524-494f-9a0f-7185251f719b} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001537 sec., 20169.160702667534 rows/sec., 1.48 MiB/sec. | ||
8590 | 2024.09.03 23:55:15.496486 [ 3 ] {df2e0280-d524-494f-9a0f-7185251f719b} <Debug> DynamicQueryHandler: Done processing query | ||
8591 | 2024.09.03 23:55:15.496511 [ 3 ] {df2e0280-d524-494f-9a0f-7185251f719b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8592 | 2024.09.03 23:55:15.496528 [ 3 ] {} <Debug> HTTP-Session: 2eeceeba-e2f8-43d7-88e9-5204c8fcef9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8593 | 2024.09.03 23:55:15.496671 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 16129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8594 | 2024.09.03 23:55:15.496720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8595 | 2024.09.03 23:55:15.496739 [ 3 ] {} <Debug> HTTP-Session: 494f46d0-0d45-4f15-b0bc-b171d5f3c7aa Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8596 | 2024.09.03 23:55:15.496755 [ 3 ] {} <Debug> HTTP-Session: 494f46d0-0d45-4f15-b0bc-b171d5f3c7aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8597 | 2024.09.03 23:55:15.496769 [ 3 ] {} <Debug> HTTP-Session: 494f46d0-0d45-4f15-b0bc-b171d5f3c7aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8598 | 2024.09.03 23:55:15.496800 [ 3 ] {} <Trace> HTTP-Session: 494f46d0-0d45-4f15-b0bc-b171d5f3c7aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8599 | 2024.09.03 23:55:15.496914 [ 3 ] {22f97ff2-534b-4cc4-9615-6e1fe842f53f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8600 | 2024.09.03 23:55:15.496957 [ 3 ] {22f97ff2-534b-4cc4-9615-6e1fe842f53f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8601 | 2024.09.03 23:55:15.497180 [ 3 ] {22f97ff2-534b-4cc4-9615-6e1fe842f53f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8602 | 2024.09.03 23:55:15.497535 [ 3 ] {22f97ff2-534b-4cc4-9615-6e1fe842f53f} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8603 | 2024.09.03 23:55:15.497570 [ 3 ] {22f97ff2-534b-4cc4-9615-6e1fe842f53f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8604 | 2024.09.03 23:55:15.497912 [ 3 ] {22f97ff2-534b-4cc4-9615-6e1fe842f53f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8605 | 2024.09.03 23:55:15.498251 [ 3 ] {22f97ff2-534b-4cc4-9615-6e1fe842f53f} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8606 | 2024.09.03 23:55:15.498377 [ 3 ] {22f97ff2-534b-4cc4-9615-6e1fe842f53f} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001504 sec., 63164.893617021284 rows/sec., 4.93 MiB/sec. | ||
8607 | 2024.09.03 23:55:15.498552 [ 3 ] {22f97ff2-534b-4cc4-9615-6e1fe842f53f} <Debug> DynamicQueryHandler: Done processing query | ||
8608 | 2024.09.03 23:55:15.498581 [ 3 ] {22f97ff2-534b-4cc4-9615-6e1fe842f53f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8609 | 2024.09.03 23:55:15.498598 [ 3 ] {} <Debug> HTTP-Session: 494f46d0-0d45-4f15-b0bc-b171d5f3c7aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8610 | 2024.09.03 23:55:15.498750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8611 | 2024.09.03 23:55:15.498801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8612 | 2024.09.03 23:55:15.498820 [ 3 ] {} <Debug> HTTP-Session: 87afef68-6837-44a6-aa9a-d58990ca19ee Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8613 | 2024.09.03 23:55:15.498836 [ 3 ] {} <Debug> HTTP-Session: 87afef68-6837-44a6-aa9a-d58990ca19ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8614 | 2024.09.03 23:55:15.498851 [ 3 ] {} <Debug> HTTP-Session: 87afef68-6837-44a6-aa9a-d58990ca19ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8615 | 2024.09.03 23:55:15.498882 [ 3 ] {} <Trace> HTTP-Session: 87afef68-6837-44a6-aa9a-d58990ca19ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8616 | 2024.09.03 23:55:15.499031 [ 3 ] {8628e2d5-b353-469a-b1a1-4ca4358274b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8617 | 2024.09.03 23:55:15.499079 [ 3 ] {8628e2d5-b353-469a-b1a1-4ca4358274b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8618 | 2024.09.03 23:55:15.499222 [ 3 ] {8628e2d5-b353-469a-b1a1-4ca4358274b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8619 | 2024.09.03 23:55:15.499623 [ 3 ] {8628e2d5-b353-469a-b1a1-4ca4358274b6} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8620 | 2024.09.03 23:55:15.499658 [ 3 ] {8628e2d5-b353-469a-b1a1-4ca4358274b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8621 | 2024.09.03 23:55:15.500044 [ 3 ] {8628e2d5-b353-469a-b1a1-4ca4358274b6} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8622 | 2024.09.03 23:55:15.500375 [ 3 ] {8628e2d5-b353-469a-b1a1-4ca4358274b6} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8623 | 2024.09.03 23:55:15.500504 [ 3 ] {8628e2d5-b353-469a-b1a1-4ca4358274b6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001541 sec., 103828.68267358857 rows/sec., 7.23 MiB/sec. | ||
8624 | 2024.09.03 23:55:15.500711 [ 3 ] {8628e2d5-b353-469a-b1a1-4ca4358274b6} <Debug> DynamicQueryHandler: Done processing query | ||
8625 | 2024.09.03 23:55:15.500749 [ 3 ] {8628e2d5-b353-469a-b1a1-4ca4358274b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8626 | 2024.09.03 23:55:15.500772 [ 3 ] {} <Debug> HTTP-Session: 87afef68-6837-44a6-aa9a-d58990ca19ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8627 | 2024.09.03 23:55:15.500953 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 51819, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8628 | 2024.09.03 23:55:15.501008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8629 | 2024.09.03 23:55:15.501028 [ 3 ] {} <Debug> HTTP-Session: 2b2e8f5f-4f3b-4669-9ea9-cf99bc5b4628 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8630 | 2024.09.03 23:55:15.501045 [ 3 ] {} <Debug> HTTP-Session: 2b2e8f5f-4f3b-4669-9ea9-cf99bc5b4628 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8631 | 2024.09.03 23:55:15.501059 [ 3 ] {} <Debug> HTTP-Session: 2b2e8f5f-4f3b-4669-9ea9-cf99bc5b4628 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8632 | 2024.09.03 23:55:15.501090 [ 3 ] {} <Trace> HTTP-Session: 2b2e8f5f-4f3b-4669-9ea9-cf99bc5b4628 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8633 | 2024.09.03 23:55:15.501407 [ 3 ] {add45b23-3f19-48f0-baa1-aa769067dd55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
8634 | 2024.09.03 23:55:15.501472 [ 3 ] {add45b23-3f19-48f0-baa1-aa769067dd55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8635 | 2024.09.03 23:55:15.501873 [ 3 ] {add45b23-3f19-48f0-baa1-aa769067dd55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8636 | 2024.09.03 23:55:15.502546 [ 3 ] {add45b23-3f19-48f0-baa1-aa769067dd55} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8637 | 2024.09.03 23:55:15.502583 [ 3 ] {add45b23-3f19-48f0-baa1-aa769067dd55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8638 | 2024.09.03 23:55:15.503199 [ 3 ] {add45b23-3f19-48f0-baa1-aa769067dd55} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
8639 | 2024.09.03 23:55:15.503601 [ 3 ] {add45b23-3f19-48f0-baa1-aa769067dd55} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8640 | 2024.09.03 23:55:15.503742 [ 44 ] {} <Debug> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
8641 | 2024.09.03 23:55:15.503748 [ 3 ] {add45b23-3f19-48f0-baa1-aa769067dd55} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00257 sec., 12062.256809338522 rows/sec., 21.62 MiB/sec. | ||
8642 | 2024.09.03 23:55:15.503780 [ 44 ] {} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8643 | 2024.09.03 23:55:15.503814 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
8644 | 2024.09.03 23:55:15.504133 [ 199 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
8645 | 2024.09.03 23:55:15.504186 [ 3 ] {add45b23-3f19-48f0-baa1-aa769067dd55} <Debug> DynamicQueryHandler: Done processing query | ||
8646 | 2024.09.03 23:55:15.504230 [ 3 ] {add45b23-3f19-48f0-baa1-aa769067dd55} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
8647 | 2024.09.03 23:55:15.504248 [ 3 ] {} <Debug> HTTP-Session: 2b2e8f5f-4f3b-4669-9ea9-cf99bc5b4628 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8648 | 2024.09.03 23:55:15.504488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8649 | 2024.09.03 23:55:15.504604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8650 | 2024.09.03 23:55:15.504671 [ 3 ] {} <Debug> HTTP-Session: 32824a09-6f80-4fec-a32c-e7b3e47a86ce Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8651 | 2024.09.03 23:55:15.504712 [ 3 ] {} <Debug> HTTP-Session: 32824a09-6f80-4fec-a32c-e7b3e47a86ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8652 | 2024.09.03 23:55:15.504759 [ 3 ] {} <Debug> HTTP-Session: 32824a09-6f80-4fec-a32c-e7b3e47a86ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8653 | 2024.09.03 23:55:15.504861 [ 3 ] {} <Trace> HTTP-Session: 32824a09-6f80-4fec-a32c-e7b3e47a86ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8654 | 2024.09.03 23:55:15.504895 [ 199 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8655 | 2024.09.03 23:55:15.505071 [ 199 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 636 rows starting from the beginning of the part | ||
8656 | 2024.09.03 23:55:15.505102 [ 3 ] {c218160e-36c3-4841-8260-18e3fcae6cf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8657 | 2024.09.03 23:55:15.505222 [ 3 ] {c218160e-36c3-4841-8260-18e3fcae6cf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8658 | 2024.09.03 23:55:15.505911 [ 199 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 31 rows starting from the beginning of the part | ||
8659 | 2024.09.03 23:55:15.506101 [ 3 ] {c218160e-36c3-4841-8260-18e3fcae6cf6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8660 | 2024.09.03 23:55:15.506635 [ 199 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
8661 | 2024.09.03 23:55:15.507330 [ 199 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 31 rows starting from the beginning of the part | ||
8662 | 2024.09.03 23:55:15.507496 [ 3 ] {c218160e-36c3-4841-8260-18e3fcae6cf6} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8663 | 2024.09.03 23:55:15.507613 [ 3 ] {c218160e-36c3-4841-8260-18e3fcae6cf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8664 | 2024.09.03 23:55:15.507955 [ 199 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
8665 | 2024.09.03 23:55:15.508640 [ 199 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 31 rows starting from the beginning of the part | ||
8666 | 2024.09.03 23:55:15.509126 [ 3 ] {c218160e-36c3-4841-8260-18e3fcae6cf6} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8667 | 2024.09.03 23:55:15.510100 [ 3 ] {c218160e-36c3-4841-8260-18e3fcae6cf6} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8668 | 2024.09.03 23:55:15.510517 [ 3 ] {c218160e-36c3-4841-8260-18e3fcae6cf6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005447 sec., 11015.23774554801 rows/sec., 760.17 KiB/sec. | ||
8669 | 2024.09.03 23:55:15.511583 [ 3 ] {c218160e-36c3-4841-8260-18e3fcae6cf6} <Debug> DynamicQueryHandler: Done processing query | ||
8670 | 2024.09.03 23:55:15.511615 [ 3 ] {c218160e-36c3-4841-8260-18e3fcae6cf6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8671 | 2024.09.03 23:55:15.511633 [ 3 ] {} <Debug> HTTP-Session: 32824a09-6f80-4fec-a32c-e7b3e47a86ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8672 | 2024.09.03 23:55:15.514535 [ 203 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 741 rows, containing 19 columns (19 merged, 0 gathered) in 0.010598178 sec., 69917.67830281772 rows/sec., 125.29 MiB/sec. | ||
8673 | 2024.09.03 23:55:15.515355 [ 203 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
8674 | 2024.09.03 23:55:15.515958 [ 203 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8675 | 2024.09.03 23:55:15.516045 [ 203 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
8676 | 2024.09.03 23:55:15.516166 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.62 MiB. | ||
8677 | 2024.09.03 23:55:18.279553 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8678 | 2024.09.03 23:55:18.279621 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8679 | 2024.09.03 23:55:19.001353 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00096374 sec. | ||
8680 | 2024.09.03 23:55:20.494556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8681 | 2024.09.03 23:55:20.494674 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8682 | 2024.09.03 23:55:20.494699 [ 3 ] {} <Debug> HTTP-Session: e1fe8905-9cb2-44e2-831b-4911f04b774e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8683 | 2024.09.03 23:55:20.494723 [ 3 ] {} <Debug> HTTP-Session: e1fe8905-9cb2-44e2-831b-4911f04b774e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8684 | 2024.09.03 23:55:20.494738 [ 3 ] {} <Debug> HTTP-Session: e1fe8905-9cb2-44e2-831b-4911f04b774e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8685 | 2024.09.03 23:55:20.494788 [ 3 ] {} <Trace> HTTP-Session: e1fe8905-9cb2-44e2-831b-4911f04b774e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8686 | 2024.09.03 23:55:20.495026 [ 3 ] {0c0bb5fe-1b4f-4a57-bf36-2eb25d75257e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8687 | 2024.09.03 23:55:20.495093 [ 3 ] {0c0bb5fe-1b4f-4a57-bf36-2eb25d75257e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8688 | 2024.09.03 23:55:20.495427 [ 3 ] {0c0bb5fe-1b4f-4a57-bf36-2eb25d75257e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8689 | 2024.09.03 23:55:20.495958 [ 3 ] {0c0bb5fe-1b4f-4a57-bf36-2eb25d75257e} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8690 | 2024.09.03 23:55:20.496002 [ 3 ] {0c0bb5fe-1b4f-4a57-bf36-2eb25d75257e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8691 | 2024.09.03 23:55:20.496437 [ 3 ] {0c0bb5fe-1b4f-4a57-bf36-2eb25d75257e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8692 | 2024.09.03 23:55:20.496820 [ 3 ] {0c0bb5fe-1b4f-4a57-bf36-2eb25d75257e} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8693 | 2024.09.03 23:55:20.496991 [ 3 ] {0c0bb5fe-1b4f-4a57-bf36-2eb25d75257e} <Debug> executeQuery: Read 201 rows, 18.03 KiB in 0.002066 sec., 97289.4482090997 rows/sec., 8.52 MiB/sec. | ||
8694 | 2024.09.03 23:55:20.497317 [ 3 ] {0c0bb5fe-1b4f-4a57-bf36-2eb25d75257e} <Debug> DynamicQueryHandler: Done processing query | ||
8695 | 2024.09.03 23:55:20.497367 [ 3 ] {0c0bb5fe-1b4f-4a57-bf36-2eb25d75257e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8696 | 2024.09.03 23:55:20.497402 [ 3 ] {} <Debug> HTTP-Session: e1fe8905-9cb2-44e2-831b-4911f04b774e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8697 | 2024.09.03 23:55:20.497549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8698 | 2024.09.03 23:55:20.497605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8699 | 2024.09.03 23:55:20.497625 [ 3 ] {} <Debug> HTTP-Session: 01ca322c-a21f-4c5e-bed9-aed184b0b837 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8700 | 2024.09.03 23:55:20.497645 [ 3 ] {} <Debug> HTTP-Session: 01ca322c-a21f-4c5e-bed9-aed184b0b837 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8701 | 2024.09.03 23:55:20.497659 [ 3 ] {} <Debug> HTTP-Session: 01ca322c-a21f-4c5e-bed9-aed184b0b837 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8702 | 2024.09.03 23:55:20.497694 [ 3 ] {} <Trace> HTTP-Session: 01ca322c-a21f-4c5e-bed9-aed184b0b837 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8703 | 2024.09.03 23:55:20.497804 [ 3 ] {8e07e106-8f1b-49c2-bbff-48fb9d5c4538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8704 | 2024.09.03 23:55:20.497853 [ 3 ] {8e07e106-8f1b-49c2-bbff-48fb9d5c4538} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8705 | 2024.09.03 23:55:20.498106 [ 3 ] {8e07e106-8f1b-49c2-bbff-48fb9d5c4538} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8706 | 2024.09.03 23:55:20.498430 [ 3 ] {8e07e106-8f1b-49c2-bbff-48fb9d5c4538} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8707 | 2024.09.03 23:55:20.498467 [ 3 ] {8e07e106-8f1b-49c2-bbff-48fb9d5c4538} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8708 | 2024.09.03 23:55:20.498833 [ 3 ] {8e07e106-8f1b-49c2-bbff-48fb9d5c4538} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
8709 | 2024.09.03 23:55:20.499186 [ 3 ] {8e07e106-8f1b-49c2-bbff-48fb9d5c4538} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8710 | 2024.09.03 23:55:20.499345 [ 3 ] {8e07e106-8f1b-49c2-bbff-48fb9d5c4538} <Debug> executeQuery: Read 6 rows, 462.00 B in 0.001566 sec., 3831.417624521073 rows/sec., 288.10 KiB/sec. | ||
8711 | 2024.09.03 23:55:20.499522 [ 3 ] {8e07e106-8f1b-49c2-bbff-48fb9d5c4538} <Debug> DynamicQueryHandler: Done processing query | ||
8712 | 2024.09.03 23:55:20.499547 [ 3 ] {8e07e106-8f1b-49c2-bbff-48fb9d5c4538} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8713 | 2024.09.03 23:55:20.499563 [ 3 ] {} <Debug> HTTP-Session: 01ca322c-a21f-4c5e-bed9-aed184b0b837 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8714 | 2024.09.03 23:55:20.499703 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8715 | 2024.09.03 23:55:20.499752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8716 | 2024.09.03 23:55:20.499772 [ 3 ] {} <Debug> HTTP-Session: ce73b769-b440-4944-b304-78a7397da008 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8717 | 2024.09.03 23:55:20.499789 [ 3 ] {} <Debug> HTTP-Session: ce73b769-b440-4944-b304-78a7397da008 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8718 | 2024.09.03 23:55:20.499803 [ 3 ] {} <Debug> HTTP-Session: ce73b769-b440-4944-b304-78a7397da008 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8719 | 2024.09.03 23:55:20.499834 [ 3 ] {} <Trace> HTTP-Session: ce73b769-b440-4944-b304-78a7397da008 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8720 | 2024.09.03 23:55:20.499929 [ 3 ] {ae9db833-0c25-4051-98d1-8a566c250c52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8721 | 2024.09.03 23:55:20.499972 [ 3 ] {ae9db833-0c25-4051-98d1-8a566c250c52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8722 | 2024.09.03 23:55:20.500193 [ 3 ] {ae9db833-0c25-4051-98d1-8a566c250c52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8723 | 2024.09.03 23:55:20.500506 [ 3 ] {ae9db833-0c25-4051-98d1-8a566c250c52} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8724 | 2024.09.03 23:55:20.500542 [ 3 ] {ae9db833-0c25-4051-98d1-8a566c250c52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8725 | 2024.09.03 23:55:20.500894 [ 3 ] {ae9db833-0c25-4051-98d1-8a566c250c52} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
8726 | 2024.09.03 23:55:20.501238 [ 3 ] {ae9db833-0c25-4051-98d1-8a566c250c52} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8727 | 2024.09.03 23:55:20.501375 [ 3 ] {ae9db833-0c25-4051-98d1-8a566c250c52} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001474 sec., 9497.96472184532 rows/sec., 665.18 KiB/sec. | ||
8728 | 2024.09.03 23:55:20.501561 [ 3 ] {ae9db833-0c25-4051-98d1-8a566c250c52} <Debug> DynamicQueryHandler: Done processing query | ||
8729 | 2024.09.03 23:55:20.501585 [ 3 ] {ae9db833-0c25-4051-98d1-8a566c250c52} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8730 | 2024.09.03 23:55:20.501601 [ 3 ] {} <Debug> HTTP-Session: ce73b769-b440-4944-b304-78a7397da008 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8731 | 2024.09.03 23:55:20.501763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8732 | 2024.09.03 23:55:20.501809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8733 | 2024.09.03 23:55:20.501828 [ 3 ] {} <Debug> HTTP-Session: 60081e1f-3a43-4b74-8783-e8a80f1750b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8734 | 2024.09.03 23:55:20.501845 [ 3 ] {} <Debug> HTTP-Session: 60081e1f-3a43-4b74-8783-e8a80f1750b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8735 | 2024.09.03 23:55:20.501858 [ 3 ] {} <Debug> HTTP-Session: 60081e1f-3a43-4b74-8783-e8a80f1750b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8736 | 2024.09.03 23:55:20.501888 [ 3 ] {} <Trace> HTTP-Session: 60081e1f-3a43-4b74-8783-e8a80f1750b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8737 | 2024.09.03 23:55:20.501981 [ 3 ] {72e4a80a-fdcf-46f1-b1d8-44fcda483858} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
8738 | 2024.09.03 23:55:20.502023 [ 3 ] {72e4a80a-fdcf-46f1-b1d8-44fcda483858} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8739 | 2024.09.03 23:55:20.502251 [ 3 ] {72e4a80a-fdcf-46f1-b1d8-44fcda483858} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8740 | 2024.09.03 23:55:20.502606 [ 3 ] {72e4a80a-fdcf-46f1-b1d8-44fcda483858} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8741 | 2024.09.03 23:55:20.502642 [ 3 ] {72e4a80a-fdcf-46f1-b1d8-44fcda483858} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8742 | 2024.09.03 23:55:20.502982 [ 3 ] {72e4a80a-fdcf-46f1-b1d8-44fcda483858} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
8743 | 2024.09.03 23:55:20.503332 [ 3 ] {72e4a80a-fdcf-46f1-b1d8-44fcda483858} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8744 | 2024.09.03 23:55:20.503489 [ 38 ] {} <Debug> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
8745 | 2024.09.03 23:55:20.503498 [ 3 ] {72e4a80a-fdcf-46f1-b1d8-44fcda483858} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001529 sec., 3924.133420536298 rows/sec., 231.85 KiB/sec. | ||
8746 | 2024.09.03 23:55:20.503577 [ 38 ] {} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8747 | 2024.09.03 23:55:20.503649 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8748 | 2024.09.03 23:55:20.503865 [ 191 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
8749 | 2024.09.03 23:55:20.503873 [ 3 ] {72e4a80a-fdcf-46f1-b1d8-44fcda483858} <Debug> DynamicQueryHandler: Done processing query | ||
8750 | 2024.09.03 23:55:20.503971 [ 3 ] {72e4a80a-fdcf-46f1-b1d8-44fcda483858} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8751 | 2024.09.03 23:55:20.504001 [ 3 ] {} <Debug> HTTP-Session: 60081e1f-3a43-4b74-8783-e8a80f1750b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8752 | 2024.09.03 23:55:20.504189 [ 191 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8753 | 2024.09.03 23:55:20.504230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 62783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8754 | 2024.09.03 23:55:20.504298 [ 191 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
8755 | 2024.09.03 23:55:20.504319 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8756 | 2024.09.03 23:55:20.504375 [ 3 ] {} <Debug> HTTP-Session: f0a01b9c-7d1e-466e-9da3-9738d86d1c94 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8757 | 2024.09.03 23:55:20.504414 [ 3 ] {} <Debug> HTTP-Session: f0a01b9c-7d1e-466e-9da3-9738d86d1c94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8758 | 2024.09.03 23:55:20.504466 [ 3 ] {} <Debug> HTTP-Session: f0a01b9c-7d1e-466e-9da3-9738d86d1c94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8759 | 2024.09.03 23:55:20.504666 [ 3 ] {} <Trace> HTTP-Session: f0a01b9c-7d1e-466e-9da3-9738d86d1c94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8760 | 2024.09.03 23:55:20.504770 [ 191 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
8761 | 2024.09.03 23:55:20.505088 [ 191 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
8762 | 2024.09.03 23:55:20.505259 [ 3 ] {712ea803-4cd2-4fdb-b5f1-e9f71ac593c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8763 | 2024.09.03 23:55:20.505340 [ 191 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
8764 | 2024.09.03 23:55:20.505432 [ 3 ] {712ea803-4cd2-4fdb-b5f1-e9f71ac593c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8765 | 2024.09.03 23:55:20.505648 [ 191 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
8766 | 2024.09.03 23:55:20.506551 [ 3 ] {712ea803-4cd2-4fdb-b5f1-e9f71ac593c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8767 | 2024.09.03 23:55:20.507786 [ 3 ] {712ea803-4cd2-4fdb-b5f1-e9f71ac593c6} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8768 | 2024.09.03 23:55:20.507855 [ 3 ] {712ea803-4cd2-4fdb-b5f1-e9f71ac593c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8769 | 2024.09.03 23:55:20.508264 [ 191 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004497507 sec., 6670.3620472408375 rows/sec., 423.41 KiB/sec. | ||
8770 | 2024.09.03 23:55:20.508497 [ 191 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
8771 | 2024.09.03 23:55:20.508853 [ 3 ] {712ea803-4cd2-4fdb-b5f1-e9f71ac593c6} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8772 | 2024.09.03 23:55:20.509664 [ 203 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_21_5} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8773 | 2024.09.03 23:55:20.509873 [ 3 ] {712ea803-4cd2-4fdb-b5f1-e9f71ac593c6} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8774 | 2024.09.03 23:55:20.509880 [ 203 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_21_5} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
8775 | 2024.09.03 23:55:20.510078 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
8776 | 2024.09.03 23:55:20.510184 [ 3 ] {712ea803-4cd2-4fdb-b5f1-e9f71ac593c6} <Debug> executeQuery: Read 388 rows, 28.16 KiB in 0.005232 sec., 74159.02140672783 rows/sec., 5.26 MiB/sec. | ||
8777 | 2024.09.03 23:55:20.510373 [ 3 ] {712ea803-4cd2-4fdb-b5f1-e9f71ac593c6} <Debug> DynamicQueryHandler: Done processing query | ||
8778 | 2024.09.03 23:55:20.510398 [ 3 ] {712ea803-4cd2-4fdb-b5f1-e9f71ac593c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
8779 | 2024.09.03 23:55:20.510414 [ 3 ] {} <Debug> HTTP-Session: f0a01b9c-7d1e-466e-9da3-9738d86d1c94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8780 | 2024.09.03 23:55:20.510574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8781 | 2024.09.03 23:55:20.510621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8782 | 2024.09.03 23:55:20.510641 [ 3 ] {} <Debug> HTTP-Session: fa568770-f117-4225-a99a-6cbb7f4c4a33 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8783 | 2024.09.03 23:55:20.510657 [ 3 ] {} <Debug> HTTP-Session: fa568770-f117-4225-a99a-6cbb7f4c4a33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8784 | 2024.09.03 23:55:20.510671 [ 3 ] {} <Debug> HTTP-Session: fa568770-f117-4225-a99a-6cbb7f4c4a33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8785 | 2024.09.03 23:55:20.510703 [ 3 ] {} <Trace> HTTP-Session: fa568770-f117-4225-a99a-6cbb7f4c4a33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8786 | 2024.09.03 23:55:20.510797 [ 3 ] {44bb22a3-13fe-4ba2-833c-29b57c0dcfa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8787 | 2024.09.03 23:55:20.510841 [ 3 ] {44bb22a3-13fe-4ba2-833c-29b57c0dcfa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8788 | 2024.09.03 23:55:20.510979 [ 3 ] {44bb22a3-13fe-4ba2-833c-29b57c0dcfa1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8789 | 2024.09.03 23:55:20.511254 [ 3 ] {44bb22a3-13fe-4ba2-833c-29b57c0dcfa1} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8790 | 2024.09.03 23:55:20.511290 [ 3 ] {44bb22a3-13fe-4ba2-833c-29b57c0dcfa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8791 | 2024.09.03 23:55:20.511651 [ 3 ] {44bb22a3-13fe-4ba2-833c-29b57c0dcfa1} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
8792 | 2024.09.03 23:55:20.511974 [ 3 ] {44bb22a3-13fe-4ba2-833c-29b57c0dcfa1} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8793 | 2024.09.03 23:55:20.512129 [ 38 ] {} <Debug> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
8794 | 2024.09.03 23:55:20.512139 [ 3 ] {44bb22a3-13fe-4ba2-833c-29b57c0dcfa1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001354 sec., 4431.314623338257 rows/sec., 231.52 KiB/sec. | ||
8795 | 2024.09.03 23:55:20.512185 [ 38 ] {} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8796 | 2024.09.03 23:55:20.512246 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8797 | 2024.09.03 23:55:20.512536 [ 3 ] {44bb22a3-13fe-4ba2-833c-29b57c0dcfa1} <Debug> DynamicQueryHandler: Done processing query | ||
8798 | 2024.09.03 23:55:20.512571 [ 200 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
8799 | 2024.09.03 23:55:20.512601 [ 3 ] {44bb22a3-13fe-4ba2-833c-29b57c0dcfa1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8800 | 2024.09.03 23:55:20.512684 [ 3 ] {} <Debug> HTTP-Session: fa568770-f117-4225-a99a-6cbb7f4c4a33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8801 | 2024.09.03 23:55:20.512974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 44650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8802 | 2024.09.03 23:55:20.513033 [ 200 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8803 | 2024.09.03 23:55:20.513062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8804 | 2024.09.03 23:55:20.513095 [ 200 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
8805 | 2024.09.03 23:55:20.513107 [ 3 ] {} <Debug> HTTP-Session: aa01e8af-cc58-4ad4-b2f2-42618f47b280 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8806 | 2024.09.03 23:55:20.513158 [ 3 ] {} <Debug> HTTP-Session: aa01e8af-cc58-4ad4-b2f2-42618f47b280 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8807 | 2024.09.03 23:55:20.513192 [ 3 ] {} <Debug> HTTP-Session: aa01e8af-cc58-4ad4-b2f2-42618f47b280 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8808 | 2024.09.03 23:55:20.513330 [ 200 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
8809 | 2024.09.03 23:55:20.513412 [ 3 ] {} <Trace> HTTP-Session: aa01e8af-cc58-4ad4-b2f2-42618f47b280 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8810 | 2024.09.03 23:55:20.513564 [ 200 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
8811 | 2024.09.03 23:55:20.513834 [ 200 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
8812 | 2024.09.03 23:55:20.514044 [ 200 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
8813 | 2024.09.03 23:55:20.514131 [ 3 ] {17d9300a-e753-4c32-99dc-78d0a3c22949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8814 | 2024.09.03 23:55:20.514263 [ 200 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
8815 | 2024.09.03 23:55:20.514290 [ 3 ] {17d9300a-e753-4c32-99dc-78d0a3c22949} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8816 | 2024.09.03 23:55:20.515092 [ 3 ] {17d9300a-e753-4c32-99dc-78d0a3c22949} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8817 | 2024.09.03 23:55:20.516841 [ 3 ] {17d9300a-e753-4c32-99dc-78d0a3c22949} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8818 | 2024.09.03 23:55:20.516927 [ 3 ] {17d9300a-e753-4c32-99dc-78d0a3c22949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8819 | 2024.09.03 23:55:20.517991 [ 200 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.005638131 sec., 22347.83122279351 rows/sec., 1.14 MiB/sec. | ||
8820 | 2024.09.03 23:55:20.518081 [ 3 ] {17d9300a-e753-4c32-99dc-78d0a3c22949} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8821 | 2024.09.03 23:55:20.518168 [ 200 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
8822 | 2024.09.03 23:55:20.518832 [ 3 ] {17d9300a-e753-4c32-99dc-78d0a3c22949} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8823 | 2024.09.03 23:55:20.519043 [ 200 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_21_4} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8824 | 2024.09.03 23:55:20.519155 [ 3 ] {17d9300a-e753-4c32-99dc-78d0a3c22949} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005419 sec., 43735.00645875622 rows/sec., 2.93 MiB/sec. | ||
8825 | 2024.09.03 23:55:20.519285 [ 200 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_21_4} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
8826 | 2024.09.03 23:55:20.519466 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
8827 | 2024.09.03 23:55:20.519516 [ 3 ] {17d9300a-e753-4c32-99dc-78d0a3c22949} <Debug> DynamicQueryHandler: Done processing query | ||
8828 | 2024.09.03 23:55:20.519546 [ 3 ] {17d9300a-e753-4c32-99dc-78d0a3c22949} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8829 | 2024.09.03 23:55:20.519563 [ 3 ] {} <Debug> HTTP-Session: aa01e8af-cc58-4ad4-b2f2-42618f47b280 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8830 | 2024.09.03 23:55:20.519697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8831 | 2024.09.03 23:55:20.519744 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8832 | 2024.09.03 23:55:20.519763 [ 3 ] {} <Debug> HTTP-Session: c8ce8d6e-8be2-42f2-8a8e-245348aac0d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8833 | 2024.09.03 23:55:20.519780 [ 3 ] {} <Debug> HTTP-Session: c8ce8d6e-8be2-42f2-8a8e-245348aac0d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8834 | 2024.09.03 23:55:20.519793 [ 3 ] {} <Debug> HTTP-Session: c8ce8d6e-8be2-42f2-8a8e-245348aac0d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8835 | 2024.09.03 23:55:20.519825 [ 3 ] {} <Trace> HTTP-Session: c8ce8d6e-8be2-42f2-8a8e-245348aac0d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8836 | 2024.09.03 23:55:20.519919 [ 3 ] {9a6661c0-f106-4492-abf6-90a7c1be069d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
8837 | 2024.09.03 23:55:20.519967 [ 3 ] {9a6661c0-f106-4492-abf6-90a7c1be069d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8838 | 2024.09.03 23:55:20.520119 [ 3 ] {9a6661c0-f106-4492-abf6-90a7c1be069d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8839 | 2024.09.03 23:55:20.520420 [ 3 ] {9a6661c0-f106-4492-abf6-90a7c1be069d} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8840 | 2024.09.03 23:55:20.520455 [ 3 ] {9a6661c0-f106-4492-abf6-90a7c1be069d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8841 | 2024.09.03 23:55:20.520811 [ 3 ] {9a6661c0-f106-4492-abf6-90a7c1be069d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
8842 | 2024.09.03 23:55:20.521142 [ 3 ] {9a6661c0-f106-4492-abf6-90a7c1be069d} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8843 | 2024.09.03 23:55:20.521296 [ 3 ] {9a6661c0-f106-4492-abf6-90a7c1be069d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001392 sec., 718.3908045977012 rows/sec., 48.41 KiB/sec. | ||
8844 | 2024.09.03 23:55:20.521472 [ 3 ] {9a6661c0-f106-4492-abf6-90a7c1be069d} <Debug> DynamicQueryHandler: Done processing query | ||
8845 | 2024.09.03 23:55:20.521498 [ 3 ] {9a6661c0-f106-4492-abf6-90a7c1be069d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
8846 | 2024.09.03 23:55:20.521513 [ 3 ] {} <Debug> HTTP-Session: c8ce8d6e-8be2-42f2-8a8e-245348aac0d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8847 | 2024.09.03 23:55:20.521637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 10206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8848 | 2024.09.03 23:55:20.521685 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8849 | 2024.09.03 23:55:20.521703 [ 3 ] {} <Debug> HTTP-Session: e87e0fe2-2c06-49ba-bec3-9096266470b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8850 | 2024.09.03 23:55:20.521719 [ 3 ] {} <Debug> HTTP-Session: e87e0fe2-2c06-49ba-bec3-9096266470b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8851 | 2024.09.03 23:55:20.521733 [ 3 ] {} <Debug> HTTP-Session: e87e0fe2-2c06-49ba-bec3-9096266470b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8852 | 2024.09.03 23:55:20.521764 [ 3 ] {} <Trace> HTTP-Session: e87e0fe2-2c06-49ba-bec3-9096266470b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8853 | 2024.09.03 23:55:20.521938 [ 3 ] {ad1e601e-c25d-4caf-8f32-db7db4ac60a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
8854 | 2024.09.03 23:55:20.521999 [ 3 ] {ad1e601e-c25d-4caf-8f32-db7db4ac60a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8855 | 2024.09.03 23:55:20.522408 [ 3 ] {ad1e601e-c25d-4caf-8f32-db7db4ac60a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8856 | 2024.09.03 23:55:20.522951 [ 3 ] {ad1e601e-c25d-4caf-8f32-db7db4ac60a6} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8857 | 2024.09.03 23:55:20.522986 [ 3 ] {ad1e601e-c25d-4caf-8f32-db7db4ac60a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8858 | 2024.09.03 23:55:20.523577 [ 3 ] {ad1e601e-c25d-4caf-8f32-db7db4ac60a6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
8859 | 2024.09.03 23:55:20.523985 [ 3 ] {ad1e601e-c25d-4caf-8f32-db7db4ac60a6} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8860 | 2024.09.03 23:55:20.524169 [ 3 ] {ad1e601e-c25d-4caf-8f32-db7db4ac60a6} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002331 sec., 2574.002574002574 rows/sec., 4.61 MiB/sec. | ||
8861 | 2024.09.03 23:55:20.524389 [ 3 ] {ad1e601e-c25d-4caf-8f32-db7db4ac60a6} <Debug> DynamicQueryHandler: Done processing query | ||
8862 | 2024.09.03 23:55:20.524414 [ 3 ] {ad1e601e-c25d-4caf-8f32-db7db4ac60a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
8863 | 2024.09.03 23:55:20.524430 [ 3 ] {} <Debug> HTTP-Session: e87e0fe2-2c06-49ba-bec3-9096266470b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8864 | 2024.09.03 23:55:20.524568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8865 | 2024.09.03 23:55:20.524617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8866 | 2024.09.03 23:55:20.524636 [ 3 ] {} <Debug> HTTP-Session: 54c0a80d-33d9-425e-b939-8f999b4caed3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8867 | 2024.09.03 23:55:20.524652 [ 3 ] {} <Debug> HTTP-Session: 54c0a80d-33d9-425e-b939-8f999b4caed3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8868 | 2024.09.03 23:55:20.524666 [ 3 ] {} <Debug> HTTP-Session: 54c0a80d-33d9-425e-b939-8f999b4caed3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8869 | 2024.09.03 23:55:20.524697 [ 3 ] {} <Trace> HTTP-Session: 54c0a80d-33d9-425e-b939-8f999b4caed3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8870 | 2024.09.03 23:55:20.524815 [ 3 ] {18cb57da-58b6-4564-af6d-cbb30ff4cc27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8871 | 2024.09.03 23:55:20.524860 [ 3 ] {18cb57da-58b6-4564-af6d-cbb30ff4cc27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8872 | 2024.09.03 23:55:20.524989 [ 3 ] {18cb57da-58b6-4564-af6d-cbb30ff4cc27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8873 | 2024.09.03 23:55:20.525297 [ 3 ] {18cb57da-58b6-4564-af6d-cbb30ff4cc27} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8874 | 2024.09.03 23:55:20.525332 [ 3 ] {18cb57da-58b6-4564-af6d-cbb30ff4cc27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8875 | 2024.09.03 23:55:20.525692 [ 3 ] {18cb57da-58b6-4564-af6d-cbb30ff4cc27} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8876 | 2024.09.03 23:55:20.526014 [ 3 ] {18cb57da-58b6-4564-af6d-cbb30ff4cc27} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8877 | 2024.09.03 23:55:20.526168 [ 3 ] {18cb57da-58b6-4564-af6d-cbb30ff4cc27} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001388 sec., 59077.8097982709 rows/sec., 3.75 MiB/sec. | ||
8878 | 2024.09.03 23:55:20.526357 [ 3 ] {18cb57da-58b6-4564-af6d-cbb30ff4cc27} <Debug> DynamicQueryHandler: Done processing query | ||
8879 | 2024.09.03 23:55:20.526388 [ 3 ] {18cb57da-58b6-4564-af6d-cbb30ff4cc27} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8880 | 2024.09.03 23:55:20.526413 [ 3 ] {} <Debug> HTTP-Session: 54c0a80d-33d9-425e-b939-8f999b4caed3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8881 | 2024.09.03 23:55:25.520170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 183071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8882 | 2024.09.03 23:55:25.520344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8883 | 2024.09.03 23:55:25.520377 [ 3 ] {} <Debug> HTTP-Session: fbefea0b-9a70-4c13-9178-fc08a94a87aa Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8884 | 2024.09.03 23:55:25.520406 [ 3 ] {} <Debug> HTTP-Session: fbefea0b-9a70-4c13-9178-fc08a94a87aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8885 | 2024.09.03 23:55:25.520423 [ 3 ] {} <Debug> HTTP-Session: fbefea0b-9a70-4c13-9178-fc08a94a87aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8886 | 2024.09.03 23:55:25.520481 [ 3 ] {} <Trace> HTTP-Session: fbefea0b-9a70-4c13-9178-fc08a94a87aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8887 | 2024.09.03 23:55:25.521193 [ 3 ] {0a7da08e-45f3-44c2-bb1f-a69dfa965d88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8888 | 2024.09.03 23:55:25.521265 [ 3 ] {0a7da08e-45f3-44c2-bb1f-a69dfa965d88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8889 | 2024.09.03 23:55:25.521605 [ 3 ] {0a7da08e-45f3-44c2-bb1f-a69dfa965d88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8890 | 2024.09.03 23:55:25.523037 [ 3 ] {0a7da08e-45f3-44c2-bb1f-a69dfa965d88} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8891 | 2024.09.03 23:55:25.523086 [ 3 ] {0a7da08e-45f3-44c2-bb1f-a69dfa965d88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8892 | 2024.09.03 23:55:25.523605 [ 3 ] {0a7da08e-45f3-44c2-bb1f-a69dfa965d88} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8893 | 2024.09.03 23:55:25.523990 [ 3 ] {0a7da08e-45f3-44c2-bb1f-a69dfa965d88} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8894 | 2024.09.03 23:55:25.524171 [ 3 ] {0a7da08e-45f3-44c2-bb1f-a69dfa965d88} <Debug> executeQuery: Read 1258 rows, 106.87 KiB in 0.003477 sec., 361806.15473109 rows/sec., 30.02 MiB/sec. | ||
8895 | 2024.09.03 23:55:25.524397 [ 3 ] {0a7da08e-45f3-44c2-bb1f-a69dfa965d88} <Debug> DynamicQueryHandler: Done processing query | ||
8896 | 2024.09.03 23:55:25.524424 [ 3 ] {0a7da08e-45f3-44c2-bb1f-a69dfa965d88} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
8897 | 2024.09.03 23:55:25.524441 [ 3 ] {} <Debug> HTTP-Session: fbefea0b-9a70-4c13-9178-fc08a94a87aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8898 | 2024.09.03 23:55:25.524667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 4494, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8899 | 2024.09.03 23:55:25.524720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8900 | 2024.09.03 23:55:25.524740 [ 3 ] {} <Debug> HTTP-Session: 6a29981f-8741-4d75-8c02-f2655b4296a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8901 | 2024.09.03 23:55:25.524758 [ 3 ] {} <Debug> HTTP-Session: 6a29981f-8741-4d75-8c02-f2655b4296a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8902 | 2024.09.03 23:55:25.524773 [ 3 ] {} <Debug> HTTP-Session: 6a29981f-8741-4d75-8c02-f2655b4296a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8903 | 2024.09.03 23:55:25.524809 [ 3 ] {} <Trace> HTTP-Session: 6a29981f-8741-4d75-8c02-f2655b4296a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8904 | 2024.09.03 23:55:25.524922 [ 3 ] {90f47151-f5d0-41c8-88d5-5358b3237f34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8905 | 2024.09.03 23:55:25.524970 [ 3 ] {90f47151-f5d0-41c8-88d5-5358b3237f34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8906 | 2024.09.03 23:55:25.525208 [ 3 ] {90f47151-f5d0-41c8-88d5-5358b3237f34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8907 | 2024.09.03 23:55:25.525565 [ 3 ] {90f47151-f5d0-41c8-88d5-5358b3237f34} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8908 | 2024.09.03 23:55:25.525603 [ 3 ] {90f47151-f5d0-41c8-88d5-5358b3237f34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8909 | 2024.09.03 23:55:25.525950 [ 3 ] {90f47151-f5d0-41c8-88d5-5358b3237f34} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
8910 | 2024.09.03 23:55:25.526298 [ 3 ] {90f47151-f5d0-41c8-88d5-5358b3237f34} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8911 | 2024.09.03 23:55:25.526453 [ 3 ] {90f47151-f5d0-41c8-88d5-5358b3237f34} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001564 sec., 19820.971867007673 rows/sec., 1.46 MiB/sec. | ||
8912 | 2024.09.03 23:55:25.526619 [ 3 ] {90f47151-f5d0-41c8-88d5-5358b3237f34} <Debug> DynamicQueryHandler: Done processing query | ||
8913 | 2024.09.03 23:55:25.526643 [ 3 ] {90f47151-f5d0-41c8-88d5-5358b3237f34} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8914 | 2024.09.03 23:55:25.526659 [ 3 ] {} <Debug> HTTP-Session: 6a29981f-8741-4d75-8c02-f2655b4296a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8915 | 2024.09.03 23:55:25.526853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8916 | 2024.09.03 23:55:25.526900 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8917 | 2024.09.03 23:55:25.526919 [ 3 ] {} <Debug> HTTP-Session: 31e1d6cf-4d68-43d2-8823-329ba6c36293 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8918 | 2024.09.03 23:55:25.526935 [ 3 ] {} <Debug> HTTP-Session: 31e1d6cf-4d68-43d2-8823-329ba6c36293 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8919 | 2024.09.03 23:55:25.526949 [ 3 ] {} <Debug> HTTP-Session: 31e1d6cf-4d68-43d2-8823-329ba6c36293 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8920 | 2024.09.03 23:55:25.526981 [ 3 ] {} <Trace> HTTP-Session: 31e1d6cf-4d68-43d2-8823-329ba6c36293 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8921 | 2024.09.03 23:55:25.527174 [ 3 ] {0e3e2e9a-ecd9-41f8-8409-0883fae1ce41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8922 | 2024.09.03 23:55:25.527216 [ 3 ] {0e3e2e9a-ecd9-41f8-8409-0883fae1ce41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8923 | 2024.09.03 23:55:25.527437 [ 3 ] {0e3e2e9a-ecd9-41f8-8409-0883fae1ce41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8924 | 2024.09.03 23:55:25.527873 [ 3 ] {0e3e2e9a-ecd9-41f8-8409-0883fae1ce41} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8925 | 2024.09.03 23:55:25.527910 [ 3 ] {0e3e2e9a-ecd9-41f8-8409-0883fae1ce41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8926 | 2024.09.03 23:55:25.528266 [ 3 ] {0e3e2e9a-ecd9-41f8-8409-0883fae1ce41} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
8927 | 2024.09.03 23:55:25.528625 [ 3 ] {0e3e2e9a-ecd9-41f8-8409-0883fae1ce41} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8928 | 2024.09.03 23:55:25.528764 [ 3 ] {0e3e2e9a-ecd9-41f8-8409-0883fae1ce41} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001709 sec., 133411.3516676419 rows/sec., 9.03 MiB/sec. | ||
8929 | 2024.09.03 23:55:25.528969 [ 3 ] {0e3e2e9a-ecd9-41f8-8409-0883fae1ce41} <Debug> DynamicQueryHandler: Done processing query | ||
8930 | 2024.09.03 23:55:25.528993 [ 3 ] {0e3e2e9a-ecd9-41f8-8409-0883fae1ce41} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
8931 | 2024.09.03 23:55:25.529009 [ 3 ] {} <Debug> HTTP-Session: 31e1d6cf-4d68-43d2-8823-329ba6c36293 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8932 | 2024.09.03 23:55:25.529238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 91143, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8933 | 2024.09.03 23:55:25.529290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8934 | 2024.09.03 23:55:25.529310 [ 3 ] {} <Debug> HTTP-Session: 4148d732-43e7-4fb1-9c0d-9330ba1faedf Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8935 | 2024.09.03 23:55:25.529326 [ 3 ] {} <Debug> HTTP-Session: 4148d732-43e7-4fb1-9c0d-9330ba1faedf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8936 | 2024.09.03 23:55:25.529341 [ 3 ] {} <Debug> HTTP-Session: 4148d732-43e7-4fb1-9c0d-9330ba1faedf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8937 | 2024.09.03 23:55:25.529372 [ 3 ] {} <Trace> HTTP-Session: 4148d732-43e7-4fb1-9c0d-9330ba1faedf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8938 | 2024.09.03 23:55:25.529732 [ 3 ] {a67283b3-00e9-4299-bd28-1bdeae5f2585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8939 | 2024.09.03 23:55:25.529775 [ 3 ] {a67283b3-00e9-4299-bd28-1bdeae5f2585} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8940 | 2024.09.03 23:55:25.530006 [ 3 ] {a67283b3-00e9-4299-bd28-1bdeae5f2585} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8941 | 2024.09.03 23:55:25.530757 [ 3 ] {a67283b3-00e9-4299-bd28-1bdeae5f2585} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8942 | 2024.09.03 23:55:25.530793 [ 3 ] {a67283b3-00e9-4299-bd28-1bdeae5f2585} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8943 | 2024.09.03 23:55:25.531161 [ 3 ] {a67283b3-00e9-4299-bd28-1bdeae5f2585} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8944 | 2024.09.03 23:55:25.531510 [ 3 ] {a67283b3-00e9-4299-bd28-1bdeae5f2585} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8945 | 2024.09.03 23:55:25.531674 [ 3 ] {a67283b3-00e9-4299-bd28-1bdeae5f2585} <Debug> executeQuery: Read 551 rows, 41.89 KiB in 0.002199 sec., 250568.44020009096 rows/sec., 18.60 MiB/sec. | ||
8946 | 2024.09.03 23:55:25.531852 [ 3 ] {a67283b3-00e9-4299-bd28-1bdeae5f2585} <Debug> DynamicQueryHandler: Done processing query | ||
8947 | 2024.09.03 23:55:25.531875 [ 3 ] {a67283b3-00e9-4299-bd28-1bdeae5f2585} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
8948 | 2024.09.03 23:55:25.531891 [ 3 ] {} <Debug> HTTP-Session: 4148d732-43e7-4fb1-9c0d-9330ba1faedf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8949 | 2024.09.03 23:55:25.532138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 158497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8950 | 2024.09.03 23:55:25.532189 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8951 | 2024.09.03 23:55:25.532212 [ 3 ] {} <Debug> HTTP-Session: 922ce1f9-7919-47f9-93d9-656d537948c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8952 | 2024.09.03 23:55:25.532228 [ 3 ] {} <Debug> HTTP-Session: 922ce1f9-7919-47f9-93d9-656d537948c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8953 | 2024.09.03 23:55:25.532243 [ 3 ] {} <Debug> HTTP-Session: 922ce1f9-7919-47f9-93d9-656d537948c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8954 | 2024.09.03 23:55:25.532274 [ 3 ] {} <Trace> HTTP-Session: 922ce1f9-7919-47f9-93d9-656d537948c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8955 | 2024.09.03 23:55:25.532974 [ 3 ] {c54ad33b-d39f-46f6-be12-4113e34aaff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8956 | 2024.09.03 23:55:25.533023 [ 3 ] {c54ad33b-d39f-46f6-be12-4113e34aaff7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8957 | 2024.09.03 23:55:25.533170 [ 3 ] {c54ad33b-d39f-46f6-be12-4113e34aaff7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8958 | 2024.09.03 23:55:25.534054 [ 3 ] {c54ad33b-d39f-46f6-be12-4113e34aaff7} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8959 | 2024.09.03 23:55:25.534090 [ 3 ] {c54ad33b-d39f-46f6-be12-4113e34aaff7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8960 | 2024.09.03 23:55:25.534512 [ 3 ] {c54ad33b-d39f-46f6-be12-4113e34aaff7} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8961 | 2024.09.03 23:55:25.534847 [ 3 ] {c54ad33b-d39f-46f6-be12-4113e34aaff7} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8962 | 2024.09.03 23:55:25.535001 [ 3 ] {c54ad33b-d39f-46f6-be12-4113e34aaff7} <Debug> executeQuery: Read 834 rows, 57.46 KiB in 0.00257 sec., 324513.61867704283 rows/sec., 21.83 MiB/sec. | ||
8963 | 2024.09.03 23:55:25.535178 [ 3 ] {c54ad33b-d39f-46f6-be12-4113e34aaff7} <Debug> DynamicQueryHandler: Done processing query | ||
8964 | 2024.09.03 23:55:25.535202 [ 3 ] {c54ad33b-d39f-46f6-be12-4113e34aaff7} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
8965 | 2024.09.03 23:55:25.535218 [ 3 ] {} <Debug> HTTP-Session: 922ce1f9-7919-47f9-93d9-656d537948c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8966 | 2024.09.03 23:55:25.535424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 51851, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8967 | 2024.09.03 23:55:25.535473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8968 | 2024.09.03 23:55:25.535492 [ 3 ] {} <Debug> HTTP-Session: 2438605d-3b78-44af-b75e-d37e5a0772ff Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8969 | 2024.09.03 23:55:25.535509 [ 3 ] {} <Debug> HTTP-Session: 2438605d-3b78-44af-b75e-d37e5a0772ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8970 | 2024.09.03 23:55:25.535524 [ 3 ] {} <Debug> HTTP-Session: 2438605d-3b78-44af-b75e-d37e5a0772ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8971 | 2024.09.03 23:55:25.535555 [ 3 ] {} <Trace> HTTP-Session: 2438605d-3b78-44af-b75e-d37e5a0772ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8972 | 2024.09.03 23:55:25.535971 [ 3 ] {2318e6a9-0cbd-4066-b102-fd78cf6b46a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
8973 | 2024.09.03 23:55:25.536034 [ 3 ] {2318e6a9-0cbd-4066-b102-fd78cf6b46a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8974 | 2024.09.03 23:55:25.536447 [ 3 ] {2318e6a9-0cbd-4066-b102-fd78cf6b46a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8975 | 2024.09.03 23:55:25.537184 [ 3 ] {2318e6a9-0cbd-4066-b102-fd78cf6b46a5} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8976 | 2024.09.03 23:55:25.537221 [ 3 ] {2318e6a9-0cbd-4066-b102-fd78cf6b46a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8977 | 2024.09.03 23:55:25.537848 [ 3 ] {2318e6a9-0cbd-4066-b102-fd78cf6b46a5} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
8978 | 2024.09.03 23:55:25.538255 [ 3 ] {2318e6a9-0cbd-4066-b102-fd78cf6b46a5} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8979 | 2024.09.03 23:55:25.538445 [ 3 ] {2318e6a9-0cbd-4066-b102-fd78cf6b46a5} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00281 sec., 11032.02846975089 rows/sec., 19.77 MiB/sec. | ||
8980 | 2024.09.03 23:55:25.538686 [ 3 ] {2318e6a9-0cbd-4066-b102-fd78cf6b46a5} <Debug> DynamicQueryHandler: Done processing query | ||
8981 | 2024.09.03 23:55:25.538711 [ 3 ] {2318e6a9-0cbd-4066-b102-fd78cf6b46a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
8982 | 2024.09.03 23:55:25.538726 [ 3 ] {} <Debug> HTTP-Session: 2438605d-3b78-44af-b75e-d37e5a0772ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8983 | 2024.09.03 23:55:25.538858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 8484, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8984 | 2024.09.03 23:55:25.538907 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8985 | 2024.09.03 23:55:25.538927 [ 3 ] {} <Debug> HTTP-Session: e909cd45-eaf6-41d3-bcc6-3871134b5047 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
8986 | 2024.09.03 23:55:25.538943 [ 3 ] {} <Debug> HTTP-Session: e909cd45-eaf6-41d3-bcc6-3871134b5047 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8987 | 2024.09.03 23:55:25.538957 [ 3 ] {} <Debug> HTTP-Session: e909cd45-eaf6-41d3-bcc6-3871134b5047 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8988 | 2024.09.03 23:55:25.538988 [ 3 ] {} <Trace> HTTP-Session: e909cd45-eaf6-41d3-bcc6-3871134b5047 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8989 | 2024.09.03 23:55:25.539097 [ 3 ] {1c2a01aa-fe67-40ea-99d4-594001a1c2d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8990 | 2024.09.03 23:55:25.539143 [ 3 ] {1c2a01aa-fe67-40ea-99d4-594001a1c2d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8991 | 2024.09.03 23:55:25.539271 [ 3 ] {1c2a01aa-fe67-40ea-99d4-594001a1c2d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8992 | 2024.09.03 23:55:25.539567 [ 3 ] {1c2a01aa-fe67-40ea-99d4-594001a1c2d9} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8993 | 2024.09.03 23:55:25.539603 [ 3 ] {1c2a01aa-fe67-40ea-99d4-594001a1c2d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8994 | 2024.09.03 23:55:25.539958 [ 3 ] {1c2a01aa-fe67-40ea-99d4-594001a1c2d9} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8995 | 2024.09.03 23:55:25.540277 [ 3 ] {1c2a01aa-fe67-40ea-99d4-594001a1c2d9} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8996 | 2024.09.03 23:55:25.540438 [ 3 ] {1c2a01aa-fe67-40ea-99d4-594001a1c2d9} <Debug> executeQuery: Read 56 rows, 3.86 KiB in 0.00137 sec., 40875.912408759126 rows/sec., 2.75 MiB/sec. | ||
8997 | 2024.09.03 23:55:25.540613 [ 3 ] {1c2a01aa-fe67-40ea-99d4-594001a1c2d9} <Debug> DynamicQueryHandler: Done processing query | ||
8998 | 2024.09.03 23:55:25.540637 [ 3 ] {1c2a01aa-fe67-40ea-99d4-594001a1c2d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8999 | 2024.09.03 23:55:25.540654 [ 3 ] {} <Debug> HTTP-Session: e909cd45-eaf6-41d3-bcc6-3871134b5047 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9000 | 2024.09.03 23:55:30.495275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9001 | 2024.09.03 23:55:30.495464 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9002 | 2024.09.03 23:55:30.495498 [ 3 ] {} <Debug> HTTP-Session: a391227a-36c1-4542-81e2-d2ad0ed062b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9003 | 2024.09.03 23:55:30.495526 [ 3 ] {} <Debug> HTTP-Session: a391227a-36c1-4542-81e2-d2ad0ed062b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9004 | 2024.09.03 23:55:30.495544 [ 3 ] {} <Debug> HTTP-Session: a391227a-36c1-4542-81e2-d2ad0ed062b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9005 | 2024.09.03 23:55:30.495603 [ 3 ] {} <Trace> HTTP-Session: a391227a-36c1-4542-81e2-d2ad0ed062b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9006 | 2024.09.03 23:55:30.495869 [ 3 ] {3e329b40-44d5-49c3-ba61-dc565a8665a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9007 | 2024.09.03 23:55:30.495947 [ 3 ] {3e329b40-44d5-49c3-ba61-dc565a8665a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9008 | 2024.09.03 23:55:30.496331 [ 3 ] {3e329b40-44d5-49c3-ba61-dc565a8665a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9009 | 2024.09.03 23:55:30.496925 [ 3 ] {3e329b40-44d5-49c3-ba61-dc565a8665a1} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9010 | 2024.09.03 23:55:30.496967 [ 3 ] {3e329b40-44d5-49c3-ba61-dc565a8665a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9011 | 2024.09.03 23:55:30.497391 [ 3 ] {3e329b40-44d5-49c3-ba61-dc565a8665a1} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
9012 | 2024.09.03 23:55:30.497783 [ 3 ] {3e329b40-44d5-49c3-ba61-dc565a8665a1} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9013 | 2024.09.03 23:55:30.497952 [ 3 ] {3e329b40-44d5-49c3-ba61-dc565a8665a1} <Debug> executeQuery: Read 201 rows, 18.03 KiB in 0.002193 sec., 91655.26675786593 rows/sec., 8.03 MiB/sec. | ||
9014 | 2024.09.03 23:55:30.497976 [ 53 ] {} <Debug> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
9015 | 2024.09.03 23:55:30.498090 [ 53 ] {} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9016 | 2024.09.03 23:55:30.498153 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9017 | 2024.09.03 23:55:30.498297 [ 3 ] {3e329b40-44d5-49c3-ba61-dc565a8665a1} <Debug> DynamicQueryHandler: Done processing query | ||
9018 | 2024.09.03 23:55:30.498339 [ 3 ] {3e329b40-44d5-49c3-ba61-dc565a8665a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9019 | 2024.09.03 23:55:30.498340 [ 192 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::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 | ||
9020 | 2024.09.03 23:55:30.498362 [ 3 ] {} <Debug> HTTP-Session: a391227a-36c1-4542-81e2-d2ad0ed062b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9021 | 2024.09.03 23:55:30.498581 [ 192 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9022 | 2024.09.03 23:55:30.498597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9023 | 2024.09.03 23:55:30.498646 [ 192 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1413 rows starting from the beginning of the part | ||
9024 | 2024.09.03 23:55:30.498704 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9025 | 2024.09.03 23:55:30.498786 [ 3 ] {} <Debug> HTTP-Session: 7fcbda38-aeda-4c7e-a522-6417441985a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9026 | 2024.09.03 23:55:30.498900 [ 192 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 201 rows starting from the beginning of the part | ||
9027 | 2024.09.03 23:55:30.498878 [ 3 ] {} <Debug> HTTP-Session: 7fcbda38-aeda-4c7e-a522-6417441985a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9028 | 2024.09.03 23:55:30.498989 [ 3 ] {} <Debug> HTTP-Session: 7fcbda38-aeda-4c7e-a522-6417441985a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9029 | 2024.09.03 23:55:30.499128 [ 3 ] {} <Trace> HTTP-Session: 7fcbda38-aeda-4c7e-a522-6417441985a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9030 | 2024.09.03 23:55:30.499153 [ 192 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 118 rows starting from the beginning of the part | ||
9031 | 2024.09.03 23:55:30.499451 [ 192 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::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 | ||
9032 | 2024.09.03 23:55:30.499559 [ 3 ] {e8b243c5-4d09-4447-b006-f57180a1d00c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9033 | 2024.09.03 23:55:30.499726 [ 3 ] {e8b243c5-4d09-4447-b006-f57180a1d00c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9034 | 2024.09.03 23:55:30.499766 [ 192 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1258 rows starting from the beginning of the part | ||
9035 | 2024.09.03 23:55:30.500048 [ 192 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::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 | ||
9036 | 2024.09.03 23:55:30.500948 [ 3 ] {e8b243c5-4d09-4447-b006-f57180a1d00c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9037 | 2024.09.03 23:55:30.501732 [ 3 ] {e8b243c5-4d09-4447-b006-f57180a1d00c} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9038 | 2024.09.03 23:55:30.501805 [ 3 ] {e8b243c5-4d09-4447-b006-f57180a1d00c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9039 | 2024.09.03 23:55:30.502826 [ 3 ] {e8b243c5-4d09-4447-b006-f57180a1d00c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
9040 | 2024.09.03 23:55:30.503258 [ 3 ] {e8b243c5-4d09-4447-b006-f57180a1d00c} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9041 | 2024.09.03 23:55:30.503576 [ 3 ] {e8b243c5-4d09-4447-b006-f57180a1d00c} <Debug> executeQuery: Read 6 rows, 462.00 B in 0.004236 sec., 1416.4305949008499 rows/sec., 106.51 KiB/sec. | ||
9042 | 2024.09.03 23:55:30.504140 [ 197 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3392 rows, containing 5 columns (5 merged, 0 gathered) in 0.005896117 sec., 575293.8756133909 rows/sec., 50.64 MiB/sec. | ||
9043 | 2024.09.03 23:55:30.504171 [ 3 ] {e8b243c5-4d09-4447-b006-f57180a1d00c} <Debug> DynamicQueryHandler: Done processing query | ||
9044 | 2024.09.03 23:55:30.504224 [ 3 ] {e8b243c5-4d09-4447-b006-f57180a1d00c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9045 | 2024.09.03 23:55:30.504247 [ 3 ] {} <Debug> HTTP-Session: 7fcbda38-aeda-4c7e-a522-6417441985a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9046 | 2024.09.03 23:55:30.504464 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9047 | 2024.09.03 23:55:30.504477 [ 197 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
9048 | 2024.09.03 23:55:30.504548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9049 | 2024.09.03 23:55:30.504616 [ 3 ] {} <Debug> HTTP-Session: 6a1b162a-8da0-4dcc-a3ab-7503ee4879b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9050 | 2024.09.03 23:55:30.504643 [ 3 ] {} <Debug> HTTP-Session: 6a1b162a-8da0-4dcc-a3ab-7503ee4879b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9051 | 2024.09.03 23:55:30.504659 [ 3 ] {} <Debug> HTTP-Session: 6a1b162a-8da0-4dcc-a3ab-7503ee4879b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9052 | 2024.09.03 23:55:30.504727 [ 3 ] {} <Trace> HTTP-Session: 6a1b162a-8da0-4dcc-a3ab-7503ee4879b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9053 | 2024.09.03 23:55:30.505035 [ 3 ] {3d63ba26-77d2-422e-8b76-65f6b642588b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9054 | 2024.09.03 23:55:30.505167 [ 3 ] {3d63ba26-77d2-422e-8b76-65f6b642588b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9055 | 2024.09.03 23:55:30.505612 [ 197 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_46_9} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9056 | 2024.09.03 23:55:30.505846 [ 3 ] {3d63ba26-77d2-422e-8b76-65f6b642588b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9057 | 2024.09.03 23:55:30.505872 [ 197 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_46_9} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
9058 | 2024.09.03 23:55:30.506069 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
9059 | 2024.09.03 23:55:30.506318 [ 3 ] {3d63ba26-77d2-422e-8b76-65f6b642588b} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9060 | 2024.09.03 23:55:30.506360 [ 3 ] {3d63ba26-77d2-422e-8b76-65f6b642588b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9061 | 2024.09.03 23:55:30.506723 [ 3 ] {3d63ba26-77d2-422e-8b76-65f6b642588b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
9062 | 2024.09.03 23:55:30.507082 [ 3 ] {3d63ba26-77d2-422e-8b76-65f6b642588b} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9063 | 2024.09.03 23:55:30.507248 [ 3 ] {3d63ba26-77d2-422e-8b76-65f6b642588b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.0024 sec., 5833.333333333334 rows/sec., 408.53 KiB/sec. | ||
9064 | 2024.09.03 23:55:30.507580 [ 3 ] {3d63ba26-77d2-422e-8b76-65f6b642588b} <Debug> DynamicQueryHandler: Done processing query | ||
9065 | 2024.09.03 23:55:30.507614 [ 3 ] {3d63ba26-77d2-422e-8b76-65f6b642588b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9066 | 2024.09.03 23:55:30.507633 [ 3 ] {} <Debug> HTTP-Session: 6a1b162a-8da0-4dcc-a3ab-7503ee4879b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9067 | 2024.09.03 23:55:30.507756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9068 | 2024.09.03 23:55:30.507806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9069 | 2024.09.03 23:55:30.507825 [ 3 ] {} <Debug> HTTP-Session: b395b77f-da1d-445f-8d01-de38d3a0b7e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9070 | 2024.09.03 23:55:30.507842 [ 3 ] {} <Debug> HTTP-Session: b395b77f-da1d-445f-8d01-de38d3a0b7e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9071 | 2024.09.03 23:55:30.507855 [ 3 ] {} <Debug> HTTP-Session: b395b77f-da1d-445f-8d01-de38d3a0b7e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9072 | 2024.09.03 23:55:30.507887 [ 3 ] {} <Trace> HTTP-Session: b395b77f-da1d-445f-8d01-de38d3a0b7e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9073 | 2024.09.03 23:55:30.507985 [ 3 ] {02d700bc-842c-445d-94c0-88b7bb84620b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
9074 | 2024.09.03 23:55:30.508028 [ 3 ] {02d700bc-842c-445d-94c0-88b7bb84620b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9075 | 2024.09.03 23:55:30.508274 [ 3 ] {02d700bc-842c-445d-94c0-88b7bb84620b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9076 | 2024.09.03 23:55:30.508586 [ 3 ] {02d700bc-842c-445d-94c0-88b7bb84620b} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9077 | 2024.09.03 23:55:30.508622 [ 3 ] {02d700bc-842c-445d-94c0-88b7bb84620b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9078 | 2024.09.03 23:55:30.508963 [ 3 ] {02d700bc-842c-445d-94c0-88b7bb84620b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9079 | 2024.09.03 23:55:30.509323 [ 3 ] {02d700bc-842c-445d-94c0-88b7bb84620b} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9080 | 2024.09.03 23:55:30.509481 [ 3 ] {02d700bc-842c-445d-94c0-88b7bb84620b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001515 sec., 3960.39603960396 rows/sec., 233.99 KiB/sec. | ||
9081 | 2024.09.03 23:55:30.509831 [ 3 ] {02d700bc-842c-445d-94c0-88b7bb84620b} <Debug> DynamicQueryHandler: Done processing query | ||
9082 | 2024.09.03 23:55:30.509861 [ 3 ] {02d700bc-842c-445d-94c0-88b7bb84620b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9083 | 2024.09.03 23:55:30.509878 [ 3 ] {} <Debug> HTTP-Session: b395b77f-da1d-445f-8d01-de38d3a0b7e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9084 | 2024.09.03 23:55:30.510086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 62783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9085 | 2024.09.03 23:55:30.510140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9086 | 2024.09.03 23:55:30.510159 [ 3 ] {} <Debug> HTTP-Session: 4a17262e-2a04-44fb-b65f-091b61a8e2fb Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9087 | 2024.09.03 23:55:30.510176 [ 3 ] {} <Debug> HTTP-Session: 4a17262e-2a04-44fb-b65f-091b61a8e2fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9088 | 2024.09.03 23:55:30.510190 [ 3 ] {} <Debug> HTTP-Session: 4a17262e-2a04-44fb-b65f-091b61a8e2fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9089 | 2024.09.03 23:55:30.510221 [ 3 ] {} <Trace> HTTP-Session: 4a17262e-2a04-44fb-b65f-091b61a8e2fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9090 | 2024.09.03 23:55:30.510484 [ 3 ] {2a40af99-3a86-44dc-8f9a-e57d1cdd6249} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9091 | 2024.09.03 23:55:30.510529 [ 3 ] {2a40af99-3a86-44dc-8f9a-e57d1cdd6249} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9092 | 2024.09.03 23:55:30.510773 [ 3 ] {2a40af99-3a86-44dc-8f9a-e57d1cdd6249} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9093 | 2024.09.03 23:55:30.511336 [ 3 ] {2a40af99-3a86-44dc-8f9a-e57d1cdd6249} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9094 | 2024.09.03 23:55:30.511372 [ 3 ] {2a40af99-3a86-44dc-8f9a-e57d1cdd6249} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9095 | 2024.09.03 23:55:30.511735 [ 3 ] {2a40af99-3a86-44dc-8f9a-e57d1cdd6249} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
9096 | 2024.09.03 23:55:30.512080 [ 3 ] {2a40af99-3a86-44dc-8f9a-e57d1cdd6249} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9097 | 2024.09.03 23:55:30.512232 [ 3 ] {2a40af99-3a86-44dc-8f9a-e57d1cdd6249} <Debug> executeQuery: Read 388 rows, 28.16 KiB in 0.001904 sec., 203781.512605042 rows/sec., 14.44 MiB/sec. | ||
9098 | 2024.09.03 23:55:30.512244 [ 53 ] {} <Debug> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
9099 | 2024.09.03 23:55:30.512328 [ 53 ] {} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9100 | 2024.09.03 23:55:30.512390 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9101 | 2024.09.03 23:55:30.512511 [ 3 ] {2a40af99-3a86-44dc-8f9a-e57d1cdd6249} <Debug> DynamicQueryHandler: Done processing query | ||
9102 | 2024.09.03 23:55:30.512566 [ 3 ] {2a40af99-3a86-44dc-8f9a-e57d1cdd6249} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
9103 | 2024.09.03 23:55:30.512592 [ 3 ] {} <Debug> HTTP-Session: 4a17262e-2a04-44fb-b65f-091b61a8e2fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9104 | 2024.09.03 23:55:30.512596 [ 186 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::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 | ||
9105 | 2024.09.03 23:55:30.512789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9106 | 2024.09.03 23:55:30.512925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9107 | 2024.09.03 23:55:30.512990 [ 3 ] {} <Debug> HTTP-Session: 90a0f80a-3b5a-45d3-b1eb-791798cd340c Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9108 | 2024.09.03 23:55:30.513011 [ 186 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9109 | 2024.09.03 23:55:30.513021 [ 3 ] {} <Debug> HTTP-Session: 90a0f80a-3b5a-45d3-b1eb-791798cd340c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9110 | 2024.09.03 23:55:30.513048 [ 3 ] {} <Debug> HTTP-Session: 90a0f80a-3b5a-45d3-b1eb-791798cd340c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9111 | 2024.09.03 23:55:30.513060 [ 186 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 911 rows starting from the beginning of the part | ||
9112 | 2024.09.03 23:55:30.513089 [ 3 ] {} <Trace> HTTP-Session: 90a0f80a-3b5a-45d3-b1eb-791798cd340c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9113 | 2024.09.03 23:55:30.513217 [ 186 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 388 rows starting from the beginning of the part | ||
9114 | 2024.09.03 23:55:30.513348 [ 3 ] {a570ace2-8411-46e4-b45a-94c858186f99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9115 | 2024.09.03 23:55:30.513609 [ 3 ] {a570ace2-8411-46e4-b45a-94c858186f99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9116 | 2024.09.03 23:55:30.513629 [ 186 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 95 rows starting from the beginning of the part | ||
9117 | 2024.09.03 23:55:30.513805 [ 186 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 388 rows starting from the beginning of the part | ||
9118 | 2024.09.03 23:55:30.514054 [ 186 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 551 rows starting from the beginning of the part | ||
9119 | 2024.09.03 23:55:30.514379 [ 186 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 388 rows starting from the beginning of the part | ||
9120 | 2024.09.03 23:55:30.514658 [ 3 ] {a570ace2-8411-46e4-b45a-94c858186f99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9121 | 2024.09.03 23:55:30.515198 [ 3 ] {a570ace2-8411-46e4-b45a-94c858186f99} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9122 | 2024.09.03 23:55:30.515237 [ 3 ] {a570ace2-8411-46e4-b45a-94c858186f99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9123 | 2024.09.03 23:55:30.515738 [ 3 ] {a570ace2-8411-46e4-b45a-94c858186f99} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9124 | 2024.09.03 23:55:30.516162 [ 3 ] {a570ace2-8411-46e4-b45a-94c858186f99} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9125 | 2024.09.03 23:55:30.516329 [ 3 ] {a570ace2-8411-46e4-b45a-94c858186f99} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003101 sec., 1934.8597226701063 rows/sec., 101.09 KiB/sec. | ||
9126 | 2024.09.03 23:55:30.516591 [ 194 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2721 rows, containing 5 columns (5 merged, 0 gathered) in 0.004115639 sec., 661136.7031948138 rows/sec., 50.41 MiB/sec. | ||
9127 | 2024.09.03 23:55:30.516601 [ 3 ] {a570ace2-8411-46e4-b45a-94c858186f99} <Debug> DynamicQueryHandler: Done processing query | ||
9128 | 2024.09.03 23:55:30.516651 [ 3 ] {a570ace2-8411-46e4-b45a-94c858186f99} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9129 | 2024.09.03 23:55:30.516676 [ 3 ] {} <Debug> HTTP-Session: 90a0f80a-3b5a-45d3-b1eb-791798cd340c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9130 | 2024.09.03 23:55:30.516848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 44650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9131 | 2024.09.03 23:55:30.516876 [ 196 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
9132 | 2024.09.03 23:55:30.516918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9133 | 2024.09.03 23:55:30.516979 [ 3 ] {} <Debug> HTTP-Session: 9c450f59-1fce-4fa3-85b7-99d4e55e04d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9134 | 2024.09.03 23:55:30.517027 [ 3 ] {} <Debug> HTTP-Session: 9c450f59-1fce-4fa3-85b7-99d4e55e04d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9135 | 2024.09.03 23:55:30.517059 [ 3 ] {} <Debug> HTTP-Session: 9c450f59-1fce-4fa3-85b7-99d4e55e04d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9136 | 2024.09.03 23:55:30.517092 [ 3 ] {} <Trace> HTTP-Session: 9c450f59-1fce-4fa3-85b7-99d4e55e04d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9137 | 2024.09.03 23:55:30.517475 [ 3 ] {08ee88e2-7f7a-4b46-825a-273e0e0be945} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9138 | 2024.09.03 23:55:30.517602 [ 3 ] {08ee88e2-7f7a-4b46-825a-273e0e0be945} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9139 | 2024.09.03 23:55:30.517976 [ 3 ] {08ee88e2-7f7a-4b46-825a-273e0e0be945} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9140 | 2024.09.03 23:55:30.517985 [ 196 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_46_9} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9141 | 2024.09.03 23:55:30.518175 [ 196 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_46_9} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
9142 | 2024.09.03 23:55:30.518323 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
9143 | 2024.09.03 23:55:30.518577 [ 3 ] {08ee88e2-7f7a-4b46-825a-273e0e0be945} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9144 | 2024.09.03 23:55:30.518618 [ 3 ] {08ee88e2-7f7a-4b46-825a-273e0e0be945} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9145 | 2024.09.03 23:55:30.519014 [ 3 ] {08ee88e2-7f7a-4b46-825a-273e0e0be945} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
9146 | 2024.09.03 23:55:30.519362 [ 3 ] {08ee88e2-7f7a-4b46-825a-273e0e0be945} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9147 | 2024.09.03 23:55:30.519516 [ 53 ] {} <Debug> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
9148 | 2024.09.03 23:55:30.519524 [ 3 ] {08ee88e2-7f7a-4b46-825a-273e0e0be945} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002284 sec., 103765.32399299474 rows/sec., 6.96 MiB/sec. | ||
9149 | 2024.09.03 23:55:30.519560 [ 53 ] {} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9150 | 2024.09.03 23:55:30.519635 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9151 | 2024.09.03 23:55:30.519812 [ 198 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::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 | ||
9152 | 2024.09.03 23:55:30.519857 [ 3 ] {08ee88e2-7f7a-4b46-825a-273e0e0be945} <Debug> DynamicQueryHandler: Done processing query | ||
9153 | 2024.09.03 23:55:30.519886 [ 3 ] {08ee88e2-7f7a-4b46-825a-273e0e0be945} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9154 | 2024.09.03 23:55:30.519918 [ 3 ] {} <Debug> HTTP-Session: 9c450f59-1fce-4fa3-85b7-99d4e55e04d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9155 | 2024.09.03 23:55:30.519983 [ 198 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9156 | 2024.09.03 23:55:30.520016 [ 198 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12958 rows starting from the beginning of the part | ||
9157 | 2024.09.03 23:55:30.520052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9158 | 2024.09.03 23:55:30.520186 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9159 | 2024.09.03 23:55:30.520214 [ 198 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 237 rows starting from the beginning of the part | ||
9160 | 2024.09.03 23:55:30.520273 [ 3 ] {} <Debug> HTTP-Session: 4ca78d54-0f8b-4449-ad26-d6fe0f498856 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9161 | 2024.09.03 23:55:30.520330 [ 3 ] {} <Debug> HTTP-Session: 4ca78d54-0f8b-4449-ad26-d6fe0f498856 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9162 | 2024.09.03 23:55:30.520373 [ 3 ] {} <Debug> HTTP-Session: 4ca78d54-0f8b-4449-ad26-d6fe0f498856 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9163 | 2024.09.03 23:55:30.520456 [ 198 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part | ||
9164 | 2024.09.03 23:55:30.520467 [ 3 ] {} <Trace> HTTP-Session: 4ca78d54-0f8b-4449-ad26-d6fe0f498856 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9165 | 2024.09.03 23:55:30.520658 [ 198 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 237 rows starting from the beginning of the part | ||
9166 | 2024.09.03 23:55:30.520735 [ 3 ] {5c0360d0-2b94-43ff-824d-ee54ff960283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
9167 | 2024.09.03 23:55:30.520872 [ 3 ] {5c0360d0-2b94-43ff-824d-ee54ff960283} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9168 | 2024.09.03 23:55:30.520888 [ 198 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 834 rows starting from the beginning of the part | ||
9169 | 2024.09.03 23:55:30.521116 [ 198 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::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 | ||
9170 | 2024.09.03 23:55:30.521498 [ 3 ] {5c0360d0-2b94-43ff-824d-ee54ff960283} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9171 | 2024.09.03 23:55:30.521913 [ 3 ] {5c0360d0-2b94-43ff-824d-ee54ff960283} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9172 | 2024.09.03 23:55:30.521951 [ 3 ] {5c0360d0-2b94-43ff-824d-ee54ff960283} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9173 | 2024.09.03 23:55:30.522324 [ 3 ] {5c0360d0-2b94-43ff-824d-ee54ff960283} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9174 | 2024.09.03 23:55:30.522874 [ 3 ] {5c0360d0-2b94-43ff-824d-ee54ff960283} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9175 | 2024.09.03 23:55:30.523121 [ 3 ] {5c0360d0-2b94-43ff-824d-ee54ff960283} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002499 sec., 400.16006402561027 rows/sec., 26.96 KiB/sec. | ||
9176 | 2024.09.03 23:55:30.523339 [ 3 ] {5c0360d0-2b94-43ff-824d-ee54ff960283} <Debug> DynamicQueryHandler: Done processing query | ||
9177 | 2024.09.03 23:55:30.523370 [ 3 ] {5c0360d0-2b94-43ff-824d-ee54ff960283} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
9178 | 2024.09.03 23:55:30.523399 [ 3 ] {} <Debug> HTTP-Session: 4ca78d54-0f8b-4449-ad26-d6fe0f498856 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9179 | 2024.09.03 23:55:30.523549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 10205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9180 | 2024.09.03 23:55:30.523629 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9181 | 2024.09.03 23:55:30.523649 [ 3 ] {} <Debug> HTTP-Session: c40274e5-9697-4a71-897e-a362e91882c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9182 | 2024.09.03 23:55:30.523665 [ 3 ] {} <Debug> HTTP-Session: c40274e5-9697-4a71-897e-a362e91882c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9183 | 2024.09.03 23:55:30.523682 [ 3 ] {} <Debug> HTTP-Session: c40274e5-9697-4a71-897e-a362e91882c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9184 | 2024.09.03 23:55:30.523718 [ 3 ] {} <Trace> HTTP-Session: c40274e5-9697-4a71-897e-a362e91882c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9185 | 2024.09.03 23:55:30.523863 [ 3 ] {200fe6d4-bebd-4b6e-9775-4b4b6aaf0126} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
9186 | 2024.09.03 23:55:30.523943 [ 3 ] {200fe6d4-bebd-4b6e-9775-4b4b6aaf0126} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9187 | 2024.09.03 23:55:30.525523 [ 3 ] {200fe6d4-bebd-4b6e-9775-4b4b6aaf0126} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9188 | 2024.09.03 23:55:30.526161 [ 3 ] {200fe6d4-bebd-4b6e-9775-4b4b6aaf0126} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9189 | 2024.09.03 23:55:30.526223 [ 3 ] {200fe6d4-bebd-4b6e-9775-4b4b6aaf0126} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9190 | 2024.09.03 23:55:30.526329 [ 196 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14663 rows, containing 5 columns (5 merged, 0 gathered) in 0.006583692 sec., 2227169.8007743983 rows/sec., 150.07 MiB/sec. | ||
9191 | 2024.09.03 23:55:30.526854 [ 196 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
9192 | 2024.09.03 23:55:30.527427 [ 3 ] {200fe6d4-bebd-4b6e-9775-4b4b6aaf0126} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
9193 | 2024.09.03 23:55:30.527936 [ 196 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9194 | 2024.09.03 23:55:30.528184 [ 196 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
9195 | 2024.09.03 23:55:30.528345 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.79 MiB. | ||
9196 | 2024.09.03 23:55:30.528484 [ 3 ] {200fe6d4-bebd-4b6e-9775-4b4b6aaf0126} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9197 | 2024.09.03 23:55:30.528647 [ 3 ] {200fe6d4-bebd-4b6e-9775-4b4b6aaf0126} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.004852 sec., 1236.603462489695 rows/sec., 2.22 MiB/sec. | ||
9198 | 2024.09.03 23:55:30.528904 [ 3 ] {200fe6d4-bebd-4b6e-9775-4b4b6aaf0126} <Debug> DynamicQueryHandler: Done processing query | ||
9199 | 2024.09.03 23:55:30.528930 [ 3 ] {200fe6d4-bebd-4b6e-9775-4b4b6aaf0126} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
9200 | 2024.09.03 23:55:30.528946 [ 3 ] {} <Debug> HTTP-Session: c40274e5-9697-4a71-897e-a362e91882c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9201 | 2024.09.03 23:55:30.529074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9202 | 2024.09.03 23:55:30.529123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9203 | 2024.09.03 23:55:30.529143 [ 3 ] {} <Debug> HTTP-Session: 4e462559-a47c-4543-ab9c-2a101e903594 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9204 | 2024.09.03 23:55:30.529159 [ 3 ] {} <Debug> HTTP-Session: 4e462559-a47c-4543-ab9c-2a101e903594 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9205 | 2024.09.03 23:55:30.529173 [ 3 ] {} <Debug> HTTP-Session: 4e462559-a47c-4543-ab9c-2a101e903594 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9206 | 2024.09.03 23:55:30.529204 [ 3 ] {} <Trace> HTTP-Session: 4e462559-a47c-4543-ab9c-2a101e903594 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9207 | 2024.09.03 23:55:30.529331 [ 3 ] {b158458c-0e3f-43d5-bdbb-701fbbc2a70a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9208 | 2024.09.03 23:55:30.529376 [ 3 ] {b158458c-0e3f-43d5-bdbb-701fbbc2a70a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9209 | 2024.09.03 23:55:30.529507 [ 3 ] {b158458c-0e3f-43d5-bdbb-701fbbc2a70a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9210 | 2024.09.03 23:55:30.529824 [ 3 ] {b158458c-0e3f-43d5-bdbb-701fbbc2a70a} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9211 | 2024.09.03 23:55:30.529860 [ 3 ] {b158458c-0e3f-43d5-bdbb-701fbbc2a70a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9212 | 2024.09.03 23:55:30.530228 [ 3 ] {b158458c-0e3f-43d5-bdbb-701fbbc2a70a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
9213 | 2024.09.03 23:55:30.530543 [ 3 ] {b158458c-0e3f-43d5-bdbb-701fbbc2a70a} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9214 | 2024.09.03 23:55:30.530672 [ 3 ] {b158458c-0e3f-43d5-bdbb-701fbbc2a70a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001392 sec., 58908.04597701149 rows/sec., 3.74 MiB/sec. | ||
9215 | 2024.09.03 23:55:30.530672 [ 40 ] {} <Debug> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
9216 | 2024.09.03 23:55:30.530741 [ 40 ] {} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9217 | 2024.09.03 23:55:30.530782 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9218 | 2024.09.03 23:55:30.530896 [ 3 ] {b158458c-0e3f-43d5-bdbb-701fbbc2a70a} <Debug> DynamicQueryHandler: Done processing query | ||
9219 | 2024.09.03 23:55:30.530976 [ 3 ] {b158458c-0e3f-43d5-bdbb-701fbbc2a70a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9220 | 2024.09.03 23:55:30.531063 [ 3 ] {} <Debug> HTTP-Session: 4e462559-a47c-4543-ab9c-2a101e903594 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9221 | 2024.09.03 23:55:30.531241 [ 195 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
9222 | 2024.09.03 23:55:30.531536 [ 195 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9223 | 2024.09.03 23:55:30.531575 [ 195 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2396 rows starting from the beginning of the part | ||
9224 | 2024.09.03 23:55:30.531697 [ 195 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
9225 | 2024.09.03 23:55:30.531795 [ 195 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part | ||
9226 | 2024.09.03 23:55:30.532023 [ 195 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 82 rows starting from the beginning of the part | ||
9227 | 2024.09.03 23:55:30.532185 [ 195 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 56 rows starting from the beginning of the part | ||
9228 | 2024.09.03 23:55:30.532363 [ 195 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
9229 | 2024.09.03 23:55:30.533926 [ 193 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2758 rows, containing 4 columns (4 merged, 0 gathered) in 0.003058186 sec., 901841.8107989507 rows/sec., 58.64 MiB/sec. | ||
9230 | 2024.09.03 23:55:30.534235 [ 193 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
9231 | 2024.09.03 23:55:30.534667 [ 193 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_46_9} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9232 | 2024.09.03 23:55:30.534754 [ 193 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_46_9} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
9233 | 2024.09.03 23:55:30.534842 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
9234 | 2024.09.03 23:55:33.279861 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9235 | 2024.09.03 23:55:33.279923 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9236 | 2024.09.03 23:55:35.492073 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 17496, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9237 | 2024.09.03 23:55:35.492226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9238 | 2024.09.03 23:55:35.492262 [ 3 ] {} <Debug> HTTP-Session: 2293570a-953f-4856-b86d-07b24d4900b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9239 | 2024.09.03 23:55:35.492297 [ 3 ] {} <Debug> HTTP-Session: 2293570a-953f-4856-b86d-07b24d4900b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9240 | 2024.09.03 23:55:35.492319 [ 3 ] {} <Debug> HTTP-Session: 2293570a-953f-4856-b86d-07b24d4900b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9241 | 2024.09.03 23:55:35.492385 [ 3 ] {} <Trace> HTTP-Session: 2293570a-953f-4856-b86d-07b24d4900b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9242 | 2024.09.03 23:55:35.492668 [ 3 ] {11035d57-7b1f-4d5c-987d-729867aa66bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9243 | 2024.09.03 23:55:35.492739 [ 3 ] {11035d57-7b1f-4d5c-987d-729867aa66bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9244 | 2024.09.03 23:55:35.493081 [ 3 ] {11035d57-7b1f-4d5c-987d-729867aa66bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9245 | 2024.09.03 23:55:35.493632 [ 3 ] {11035d57-7b1f-4d5c-987d-729867aa66bd} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9246 | 2024.09.03 23:55:35.493681 [ 3 ] {11035d57-7b1f-4d5c-987d-729867aa66bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9247 | 2024.09.03 23:55:35.494124 [ 3 ] {11035d57-7b1f-4d5c-987d-729867aa66bd} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9248 | 2024.09.03 23:55:35.494518 [ 3 ] {11035d57-7b1f-4d5c-987d-729867aa66bd} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9249 | 2024.09.03 23:55:35.494698 [ 3 ] {11035d57-7b1f-4d5c-987d-729867aa66bd} <Debug> executeQuery: Read 118 rows, 10.31 KiB in 0.002127 sec., 55477.19793135872 rows/sec., 4.73 MiB/sec. | ||
9250 | 2024.09.03 23:55:35.494928 [ 3 ] {11035d57-7b1f-4d5c-987d-729867aa66bd} <Debug> DynamicQueryHandler: Done processing query | ||
9251 | 2024.09.03 23:55:35.494957 [ 3 ] {11035d57-7b1f-4d5c-987d-729867aa66bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
9252 | 2024.09.03 23:55:35.494973 [ 3 ] {} <Debug> HTTP-Session: 2293570a-953f-4856-b86d-07b24d4900b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9253 | 2024.09.03 23:55:35.495119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 4494, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9254 | 2024.09.03 23:55:35.495178 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9255 | 2024.09.03 23:55:35.495197 [ 3 ] {} <Debug> HTTP-Session: 72cf62f1-8ecd-4a4e-a944-1833680cd901 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9256 | 2024.09.03 23:55:35.495215 [ 3 ] {} <Debug> HTTP-Session: 72cf62f1-8ecd-4a4e-a944-1833680cd901 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9257 | 2024.09.03 23:55:35.495229 [ 3 ] {} <Debug> HTTP-Session: 72cf62f1-8ecd-4a4e-a944-1833680cd901 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9258 | 2024.09.03 23:55:35.495264 [ 3 ] {} <Trace> HTTP-Session: 72cf62f1-8ecd-4a4e-a944-1833680cd901 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9259 | 2024.09.03 23:55:35.495381 [ 3 ] {3e019e66-ab9c-4bd8-b278-e80fbc5be8db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9260 | 2024.09.03 23:55:35.495430 [ 3 ] {3e019e66-ab9c-4bd8-b278-e80fbc5be8db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9261 | 2024.09.03 23:55:35.495672 [ 3 ] {3e019e66-ab9c-4bd8-b278-e80fbc5be8db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9262 | 2024.09.03 23:55:35.496025 [ 3 ] {3e019e66-ab9c-4bd8-b278-e80fbc5be8db} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9263 | 2024.09.03 23:55:35.496063 [ 3 ] {3e019e66-ab9c-4bd8-b278-e80fbc5be8db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9264 | 2024.09.03 23:55:35.496423 [ 3 ] {3e019e66-ab9c-4bd8-b278-e80fbc5be8db} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
9265 | 2024.09.03 23:55:35.496795 [ 3 ] {3e019e66-ab9c-4bd8-b278-e80fbc5be8db} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9266 | 2024.09.03 23:55:35.496964 [ 120 ] {} <Debug> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
9267 | 2024.09.03 23:55:35.496973 [ 3 ] {3e019e66-ab9c-4bd8-b278-e80fbc5be8db} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001616 sec., 19183.16831683168 rows/sec., 1.41 MiB/sec. | ||
9268 | 2024.09.03 23:55:35.497054 [ 120 ] {} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9269 | 2024.09.03 23:55:35.497126 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9270 | 2024.09.03 23:55:35.497346 [ 195 ] {2eb473cb-1344-44ef-a554-02e2b150f647::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 | ||
9271 | 2024.09.03 23:55:35.497361 [ 3 ] {3e019e66-ab9c-4bd8-b278-e80fbc5be8db} <Debug> DynamicQueryHandler: Done processing query | ||
9272 | 2024.09.03 23:55:35.497451 [ 3 ] {3e019e66-ab9c-4bd8-b278-e80fbc5be8db} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9273 | 2024.09.03 23:55:35.497474 [ 3 ] {} <Debug> HTTP-Session: 72cf62f1-8ecd-4a4e-a944-1833680cd901 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9274 | 2024.09.03 23:55:35.497614 [ 195 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9275 | 2024.09.03 23:55:35.497656 [ 195 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 55 rows starting from the beginning of the part | ||
9276 | 2024.09.03 23:55:35.497715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 16129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9277 | 2024.09.03 23:55:35.497870 [ 195 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 31 rows starting from the beginning of the part | ||
9278 | 2024.09.03 23:55:35.497874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9279 | 2024.09.03 23:55:35.497967 [ 3 ] {} <Debug> HTTP-Session: b09ce9a7-845a-47a7-9f64-09d2265aa9b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9280 | 2024.09.03 23:55:35.498040 [ 3 ] {} <Debug> HTTP-Session: b09ce9a7-845a-47a7-9f64-09d2265aa9b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9281 | 2024.09.03 23:55:35.498119 [ 3 ] {} <Debug> HTTP-Session: b09ce9a7-845a-47a7-9f64-09d2265aa9b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9282 | 2024.09.03 23:55:35.498146 [ 195 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
9283 | 2024.09.03 23:55:35.498308 [ 3 ] {} <Trace> HTTP-Session: b09ce9a7-845a-47a7-9f64-09d2265aa9b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9284 | 2024.09.03 23:55:35.498527 [ 195 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 31 rows starting from the beginning of the part | ||
9285 | 2024.09.03 23:55:35.498667 [ 3 ] {7c69cf72-5ccf-406a-96ec-e9340f725c22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9286 | 2024.09.03 23:55:35.498794 [ 3 ] {7c69cf72-5ccf-406a-96ec-e9340f725c22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9287 | 2024.09.03 23:55:35.498918 [ 195 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
9288 | 2024.09.03 23:55:35.499309 [ 195 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 31 rows starting from the beginning of the part | ||
9289 | 2024.09.03 23:55:35.500101 [ 3 ] {7c69cf72-5ccf-406a-96ec-e9340f725c22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9290 | 2024.09.03 23:55:35.501023 [ 3 ] {7c69cf72-5ccf-406a-96ec-e9340f725c22} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9291 | 2024.09.03 23:55:35.501091 [ 3 ] {7c69cf72-5ccf-406a-96ec-e9340f725c22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9292 | 2024.09.03 23:55:35.502157 [ 3 ] {7c69cf72-5ccf-406a-96ec-e9340f725c22} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9293 | 2024.09.03 23:55:35.502334 [ 196 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 160 rows, containing 5 columns (5 merged, 0 gathered) in 0.00509207 sec., 31421.406225758878 rows/sec., 2.41 MiB/sec. | ||
9294 | 2024.09.03 23:55:35.502636 [ 196 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
9295 | 2024.09.03 23:55:35.502924 [ 3 ] {7c69cf72-5ccf-406a-96ec-e9340f725c22} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9296 | 2024.09.03 23:55:35.503359 [ 3 ] {7c69cf72-5ccf-406a-96ec-e9340f725c22} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.004768 sec., 19924.496644295305 rows/sec., 1.56 MiB/sec. | ||
9297 | 2024.09.03 23:55:35.503822 [ 3 ] {7c69cf72-5ccf-406a-96ec-e9340f725c22} <Debug> DynamicQueryHandler: Done processing query | ||
9298 | 2024.09.03 23:55:35.503829 [ 189 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_40_8} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9299 | 2024.09.03 23:55:35.503857 [ 3 ] {7c69cf72-5ccf-406a-96ec-e9340f725c22} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9300 | 2024.09.03 23:55:35.503912 [ 3 ] {} <Debug> HTTP-Session: b09ce9a7-845a-47a7-9f64-09d2265aa9b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9301 | 2024.09.03 23:55:35.504016 [ 189 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_40_8} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
9302 | 2024.09.03 23:55:35.504142 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
9303 | 2024.09.03 23:55:35.504168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9304 | 2024.09.03 23:55:35.504241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9305 | 2024.09.03 23:55:35.504261 [ 3 ] {} <Debug> HTTP-Session: 82eae7db-d744-40b0-86ca-bb91301164f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9306 | 2024.09.03 23:55:35.504279 [ 3 ] {} <Debug> HTTP-Session: 82eae7db-d744-40b0-86ca-bb91301164f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9307 | 2024.09.03 23:55:35.504294 [ 3 ] {} <Debug> HTTP-Session: 82eae7db-d744-40b0-86ca-bb91301164f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9308 | 2024.09.03 23:55:35.504327 [ 3 ] {} <Trace> HTTP-Session: 82eae7db-d744-40b0-86ca-bb91301164f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9309 | 2024.09.03 23:55:35.504501 [ 3 ] {3a45ee09-f819-4f79-b0f6-6c149fa2dab8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9310 | 2024.09.03 23:55:35.504552 [ 3 ] {3a45ee09-f819-4f79-b0f6-6c149fa2dab8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9311 | 2024.09.03 23:55:35.504730 [ 3 ] {3a45ee09-f819-4f79-b0f6-6c149fa2dab8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9312 | 2024.09.03 23:55:35.505145 [ 3 ] {3a45ee09-f819-4f79-b0f6-6c149fa2dab8} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9313 | 2024.09.03 23:55:35.505182 [ 3 ] {3a45ee09-f819-4f79-b0f6-6c149fa2dab8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9314 | 2024.09.03 23:55:35.505581 [ 3 ] {3a45ee09-f819-4f79-b0f6-6c149fa2dab8} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9315 | 2024.09.03 23:55:35.505938 [ 3 ] {3a45ee09-f819-4f79-b0f6-6c149fa2dab8} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9316 | 2024.09.03 23:55:35.506099 [ 3 ] {3a45ee09-f819-4f79-b0f6-6c149fa2dab8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001672 sec., 95693.77990430621 rows/sec., 6.66 MiB/sec. | ||
9317 | 2024.09.03 23:55:35.506277 [ 3 ] {3a45ee09-f819-4f79-b0f6-6c149fa2dab8} <Debug> DynamicQueryHandler: Done processing query | ||
9318 | 2024.09.03 23:55:35.506302 [ 3 ] {3a45ee09-f819-4f79-b0f6-6c149fa2dab8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9319 | 2024.09.03 23:55:35.506317 [ 3 ] {} <Debug> HTTP-Session: 82eae7db-d744-40b0-86ca-bb91301164f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9320 | 2024.09.03 23:55:35.506497 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 51846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9321 | 2024.09.03 23:55:35.506547 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9322 | 2024.09.03 23:55:35.506566 [ 3 ] {} <Debug> HTTP-Session: b07c78a1-4404-4c67-a338-4637046abebe Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9323 | 2024.09.03 23:55:35.506583 [ 3 ] {} <Debug> HTTP-Session: b07c78a1-4404-4c67-a338-4637046abebe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9324 | 2024.09.03 23:55:35.506597 [ 3 ] {} <Debug> HTTP-Session: b07c78a1-4404-4c67-a338-4637046abebe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9325 | 2024.09.03 23:55:35.506628 [ 3 ] {} <Trace> HTTP-Session: b07c78a1-4404-4c67-a338-4637046abebe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9326 | 2024.09.03 23:55:35.507003 [ 3 ] {322366ca-c96d-41cc-a4be-b46b56e7e2c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
9327 | 2024.09.03 23:55:35.507070 [ 3 ] {322366ca-c96d-41cc-a4be-b46b56e7e2c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9328 | 2024.09.03 23:55:35.507504 [ 3 ] {322366ca-c96d-41cc-a4be-b46b56e7e2c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9329 | 2024.09.03 23:55:35.508250 [ 3 ] {322366ca-c96d-41cc-a4be-b46b56e7e2c8} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9330 | 2024.09.03 23:55:35.508287 [ 3 ] {322366ca-c96d-41cc-a4be-b46b56e7e2c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9331 | 2024.09.03 23:55:35.508936 [ 3 ] {322366ca-c96d-41cc-a4be-b46b56e7e2c8} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
9332 | 2024.09.03 23:55:35.509347 [ 3 ] {322366ca-c96d-41cc-a4be-b46b56e7e2c8} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9333 | 2024.09.03 23:55:35.509553 [ 3 ] {322366ca-c96d-41cc-a4be-b46b56e7e2c8} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002838 sec., 10923.185341789993 rows/sec., 19.57 MiB/sec. | ||
9334 | 2024.09.03 23:55:35.510079 [ 3 ] {322366ca-c96d-41cc-a4be-b46b56e7e2c8} <Debug> DynamicQueryHandler: Done processing query | ||
9335 | 2024.09.03 23:55:35.510104 [ 3 ] {322366ca-c96d-41cc-a4be-b46b56e7e2c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
9336 | 2024.09.03 23:55:35.510120 [ 3 ] {} <Debug> HTTP-Session: b07c78a1-4404-4c67-a338-4637046abebe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9337 | 2024.09.03 23:55:35.510259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9338 | 2024.09.03 23:55:35.510309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9339 | 2024.09.03 23:55:35.510328 [ 3 ] {} <Debug> HTTP-Session: 67da2a4f-1bbc-42a4-9a9a-84f9a2647f3d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9340 | 2024.09.03 23:55:35.510344 [ 3 ] {} <Debug> HTTP-Session: 67da2a4f-1bbc-42a4-9a9a-84f9a2647f3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9341 | 2024.09.03 23:55:35.510358 [ 3 ] {} <Debug> HTTP-Session: 67da2a4f-1bbc-42a4-9a9a-84f9a2647f3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9342 | 2024.09.03 23:55:35.510389 [ 3 ] {} <Trace> HTTP-Session: 67da2a4f-1bbc-42a4-9a9a-84f9a2647f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9343 | 2024.09.03 23:55:35.510512 [ 3 ] {3109944b-a377-4dc8-9f9c-3a786f96fd61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9344 | 2024.09.03 23:55:35.510558 [ 3 ] {3109944b-a377-4dc8-9f9c-3a786f96fd61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9345 | 2024.09.03 23:55:35.510711 [ 3 ] {3109944b-a377-4dc8-9f9c-3a786f96fd61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9346 | 2024.09.03 23:55:35.511031 [ 3 ] {3109944b-a377-4dc8-9f9c-3a786f96fd61} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9347 | 2024.09.03 23:55:35.511066 [ 3 ] {3109944b-a377-4dc8-9f9c-3a786f96fd61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9348 | 2024.09.03 23:55:35.511430 [ 3 ] {3109944b-a377-4dc8-9f9c-3a786f96fd61} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9349 | 2024.09.03 23:55:35.511754 [ 3 ] {3109944b-a377-4dc8-9f9c-3a786f96fd61} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9350 | 2024.09.03 23:55:35.511906 [ 3 ] {3109944b-a377-4dc8-9f9c-3a786f96fd61} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001433 sec., 41870.2023726448 rows/sec., 2.82 MiB/sec. | ||
9351 | 2024.09.03 23:55:35.512213 [ 3 ] {3109944b-a377-4dc8-9f9c-3a786f96fd61} <Debug> DynamicQueryHandler: Done processing query | ||
9352 | 2024.09.03 23:55:35.512256 [ 3 ] {3109944b-a377-4dc8-9f9c-3a786f96fd61} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9353 | 2024.09.03 23:55:35.512283 [ 3 ] {} <Debug> HTTP-Session: 67da2a4f-1bbc-42a4-9a9a-84f9a2647f3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9354 | 2024.09.03 23:55:40.495614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9355 | 2024.09.03 23:55:40.495742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9356 | 2024.09.03 23:55:40.495769 [ 3 ] {} <Debug> HTTP-Session: c592e8e0-3139-4e3e-a94e-14cd04efa8b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9357 | 2024.09.03 23:55:40.495797 [ 3 ] {} <Debug> HTTP-Session: c592e8e0-3139-4e3e-a94e-14cd04efa8b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9358 | 2024.09.03 23:55:40.495815 [ 3 ] {} <Debug> HTTP-Session: c592e8e0-3139-4e3e-a94e-14cd04efa8b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9359 | 2024.09.03 23:55:40.495871 [ 3 ] {} <Trace> HTTP-Session: c592e8e0-3139-4e3e-a94e-14cd04efa8b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9360 | 2024.09.03 23:55:40.496070 [ 3 ] {0c215bd5-9f00-4b8a-bf53-e4b6fde8cbc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9361 | 2024.09.03 23:55:40.496146 [ 3 ] {0c215bd5-9f00-4b8a-bf53-e4b6fde8cbc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9362 | 2024.09.03 23:55:40.496533 [ 3 ] {0c215bd5-9f00-4b8a-bf53-e4b6fde8cbc8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9363 | 2024.09.03 23:55:40.497005 [ 3 ] {0c215bd5-9f00-4b8a-bf53-e4b6fde8cbc8} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9364 | 2024.09.03 23:55:40.497047 [ 3 ] {0c215bd5-9f00-4b8a-bf53-e4b6fde8cbc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9365 | 2024.09.03 23:55:40.497472 [ 3 ] {0c215bd5-9f00-4b8a-bf53-e4b6fde8cbc8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
9366 | 2024.09.03 23:55:40.497876 [ 3 ] {0c215bd5-9f00-4b8a-bf53-e4b6fde8cbc8} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9367 | 2024.09.03 23:55:40.498028 [ 3 ] {0c215bd5-9f00-4b8a-bf53-e4b6fde8cbc8} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002015 sec., 1985.1116625310176 rows/sec., 161.87 KiB/sec. | ||
9368 | 2024.09.03 23:55:40.498355 [ 3 ] {0c215bd5-9f00-4b8a-bf53-e4b6fde8cbc8} <Debug> DynamicQueryHandler: Done processing query | ||
9369 | 2024.09.03 23:55:40.498382 [ 3 ] {0c215bd5-9f00-4b8a-bf53-e4b6fde8cbc8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9370 | 2024.09.03 23:55:40.498399 [ 3 ] {} <Debug> HTTP-Session: c592e8e0-3139-4e3e-a94e-14cd04efa8b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9371 | 2024.09.03 23:55:40.498580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9372 | 2024.09.03 23:55:40.498633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9373 | 2024.09.03 23:55:40.498654 [ 3 ] {} <Debug> HTTP-Session: 11a4e853-5e3a-40dc-b85e-1a7c02560479 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9374 | 2024.09.03 23:55:40.498670 [ 3 ] {} <Debug> HTTP-Session: 11a4e853-5e3a-40dc-b85e-1a7c02560479 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9375 | 2024.09.03 23:55:40.498708 [ 3 ] {} <Debug> HTTP-Session: 11a4e853-5e3a-40dc-b85e-1a7c02560479 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9376 | 2024.09.03 23:55:40.498743 [ 3 ] {} <Trace> HTTP-Session: 11a4e853-5e3a-40dc-b85e-1a7c02560479 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9377 | 2024.09.03 23:55:40.498925 [ 3 ] {9dd5f2b0-42aa-456a-a072-5175ea1575f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9378 | 2024.09.03 23:55:40.498969 [ 3 ] {9dd5f2b0-42aa-456a-a072-5175ea1575f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9379 | 2024.09.03 23:55:40.499215 [ 3 ] {9dd5f2b0-42aa-456a-a072-5175ea1575f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9380 | 2024.09.03 23:55:40.499684 [ 3 ] {9dd5f2b0-42aa-456a-a072-5175ea1575f7} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9381 | 2024.09.03 23:55:40.499721 [ 3 ] {9dd5f2b0-42aa-456a-a072-5175ea1575f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9382 | 2024.09.03 23:55:40.500090 [ 3 ] {9dd5f2b0-42aa-456a-a072-5175ea1575f7} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9383 | 2024.09.03 23:55:40.500448 [ 3 ] {9dd5f2b0-42aa-456a-a072-5175ea1575f7} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9384 | 2024.09.03 23:55:40.500603 [ 3 ] {9dd5f2b0-42aa-456a-a072-5175ea1575f7} <Debug> executeQuery: Read 203 rows, 18.17 KiB in 0.001759 sec., 115406.48095508812 rows/sec., 10.09 MiB/sec. | ||
9385 | 2024.09.03 23:55:40.500794 [ 3 ] {9dd5f2b0-42aa-456a-a072-5175ea1575f7} <Debug> DynamicQueryHandler: Done processing query | ||
9386 | 2024.09.03 23:55:40.500819 [ 3 ] {9dd5f2b0-42aa-456a-a072-5175ea1575f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9387 | 2024.09.03 23:55:40.500836 [ 3 ] {} <Debug> HTTP-Session: 11a4e853-5e3a-40dc-b85e-1a7c02560479 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9388 | 2024.09.03 23:55:40.500998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1468, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9389 | 2024.09.03 23:55:40.501048 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9390 | 2024.09.03 23:55:40.501068 [ 3 ] {} <Debug> HTTP-Session: e643d7d8-04b4-455a-bf9e-a1dbfecbff03 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9391 | 2024.09.03 23:55:40.501085 [ 3 ] {} <Debug> HTTP-Session: e643d7d8-04b4-455a-bf9e-a1dbfecbff03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9392 | 2024.09.03 23:55:40.501099 [ 3 ] {} <Debug> HTTP-Session: e643d7d8-04b4-455a-bf9e-a1dbfecbff03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9393 | 2024.09.03 23:55:40.501130 [ 3 ] {} <Trace> HTTP-Session: e643d7d8-04b4-455a-bf9e-a1dbfecbff03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9394 | 2024.09.03 23:55:40.501227 [ 3 ] {e06925ab-10eb-4e59-a3da-643084e0a5e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9395 | 2024.09.03 23:55:40.501272 [ 3 ] {e06925ab-10eb-4e59-a3da-643084e0a5e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9396 | 2024.09.03 23:55:40.501496 [ 3 ] {e06925ab-10eb-4e59-a3da-643084e0a5e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9397 | 2024.09.03 23:55:40.501842 [ 3 ] {e06925ab-10eb-4e59-a3da-643084e0a5e3} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9398 | 2024.09.03 23:55:40.501883 [ 3 ] {e06925ab-10eb-4e59-a3da-643084e0a5e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9399 | 2024.09.03 23:55:40.502257 [ 3 ] {e06925ab-10eb-4e59-a3da-643084e0a5e3} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
9400 | 2024.09.03 23:55:40.502619 [ 3 ] {e06925ab-10eb-4e59-a3da-643084e0a5e3} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9401 | 2024.09.03 23:55:40.502779 [ 3 ] {e06925ab-10eb-4e59-a3da-643084e0a5e3} <Debug> executeQuery: Read 10 rows, 748.00 B in 0.001572 sec., 6361.323155216285 rows/sec., 464.67 KiB/sec. | ||
9402 | 2024.09.03 23:55:40.502952 [ 3 ] {e06925ab-10eb-4e59-a3da-643084e0a5e3} <Debug> DynamicQueryHandler: Done processing query | ||
9403 | 2024.09.03 23:55:40.502977 [ 3 ] {e06925ab-10eb-4e59-a3da-643084e0a5e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9404 | 2024.09.03 23:55:40.502994 [ 3 ] {} <Debug> HTTP-Session: e643d7d8-04b4-455a-bf9e-a1dbfecbff03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9405 | 2024.09.03 23:55:40.503151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9406 | 2024.09.03 23:55:40.503200 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9407 | 2024.09.03 23:55:40.503219 [ 3 ] {} <Debug> HTTP-Session: 17de453b-feb4-4aea-a067-9f2324e7f9ee Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9408 | 2024.09.03 23:55:40.503236 [ 3 ] {} <Debug> HTTP-Session: 17de453b-feb4-4aea-a067-9f2324e7f9ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9409 | 2024.09.03 23:55:40.503250 [ 3 ] {} <Debug> HTTP-Session: 17de453b-feb4-4aea-a067-9f2324e7f9ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9410 | 2024.09.03 23:55:40.503282 [ 3 ] {} <Trace> HTTP-Session: 17de453b-feb4-4aea-a067-9f2324e7f9ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9411 | 2024.09.03 23:55:40.503383 [ 3 ] {6f8b55b3-b23c-48d6-a8bf-21bbf0aabadf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9412 | 2024.09.03 23:55:40.503427 [ 3 ] {6f8b55b3-b23c-48d6-a8bf-21bbf0aabadf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9413 | 2024.09.03 23:55:40.503658 [ 3 ] {6f8b55b3-b23c-48d6-a8bf-21bbf0aabadf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9414 | 2024.09.03 23:55:40.503992 [ 3 ] {6f8b55b3-b23c-48d6-a8bf-21bbf0aabadf} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9415 | 2024.09.03 23:55:40.504043 [ 3 ] {6f8b55b3-b23c-48d6-a8bf-21bbf0aabadf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9416 | 2024.09.03 23:55:40.504479 [ 3 ] {6f8b55b3-b23c-48d6-a8bf-21bbf0aabadf} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
9417 | 2024.09.03 23:55:40.504837 [ 3 ] {6f8b55b3-b23c-48d6-a8bf-21bbf0aabadf} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9418 | 2024.09.03 23:55:40.504972 [ 3 ] {6f8b55b3-b23c-48d6-a8bf-21bbf0aabadf} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001614 sec., 8674.101610904585 rows/sec., 607.48 KiB/sec. | ||
9419 | 2024.09.03 23:55:40.505271 [ 3 ] {6f8b55b3-b23c-48d6-a8bf-21bbf0aabadf} <Debug> DynamicQueryHandler: Done processing query | ||
9420 | 2024.09.03 23:55:40.505300 [ 3 ] {6f8b55b3-b23c-48d6-a8bf-21bbf0aabadf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9421 | 2024.09.03 23:55:40.505317 [ 3 ] {} <Debug> HTTP-Session: 17de453b-feb4-4aea-a067-9f2324e7f9ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9422 | 2024.09.03 23:55:40.505439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9423 | 2024.09.03 23:55:40.505654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9424 | 2024.09.03 23:55:40.505687 [ 3 ] {} <Debug> HTTP-Session: e55dcd5e-0cac-4ffe-bfae-ed05e66b58d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9425 | 2024.09.03 23:55:40.505704 [ 3 ] {} <Debug> HTTP-Session: e55dcd5e-0cac-4ffe-bfae-ed05e66b58d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9426 | 2024.09.03 23:55:40.505718 [ 3 ] {} <Debug> HTTP-Session: e55dcd5e-0cac-4ffe-bfae-ed05e66b58d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9427 | 2024.09.03 23:55:40.505749 [ 3 ] {} <Trace> HTTP-Session: e55dcd5e-0cac-4ffe-bfae-ed05e66b58d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9428 | 2024.09.03 23:55:40.505849 [ 3 ] {9d4d6395-b929-4b5e-90da-39216e63e993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
9429 | 2024.09.03 23:55:40.505895 [ 3 ] {9d4d6395-b929-4b5e-90da-39216e63e993} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9430 | 2024.09.03 23:55:40.506151 [ 3 ] {9d4d6395-b929-4b5e-90da-39216e63e993} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9431 | 2024.09.03 23:55:40.506484 [ 3 ] {9d4d6395-b929-4b5e-90da-39216e63e993} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9432 | 2024.09.03 23:55:40.506521 [ 3 ] {9d4d6395-b929-4b5e-90da-39216e63e993} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9433 | 2024.09.03 23:55:40.506878 [ 3 ] {9d4d6395-b929-4b5e-90da-39216e63e993} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9434 | 2024.09.03 23:55:40.507247 [ 3 ] {9d4d6395-b929-4b5e-90da-39216e63e993} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9435 | 2024.09.03 23:55:40.507398 [ 3 ] {9d4d6395-b929-4b5e-90da-39216e63e993} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001575 sec., 3809.5238095238096 rows/sec., 225.07 KiB/sec. | ||
9436 | 2024.09.03 23:55:40.507569 [ 3 ] {9d4d6395-b929-4b5e-90da-39216e63e993} <Debug> DynamicQueryHandler: Done processing query | ||
9437 | 2024.09.03 23:55:40.507594 [ 3 ] {9d4d6395-b929-4b5e-90da-39216e63e993} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9438 | 2024.09.03 23:55:40.507610 [ 3 ] {} <Debug> HTTP-Session: e55dcd5e-0cac-4ffe-bfae-ed05e66b58d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9439 | 2024.09.03 23:55:40.507812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 63465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9440 | 2024.09.03 23:55:40.507861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9441 | 2024.09.03 23:55:40.507881 [ 3 ] {} <Debug> HTTP-Session: 3c402b1e-bc15-4820-9b39-faf01cea69e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9442 | 2024.09.03 23:55:40.507905 [ 3 ] {} <Debug> HTTP-Session: 3c402b1e-bc15-4820-9b39-faf01cea69e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9443 | 2024.09.03 23:55:40.507932 [ 3 ] {} <Debug> HTTP-Session: 3c402b1e-bc15-4820-9b39-faf01cea69e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9444 | 2024.09.03 23:55:40.507965 [ 3 ] {} <Trace> HTTP-Session: 3c402b1e-bc15-4820-9b39-faf01cea69e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9445 | 2024.09.03 23:55:40.508181 [ 3 ] {d81c4bf8-4735-4094-9d85-9bb936c134e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9446 | 2024.09.03 23:55:40.508224 [ 3 ] {d81c4bf8-4735-4094-9d85-9bb936c134e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9447 | 2024.09.03 23:55:40.508448 [ 3 ] {d81c4bf8-4735-4094-9d85-9bb936c134e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9448 | 2024.09.03 23:55:40.509003 [ 3 ] {d81c4bf8-4735-4094-9d85-9bb936c134e2} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9449 | 2024.09.03 23:55:40.509039 [ 3 ] {d81c4bf8-4735-4094-9d85-9bb936c134e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9450 | 2024.09.03 23:55:40.509432 [ 3 ] {d81c4bf8-4735-4094-9d85-9bb936c134e2} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9451 | 2024.09.03 23:55:40.509799 [ 3 ] {d81c4bf8-4735-4094-9d85-9bb936c134e2} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9452 | 2024.09.03 23:55:40.509933 [ 3 ] {d81c4bf8-4735-4094-9d85-9bb936c134e2} <Debug> executeQuery: Read 392 rows, 28.49 KiB in 0.001863 sec., 210413.31186258723 rows/sec., 14.93 MiB/sec. | ||
9453 | 2024.09.03 23:55:40.510179 [ 3 ] {d81c4bf8-4735-4094-9d85-9bb936c134e2} <Debug> DynamicQueryHandler: Done processing query | ||
9454 | 2024.09.03 23:55:40.510204 [ 3 ] {d81c4bf8-4735-4094-9d85-9bb936c134e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
9455 | 2024.09.03 23:55:40.510220 [ 3 ] {} <Debug> HTTP-Session: 3c402b1e-bc15-4820-9b39-faf01cea69e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9456 | 2024.09.03 23:55:40.510419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9457 | 2024.09.03 23:55:40.510469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9458 | 2024.09.03 23:55:40.510489 [ 3 ] {} <Debug> HTTP-Session: f9e10cc9-9d18-47a2-a7aa-d59781f971a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9459 | 2024.09.03 23:55:40.510505 [ 3 ] {} <Debug> HTTP-Session: f9e10cc9-9d18-47a2-a7aa-d59781f971a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9460 | 2024.09.03 23:55:40.510520 [ 3 ] {} <Debug> HTTP-Session: f9e10cc9-9d18-47a2-a7aa-d59781f971a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9461 | 2024.09.03 23:55:40.510551 [ 3 ] {} <Trace> HTTP-Session: f9e10cc9-9d18-47a2-a7aa-d59781f971a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9462 | 2024.09.03 23:55:40.510650 [ 3 ] {b72c5f95-9be3-4dc2-965d-b07abc63052f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9463 | 2024.09.03 23:55:40.510695 [ 3 ] {b72c5f95-9be3-4dc2-965d-b07abc63052f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9464 | 2024.09.03 23:55:40.510827 [ 3 ] {b72c5f95-9be3-4dc2-965d-b07abc63052f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9465 | 2024.09.03 23:55:40.511092 [ 3 ] {b72c5f95-9be3-4dc2-965d-b07abc63052f} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9466 | 2024.09.03 23:55:40.511127 [ 3 ] {b72c5f95-9be3-4dc2-965d-b07abc63052f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9467 | 2024.09.03 23:55:40.511489 [ 3 ] {b72c5f95-9be3-4dc2-965d-b07abc63052f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9468 | 2024.09.03 23:55:40.511820 [ 3 ] {b72c5f95-9be3-4dc2-965d-b07abc63052f} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9469 | 2024.09.03 23:55:40.511951 [ 3 ] {b72c5f95-9be3-4dc2-965d-b07abc63052f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001328 sec., 4518.0722891566265 rows/sec., 236.05 KiB/sec. | ||
9470 | 2024.09.03 23:55:40.512104 [ 3 ] {b72c5f95-9be3-4dc2-965d-b07abc63052f} <Debug> DynamicQueryHandler: Done processing query | ||
9471 | 2024.09.03 23:55:40.512128 [ 3 ] {b72c5f95-9be3-4dc2-965d-b07abc63052f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9472 | 2024.09.03 23:55:40.512145 [ 3 ] {} <Debug> HTTP-Session: f9e10cc9-9d18-47a2-a7aa-d59781f971a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9473 | 2024.09.03 23:55:40.512320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 45030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9474 | 2024.09.03 23:55:40.512367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9475 | 2024.09.03 23:55:40.512387 [ 3 ] {} <Debug> HTTP-Session: ce61a6f1-d152-4de4-b7ac-596743bbd367 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9476 | 2024.09.03 23:55:40.512405 [ 3 ] {} <Debug> HTTP-Session: ce61a6f1-d152-4de4-b7ac-596743bbd367 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9477 | 2024.09.03 23:55:40.512419 [ 3 ] {} <Debug> HTTP-Session: ce61a6f1-d152-4de4-b7ac-596743bbd367 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9478 | 2024.09.03 23:55:40.512450 [ 3 ] {} <Trace> HTTP-Session: ce61a6f1-d152-4de4-b7ac-596743bbd367 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9479 | 2024.09.03 23:55:40.512625 [ 3 ] {802ece59-74e9-404c-a162-fe1a0f4c1af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9480 | 2024.09.03 23:55:40.512671 [ 3 ] {802ece59-74e9-404c-a162-fe1a0f4c1af1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9481 | 2024.09.03 23:55:40.512812 [ 3 ] {802ece59-74e9-404c-a162-fe1a0f4c1af1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9482 | 2024.09.03 23:55:40.513241 [ 3 ] {802ece59-74e9-404c-a162-fe1a0f4c1af1} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9483 | 2024.09.03 23:55:40.513277 [ 3 ] {802ece59-74e9-404c-a162-fe1a0f4c1af1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9484 | 2024.09.03 23:55:40.513659 [ 3 ] {802ece59-74e9-404c-a162-fe1a0f4c1af1} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9485 | 2024.09.03 23:55:40.514001 [ 3 ] {802ece59-74e9-404c-a162-fe1a0f4c1af1} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9486 | 2024.09.03 23:55:40.514136 [ 3 ] {802ece59-74e9-404c-a162-fe1a0f4c1af1} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001605 sec., 148909.65732087227 rows/sec., 9.98 MiB/sec. | ||
9487 | 2024.09.03 23:55:40.514301 [ 3 ] {802ece59-74e9-404c-a162-fe1a0f4c1af1} <Debug> DynamicQueryHandler: Done processing query | ||
9488 | 2024.09.03 23:55:40.514326 [ 3 ] {802ece59-74e9-404c-a162-fe1a0f4c1af1} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9489 | 2024.09.03 23:55:40.514342 [ 3 ] {} <Debug> HTTP-Session: ce61a6f1-d152-4de4-b7ac-596743bbd367 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9490 | 2024.09.03 23:55:40.514474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9491 | 2024.09.03 23:55:40.514524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9492 | 2024.09.03 23:55:40.514543 [ 3 ] {} <Debug> HTTP-Session: 3fedbf7d-b7bf-4b12-88e0-e14df6b0f659 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9493 | 2024.09.03 23:55:40.514560 [ 3 ] {} <Debug> HTTP-Session: 3fedbf7d-b7bf-4b12-88e0-e14df6b0f659 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9494 | 2024.09.03 23:55:40.514575 [ 3 ] {} <Debug> HTTP-Session: 3fedbf7d-b7bf-4b12-88e0-e14df6b0f659 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9495 | 2024.09.03 23:55:40.514608 [ 3 ] {} <Trace> HTTP-Session: 3fedbf7d-b7bf-4b12-88e0-e14df6b0f659 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9496 | 2024.09.03 23:55:40.514704 [ 3 ] {c87c09ae-ee0d-4618-bf43-bf3a748e6b21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
9497 | 2024.09.03 23:55:40.514750 [ 3 ] {c87c09ae-ee0d-4618-bf43-bf3a748e6b21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9498 | 2024.09.03 23:55:40.514877 [ 3 ] {c87c09ae-ee0d-4618-bf43-bf3a748e6b21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9499 | 2024.09.03 23:55:40.515137 [ 3 ] {c87c09ae-ee0d-4618-bf43-bf3a748e6b21} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9500 | 2024.09.03 23:55:40.515173 [ 3 ] {c87c09ae-ee0d-4618-bf43-bf3a748e6b21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9501 | 2024.09.03 23:55:40.515530 [ 3 ] {c87c09ae-ee0d-4618-bf43-bf3a748e6b21} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9502 | 2024.09.03 23:55:40.515851 [ 3 ] {c87c09ae-ee0d-4618-bf43-bf3a748e6b21} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9503 | 2024.09.03 23:55:40.515979 [ 3 ] {c87c09ae-ee0d-4618-bf43-bf3a748e6b21} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0013 sec., 769.2307692307693 rows/sec., 51.83 KiB/sec. | ||
9504 | 2024.09.03 23:55:40.516131 [ 3 ] {c87c09ae-ee0d-4618-bf43-bf3a748e6b21} <Debug> DynamicQueryHandler: Done processing query | ||
9505 | 2024.09.03 23:55:40.516155 [ 3 ] {c87c09ae-ee0d-4618-bf43-bf3a748e6b21} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
9506 | 2024.09.03 23:55:40.516170 [ 3 ] {} <Debug> HTTP-Session: 3fedbf7d-b7bf-4b12-88e0-e14df6b0f659 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9507 | 2024.09.03 23:55:40.516295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 10208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9508 | 2024.09.03 23:55:40.516343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9509 | 2024.09.03 23:55:40.516363 [ 3 ] {} <Debug> HTTP-Session: 319c94e7-9ca3-4ff1-aeff-6ec80813f39f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9510 | 2024.09.03 23:55:40.516380 [ 3 ] {} <Debug> HTTP-Session: 319c94e7-9ca3-4ff1-aeff-6ec80813f39f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9511 | 2024.09.03 23:55:40.516393 [ 3 ] {} <Debug> HTTP-Session: 319c94e7-9ca3-4ff1-aeff-6ec80813f39f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9512 | 2024.09.03 23:55:40.516424 [ 3 ] {} <Trace> HTTP-Session: 319c94e7-9ca3-4ff1-aeff-6ec80813f39f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9513 | 2024.09.03 23:55:40.516569 [ 3 ] {cc160b12-62b9-4960-a6dc-8dbc3a9a706b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
9514 | 2024.09.03 23:55:40.516634 [ 3 ] {cc160b12-62b9-4960-a6dc-8dbc3a9a706b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9515 | 2024.09.03 23:55:40.517037 [ 3 ] {cc160b12-62b9-4960-a6dc-8dbc3a9a706b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9516 | 2024.09.03 23:55:40.517522 [ 3 ] {cc160b12-62b9-4960-a6dc-8dbc3a9a706b} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9517 | 2024.09.03 23:55:40.517558 [ 3 ] {cc160b12-62b9-4960-a6dc-8dbc3a9a706b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9518 | 2024.09.03 23:55:40.518149 [ 3 ] {cc160b12-62b9-4960-a6dc-8dbc3a9a706b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
9519 | 2024.09.03 23:55:40.518565 [ 3 ] {cc160b12-62b9-4960-a6dc-8dbc3a9a706b} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9520 | 2024.09.03 23:55:40.518705 [ 154 ] {} <Debug> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
9521 | 2024.09.03 23:55:40.518722 [ 3 ] {cc160b12-62b9-4960-a6dc-8dbc3a9a706b} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002226 sec., 2695.4177897574123 rows/sec., 4.83 MiB/sec. | ||
9522 | 2024.09.03 23:55:40.518749 [ 154 ] {} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9523 | 2024.09.03 23:55:40.518786 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9524 | 2024.09.03 23:55:40.519222 [ 196 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
9525 | 2024.09.03 23:55:40.519394 [ 3 ] {cc160b12-62b9-4960-a6dc-8dbc3a9a706b} <Debug> DynamicQueryHandler: Done processing query | ||
9526 | 2024.09.03 23:55:40.519481 [ 3 ] {cc160b12-62b9-4960-a6dc-8dbc3a9a706b} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
9527 | 2024.09.03 23:55:40.519520 [ 3 ] {} <Debug> HTTP-Session: 319c94e7-9ca3-4ff1-aeff-6ec80813f39f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9528 | 2024.09.03 23:55:40.519743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9529 | 2024.09.03 23:55:40.519854 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9530 | 2024.09.03 23:55:40.519908 [ 3 ] {} <Debug> HTTP-Session: e650feb6-76b0-438b-888f-9c80c38fbe71 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9531 | 2024.09.03 23:55:40.519952 [ 3 ] {} <Debug> HTTP-Session: e650feb6-76b0-438b-888f-9c80c38fbe71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9532 | 2024.09.03 23:55:40.520003 [ 3 ] {} <Debug> HTTP-Session: e650feb6-76b0-438b-888f-9c80c38fbe71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9533 | 2024.09.03 23:55:40.520094 [ 3 ] {} <Trace> HTTP-Session: e650feb6-76b0-438b-888f-9c80c38fbe71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9534 | 2024.09.03 23:55:40.520108 [ 196 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9535 | 2024.09.03 23:55:40.520266 [ 196 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 741 rows starting from the beginning of the part | ||
9536 | 2024.09.03 23:55:40.520338 [ 3 ] {3edd6af9-f317-4241-bce9-9a6fef033f35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9537 | 2024.09.03 23:55:40.520450 [ 3 ] {3edd6af9-f317-4241-bce9-9a6fef033f35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9538 | 2024.09.03 23:55:40.521004 [ 196 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
9539 | 2024.09.03 23:55:40.521355 [ 3 ] {3edd6af9-f317-4241-bce9-9a6fef033f35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9540 | 2024.09.03 23:55:40.521808 [ 196 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 31 rows starting from the beginning of the part | ||
9541 | 2024.09.03 23:55:40.522324 [ 196 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
9542 | 2024.09.03 23:55:40.522698 [ 3 ] {3edd6af9-f317-4241-bce9-9a6fef033f35} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9543 | 2024.09.03 23:55:40.522847 [ 3 ] {3edd6af9-f317-4241-bce9-9a6fef033f35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9544 | 2024.09.03 23:55:40.522967 [ 196 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 31 rows starting from the beginning of the part | ||
9545 | 2024.09.03 23:55:40.523552 [ 196 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
9546 | 2024.09.03 23:55:40.524318 [ 3 ] {3edd6af9-f317-4241-bce9-9a6fef033f35} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9547 | 2024.09.03 23:55:40.525282 [ 3 ] {3edd6af9-f317-4241-bce9-9a6fef033f35} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9548 | 2024.09.03 23:55:40.525534 [ 3 ] {3edd6af9-f317-4241-bce9-9a6fef033f35} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005301 sec., 15468.779475570647 rows/sec., 1006.04 KiB/sec. | ||
9549 | 2024.09.03 23:55:40.525961 [ 3 ] {3edd6af9-f317-4241-bce9-9a6fef033f35} <Debug> DynamicQueryHandler: Done processing query | ||
9550 | 2024.09.03 23:55:40.526007 [ 3 ] {3edd6af9-f317-4241-bce9-9a6fef033f35} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9551 | 2024.09.03 23:55:40.526041 [ 3 ] {} <Debug> HTTP-Session: e650feb6-76b0-438b-888f-9c80c38fbe71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9552 | 2024.09.03 23:55:40.531361 [ 189 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 821 rows, containing 19 columns (19 merged, 0 gathered) in 0.012446498 sec., 65962.32932347717 rows/sec., 118.20 MiB/sec. | ||
9553 | 2024.09.03 23:55:40.532447 [ 189 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
9554 | 2024.09.03 23:55:40.533037 [ 189 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9555 | 2024.09.03 23:55:40.533122 [ 189 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
9556 | 2024.09.03 23:55:40.533246 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.54 MiB. | ||
9557 | 2024.09.03 23:55:45.491370 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9558 | 2024.09.03 23:55:45.491569 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9559 | 2024.09.03 23:55:45.491618 [ 3 ] {} <Debug> HTTP-Session: bb7e6e31-a58d-41a7-8b68-2311b26187d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9560 | 2024.09.03 23:55:45.491661 [ 3 ] {} <Debug> HTTP-Session: bb7e6e31-a58d-41a7-8b68-2311b26187d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9561 | 2024.09.03 23:55:45.491691 [ 3 ] {} <Debug> HTTP-Session: bb7e6e31-a58d-41a7-8b68-2311b26187d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9562 | 2024.09.03 23:55:45.491773 [ 3 ] {} <Trace> HTTP-Session: bb7e6e31-a58d-41a7-8b68-2311b26187d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9563 | 2024.09.03 23:55:45.492049 [ 3 ] {ac362f33-a2e2-4d22-a62d-e9c37f60f1d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9564 | 2024.09.03 23:55:45.492120 [ 3 ] {ac362f33-a2e2-4d22-a62d-e9c37f60f1d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9565 | 2024.09.03 23:55:45.492466 [ 3 ] {ac362f33-a2e2-4d22-a62d-e9c37f60f1d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9566 | 2024.09.03 23:55:45.492966 [ 3 ] {ac362f33-a2e2-4d22-a62d-e9c37f60f1d2} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9567 | 2024.09.03 23:55:45.493017 [ 3 ] {ac362f33-a2e2-4d22-a62d-e9c37f60f1d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9568 | 2024.09.03 23:55:45.493426 [ 3 ] {ac362f33-a2e2-4d22-a62d-e9c37f60f1d2} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
9569 | 2024.09.03 23:55:45.493876 [ 3 ] {ac362f33-a2e2-4d22-a62d-e9c37f60f1d2} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9570 | 2024.09.03 23:55:45.494059 [ 3 ] {ac362f33-a2e2-4d22-a62d-e9c37f60f1d2} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002078 sec., 1924.9278152069298 rows/sec., 156.96 KiB/sec. | ||
9571 | 2024.09.03 23:55:45.494321 [ 3 ] {ac362f33-a2e2-4d22-a62d-e9c37f60f1d2} <Debug> DynamicQueryHandler: Done processing query | ||
9572 | 2024.09.03 23:55:45.494350 [ 3 ] {ac362f33-a2e2-4d22-a62d-e9c37f60f1d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9573 | 2024.09.03 23:55:45.494368 [ 3 ] {} <Debug> HTTP-Session: bb7e6e31-a58d-41a7-8b68-2311b26187d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9574 | 2024.09.03 23:55:45.494526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 17763, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9575 | 2024.09.03 23:55:45.494584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9576 | 2024.09.03 23:55:45.494605 [ 3 ] {} <Debug> HTTP-Session: f42d7aa5-36c7-40a3-8c99-bb541f82f159 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9577 | 2024.09.03 23:55:45.494623 [ 3 ] {} <Debug> HTTP-Session: f42d7aa5-36c7-40a3-8c99-bb541f82f159 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9578 | 2024.09.03 23:55:45.494637 [ 3 ] {} <Debug> HTTP-Session: f42d7aa5-36c7-40a3-8c99-bb541f82f159 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9579 | 2024.09.03 23:55:45.494674 [ 3 ] {} <Trace> HTTP-Session: f42d7aa5-36c7-40a3-8c99-bb541f82f159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9580 | 2024.09.03 23:55:45.494816 [ 3 ] {13580dc9-b0dc-4abd-b96b-7ecbb3e99580} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9581 | 2024.09.03 23:55:45.494864 [ 3 ] {13580dc9-b0dc-4abd-b96b-7ecbb3e99580} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9582 | 2024.09.03 23:55:45.495098 [ 3 ] {13580dc9-b0dc-4abd-b96b-7ecbb3e99580} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9583 | 2024.09.03 23:55:45.495494 [ 3 ] {13580dc9-b0dc-4abd-b96b-7ecbb3e99580} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9584 | 2024.09.03 23:55:45.495532 [ 3 ] {13580dc9-b0dc-4abd-b96b-7ecbb3e99580} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9585 | 2024.09.03 23:55:45.495911 [ 3 ] {13580dc9-b0dc-4abd-b96b-7ecbb3e99580} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9586 | 2024.09.03 23:55:45.496279 [ 3 ] {13580dc9-b0dc-4abd-b96b-7ecbb3e99580} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9587 | 2024.09.03 23:55:45.496443 [ 3 ] {13580dc9-b0dc-4abd-b96b-7ecbb3e99580} <Debug> executeQuery: Read 120 rows, 10.46 KiB in 0.001675 sec., 71641.79104477612 rows/sec., 6.10 MiB/sec. | ||
9588 | 2024.09.03 23:55:45.496674 [ 3 ] {13580dc9-b0dc-4abd-b96b-7ecbb3e99580} <Debug> DynamicQueryHandler: Done processing query | ||
9589 | 2024.09.03 23:55:45.496711 [ 3 ] {13580dc9-b0dc-4abd-b96b-7ecbb3e99580} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
9590 | 2024.09.03 23:55:45.496736 [ 3 ] {} <Debug> HTTP-Session: f42d7aa5-36c7-40a3-8c99-bb541f82f159 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9591 | 2024.09.03 23:55:45.496931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 5054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9592 | 2024.09.03 23:55:45.496982 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9593 | 2024.09.03 23:55:45.497002 [ 3 ] {} <Debug> HTTP-Session: c63a19ed-d7bc-4d0b-a5d3-d5ed7eec8abd Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9594 | 2024.09.03 23:55:45.497020 [ 3 ] {} <Debug> HTTP-Session: c63a19ed-d7bc-4d0b-a5d3-d5ed7eec8abd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9595 | 2024.09.03 23:55:45.497034 [ 3 ] {} <Debug> HTTP-Session: c63a19ed-d7bc-4d0b-a5d3-d5ed7eec8abd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9596 | 2024.09.03 23:55:45.497067 [ 3 ] {} <Trace> HTTP-Session: c63a19ed-d7bc-4d0b-a5d3-d5ed7eec8abd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9597 | 2024.09.03 23:55:45.497179 [ 3 ] {c60e8c41-a304-4637-b4d8-10fcdbdc182e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9598 | 2024.09.03 23:55:45.497224 [ 3 ] {c60e8c41-a304-4637-b4d8-10fcdbdc182e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9599 | 2024.09.03 23:55:45.497456 [ 3 ] {c60e8c41-a304-4637-b4d8-10fcdbdc182e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9600 | 2024.09.03 23:55:45.497783 [ 3 ] {c60e8c41-a304-4637-b4d8-10fcdbdc182e} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9601 | 2024.09.03 23:55:45.497820 [ 3 ] {c60e8c41-a304-4637-b4d8-10fcdbdc182e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9602 | 2024.09.03 23:55:45.498179 [ 3 ] {c60e8c41-a304-4637-b4d8-10fcdbdc182e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
9603 | 2024.09.03 23:55:45.498560 [ 3 ] {c60e8c41-a304-4637-b4d8-10fcdbdc182e} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9604 | 2024.09.03 23:55:45.498704 [ 3 ] {c60e8c41-a304-4637-b4d8-10fcdbdc182e} <Debug> executeQuery: Read 35 rows, 2.61 KiB in 0.001555 sec., 22508.038585209004 rows/sec., 1.64 MiB/sec. | ||
9605 | 2024.09.03 23:55:45.498887 [ 3 ] {c60e8c41-a304-4637-b4d8-10fcdbdc182e} <Debug> DynamicQueryHandler: Done processing query | ||
9606 | 2024.09.03 23:55:45.498912 [ 3 ] {c60e8c41-a304-4637-b4d8-10fcdbdc182e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9607 | 2024.09.03 23:55:45.498929 [ 3 ] {} <Debug> HTTP-Session: c63a19ed-d7bc-4d0b-a5d3-d5ed7eec8abd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9608 | 2024.09.03 23:55:45.499107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 16813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9609 | 2024.09.03 23:55:45.499157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9610 | 2024.09.03 23:55:45.499178 [ 3 ] {} <Debug> HTTP-Session: 9ffbfdca-f462-4c58-bea3-1673a3f03a03 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9611 | 2024.09.03 23:55:45.499194 [ 3 ] {} <Debug> HTTP-Session: 9ffbfdca-f462-4c58-bea3-1673a3f03a03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9612 | 2024.09.03 23:55:45.499208 [ 3 ] {} <Debug> HTTP-Session: 9ffbfdca-f462-4c58-bea3-1673a3f03a03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9613 | 2024.09.03 23:55:45.499241 [ 3 ] {} <Trace> HTTP-Session: 9ffbfdca-f462-4c58-bea3-1673a3f03a03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9614 | 2024.09.03 23:55:45.499370 [ 3 ] {c4c1325e-d4eb-40b2-8e10-0470ec1a5a5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9615 | 2024.09.03 23:55:45.499415 [ 3 ] {c4c1325e-d4eb-40b2-8e10-0470ec1a5a5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9616 | 2024.09.03 23:55:45.499645 [ 3 ] {c4c1325e-d4eb-40b2-8e10-0470ec1a5a5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9617 | 2024.09.03 23:55:45.500005 [ 3 ] {c4c1325e-d4eb-40b2-8e10-0470ec1a5a5b} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9618 | 2024.09.03 23:55:45.500042 [ 3 ] {c4c1325e-d4eb-40b2-8e10-0470ec1a5a5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9619 | 2024.09.03 23:55:45.500396 [ 3 ] {c4c1325e-d4eb-40b2-8e10-0470ec1a5a5b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9620 | 2024.09.03 23:55:45.500754 [ 3 ] {c4c1325e-d4eb-40b2-8e10-0470ec1a5a5b} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9621 | 2024.09.03 23:55:45.500883 [ 3 ] {c4c1325e-d4eb-40b2-8e10-0470ec1a5a5b} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001561 sec., 63420.884048686734 rows/sec., 4.96 MiB/sec. | ||
9622 | 2024.09.03 23:55:45.501057 [ 3 ] {c4c1325e-d4eb-40b2-8e10-0470ec1a5a5b} <Debug> DynamicQueryHandler: Done processing query | ||
9623 | 2024.09.03 23:55:45.501083 [ 3 ] {c4c1325e-d4eb-40b2-8e10-0470ec1a5a5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9624 | 2024.09.03 23:55:45.501099 [ 3 ] {} <Debug> HTTP-Session: 9ffbfdca-f462-4c58-bea3-1673a3f03a03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9625 | 2024.09.03 23:55:45.501291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 31023, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9626 | 2024.09.03 23:55:45.501340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9627 | 2024.09.03 23:55:45.501360 [ 3 ] {} <Debug> HTTP-Session: e62c1237-e944-4695-a04b-a9fe920e9f8d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9628 | 2024.09.03 23:55:45.501377 [ 3 ] {} <Debug> HTTP-Session: e62c1237-e944-4695-a04b-a9fe920e9f8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9629 | 2024.09.03 23:55:45.501390 [ 3 ] {} <Debug> HTTP-Session: e62c1237-e944-4695-a04b-a9fe920e9f8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9630 | 2024.09.03 23:55:45.501422 [ 3 ] {} <Trace> HTTP-Session: e62c1237-e944-4695-a04b-a9fe920e9f8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9631 | 2024.09.03 23:55:45.501569 [ 3 ] {3ed935bc-18b0-4afd-ae39-9be09555d2a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9632 | 2024.09.03 23:55:45.501615 [ 3 ] {3ed935bc-18b0-4afd-ae39-9be09555d2a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9633 | 2024.09.03 23:55:45.501759 [ 3 ] {3ed935bc-18b0-4afd-ae39-9be09555d2a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9634 | 2024.09.03 23:55:45.502138 [ 3 ] {3ed935bc-18b0-4afd-ae39-9be09555d2a3} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9635 | 2024.09.03 23:55:45.502174 [ 3 ] {3ed935bc-18b0-4afd-ae39-9be09555d2a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9636 | 2024.09.03 23:55:45.502556 [ 3 ] {3ed935bc-18b0-4afd-ae39-9be09555d2a3} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9637 | 2024.09.03 23:55:45.502893 [ 3 ] {3ed935bc-18b0-4afd-ae39-9be09555d2a3} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9638 | 2024.09.03 23:55:45.503027 [ 3 ] {3ed935bc-18b0-4afd-ae39-9be09555d2a3} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001525 sec., 106229.5081967213 rows/sec., 7.40 MiB/sec. | ||
9639 | 2024.09.03 23:55:45.503191 [ 3 ] {3ed935bc-18b0-4afd-ae39-9be09555d2a3} <Debug> DynamicQueryHandler: Done processing query | ||
9640 | 2024.09.03 23:55:45.503216 [ 3 ] {3ed935bc-18b0-4afd-ae39-9be09555d2a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9641 | 2024.09.03 23:55:45.503232 [ 3 ] {} <Debug> HTTP-Session: e62c1237-e944-4695-a04b-a9fe920e9f8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9642 | 2024.09.03 23:55:45.503410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 51917, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9643 | 2024.09.03 23:55:45.503458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9644 | 2024.09.03 23:55:45.503477 [ 3 ] {} <Debug> HTTP-Session: a55f34b6-8829-4f18-b872-b1052dd02d0a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9645 | 2024.09.03 23:55:45.503494 [ 3 ] {} <Debug> HTTP-Session: a55f34b6-8829-4f18-b872-b1052dd02d0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9646 | 2024.09.03 23:55:45.503508 [ 3 ] {} <Debug> HTTP-Session: a55f34b6-8829-4f18-b872-b1052dd02d0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9647 | 2024.09.03 23:55:45.503539 [ 3 ] {} <Trace> HTTP-Session: a55f34b6-8829-4f18-b872-b1052dd02d0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9648 | 2024.09.03 23:55:45.503860 [ 3 ] {b8efcbe6-f5ce-479a-943e-48153f07bbc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
9649 | 2024.09.03 23:55:45.503925 [ 3 ] {b8efcbe6-f5ce-479a-943e-48153f07bbc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9650 | 2024.09.03 23:55:45.504327 [ 3 ] {b8efcbe6-f5ce-479a-943e-48153f07bbc5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9651 | 2024.09.03 23:55:45.504975 [ 3 ] {b8efcbe6-f5ce-479a-943e-48153f07bbc5} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9652 | 2024.09.03 23:55:45.505011 [ 3 ] {b8efcbe6-f5ce-479a-943e-48153f07bbc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9653 | 2024.09.03 23:55:45.505663 [ 3 ] {b8efcbe6-f5ce-479a-943e-48153f07bbc5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
9654 | 2024.09.03 23:55:45.506078 [ 3 ] {b8efcbe6-f5ce-479a-943e-48153f07bbc5} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9655 | 2024.09.03 23:55:45.506227 [ 3 ] {b8efcbe6-f5ce-479a-943e-48153f07bbc5} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002601 sec., 11918.492887351018 rows/sec., 21.36 MiB/sec. | ||
9656 | 2024.09.03 23:55:45.506448 [ 3 ] {b8efcbe6-f5ce-479a-943e-48153f07bbc5} <Debug> DynamicQueryHandler: Done processing query | ||
9657 | 2024.09.03 23:55:45.506473 [ 3 ] {b8efcbe6-f5ce-479a-943e-48153f07bbc5} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
9658 | 2024.09.03 23:55:45.506489 [ 3 ] {} <Debug> HTTP-Session: a55f34b6-8829-4f18-b872-b1052dd02d0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9659 | 2024.09.03 23:55:45.506612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9660 | 2024.09.03 23:55:45.506662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9661 | 2024.09.03 23:55:45.506682 [ 3 ] {} <Debug> HTTP-Session: 50854bd1-61e1-4ba2-804f-e29ddb43e6a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9662 | 2024.09.03 23:55:45.506698 [ 3 ] {} <Debug> HTTP-Session: 50854bd1-61e1-4ba2-804f-e29ddb43e6a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9663 | 2024.09.03 23:55:45.506712 [ 3 ] {} <Debug> HTTP-Session: 50854bd1-61e1-4ba2-804f-e29ddb43e6a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9664 | 2024.09.03 23:55:45.506743 [ 3 ] {} <Trace> HTTP-Session: 50854bd1-61e1-4ba2-804f-e29ddb43e6a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9665 | 2024.09.03 23:55:45.506857 [ 3 ] {143fbfe9-fd84-42ea-8720-faf004a1a772} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9666 | 2024.09.03 23:55:45.506902 [ 3 ] {143fbfe9-fd84-42ea-8720-faf004a1a772} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9667 | 2024.09.03 23:55:45.507029 [ 3 ] {143fbfe9-fd84-42ea-8720-faf004a1a772} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9668 | 2024.09.03 23:55:45.507315 [ 3 ] {143fbfe9-fd84-42ea-8720-faf004a1a772} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9669 | 2024.09.03 23:55:45.507350 [ 3 ] {143fbfe9-fd84-42ea-8720-faf004a1a772} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9670 | 2024.09.03 23:55:45.507710 [ 3 ] {143fbfe9-fd84-42ea-8720-faf004a1a772} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9671 | 2024.09.03 23:55:45.508029 [ 3 ] {143fbfe9-fd84-42ea-8720-faf004a1a772} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9672 | 2024.09.03 23:55:45.508159 [ 3 ] {143fbfe9-fd84-42ea-8720-faf004a1a772} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001339 sec., 44809.55937266617 rows/sec., 3.02 MiB/sec. | ||
9673 | 2024.09.03 23:55:45.508428 [ 3 ] {143fbfe9-fd84-42ea-8720-faf004a1a772} <Debug> DynamicQueryHandler: Done processing query | ||
9674 | 2024.09.03 23:55:45.508487 [ 3 ] {143fbfe9-fd84-42ea-8720-faf004a1a772} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9675 | 2024.09.03 23:55:45.508536 [ 3 ] {} <Debug> HTTP-Session: 50854bd1-61e1-4ba2-804f-e29ddb43e6a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9676 | 2024.09.03 23:55:48.280178 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9677 | 2024.09.03 23:55:48.280260 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9678 | 2024.09.03 23:55:50.495478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9679 | 2024.09.03 23:55:50.495610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9680 | 2024.09.03 23:55:50.495640 [ 3 ] {} <Debug> HTTP-Session: 6abc0ccf-fbb4-4cdf-827c-0ff9e1343db1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9681 | 2024.09.03 23:55:50.495669 [ 3 ] {} <Debug> HTTP-Session: 6abc0ccf-fbb4-4cdf-827c-0ff9e1343db1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9682 | 2024.09.03 23:55:50.495690 [ 3 ] {} <Debug> HTTP-Session: 6abc0ccf-fbb4-4cdf-827c-0ff9e1343db1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9683 | 2024.09.03 23:55:50.495745 [ 3 ] {} <Trace> HTTP-Session: 6abc0ccf-fbb4-4cdf-827c-0ff9e1343db1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9684 | 2024.09.03 23:55:50.495951 [ 3 ] {b77314b8-263f-4530-aaf7-5a0faf4e5d00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9685 | 2024.09.03 23:55:50.496030 [ 3 ] {b77314b8-263f-4530-aaf7-5a0faf4e5d00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9686 | 2024.09.03 23:55:50.496382 [ 3 ] {b77314b8-263f-4530-aaf7-5a0faf4e5d00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9687 | 2024.09.03 23:55:50.496801 [ 3 ] {b77314b8-263f-4530-aaf7-5a0faf4e5d00} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9688 | 2024.09.03 23:55:50.496848 [ 3 ] {b77314b8-263f-4530-aaf7-5a0faf4e5d00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9689 | 2024.09.03 23:55:50.497277 [ 3 ] {b77314b8-263f-4530-aaf7-5a0faf4e5d00} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
9690 | 2024.09.03 23:55:50.497674 [ 3 ] {b77314b8-263f-4530-aaf7-5a0faf4e5d00} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9691 | 2024.09.03 23:55:50.497864 [ 3 ] {b77314b8-263f-4530-aaf7-5a0faf4e5d00} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001973 sec., 2027.3694880892044 rows/sec., 165.32 KiB/sec. | ||
9692 | 2024.09.03 23:55:50.498085 [ 3 ] {b77314b8-263f-4530-aaf7-5a0faf4e5d00} <Debug> DynamicQueryHandler: Done processing query | ||
9693 | 2024.09.03 23:55:50.498112 [ 3 ] {b77314b8-263f-4530-aaf7-5a0faf4e5d00} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9694 | 2024.09.03 23:55:50.498128 [ 3 ] {} <Debug> HTTP-Session: 6abc0ccf-fbb4-4cdf-827c-0ff9e1343db1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9695 | 2024.09.03 23:55:50.498344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9696 | 2024.09.03 23:55:50.498399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9697 | 2024.09.03 23:55:50.498419 [ 3 ] {} <Debug> HTTP-Session: 02d53b56-fc4c-4576-991b-240cc0d38f02 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9698 | 2024.09.03 23:55:50.498439 [ 3 ] {} <Debug> HTTP-Session: 02d53b56-fc4c-4576-991b-240cc0d38f02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9699 | 2024.09.03 23:55:50.498453 [ 3 ] {} <Debug> HTTP-Session: 02d53b56-fc4c-4576-991b-240cc0d38f02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9700 | 2024.09.03 23:55:50.498489 [ 3 ] {} <Trace> HTTP-Session: 02d53b56-fc4c-4576-991b-240cc0d38f02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9701 | 2024.09.03 23:55:50.498653 [ 3 ] {0ed1b0ea-4cde-4421-b54d-65362e04f449} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9702 | 2024.09.03 23:55:50.498717 [ 3 ] {0ed1b0ea-4cde-4421-b54d-65362e04f449} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9703 | 2024.09.03 23:55:50.498960 [ 3 ] {0ed1b0ea-4cde-4421-b54d-65362e04f449} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9704 | 2024.09.03 23:55:50.499446 [ 3 ] {0ed1b0ea-4cde-4421-b54d-65362e04f449} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9705 | 2024.09.03 23:55:50.499485 [ 3 ] {0ed1b0ea-4cde-4421-b54d-65362e04f449} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9706 | 2024.09.03 23:55:50.499861 [ 3 ] {0ed1b0ea-4cde-4421-b54d-65362e04f449} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9707 | 2024.09.03 23:55:50.500221 [ 3 ] {0ed1b0ea-4cde-4421-b54d-65362e04f449} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9708 | 2024.09.03 23:55:50.500392 [ 3 ] {0ed1b0ea-4cde-4421-b54d-65362e04f449} <Debug> executeQuery: Read 203 rows, 18.17 KiB in 0.001807 sec., 112340.89651355839 rows/sec., 9.82 MiB/sec. | ||
9709 | 2024.09.03 23:55:50.500574 [ 3 ] {0ed1b0ea-4cde-4421-b54d-65362e04f449} <Debug> DynamicQueryHandler: Done processing query | ||
9710 | 2024.09.03 23:55:50.500600 [ 3 ] {0ed1b0ea-4cde-4421-b54d-65362e04f449} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9711 | 2024.09.03 23:55:50.500615 [ 3 ] {} <Debug> HTTP-Session: 02d53b56-fc4c-4576-991b-240cc0d38f02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9712 | 2024.09.03 23:55:50.500753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1467, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9713 | 2024.09.03 23:55:50.500804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9714 | 2024.09.03 23:55:50.500823 [ 3 ] {} <Debug> HTTP-Session: eb237154-35ff-40e9-b5c9-0b7ea6d2b648 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9715 | 2024.09.03 23:55:50.500841 [ 3 ] {} <Debug> HTTP-Session: eb237154-35ff-40e9-b5c9-0b7ea6d2b648 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9716 | 2024.09.03 23:55:50.500855 [ 3 ] {} <Debug> HTTP-Session: eb237154-35ff-40e9-b5c9-0b7ea6d2b648 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9717 | 2024.09.03 23:55:50.500890 [ 3 ] {} <Trace> HTTP-Session: eb237154-35ff-40e9-b5c9-0b7ea6d2b648 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9718 | 2024.09.03 23:55:50.500996 [ 3 ] {80c769ed-54ea-4e65-ab22-58766f25dbc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9719 | 2024.09.03 23:55:50.501042 [ 3 ] {80c769ed-54ea-4e65-ab22-58766f25dbc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9720 | 2024.09.03 23:55:50.501274 [ 3 ] {80c769ed-54ea-4e65-ab22-58766f25dbc5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9721 | 2024.09.03 23:55:50.501603 [ 3 ] {80c769ed-54ea-4e65-ab22-58766f25dbc5} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9722 | 2024.09.03 23:55:50.501640 [ 3 ] {80c769ed-54ea-4e65-ab22-58766f25dbc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9723 | 2024.09.03 23:55:50.501989 [ 3 ] {80c769ed-54ea-4e65-ab22-58766f25dbc5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
9724 | 2024.09.03 23:55:50.502341 [ 3 ] {80c769ed-54ea-4e65-ab22-58766f25dbc5} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9725 | 2024.09.03 23:55:50.502513 [ 3 ] {80c769ed-54ea-4e65-ab22-58766f25dbc5} <Debug> executeQuery: Read 10 rows, 748.00 B in 0.001547 sec., 6464.124111182935 rows/sec., 472.18 KiB/sec. | ||
9726 | 2024.09.03 23:55:50.502677 [ 3 ] {80c769ed-54ea-4e65-ab22-58766f25dbc5} <Debug> DynamicQueryHandler: Done processing query | ||
9727 | 2024.09.03 23:55:50.502702 [ 3 ] {80c769ed-54ea-4e65-ab22-58766f25dbc5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9728 | 2024.09.03 23:55:50.502718 [ 3 ] {} <Debug> HTTP-Session: eb237154-35ff-40e9-b5c9-0b7ea6d2b648 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9729 | 2024.09.03 23:55:50.502838 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9730 | 2024.09.03 23:55:50.502886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9731 | 2024.09.03 23:55:50.502905 [ 3 ] {} <Debug> HTTP-Session: a5690aca-b1e5-41df-a3c1-271ab1d74642 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9732 | 2024.09.03 23:55:50.502922 [ 3 ] {} <Debug> HTTP-Session: a5690aca-b1e5-41df-a3c1-271ab1d74642 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9733 | 2024.09.03 23:55:50.502937 [ 3 ] {} <Debug> HTTP-Session: a5690aca-b1e5-41df-a3c1-271ab1d74642 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9734 | 2024.09.03 23:55:50.502970 [ 3 ] {} <Trace> HTTP-Session: a5690aca-b1e5-41df-a3c1-271ab1d74642 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9735 | 2024.09.03 23:55:50.503073 [ 3 ] {d27f50df-5e48-4502-a64a-13d636cf0ce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9736 | 2024.09.03 23:55:50.503118 [ 3 ] {d27f50df-5e48-4502-a64a-13d636cf0ce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9737 | 2024.09.03 23:55:50.503344 [ 3 ] {d27f50df-5e48-4502-a64a-13d636cf0ce0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9738 | 2024.09.03 23:55:50.503660 [ 3 ] {d27f50df-5e48-4502-a64a-13d636cf0ce0} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9739 | 2024.09.03 23:55:50.503699 [ 3 ] {d27f50df-5e48-4502-a64a-13d636cf0ce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9740 | 2024.09.03 23:55:50.504051 [ 3 ] {d27f50df-5e48-4502-a64a-13d636cf0ce0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
9741 | 2024.09.03 23:55:50.504411 [ 3 ] {d27f50df-5e48-4502-a64a-13d636cf0ce0} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9742 | 2024.09.03 23:55:50.504569 [ 145 ] {} <Debug> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
9743 | 2024.09.03 23:55:50.504571 [ 3 ] {d27f50df-5e48-4502-a64a-13d636cf0ce0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001521 sec., 9204.47074293228 rows/sec., 644.62 KiB/sec. | ||
9744 | 2024.09.03 23:55:50.504661 [ 145 ] {} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9745 | 2024.09.03 23:55:50.504729 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9746 | 2024.09.03 23:55:50.504948 [ 187 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::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 | ||
9747 | 2024.09.03 23:55:50.504962 [ 3 ] {d27f50df-5e48-4502-a64a-13d636cf0ce0} <Debug> DynamicQueryHandler: Done processing query | ||
9748 | 2024.09.03 23:55:50.505047 [ 3 ] {d27f50df-5e48-4502-a64a-13d636cf0ce0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9749 | 2024.09.03 23:55:50.505078 [ 3 ] {} <Debug> HTTP-Session: a5690aca-b1e5-41df-a3c1-271ab1d74642 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9750 | 2024.09.03 23:55:50.505245 [ 187 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9751 | 2024.09.03 23:55:50.505263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9752 | 2024.09.03 23:55:50.505314 [ 187 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 243 rows starting from the beginning of the part | ||
9753 | 2024.09.03 23:55:50.505354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9754 | 2024.09.03 23:55:50.505409 [ 3 ] {} <Debug> HTTP-Session: abcc4b29-5e86-48ea-ae6a-abe595f56e43 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9755 | 2024.09.03 23:55:50.505491 [ 3 ] {} <Debug> HTTP-Session: abcc4b29-5e86-48ea-ae6a-abe595f56e43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9756 | 2024.09.03 23:55:50.505560 [ 3 ] {} <Debug> HTTP-Session: abcc4b29-5e86-48ea-ae6a-abe595f56e43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9757 | 2024.09.03 23:55:50.505594 [ 187 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
9758 | 2024.09.03 23:55:50.505656 [ 3 ] {} <Trace> HTTP-Session: abcc4b29-5e86-48ea-ae6a-abe595f56e43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9759 | 2024.09.03 23:55:50.505931 [ 187 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 228 rows starting from the beginning of the part | ||
9760 | 2024.09.03 23:55:50.505974 [ 3 ] {5207950f-8f49-4e51-83f9-6cd34ad4ecf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
9761 | 2024.09.03 23:55:50.506125 [ 3 ] {5207950f-8f49-4e51-83f9-6cd34ad4ecf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9762 | 2024.09.03 23:55:50.506167 [ 187 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::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 | ||
9763 | 2024.09.03 23:55:50.506582 [ 187 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
9764 | 2024.09.03 23:55:50.506900 [ 187 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::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 | ||
9765 | 2024.09.03 23:55:50.507658 [ 3 ] {5207950f-8f49-4e51-83f9-6cd34ad4ecf4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9766 | 2024.09.03 23:55:50.508439 [ 3 ] {5207950f-8f49-4e51-83f9-6cd34ad4ecf4} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9767 | 2024.09.03 23:55:50.508514 [ 3 ] {5207950f-8f49-4e51-83f9-6cd34ad4ecf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9768 | 2024.09.03 23:55:50.509606 [ 3 ] {5207950f-8f49-4e51-83f9-6cd34ad4ecf4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
9769 | 2024.09.03 23:55:50.510414 [ 199 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.00556522 sec., 94695.26811159308 rows/sec., 6.43 MiB/sec. | ||
9770 | 2024.09.03 23:55:50.510656 [ 199 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
9771 | 2024.09.03 23:55:50.510736 [ 3 ] {5207950f-8f49-4e51-83f9-6cd34ad4ecf4} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9772 | 2024.09.03 23:55:50.511086 [ 3 ] {5207950f-8f49-4e51-83f9-6cd34ad4ecf4} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005188 sec., 1156.515034695451 rows/sec., 68.33 KiB/sec. | ||
9773 | 2024.09.03 23:55:50.511618 [ 3 ] {5207950f-8f49-4e51-83f9-6cd34ad4ecf4} <Debug> DynamicQueryHandler: Done processing query | ||
9774 | 2024.09.03 23:55:50.511662 [ 3 ] {5207950f-8f49-4e51-83f9-6cd34ad4ecf4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9775 | 2024.09.03 23:55:50.511696 [ 3 ] {} <Debug> HTTP-Session: abcc4b29-5e86-48ea-ae6a-abe595f56e43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9776 | 2024.09.03 23:55:50.511829 [ 199 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_31_6} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9777 | 2024.09.03 23:55:50.511934 [ 199 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_31_6} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
9778 | 2024.09.03 23:55:50.511979 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 63465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9779 | 2024.09.03 23:55:50.512077 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
9780 | 2024.09.03 23:55:50.512097 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9781 | 2024.09.03 23:55:50.512138 [ 3 ] {} <Debug> HTTP-Session: b428e52d-73ce-42aa-bd6f-89934964e495 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9782 | 2024.09.03 23:55:50.512157 [ 3 ] {} <Debug> HTTP-Session: b428e52d-73ce-42aa-bd6f-89934964e495 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9783 | 2024.09.03 23:55:50.512172 [ 3 ] {} <Debug> HTTP-Session: b428e52d-73ce-42aa-bd6f-89934964e495 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9784 | 2024.09.03 23:55:50.512203 [ 3 ] {} <Trace> HTTP-Session: b428e52d-73ce-42aa-bd6f-89934964e495 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9785 | 2024.09.03 23:55:50.512416 [ 3 ] {3d5a1087-1bdb-4a1e-bdc2-65299ab8a13f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9786 | 2024.09.03 23:55:50.512462 [ 3 ] {3d5a1087-1bdb-4a1e-bdc2-65299ab8a13f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9787 | 2024.09.03 23:55:50.512714 [ 3 ] {3d5a1087-1bdb-4a1e-bdc2-65299ab8a13f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9788 | 2024.09.03 23:55:50.513303 [ 3 ] {3d5a1087-1bdb-4a1e-bdc2-65299ab8a13f} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9789 | 2024.09.03 23:55:50.513342 [ 3 ] {3d5a1087-1bdb-4a1e-bdc2-65299ab8a13f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9790 | 2024.09.03 23:55:50.513815 [ 3 ] {3d5a1087-1bdb-4a1e-bdc2-65299ab8a13f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9791 | 2024.09.03 23:55:50.514178 [ 3 ] {3d5a1087-1bdb-4a1e-bdc2-65299ab8a13f} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9792 | 2024.09.03 23:55:50.514341 [ 3 ] {3d5a1087-1bdb-4a1e-bdc2-65299ab8a13f} <Debug> executeQuery: Read 392 rows, 28.49 KiB in 0.002041 sec., 192062.714355708 rows/sec., 13.63 MiB/sec. | ||
9793 | 2024.09.03 23:55:50.514520 [ 3 ] {3d5a1087-1bdb-4a1e-bdc2-65299ab8a13f} <Debug> DynamicQueryHandler: Done processing query | ||
9794 | 2024.09.03 23:55:50.514545 [ 3 ] {3d5a1087-1bdb-4a1e-bdc2-65299ab8a13f} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
9795 | 2024.09.03 23:55:50.514560 [ 3 ] {} <Debug> HTTP-Session: b428e52d-73ce-42aa-bd6f-89934964e495 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9796 | 2024.09.03 23:55:50.514693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9797 | 2024.09.03 23:55:50.514741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9798 | 2024.09.03 23:55:50.514760 [ 3 ] {} <Debug> HTTP-Session: d6603b8d-8838-4d54-b0cf-c8856a796939 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9799 | 2024.09.03 23:55:50.514776 [ 3 ] {} <Debug> HTTP-Session: d6603b8d-8838-4d54-b0cf-c8856a796939 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9800 | 2024.09.03 23:55:50.514790 [ 3 ] {} <Debug> HTTP-Session: d6603b8d-8838-4d54-b0cf-c8856a796939 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9801 | 2024.09.03 23:55:50.514822 [ 3 ] {} <Trace> HTTP-Session: d6603b8d-8838-4d54-b0cf-c8856a796939 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9802 | 2024.09.03 23:55:50.514918 [ 3 ] {5c947e36-ebe7-4ce6-916b-7df7244397f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9803 | 2024.09.03 23:55:50.514962 [ 3 ] {5c947e36-ebe7-4ce6-916b-7df7244397f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9804 | 2024.09.03 23:55:50.515094 [ 3 ] {5c947e36-ebe7-4ce6-916b-7df7244397f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9805 | 2024.09.03 23:55:50.515368 [ 3 ] {5c947e36-ebe7-4ce6-916b-7df7244397f3} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9806 | 2024.09.03 23:55:50.515404 [ 3 ] {5c947e36-ebe7-4ce6-916b-7df7244397f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9807 | 2024.09.03 23:55:50.515765 [ 3 ] {5c947e36-ebe7-4ce6-916b-7df7244397f3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
9808 | 2024.09.03 23:55:50.516087 [ 3 ] {5c947e36-ebe7-4ce6-916b-7df7244397f3} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9809 | 2024.09.03 23:55:50.516251 [ 3 ] {5c947e36-ebe7-4ce6-916b-7df7244397f3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001358 sec., 4418.262150220913 rows/sec., 230.84 KiB/sec. | ||
9810 | 2024.09.03 23:55:50.516406 [ 3 ] {5c947e36-ebe7-4ce6-916b-7df7244397f3} <Debug> DynamicQueryHandler: Done processing query | ||
9811 | 2024.09.03 23:55:50.516431 [ 3 ] {5c947e36-ebe7-4ce6-916b-7df7244397f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9812 | 2024.09.03 23:55:50.516448 [ 3 ] {} <Debug> HTTP-Session: d6603b8d-8838-4d54-b0cf-c8856a796939 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9813 | 2024.09.03 23:55:50.516605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 45031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9814 | 2024.09.03 23:55:50.516652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9815 | 2024.09.03 23:55:50.516670 [ 3 ] {} <Debug> HTTP-Session: 64c7a1d1-2c2c-40b1-88f9-b748553adc0a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9816 | 2024.09.03 23:55:50.516688 [ 3 ] {} <Debug> HTTP-Session: 64c7a1d1-2c2c-40b1-88f9-b748553adc0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9817 | 2024.09.03 23:55:50.516702 [ 3 ] {} <Debug> HTTP-Session: 64c7a1d1-2c2c-40b1-88f9-b748553adc0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9818 | 2024.09.03 23:55:50.516733 [ 3 ] {} <Trace> HTTP-Session: 64c7a1d1-2c2c-40b1-88f9-b748553adc0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9819 | 2024.09.03 23:55:50.516915 [ 3 ] {ff68a224-243c-48e4-98ee-8af116bff49d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9820 | 2024.09.03 23:55:50.516961 [ 3 ] {ff68a224-243c-48e4-98ee-8af116bff49d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9821 | 2024.09.03 23:55:50.517103 [ 3 ] {ff68a224-243c-48e4-98ee-8af116bff49d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9822 | 2024.09.03 23:55:50.517544 [ 3 ] {ff68a224-243c-48e4-98ee-8af116bff49d} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9823 | 2024.09.03 23:55:50.517580 [ 3 ] {ff68a224-243c-48e4-98ee-8af116bff49d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9824 | 2024.09.03 23:55:50.517961 [ 3 ] {ff68a224-243c-48e4-98ee-8af116bff49d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9825 | 2024.09.03 23:55:50.518294 [ 3 ] {ff68a224-243c-48e4-98ee-8af116bff49d} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9826 | 2024.09.03 23:55:50.518442 [ 3 ] {ff68a224-243c-48e4-98ee-8af116bff49d} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001629 sec., 146715.77655003069 rows/sec., 9.84 MiB/sec. | ||
9827 | 2024.09.03 23:55:50.518645 [ 3 ] {ff68a224-243c-48e4-98ee-8af116bff49d} <Debug> DynamicQueryHandler: Done processing query | ||
9828 | 2024.09.03 23:55:50.518684 [ 3 ] {ff68a224-243c-48e4-98ee-8af116bff49d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9829 | 2024.09.03 23:55:50.518731 [ 3 ] {} <Debug> HTTP-Session: 64c7a1d1-2c2c-40b1-88f9-b748553adc0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9830 | 2024.09.03 23:55:50.518856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9831 | 2024.09.03 23:55:50.518906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9832 | 2024.09.03 23:55:50.518925 [ 3 ] {} <Debug> HTTP-Session: 21dfcc24-ac7e-4835-9827-b575555adc86 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9833 | 2024.09.03 23:55:50.518941 [ 3 ] {} <Debug> HTTP-Session: 21dfcc24-ac7e-4835-9827-b575555adc86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9834 | 2024.09.03 23:55:50.518955 [ 3 ] {} <Debug> HTTP-Session: 21dfcc24-ac7e-4835-9827-b575555adc86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9835 | 2024.09.03 23:55:50.518985 [ 3 ] {} <Trace> HTTP-Session: 21dfcc24-ac7e-4835-9827-b575555adc86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9836 | 2024.09.03 23:55:50.519084 [ 3 ] {5c0f0ce2-c2b5-45c8-90cb-7af80501e00e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
9837 | 2024.09.03 23:55:50.519129 [ 3 ] {5c0f0ce2-c2b5-45c8-90cb-7af80501e00e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9838 | 2024.09.03 23:55:50.519262 [ 3 ] {5c0f0ce2-c2b5-45c8-90cb-7af80501e00e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9839 | 2024.09.03 23:55:50.519616 [ 3 ] {5c0f0ce2-c2b5-45c8-90cb-7af80501e00e} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9840 | 2024.09.03 23:55:50.519654 [ 3 ] {5c0f0ce2-c2b5-45c8-90cb-7af80501e00e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9841 | 2024.09.03 23:55:50.520009 [ 3 ] {5c0f0ce2-c2b5-45c8-90cb-7af80501e00e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
9842 | 2024.09.03 23:55:50.520333 [ 3 ] {5c0f0ce2-c2b5-45c8-90cb-7af80501e00e} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9843 | 2024.09.03 23:55:50.520493 [ 3 ] {5c0f0ce2-c2b5-45c8-90cb-7af80501e00e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00142 sec., 704.2253521126761 rows/sec., 47.45 KiB/sec. | ||
9844 | 2024.09.03 23:55:50.520662 [ 3 ] {5c0f0ce2-c2b5-45c8-90cb-7af80501e00e} <Debug> DynamicQueryHandler: Done processing query | ||
9845 | 2024.09.03 23:55:50.520686 [ 3 ] {5c0f0ce2-c2b5-45c8-90cb-7af80501e00e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
9846 | 2024.09.03 23:55:50.520702 [ 3 ] {} <Debug> HTTP-Session: 21dfcc24-ac7e-4835-9827-b575555adc86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9847 | 2024.09.03 23:55:50.520826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 10206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9848 | 2024.09.03 23:55:50.520874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9849 | 2024.09.03 23:55:50.520892 [ 3 ] {} <Debug> HTTP-Session: 8b54d418-4fe4-49de-b045-f5a7925ec336 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9850 | 2024.09.03 23:55:50.520908 [ 3 ] {} <Debug> HTTP-Session: 8b54d418-4fe4-49de-b045-f5a7925ec336 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9851 | 2024.09.03 23:55:50.520922 [ 3 ] {} <Debug> HTTP-Session: 8b54d418-4fe4-49de-b045-f5a7925ec336 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9852 | 2024.09.03 23:55:50.520953 [ 3 ] {} <Trace> HTTP-Session: 8b54d418-4fe4-49de-b045-f5a7925ec336 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9853 | 2024.09.03 23:55:50.521089 [ 3 ] {d14f91cb-af7f-42db-974d-a95663970ed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
9854 | 2024.09.03 23:55:50.521151 [ 3 ] {d14f91cb-af7f-42db-974d-a95663970ed4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9855 | 2024.09.03 23:55:50.521566 [ 3 ] {d14f91cb-af7f-42db-974d-a95663970ed4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9856 | 2024.09.03 23:55:50.522108 [ 3 ] {d14f91cb-af7f-42db-974d-a95663970ed4} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9857 | 2024.09.03 23:55:50.522145 [ 3 ] {d14f91cb-af7f-42db-974d-a95663970ed4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9858 | 2024.09.03 23:55:50.522739 [ 3 ] {d14f91cb-af7f-42db-974d-a95663970ed4} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
9859 | 2024.09.03 23:55:50.523146 [ 3 ] {d14f91cb-af7f-42db-974d-a95663970ed4} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9860 | 2024.09.03 23:55:50.523323 [ 3 ] {d14f91cb-af7f-42db-974d-a95663970ed4} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002293 sec., 2616.6593981683386 rows/sec., 4.69 MiB/sec. | ||
9861 | 2024.09.03 23:55:50.523547 [ 3 ] {d14f91cb-af7f-42db-974d-a95663970ed4} <Debug> DynamicQueryHandler: Done processing query | ||
9862 | 2024.09.03 23:55:50.523570 [ 3 ] {d14f91cb-af7f-42db-974d-a95663970ed4} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
9863 | 2024.09.03 23:55:50.523586 [ 3 ] {} <Debug> HTTP-Session: 8b54d418-4fe4-49de-b045-f5a7925ec336 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9864 | 2024.09.03 23:55:50.523726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9865 | 2024.09.03 23:55:50.523773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9866 | 2024.09.03 23:55:50.523792 [ 3 ] {} <Debug> HTTP-Session: 382452c0-00a2-450e-a221-8645d46c9a49 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9867 | 2024.09.03 23:55:50.523809 [ 3 ] {} <Debug> HTTP-Session: 382452c0-00a2-450e-a221-8645d46c9a49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9868 | 2024.09.03 23:55:50.523823 [ 3 ] {} <Debug> HTTP-Session: 382452c0-00a2-450e-a221-8645d46c9a49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9869 | 2024.09.03 23:55:50.523854 [ 3 ] {} <Trace> HTTP-Session: 382452c0-00a2-450e-a221-8645d46c9a49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9870 | 2024.09.03 23:55:50.523977 [ 3 ] {53f4489f-9ce7-4300-ab2b-f5f481ed6115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9871 | 2024.09.03 23:55:50.524021 [ 3 ] {53f4489f-9ce7-4300-ab2b-f5f481ed6115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9872 | 2024.09.03 23:55:50.524149 [ 3 ] {53f4489f-9ce7-4300-ab2b-f5f481ed6115} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9873 | 2024.09.03 23:55:50.524475 [ 3 ] {53f4489f-9ce7-4300-ab2b-f5f481ed6115} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9874 | 2024.09.03 23:55:50.524512 [ 3 ] {53f4489f-9ce7-4300-ab2b-f5f481ed6115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9875 | 2024.09.03 23:55:50.524864 [ 3 ] {53f4489f-9ce7-4300-ab2b-f5f481ed6115} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9876 | 2024.09.03 23:55:50.525191 [ 3 ] {53f4489f-9ce7-4300-ab2b-f5f481ed6115} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9877 | 2024.09.03 23:55:50.525336 [ 3 ] {53f4489f-9ce7-4300-ab2b-f5f481ed6115} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001402 sec., 58487.87446504993 rows/sec., 3.71 MiB/sec. | ||
9878 | 2024.09.03 23:55:50.525509 [ 3 ] {53f4489f-9ce7-4300-ab2b-f5f481ed6115} <Debug> DynamicQueryHandler: Done processing query | ||
9879 | 2024.09.03 23:55:50.525534 [ 3 ] {53f4489f-9ce7-4300-ab2b-f5f481ed6115} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9880 | 2024.09.03 23:55:50.525549 [ 3 ] {} <Debug> HTTP-Session: 382452c0-00a2-450e-a221-8645d46c9a49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9881 | 2024.09.03 23:55:55.520500 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9882 | 2024.09.03 23:55:55.520635 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9883 | 2024.09.03 23:55:55.520660 [ 3 ] {} <Debug> HTTP-Session: a026c77e-7480-4b08-8ffe-56796c044fd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9884 | 2024.09.03 23:55:55.520686 [ 3 ] {} <Debug> HTTP-Session: a026c77e-7480-4b08-8ffe-56796c044fd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9885 | 2024.09.03 23:55:55.520701 [ 3 ] {} <Debug> HTTP-Session: a026c77e-7480-4b08-8ffe-56796c044fd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9886 | 2024.09.03 23:55:55.520751 [ 3 ] {} <Trace> HTTP-Session: a026c77e-7480-4b08-8ffe-56796c044fd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9887 | 2024.09.03 23:55:55.520942 [ 3 ] {eedddca2-bd02-4844-a37a-344fbeecf365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9888 | 2024.09.03 23:55:55.521011 [ 3 ] {eedddca2-bd02-4844-a37a-344fbeecf365} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9889 | 2024.09.03 23:55:55.521354 [ 3 ] {eedddca2-bd02-4844-a37a-344fbeecf365} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9890 | 2024.09.03 23:55:55.521808 [ 3 ] {eedddca2-bd02-4844-a37a-344fbeecf365} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9891 | 2024.09.03 23:55:55.521857 [ 3 ] {eedddca2-bd02-4844-a37a-344fbeecf365} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9892 | 2024.09.03 23:55:55.522277 [ 3 ] {eedddca2-bd02-4844-a37a-344fbeecf365} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
9893 | 2024.09.03 23:55:55.522668 [ 3 ] {eedddca2-bd02-4844-a37a-344fbeecf365} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9894 | 2024.09.03 23:55:55.522851 [ 3 ] {eedddca2-bd02-4844-a37a-344fbeecf365} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001957 sec., 3065.9172202350537 rows/sec., 250.00 KiB/sec. | ||
9895 | 2024.09.03 23:55:55.523067 [ 3 ] {eedddca2-bd02-4844-a37a-344fbeecf365} <Debug> DynamicQueryHandler: Done processing query | ||
9896 | 2024.09.03 23:55:55.523094 [ 3 ] {eedddca2-bd02-4844-a37a-344fbeecf365} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9897 | 2024.09.03 23:55:55.523111 [ 3 ] {} <Debug> HTTP-Session: a026c77e-7480-4b08-8ffe-56796c044fd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9898 | 2024.09.03 23:55:55.523338 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 183472, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9899 | 2024.09.03 23:55:55.523398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9900 | 2024.09.03 23:55:55.523419 [ 3 ] {} <Debug> HTTP-Session: 932da4db-d5ec-439b-a7db-c6445d146e5e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9901 | 2024.09.03 23:55:55.523438 [ 3 ] {} <Debug> HTTP-Session: 932da4db-d5ec-439b-a7db-c6445d146e5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9902 | 2024.09.03 23:55:55.523452 [ 3 ] {} <Debug> HTTP-Session: 932da4db-d5ec-439b-a7db-c6445d146e5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9903 | 2024.09.03 23:55:55.523487 [ 3 ] {} <Trace> HTTP-Session: 932da4db-d5ec-439b-a7db-c6445d146e5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9904 | 2024.09.03 23:55:55.523954 [ 3 ] {e05fad64-52b8-460f-9d2c-dbe7574fd75e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9905 | 2024.09.03 23:55:55.524006 [ 3 ] {e05fad64-52b8-460f-9d2c-dbe7574fd75e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9906 | 2024.09.03 23:55:55.524252 [ 3 ] {e05fad64-52b8-460f-9d2c-dbe7574fd75e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9907 | 2024.09.03 23:55:55.525522 [ 3 ] {e05fad64-52b8-460f-9d2c-dbe7574fd75e} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9908 | 2024.09.03 23:55:55.525562 [ 3 ] {e05fad64-52b8-460f-9d2c-dbe7574fd75e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9909 | 2024.09.03 23:55:55.526013 [ 3 ] {e05fad64-52b8-460f-9d2c-dbe7574fd75e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9910 | 2024.09.03 23:55:55.526379 [ 3 ] {e05fad64-52b8-460f-9d2c-dbe7574fd75e} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9911 | 2024.09.03 23:55:55.526552 [ 3 ] {e05fad64-52b8-460f-9d2c-dbe7574fd75e} <Debug> executeQuery: Read 1261 rows, 107.09 KiB in 0.002902 sec., 434527.91178497585 rows/sec., 36.04 MiB/sec. | ||
9912 | 2024.09.03 23:55:55.526556 [ 139 ] {} <Debug> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9913 | 2024.09.03 23:55:55.526674 [ 139 ] {} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9914 | 2024.09.03 23:55:55.526727 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9915 | 2024.09.03 23:55:55.526831 [ 3 ] {e05fad64-52b8-460f-9d2c-dbe7574fd75e} <Debug> DynamicQueryHandler: Done processing query | ||
9916 | 2024.09.03 23:55:55.526910 [ 3 ] {e05fad64-52b8-460f-9d2c-dbe7574fd75e} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
9917 | 2024.09.03 23:55:55.526968 [ 3 ] {} <Debug> HTTP-Session: 932da4db-d5ec-439b-a7db-c6445d146e5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9918 | 2024.09.03 23:55:55.527137 [ 200 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::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 | ||
9919 | 2024.09.03 23:55:55.527320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 5333, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9920 | 2024.09.03 23:55:55.527476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9921 | 2024.09.03 23:55:55.527527 [ 3 ] {} <Debug> HTTP-Session: b1cdc542-01f5-4f0c-ae4c-d6e05042336e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9922 | 2024.09.03 23:55:55.527577 [ 3 ] {} <Debug> HTTP-Session: b1cdc542-01f5-4f0c-ae4c-d6e05042336e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9923 | 2024.09.03 23:55:55.527622 [ 3 ] {} <Debug> HTTP-Session: b1cdc542-01f5-4f0c-ae4c-d6e05042336e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9924 | 2024.09.03 23:55:55.527636 [ 200 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9925 | 2024.09.03 23:55:55.527682 [ 3 ] {} <Trace> HTTP-Session: b1cdc542-01f5-4f0c-ae4c-d6e05042336e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9926 | 2024.09.03 23:55:55.527709 [ 200 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1413 rows starting from the beginning of the part | ||
9927 | 2024.09.03 23:55:55.527986 [ 3 ] {0eff15c9-8990-4618-9470-431b15c38424} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9928 | 2024.09.03 23:55:55.528020 [ 200 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 118 rows starting from the beginning of the part | ||
9929 | 2024.09.03 23:55:55.528087 [ 3 ] {0eff15c9-8990-4618-9470-431b15c38424} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9930 | 2024.09.03 23:55:55.528353 [ 200 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 203 rows starting from the beginning of the part | ||
9931 | 2024.09.03 23:55:55.528711 [ 200 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 120 rows starting from the beginning of the part | ||
9932 | 2024.09.03 23:55:55.529041 [ 200 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 203 rows starting from the beginning of the part | ||
9933 | 2024.09.03 23:55:55.529406 [ 200 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1261 rows starting from the beginning of the part | ||
9934 | 2024.09.03 23:55:55.529850 [ 3 ] {0eff15c9-8990-4618-9470-431b15c38424} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9935 | 2024.09.03 23:55:55.530724 [ 3 ] {0eff15c9-8990-4618-9470-431b15c38424} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9936 | 2024.09.03 23:55:55.530785 [ 3 ] {0eff15c9-8990-4618-9470-431b15c38424} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9937 | 2024.09.03 23:55:55.531623 [ 3 ] {0eff15c9-8990-4618-9470-431b15c38424} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
9938 | 2024.09.03 23:55:55.532427 [ 3 ] {0eff15c9-8990-4618-9470-431b15c38424} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9939 | 2024.09.03 23:55:55.532648 [ 3 ] {0eff15c9-8990-4618-9470-431b15c38424} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.004828 sec., 7663.628831814416 rows/sec., 569.59 KiB/sec. | ||
9940 | 2024.09.03 23:55:55.533043 [ 3 ] {0eff15c9-8990-4618-9470-431b15c38424} <Debug> DynamicQueryHandler: Done processing query | ||
9941 | 2024.09.03 23:55:55.533122 [ 3 ] {0eff15c9-8990-4618-9470-431b15c38424} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9942 | 2024.09.03 23:55:55.533194 [ 3 ] {} <Debug> HTTP-Session: b1cdc542-01f5-4f0c-ae4c-d6e05042336e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9943 | 2024.09.03 23:55:55.533313 [ 191 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3318 rows, containing 5 columns (5 merged, 0 gathered) in 0.0065054 sec., 510037.81473852496 rows/sec., 44.80 MiB/sec. | ||
9944 | 2024.09.03 23:55:55.533445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9945 | 2024.09.03 23:55:55.533532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9946 | 2024.09.03 23:55:55.533555 [ 3 ] {} <Debug> HTTP-Session: ecb37f60-6236-4327-84e6-13809dfae3fb Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9947 | 2024.09.03 23:55:55.533578 [ 3 ] {} <Debug> HTTP-Session: ecb37f60-6236-4327-84e6-13809dfae3fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9948 | 2024.09.03 23:55:55.533613 [ 3 ] {} <Debug> HTTP-Session: ecb37f60-6236-4327-84e6-13809dfae3fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9949 | 2024.09.03 23:55:55.533652 [ 188 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9950 | 2024.09.03 23:55:55.533666 [ 3 ] {} <Trace> HTTP-Session: ecb37f60-6236-4327-84e6-13809dfae3fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9951 | 2024.09.03 23:55:55.534131 [ 3 ] {9b389fae-f8de-4b24-ba50-02ea64629424} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9952 | 2024.09.03 23:55:55.534321 [ 3 ] {9b389fae-f8de-4b24-ba50-02ea64629424} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9953 | 2024.09.03 23:55:55.534683 [ 188 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_51_10} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9954 | 2024.09.03 23:55:55.534933 [ 3 ] {9b389fae-f8de-4b24-ba50-02ea64629424} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9955 | 2024.09.03 23:55:55.534941 [ 188 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_51_10} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9956 | 2024.09.03 23:55:55.535158 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
9957 | 2024.09.03 23:55:55.535501 [ 3 ] {9b389fae-f8de-4b24-ba50-02ea64629424} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9958 | 2024.09.03 23:55:55.535542 [ 3 ] {9b389fae-f8de-4b24-ba50-02ea64629424} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9959 | 2024.09.03 23:55:55.535920 [ 3 ] {9b389fae-f8de-4b24-ba50-02ea64629424} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
9960 | 2024.09.03 23:55:55.536281 [ 3 ] {9b389fae-f8de-4b24-ba50-02ea64629424} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9961 | 2024.09.03 23:55:55.536442 [ 3 ] {9b389fae-f8de-4b24-ba50-02ea64629424} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002593 sec., 87929.03972232935 rows/sec., 5.95 MiB/sec. | ||
9962 | 2024.09.03 23:55:55.536618 [ 3 ] {9b389fae-f8de-4b24-ba50-02ea64629424} <Debug> DynamicQueryHandler: Done processing query | ||
9963 | 2024.09.03 23:55:55.536642 [ 3 ] {9b389fae-f8de-4b24-ba50-02ea64629424} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
9964 | 2024.09.03 23:55:55.536658 [ 3 ] {} <Debug> HTTP-Session: ecb37f60-6236-4327-84e6-13809dfae3fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9965 | 2024.09.03 23:55:55.536956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 92170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9966 | 2024.09.03 23:55:55.537005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9967 | 2024.09.03 23:55:55.537024 [ 3 ] {} <Debug> HTTP-Session: 00baa480-c319-4f5c-a456-25321f80a634 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9968 | 2024.09.03 23:55:55.537040 [ 3 ] {} <Debug> HTTP-Session: 00baa480-c319-4f5c-a456-25321f80a634 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9969 | 2024.09.03 23:55:55.537054 [ 3 ] {} <Debug> HTTP-Session: 00baa480-c319-4f5c-a456-25321f80a634 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9970 | 2024.09.03 23:55:55.537084 [ 3 ] {} <Trace> HTTP-Session: 00baa480-c319-4f5c-a456-25321f80a634 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9971 | 2024.09.03 23:55:55.537477 [ 3 ] {234e0cf6-fa83-409d-a566-e0cea2479055} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9972 | 2024.09.03 23:55:55.537520 [ 3 ] {234e0cf6-fa83-409d-a566-e0cea2479055} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9973 | 2024.09.03 23:55:55.537745 [ 3 ] {234e0cf6-fa83-409d-a566-e0cea2479055} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9974 | 2024.09.03 23:55:55.538405 [ 3 ] {234e0cf6-fa83-409d-a566-e0cea2479055} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9975 | 2024.09.03 23:55:55.538441 [ 3 ] {234e0cf6-fa83-409d-a566-e0cea2479055} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9976 | 2024.09.03 23:55:55.538814 [ 3 ] {234e0cf6-fa83-409d-a566-e0cea2479055} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9977 | 2024.09.03 23:55:55.539168 [ 3 ] {234e0cf6-fa83-409d-a566-e0cea2479055} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9978 | 2024.09.03 23:55:55.539335 [ 3 ] {234e0cf6-fa83-409d-a566-e0cea2479055} <Debug> executeQuery: Read 557 rows, 42.38 KiB in 0.002126 sec., 261994.35559736597 rows/sec., 19.47 MiB/sec. | ||
9979 | 2024.09.03 23:55:55.539343 [ 139 ] {} <Debug> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9980 | 2024.09.03 23:55:55.539430 [ 139 ] {} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9981 | 2024.09.03 23:55:55.539487 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
9982 | 2024.09.03 23:55:55.539654 [ 3 ] {234e0cf6-fa83-409d-a566-e0cea2479055} <Debug> DynamicQueryHandler: Done processing query | ||
9983 | 2024.09.03 23:55:55.539728 [ 3 ] {234e0cf6-fa83-409d-a566-e0cea2479055} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
9984 | 2024.09.03 23:55:55.539791 [ 3 ] {} <Debug> HTTP-Session: 00baa480-c319-4f5c-a456-25321f80a634 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9985 | 2024.09.03 23:55:55.539841 [ 188 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::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 | ||
9986 | 2024.09.03 23:55:55.540237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 161010, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9987 | 2024.09.03 23:55:55.540400 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9988 | 2024.09.03 23:55:55.540461 [ 3 ] {} <Debug> HTTP-Session: a1ea3a2c-b920-4cb4-9ce1-877cea7e866b Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
9989 | 2024.09.03 23:55:55.540469 [ 188 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9990 | 2024.09.03 23:55:55.540489 [ 3 ] {} <Debug> HTTP-Session: a1ea3a2c-b920-4cb4-9ce1-877cea7e866b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9991 | 2024.09.03 23:55:55.540542 [ 3 ] {} <Debug> HTTP-Session: a1ea3a2c-b920-4cb4-9ce1-877cea7e866b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9992 | 2024.09.03 23:55:55.540547 [ 188 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 911 rows starting from the beginning of the part | ||
9993 | 2024.09.03 23:55:55.540595 [ 3 ] {} <Trace> HTTP-Session: a1ea3a2c-b920-4cb4-9ce1-877cea7e866b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9994 | 2024.09.03 23:55:55.540915 [ 188 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 95 rows starting from the beginning of the part | ||
9995 | 2024.09.03 23:55:55.541007 [ 188 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 392 rows starting from the beginning of the part | ||
9996 | 2024.09.03 23:55:55.541250 [ 188 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 99 rows starting from the beginning of the part | ||
9997 | 2024.09.03 23:55:55.541401 [ 3 ] {4e8d65df-eb5f-4232-b74d-a4116fcac13e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9998 | 2024.09.03 23:55:55.541638 [ 3 ] {4e8d65df-eb5f-4232-b74d-a4116fcac13e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9999 | 2024.09.03 23:55:55.541637 [ 188 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 392 rows starting from the beginning of the part | ||
10000 | 2024.09.03 23:55:55.541975 [ 188 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 557 rows starting from the beginning of the part | ||
10001 | 2024.09.03 23:55:55.542690 [ 3 ] {4e8d65df-eb5f-4232-b74d-a4116fcac13e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10002 | 2024.09.03 23:55:55.544025 [ 3 ] {4e8d65df-eb5f-4232-b74d-a4116fcac13e} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10003 | 2024.09.03 23:55:55.544069 [ 3 ] {4e8d65df-eb5f-4232-b74d-a4116fcac13e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
10004 | 2024.09.03 23:55:55.544777 [ 188 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2446 rows, containing 5 columns (5 merged, 0 gathered) in 0.005189782 sec., 471310.740990662 rows/sec., 36.18 MiB/sec. | ||
10005 | 2024.09.03 23:55:55.544954 [ 3 ] {4e8d65df-eb5f-4232-b74d-a4116fcac13e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
10006 | 2024.09.03 23:55:55.544980 [ 188 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
10007 | 2024.09.03 23:55:55.545876 [ 3 ] {4e8d65df-eb5f-4232-b74d-a4116fcac13e} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10008 | 2024.09.03 23:55:55.545942 [ 188 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_51_10} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10009 | 2024.09.03 23:55:55.546159 [ 142 ] {} <Debug> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
10010 | 2024.09.03 23:55:55.546192 [ 3 ] {4e8d65df-eb5f-4232-b74d-a4116fcac13e} <Debug> executeQuery: Read 847 rows, 58.38 KiB in 0.00534 sec., 158614.23220973782 rows/sec., 10.68 MiB/sec. | ||
10011 | 2024.09.03 23:55:55.546153 [ 188 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_51_10} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
10012 | 2024.09.03 23:55:55.546232 [ 142 ] {} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10013 | 2024.09.03 23:55:55.546323 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
10014 | 2024.09.03 23:55:55.546642 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
10015 | 2024.09.03 23:55:55.546689 [ 3 ] {4e8d65df-eb5f-4232-b74d-a4116fcac13e} <Debug> DynamicQueryHandler: Done processing query | ||
10016 | 2024.09.03 23:55:55.546752 [ 3 ] {4e8d65df-eb5f-4232-b74d-a4116fcac13e} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
10017 | 2024.09.03 23:55:55.546770 [ 194 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::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 | ||
10018 | 2024.09.03 23:55:55.546798 [ 3 ] {} <Debug> HTTP-Session: a1ea3a2c-b920-4cb4-9ce1-877cea7e866b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10019 | 2024.09.03 23:55:55.547034 [ 194 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10020 | 2024.09.03 23:55:55.547069 [ 194 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14663 rows starting from the beginning of the part | ||
10021 | 2024.09.03 23:55:55.547076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 51864, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10022 | 2024.09.03 23:55:55.547127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10023 | 2024.09.03 23:55:55.547188 [ 3 ] {} <Debug> HTTP-Session: ef205896-1b71-4e01-b02b-6366dfaf0d24 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10024 | 2024.09.03 23:55:55.547265 [ 3 ] {} <Debug> HTTP-Session: ef205896-1b71-4e01-b02b-6366dfaf0d24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10025 | 2024.09.03 23:55:55.547273 [ 194 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part | ||
10026 | 2024.09.03 23:55:55.547319 [ 3 ] {} <Debug> HTTP-Session: ef205896-1b71-4e01-b02b-6366dfaf0d24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10027 | 2024.09.03 23:55:55.547442 [ 3 ] {} <Trace> HTTP-Session: ef205896-1b71-4e01-b02b-6366dfaf0d24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10028 | 2024.09.03 23:55:55.547581 [ 194 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 239 rows starting from the beginning of the part | ||
10029 | 2024.09.03 23:55:55.547843 [ 194 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::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 | ||
10030 | 2024.09.03 23:55:55.548067 [ 194 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 239 rows starting from the beginning of the part | ||
10031 | 2024.09.03 23:55:55.548116 [ 3 ] {f3f43434-657b-4dda-832b-29dfc34a89d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
10032 | 2024.09.03 23:55:55.548407 [ 194 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 847 rows starting from the beginning of the part | ||
10033 | 2024.09.03 23:55:55.548465 [ 3 ] {f3f43434-657b-4dda-832b-29dfc34a89d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10034 | 2024.09.03 23:55:55.549584 [ 3 ] {f3f43434-657b-4dda-832b-29dfc34a89d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10035 | 2024.09.03 23:55:55.550704 [ 3 ] {f3f43434-657b-4dda-832b-29dfc34a89d1} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10036 | 2024.09.03 23:55:55.550745 [ 3 ] {f3f43434-657b-4dda-832b-29dfc34a89d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
10037 | 2024.09.03 23:55:55.551828 [ 3 ] {f3f43434-657b-4dda-832b-29dfc34a89d1} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
10038 | 2024.09.03 23:55:55.552581 [ 3 ] {f3f43434-657b-4dda-832b-29dfc34a89d1} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10039 | 2024.09.03 23:55:55.552743 [ 3 ] {f3f43434-657b-4dda-832b-29dfc34a89d1} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.005073 sec., 6110.782574413562 rows/sec., 10.95 MiB/sec. | ||
10040 | 2024.09.03 23:55:55.553419 [ 3 ] {f3f43434-657b-4dda-832b-29dfc34a89d1} <Debug> DynamicQueryHandler: Done processing query | ||
10041 | 2024.09.03 23:55:55.553444 [ 3 ] {f3f43434-657b-4dda-832b-29dfc34a89d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
10042 | 2024.09.03 23:55:55.553460 [ 3 ] {} <Debug> HTTP-Session: ef205896-1b71-4e01-b02b-6366dfaf0d24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10043 | 2024.09.03 23:55:55.553600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10044 | 2024.09.03 23:55:55.553656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10045 | 2024.09.03 23:55:55.553675 [ 3 ] {} <Debug> HTTP-Session: 6c0ea5ec-f304-4fb5-b120-0ac496107a03 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10046 | 2024.09.03 23:55:55.553692 [ 3 ] {} <Debug> HTTP-Session: 6c0ea5ec-f304-4fb5-b120-0ac496107a03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10047 | 2024.09.03 23:55:55.553706 [ 3 ] {} <Debug> HTTP-Session: 6c0ea5ec-f304-4fb5-b120-0ac496107a03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10048 | 2024.09.03 23:55:55.553742 [ 3 ] {} <Trace> HTTP-Session: 6c0ea5ec-f304-4fb5-b120-0ac496107a03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10049 | 2024.09.03 23:55:55.553873 [ 3 ] {17b574fe-74dc-466b-83fc-510c6da0505e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10050 | 2024.09.03 23:55:55.553936 [ 3 ] {17b574fe-74dc-466b-83fc-510c6da0505e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10051 | 2024.09.03 23:55:55.554142 [ 194 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16310 rows, containing 5 columns (5 merged, 0 gathered) in 0.007659715 sec., 2129322.043966388 rows/sec., 143.54 MiB/sec. | ||
10052 | 2024.09.03 23:55:55.554217 [ 3 ] {17b574fe-74dc-466b-83fc-510c6da0505e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10053 | 2024.09.03 23:55:55.554547 [ 194 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
10054 | 2024.09.03 23:55:55.554567 [ 3 ] {17b574fe-74dc-466b-83fc-510c6da0505e} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10055 | 2024.09.03 23:55:55.554611 [ 3 ] {17b574fe-74dc-466b-83fc-510c6da0505e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
10056 | 2024.09.03 23:55:55.555101 [ 194 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10057 | 2024.09.03 23:55:55.555147 [ 3 ] {17b574fe-74dc-466b-83fc-510c6da0505e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
10058 | 2024.09.03 23:55:55.555191 [ 194 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
10059 | 2024.09.03 23:55:55.555277 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
10060 | 2024.09.03 23:55:55.555519 [ 3 ] {17b574fe-74dc-466b-83fc-510c6da0505e} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10061 | 2024.09.03 23:55:55.555643 [ 142 ] {} <Debug> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
10062 | 2024.09.03 23:55:55.555647 [ 3 ] {17b574fe-74dc-466b-83fc-510c6da0505e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001818 sec., 33003.300330033 rows/sec., 2.22 MiB/sec. | ||
10063 | 2024.09.03 23:55:55.555686 [ 142 ] {} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10064 | 2024.09.03 23:55:55.555728 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
10065 | 2024.09.03 23:55:55.556011 [ 3 ] {17b574fe-74dc-466b-83fc-510c6da0505e} <Debug> DynamicQueryHandler: Done processing query | ||
10066 | 2024.09.03 23:55:55.556026 [ 188 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
10067 | 2024.09.03 23:55:55.556078 [ 3 ] {17b574fe-74dc-466b-83fc-510c6da0505e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10068 | 2024.09.03 23:55:55.556153 [ 3 ] {} <Debug> HTTP-Session: 6c0ea5ec-f304-4fb5-b120-0ac496107a03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10069 | 2024.09.03 23:55:55.556616 [ 188 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10070 | 2024.09.03 23:55:55.556695 [ 188 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2758 rows starting from the beginning of the part | ||
10071 | 2024.09.03 23:55:55.556813 [ 188 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part | ||
10072 | 2024.09.03 23:55:55.556998 [ 188 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
10073 | 2024.09.03 23:55:55.557079 [ 188 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part | ||
10074 | 2024.09.03 23:55:55.557284 [ 188 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 82 rows starting from the beginning of the part | ||
10075 | 2024.09.03 23:55:55.557375 [ 188 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part | ||
10076 | 2024.09.03 23:55:55.558935 [ 186 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3102 rows, containing 4 columns (4 merged, 0 gathered) in 0.003114907 sec., 995856.3770924782 rows/sec., 64.81 MiB/sec. | ||
10077 | 2024.09.03 23:55:55.559292 [ 188 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
10078 | 2024.09.03 23:55:55.559713 [ 188 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_51_10} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10079 | 2024.09.03 23:55:55.559801 [ 188 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_51_10} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
10080 | 2024.09.03 23:55:55.559876 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
10081 | 2024.09.03 23:56:00.494377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10082 | 2024.09.03 23:56:00.494518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10083 | 2024.09.03 23:56:00.494545 [ 3 ] {} <Debug> HTTP-Session: 424fa3d5-11f9-4916-abb1-355793613e2d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10084 | 2024.09.03 23:56:00.494569 [ 3 ] {} <Debug> HTTP-Session: 424fa3d5-11f9-4916-abb1-355793613e2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10085 | 2024.09.03 23:56:00.494584 [ 3 ] {} <Debug> HTTP-Session: 424fa3d5-11f9-4916-abb1-355793613e2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10086 | 2024.09.03 23:56:00.494633 [ 3 ] {} <Trace> HTTP-Session: 424fa3d5-11f9-4916-abb1-355793613e2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10087 | 2024.09.03 23:56:00.494902 [ 3 ] {a33d4267-94fc-45ae-88af-ea652eb2ba9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10088 | 2024.09.03 23:56:00.494971 [ 3 ] {a33d4267-94fc-45ae-88af-ea652eb2ba9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10089 | 2024.09.03 23:56:00.495310 [ 3 ] {a33d4267-94fc-45ae-88af-ea652eb2ba9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10090 | 2024.09.03 23:56:00.495928 [ 3 ] {a33d4267-94fc-45ae-88af-ea652eb2ba9e} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10091 | 2024.09.03 23:56:00.495974 [ 3 ] {a33d4267-94fc-45ae-88af-ea652eb2ba9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10092 | 2024.09.03 23:56:00.496423 [ 3 ] {a33d4267-94fc-45ae-88af-ea652eb2ba9e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10093 | 2024.09.03 23:56:00.496820 [ 3 ] {a33d4267-94fc-45ae-88af-ea652eb2ba9e} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10094 | 2024.09.03 23:56:00.496990 [ 3 ] {a33d4267-94fc-45ae-88af-ea652eb2ba9e} <Debug> executeQuery: Read 201 rows, 18.03 KiB in 0.002189 sec., 91822.7501142074 rows/sec., 8.04 MiB/sec. | ||
10095 | 2024.09.03 23:56:00.497232 [ 3 ] {a33d4267-94fc-45ae-88af-ea652eb2ba9e} <Debug> DynamicQueryHandler: Done processing query | ||
10096 | 2024.09.03 23:56:00.497261 [ 3 ] {a33d4267-94fc-45ae-88af-ea652eb2ba9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10097 | 2024.09.03 23:56:00.497278 [ 3 ] {} <Debug> HTTP-Session: 424fa3d5-11f9-4916-abb1-355793613e2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10098 | 2024.09.03 23:56:00.497468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10099 | 2024.09.03 23:56:00.497527 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10100 | 2024.09.03 23:56:00.497548 [ 3 ] {} <Debug> HTTP-Session: ec7d6a46-a883-4585-9198-439ca5d1aa3a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10101 | 2024.09.03 23:56:00.497568 [ 3 ] {} <Debug> HTTP-Session: ec7d6a46-a883-4585-9198-439ca5d1aa3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10102 | 2024.09.03 23:56:00.497582 [ 3 ] {} <Debug> HTTP-Session: ec7d6a46-a883-4585-9198-439ca5d1aa3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10103 | 2024.09.03 23:56:00.497618 [ 3 ] {} <Trace> HTTP-Session: ec7d6a46-a883-4585-9198-439ca5d1aa3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10104 | 2024.09.03 23:56:00.497729 [ 3 ] {1f6f7b9d-dfd4-4af1-81ec-c82f7794fd09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10105 | 2024.09.03 23:56:00.497779 [ 3 ] {1f6f7b9d-dfd4-4af1-81ec-c82f7794fd09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10106 | 2024.09.03 23:56:00.498021 [ 3 ] {1f6f7b9d-dfd4-4af1-81ec-c82f7794fd09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10107 | 2024.09.03 23:56:00.498390 [ 3 ] {1f6f7b9d-dfd4-4af1-81ec-c82f7794fd09} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10108 | 2024.09.03 23:56:00.498427 [ 3 ] {1f6f7b9d-dfd4-4af1-81ec-c82f7794fd09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10109 | 2024.09.03 23:56:00.498789 [ 3 ] {1f6f7b9d-dfd4-4af1-81ec-c82f7794fd09} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
10110 | 2024.09.03 23:56:00.499155 [ 3 ] {1f6f7b9d-dfd4-4af1-81ec-c82f7794fd09} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10111 | 2024.09.03 23:56:00.499310 [ 3 ] {1f6f7b9d-dfd4-4af1-81ec-c82f7794fd09} <Debug> executeQuery: Read 6 rows, 462.00 B in 0.001607 sec., 3733.66521468575 rows/sec., 280.75 KiB/sec. | ||
10112 | 2024.09.03 23:56:00.499337 [ 133 ] {} <Debug> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
10113 | 2024.09.03 23:56:00.499462 [ 133 ] {} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10114 | 2024.09.03 23:56:00.499504 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10115 | 2024.09.03 23:56:00.499588 [ 3 ] {1f6f7b9d-dfd4-4af1-81ec-c82f7794fd09} <Debug> DynamicQueryHandler: Done processing query | ||
10116 | 2024.09.03 23:56:00.499628 [ 3 ] {1f6f7b9d-dfd4-4af1-81ec-c82f7794fd09} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10117 | 2024.09.03 23:56:00.499655 [ 3 ] {} <Debug> HTTP-Session: ec7d6a46-a883-4585-9198-439ca5d1aa3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10118 | 2024.09.03 23:56:00.499674 [ 186 ] {2eb473cb-1344-44ef-a554-02e2b150f647::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 | ||
10119 | 2024.09.03 23:56:00.499808 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10120 | 2024.09.03 23:56:00.499846 [ 186 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10121 | 2024.09.03 23:56:00.499873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10122 | 2024.09.03 23:56:00.499888 [ 186 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 55 rows starting from the beginning of the part | ||
10123 | 2024.09.03 23:56:00.499896 [ 3 ] {} <Debug> HTTP-Session: 19d1d741-4ede-4b5f-9701-ad8d37f8ac45 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10124 | 2024.09.03 23:56:00.499926 [ 3 ] {} <Debug> HTTP-Session: 19d1d741-4ede-4b5f-9701-ad8d37f8ac45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10125 | 2024.09.03 23:56:00.499946 [ 3 ] {} <Debug> HTTP-Session: 19d1d741-4ede-4b5f-9701-ad8d37f8ac45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10126 | 2024.09.03 23:56:00.500050 [ 3 ] {} <Trace> HTTP-Session: 19d1d741-4ede-4b5f-9701-ad8d37f8ac45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10127 | 2024.09.03 23:56:00.500071 [ 186 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 10 rows starting from the beginning of the part | ||
10128 | 2024.09.03 23:56:00.500417 [ 3 ] {b52d9b80-a182-4116-bfd7-a779875d3635} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
10129 | 2024.09.03 23:56:00.500492 [ 186 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 35 rows starting from the beginning of the part | ||
10130 | 2024.09.03 23:56:00.500543 [ 3 ] {b52d9b80-a182-4116-bfd7-a779875d3635} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10131 | 2024.09.03 23:56:00.500827 [ 186 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 10 rows starting from the beginning of the part | ||
10132 | 2024.09.03 23:56:00.501032 [ 186 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 37 rows starting from the beginning of the part | ||
10133 | 2024.09.03 23:56:00.501359 [ 186 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
10134 | 2024.09.03 23:56:00.501875 [ 3 ] {b52d9b80-a182-4116-bfd7-a779875d3635} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10135 | 2024.09.03 23:56:00.502659 [ 3 ] {b52d9b80-a182-4116-bfd7-a779875d3635} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10136 | 2024.09.03 23:56:00.502713 [ 3 ] {b52d9b80-a182-4116-bfd7-a779875d3635} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10137 | 2024.09.03 23:56:00.503728 [ 3 ] {b52d9b80-a182-4116-bfd7-a779875d3635} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
10138 | 2024.09.03 23:56:00.504077 [ 188 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 153 rows, containing 5 columns (5 merged, 0 gathered) in 0.004472417 sec., 34209.69019659839 rows/sec., 2.60 MiB/sec. | ||
10139 | 2024.09.03 23:56:00.504396 [ 188 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
10140 | 2024.09.03 23:56:00.504591 [ 3 ] {b52d9b80-a182-4116-bfd7-a779875d3635} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10141 | 2024.09.03 23:56:00.504990 [ 3 ] {b52d9b80-a182-4116-bfd7-a779875d3635} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004738 sec., 2954.8332629801603 rows/sec., 206.94 KiB/sec. | ||
10142 | 2024.09.03 23:56:00.505410 [ 3 ] {b52d9b80-a182-4116-bfd7-a779875d3635} <Debug> DynamicQueryHandler: Done processing query | ||
10143 | 2024.09.03 23:56:00.505438 [ 3 ] {b52d9b80-a182-4116-bfd7-a779875d3635} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10144 | 2024.09.03 23:56:00.505466 [ 3 ] {} <Debug> HTTP-Session: 19d1d741-4ede-4b5f-9701-ad8d37f8ac45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10145 | 2024.09.03 23:56:00.505562 [ 188 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_45_9} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10146 | 2024.09.03 23:56:00.505654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10147 | 2024.09.03 23:56:00.505725 [ 188 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_45_9} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
10148 | 2024.09.03 23:56:00.505738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10149 | 2024.09.03 23:56:00.505779 [ 3 ] {} <Debug> HTTP-Session: 71631de4-d597-41c2-9e11-3a75234a5500 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10150 | 2024.09.03 23:56:00.505829 [ 3 ] {} <Debug> HTTP-Session: 71631de4-d597-41c2-9e11-3a75234a5500 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10151 | 2024.09.03 23:56:00.505880 [ 3 ] {} <Debug> HTTP-Session: 71631de4-d597-41c2-9e11-3a75234a5500 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10152 | 2024.09.03 23:56:00.505906 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
10153 | 2024.09.03 23:56:00.505936 [ 3 ] {} <Trace> HTTP-Session: 71631de4-d597-41c2-9e11-3a75234a5500 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10154 | 2024.09.03 23:56:00.506058 [ 3 ] {ed0d981c-65b8-4092-83e0-6e833e847e6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
10155 | 2024.09.03 23:56:00.506103 [ 3 ] {ed0d981c-65b8-4092-83e0-6e833e847e6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10156 | 2024.09.03 23:56:00.506357 [ 3 ] {ed0d981c-65b8-4092-83e0-6e833e847e6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10157 | 2024.09.03 23:56:00.506696 [ 3 ] {ed0d981c-65b8-4092-83e0-6e833e847e6e} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10158 | 2024.09.03 23:56:00.506734 [ 3 ] {ed0d981c-65b8-4092-83e0-6e833e847e6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10159 | 2024.09.03 23:56:00.507092 [ 3 ] {ed0d981c-65b8-4092-83e0-6e833e847e6e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10160 | 2024.09.03 23:56:00.507464 [ 3 ] {ed0d981c-65b8-4092-83e0-6e833e847e6e} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10161 | 2024.09.03 23:56:00.507631 [ 133 ] {} <Debug> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
10162 | 2024.09.03 23:56:00.507639 [ 3 ] {ed0d981c-65b8-4092-83e0-6e833e847e6e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001601 sec., 3747.6577139287947 rows/sec., 221.42 KiB/sec. | ||
10163 | 2024.09.03 23:56:00.507679 [ 133 ] {} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10164 | 2024.09.03 23:56:00.507744 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10165 | 2024.09.03 23:56:00.508025 [ 3 ] {ed0d981c-65b8-4092-83e0-6e833e847e6e} <Debug> DynamicQueryHandler: Done processing query | ||
10166 | 2024.09.03 23:56:00.508033 [ 186 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
10167 | 2024.09.03 23:56:00.508191 [ 3 ] {ed0d981c-65b8-4092-83e0-6e833e847e6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10168 | 2024.09.03 23:56:00.508282 [ 3 ] {} <Debug> HTTP-Session: 71631de4-d597-41c2-9e11-3a75234a5500 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10169 | 2024.09.03 23:56:00.508619 [ 186 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10170 | 2024.09.03 23:56:00.508631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 62783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10171 | 2024.09.03 23:56:00.508666 [ 186 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
10172 | 2024.09.03 23:56:00.508704 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10173 | 2024.09.03 23:56:00.508749 [ 3 ] {} <Debug> HTTP-Session: b781d8dc-172d-432f-8300-d68fe8146318 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10174 | 2024.09.03 23:56:00.508797 [ 3 ] {} <Debug> HTTP-Session: b781d8dc-172d-432f-8300-d68fe8146318 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10175 | 2024.09.03 23:56:00.508799 [ 186 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
10176 | 2024.09.03 23:56:00.508831 [ 3 ] {} <Debug> HTTP-Session: b781d8dc-172d-432f-8300-d68fe8146318 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10177 | 2024.09.03 23:56:00.508914 [ 3 ] {} <Trace> HTTP-Session: b781d8dc-172d-432f-8300-d68fe8146318 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10178 | 2024.09.03 23:56:00.509024 [ 186 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
10179 | 2024.09.03 23:56:00.509359 [ 186 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
10180 | 2024.09.03 23:56:00.509370 [ 3 ] {2faeecb4-18cc-4312-acf6-8d3c1cf3fd20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10181 | 2024.09.03 23:56:00.509459 [ 3 ] {2faeecb4-18cc-4312-acf6-8d3c1cf3fd20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10182 | 2024.09.03 23:56:00.509485 [ 186 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
10183 | 2024.09.03 23:56:00.510255 [ 3 ] {2faeecb4-18cc-4312-acf6-8d3c1cf3fd20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10184 | 2024.09.03 23:56:00.511069 [ 3 ] {2faeecb4-18cc-4312-acf6-8d3c1cf3fd20} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10185 | 2024.09.03 23:56:00.511086 [ 186 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.00323719 sec., 9267.29663689805 rows/sec., 588.26 KiB/sec. | ||
10186 | 2024.09.03 23:56:00.511110 [ 3 ] {2faeecb4-18cc-4312-acf6-8d3c1cf3fd20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10187 | 2024.09.03 23:56:00.511330 [ 192 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
10188 | 2024.09.03 23:56:00.511853 [ 3 ] {2faeecb4-18cc-4312-acf6-8d3c1cf3fd20} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10189 | 2024.09.03 23:56:00.512444 [ 192 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_25_6} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10190 | 2024.09.03 23:56:00.512629 [ 192 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_25_6} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
10191 | 2024.09.03 23:56:00.512694 [ 3 ] {2faeecb4-18cc-4312-acf6-8d3c1cf3fd20} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10192 | 2024.09.03 23:56:00.512818 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
10193 | 2024.09.03 23:56:00.512957 [ 3 ] {2faeecb4-18cc-4312-acf6-8d3c1cf3fd20} <Debug> executeQuery: Read 388 rows, 28.16 KiB in 0.003799 sec., 102132.14003685181 rows/sec., 7.24 MiB/sec. | ||
10194 | 2024.09.03 23:56:00.513153 [ 3 ] {2faeecb4-18cc-4312-acf6-8d3c1cf3fd20} <Debug> DynamicQueryHandler: Done processing query | ||
10195 | 2024.09.03 23:56:00.513178 [ 3 ] {2faeecb4-18cc-4312-acf6-8d3c1cf3fd20} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
10196 | 2024.09.03 23:56:00.513194 [ 3 ] {} <Debug> HTTP-Session: b781d8dc-172d-432f-8300-d68fe8146318 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10197 | 2024.09.03 23:56:00.513454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10198 | 2024.09.03 23:56:00.513502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10199 | 2024.09.03 23:56:00.513522 [ 3 ] {} <Debug> HTTP-Session: 2b8b4c56-643c-418c-a958-25a716967a53 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10200 | 2024.09.03 23:56:00.513539 [ 3 ] {} <Debug> HTTP-Session: 2b8b4c56-643c-418c-a958-25a716967a53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10201 | 2024.09.03 23:56:00.513553 [ 3 ] {} <Debug> HTTP-Session: 2b8b4c56-643c-418c-a958-25a716967a53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10202 | 2024.09.03 23:56:00.513586 [ 3 ] {} <Trace> HTTP-Session: 2b8b4c56-643c-418c-a958-25a716967a53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10203 | 2024.09.03 23:56:00.513684 [ 3 ] {9259a931-47de-4282-a669-0066f76e54e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10204 | 2024.09.03 23:56:00.513728 [ 3 ] {9259a931-47de-4282-a669-0066f76e54e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10205 | 2024.09.03 23:56:00.513866 [ 3 ] {9259a931-47de-4282-a669-0066f76e54e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10206 | 2024.09.03 23:56:00.514204 [ 3 ] {9259a931-47de-4282-a669-0066f76e54e4} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10207 | 2024.09.03 23:56:00.514240 [ 3 ] {9259a931-47de-4282-a669-0066f76e54e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10208 | 2024.09.03 23:56:00.514606 [ 3 ] {9259a931-47de-4282-a669-0066f76e54e4} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10209 | 2024.09.03 23:56:00.514935 [ 3 ] {9259a931-47de-4282-a669-0066f76e54e4} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10210 | 2024.09.03 23:56:00.515115 [ 3 ] {9259a931-47de-4282-a669-0066f76e54e4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001448 sec., 4143.646408839779 rows/sec., 216.49 KiB/sec. | ||
10211 | 2024.09.03 23:56:00.515457 [ 3 ] {9259a931-47de-4282-a669-0066f76e54e4} <Debug> DynamicQueryHandler: Done processing query | ||
10212 | 2024.09.03 23:56:00.515489 [ 3 ] {9259a931-47de-4282-a669-0066f76e54e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10213 | 2024.09.03 23:56:00.515507 [ 3 ] {} <Debug> HTTP-Session: 2b8b4c56-643c-418c-a958-25a716967a53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10214 | 2024.09.03 23:56:00.515680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 44650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10215 | 2024.09.03 23:56:00.515730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10216 | 2024.09.03 23:56:00.515749 [ 3 ] {} <Debug> HTTP-Session: 691c414d-8efa-436f-9c0c-3d67b11f77dc Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10217 | 2024.09.03 23:56:00.515766 [ 3 ] {} <Debug> HTTP-Session: 691c414d-8efa-436f-9c0c-3d67b11f77dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10218 | 2024.09.03 23:56:00.515780 [ 3 ] {} <Debug> HTTP-Session: 691c414d-8efa-436f-9c0c-3d67b11f77dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10219 | 2024.09.03 23:56:00.515810 [ 3 ] {} <Trace> HTTP-Session: 691c414d-8efa-436f-9c0c-3d67b11f77dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10220 | 2024.09.03 23:56:00.515990 [ 3 ] {12acbd71-8730-4175-941a-d40d2dae8448} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10221 | 2024.09.03 23:56:00.516040 [ 3 ] {12acbd71-8730-4175-941a-d40d2dae8448} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10222 | 2024.09.03 23:56:00.516208 [ 3 ] {12acbd71-8730-4175-941a-d40d2dae8448} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10223 | 2024.09.03 23:56:00.516657 [ 3 ] {12acbd71-8730-4175-941a-d40d2dae8448} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10224 | 2024.09.03 23:56:00.516692 [ 3 ] {12acbd71-8730-4175-941a-d40d2dae8448} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10225 | 2024.09.03 23:56:00.517082 [ 3 ] {12acbd71-8730-4175-941a-d40d2dae8448} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10226 | 2024.09.03 23:56:00.517425 [ 3 ] {12acbd71-8730-4175-941a-d40d2dae8448} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10227 | 2024.09.03 23:56:00.517583 [ 3 ] {12acbd71-8730-4175-941a-d40d2dae8448} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001674 sec., 141577.06093189964 rows/sec., 9.49 MiB/sec. | ||
10228 | 2024.09.03 23:56:00.517752 [ 3 ] {12acbd71-8730-4175-941a-d40d2dae8448} <Debug> DynamicQueryHandler: Done processing query | ||
10229 | 2024.09.03 23:56:00.517777 [ 3 ] {12acbd71-8730-4175-941a-d40d2dae8448} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10230 | 2024.09.03 23:56:00.517793 [ 3 ] {} <Debug> HTTP-Session: 691c414d-8efa-436f-9c0c-3d67b11f77dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10231 | 2024.09.03 23:56:00.517989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10232 | 2024.09.03 23:56:00.518037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10233 | 2024.09.03 23:56:00.518055 [ 3 ] {} <Debug> HTTP-Session: 7b38acf9-1a28-4c3b-aa57-63641abfbf8f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10234 | 2024.09.03 23:56:00.518071 [ 3 ] {} <Debug> HTTP-Session: 7b38acf9-1a28-4c3b-aa57-63641abfbf8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10235 | 2024.09.03 23:56:00.518085 [ 3 ] {} <Debug> HTTP-Session: 7b38acf9-1a28-4c3b-aa57-63641abfbf8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10236 | 2024.09.03 23:56:00.518115 [ 3 ] {} <Trace> HTTP-Session: 7b38acf9-1a28-4c3b-aa57-63641abfbf8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10237 | 2024.09.03 23:56:00.518265 [ 3 ] {dda554ad-1f11-4a91-943e-fb87c73c7a54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
10238 | 2024.09.03 23:56:00.518335 [ 3 ] {dda554ad-1f11-4a91-943e-fb87c73c7a54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10239 | 2024.09.03 23:56:00.518549 [ 3 ] {dda554ad-1f11-4a91-943e-fb87c73c7a54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10240 | 2024.09.03 23:56:00.518867 [ 3 ] {dda554ad-1f11-4a91-943e-fb87c73c7a54} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10241 | 2024.09.03 23:56:00.518909 [ 3 ] {dda554ad-1f11-4a91-943e-fb87c73c7a54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10242 | 2024.09.03 23:56:00.519378 [ 3 ] {dda554ad-1f11-4a91-943e-fb87c73c7a54} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10243 | 2024.09.03 23:56:00.519766 [ 3 ] {dda554ad-1f11-4a91-943e-fb87c73c7a54} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10244 | 2024.09.03 23:56:00.519920 [ 133 ] {} <Debug> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
10245 | 2024.09.03 23:56:00.519924 [ 3 ] {dda554ad-1f11-4a91-943e-fb87c73c7a54} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001691 sec., 591.3660555884093 rows/sec., 39.85 KiB/sec. | ||
10246 | 2024.09.03 23:56:00.519973 [ 133 ] {} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10247 | 2024.09.03 23:56:00.520035 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10248 | 2024.09.03 23:56:00.520286 [ 193 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
10249 | 2024.09.03 23:56:00.520388 [ 3 ] {dda554ad-1f11-4a91-943e-fb87c73c7a54} <Debug> DynamicQueryHandler: Done processing query | ||
10250 | 2024.09.03 23:56:00.520478 [ 3 ] {dda554ad-1f11-4a91-943e-fb87c73c7a54} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
10251 | 2024.09.03 23:56:00.520560 [ 3 ] {} <Debug> HTTP-Session: 7b38acf9-1a28-4c3b-aa57-63641abfbf8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10252 | 2024.09.03 23:56:00.520670 [ 193 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10253 | 2024.09.03 23:56:00.520728 [ 193 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 21 rows starting from the beginning of the part | ||
10254 | 2024.09.03 23:56:00.520752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 10212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10255 | 2024.09.03 23:56:00.520911 [ 193 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
10256 | 2024.09.03 23:56:00.520923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10257 | 2024.09.03 23:56:00.521028 [ 3 ] {} <Debug> HTTP-Session: 85e26fe4-7230-4373-b74d-63753b0ded80 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10258 | 2024.09.03 23:56:00.521118 [ 3 ] {} <Debug> HTTP-Session: 85e26fe4-7230-4373-b74d-63753b0ded80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10259 | 2024.09.03 23:56:00.521162 [ 193 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
10260 | 2024.09.03 23:56:00.521176 [ 3 ] {} <Debug> HTTP-Session: 85e26fe4-7230-4373-b74d-63753b0ded80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10261 | 2024.09.03 23:56:00.521314 [ 3 ] {} <Trace> HTTP-Session: 85e26fe4-7230-4373-b74d-63753b0ded80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10262 | 2024.09.03 23:56:00.521470 [ 193 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
10263 | 2024.09.03 23:56:00.521670 [ 193 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
10264 | 2024.09.03 23:56:00.521874 [ 193 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
10265 | 2024.09.03 23:56:00.521901 [ 3 ] {5ea1af84-88f6-4ce0-bb9c-30311e380d19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
10266 | 2024.09.03 23:56:00.522300 [ 3 ] {5ea1af84-88f6-4ce0-bb9c-30311e380d19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10267 | 2024.09.03 23:56:00.524225 [ 3 ] {5ea1af84-88f6-4ce0-bb9c-30311e380d19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10268 | 2024.09.03 23:56:00.525450 [ 193 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.005309644 sec., 4896.750139934053 rows/sec., 329.22 KiB/sec. | ||
10269 | 2024.09.03 23:56:00.525702 [ 193 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
10270 | 2024.09.03 23:56:00.525756 [ 3 ] {5ea1af84-88f6-4ce0-bb9c-30311e380d19} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10271 | 2024.09.03 23:56:00.525829 [ 3 ] {5ea1af84-88f6-4ce0-bb9c-30311e380d19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10272 | 2024.09.03 23:56:00.526943 [ 193 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_25_5} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10273 | 2024.09.03 23:56:00.527245 [ 193 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_25_5} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
10274 | 2024.09.03 23:56:00.527416 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
10275 | 2024.09.03 23:56:00.527492 [ 3 ] {5ea1af84-88f6-4ce0-bb9c-30311e380d19} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
10276 | 2024.09.03 23:56:00.527943 [ 3 ] {5ea1af84-88f6-4ce0-bb9c-30311e380d19} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10277 | 2024.09.03 23:56:00.528150 [ 3 ] {5ea1af84-88f6-4ce0-bb9c-30311e380d19} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.006552 sec., 915.7509157509159 rows/sec., 1.64 MiB/sec. | ||
10278 | 2024.09.03 23:56:00.528409 [ 3 ] {5ea1af84-88f6-4ce0-bb9c-30311e380d19} <Debug> DynamicQueryHandler: Done processing query | ||
10279 | 2024.09.03 23:56:00.528435 [ 3 ] {5ea1af84-88f6-4ce0-bb9c-30311e380d19} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
10280 | 2024.09.03 23:56:00.528451 [ 3 ] {} <Debug> HTTP-Session: 85e26fe4-7230-4373-b74d-63753b0ded80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10281 | 2024.09.03 23:56:00.528585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10282 | 2024.09.03 23:56:00.528635 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10283 | 2024.09.03 23:56:00.528655 [ 3 ] {} <Debug> HTTP-Session: d42369db-e1f0-4cde-89b4-80d0cc546794 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10284 | 2024.09.03 23:56:00.528672 [ 3 ] {} <Debug> HTTP-Session: d42369db-e1f0-4cde-89b4-80d0cc546794 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10285 | 2024.09.03 23:56:00.528686 [ 3 ] {} <Debug> HTTP-Session: d42369db-e1f0-4cde-89b4-80d0cc546794 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10286 | 2024.09.03 23:56:00.528718 [ 3 ] {} <Trace> HTTP-Session: d42369db-e1f0-4cde-89b4-80d0cc546794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10287 | 2024.09.03 23:56:00.528858 [ 3 ] {df54e588-328c-423d-9d1e-44d0ce8dad20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10288 | 2024.09.03 23:56:00.528904 [ 3 ] {df54e588-328c-423d-9d1e-44d0ce8dad20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10289 | 2024.09.03 23:56:00.529038 [ 3 ] {df54e588-328c-423d-9d1e-44d0ce8dad20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10290 | 2024.09.03 23:56:00.529371 [ 3 ] {df54e588-328c-423d-9d1e-44d0ce8dad20} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10291 | 2024.09.03 23:56:00.529408 [ 3 ] {df54e588-328c-423d-9d1e-44d0ce8dad20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10292 | 2024.09.03 23:56:00.529775 [ 3 ] {df54e588-328c-423d-9d1e-44d0ce8dad20} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10293 | 2024.09.03 23:56:00.530109 [ 3 ] {df54e588-328c-423d-9d1e-44d0ce8dad20} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10294 | 2024.09.03 23:56:00.530261 [ 3 ] {df54e588-328c-423d-9d1e-44d0ce8dad20} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001459 sec., 56202.878684030155 rows/sec., 3.57 MiB/sec. | ||
10295 | 2024.09.03 23:56:00.530449 [ 3 ] {df54e588-328c-423d-9d1e-44d0ce8dad20} <Debug> DynamicQueryHandler: Done processing query | ||
10296 | 2024.09.03 23:56:00.530487 [ 3 ] {df54e588-328c-423d-9d1e-44d0ce8dad20} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10297 | 2024.09.03 23:56:00.530517 [ 3 ] {} <Debug> HTTP-Session: d42369db-e1f0-4cde-89b4-80d0cc546794 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10298 | 2024.09.03 23:56:03.280516 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10299 | 2024.09.03 23:56:03.280589 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10300 | 2024.09.03 23:56:05.492076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 17496, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10301 | 2024.09.03 23:56:05.492204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10302 | 2024.09.03 23:56:05.492237 [ 3 ] {} <Debug> HTTP-Session: e0965dce-5a29-4ef4-b11f-66fa2d883198 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10303 | 2024.09.03 23:56:05.492261 [ 3 ] {} <Debug> HTTP-Session: e0965dce-5a29-4ef4-b11f-66fa2d883198 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10304 | 2024.09.03 23:56:05.492277 [ 3 ] {} <Debug> HTTP-Session: e0965dce-5a29-4ef4-b11f-66fa2d883198 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10305 | 2024.09.03 23:56:05.492326 [ 3 ] {} <Trace> HTTP-Session: e0965dce-5a29-4ef4-b11f-66fa2d883198 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10306 | 2024.09.03 23:56:05.492543 [ 3 ] {330a19d9-be98-41bc-a3d8-6774a65130cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10307 | 2024.09.03 23:56:05.492611 [ 3 ] {330a19d9-be98-41bc-a3d8-6774a65130cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10308 | 2024.09.03 23:56:05.492955 [ 3 ] {330a19d9-be98-41bc-a3d8-6774a65130cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10309 | 2024.09.03 23:56:05.493506 [ 3 ] {330a19d9-be98-41bc-a3d8-6774a65130cd} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10310 | 2024.09.03 23:56:05.493555 [ 3 ] {330a19d9-be98-41bc-a3d8-6774a65130cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10311 | 2024.09.03 23:56:05.493999 [ 3 ] {330a19d9-be98-41bc-a3d8-6774a65130cd} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10312 | 2024.09.03 23:56:05.494394 [ 3 ] {330a19d9-be98-41bc-a3d8-6774a65130cd} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10313 | 2024.09.03 23:56:05.494585 [ 3 ] {330a19d9-be98-41bc-a3d8-6774a65130cd} <Debug> executeQuery: Read 118 rows, 10.31 KiB in 0.002122 sec., 55607.91705937794 rows/sec., 4.74 MiB/sec. | ||
10314 | 2024.09.03 23:56:05.494811 [ 3 ] {330a19d9-be98-41bc-a3d8-6774a65130cd} <Debug> DynamicQueryHandler: Done processing query | ||
10315 | 2024.09.03 23:56:05.494841 [ 3 ] {330a19d9-be98-41bc-a3d8-6774a65130cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
10316 | 2024.09.03 23:56:05.494864 [ 3 ] {} <Debug> HTTP-Session: e0965dce-5a29-4ef4-b11f-66fa2d883198 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10317 | 2024.09.03 23:56:05.495055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 4494, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10318 | 2024.09.03 23:56:05.495113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10319 | 2024.09.03 23:56:05.495133 [ 3 ] {} <Debug> HTTP-Session: c57315ac-af57-4e74-9f78-dbb990fbc705 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10320 | 2024.09.03 23:56:05.495151 [ 3 ] {} <Debug> HTTP-Session: c57315ac-af57-4e74-9f78-dbb990fbc705 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10321 | 2024.09.03 23:56:05.495165 [ 3 ] {} <Debug> HTTP-Session: c57315ac-af57-4e74-9f78-dbb990fbc705 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10322 | 2024.09.03 23:56:05.495202 [ 3 ] {} <Trace> HTTP-Session: c57315ac-af57-4e74-9f78-dbb990fbc705 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10323 | 2024.09.03 23:56:05.495324 [ 3 ] {7784a954-549f-4233-92b8-1e932083ebfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10324 | 2024.09.03 23:56:05.495372 [ 3 ] {7784a954-549f-4233-92b8-1e932083ebfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10325 | 2024.09.03 23:56:05.495615 [ 3 ] {7784a954-549f-4233-92b8-1e932083ebfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10326 | 2024.09.03 23:56:05.495959 [ 3 ] {7784a954-549f-4233-92b8-1e932083ebfe} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10327 | 2024.09.03 23:56:05.495997 [ 3 ] {7784a954-549f-4233-92b8-1e932083ebfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10328 | 2024.09.03 23:56:05.496357 [ 3 ] {7784a954-549f-4233-92b8-1e932083ebfe} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
10329 | 2024.09.03 23:56:05.496719 [ 3 ] {7784a954-549f-4233-92b8-1e932083ebfe} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10330 | 2024.09.03 23:56:05.496874 [ 3 ] {7784a954-549f-4233-92b8-1e932083ebfe} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001583 sec., 19583.07012002527 rows/sec., 1.44 MiB/sec. | ||
10331 | 2024.09.03 23:56:05.497155 [ 3 ] {7784a954-549f-4233-92b8-1e932083ebfe} <Debug> DynamicQueryHandler: Done processing query | ||
10332 | 2024.09.03 23:56:05.497206 [ 3 ] {7784a954-549f-4233-92b8-1e932083ebfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10333 | 2024.09.03 23:56:05.497268 [ 3 ] {} <Debug> HTTP-Session: c57315ac-af57-4e74-9f78-dbb990fbc705 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10334 | 2024.09.03 23:56:05.497454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 16129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10335 | 2024.09.03 23:56:05.497508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10336 | 2024.09.03 23:56:05.497527 [ 3 ] {} <Debug> HTTP-Session: 4299097e-26d5-4f9c-82e6-707c4ecb2318 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10337 | 2024.09.03 23:56:05.497545 [ 3 ] {} <Debug> HTTP-Session: 4299097e-26d5-4f9c-82e6-707c4ecb2318 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10338 | 2024.09.03 23:56:05.497559 [ 3 ] {} <Debug> HTTP-Session: 4299097e-26d5-4f9c-82e6-707c4ecb2318 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10339 | 2024.09.03 23:56:05.497593 [ 3 ] {} <Trace> HTTP-Session: 4299097e-26d5-4f9c-82e6-707c4ecb2318 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10340 | 2024.09.03 23:56:05.497723 [ 3 ] {c88265da-7bf8-4a0f-95ea-6ea5be71096d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10341 | 2024.09.03 23:56:05.497768 [ 3 ] {c88265da-7bf8-4a0f-95ea-6ea5be71096d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10342 | 2024.09.03 23:56:05.498021 [ 3 ] {c88265da-7bf8-4a0f-95ea-6ea5be71096d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10343 | 2024.09.03 23:56:05.498391 [ 3 ] {c88265da-7bf8-4a0f-95ea-6ea5be71096d} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10344 | 2024.09.03 23:56:05.498428 [ 3 ] {c88265da-7bf8-4a0f-95ea-6ea5be71096d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10345 | 2024.09.03 23:56:05.498795 [ 3 ] {c88265da-7bf8-4a0f-95ea-6ea5be71096d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10346 | 2024.09.03 23:56:05.499161 [ 3 ] {c88265da-7bf8-4a0f-95ea-6ea5be71096d} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10347 | 2024.09.03 23:56:05.499334 [ 3 ] {c88265da-7bf8-4a0f-95ea-6ea5be71096d} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001651 sec., 57540.88431253786 rows/sec., 4.49 MiB/sec. | ||
10348 | 2024.09.03 23:56:05.499631 [ 3 ] {c88265da-7bf8-4a0f-95ea-6ea5be71096d} <Debug> DynamicQueryHandler: Done processing query | ||
10349 | 2024.09.03 23:56:05.499685 [ 3 ] {c88265da-7bf8-4a0f-95ea-6ea5be71096d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10350 | 2024.09.03 23:56:05.499735 [ 3 ] {} <Debug> HTTP-Session: 4299097e-26d5-4f9c-82e6-707c4ecb2318 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10351 | 2024.09.03 23:56:05.499941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10352 | 2024.09.03 23:56:05.499997 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10353 | 2024.09.03 23:56:05.500017 [ 3 ] {} <Debug> HTTP-Session: 0f6472a7-6f56-440d-aaa3-57abf38d6f58 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10354 | 2024.09.03 23:56:05.500034 [ 3 ] {} <Debug> HTTP-Session: 0f6472a7-6f56-440d-aaa3-57abf38d6f58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10355 | 2024.09.03 23:56:05.500047 [ 3 ] {} <Debug> HTTP-Session: 0f6472a7-6f56-440d-aaa3-57abf38d6f58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10356 | 2024.09.03 23:56:05.500080 [ 3 ] {} <Trace> HTTP-Session: 0f6472a7-6f56-440d-aaa3-57abf38d6f58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10357 | 2024.09.03 23:56:05.500243 [ 3 ] {f6963f8e-9580-4e03-bac9-f514a2ac616d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10358 | 2024.09.03 23:56:05.500294 [ 3 ] {f6963f8e-9580-4e03-bac9-f514a2ac616d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10359 | 2024.09.03 23:56:05.500461 [ 3 ] {f6963f8e-9580-4e03-bac9-f514a2ac616d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10360 | 2024.09.03 23:56:05.500907 [ 3 ] {f6963f8e-9580-4e03-bac9-f514a2ac616d} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10361 | 2024.09.03 23:56:05.500944 [ 3 ] {f6963f8e-9580-4e03-bac9-f514a2ac616d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10362 | 2024.09.03 23:56:05.501331 [ 3 ] {f6963f8e-9580-4e03-bac9-f514a2ac616d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10363 | 2024.09.03 23:56:05.501675 [ 3 ] {f6963f8e-9580-4e03-bac9-f514a2ac616d} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10364 | 2024.09.03 23:56:05.501832 [ 3 ] {f6963f8e-9580-4e03-bac9-f514a2ac616d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001652 sec., 96852.30024213075 rows/sec., 6.75 MiB/sec. | ||
10365 | 2024.09.03 23:56:05.502008 [ 3 ] {f6963f8e-9580-4e03-bac9-f514a2ac616d} <Debug> DynamicQueryHandler: Done processing query | ||
10366 | 2024.09.03 23:56:05.502033 [ 3 ] {f6963f8e-9580-4e03-bac9-f514a2ac616d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10367 | 2024.09.03 23:56:05.502048 [ 3 ] {} <Debug> HTTP-Session: 0f6472a7-6f56-440d-aaa3-57abf38d6f58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10368 | 2024.09.03 23:56:05.502206 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 51891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10369 | 2024.09.03 23:56:05.502256 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10370 | 2024.09.03 23:56:05.502275 [ 3 ] {} <Debug> HTTP-Session: 63c8c6f3-fd4c-4875-b95f-4fbf869dcd37 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10371 | 2024.09.03 23:56:05.502292 [ 3 ] {} <Debug> HTTP-Session: 63c8c6f3-fd4c-4875-b95f-4fbf869dcd37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10372 | 2024.09.03 23:56:05.502307 [ 3 ] {} <Debug> HTTP-Session: 63c8c6f3-fd4c-4875-b95f-4fbf869dcd37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10373 | 2024.09.03 23:56:05.502338 [ 3 ] {} <Trace> HTTP-Session: 63c8c6f3-fd4c-4875-b95f-4fbf869dcd37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10374 | 2024.09.03 23:56:05.502649 [ 3 ] {c6ba3a58-22f2-4747-8573-cd45fca34901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
10375 | 2024.09.03 23:56:05.502713 [ 3 ] {c6ba3a58-22f2-4747-8573-cd45fca34901} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10376 | 2024.09.03 23:56:05.503133 [ 3 ] {c6ba3a58-22f2-4747-8573-cd45fca34901} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10377 | 2024.09.03 23:56:05.503763 [ 3 ] {c6ba3a58-22f2-4747-8573-cd45fca34901} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10378 | 2024.09.03 23:56:05.503802 [ 3 ] {c6ba3a58-22f2-4747-8573-cd45fca34901} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10379 | 2024.09.03 23:56:05.504415 [ 3 ] {c6ba3a58-22f2-4747-8573-cd45fca34901} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
10380 | 2024.09.03 23:56:05.504826 [ 3 ] {c6ba3a58-22f2-4747-8573-cd45fca34901} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10381 | 2024.09.03 23:56:05.505009 [ 129 ] {} <Debug> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
10382 | 2024.09.03 23:56:05.505027 [ 3 ] {c6ba3a58-22f2-4747-8573-cd45fca34901} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002592 sec., 11959.876543209875 rows/sec., 21.43 MiB/sec. | ||
10383 | 2024.09.03 23:56:05.505097 [ 129 ] {} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10384 | 2024.09.03 23:56:05.505175 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10385 | 2024.09.03 23:56:05.505545 [ 189 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
10386 | 2024.09.03 23:56:05.505621 [ 3 ] {c6ba3a58-22f2-4747-8573-cd45fca34901} <Debug> DynamicQueryHandler: Done processing query | ||
10387 | 2024.09.03 23:56:05.505658 [ 3 ] {c6ba3a58-22f2-4747-8573-cd45fca34901} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
10388 | 2024.09.03 23:56:05.505697 [ 3 ] {} <Debug> HTTP-Session: 63c8c6f3-fd4c-4875-b95f-4fbf869dcd37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10389 | 2024.09.03 23:56:05.505913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10390 | 2024.09.03 23:56:05.506032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10391 | 2024.09.03 23:56:05.506086 [ 3 ] {} <Debug> HTTP-Session: 94f311b7-ffb5-4fb5-8c7a-80282b2c1daa Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10392 | 2024.09.03 23:56:05.506130 [ 3 ] {} <Debug> HTTP-Session: 94f311b7-ffb5-4fb5-8c7a-80282b2c1daa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10393 | 2024.09.03 23:56:05.506176 [ 3 ] {} <Debug> HTTP-Session: 94f311b7-ffb5-4fb5-8c7a-80282b2c1daa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10394 | 2024.09.03 23:56:05.506263 [ 3 ] {} <Trace> HTTP-Session: 94f311b7-ffb5-4fb5-8c7a-80282b2c1daa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10395 | 2024.09.03 23:56:05.506341 [ 189 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10396 | 2024.09.03 23:56:05.506525 [ 3 ] {23295f12-1214-4fa8-a8db-09a1931474ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10397 | 2024.09.03 23:56:05.506536 [ 189 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 821 rows starting from the beginning of the part | ||
10398 | 2024.09.03 23:56:05.506617 [ 3 ] {23295f12-1214-4fa8-a8db-09a1931474ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10399 | 2024.09.03 23:56:05.507484 [ 189 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 31 rows starting from the beginning of the part | ||
10400 | 2024.09.03 23:56:05.507504 [ 3 ] {23295f12-1214-4fa8-a8db-09a1931474ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10401 | 2024.09.03 23:56:05.508198 [ 189 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
10402 | 2024.09.03 23:56:05.508562 [ 3 ] {23295f12-1214-4fa8-a8db-09a1931474ec} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10403 | 2024.09.03 23:56:05.508682 [ 3 ] {23295f12-1214-4fa8-a8db-09a1931474ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10404 | 2024.09.03 23:56:05.509022 [ 189 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 31 rows starting from the beginning of the part | ||
10405 | 2024.09.03 23:56:05.509691 [ 189 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
10406 | 2024.09.03 23:56:05.510100 [ 3 ] {23295f12-1214-4fa8-a8db-09a1931474ec} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10407 | 2024.09.03 23:56:05.510323 [ 189 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 31 rows starting from the beginning of the part | ||
10408 | 2024.09.03 23:56:05.511299 [ 3 ] {23295f12-1214-4fa8-a8db-09a1931474ec} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10409 | 2024.09.03 23:56:05.511669 [ 3 ] {23295f12-1214-4fa8-a8db-09a1931474ec} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00526 sec., 11406.84410646388 rows/sec., 787.19 KiB/sec. | ||
10410 | 2024.09.03 23:56:05.512336 [ 3 ] {23295f12-1214-4fa8-a8db-09a1931474ec} <Debug> DynamicQueryHandler: Done processing query | ||
10411 | 2024.09.03 23:56:05.512457 [ 3 ] {23295f12-1214-4fa8-a8db-09a1931474ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10412 | 2024.09.03 23:56:05.512571 [ 3 ] {} <Debug> HTTP-Session: 94f311b7-ffb5-4fb5-8c7a-80282b2c1daa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10413 | 2024.09.03 23:56:05.517182 [ 196 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 926 rows, containing 19 columns (19 merged, 0 gathered) in 0.011861515 sec., 78067.59929064711 rows/sec., 139.89 MiB/sec. | ||
10414 | 2024.09.03 23:56:05.518158 [ 199 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
10415 | 2024.09.03 23:56:05.518833 [ 199 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10416 | 2024.09.03 23:56:05.518964 [ 199 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
10417 | 2024.09.03 23:56:05.519145 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.08 MiB. | ||
10418 | 2024.09.03 23:56:06.000175 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.99 MiB, peak 207.95 MiB, free memory in arenas 0.00 B, will set to 199.17 MiB (RSS), difference: 1.18 MiB | ||
10419 | 2024.09.03 23:56:06.154808 [ 129 ] {} <Debug> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
10420 | 2024.09.03 23:56:06.154877 [ 129 ] {} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10421 | 2024.09.03 23:56:06.154906 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10422 | 2024.09.03 23:56:06.155121 [ 203 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full | ||
10423 | 2024.09.03 23:56:06.155339 [ 203 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10424 | 2024.09.03 23:56:06.155375 [ 203 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 18 rows starting from the beginning of the part | ||
10425 | 2024.09.03 23:56:06.155459 [ 203 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
10426 | 2024.09.03 23:56:06.155696 [ 203 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part | ||
10427 | 2024.09.03 23:56:06.155944 [ 203 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part | ||
10428 | 2024.09.03 23:56:06.156107 [ 203 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
10429 | 2024.09.03 23:56:06.157095 [ 199 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002111136 sec., 17052.43053976627 rows/sec., 1.42 MiB/sec. | ||
10430 | 2024.09.03 23:56:06.157298 [ 196 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
10431 | 2024.09.03 23:56:06.157860 [ 196 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_15_3} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10432 | 2024.09.03 23:56:06.157953 [ 196 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_15_3} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
10433 | 2024.09.03 23:56:06.158055 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
10434 | 2024.09.03 23:56:10.495315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10435 | 2024.09.03 23:56:10.495451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10436 | 2024.09.03 23:56:10.495477 [ 3 ] {} <Debug> HTTP-Session: 426a57b2-11c4-4b4c-9bdb-2936098d310f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10437 | 2024.09.03 23:56:10.495501 [ 3 ] {} <Debug> HTTP-Session: 426a57b2-11c4-4b4c-9bdb-2936098d310f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10438 | 2024.09.03 23:56:10.495516 [ 3 ] {} <Debug> HTTP-Session: 426a57b2-11c4-4b4c-9bdb-2936098d310f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10439 | 2024.09.03 23:56:10.495565 [ 3 ] {} <Trace> HTTP-Session: 426a57b2-11c4-4b4c-9bdb-2936098d310f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10440 | 2024.09.03 23:56:10.495808 [ 3 ] {de05bb47-6b16-4afc-af72-fe033edc07de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10441 | 2024.09.03 23:56:10.495878 [ 3 ] {de05bb47-6b16-4afc-af72-fe033edc07de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10442 | 2024.09.03 23:56:10.496206 [ 3 ] {de05bb47-6b16-4afc-af72-fe033edc07de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10443 | 2024.09.03 23:56:10.496765 [ 3 ] {de05bb47-6b16-4afc-af72-fe033edc07de} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10444 | 2024.09.03 23:56:10.496809 [ 3 ] {de05bb47-6b16-4afc-af72-fe033edc07de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10445 | 2024.09.03 23:56:10.497248 [ 3 ] {de05bb47-6b16-4afc-af72-fe033edc07de} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10446 | 2024.09.03 23:56:10.497646 [ 3 ] {de05bb47-6b16-4afc-af72-fe033edc07de} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10447 | 2024.09.03 23:56:10.497792 [ 3 ] {de05bb47-6b16-4afc-af72-fe033edc07de} <Debug> executeQuery: Read 201 rows, 18.03 KiB in 0.002083 sec., 96495.43927028324 rows/sec., 8.45 MiB/sec. | ||
10448 | 2024.09.03 23:56:10.497996 [ 3 ] {de05bb47-6b16-4afc-af72-fe033edc07de} <Debug> DynamicQueryHandler: Done processing query | ||
10449 | 2024.09.03 23:56:10.498022 [ 3 ] {de05bb47-6b16-4afc-af72-fe033edc07de} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10450 | 2024.09.03 23:56:10.498038 [ 3 ] {} <Debug> HTTP-Session: 426a57b2-11c4-4b4c-9bdb-2936098d310f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10451 | 2024.09.03 23:56:10.498225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10452 | 2024.09.03 23:56:10.498278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10453 | 2024.09.03 23:56:10.498298 [ 3 ] {} <Debug> HTTP-Session: 37f9007e-8346-4ef1-9402-7656e787fa52 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10454 | 2024.09.03 23:56:10.498316 [ 3 ] {} <Debug> HTTP-Session: 37f9007e-8346-4ef1-9402-7656e787fa52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10455 | 2024.09.03 23:56:10.498329 [ 3 ] {} <Debug> HTTP-Session: 37f9007e-8346-4ef1-9402-7656e787fa52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10456 | 2024.09.03 23:56:10.498361 [ 3 ] {} <Trace> HTTP-Session: 37f9007e-8346-4ef1-9402-7656e787fa52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10457 | 2024.09.03 23:56:10.498459 [ 3 ] {29c5ae15-8594-4874-a07f-89927090674d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10458 | 2024.09.03 23:56:10.498506 [ 3 ] {29c5ae15-8594-4874-a07f-89927090674d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10459 | 2024.09.03 23:56:10.498743 [ 3 ] {29c5ae15-8594-4874-a07f-89927090674d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10460 | 2024.09.03 23:56:10.499072 [ 3 ] {29c5ae15-8594-4874-a07f-89927090674d} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10461 | 2024.09.03 23:56:10.499109 [ 3 ] {29c5ae15-8594-4874-a07f-89927090674d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10462 | 2024.09.03 23:56:10.499460 [ 3 ] {29c5ae15-8594-4874-a07f-89927090674d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
10463 | 2024.09.03 23:56:10.499823 [ 3 ] {29c5ae15-8594-4874-a07f-89927090674d} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10464 | 2024.09.03 23:56:10.499955 [ 3 ] {29c5ae15-8594-4874-a07f-89927090674d} <Debug> executeQuery: Read 6 rows, 462.00 B in 0.001522 sec., 3942.181340341656 rows/sec., 296.43 KiB/sec. | ||
10465 | 2024.09.03 23:56:10.500219 [ 3 ] {29c5ae15-8594-4874-a07f-89927090674d} <Debug> DynamicQueryHandler: Done processing query | ||
10466 | 2024.09.03 23:56:10.500275 [ 3 ] {29c5ae15-8594-4874-a07f-89927090674d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10467 | 2024.09.03 23:56:10.500333 [ 3 ] {} <Debug> HTTP-Session: 37f9007e-8346-4ef1-9402-7656e787fa52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10468 | 2024.09.03 23:56:10.500514 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10469 | 2024.09.03 23:56:10.500566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10470 | 2024.09.03 23:56:10.500586 [ 3 ] {} <Debug> HTTP-Session: 3c474b2e-8940-4a1b-a875-f0aba2706121 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10471 | 2024.09.03 23:56:10.500605 [ 3 ] {} <Debug> HTTP-Session: 3c474b2e-8940-4a1b-a875-f0aba2706121 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10472 | 2024.09.03 23:56:10.500619 [ 3 ] {} <Debug> HTTP-Session: 3c474b2e-8940-4a1b-a875-f0aba2706121 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10473 | 2024.09.03 23:56:10.500651 [ 3 ] {} <Trace> HTTP-Session: 3c474b2e-8940-4a1b-a875-f0aba2706121 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10474 | 2024.09.03 23:56:10.500764 [ 3 ] {39c65ed4-e894-4e12-9c44-458eb594f96b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
10475 | 2024.09.03 23:56:10.500812 [ 3 ] {39c65ed4-e894-4e12-9c44-458eb594f96b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10476 | 2024.09.03 23:56:10.501060 [ 3 ] {39c65ed4-e894-4e12-9c44-458eb594f96b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10477 | 2024.09.03 23:56:10.501379 [ 3 ] {39c65ed4-e894-4e12-9c44-458eb594f96b} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10478 | 2024.09.03 23:56:10.501415 [ 3 ] {39c65ed4-e894-4e12-9c44-458eb594f96b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10479 | 2024.09.03 23:56:10.501779 [ 3 ] {39c65ed4-e894-4e12-9c44-458eb594f96b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
10480 | 2024.09.03 23:56:10.502137 [ 3 ] {39c65ed4-e894-4e12-9c44-458eb594f96b} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10481 | 2024.09.03 23:56:10.502276 [ 3 ] {39c65ed4-e894-4e12-9c44-458eb594f96b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001541 sec., 9085.009733939 rows/sec., 636.25 KiB/sec. | ||
10482 | 2024.09.03 23:56:10.502507 [ 3 ] {39c65ed4-e894-4e12-9c44-458eb594f96b} <Debug> DynamicQueryHandler: Done processing query | ||
10483 | 2024.09.03 23:56:10.502540 [ 3 ] {39c65ed4-e894-4e12-9c44-458eb594f96b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10484 | 2024.09.03 23:56:10.502561 [ 3 ] {} <Debug> HTTP-Session: 3c474b2e-8940-4a1b-a875-f0aba2706121 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10485 | 2024.09.03 23:56:10.502682 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10486 | 2024.09.03 23:56:10.502733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10487 | 2024.09.03 23:56:10.502752 [ 3 ] {} <Debug> HTTP-Session: 16b67f18-9121-4237-ae28-24cfd6766f73 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10488 | 2024.09.03 23:56:10.502768 [ 3 ] {} <Debug> HTTP-Session: 16b67f18-9121-4237-ae28-24cfd6766f73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10489 | 2024.09.03 23:56:10.502782 [ 3 ] {} <Debug> HTTP-Session: 16b67f18-9121-4237-ae28-24cfd6766f73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10490 | 2024.09.03 23:56:10.502812 [ 3 ] {} <Trace> HTTP-Session: 16b67f18-9121-4237-ae28-24cfd6766f73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10491 | 2024.09.03 23:56:10.502907 [ 3 ] {7b5687e4-6b5f-4f1c-8b8b-8eaa401aaad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
10492 | 2024.09.03 23:56:10.502950 [ 3 ] {7b5687e4-6b5f-4f1c-8b8b-8eaa401aaad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10493 | 2024.09.03 23:56:10.503185 [ 3 ] {7b5687e4-6b5f-4f1c-8b8b-8eaa401aaad9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10494 | 2024.09.03 23:56:10.503482 [ 3 ] {7b5687e4-6b5f-4f1c-8b8b-8eaa401aaad9} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10495 | 2024.09.03 23:56:10.503518 [ 3 ] {7b5687e4-6b5f-4f1c-8b8b-8eaa401aaad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10496 | 2024.09.03 23:56:10.503859 [ 3 ] {7b5687e4-6b5f-4f1c-8b8b-8eaa401aaad9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
10497 | 2024.09.03 23:56:10.504213 [ 3 ] {7b5687e4-6b5f-4f1c-8b8b-8eaa401aaad9} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10498 | 2024.09.03 23:56:10.504371 [ 3 ] {7b5687e4-6b5f-4f1c-8b8b-8eaa401aaad9} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001478 sec., 4059.539918809202 rows/sec., 239.85 KiB/sec. | ||
10499 | 2024.09.03 23:56:10.504712 [ 3 ] {7b5687e4-6b5f-4f1c-8b8b-8eaa401aaad9} <Debug> DynamicQueryHandler: Done processing query | ||
10500 | 2024.09.03 23:56:10.504736 [ 3 ] {7b5687e4-6b5f-4f1c-8b8b-8eaa401aaad9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10501 | 2024.09.03 23:56:10.504752 [ 3 ] {} <Debug> HTTP-Session: 16b67f18-9121-4237-ae28-24cfd6766f73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10502 | 2024.09.03 23:56:10.504924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 62783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10503 | 2024.09.03 23:56:10.504974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10504 | 2024.09.03 23:56:10.504993 [ 3 ] {} <Debug> HTTP-Session: 1a15a8c5-eea9-477d-8d04-ca2eba3275c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10505 | 2024.09.03 23:56:10.505009 [ 3 ] {} <Debug> HTTP-Session: 1a15a8c5-eea9-477d-8d04-ca2eba3275c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10506 | 2024.09.03 23:56:10.505023 [ 3 ] {} <Debug> HTTP-Session: 1a15a8c5-eea9-477d-8d04-ca2eba3275c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10507 | 2024.09.03 23:56:10.505053 [ 3 ] {} <Trace> HTTP-Session: 1a15a8c5-eea9-477d-8d04-ca2eba3275c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10508 | 2024.09.03 23:56:10.505255 [ 3 ] {39e6cc4a-fa13-4da6-9f17-a10ebc0562d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10509 | 2024.09.03 23:56:10.505299 [ 3 ] {39e6cc4a-fa13-4da6-9f17-a10ebc0562d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10510 | 2024.09.03 23:56:10.505546 [ 3 ] {39e6cc4a-fa13-4da6-9f17-a10ebc0562d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10511 | 2024.09.03 23:56:10.506078 [ 3 ] {39e6cc4a-fa13-4da6-9f17-a10ebc0562d9} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10512 | 2024.09.03 23:56:10.506116 [ 3 ] {39e6cc4a-fa13-4da6-9f17-a10ebc0562d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10513 | 2024.09.03 23:56:10.506483 [ 3 ] {39e6cc4a-fa13-4da6-9f17-a10ebc0562d9} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10514 | 2024.09.03 23:56:10.506836 [ 3 ] {39e6cc4a-fa13-4da6-9f17-a10ebc0562d9} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10515 | 2024.09.03 23:56:10.506991 [ 3 ] {39e6cc4a-fa13-4da6-9f17-a10ebc0562d9} <Debug> executeQuery: Read 388 rows, 28.16 KiB in 0.001838 sec., 211099.02067464637 rows/sec., 14.96 MiB/sec. | ||
10516 | 2024.09.03 23:56:10.507175 [ 3 ] {39e6cc4a-fa13-4da6-9f17-a10ebc0562d9} <Debug> DynamicQueryHandler: Done processing query | ||
10517 | 2024.09.03 23:56:10.507198 [ 3 ] {39e6cc4a-fa13-4da6-9f17-a10ebc0562d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
10518 | 2024.09.03 23:56:10.507214 [ 3 ] {} <Debug> HTTP-Session: 1a15a8c5-eea9-477d-8d04-ca2eba3275c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10519 | 2024.09.03 23:56:10.507406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10520 | 2024.09.03 23:56:10.507455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10521 | 2024.09.03 23:56:10.507474 [ 3 ] {} <Debug> HTTP-Session: 8e4e685a-7c78-4d73-ac79-b0f83f18a132 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10522 | 2024.09.03 23:56:10.507491 [ 3 ] {} <Debug> HTTP-Session: 8e4e685a-7c78-4d73-ac79-b0f83f18a132 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10523 | 2024.09.03 23:56:10.507504 [ 3 ] {} <Debug> HTTP-Session: 8e4e685a-7c78-4d73-ac79-b0f83f18a132 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10524 | 2024.09.03 23:56:10.507535 [ 3 ] {} <Trace> HTTP-Session: 8e4e685a-7c78-4d73-ac79-b0f83f18a132 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10525 | 2024.09.03 23:56:10.507639 [ 3 ] {2675832d-475d-4ef5-b7ab-c6d25471405a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10526 | 2024.09.03 23:56:10.507684 [ 3 ] {2675832d-475d-4ef5-b7ab-c6d25471405a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10527 | 2024.09.03 23:56:10.507813 [ 3 ] {2675832d-475d-4ef5-b7ab-c6d25471405a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10528 | 2024.09.03 23:56:10.508143 [ 3 ] {2675832d-475d-4ef5-b7ab-c6d25471405a} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10529 | 2024.09.03 23:56:10.508178 [ 3 ] {2675832d-475d-4ef5-b7ab-c6d25471405a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10530 | 2024.09.03 23:56:10.508531 [ 3 ] {2675832d-475d-4ef5-b7ab-c6d25471405a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
10531 | 2024.09.03 23:56:10.508859 [ 3 ] {2675832d-475d-4ef5-b7ab-c6d25471405a} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10532 | 2024.09.03 23:56:10.509022 [ 3 ] {2675832d-475d-4ef5-b7ab-c6d25471405a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001399 sec., 4288.777698355968 rows/sec., 224.07 KiB/sec. | ||
10533 | 2024.09.03 23:56:10.509023 [ 123 ] {} <Debug> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
10534 | 2024.09.03 23:56:10.509149 [ 123 ] {} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10535 | 2024.09.03 23:56:10.509190 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10536 | 2024.09.03 23:56:10.509262 [ 3 ] {2675832d-475d-4ef5-b7ab-c6d25471405a} <Debug> DynamicQueryHandler: Done processing query | ||
10537 | 2024.09.03 23:56:10.509358 [ 3 ] {2675832d-475d-4ef5-b7ab-c6d25471405a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10538 | 2024.09.03 23:56:10.509424 [ 3 ] {} <Debug> HTTP-Session: 8e4e685a-7c78-4d73-ac79-b0f83f18a132 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10539 | 2024.09.03 23:56:10.509610 [ 187 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
10540 | 2024.09.03 23:56:10.509702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 44650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10541 | 2024.09.03 23:56:10.509874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10542 | 2024.09.03 23:56:10.509952 [ 3 ] {} <Debug> HTTP-Session: 708809e4-c002-4826-842e-e930aac7c418 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10543 | 2024.09.03 23:56:10.509993 [ 3 ] {} <Debug> HTTP-Session: 708809e4-c002-4826-842e-e930aac7c418 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10544 | 2024.09.03 23:56:10.510041 [ 3 ] {} <Debug> HTTP-Session: 708809e4-c002-4826-842e-e930aac7c418 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10545 | 2024.09.03 23:56:10.510130 [ 3 ] {} <Trace> HTTP-Session: 708809e4-c002-4826-842e-e930aac7c418 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10546 | 2024.09.03 23:56:10.510133 [ 187 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10547 | 2024.09.03 23:56:10.510201 [ 187 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
10548 | 2024.09.03 23:56:10.510338 [ 187 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
10549 | 2024.09.03 23:56:10.510511 [ 3 ] {8e3b07aa-b15d-430e-ae2b-a272349c1ab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10550 | 2024.09.03 23:56:10.510737 [ 187 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
10551 | 2024.09.03 23:56:10.510789 [ 3 ] {8e3b07aa-b15d-430e-ae2b-a272349c1ab2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10552 | 2024.09.03 23:56:10.511128 [ 187 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
10553 | 2024.09.03 23:56:10.511460 [ 187 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
10554 | 2024.09.03 23:56:10.511797 [ 187 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
10555 | 2024.09.03 23:56:10.512168 [ 3 ] {8e3b07aa-b15d-430e-ae2b-a272349c1ab2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10556 | 2024.09.03 23:56:10.513283 [ 3 ] {8e3b07aa-b15d-430e-ae2b-a272349c1ab2} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10557 | 2024.09.03 23:56:10.513348 [ 3 ] {8e3b07aa-b15d-430e-ae2b-a272349c1ab2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10558 | 2024.09.03 23:56:10.514508 [ 3 ] {8e3b07aa-b15d-430e-ae2b-a272349c1ab2} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10559 | 2024.09.03 23:56:10.514517 [ 187 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.005224563 sec., 29858.956624697606 rows/sec., 1.52 MiB/sec. | ||
10560 | 2024.09.03 23:56:10.514703 [ 187 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
10561 | 2024.09.03 23:56:10.515398 [ 3 ] {8e3b07aa-b15d-430e-ae2b-a272349c1ab2} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10562 | 2024.09.03 23:56:10.515744 [ 3 ] {8e3b07aa-b15d-430e-ae2b-a272349c1ab2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005488 sec., 43185.13119533528 rows/sec., 2.89 MiB/sec. | ||
10563 | 2024.09.03 23:56:10.515754 [ 187 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_26_5} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10564 | 2024.09.03 23:56:10.515997 [ 187 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_26_5} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
10565 | 2024.09.03 23:56:10.516123 [ 3 ] {8e3b07aa-b15d-430e-ae2b-a272349c1ab2} <Debug> DynamicQueryHandler: Done processing query | ||
10566 | 2024.09.03 23:56:10.516138 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
10567 | 2024.09.03 23:56:10.516168 [ 3 ] {8e3b07aa-b15d-430e-ae2b-a272349c1ab2} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10568 | 2024.09.03 23:56:10.516202 [ 3 ] {} <Debug> HTTP-Session: 708809e4-c002-4826-842e-e930aac7c418 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10569 | 2024.09.03 23:56:10.516366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10570 | 2024.09.03 23:56:10.516416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10571 | 2024.09.03 23:56:10.516435 [ 3 ] {} <Debug> HTTP-Session: d184fd21-97df-45d8-8bf6-a02acb68d49f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10572 | 2024.09.03 23:56:10.516452 [ 3 ] {} <Debug> HTTP-Session: d184fd21-97df-45d8-8bf6-a02acb68d49f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10573 | 2024.09.03 23:56:10.516465 [ 3 ] {} <Debug> HTTP-Session: d184fd21-97df-45d8-8bf6-a02acb68d49f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10574 | 2024.09.03 23:56:10.516497 [ 3 ] {} <Trace> HTTP-Session: d184fd21-97df-45d8-8bf6-a02acb68d49f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10575 | 2024.09.03 23:56:10.516595 [ 3 ] {2c7d8226-8600-4757-a33d-657bee01a5d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
10576 | 2024.09.03 23:56:10.516640 [ 3 ] {2c7d8226-8600-4757-a33d-657bee01a5d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10577 | 2024.09.03 23:56:10.516798 [ 3 ] {2c7d8226-8600-4757-a33d-657bee01a5d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10578 | 2024.09.03 23:56:10.517070 [ 3 ] {2c7d8226-8600-4757-a33d-657bee01a5d3} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10579 | 2024.09.03 23:56:10.517105 [ 3 ] {2c7d8226-8600-4757-a33d-657bee01a5d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10580 | 2024.09.03 23:56:10.517458 [ 3 ] {2c7d8226-8600-4757-a33d-657bee01a5d3} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
10581 | 2024.09.03 23:56:10.517797 [ 3 ] {2c7d8226-8600-4757-a33d-657bee01a5d3} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10582 | 2024.09.03 23:56:10.517952 [ 3 ] {2c7d8226-8600-4757-a33d-657bee01a5d3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001375 sec., 727.2727272727274 rows/sec., 49.01 KiB/sec. | ||
10583 | 2024.09.03 23:56:10.518126 [ 3 ] {2c7d8226-8600-4757-a33d-657bee01a5d3} <Debug> DynamicQueryHandler: Done processing query | ||
10584 | 2024.09.03 23:56:10.518150 [ 3 ] {2c7d8226-8600-4757-a33d-657bee01a5d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
10585 | 2024.09.03 23:56:10.518165 [ 3 ] {} <Debug> HTTP-Session: d184fd21-97df-45d8-8bf6-a02acb68d49f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10586 | 2024.09.03 23:56:10.518281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 10220, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10587 | 2024.09.03 23:56:10.518330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10588 | 2024.09.03 23:56:10.518348 [ 3 ] {} <Debug> HTTP-Session: 9ead468a-4487-4e71-8a97-35d5381052ab Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10589 | 2024.09.03 23:56:10.518364 [ 3 ] {} <Debug> HTTP-Session: 9ead468a-4487-4e71-8a97-35d5381052ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10590 | 2024.09.03 23:56:10.518378 [ 3 ] {} <Debug> HTTP-Session: 9ead468a-4487-4e71-8a97-35d5381052ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10591 | 2024.09.03 23:56:10.518408 [ 3 ] {} <Trace> HTTP-Session: 9ead468a-4487-4e71-8a97-35d5381052ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10592 | 2024.09.03 23:56:10.518570 [ 3 ] {125d36e9-d35d-4147-bfe6-c2b5a14403cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
10593 | 2024.09.03 23:56:10.518632 [ 3 ] {125d36e9-d35d-4147-bfe6-c2b5a14403cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10594 | 2024.09.03 23:56:10.519053 [ 3 ] {125d36e9-d35d-4147-bfe6-c2b5a14403cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10595 | 2024.09.03 23:56:10.519573 [ 3 ] {125d36e9-d35d-4147-bfe6-c2b5a14403cc} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10596 | 2024.09.03 23:56:10.519609 [ 3 ] {125d36e9-d35d-4147-bfe6-c2b5a14403cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10597 | 2024.09.03 23:56:10.520204 [ 3 ] {125d36e9-d35d-4147-bfe6-c2b5a14403cc} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
10598 | 2024.09.03 23:56:10.520608 [ 3 ] {125d36e9-d35d-4147-bfe6-c2b5a14403cc} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10599 | 2024.09.03 23:56:10.520793 [ 3 ] {125d36e9-d35d-4147-bfe6-c2b5a14403cc} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002311 sec., 2596.2786672436173 rows/sec., 4.65 MiB/sec. | ||
10600 | 2024.09.03 23:56:10.521014 [ 3 ] {125d36e9-d35d-4147-bfe6-c2b5a14403cc} <Debug> DynamicQueryHandler: Done processing query | ||
10601 | 2024.09.03 23:56:10.521037 [ 3 ] {125d36e9-d35d-4147-bfe6-c2b5a14403cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
10602 | 2024.09.03 23:56:10.521054 [ 3 ] {} <Debug> HTTP-Session: 9ead468a-4487-4e71-8a97-35d5381052ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10603 | 2024.09.03 23:56:10.521168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10604 | 2024.09.03 23:56:10.521216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10605 | 2024.09.03 23:56:10.521235 [ 3 ] {} <Debug> HTTP-Session: dca38ece-8dfe-4dc8-bc19-babbe45c0003 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10606 | 2024.09.03 23:56:10.521252 [ 3 ] {} <Debug> HTTP-Session: dca38ece-8dfe-4dc8-bc19-babbe45c0003 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10607 | 2024.09.03 23:56:10.521266 [ 3 ] {} <Debug> HTTP-Session: dca38ece-8dfe-4dc8-bc19-babbe45c0003 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10608 | 2024.09.03 23:56:10.521297 [ 3 ] {} <Trace> HTTP-Session: dca38ece-8dfe-4dc8-bc19-babbe45c0003 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10609 | 2024.09.03 23:56:10.521412 [ 3 ] {b004c61c-f176-424e-aea8-9e89de6993c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10610 | 2024.09.03 23:56:10.521455 [ 3 ] {b004c61c-f176-424e-aea8-9e89de6993c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10611 | 2024.09.03 23:56:10.521582 [ 3 ] {b004c61c-f176-424e-aea8-9e89de6993c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10612 | 2024.09.03 23:56:10.521883 [ 3 ] {b004c61c-f176-424e-aea8-9e89de6993c7} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10613 | 2024.09.03 23:56:10.521917 [ 3 ] {b004c61c-f176-424e-aea8-9e89de6993c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10614 | 2024.09.03 23:56:10.522267 [ 3 ] {b004c61c-f176-424e-aea8-9e89de6993c7} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10615 | 2024.09.03 23:56:10.522580 [ 3 ] {b004c61c-f176-424e-aea8-9e89de6993c7} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10616 | 2024.09.03 23:56:10.522728 [ 3 ] {b004c61c-f176-424e-aea8-9e89de6993c7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00135 sec., 60740.74074074074 rows/sec., 3.86 MiB/sec. | ||
10617 | 2024.09.03 23:56:10.522986 [ 3 ] {b004c61c-f176-424e-aea8-9e89de6993c7} <Debug> DynamicQueryHandler: Done processing query | ||
10618 | 2024.09.03 23:56:10.523044 [ 3 ] {b004c61c-f176-424e-aea8-9e89de6993c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10619 | 2024.09.03 23:56:10.523108 [ 3 ] {} <Debug> HTTP-Session: dca38ece-8dfe-4dc8-bc19-babbe45c0003 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10620 | 2024.09.03 23:56:15.492167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 17496, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10621 | 2024.09.03 23:56:15.492297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10622 | 2024.09.03 23:56:15.492323 [ 3 ] {} <Debug> HTTP-Session: f1ae6b64-56e1-4703-9726-c66c4caa5dd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10623 | 2024.09.03 23:56:15.492348 [ 3 ] {} <Debug> HTTP-Session: f1ae6b64-56e1-4703-9726-c66c4caa5dd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10624 | 2024.09.03 23:56:15.492363 [ 3 ] {} <Debug> HTTP-Session: f1ae6b64-56e1-4703-9726-c66c4caa5dd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10625 | 2024.09.03 23:56:15.492412 [ 3 ] {} <Trace> HTTP-Session: f1ae6b64-56e1-4703-9726-c66c4caa5dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10626 | 2024.09.03 23:56:15.492629 [ 3 ] {b2e2cdf3-69a0-4350-97d2-c6532b9fcc00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10627 | 2024.09.03 23:56:15.492697 [ 3 ] {b2e2cdf3-69a0-4350-97d2-c6532b9fcc00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10628 | 2024.09.03 23:56:15.493032 [ 3 ] {b2e2cdf3-69a0-4350-97d2-c6532b9fcc00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10629 | 2024.09.03 23:56:15.493589 [ 3 ] {b2e2cdf3-69a0-4350-97d2-c6532b9fcc00} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10630 | 2024.09.03 23:56:15.493635 [ 3 ] {b2e2cdf3-69a0-4350-97d2-c6532b9fcc00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10631 | 2024.09.03 23:56:15.494061 [ 3 ] {b2e2cdf3-69a0-4350-97d2-c6532b9fcc00} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10632 | 2024.09.03 23:56:15.494442 [ 3 ] {b2e2cdf3-69a0-4350-97d2-c6532b9fcc00} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10633 | 2024.09.03 23:56:15.494618 [ 3 ] {b2e2cdf3-69a0-4350-97d2-c6532b9fcc00} <Debug> executeQuery: Read 118 rows, 10.31 KiB in 0.002064 sec., 57170.542635658916 rows/sec., 4.88 MiB/sec. | ||
10634 | 2024.09.03 23:56:15.494951 [ 3 ] {b2e2cdf3-69a0-4350-97d2-c6532b9fcc00} <Debug> DynamicQueryHandler: Done processing query | ||
10635 | 2024.09.03 23:56:15.495012 [ 3 ] {b2e2cdf3-69a0-4350-97d2-c6532b9fcc00} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
10636 | 2024.09.03 23:56:15.495052 [ 3 ] {} <Debug> HTTP-Session: f1ae6b64-56e1-4703-9726-c66c4caa5dd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10637 | 2024.09.03 23:56:15.495234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 4494, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10638 | 2024.09.03 23:56:15.495294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10639 | 2024.09.03 23:56:15.495314 [ 3 ] {} <Debug> HTTP-Session: ebba9a25-2b16-4ac7-b6ef-e185e455b04a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10640 | 2024.09.03 23:56:15.495333 [ 3 ] {} <Debug> HTTP-Session: ebba9a25-2b16-4ac7-b6ef-e185e455b04a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10641 | 2024.09.03 23:56:15.495348 [ 3 ] {} <Debug> HTTP-Session: ebba9a25-2b16-4ac7-b6ef-e185e455b04a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10642 | 2024.09.03 23:56:15.495384 [ 3 ] {} <Trace> HTTP-Session: ebba9a25-2b16-4ac7-b6ef-e185e455b04a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10643 | 2024.09.03 23:56:15.495505 [ 3 ] {b5c98254-5947-4248-b655-0e3d0b1d1ffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10644 | 2024.09.03 23:56:15.495556 [ 3 ] {b5c98254-5947-4248-b655-0e3d0b1d1ffd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10645 | 2024.09.03 23:56:15.495814 [ 3 ] {b5c98254-5947-4248-b655-0e3d0b1d1ffd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10646 | 2024.09.03 23:56:15.496180 [ 3 ] {b5c98254-5947-4248-b655-0e3d0b1d1ffd} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10647 | 2024.09.03 23:56:15.496219 [ 3 ] {b5c98254-5947-4248-b655-0e3d0b1d1ffd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10648 | 2024.09.03 23:56:15.496596 [ 3 ] {b5c98254-5947-4248-b655-0e3d0b1d1ffd} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
10649 | 2024.09.03 23:56:15.496967 [ 3 ] {b5c98254-5947-4248-b655-0e3d0b1d1ffd} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10650 | 2024.09.03 23:56:15.497125 [ 3 ] {b5c98254-5947-4248-b655-0e3d0b1d1ffd} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001655 sec., 18731.117824773413 rows/sec., 1.38 MiB/sec. | ||
10651 | 2024.09.03 23:56:15.497327 [ 3 ] {b5c98254-5947-4248-b655-0e3d0b1d1ffd} <Debug> DynamicQueryHandler: Done processing query | ||
10652 | 2024.09.03 23:56:15.497353 [ 3 ] {b5c98254-5947-4248-b655-0e3d0b1d1ffd} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10653 | 2024.09.03 23:56:15.497370 [ 3 ] {} <Debug> HTTP-Session: ebba9a25-2b16-4ac7-b6ef-e185e455b04a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10654 | 2024.09.03 23:56:15.497537 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 16129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10655 | 2024.09.03 23:56:15.497592 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10656 | 2024.09.03 23:56:15.497611 [ 3 ] {} <Debug> HTTP-Session: 5fcfd6b9-8ff1-49bc-bffb-f5639cdb6299 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10657 | 2024.09.03 23:56:15.497631 [ 3 ] {} <Debug> HTTP-Session: 5fcfd6b9-8ff1-49bc-bffb-f5639cdb6299 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10658 | 2024.09.03 23:56:15.497645 [ 3 ] {} <Debug> HTTP-Session: 5fcfd6b9-8ff1-49bc-bffb-f5639cdb6299 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10659 | 2024.09.03 23:56:15.497678 [ 3 ] {} <Trace> HTTP-Session: 5fcfd6b9-8ff1-49bc-bffb-f5639cdb6299 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10660 | 2024.09.03 23:56:15.497804 [ 3 ] {42788ebd-704e-4588-a0fd-e146589b6b7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10661 | 2024.09.03 23:56:15.497850 [ 3 ] {42788ebd-704e-4588-a0fd-e146589b6b7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10662 | 2024.09.03 23:56:15.498083 [ 3 ] {42788ebd-704e-4588-a0fd-e146589b6b7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10663 | 2024.09.03 23:56:15.498471 [ 3 ] {42788ebd-704e-4588-a0fd-e146589b6b7c} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10664 | 2024.09.03 23:56:15.498509 [ 3 ] {42788ebd-704e-4588-a0fd-e146589b6b7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10665 | 2024.09.03 23:56:15.498861 [ 3 ] {42788ebd-704e-4588-a0fd-e146589b6b7c} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10666 | 2024.09.03 23:56:15.499209 [ 3 ] {42788ebd-704e-4588-a0fd-e146589b6b7c} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10667 | 2024.09.03 23:56:15.499375 [ 3 ] {42788ebd-704e-4588-a0fd-e146589b6b7c} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001613 sec., 58896.46621202728 rows/sec., 4.60 MiB/sec. | ||
10668 | 2024.09.03 23:56:15.499587 [ 3 ] {42788ebd-704e-4588-a0fd-e146589b6b7c} <Debug> DynamicQueryHandler: Done processing query | ||
10669 | 2024.09.03 23:56:15.499624 [ 3 ] {42788ebd-704e-4588-a0fd-e146589b6b7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10670 | 2024.09.03 23:56:15.499657 [ 3 ] {} <Debug> HTTP-Session: 5fcfd6b9-8ff1-49bc-bffb-f5639cdb6299 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10671 | 2024.09.03 23:56:15.499851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10672 | 2024.09.03 23:56:15.499909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10673 | 2024.09.03 23:56:15.499929 [ 3 ] {} <Debug> HTTP-Session: cbc0e6a3-7938-491a-be3a-055db75cab93 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10674 | 2024.09.03 23:56:15.499946 [ 3 ] {} <Debug> HTTP-Session: cbc0e6a3-7938-491a-be3a-055db75cab93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10675 | 2024.09.03 23:56:15.499960 [ 3 ] {} <Debug> HTTP-Session: cbc0e6a3-7938-491a-be3a-055db75cab93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10676 | 2024.09.03 23:56:15.499994 [ 3 ] {} <Trace> HTTP-Session: cbc0e6a3-7938-491a-be3a-055db75cab93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10677 | 2024.09.03 23:56:15.500146 [ 3 ] {75add783-896e-473d-a856-99022e05451b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10678 | 2024.09.03 23:56:15.500195 [ 3 ] {75add783-896e-473d-a856-99022e05451b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10679 | 2024.09.03 23:56:15.500343 [ 3 ] {75add783-896e-473d-a856-99022e05451b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10680 | 2024.09.03 23:56:15.500752 [ 3 ] {75add783-896e-473d-a856-99022e05451b} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10681 | 2024.09.03 23:56:15.500789 [ 3 ] {75add783-896e-473d-a856-99022e05451b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10682 | 2024.09.03 23:56:15.501175 [ 3 ] {75add783-896e-473d-a856-99022e05451b} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10683 | 2024.09.03 23:56:15.501522 [ 3 ] {75add783-896e-473d-a856-99022e05451b} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10684 | 2024.09.03 23:56:15.501684 [ 3 ] {75add783-896e-473d-a856-99022e05451b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001605 sec., 99688.47352024922 rows/sec., 6.94 MiB/sec. | ||
10685 | 2024.09.03 23:56:15.501865 [ 3 ] {75add783-896e-473d-a856-99022e05451b} <Debug> DynamicQueryHandler: Done processing query | ||
10686 | 2024.09.03 23:56:15.501889 [ 3 ] {75add783-896e-473d-a856-99022e05451b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10687 | 2024.09.03 23:56:15.501905 [ 3 ] {} <Debug> HTTP-Session: cbc0e6a3-7938-491a-be3a-055db75cab93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10688 | 2024.09.03 23:56:15.502074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 51868, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10689 | 2024.09.03 23:56:15.502124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10690 | 2024.09.03 23:56:15.502143 [ 3 ] {} <Debug> HTTP-Session: 54bdbc48-dbf7-4695-a0f7-3dcb874757e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10691 | 2024.09.03 23:56:15.502159 [ 3 ] {} <Debug> HTTP-Session: 54bdbc48-dbf7-4695-a0f7-3dcb874757e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10692 | 2024.09.03 23:56:15.502173 [ 3 ] {} <Debug> HTTP-Session: 54bdbc48-dbf7-4695-a0f7-3dcb874757e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10693 | 2024.09.03 23:56:15.502203 [ 3 ] {} <Trace> HTTP-Session: 54bdbc48-dbf7-4695-a0f7-3dcb874757e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10694 | 2024.09.03 23:56:15.502508 [ 3 ] {e7719d5a-d69a-4214-add3-8a4fe5379045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
10695 | 2024.09.03 23:56:15.502570 [ 3 ] {e7719d5a-d69a-4214-add3-8a4fe5379045} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10696 | 2024.09.03 23:56:15.502986 [ 3 ] {e7719d5a-d69a-4214-add3-8a4fe5379045} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10697 | 2024.09.03 23:56:15.503657 [ 3 ] {e7719d5a-d69a-4214-add3-8a4fe5379045} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10698 | 2024.09.03 23:56:15.503694 [ 3 ] {e7719d5a-d69a-4214-add3-8a4fe5379045} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10699 | 2024.09.03 23:56:15.504326 [ 3 ] {e7719d5a-d69a-4214-add3-8a4fe5379045} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
10700 | 2024.09.03 23:56:15.504724 [ 3 ] {e7719d5a-d69a-4214-add3-8a4fe5379045} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10701 | 2024.09.03 23:56:15.504916 [ 3 ] {e7719d5a-d69a-4214-add3-8a4fe5379045} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002622 sec., 11823.035850495804 rows/sec., 21.19 MiB/sec. | ||
10702 | 2024.09.03 23:56:15.505411 [ 3 ] {e7719d5a-d69a-4214-add3-8a4fe5379045} <Debug> DynamicQueryHandler: Done processing query | ||
10703 | 2024.09.03 23:56:15.505436 [ 3 ] {e7719d5a-d69a-4214-add3-8a4fe5379045} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
10704 | 2024.09.03 23:56:15.505453 [ 3 ] {} <Debug> HTTP-Session: 54bdbc48-dbf7-4695-a0f7-3dcb874757e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10705 | 2024.09.03 23:56:15.505580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10706 | 2024.09.03 23:56:15.505629 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10707 | 2024.09.03 23:56:15.505648 [ 3 ] {} <Debug> HTTP-Session: f1b3c4e4-48c0-499d-bd24-3020b8536ed5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10708 | 2024.09.03 23:56:15.505665 [ 3 ] {} <Debug> HTTP-Session: f1b3c4e4-48c0-499d-bd24-3020b8536ed5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10709 | 2024.09.03 23:56:15.505679 [ 3 ] {} <Debug> HTTP-Session: f1b3c4e4-48c0-499d-bd24-3020b8536ed5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10710 | 2024.09.03 23:56:15.505710 [ 3 ] {} <Trace> HTTP-Session: f1b3c4e4-48c0-499d-bd24-3020b8536ed5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10711 | 2024.09.03 23:56:15.505835 [ 3 ] {3f8e2d80-909a-4b37-9218-31674d83d1b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10712 | 2024.09.03 23:56:15.505886 [ 3 ] {3f8e2d80-909a-4b37-9218-31674d83d1b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10713 | 2024.09.03 23:56:15.506034 [ 3 ] {3f8e2d80-909a-4b37-9218-31674d83d1b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10714 | 2024.09.03 23:56:15.506349 [ 3 ] {3f8e2d80-909a-4b37-9218-31674d83d1b5} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10715 | 2024.09.03 23:56:15.506384 [ 3 ] {3f8e2d80-909a-4b37-9218-31674d83d1b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10716 | 2024.09.03 23:56:15.506735 [ 3 ] {3f8e2d80-909a-4b37-9218-31674d83d1b5} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10717 | 2024.09.03 23:56:15.507055 [ 3 ] {3f8e2d80-909a-4b37-9218-31674d83d1b5} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10718 | 2024.09.03 23:56:15.507204 [ 3 ] {3f8e2d80-909a-4b37-9218-31674d83d1b5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001416 sec., 42372.88135593221 rows/sec., 2.86 MiB/sec. | ||
10719 | 2024.09.03 23:56:15.507391 [ 3 ] {3f8e2d80-909a-4b37-9218-31674d83d1b5} <Debug> DynamicQueryHandler: Done processing query | ||
10720 | 2024.09.03 23:56:15.507424 [ 3 ] {3f8e2d80-909a-4b37-9218-31674d83d1b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10721 | 2024.09.03 23:56:15.507452 [ 3 ] {} <Debug> HTTP-Session: f1b3c4e4-48c0-499d-bd24-3020b8536ed5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10722 | 2024.09.03 23:56:18.280641 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10723 | 2024.09.03 23:56:18.280714 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10724 | 2024.09.03 23:56:20.496356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10725 | 2024.09.03 23:56:20.496480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10726 | 2024.09.03 23:56:20.496508 [ 3 ] {} <Debug> HTTP-Session: c53cfa7e-bc28-48bb-ad02-34746d27b8b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10727 | 2024.09.03 23:56:20.496535 [ 3 ] {} <Debug> HTTP-Session: c53cfa7e-bc28-48bb-ad02-34746d27b8b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10728 | 2024.09.03 23:56:20.496553 [ 3 ] {} <Debug> HTTP-Session: c53cfa7e-bc28-48bb-ad02-34746d27b8b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10729 | 2024.09.03 23:56:20.496609 [ 3 ] {} <Trace> HTTP-Session: c53cfa7e-bc28-48bb-ad02-34746d27b8b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10730 | 2024.09.03 23:56:20.496871 [ 3 ] {83a64873-0e9a-4d0c-92df-c757e3fa50d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10731 | 2024.09.03 23:56:20.496949 [ 3 ] {83a64873-0e9a-4d0c-92df-c757e3fa50d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10732 | 2024.09.03 23:56:20.497329 [ 3 ] {83a64873-0e9a-4d0c-92df-c757e3fa50d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10733 | 2024.09.03 23:56:20.497910 [ 3 ] {83a64873-0e9a-4d0c-92df-c757e3fa50d2} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10734 | 2024.09.03 23:56:20.497959 [ 3 ] {83a64873-0e9a-4d0c-92df-c757e3fa50d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10735 | 2024.09.03 23:56:20.498397 [ 3 ] {83a64873-0e9a-4d0c-92df-c757e3fa50d2} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10736 | 2024.09.03 23:56:20.498781 [ 3 ] {83a64873-0e9a-4d0c-92df-c757e3fa50d2} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10737 | 2024.09.03 23:56:20.498934 [ 3 ] {83a64873-0e9a-4d0c-92df-c757e3fa50d2} <Debug> executeQuery: Read 201 rows, 18.03 KiB in 0.002173 sec., 92498.84951679705 rows/sec., 8.10 MiB/sec. | ||
10738 | 2024.09.03 23:56:20.499015 [ 115 ] {} <Debug> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10739 | 2024.09.03 23:56:20.499113 [ 115 ] {} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10740 | 2024.09.03 23:56:20.499147 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10741 | 2024.09.03 23:56:20.499227 [ 3 ] {83a64873-0e9a-4d0c-92df-c757e3fa50d2} <Debug> DynamicQueryHandler: Done processing query | ||
10742 | 2024.09.03 23:56:20.499292 [ 3 ] {83a64873-0e9a-4d0c-92df-c757e3fa50d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10743 | 2024.09.03 23:56:20.499342 [ 3 ] {} <Debug> HTTP-Session: c53cfa7e-bc28-48bb-ad02-34746d27b8b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10744 | 2024.09.03 23:56:20.499383 [ 197 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::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 | ||
10745 | 2024.09.03 23:56:20.499579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10746 | 2024.09.03 23:56:20.499660 [ 197 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10747 | 2024.09.03 23:56:20.499694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10748 | 2024.09.03 23:56:20.499722 [ 197 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1413 rows starting from the beginning of the part | ||
10749 | 2024.09.03 23:56:20.499737 [ 3 ] {} <Debug> HTTP-Session: 1dc87577-3c81-4347-b9d5-003580463b60 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10750 | 2024.09.03 23:56:20.499785 [ 3 ] {} <Debug> HTTP-Session: 1dc87577-3c81-4347-b9d5-003580463b60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10751 | 2024.09.03 23:56:20.499836 [ 3 ] {} <Debug> HTTP-Session: 1dc87577-3c81-4347-b9d5-003580463b60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10752 | 2024.09.03 23:56:20.499975 [ 197 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 201 rows starting from the beginning of the part | ||
10753 | 2024.09.03 23:56:20.500005 [ 3 ] {} <Trace> HTTP-Session: 1dc87577-3c81-4347-b9d5-003580463b60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10754 | 2024.09.03 23:56:20.500160 [ 197 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 118 rows starting from the beginning of the part | ||
10755 | 2024.09.03 23:56:20.500455 [ 3 ] {37d3294c-f57d-4c55-9e59-2eb0bc4b625f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10756 | 2024.09.03 23:56:20.500583 [ 197 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 201 rows starting from the beginning of the part | ||
10757 | 2024.09.03 23:56:20.500597 [ 3 ] {37d3294c-f57d-4c55-9e59-2eb0bc4b625f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10758 | 2024.09.03 23:56:20.500912 [ 197 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 118 rows starting from the beginning of the part | ||
10759 | 2024.09.03 23:56:20.501255 [ 197 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 201 rows starting from the beginning of the part | ||
10760 | 2024.09.03 23:56:20.502023 [ 3 ] {37d3294c-f57d-4c55-9e59-2eb0bc4b625f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10761 | 2024.09.03 23:56:20.502742 [ 3 ] {37d3294c-f57d-4c55-9e59-2eb0bc4b625f} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10762 | 2024.09.03 23:56:20.502809 [ 3 ] {37d3294c-f57d-4c55-9e59-2eb0bc4b625f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10763 | 2024.09.03 23:56:20.503835 [ 3 ] {37d3294c-f57d-4c55-9e59-2eb0bc4b625f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
10764 | 2024.09.03 23:56:20.504602 [ 3 ] {37d3294c-f57d-4c55-9e59-2eb0bc4b625f} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10765 | 2024.09.03 23:56:20.504635 [ 197 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2252 rows, containing 5 columns (5 merged, 0 gathered) in 0.005392616 sec., 417608.07741548814 rows/sec., 37.08 MiB/sec. | ||
10766 | 2024.09.03 23:56:20.504876 [ 3 ] {37d3294c-f57d-4c55-9e59-2eb0bc4b625f} <Debug> executeQuery: Read 6 rows, 462.00 B in 0.004621 sec., 1298.4202553559835 rows/sec., 97.64 KiB/sec. | ||
10767 | 2024.09.03 23:56:20.504993 [ 197 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10768 | 2024.09.03 23:56:20.505219 [ 3 ] {37d3294c-f57d-4c55-9e59-2eb0bc4b625f} <Debug> DynamicQueryHandler: Done processing query | ||
10769 | 2024.09.03 23:56:20.505267 [ 3 ] {37d3294c-f57d-4c55-9e59-2eb0bc4b625f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10770 | 2024.09.03 23:56:20.505301 [ 3 ] {} <Debug> HTTP-Session: 1dc87577-3c81-4347-b9d5-003580463b60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10771 | 2024.09.03 23:56:20.505521 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10772 | 2024.09.03 23:56:20.505596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10773 | 2024.09.03 23:56:20.505639 [ 3 ] {} <Debug> HTTP-Session: 458de567-265d-4bcd-9b71-6ca33a7406d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10774 | 2024.09.03 23:56:20.505663 [ 3 ] {} <Debug> HTTP-Session: 458de567-265d-4bcd-9b71-6ca33a7406d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10775 | 2024.09.03 23:56:20.505693 [ 3 ] {} <Debug> HTTP-Session: 458de567-265d-4bcd-9b71-6ca33a7406d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10776 | 2024.09.03 23:56:20.505762 [ 3 ] {} <Trace> HTTP-Session: 458de567-265d-4bcd-9b71-6ca33a7406d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10777 | 2024.09.03 23:56:20.505776 [ 197 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_56_11} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10778 | 2024.09.03 23:56:20.505954 [ 197 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_56_11} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10779 | 2024.09.03 23:56:20.505963 [ 3 ] {cce2f8de-4689-4ece-bc80-464592610ee2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
10780 | 2024.09.03 23:56:20.506063 [ 3 ] {cce2f8de-4689-4ece-bc80-464592610ee2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10781 | 2024.09.03 23:56:20.506102 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
10782 | 2024.09.03 23:56:20.506381 [ 3 ] {cce2f8de-4689-4ece-bc80-464592610ee2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10783 | 2024.09.03 23:56:20.506733 [ 3 ] {cce2f8de-4689-4ece-bc80-464592610ee2} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10784 | 2024.09.03 23:56:20.506770 [ 3 ] {cce2f8de-4689-4ece-bc80-464592610ee2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10785 | 2024.09.03 23:56:20.507143 [ 3 ] {cce2f8de-4689-4ece-bc80-464592610ee2} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
10786 | 2024.09.03 23:56:20.507511 [ 3 ] {cce2f8de-4689-4ece-bc80-464592610ee2} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10787 | 2024.09.03 23:56:20.507664 [ 3 ] {cce2f8de-4689-4ece-bc80-464592610ee2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001786 sec., 7838.7458006718925 rows/sec., 548.97 KiB/sec. | ||
10788 | 2024.09.03 23:56:20.507843 [ 3 ] {cce2f8de-4689-4ece-bc80-464592610ee2} <Debug> DynamicQueryHandler: Done processing query | ||
10789 | 2024.09.03 23:56:20.507867 [ 3 ] {cce2f8de-4689-4ece-bc80-464592610ee2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10790 | 2024.09.03 23:56:20.507915 [ 3 ] {} <Debug> HTTP-Session: 458de567-265d-4bcd-9b71-6ca33a7406d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10791 | 2024.09.03 23:56:20.508038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10792 | 2024.09.03 23:56:20.508086 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10793 | 2024.09.03 23:56:20.508106 [ 3 ] {} <Debug> HTTP-Session: 164fa533-fe04-4360-af86-4cafce09d657 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10794 | 2024.09.03 23:56:20.508122 [ 3 ] {} <Debug> HTTP-Session: 164fa533-fe04-4360-af86-4cafce09d657 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10795 | 2024.09.03 23:56:20.508136 [ 3 ] {} <Debug> HTTP-Session: 164fa533-fe04-4360-af86-4cafce09d657 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10796 | 2024.09.03 23:56:20.508167 [ 3 ] {} <Trace> HTTP-Session: 164fa533-fe04-4360-af86-4cafce09d657 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10797 | 2024.09.03 23:56:20.508263 [ 3 ] {30051f95-cb3a-42f7-be11-949167b7bcd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
10798 | 2024.09.03 23:56:20.508305 [ 3 ] {30051f95-cb3a-42f7-be11-949167b7bcd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10799 | 2024.09.03 23:56:20.508532 [ 3 ] {30051f95-cb3a-42f7-be11-949167b7bcd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10800 | 2024.09.03 23:56:20.508882 [ 3 ] {30051f95-cb3a-42f7-be11-949167b7bcd1} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10801 | 2024.09.03 23:56:20.508924 [ 3 ] {30051f95-cb3a-42f7-be11-949167b7bcd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10802 | 2024.09.03 23:56:20.509278 [ 3 ] {30051f95-cb3a-42f7-be11-949167b7bcd1} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
10803 | 2024.09.03 23:56:20.509631 [ 3 ] {30051f95-cb3a-42f7-be11-949167b7bcd1} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10804 | 2024.09.03 23:56:20.509787 [ 3 ] {30051f95-cb3a-42f7-be11-949167b7bcd1} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00154 sec., 3896.103896103896 rows/sec., 230.19 KiB/sec. | ||
10805 | 2024.09.03 23:56:20.510074 [ 3 ] {30051f95-cb3a-42f7-be11-949167b7bcd1} <Debug> DynamicQueryHandler: Done processing query | ||
10806 | 2024.09.03 23:56:20.510110 [ 3 ] {30051f95-cb3a-42f7-be11-949167b7bcd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10807 | 2024.09.03 23:56:20.510126 [ 3 ] {} <Debug> HTTP-Session: 164fa533-fe04-4360-af86-4cafce09d657 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10808 | 2024.09.03 23:56:20.510295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 62783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10809 | 2024.09.03 23:56:20.510343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10810 | 2024.09.03 23:56:20.510363 [ 3 ] {} <Debug> HTTP-Session: 9118e6dc-26a2-45e7-94e9-72b4bf0dd5c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10811 | 2024.09.03 23:56:20.510379 [ 3 ] {} <Debug> HTTP-Session: 9118e6dc-26a2-45e7-94e9-72b4bf0dd5c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10812 | 2024.09.03 23:56:20.510393 [ 3 ] {} <Debug> HTTP-Session: 9118e6dc-26a2-45e7-94e9-72b4bf0dd5c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10813 | 2024.09.03 23:56:20.510424 [ 3 ] {} <Trace> HTTP-Session: 9118e6dc-26a2-45e7-94e9-72b4bf0dd5c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10814 | 2024.09.03 23:56:20.510712 [ 3 ] {264cd815-0dba-425c-a9d3-0770c07d9c60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10815 | 2024.09.03 23:56:20.510757 [ 3 ] {264cd815-0dba-425c-a9d3-0770c07d9c60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10816 | 2024.09.03 23:56:20.511002 [ 3 ] {264cd815-0dba-425c-a9d3-0770c07d9c60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10817 | 2024.09.03 23:56:20.511681 [ 3 ] {264cd815-0dba-425c-a9d3-0770c07d9c60} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10818 | 2024.09.03 23:56:20.511717 [ 3 ] {264cd815-0dba-425c-a9d3-0770c07d9c60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10819 | 2024.09.03 23:56:20.512094 [ 3 ] {264cd815-0dba-425c-a9d3-0770c07d9c60} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10820 | 2024.09.03 23:56:20.512457 [ 3 ] {264cd815-0dba-425c-a9d3-0770c07d9c60} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10821 | 2024.09.03 23:56:20.512623 [ 3 ] {264cd815-0dba-425c-a9d3-0770c07d9c60} <Debug> executeQuery: Read 388 rows, 28.16 KiB in 0.002091 sec., 185557.14968914396 rows/sec., 13.15 MiB/sec. | ||
10822 | 2024.09.03 23:56:20.512636 [ 115 ] {} <Debug> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10823 | 2024.09.03 23:56:20.512724 [ 115 ] {} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10824 | 2024.09.03 23:56:20.512785 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10825 | 2024.09.03 23:56:20.512913 [ 3 ] {264cd815-0dba-425c-a9d3-0770c07d9c60} <Debug> DynamicQueryHandler: Done processing query | ||
10826 | 2024.09.03 23:56:20.512935 [ 198 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::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 | ||
10827 | 2024.09.03 23:56:20.512945 [ 3 ] {264cd815-0dba-425c-a9d3-0770c07d9c60} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
10828 | 2024.09.03 23:56:20.512979 [ 3 ] {} <Debug> HTTP-Session: 9118e6dc-26a2-45e7-94e9-72b4bf0dd5c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10829 | 2024.09.03 23:56:20.513076 [ 198 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10830 | 2024.09.03 23:56:20.513108 [ 198 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 911 rows starting from the beginning of the part | ||
10831 | 2024.09.03 23:56:20.513131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10832 | 2024.09.03 23:56:20.513208 [ 198 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 388 rows starting from the beginning of the part | ||
10833 | 2024.09.03 23:56:20.513224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10834 | 2024.09.03 23:56:20.513277 [ 3 ] {} <Debug> HTTP-Session: 43051787-2e9c-4879-8ccf-214058b9abe4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10835 | 2024.09.03 23:56:20.513364 [ 3 ] {} <Debug> HTTP-Session: 43051787-2e9c-4879-8ccf-214058b9abe4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10836 | 2024.09.03 23:56:20.513464 [ 3 ] {} <Debug> HTTP-Session: 43051787-2e9c-4879-8ccf-214058b9abe4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10837 | 2024.09.03 23:56:20.513511 [ 198 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 95 rows starting from the beginning of the part | ||
10838 | 2024.09.03 23:56:20.513580 [ 3 ] {} <Trace> HTTP-Session: 43051787-2e9c-4879-8ccf-214058b9abe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10839 | 2024.09.03 23:56:20.513807 [ 198 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 388 rows starting from the beginning of the part | ||
10840 | 2024.09.03 23:56:20.513879 [ 3 ] {2fd9f0bf-6664-4d0e-a742-657eb61fa238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10841 | 2024.09.03 23:56:20.514016 [ 198 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 95 rows starting from the beginning of the part | ||
10842 | 2024.09.03 23:56:20.514026 [ 3 ] {2fd9f0bf-6664-4d0e-a742-657eb61fa238} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10843 | 2024.09.03 23:56:20.514338 [ 198 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 388 rows starting from the beginning of the part | ||
10844 | 2024.09.03 23:56:20.514737 [ 3 ] {2fd9f0bf-6664-4d0e-a742-657eb61fa238} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10845 | 2024.09.03 23:56:20.515144 [ 3 ] {2fd9f0bf-6664-4d0e-a742-657eb61fa238} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10846 | 2024.09.03 23:56:20.515185 [ 3 ] {2fd9f0bf-6664-4d0e-a742-657eb61fa238} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10847 | 2024.09.03 23:56:20.515754 [ 3 ] {2fd9f0bf-6664-4d0e-a742-657eb61fa238} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
10848 | 2024.09.03 23:56:20.516154 [ 3 ] {2fd9f0bf-6664-4d0e-a742-657eb61fa238} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10849 | 2024.09.03 23:56:20.516421 [ 3 ] {2fd9f0bf-6664-4d0e-a742-657eb61fa238} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002604 sec., 2304.147465437788 rows/sec., 120.38 KiB/sec. | ||
10850 | 2024.09.03 23:56:20.516414 [ 200 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2265 rows, containing 5 columns (5 merged, 0 gathered) in 0.003527716 sec., 642058.4877013909 rows/sec., 48.83 MiB/sec. | ||
10851 | 2024.09.03 23:56:20.516696 [ 3 ] {2fd9f0bf-6664-4d0e-a742-657eb61fa238} <Debug> DynamicQueryHandler: Done processing query | ||
10852 | 2024.09.03 23:56:20.516751 [ 3 ] {2fd9f0bf-6664-4d0e-a742-657eb61fa238} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10853 | 2024.09.03 23:56:20.516781 [ 200 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10854 | 2024.09.03 23:56:20.516788 [ 3 ] {} <Debug> HTTP-Session: 43051787-2e9c-4879-8ccf-214058b9abe4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10855 | 2024.09.03 23:56:20.517084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 44650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10856 | 2024.09.03 23:56:20.517198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10857 | 2024.09.03 23:56:20.517274 [ 3 ] {} <Debug> HTTP-Session: f5726e82-6257-4b43-b7d4-34a26c6498db Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10858 | 2024.09.03 23:56:20.517341 [ 3 ] {} <Debug> HTTP-Session: f5726e82-6257-4b43-b7d4-34a26c6498db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10859 | 2024.09.03 23:56:20.517403 [ 3 ] {} <Debug> HTTP-Session: f5726e82-6257-4b43-b7d4-34a26c6498db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10860 | 2024.09.03 23:56:20.517472 [ 3 ] {} <Trace> HTTP-Session: f5726e82-6257-4b43-b7d4-34a26c6498db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10861 | 2024.09.03 23:56:20.517769 [ 3 ] {26574bcb-dc46-4c68-a6ee-0534e93bc1fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10862 | 2024.09.03 23:56:20.517816 [ 200 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_56_11} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10863 | 2024.09.03 23:56:20.517852 [ 3 ] {26574bcb-dc46-4c68-a6ee-0534e93bc1fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10864 | 2024.09.03 23:56:20.518079 [ 200 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_56_11} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10865 | 2024.09.03 23:56:20.518306 [ 3 ] {26574bcb-dc46-4c68-a6ee-0534e93bc1fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10866 | 2024.09.03 23:56:20.518318 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
10867 | 2024.09.03 23:56:20.518795 [ 3 ] {26574bcb-dc46-4c68-a6ee-0534e93bc1fd} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10868 | 2024.09.03 23:56:20.518835 [ 3 ] {26574bcb-dc46-4c68-a6ee-0534e93bc1fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10869 | 2024.09.03 23:56:20.519231 [ 3 ] {26574bcb-dc46-4c68-a6ee-0534e93bc1fd} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10870 | 2024.09.03 23:56:20.519579 [ 3 ] {26574bcb-dc46-4c68-a6ee-0534e93bc1fd} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10871 | 2024.09.03 23:56:20.519740 [ 3 ] {26574bcb-dc46-4c68-a6ee-0534e93bc1fd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002118 sec., 111898.01699716713 rows/sec., 7.50 MiB/sec. | ||
10872 | 2024.09.03 23:56:20.519750 [ 115 ] {} <Debug> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10873 | 2024.09.03 23:56:20.519847 [ 115 ] {} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10874 | 2024.09.03 23:56:20.519930 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10875 | 2024.09.03 23:56:20.520026 [ 3 ] {26574bcb-dc46-4c68-a6ee-0534e93bc1fd} <Debug> DynamicQueryHandler: Done processing query | ||
10876 | 2024.09.03 23:56:20.520088 [ 3 ] {26574bcb-dc46-4c68-a6ee-0534e93bc1fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10877 | 2024.09.03 23:56:20.520122 [ 3 ] {} <Debug> HTTP-Session: f5726e82-6257-4b43-b7d4-34a26c6498db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10878 | 2024.09.03 23:56:20.520128 [ 191 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::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 | ||
10879 | 2024.09.03 23:56:20.520292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10880 | 2024.09.03 23:56:20.520407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10881 | 2024.09.03 23:56:20.520435 [ 191 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10882 | 2024.09.03 23:56:20.520446 [ 3 ] {} <Debug> HTTP-Session: e94dd8d2-5303-4f70-8224-697a7ce343ca Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10883 | 2024.09.03 23:56:20.520499 [ 3 ] {} <Debug> HTTP-Session: e94dd8d2-5303-4f70-8224-697a7ce343ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10884 | 2024.09.03 23:56:20.520505 [ 191 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 16310 rows starting from the beginning of the part | ||
10885 | 2024.09.03 23:56:20.520519 [ 3 ] {} <Debug> HTTP-Session: e94dd8d2-5303-4f70-8224-697a7ce343ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10886 | 2024.09.03 23:56:20.520596 [ 3 ] {} <Trace> HTTP-Session: e94dd8d2-5303-4f70-8224-697a7ce343ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10887 | 2024.09.03 23:56:20.520816 [ 191 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 237 rows starting from the beginning of the part | ||
10888 | 2024.09.03 23:56:20.520896 [ 3 ] {01931137-ec33-4dc1-b5a0-b22bd81b0260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
10889 | 2024.09.03 23:56:20.521034 [ 3 ] {01931137-ec33-4dc1-b5a0-b22bd81b0260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10890 | 2024.09.03 23:56:20.521137 [ 191 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part | ||
10891 | 2024.09.03 23:56:20.521567 [ 191 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 237 rows starting from the beginning of the part | ||
10892 | 2024.09.03 23:56:20.521945 [ 191 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part | ||
10893 | 2024.09.03 23:56:20.521993 [ 3 ] {01931137-ec33-4dc1-b5a0-b22bd81b0260} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10894 | 2024.09.03 23:56:20.522289 [ 191 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 237 rows starting from the beginning of the part | ||
10895 | 2024.09.03 23:56:20.522967 [ 3 ] {01931137-ec33-4dc1-b5a0-b22bd81b0260} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10896 | 2024.09.03 23:56:20.523032 [ 3 ] {01931137-ec33-4dc1-b5a0-b22bd81b0260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10897 | 2024.09.03 23:56:20.523792 [ 3 ] {01931137-ec33-4dc1-b5a0-b22bd81b0260} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
10898 | 2024.09.03 23:56:20.524208 [ 3 ] {01931137-ec33-4dc1-b5a0-b22bd81b0260} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10899 | 2024.09.03 23:56:20.524411 [ 3 ] {01931137-ec33-4dc1-b5a0-b22bd81b0260} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003601 sec., 277.700638711469 rows/sec., 18.71 KiB/sec. | ||
10900 | 2024.09.03 23:56:20.524880 [ 3 ] {01931137-ec33-4dc1-b5a0-b22bd81b0260} <Debug> DynamicQueryHandler: Done processing query | ||
10901 | 2024.09.03 23:56:20.525024 [ 3 ] {01931137-ec33-4dc1-b5a0-b22bd81b0260} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
10902 | 2024.09.03 23:56:20.525133 [ 3 ] {} <Debug> HTTP-Session: e94dd8d2-5303-4f70-8224-697a7ce343ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10903 | 2024.09.03 23:56:20.525348 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 10231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10904 | 2024.09.03 23:56:20.525470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10905 | 2024.09.03 23:56:20.525515 [ 3 ] {} <Debug> HTTP-Session: 8c13ec6a-f912-4a5a-8739-59fcbfaef3b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10906 | 2024.09.03 23:56:20.525553 [ 3 ] {} <Debug> HTTP-Session: 8c13ec6a-f912-4a5a-8739-59fcbfaef3b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10907 | 2024.09.03 23:56:20.525595 [ 3 ] {} <Debug> HTTP-Session: 8c13ec6a-f912-4a5a-8739-59fcbfaef3b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10908 | 2024.09.03 23:56:20.525691 [ 3 ] {} <Trace> HTTP-Session: 8c13ec6a-f912-4a5a-8739-59fcbfaef3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10909 | 2024.09.03 23:56:20.526027 [ 3 ] {3212a02e-182f-4a17-afd0-b2bdb7a1c1af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
10910 | 2024.09.03 23:56:20.526142 [ 3 ] {3212a02e-182f-4a17-afd0-b2bdb7a1c1af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10911 | 2024.09.03 23:56:20.526702 [ 3 ] {3212a02e-182f-4a17-afd0-b2bdb7a1c1af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10912 | 2024.09.03 23:56:20.527446 [ 3 ] {3212a02e-182f-4a17-afd0-b2bdb7a1c1af} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10913 | 2024.09.03 23:56:20.527484 [ 3 ] {3212a02e-182f-4a17-afd0-b2bdb7a1c1af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10914 | 2024.09.03 23:56:20.528301 [ 3 ] {3212a02e-182f-4a17-afd0-b2bdb7a1c1af} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
10915 | 2024.09.03 23:56:20.529022 [ 3 ] {3212a02e-182f-4a17-afd0-b2bdb7a1c1af} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10916 | 2024.09.03 23:56:20.529308 [ 3 ] {3212a02e-182f-4a17-afd0-b2bdb7a1c1af} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.003433 sec., 1747.742499271774 rows/sec., 3.13 MiB/sec. | ||
10917 | 2024.09.03 23:56:20.529979 [ 3 ] {3212a02e-182f-4a17-afd0-b2bdb7a1c1af} <Debug> DynamicQueryHandler: Done processing query | ||
10918 | 2024.09.03 23:56:20.530063 [ 3 ] {3212a02e-182f-4a17-afd0-b2bdb7a1c1af} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
10919 | 2024.09.03 23:56:20.530143 [ 3 ] {} <Debug> HTTP-Session: 8c13ec6a-f912-4a5a-8739-59fcbfaef3b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10920 | 2024.09.03 23:56:20.530433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10921 | 2024.09.03 23:56:20.530537 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10922 | 2024.09.03 23:56:20.530554 [ 194 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17341 rows, containing 5 columns (5 merged, 0 gathered) in 0.010548887 sec., 1643870.1068653024 rows/sec., 110.86 MiB/sec. | ||
10923 | 2024.09.03 23:56:20.530561 [ 3 ] {} <Debug> HTTP-Session: aee95c8b-6661-41b9-9505-bf71ac7b31a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10924 | 2024.09.03 23:56:20.530596 [ 3 ] {} <Debug> HTTP-Session: aee95c8b-6661-41b9-9505-bf71ac7b31a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10925 | 2024.09.03 23:56:20.530610 [ 3 ] {} <Debug> HTTP-Session: aee95c8b-6661-41b9-9505-bf71ac7b31a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10926 | 2024.09.03 23:56:20.530646 [ 3 ] {} <Trace> HTTP-Session: aee95c8b-6661-41b9-9505-bf71ac7b31a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10927 | 2024.09.03 23:56:20.530770 [ 194 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10928 | 2024.09.03 23:56:20.530818 [ 3 ] {01728732-18a4-42ad-be26-cb39afc2cb46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10929 | 2024.09.03 23:56:20.530874 [ 3 ] {01728732-18a4-42ad-be26-cb39afc2cb46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10930 | 2024.09.03 23:56:20.531247 [ 3 ] {01728732-18a4-42ad-be26-cb39afc2cb46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10931 | 2024.09.03 23:56:20.531452 [ 194 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10932 | 2024.09.03 23:56:20.531585 [ 194 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10933 | 2024.09.03 23:56:20.531664 [ 3 ] {01728732-18a4-42ad-be26-cb39afc2cb46} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10934 | 2024.09.03 23:56:20.531691 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.40 MiB. | ||
10935 | 2024.09.03 23:56:20.531707 [ 3 ] {01728732-18a4-42ad-be26-cb39afc2cb46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10936 | 2024.09.03 23:56:20.532080 [ 3 ] {01728732-18a4-42ad-be26-cb39afc2cb46} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10937 | 2024.09.03 23:56:20.532407 [ 3 ] {01728732-18a4-42ad-be26-cb39afc2cb46} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10938 | 2024.09.03 23:56:20.532557 [ 3 ] {01728732-18a4-42ad-be26-cb39afc2cb46} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001817 sec., 45129.334067143645 rows/sec., 2.87 MiB/sec. | ||
10939 | 2024.09.03 23:56:20.532577 [ 115 ] {} <Debug> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10940 | 2024.09.03 23:56:20.532656 [ 115 ] {} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10941 | 2024.09.03 23:56:20.532712 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10942 | 2024.09.03 23:56:20.532843 [ 3 ] {01728732-18a4-42ad-be26-cb39afc2cb46} <Debug> DynamicQueryHandler: Done processing query | ||
10943 | 2024.09.03 23:56:20.532892 [ 195 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
10944 | 2024.09.03 23:56:20.532893 [ 3 ] {01728732-18a4-42ad-be26-cb39afc2cb46} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10945 | 2024.09.03 23:56:20.532959 [ 3 ] {} <Debug> HTTP-Session: aee95c8b-6661-41b9-9505-bf71ac7b31a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10946 | 2024.09.03 23:56:20.533085 [ 195 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10947 | 2024.09.03 23:56:20.533123 [ 195 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3102 rows starting from the beginning of the part | ||
10948 | 2024.09.03 23:56:20.533187 [ 195 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
10949 | 2024.09.03 23:56:20.533308 [ 195 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part | ||
10950 | 2024.09.03 23:56:20.533498 [ 195 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
10951 | 2024.09.03 23:56:20.533637 [ 195 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part | ||
10952 | 2024.09.03 23:56:20.533754 [ 195 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 82 rows starting from the beginning of the part | ||
10953 | 2024.09.03 23:56:20.535319 [ 193 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3468 rows, containing 4 columns (4 merged, 0 gathered) in 0.002527575 sec., 1372066.1107978993 rows/sec., 89.25 MiB/sec. | ||
10954 | 2024.09.03 23:56:20.535603 [ 193 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10955 | 2024.09.03 23:56:20.536036 [ 193 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_56_11} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10956 | 2024.09.03 23:56:20.536122 [ 193 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_56_11} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10957 | 2024.09.03 23:56:20.536211 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
10958 | 2024.09.03 23:56:25.524440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 183071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10959 | 2024.09.03 23:56:25.524582 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10960 | 2024.09.03 23:56:25.524611 [ 3 ] {} <Debug> HTTP-Session: ee2a44e3-7f4b-4e1e-baa6-35d191cd573e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10961 | 2024.09.03 23:56:25.524639 [ 3 ] {} <Debug> HTTP-Session: ee2a44e3-7f4b-4e1e-baa6-35d191cd573e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10962 | 2024.09.03 23:56:25.524655 [ 3 ] {} <Debug> HTTP-Session: ee2a44e3-7f4b-4e1e-baa6-35d191cd573e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10963 | 2024.09.03 23:56:25.524716 [ 3 ] {} <Trace> HTTP-Session: ee2a44e3-7f4b-4e1e-baa6-35d191cd573e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10964 | 2024.09.03 23:56:25.525318 [ 3 ] {7007055e-1de9-41b8-a5c2-e1bd7f50bb22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10965 | 2024.09.03 23:56:25.525397 [ 3 ] {7007055e-1de9-41b8-a5c2-e1bd7f50bb22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10966 | 2024.09.03 23:56:25.525737 [ 3 ] {7007055e-1de9-41b8-a5c2-e1bd7f50bb22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10967 | 2024.09.03 23:56:25.527041 [ 3 ] {7007055e-1de9-41b8-a5c2-e1bd7f50bb22} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10968 | 2024.09.03 23:56:25.527093 [ 3 ] {7007055e-1de9-41b8-a5c2-e1bd7f50bb22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10969 | 2024.09.03 23:56:25.527610 [ 3 ] {7007055e-1de9-41b8-a5c2-e1bd7f50bb22} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10970 | 2024.09.03 23:56:25.528010 [ 3 ] {7007055e-1de9-41b8-a5c2-e1bd7f50bb22} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10971 | 2024.09.03 23:56:25.528180 [ 3 ] {7007055e-1de9-41b8-a5c2-e1bd7f50bb22} <Debug> executeQuery: Read 1258 rows, 106.87 KiB in 0.003214 sec., 391412.5700062228 rows/sec., 32.47 MiB/sec. | ||
10972 | 2024.09.03 23:56:25.528412 [ 3 ] {7007055e-1de9-41b8-a5c2-e1bd7f50bb22} <Debug> DynamicQueryHandler: Done processing query | ||
10973 | 2024.09.03 23:56:25.528441 [ 3 ] {7007055e-1de9-41b8-a5c2-e1bd7f50bb22} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
10974 | 2024.09.03 23:56:25.528457 [ 3 ] {} <Debug> HTTP-Session: ee2a44e3-7f4b-4e1e-baa6-35d191cd573e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10975 | 2024.09.03 23:56:25.528682 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 4494, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10976 | 2024.09.03 23:56:25.528740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10977 | 2024.09.03 23:56:25.528760 [ 3 ] {} <Debug> HTTP-Session: f2aa6e19-97c4-488c-a6ad-dd6a6bb53454 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10978 | 2024.09.03 23:56:25.528779 [ 3 ] {} <Debug> HTTP-Session: f2aa6e19-97c4-488c-a6ad-dd6a6bb53454 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10979 | 2024.09.03 23:56:25.528793 [ 3 ] {} <Debug> HTTP-Session: f2aa6e19-97c4-488c-a6ad-dd6a6bb53454 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10980 | 2024.09.03 23:56:25.528841 [ 3 ] {} <Trace> HTTP-Session: f2aa6e19-97c4-488c-a6ad-dd6a6bb53454 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10981 | 2024.09.03 23:56:25.528976 [ 3 ] {1071da0c-14df-4f78-9ace-d52bb9eaa5ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10982 | 2024.09.03 23:56:25.529027 [ 3 ] {1071da0c-14df-4f78-9ace-d52bb9eaa5ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10983 | 2024.09.03 23:56:25.529278 [ 3 ] {1071da0c-14df-4f78-9ace-d52bb9eaa5ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10984 | 2024.09.03 23:56:25.529679 [ 3 ] {1071da0c-14df-4f78-9ace-d52bb9eaa5ca} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10985 | 2024.09.03 23:56:25.529718 [ 3 ] {1071da0c-14df-4f78-9ace-d52bb9eaa5ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10986 | 2024.09.03 23:56:25.530077 [ 3 ] {1071da0c-14df-4f78-9ace-d52bb9eaa5ca} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
10987 | 2024.09.03 23:56:25.530451 [ 3 ] {1071da0c-14df-4f78-9ace-d52bb9eaa5ca} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10988 | 2024.09.03 23:56:25.530610 [ 3 ] {1071da0c-14df-4f78-9ace-d52bb9eaa5ca} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001668 sec., 18585.131894484413 rows/sec., 1.36 MiB/sec. | ||
10989 | 2024.09.03 23:56:25.530632 [ 88 ] {} <Debug> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
10990 | 2024.09.03 23:56:25.530770 [ 88 ] {} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10991 | 2024.09.03 23:56:25.530832 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
10992 | 2024.09.03 23:56:25.530864 [ 3 ] {1071da0c-14df-4f78-9ace-d52bb9eaa5ca} <Debug> DynamicQueryHandler: Done processing query | ||
10993 | 2024.09.03 23:56:25.530909 [ 3 ] {1071da0c-14df-4f78-9ace-d52bb9eaa5ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10994 | 2024.09.03 23:56:25.530965 [ 3 ] {} <Debug> HTTP-Session: f2aa6e19-97c4-488c-a6ad-dd6a6bb53454 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10995 | 2024.09.03 23:56:25.531103 [ 194 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_50_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full | ||
10996 | 2024.09.03 23:56:25.531262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10997 | 2024.09.03 23:56:25.531460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10998 | 2024.09.03 23:56:25.531545 [ 3 ] {} <Debug> HTTP-Session: c6c21d30-0116-44da-b4db-392ee5be9e8c Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
10999 | 2024.09.03 23:56:25.531624 [ 3 ] {} <Debug> HTTP-Session: c6c21d30-0116-44da-b4db-392ee5be9e8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11000 | 2024.09.03 23:56:25.531700 [ 3 ] {} <Debug> HTTP-Session: c6c21d30-0116-44da-b4db-392ee5be9e8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11001 | 2024.09.03 23:56:25.531723 [ 194 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11002 | 2024.09.03 23:56:25.531830 [ 3 ] {} <Trace> HTTP-Session: c6c21d30-0116-44da-b4db-392ee5be9e8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11003 | 2024.09.03 23:56:25.531848 [ 194 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 55 rows starting from the beginning of the part | ||
11004 | 2024.09.03 23:56:25.532323 [ 3 ] {86d92347-17c0-41d6-8167-f97b85eade0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11005 | 2024.09.03 23:56:25.532328 [ 194 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 31 rows starting from the beginning of the part | ||
11006 | 2024.09.03 23:56:25.532518 [ 3 ] {86d92347-17c0-41d6-8167-f97b85eade0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11007 | 2024.09.03 23:56:25.532699 [ 194 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part | ||
11008 | 2024.09.03 23:56:25.532997 [ 194 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 31 rows starting from the beginning of the part | ||
11009 | 2024.09.03 23:56:25.533316 [ 194 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part | ||
11010 | 2024.09.03 23:56:25.533577 [ 194 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 31 rows starting from the beginning of the part | ||
11011 | 2024.09.03 23:56:25.534072 [ 3 ] {86d92347-17c0-41d6-8167-f97b85eade0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11012 | 2024.09.03 23:56:25.534766 [ 3 ] {86d92347-17c0-41d6-8167-f97b85eade0a} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11013 | 2024.09.03 23:56:25.534815 [ 3 ] {86d92347-17c0-41d6-8167-f97b85eade0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11014 | 2024.09.03 23:56:25.535321 [ 193 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 160 rows, containing 5 columns (5 merged, 0 gathered) in 0.004392565 sec., 36425.186650624404 rows/sec., 2.79 MiB/sec. | ||
11015 | 2024.09.03 23:56:25.535470 [ 3 ] {86d92347-17c0-41d6-8167-f97b85eade0a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
11016 | 2024.09.03 23:56:25.535563 [ 193 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
11017 | 2024.09.03 23:56:25.536319 [ 3 ] {86d92347-17c0-41d6-8167-f97b85eade0a} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11018 | 2024.09.03 23:56:25.536615 [ 88 ] {} <Debug> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
11019 | 2024.09.03 23:56:25.536652 [ 3 ] {86d92347-17c0-41d6-8167-f97b85eade0a} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.0046 sec., 49565.21739130435 rows/sec., 3.36 MiB/sec. | ||
11020 | 2024.09.03 23:56:25.536715 [ 88 ] {} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11021 | 2024.09.03 23:56:25.536814 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11022 | 2024.09.03 23:56:25.536971 [ 194 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_50_10} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11023 | 2024.09.03 23:56:25.537277 [ 3 ] {86d92347-17c0-41d6-8167-f97b85eade0a} <Debug> DynamicQueryHandler: Done processing query | ||
11024 | 2024.09.03 23:56:25.537313 [ 194 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_50_10} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
11025 | 2024.09.03 23:56:25.537325 [ 3 ] {86d92347-17c0-41d6-8167-f97b85eade0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
11026 | 2024.09.03 23:56:25.537333 [ 192 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::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 | ||
11027 | 2024.09.03 23:56:25.537359 [ 3 ] {} <Debug> HTTP-Session: c6c21d30-0116-44da-b4db-392ee5be9e8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11028 | 2024.09.03 23:56:25.537508 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
11029 | 2024.09.03 23:56:25.537628 [ 192 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11030 | 2024.09.03 23:56:25.537689 [ 192 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 243 rows starting from the beginning of the part | ||
11031 | 2024.09.03 23:56:25.537713 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 91143, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11032 | 2024.09.03 23:56:25.537858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11033 | 2024.09.03 23:56:25.537947 [ 3 ] {} <Debug> HTTP-Session: c35fa182-ae4f-4ed6-882d-e0fc476fbd09 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11034 | 2024.09.03 23:56:25.537953 [ 192 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 228 rows starting from the beginning of the part | ||
11035 | 2024.09.03 23:56:25.537998 [ 3 ] {} <Debug> HTTP-Session: c35fa182-ae4f-4ed6-882d-e0fc476fbd09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11036 | 2024.09.03 23:56:25.538057 [ 3 ] {} <Debug> HTTP-Session: c35fa182-ae4f-4ed6-882d-e0fc476fbd09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11037 | 2024.09.03 23:56:25.538190 [ 3 ] {} <Trace> HTTP-Session: c35fa182-ae4f-4ed6-882d-e0fc476fbd09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11038 | 2024.09.03 23:56:25.538230 [ 192 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
11039 | 2024.09.03 23:56:25.538535 [ 192 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::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 | ||
11040 | 2024.09.03 23:56:25.538745 [ 192 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::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 | ||
11041 | 2024.09.03 23:56:25.538751 [ 3 ] {28050c9e-5cca-4844-a872-1f347a426a76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11042 | 2024.09.03 23:56:25.538959 [ 3 ] {28050c9e-5cca-4844-a872-1f347a426a76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11043 | 2024.09.03 23:56:25.539008 [ 192 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 228 rows starting from the beginning of the part | ||
11044 | 2024.09.03 23:56:25.540127 [ 3 ] {28050c9e-5cca-4844-a872-1f347a426a76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11045 | 2024.09.03 23:56:25.541505 [ 3 ] {28050c9e-5cca-4844-a872-1f347a426a76} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11046 | 2024.09.03 23:56:25.541573 [ 3 ] {28050c9e-5cca-4844-a872-1f347a426a76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11047 | 2024.09.03 23:56:25.541975 [ 192 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 741 rows, containing 5 columns (5 merged, 0 gathered) in 0.004967086 sec., 149182.0355033112 rows/sec., 10.12 MiB/sec. | ||
11048 | 2024.09.03 23:56:25.542210 [ 192 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
11049 | 2024.09.03 23:56:25.542417 [ 3 ] {28050c9e-5cca-4844-a872-1f347a426a76} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
11050 | 2024.09.03 23:56:25.543242 [ 192 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_36_7} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11051 | 2024.09.03 23:56:25.543427 [ 3 ] {28050c9e-5cca-4844-a872-1f347a426a76} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11052 | 2024.09.03 23:56:25.543465 [ 192 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_36_7} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
11053 | 2024.09.03 23:56:25.543652 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
11054 | 2024.09.03 23:56:25.543751 [ 3 ] {28050c9e-5cca-4844-a872-1f347a426a76} <Debug> executeQuery: Read 551 rows, 41.89 KiB in 0.005335 sec., 103280.22492970945 rows/sec., 7.67 MiB/sec. | ||
11055 | 2024.09.03 23:56:25.543966 [ 3 ] {28050c9e-5cca-4844-a872-1f347a426a76} <Debug> DynamicQueryHandler: Done processing query | ||
11056 | 2024.09.03 23:56:25.543992 [ 3 ] {28050c9e-5cca-4844-a872-1f347a426a76} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
11057 | 2024.09.03 23:56:25.544008 [ 3 ] {} <Debug> HTTP-Session: c35fa182-ae4f-4ed6-882d-e0fc476fbd09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11058 | 2024.09.03 23:56:25.544286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 160456, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11059 | 2024.09.03 23:56:25.544337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11060 | 2024.09.03 23:56:25.544356 [ 3 ] {} <Debug> HTTP-Session: 50401efe-a1d4-4c53-a0fc-ab3e6b6570c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11061 | 2024.09.03 23:56:25.544373 [ 3 ] {} <Debug> HTTP-Session: 50401efe-a1d4-4c53-a0fc-ab3e6b6570c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11062 | 2024.09.03 23:56:25.544387 [ 3 ] {} <Debug> HTTP-Session: 50401efe-a1d4-4c53-a0fc-ab3e6b6570c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11063 | 2024.09.03 23:56:25.544421 [ 3 ] {} <Trace> HTTP-Session: 50401efe-a1d4-4c53-a0fc-ab3e6b6570c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11064 | 2024.09.03 23:56:25.544832 [ 3 ] {0c2f19bd-19a0-43ff-8af0-64380f14e9c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11065 | 2024.09.03 23:56:25.544882 [ 3 ] {0c2f19bd-19a0-43ff-8af0-64380f14e9c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11066 | 2024.09.03 23:56:25.545039 [ 3 ] {0c2f19bd-19a0-43ff-8af0-64380f14e9c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11067 | 2024.09.03 23:56:25.545849 [ 3 ] {0c2f19bd-19a0-43ff-8af0-64380f14e9c9} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11068 | 2024.09.03 23:56:25.545888 [ 3 ] {0c2f19bd-19a0-43ff-8af0-64380f14e9c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11069 | 2024.09.03 23:56:25.546343 [ 3 ] {0c2f19bd-19a0-43ff-8af0-64380f14e9c9} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
11070 | 2024.09.03 23:56:25.546683 [ 3 ] {0c2f19bd-19a0-43ff-8af0-64380f14e9c9} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11071 | 2024.09.03 23:56:25.546840 [ 3 ] {0c2f19bd-19a0-43ff-8af0-64380f14e9c9} <Debug> executeQuery: Read 844 rows, 58.17 KiB in 0.002282 sec., 369851.0078878177 rows/sec., 24.89 MiB/sec. | ||
11072 | 2024.09.03 23:56:25.547127 [ 3 ] {0c2f19bd-19a0-43ff-8af0-64380f14e9c9} <Debug> DynamicQueryHandler: Done processing query | ||
11073 | 2024.09.03 23:56:25.547193 [ 3 ] {0c2f19bd-19a0-43ff-8af0-64380f14e9c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
11074 | 2024.09.03 23:56:25.547271 [ 3 ] {} <Debug> HTTP-Session: 50401efe-a1d4-4c53-a0fc-ab3e6b6570c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11075 | 2024.09.03 23:56:25.547661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 51902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11076 | 2024.09.03 23:56:25.547725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11077 | 2024.09.03 23:56:25.547750 [ 3 ] {} <Debug> HTTP-Session: e79955b2-4ac6-4fcd-8718-6bd4a32fd27d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11078 | 2024.09.03 23:56:25.547772 [ 3 ] {} <Debug> HTTP-Session: e79955b2-4ac6-4fcd-8718-6bd4a32fd27d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11079 | 2024.09.03 23:56:25.547792 [ 3 ] {} <Debug> HTTP-Session: e79955b2-4ac6-4fcd-8718-6bd4a32fd27d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11080 | 2024.09.03 23:56:25.547832 [ 3 ] {} <Trace> HTTP-Session: e79955b2-4ac6-4fcd-8718-6bd4a32fd27d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11081 | 2024.09.03 23:56:25.548333 [ 3 ] {19573e82-6bf2-4fa3-90b0-15221c9a3ca1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
11082 | 2024.09.03 23:56:25.548426 [ 3 ] {19573e82-6bf2-4fa3-90b0-15221c9a3ca1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11083 | 2024.09.03 23:56:25.549033 [ 3 ] {19573e82-6bf2-4fa3-90b0-15221c9a3ca1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11084 | 2024.09.03 23:56:25.549940 [ 3 ] {19573e82-6bf2-4fa3-90b0-15221c9a3ca1} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11085 | 2024.09.03 23:56:25.549982 [ 3 ] {19573e82-6bf2-4fa3-90b0-15221c9a3ca1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11086 | 2024.09.03 23:56:25.550673 [ 3 ] {19573e82-6bf2-4fa3-90b0-15221c9a3ca1} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
11087 | 2024.09.03 23:56:25.551103 [ 3 ] {19573e82-6bf2-4fa3-90b0-15221c9a3ca1} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11088 | 2024.09.03 23:56:25.551299 [ 3 ] {19573e82-6bf2-4fa3-90b0-15221c9a3ca1} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003365 sec., 9212.481426448738 rows/sec., 16.51 MiB/sec. | ||
11089 | 2024.09.03 23:56:25.551528 [ 3 ] {19573e82-6bf2-4fa3-90b0-15221c9a3ca1} <Debug> DynamicQueryHandler: Done processing query | ||
11090 | 2024.09.03 23:56:25.551553 [ 3 ] {19573e82-6bf2-4fa3-90b0-15221c9a3ca1} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
11091 | 2024.09.03 23:56:25.551569 [ 3 ] {} <Debug> HTTP-Session: e79955b2-4ac6-4fcd-8718-6bd4a32fd27d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11092 | 2024.09.03 23:56:25.551705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11093 | 2024.09.03 23:56:25.551757 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11094 | 2024.09.03 23:56:25.551776 [ 3 ] {} <Debug> HTTP-Session: 1424ce80-5209-4856-90b2-e043737cc597 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11095 | 2024.09.03 23:56:25.551793 [ 3 ] {} <Debug> HTTP-Session: 1424ce80-5209-4856-90b2-e043737cc597 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11096 | 2024.09.03 23:56:25.551807 [ 3 ] {} <Debug> HTTP-Session: 1424ce80-5209-4856-90b2-e043737cc597 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11097 | 2024.09.03 23:56:25.551838 [ 3 ] {} <Trace> HTTP-Session: 1424ce80-5209-4856-90b2-e043737cc597 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11098 | 2024.09.03 23:56:25.551956 [ 3 ] {6492ec2d-496c-42d5-bbe1-8675c9c043eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11099 | 2024.09.03 23:56:25.552000 [ 3 ] {6492ec2d-496c-42d5-bbe1-8675c9c043eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11100 | 2024.09.03 23:56:25.552133 [ 3 ] {6492ec2d-496c-42d5-bbe1-8675c9c043eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11101 | 2024.09.03 23:56:25.552447 [ 3 ] {6492ec2d-496c-42d5-bbe1-8675c9c043eb} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11102 | 2024.09.03 23:56:25.552483 [ 3 ] {6492ec2d-496c-42d5-bbe1-8675c9c043eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11103 | 2024.09.03 23:56:25.552879 [ 3 ] {6492ec2d-496c-42d5-bbe1-8675c9c043eb} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
11104 | 2024.09.03 23:56:25.553245 [ 3 ] {6492ec2d-496c-42d5-bbe1-8675c9c043eb} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11105 | 2024.09.03 23:56:25.553406 [ 3 ] {6492ec2d-496c-42d5-bbe1-8675c9c043eb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001487 sec., 40349.69737726967 rows/sec., 2.72 MiB/sec. | ||
11106 | 2024.09.03 23:56:25.553571 [ 3 ] {6492ec2d-496c-42d5-bbe1-8675c9c043eb} <Debug> DynamicQueryHandler: Done processing query | ||
11107 | 2024.09.03 23:56:25.553596 [ 3 ] {6492ec2d-496c-42d5-bbe1-8675c9c043eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11108 | 2024.09.03 23:56:25.553612 [ 3 ] {} <Debug> HTTP-Session: 1424ce80-5209-4856-90b2-e043737cc597 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11109 | 2024.09.03 23:56:30.495402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11110 | 2024.09.03 23:56:30.495547 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11111 | 2024.09.03 23:56:30.495577 [ 3 ] {} <Debug> HTTP-Session: a40cbbbd-be0d-431d-9b6e-35ac0a206ea0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11112 | 2024.09.03 23:56:30.495605 [ 3 ] {} <Debug> HTTP-Session: a40cbbbd-be0d-431d-9b6e-35ac0a206ea0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11113 | 2024.09.03 23:56:30.495624 [ 3 ] {} <Debug> HTTP-Session: a40cbbbd-be0d-431d-9b6e-35ac0a206ea0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11114 | 2024.09.03 23:56:30.495679 [ 3 ] {} <Trace> HTTP-Session: a40cbbbd-be0d-431d-9b6e-35ac0a206ea0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11115 | 2024.09.03 23:56:30.495912 [ 3 ] {495cf4d6-e51e-420a-9b09-419cfc6f62c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11116 | 2024.09.03 23:56:30.495979 [ 3 ] {495cf4d6-e51e-420a-9b09-419cfc6f62c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11117 | 2024.09.03 23:56:30.496319 [ 3 ] {495cf4d6-e51e-420a-9b09-419cfc6f62c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11118 | 2024.09.03 23:56:30.496918 [ 3 ] {495cf4d6-e51e-420a-9b09-419cfc6f62c0} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11119 | 2024.09.03 23:56:30.496965 [ 3 ] {495cf4d6-e51e-420a-9b09-419cfc6f62c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11120 | 2024.09.03 23:56:30.497399 [ 3 ] {495cf4d6-e51e-420a-9b09-419cfc6f62c0} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
11121 | 2024.09.03 23:56:30.497781 [ 3 ] {495cf4d6-e51e-420a-9b09-419cfc6f62c0} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11122 | 2024.09.03 23:56:30.497940 [ 3 ] {495cf4d6-e51e-420a-9b09-419cfc6f62c0} <Debug> executeQuery: Read 201 rows, 18.03 KiB in 0.002124 sec., 94632.76836158193 rows/sec., 8.29 MiB/sec. | ||
11123 | 2024.09.03 23:56:30.498172 [ 3 ] {495cf4d6-e51e-420a-9b09-419cfc6f62c0} <Debug> DynamicQueryHandler: Done processing query | ||
11124 | 2024.09.03 23:56:30.498198 [ 3 ] {495cf4d6-e51e-420a-9b09-419cfc6f62c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11125 | 2024.09.03 23:56:30.498215 [ 3 ] {} <Debug> HTTP-Session: a40cbbbd-be0d-431d-9b6e-35ac0a206ea0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11126 | 2024.09.03 23:56:30.498390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11127 | 2024.09.03 23:56:30.498444 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11128 | 2024.09.03 23:56:30.498465 [ 3 ] {} <Debug> HTTP-Session: 9ed640d3-a174-47fe-b9c7-87b1d5d2fe5a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11129 | 2024.09.03 23:56:30.498484 [ 3 ] {} <Debug> HTTP-Session: 9ed640d3-a174-47fe-b9c7-87b1d5d2fe5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11130 | 2024.09.03 23:56:30.498499 [ 3 ] {} <Debug> HTTP-Session: 9ed640d3-a174-47fe-b9c7-87b1d5d2fe5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11131 | 2024.09.03 23:56:30.498535 [ 3 ] {} <Trace> HTTP-Session: 9ed640d3-a174-47fe-b9c7-87b1d5d2fe5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11132 | 2024.09.03 23:56:30.498640 [ 3 ] {1f78b80b-7829-4053-a7ad-8e874c8e946d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11133 | 2024.09.03 23:56:30.498688 [ 3 ] {1f78b80b-7829-4053-a7ad-8e874c8e946d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11134 | 2024.09.03 23:56:30.498925 [ 3 ] {1f78b80b-7829-4053-a7ad-8e874c8e946d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11135 | 2024.09.03 23:56:30.499289 [ 3 ] {1f78b80b-7829-4053-a7ad-8e874c8e946d} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11136 | 2024.09.03 23:56:30.499326 [ 3 ] {1f78b80b-7829-4053-a7ad-8e874c8e946d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11137 | 2024.09.03 23:56:30.499676 [ 3 ] {1f78b80b-7829-4053-a7ad-8e874c8e946d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
11138 | 2024.09.03 23:56:30.500040 [ 3 ] {1f78b80b-7829-4053-a7ad-8e874c8e946d} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11139 | 2024.09.03 23:56:30.500192 [ 3 ] {1f78b80b-7829-4053-a7ad-8e874c8e946d} <Debug> executeQuery: Read 6 rows, 462.00 B in 0.001579 sec., 3799.8733375554148 rows/sec., 285.73 KiB/sec. | ||
11140 | 2024.09.03 23:56:30.500381 [ 3 ] {1f78b80b-7829-4053-a7ad-8e874c8e946d} <Debug> DynamicQueryHandler: Done processing query | ||
11141 | 2024.09.03 23:56:30.500406 [ 3 ] {1f78b80b-7829-4053-a7ad-8e874c8e946d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11142 | 2024.09.03 23:56:30.500422 [ 3 ] {} <Debug> HTTP-Session: 9ed640d3-a174-47fe-b9c7-87b1d5d2fe5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11143 | 2024.09.03 23:56:30.500536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11144 | 2024.09.03 23:56:30.500586 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11145 | 2024.09.03 23:56:30.500606 [ 3 ] {} <Debug> HTTP-Session: 491754ce-cb04-4c2e-9f2b-100003ad93be Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11146 | 2024.09.03 23:56:30.500622 [ 3 ] {} <Debug> HTTP-Session: 491754ce-cb04-4c2e-9f2b-100003ad93be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11147 | 2024.09.03 23:56:30.500637 [ 3 ] {} <Debug> HTTP-Session: 491754ce-cb04-4c2e-9f2b-100003ad93be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11148 | 2024.09.03 23:56:30.500668 [ 3 ] {} <Trace> HTTP-Session: 491754ce-cb04-4c2e-9f2b-100003ad93be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11149 | 2024.09.03 23:56:30.500767 [ 3 ] {4c5e0d13-b459-4b63-82ea-86dcf7cf1dc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11150 | 2024.09.03 23:56:30.500809 [ 3 ] {4c5e0d13-b459-4b63-82ea-86dcf7cf1dc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11151 | 2024.09.03 23:56:30.501034 [ 3 ] {4c5e0d13-b459-4b63-82ea-86dcf7cf1dc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11152 | 2024.09.03 23:56:30.501358 [ 3 ] {4c5e0d13-b459-4b63-82ea-86dcf7cf1dc9} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11153 | 2024.09.03 23:56:30.501393 [ 3 ] {4c5e0d13-b459-4b63-82ea-86dcf7cf1dc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11154 | 2024.09.03 23:56:30.501738 [ 3 ] {4c5e0d13-b459-4b63-82ea-86dcf7cf1dc9} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
11155 | 2024.09.03 23:56:30.502081 [ 3 ] {4c5e0d13-b459-4b63-82ea-86dcf7cf1dc9} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11156 | 2024.09.03 23:56:30.502231 [ 3 ] {4c5e0d13-b459-4b63-82ea-86dcf7cf1dc9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001487 sec., 9414.92938802959 rows/sec., 659.36 KiB/sec. | ||
11157 | 2024.09.03 23:56:30.502426 [ 3 ] {4c5e0d13-b459-4b63-82ea-86dcf7cf1dc9} <Debug> DynamicQueryHandler: Done processing query | ||
11158 | 2024.09.03 23:56:30.502459 [ 3 ] {4c5e0d13-b459-4b63-82ea-86dcf7cf1dc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11159 | 2024.09.03 23:56:30.502481 [ 3 ] {} <Debug> HTTP-Session: 491754ce-cb04-4c2e-9f2b-100003ad93be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11160 | 2024.09.03 23:56:30.502613 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11161 | 2024.09.03 23:56:30.502663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11162 | 2024.09.03 23:56:30.502683 [ 3 ] {} <Debug> HTTP-Session: 69956b2b-afa7-4a77-b3e0-f9460c762c61 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11163 | 2024.09.03 23:56:30.502699 [ 3 ] {} <Debug> HTTP-Session: 69956b2b-afa7-4a77-b3e0-f9460c762c61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11164 | 2024.09.03 23:56:30.502713 [ 3 ] {} <Debug> HTTP-Session: 69956b2b-afa7-4a77-b3e0-f9460c762c61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11165 | 2024.09.03 23:56:30.502744 [ 3 ] {} <Trace> HTTP-Session: 69956b2b-afa7-4a77-b3e0-f9460c762c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11166 | 2024.09.03 23:56:30.502839 [ 3 ] {6d9a8d2b-01a0-4d51-83c3-7106aad0f3e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
11167 | 2024.09.03 23:56:30.502881 [ 3 ] {6d9a8d2b-01a0-4d51-83c3-7106aad0f3e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11168 | 2024.09.03 23:56:30.503104 [ 3 ] {6d9a8d2b-01a0-4d51-83c3-7106aad0f3e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11169 | 2024.09.03 23:56:30.503416 [ 3 ] {6d9a8d2b-01a0-4d51-83c3-7106aad0f3e2} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11170 | 2024.09.03 23:56:30.503450 [ 3 ] {6d9a8d2b-01a0-4d51-83c3-7106aad0f3e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11171 | 2024.09.03 23:56:30.503786 [ 3 ] {6d9a8d2b-01a0-4d51-83c3-7106aad0f3e2} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
11172 | 2024.09.03 23:56:30.504128 [ 3 ] {6d9a8d2b-01a0-4d51-83c3-7106aad0f3e2} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11173 | 2024.09.03 23:56:30.504281 [ 3 ] {6d9a8d2b-01a0-4d51-83c3-7106aad0f3e2} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00146 sec., 4109.589041095891 rows/sec., 242.80 KiB/sec. | ||
11174 | 2024.09.03 23:56:30.504567 [ 3 ] {6d9a8d2b-01a0-4d51-83c3-7106aad0f3e2} <Debug> DynamicQueryHandler: Done processing query | ||
11175 | 2024.09.03 23:56:30.504607 [ 3 ] {6d9a8d2b-01a0-4d51-83c3-7106aad0f3e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11176 | 2024.09.03 23:56:30.504624 [ 3 ] {} <Debug> HTTP-Session: 69956b2b-afa7-4a77-b3e0-f9460c762c61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11177 | 2024.09.03 23:56:30.504789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 62783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11178 | 2024.09.03 23:56:30.504838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11179 | 2024.09.03 23:56:30.504857 [ 3 ] {} <Debug> HTTP-Session: 9fdbde8b-3ebd-4ad3-88ab-ab013cf12ac3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11180 | 2024.09.03 23:56:30.504873 [ 3 ] {} <Debug> HTTP-Session: 9fdbde8b-3ebd-4ad3-88ab-ab013cf12ac3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11181 | 2024.09.03 23:56:30.504887 [ 3 ] {} <Debug> HTTP-Session: 9fdbde8b-3ebd-4ad3-88ab-ab013cf12ac3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11182 | 2024.09.03 23:56:30.504918 [ 3 ] {} <Trace> HTTP-Session: 9fdbde8b-3ebd-4ad3-88ab-ab013cf12ac3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11183 | 2024.09.03 23:56:30.505122 [ 3 ] {a5a96eef-064d-450a-911c-a3a75afafa4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11184 | 2024.09.03 23:56:30.505168 [ 3 ] {a5a96eef-064d-450a-911c-a3a75afafa4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11185 | 2024.09.03 23:56:30.505409 [ 3 ] {a5a96eef-064d-450a-911c-a3a75afafa4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11186 | 2024.09.03 23:56:30.505970 [ 3 ] {a5a96eef-064d-450a-911c-a3a75afafa4a} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11187 | 2024.09.03 23:56:30.506006 [ 3 ] {a5a96eef-064d-450a-911c-a3a75afafa4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11188 | 2024.09.03 23:56:30.506363 [ 3 ] {a5a96eef-064d-450a-911c-a3a75afafa4a} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
11189 | 2024.09.03 23:56:30.506714 [ 3 ] {a5a96eef-064d-450a-911c-a3a75afafa4a} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11190 | 2024.09.03 23:56:30.506876 [ 3 ] {a5a96eef-064d-450a-911c-a3a75afafa4a} <Debug> executeQuery: Read 388 rows, 28.16 KiB in 0.001857 sec., 208939.1491653204 rows/sec., 14.81 MiB/sec. | ||
11191 | 2024.09.03 23:56:30.507064 [ 3 ] {a5a96eef-064d-450a-911c-a3a75afafa4a} <Debug> DynamicQueryHandler: Done processing query | ||
11192 | 2024.09.03 23:56:30.507100 [ 3 ] {a5a96eef-064d-450a-911c-a3a75afafa4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
11193 | 2024.09.03 23:56:30.507129 [ 3 ] {} <Debug> HTTP-Session: 9fdbde8b-3ebd-4ad3-88ab-ab013cf12ac3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11194 | 2024.09.03 23:56:30.507319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11195 | 2024.09.03 23:56:30.507367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11196 | 2024.09.03 23:56:30.507386 [ 3 ] {} <Debug> HTTP-Session: 3ffe9dd6-1782-4f7c-9fa3-f86790e0b60b Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11197 | 2024.09.03 23:56:30.507402 [ 3 ] {} <Debug> HTTP-Session: 3ffe9dd6-1782-4f7c-9fa3-f86790e0b60b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11198 | 2024.09.03 23:56:30.507417 [ 3 ] {} <Debug> HTTP-Session: 3ffe9dd6-1782-4f7c-9fa3-f86790e0b60b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11199 | 2024.09.03 23:56:30.507447 [ 3 ] {} <Trace> HTTP-Session: 3ffe9dd6-1782-4f7c-9fa3-f86790e0b60b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11200 | 2024.09.03 23:56:30.507542 [ 3 ] {9b1fb50b-3d1a-460c-b4b9-461318506ac5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11201 | 2024.09.03 23:56:30.507586 [ 3 ] {9b1fb50b-3d1a-460c-b4b9-461318506ac5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11202 | 2024.09.03 23:56:30.507715 [ 3 ] {9b1fb50b-3d1a-460c-b4b9-461318506ac5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11203 | 2024.09.03 23:56:30.508013 [ 3 ] {9b1fb50b-3d1a-460c-b4b9-461318506ac5} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11204 | 2024.09.03 23:56:30.508048 [ 3 ] {9b1fb50b-3d1a-460c-b4b9-461318506ac5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11205 | 2024.09.03 23:56:30.508399 [ 3 ] {9b1fb50b-3d1a-460c-b4b9-461318506ac5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
11206 | 2024.09.03 23:56:30.508709 [ 3 ] {9b1fb50b-3d1a-460c-b4b9-461318506ac5} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11207 | 2024.09.03 23:56:30.508863 [ 3 ] {9b1fb50b-3d1a-460c-b4b9-461318506ac5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001338 sec., 4484.304932735426 rows/sec., 234.29 KiB/sec. | ||
11208 | 2024.09.03 23:56:30.509027 [ 3 ] {9b1fb50b-3d1a-460c-b4b9-461318506ac5} <Debug> DynamicQueryHandler: Done processing query | ||
11209 | 2024.09.03 23:56:30.509051 [ 3 ] {9b1fb50b-3d1a-460c-b4b9-461318506ac5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11210 | 2024.09.03 23:56:30.509067 [ 3 ] {} <Debug> HTTP-Session: 3ffe9dd6-1782-4f7c-9fa3-f86790e0b60b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11211 | 2024.09.03 23:56:30.509223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 44650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11212 | 2024.09.03 23:56:30.509272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11213 | 2024.09.03 23:56:30.509291 [ 3 ] {} <Debug> HTTP-Session: 4af9d94e-7ad4-45de-a32f-1ad3f4dc493d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11214 | 2024.09.03 23:56:30.509308 [ 3 ] {} <Debug> HTTP-Session: 4af9d94e-7ad4-45de-a32f-1ad3f4dc493d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11215 | 2024.09.03 23:56:30.509322 [ 3 ] {} <Debug> HTTP-Session: 4af9d94e-7ad4-45de-a32f-1ad3f4dc493d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11216 | 2024.09.03 23:56:30.509352 [ 3 ] {} <Trace> HTTP-Session: 4af9d94e-7ad4-45de-a32f-1ad3f4dc493d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11217 | 2024.09.03 23:56:30.509554 [ 3 ] {48d2a364-be66-4128-be34-a46e3f205910} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11218 | 2024.09.03 23:56:30.509600 [ 3 ] {48d2a364-be66-4128-be34-a46e3f205910} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11219 | 2024.09.03 23:56:30.509743 [ 3 ] {48d2a364-be66-4128-be34-a46e3f205910} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11220 | 2024.09.03 23:56:30.510261 [ 3 ] {48d2a364-be66-4128-be34-a46e3f205910} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11221 | 2024.09.03 23:56:30.510320 [ 3 ] {48d2a364-be66-4128-be34-a46e3f205910} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11222 | 2024.09.03 23:56:30.510868 [ 3 ] {48d2a364-be66-4128-be34-a46e3f205910} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
11223 | 2024.09.03 23:56:30.511335 [ 3 ] {48d2a364-be66-4128-be34-a46e3f205910} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11224 | 2024.09.03 23:56:30.511549 [ 3 ] {48d2a364-be66-4128-be34-a46e3f205910} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002109 sec., 112375.533428165 rows/sec., 7.53 MiB/sec. | ||
11225 | 2024.09.03 23:56:30.511731 [ 3 ] {48d2a364-be66-4128-be34-a46e3f205910} <Debug> DynamicQueryHandler: Done processing query | ||
11226 | 2024.09.03 23:56:30.511755 [ 3 ] {48d2a364-be66-4128-be34-a46e3f205910} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11227 | 2024.09.03 23:56:30.511772 [ 3 ] {} <Debug> HTTP-Session: 4af9d94e-7ad4-45de-a32f-1ad3f4dc493d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11228 | 2024.09.03 23:56:30.511939 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11229 | 2024.09.03 23:56:30.512000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11230 | 2024.09.03 23:56:30.512023 [ 3 ] {} <Debug> HTTP-Session: 732a7470-7f06-4150-87a3-76e217aa35d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11231 | 2024.09.03 23:56:30.512039 [ 3 ] {} <Debug> HTTP-Session: 732a7470-7f06-4150-87a3-76e217aa35d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11232 | 2024.09.03 23:56:30.512054 [ 3 ] {} <Debug> HTTP-Session: 732a7470-7f06-4150-87a3-76e217aa35d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11233 | 2024.09.03 23:56:30.512086 [ 3 ] {} <Trace> HTTP-Session: 732a7470-7f06-4150-87a3-76e217aa35d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11234 | 2024.09.03 23:56:30.512200 [ 3 ] {99e24019-1d94-4f8f-8369-37c4821fcff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
11235 | 2024.09.03 23:56:30.512247 [ 3 ] {99e24019-1d94-4f8f-8369-37c4821fcff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11236 | 2024.09.03 23:56:30.512379 [ 3 ] {99e24019-1d94-4f8f-8369-37c4821fcff0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11237 | 2024.09.03 23:56:30.512682 [ 3 ] {99e24019-1d94-4f8f-8369-37c4821fcff0} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11238 | 2024.09.03 23:56:30.512718 [ 3 ] {99e24019-1d94-4f8f-8369-37c4821fcff0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11239 | 2024.09.03 23:56:30.513179 [ 3 ] {99e24019-1d94-4f8f-8369-37c4821fcff0} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
11240 | 2024.09.03 23:56:30.513517 [ 3 ] {99e24019-1d94-4f8f-8369-37c4821fcff0} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11241 | 2024.09.03 23:56:30.513677 [ 3 ] {99e24019-1d94-4f8f-8369-37c4821fcff0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001488 sec., 672.0430107526882 rows/sec., 45.28 KiB/sec. | ||
11242 | 2024.09.03 23:56:30.513973 [ 3 ] {99e24019-1d94-4f8f-8369-37c4821fcff0} <Debug> DynamicQueryHandler: Done processing query | ||
11243 | 2024.09.03 23:56:30.513998 [ 3 ] {99e24019-1d94-4f8f-8369-37c4821fcff0} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
11244 | 2024.09.03 23:56:30.514015 [ 3 ] {} <Debug> HTTP-Session: 732a7470-7f06-4150-87a3-76e217aa35d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11245 | 2024.09.03 23:56:30.514143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 10245, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11246 | 2024.09.03 23:56:30.514195 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11247 | 2024.09.03 23:56:30.514215 [ 3 ] {} <Debug> HTTP-Session: 184eb1ab-4d6f-4d0e-a646-b6d6fd2efa46 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11248 | 2024.09.03 23:56:30.514232 [ 3 ] {} <Debug> HTTP-Session: 184eb1ab-4d6f-4d0e-a646-b6d6fd2efa46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11249 | 2024.09.03 23:56:30.514246 [ 3 ] {} <Debug> HTTP-Session: 184eb1ab-4d6f-4d0e-a646-b6d6fd2efa46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11250 | 2024.09.03 23:56:30.514278 [ 3 ] {} <Trace> HTTP-Session: 184eb1ab-4d6f-4d0e-a646-b6d6fd2efa46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11251 | 2024.09.03 23:56:30.514440 [ 3 ] {96835076-1fea-4c7e-9031-806051e512e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
11252 | 2024.09.03 23:56:30.514511 [ 3 ] {96835076-1fea-4c7e-9031-806051e512e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11253 | 2024.09.03 23:56:30.514935 [ 3 ] {96835076-1fea-4c7e-9031-806051e512e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11254 | 2024.09.03 23:56:30.515440 [ 3 ] {96835076-1fea-4c7e-9031-806051e512e6} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11255 | 2024.09.03 23:56:30.515476 [ 3 ] {96835076-1fea-4c7e-9031-806051e512e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11256 | 2024.09.03 23:56:30.516051 [ 3 ] {96835076-1fea-4c7e-9031-806051e512e6} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
11257 | 2024.09.03 23:56:30.516457 [ 3 ] {96835076-1fea-4c7e-9031-806051e512e6} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11258 | 2024.09.03 23:56:30.516645 [ 77 ] {} <Debug> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
11259 | 2024.09.03 23:56:30.516659 [ 3 ] {96835076-1fea-4c7e-9031-806051e512e6} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002298 sec., 2610.9660574412533 rows/sec., 4.68 MiB/sec. | ||
11260 | 2024.09.03 23:56:30.516742 [ 77 ] {} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11261 | 2024.09.03 23:56:30.516831 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11262 | 2024.09.03 23:56:30.517039 [ 194 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
11263 | 2024.09.03 23:56:30.517125 [ 3 ] {96835076-1fea-4c7e-9031-806051e512e6} <Debug> DynamicQueryHandler: Done processing query | ||
11264 | 2024.09.03 23:56:30.517152 [ 3 ] {96835076-1fea-4c7e-9031-806051e512e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
11265 | 2024.09.03 23:56:30.517181 [ 3 ] {} <Debug> HTTP-Session: 184eb1ab-4d6f-4d0e-a646-b6d6fd2efa46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11266 | 2024.09.03 23:56:30.517334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11267 | 2024.09.03 23:56:30.517405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11268 | 2024.09.03 23:56:30.517411 [ 194 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11269 | 2024.09.03 23:56:30.517427 [ 3 ] {} <Debug> HTTP-Session: 5427e767-ea16-45e6-baea-a19d058dc7b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11270 | 2024.09.03 23:56:30.517454 [ 3 ] {} <Debug> HTTP-Session: 5427e767-ea16-45e6-baea-a19d058dc7b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11271 | 2024.09.03 23:56:30.517480 [ 3 ] {} <Debug> HTTP-Session: 5427e767-ea16-45e6-baea-a19d058dc7b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11272 | 2024.09.03 23:56:30.517502 [ 194 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 926 rows starting from the beginning of the part | ||
11273 | 2024.09.03 23:56:30.517523 [ 3 ] {} <Trace> HTTP-Session: 5427e767-ea16-45e6-baea-a19d058dc7b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11274 | 2024.09.03 23:56:30.517752 [ 3 ] {20700480-eed9-42b2-9a91-448c5940d784} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11275 | 2024.09.03 23:56:30.517917 [ 3 ] {20700480-eed9-42b2-9a91-448c5940d784} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11276 | 2024.09.03 23:56:30.518055 [ 194 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part | ||
11277 | 2024.09.03 23:56:30.518286 [ 3 ] {20700480-eed9-42b2-9a91-448c5940d784} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11278 | 2024.09.03 23:56:30.518679 [ 194 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 31 rows starting from the beginning of the part | ||
11279 | 2024.09.03 23:56:30.519302 [ 194 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part | ||
11280 | 2024.09.03 23:56:30.519356 [ 3 ] {20700480-eed9-42b2-9a91-448c5940d784} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11281 | 2024.09.03 23:56:30.519414 [ 3 ] {20700480-eed9-42b2-9a91-448c5940d784} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11282 | 2024.09.03 23:56:30.519774 [ 194 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 31 rows starting from the beginning of the part | ||
11283 | 2024.09.03 23:56:30.520247 [ 194 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part | ||
11284 | 2024.09.03 23:56:30.520397 [ 3 ] {20700480-eed9-42b2-9a91-448c5940d784} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
11285 | 2024.09.03 23:56:30.521017 [ 3 ] {20700480-eed9-42b2-9a91-448c5940d784} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11286 | 2024.09.03 23:56:30.521270 [ 3 ] {20700480-eed9-42b2-9a91-448c5940d784} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003653 sec., 22447.30358609362 rows/sec., 1.43 MiB/sec. | ||
11287 | 2024.09.03 23:56:30.521511 [ 3 ] {20700480-eed9-42b2-9a91-448c5940d784} <Debug> DynamicQueryHandler: Done processing query | ||
11288 | 2024.09.03 23:56:30.521539 [ 3 ] {20700480-eed9-42b2-9a91-448c5940d784} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11289 | 2024.09.03 23:56:30.521575 [ 3 ] {} <Debug> HTTP-Session: 5427e767-ea16-45e6-baea-a19d058dc7b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11290 | 2024.09.03 23:56:30.525135 [ 190 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1006 rows, containing 19 columns (19 merged, 0 gathered) in 0.008174296 sec., 123068.70218548486 rows/sec., 220.53 MiB/sec. | ||
11291 | 2024.09.03 23:56:30.526418 [ 190 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
11292 | 2024.09.03 23:56:30.526946 [ 190 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11293 | 2024.09.03 23:56:30.527027 [ 190 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
11294 | 2024.09.03 23:56:30.527125 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.19 MiB. | ||
11295 | 2024.09.03 23:56:33.280969 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11296 | 2024.09.03 23:56:33.281043 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11297 | 2024.09.03 23:56:35.491970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 17496, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11298 | 2024.09.03 23:56:35.492143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11299 | 2024.09.03 23:56:35.492189 [ 3 ] {} <Debug> HTTP-Session: ab571f86-5296-414a-b71a-9a9632cd2400 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11300 | 2024.09.03 23:56:35.492231 [ 3 ] {} <Debug> HTTP-Session: ab571f86-5296-414a-b71a-9a9632cd2400 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11301 | 2024.09.03 23:56:35.492260 [ 3 ] {} <Debug> HTTP-Session: ab571f86-5296-414a-b71a-9a9632cd2400 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11302 | 2024.09.03 23:56:35.492339 [ 3 ] {} <Trace> HTTP-Session: ab571f86-5296-414a-b71a-9a9632cd2400 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11303 | 2024.09.03 23:56:35.492703 [ 3 ] {f1d0a6df-dfc1-4211-9988-ba18dd63973b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11304 | 2024.09.03 23:56:35.492814 [ 3 ] {f1d0a6df-dfc1-4211-9988-ba18dd63973b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11305 | 2024.09.03 23:56:35.493187 [ 3 ] {f1d0a6df-dfc1-4211-9988-ba18dd63973b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11306 | 2024.09.03 23:56:35.493821 [ 3 ] {f1d0a6df-dfc1-4211-9988-ba18dd63973b} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11307 | 2024.09.03 23:56:35.493864 [ 3 ] {f1d0a6df-dfc1-4211-9988-ba18dd63973b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11308 | 2024.09.03 23:56:35.494291 [ 3 ] {f1d0a6df-dfc1-4211-9988-ba18dd63973b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11309 | 2024.09.03 23:56:35.494675 [ 3 ] {f1d0a6df-dfc1-4211-9988-ba18dd63973b} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11310 | 2024.09.03 23:56:35.494836 [ 3 ] {f1d0a6df-dfc1-4211-9988-ba18dd63973b} <Debug> executeQuery: Read 118 rows, 10.31 KiB in 0.002271 sec., 51959.48921180097 rows/sec., 4.43 MiB/sec. | ||
11311 | 2024.09.03 23:56:35.495092 [ 3 ] {f1d0a6df-dfc1-4211-9988-ba18dd63973b} <Debug> DynamicQueryHandler: Done processing query | ||
11312 | 2024.09.03 23:56:35.495129 [ 3 ] {f1d0a6df-dfc1-4211-9988-ba18dd63973b} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
11313 | 2024.09.03 23:56:35.495161 [ 3 ] {} <Debug> HTTP-Session: ab571f86-5296-414a-b71a-9a9632cd2400 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11314 | 2024.09.03 23:56:35.495337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 4494, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11315 | 2024.09.03 23:56:35.495389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11316 | 2024.09.03 23:56:35.495409 [ 3 ] {} <Debug> HTTP-Session: 89737f77-2ff8-4e65-a475-d6bc5f231f95 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11317 | 2024.09.03 23:56:35.495426 [ 3 ] {} <Debug> HTTP-Session: 89737f77-2ff8-4e65-a475-d6bc5f231f95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11318 | 2024.09.03 23:56:35.495440 [ 3 ] {} <Debug> HTTP-Session: 89737f77-2ff8-4e65-a475-d6bc5f231f95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11319 | 2024.09.03 23:56:35.495472 [ 3 ] {} <Trace> HTTP-Session: 89737f77-2ff8-4e65-a475-d6bc5f231f95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11320 | 2024.09.03 23:56:35.495578 [ 3 ] {0244293b-57d1-4fd6-a047-3ce74f850853} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11321 | 2024.09.03 23:56:35.495623 [ 3 ] {0244293b-57d1-4fd6-a047-3ce74f850853} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11322 | 2024.09.03 23:56:35.495858 [ 3 ] {0244293b-57d1-4fd6-a047-3ce74f850853} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11323 | 2024.09.03 23:56:35.496215 [ 3 ] {0244293b-57d1-4fd6-a047-3ce74f850853} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11324 | 2024.09.03 23:56:35.496252 [ 3 ] {0244293b-57d1-4fd6-a047-3ce74f850853} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11325 | 2024.09.03 23:56:35.496609 [ 3 ] {0244293b-57d1-4fd6-a047-3ce74f850853} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
11326 | 2024.09.03 23:56:35.496963 [ 3 ] {0244293b-57d1-4fd6-a047-3ce74f850853} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11327 | 2024.09.03 23:56:35.497119 [ 3 ] {0244293b-57d1-4fd6-a047-3ce74f850853} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001568 sec., 19770.408163265307 rows/sec., 1.45 MiB/sec. | ||
11328 | 2024.09.03 23:56:35.497297 [ 3 ] {0244293b-57d1-4fd6-a047-3ce74f850853} <Debug> DynamicQueryHandler: Done processing query | ||
11329 | 2024.09.03 23:56:35.497321 [ 3 ] {0244293b-57d1-4fd6-a047-3ce74f850853} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11330 | 2024.09.03 23:56:35.497338 [ 3 ] {} <Debug> HTTP-Session: 89737f77-2ff8-4e65-a475-d6bc5f231f95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11331 | 2024.09.03 23:56:35.497511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 16129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11332 | 2024.09.03 23:56:35.497561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11333 | 2024.09.03 23:56:35.497582 [ 3 ] {} <Debug> HTTP-Session: b7399716-3362-498b-a4a3-a46abca954fa Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11334 | 2024.09.03 23:56:35.497598 [ 3 ] {} <Debug> HTTP-Session: b7399716-3362-498b-a4a3-a46abca954fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11335 | 2024.09.03 23:56:35.497612 [ 3 ] {} <Debug> HTTP-Session: b7399716-3362-498b-a4a3-a46abca954fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11336 | 2024.09.03 23:56:35.497644 [ 3 ] {} <Trace> HTTP-Session: b7399716-3362-498b-a4a3-a46abca954fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11337 | 2024.09.03 23:56:35.497769 [ 3 ] {ffe5c6ab-6f64-4aba-aae3-c8af75c1e803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11338 | 2024.09.03 23:56:35.497813 [ 3 ] {ffe5c6ab-6f64-4aba-aae3-c8af75c1e803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11339 | 2024.09.03 23:56:35.498040 [ 3 ] {ffe5c6ab-6f64-4aba-aae3-c8af75c1e803} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11340 | 2024.09.03 23:56:35.498421 [ 3 ] {ffe5c6ab-6f64-4aba-aae3-c8af75c1e803} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11341 | 2024.09.03 23:56:35.498458 [ 3 ] {ffe5c6ab-6f64-4aba-aae3-c8af75c1e803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11342 | 2024.09.03 23:56:35.498817 [ 3 ] {ffe5c6ab-6f64-4aba-aae3-c8af75c1e803} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11343 | 2024.09.03 23:56:35.499181 [ 3 ] {ffe5c6ab-6f64-4aba-aae3-c8af75c1e803} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11344 | 2024.09.03 23:56:35.499348 [ 3 ] {ffe5c6ab-6f64-4aba-aae3-c8af75c1e803} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001619 sec., 58678.196417541694 rows/sec., 4.58 MiB/sec. | ||
11345 | 2024.09.03 23:56:35.499528 [ 3 ] {ffe5c6ab-6f64-4aba-aae3-c8af75c1e803} <Debug> DynamicQueryHandler: Done processing query | ||
11346 | 2024.09.03 23:56:35.499553 [ 3 ] {ffe5c6ab-6f64-4aba-aae3-c8af75c1e803} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
11347 | 2024.09.03 23:56:35.499569 [ 3 ] {} <Debug> HTTP-Session: b7399716-3362-498b-a4a3-a46abca954fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11348 | 2024.09.03 23:56:35.499787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11349 | 2024.09.03 23:56:35.499838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11350 | 2024.09.03 23:56:35.499859 [ 3 ] {} <Debug> HTTP-Session: e36e2bd1-1c2a-41d5-a02f-08bb6ce645f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11351 | 2024.09.03 23:56:35.499875 [ 3 ] {} <Debug> HTTP-Session: e36e2bd1-1c2a-41d5-a02f-08bb6ce645f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11352 | 2024.09.03 23:56:35.499890 [ 3 ] {} <Debug> HTTP-Session: e36e2bd1-1c2a-41d5-a02f-08bb6ce645f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11353 | 2024.09.03 23:56:35.499922 [ 3 ] {} <Trace> HTTP-Session: e36e2bd1-1c2a-41d5-a02f-08bb6ce645f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11354 | 2024.09.03 23:56:35.500074 [ 3 ] {6058a329-b426-4084-94d9-2f2047728dd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11355 | 2024.09.03 23:56:35.500122 [ 3 ] {6058a329-b426-4084-94d9-2f2047728dd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11356 | 2024.09.03 23:56:35.500271 [ 3 ] {6058a329-b426-4084-94d9-2f2047728dd0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11357 | 2024.09.03 23:56:35.500652 [ 3 ] {6058a329-b426-4084-94d9-2f2047728dd0} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11358 | 2024.09.03 23:56:35.500687 [ 3 ] {6058a329-b426-4084-94d9-2f2047728dd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11359 | 2024.09.03 23:56:35.501068 [ 3 ] {6058a329-b426-4084-94d9-2f2047728dd0} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11360 | 2024.09.03 23:56:35.501403 [ 3 ] {6058a329-b426-4084-94d9-2f2047728dd0} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11361 | 2024.09.03 23:56:35.501558 [ 3 ] {6058a329-b426-4084-94d9-2f2047728dd0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001552 sec., 103092.78350515464 rows/sec., 7.18 MiB/sec. | ||
11362 | 2024.09.03 23:56:35.501726 [ 3 ] {6058a329-b426-4084-94d9-2f2047728dd0} <Debug> DynamicQueryHandler: Done processing query | ||
11363 | 2024.09.03 23:56:35.501749 [ 3 ] {6058a329-b426-4084-94d9-2f2047728dd0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11364 | 2024.09.03 23:56:35.501766 [ 3 ] {} <Debug> HTTP-Session: e36e2bd1-1c2a-41d5-a02f-08bb6ce645f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11365 | 2024.09.03 23:56:35.501991 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 51873, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11366 | 2024.09.03 23:56:35.502040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11367 | 2024.09.03 23:56:35.502060 [ 3 ] {} <Debug> HTTP-Session: bbe68f14-aa82-460b-8e9e-21b3ec61967c Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11368 | 2024.09.03 23:56:35.502076 [ 3 ] {} <Debug> HTTP-Session: bbe68f14-aa82-460b-8e9e-21b3ec61967c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11369 | 2024.09.03 23:56:35.502090 [ 3 ] {} <Debug> HTTP-Session: bbe68f14-aa82-460b-8e9e-21b3ec61967c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11370 | 2024.09.03 23:56:35.502120 [ 3 ] {} <Trace> HTTP-Session: bbe68f14-aa82-460b-8e9e-21b3ec61967c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11371 | 2024.09.03 23:56:35.502430 [ 3 ] {26356b54-98a4-4416-a183-ccec47dba165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
11372 | 2024.09.03 23:56:35.502494 [ 3 ] {26356b54-98a4-4416-a183-ccec47dba165} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11373 | 2024.09.03 23:56:35.502903 [ 3 ] {26356b54-98a4-4416-a183-ccec47dba165} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11374 | 2024.09.03 23:56:35.503544 [ 3 ] {26356b54-98a4-4416-a183-ccec47dba165} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11375 | 2024.09.03 23:56:35.503580 [ 3 ] {26356b54-98a4-4416-a183-ccec47dba165} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11376 | 2024.09.03 23:56:35.504206 [ 3 ] {26356b54-98a4-4416-a183-ccec47dba165} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
11377 | 2024.09.03 23:56:35.504607 [ 3 ] {26356b54-98a4-4416-a183-ccec47dba165} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11378 | 2024.09.03 23:56:35.504792 [ 3 ] {26356b54-98a4-4416-a183-ccec47dba165} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002577 sec., 12029.491656965465 rows/sec., 21.56 MiB/sec. | ||
11379 | 2024.09.03 23:56:35.505016 [ 3 ] {26356b54-98a4-4416-a183-ccec47dba165} <Debug> DynamicQueryHandler: Done processing query | ||
11380 | 2024.09.03 23:56:35.505041 [ 3 ] {26356b54-98a4-4416-a183-ccec47dba165} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
11381 | 2024.09.03 23:56:35.505056 [ 3 ] {} <Debug> HTTP-Session: bbe68f14-aa82-460b-8e9e-21b3ec61967c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11382 | 2024.09.03 23:56:35.505184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11383 | 2024.09.03 23:56:35.505233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11384 | 2024.09.03 23:56:35.505251 [ 3 ] {} <Debug> HTTP-Session: c9459cfe-2104-4365-8137-968d350ffa5a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11385 | 2024.09.03 23:56:35.505267 [ 3 ] {} <Debug> HTTP-Session: c9459cfe-2104-4365-8137-968d350ffa5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11386 | 2024.09.03 23:56:35.505282 [ 3 ] {} <Debug> HTTP-Session: c9459cfe-2104-4365-8137-968d350ffa5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11387 | 2024.09.03 23:56:35.505312 [ 3 ] {} <Trace> HTTP-Session: c9459cfe-2104-4365-8137-968d350ffa5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11388 | 2024.09.03 23:56:35.505422 [ 3 ] {c9d8156d-e1a7-4105-8ca6-30fe30df457a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11389 | 2024.09.03 23:56:35.505465 [ 3 ] {c9d8156d-e1a7-4105-8ca6-30fe30df457a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11390 | 2024.09.03 23:56:35.505593 [ 3 ] {c9d8156d-e1a7-4105-8ca6-30fe30df457a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11391 | 2024.09.03 23:56:35.505912 [ 3 ] {c9d8156d-e1a7-4105-8ca6-30fe30df457a} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11392 | 2024.09.03 23:56:35.505947 [ 3 ] {c9d8156d-e1a7-4105-8ca6-30fe30df457a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11393 | 2024.09.03 23:56:35.506311 [ 3 ] {c9d8156d-e1a7-4105-8ca6-30fe30df457a} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11394 | 2024.09.03 23:56:35.506633 [ 3 ] {c9d8156d-e1a7-4105-8ca6-30fe30df457a} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11395 | 2024.09.03 23:56:35.506786 [ 3 ] {c9d8156d-e1a7-4105-8ca6-30fe30df457a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001398 sec., 42918.45493562232 rows/sec., 2.89 MiB/sec. | ||
11396 | 2024.09.03 23:56:35.506960 [ 3 ] {c9d8156d-e1a7-4105-8ca6-30fe30df457a} <Debug> DynamicQueryHandler: Done processing query | ||
11397 | 2024.09.03 23:56:35.506985 [ 3 ] {c9d8156d-e1a7-4105-8ca6-30fe30df457a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11398 | 2024.09.03 23:56:35.507002 [ 3 ] {} <Debug> HTTP-Session: c9459cfe-2104-4365-8137-968d350ffa5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11399 | 2024.09.03 23:56:40.495123 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11400 | 2024.09.03 23:56:40.495277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11401 | 2024.09.03 23:56:40.495308 [ 3 ] {} <Debug> HTTP-Session: a2154628-afad-4afa-ab79-c6e3211c31c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11402 | 2024.09.03 23:56:40.495337 [ 3 ] {} <Debug> HTTP-Session: a2154628-afad-4afa-ab79-c6e3211c31c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11403 | 2024.09.03 23:56:40.495355 [ 3 ] {} <Debug> HTTP-Session: a2154628-afad-4afa-ab79-c6e3211c31c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11404 | 2024.09.03 23:56:40.495413 [ 3 ] {} <Trace> HTTP-Session: a2154628-afad-4afa-ab79-c6e3211c31c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11405 | 2024.09.03 23:56:40.495626 [ 3 ] {d8fc001f-85eb-40ae-a1e0-3fd25acbc89c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11406 | 2024.09.03 23:56:40.495706 [ 3 ] {d8fc001f-85eb-40ae-a1e0-3fd25acbc89c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11407 | 2024.09.03 23:56:40.496102 [ 3 ] {d8fc001f-85eb-40ae-a1e0-3fd25acbc89c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11408 | 2024.09.03 23:56:40.496529 [ 3 ] {d8fc001f-85eb-40ae-a1e0-3fd25acbc89c} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11409 | 2024.09.03 23:56:40.496578 [ 3 ] {d8fc001f-85eb-40ae-a1e0-3fd25acbc89c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11410 | 2024.09.03 23:56:40.497006 [ 3 ] {d8fc001f-85eb-40ae-a1e0-3fd25acbc89c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
11411 | 2024.09.03 23:56:40.497397 [ 3 ] {d8fc001f-85eb-40ae-a1e0-3fd25acbc89c} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11412 | 2024.09.03 23:56:40.497586 [ 3 ] {d8fc001f-85eb-40ae-a1e0-3fd25acbc89c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002025 sec., 1975.3086419753088 rows/sec., 161.07 KiB/sec. | ||
11413 | 2024.09.03 23:56:40.497808 [ 3 ] {d8fc001f-85eb-40ae-a1e0-3fd25acbc89c} <Debug> DynamicQueryHandler: Done processing query | ||
11414 | 2024.09.03 23:56:40.497837 [ 3 ] {d8fc001f-85eb-40ae-a1e0-3fd25acbc89c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11415 | 2024.09.03 23:56:40.497855 [ 3 ] {} <Debug> HTTP-Session: a2154628-afad-4afa-ab79-c6e3211c31c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11416 | 2024.09.03 23:56:40.498070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11417 | 2024.09.03 23:56:40.498131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11418 | 2024.09.03 23:56:40.498151 [ 3 ] {} <Debug> HTTP-Session: e8022969-39f5-44fc-9565-a0846ae437b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11419 | 2024.09.03 23:56:40.498170 [ 3 ] {} <Debug> HTTP-Session: e8022969-39f5-44fc-9565-a0846ae437b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11420 | 2024.09.03 23:56:40.498185 [ 3 ] {} <Debug> HTTP-Session: e8022969-39f5-44fc-9565-a0846ae437b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11421 | 2024.09.03 23:56:40.498221 [ 3 ] {} <Trace> HTTP-Session: e8022969-39f5-44fc-9565-a0846ae437b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11422 | 2024.09.03 23:56:40.498380 [ 3 ] {9241cb38-4382-491b-b71f-408030a54eef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11423 | 2024.09.03 23:56:40.498428 [ 3 ] {9241cb38-4382-491b-b71f-408030a54eef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11424 | 2024.09.03 23:56:40.498668 [ 3 ] {9241cb38-4382-491b-b71f-408030a54eef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11425 | 2024.09.03 23:56:40.499236 [ 3 ] {9241cb38-4382-491b-b71f-408030a54eef} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11426 | 2024.09.03 23:56:40.499277 [ 3 ] {9241cb38-4382-491b-b71f-408030a54eef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11427 | 2024.09.03 23:56:40.499658 [ 3 ] {9241cb38-4382-491b-b71f-408030a54eef} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11428 | 2024.09.03 23:56:40.500018 [ 3 ] {9241cb38-4382-491b-b71f-408030a54eef} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11429 | 2024.09.03 23:56:40.500180 [ 3 ] {9241cb38-4382-491b-b71f-408030a54eef} <Debug> executeQuery: Read 203 rows, 18.17 KiB in 0.001867 sec., 108730.58382431709 rows/sec., 9.51 MiB/sec. | ||
11430 | 2024.09.03 23:56:40.500360 [ 3 ] {9241cb38-4382-491b-b71f-408030a54eef} <Debug> DynamicQueryHandler: Done processing query | ||
11431 | 2024.09.03 23:56:40.500385 [ 3 ] {9241cb38-4382-491b-b71f-408030a54eef} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11432 | 2024.09.03 23:56:40.500401 [ 3 ] {} <Debug> HTTP-Session: e8022969-39f5-44fc-9565-a0846ae437b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11433 | 2024.09.03 23:56:40.500525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1468, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11434 | 2024.09.03 23:56:40.500580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11435 | 2024.09.03 23:56:40.500599 [ 3 ] {} <Debug> HTTP-Session: d521ca0c-3104-4050-b5a2-806e5decdf08 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11436 | 2024.09.03 23:56:40.500616 [ 3 ] {} <Debug> HTTP-Session: d521ca0c-3104-4050-b5a2-806e5decdf08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11437 | 2024.09.03 23:56:40.500630 [ 3 ] {} <Debug> HTTP-Session: d521ca0c-3104-4050-b5a2-806e5decdf08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11438 | 2024.09.03 23:56:40.500662 [ 3 ] {} <Trace> HTTP-Session: d521ca0c-3104-4050-b5a2-806e5decdf08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11439 | 2024.09.03 23:56:40.500764 [ 3 ] {a4e26eb6-8e3c-4164-8eb8-f43302a80734} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11440 | 2024.09.03 23:56:40.500809 [ 3 ] {a4e26eb6-8e3c-4164-8eb8-f43302a80734} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11441 | 2024.09.03 23:56:40.501037 [ 3 ] {a4e26eb6-8e3c-4164-8eb8-f43302a80734} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11442 | 2024.09.03 23:56:40.501337 [ 3 ] {a4e26eb6-8e3c-4164-8eb8-f43302a80734} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11443 | 2024.09.03 23:56:40.501374 [ 3 ] {a4e26eb6-8e3c-4164-8eb8-f43302a80734} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11444 | 2024.09.03 23:56:40.501725 [ 3 ] {a4e26eb6-8e3c-4164-8eb8-f43302a80734} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
11445 | 2024.09.03 23:56:40.502094 [ 3 ] {a4e26eb6-8e3c-4164-8eb8-f43302a80734} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11446 | 2024.09.03 23:56:40.502256 [ 3 ] {a4e26eb6-8e3c-4164-8eb8-f43302a80734} <Debug> executeQuery: Read 10 rows, 748.00 B in 0.001507 sec., 6635.700066357001 rows/sec., 484.72 KiB/sec. | ||
11447 | 2024.09.03 23:56:40.502427 [ 3 ] {a4e26eb6-8e3c-4164-8eb8-f43302a80734} <Debug> DynamicQueryHandler: Done processing query | ||
11448 | 2024.09.03 23:56:40.502452 [ 3 ] {a4e26eb6-8e3c-4164-8eb8-f43302a80734} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11449 | 2024.09.03 23:56:40.502468 [ 3 ] {} <Debug> HTTP-Session: d521ca0c-3104-4050-b5a2-806e5decdf08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11450 | 2024.09.03 23:56:40.502587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11451 | 2024.09.03 23:56:40.502637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11452 | 2024.09.03 23:56:40.502655 [ 3 ] {} <Debug> HTTP-Session: 8436fd99-916c-4416-bd9c-10daa8918654 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11453 | 2024.09.03 23:56:40.502672 [ 3 ] {} <Debug> HTTP-Session: 8436fd99-916c-4416-bd9c-10daa8918654 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11454 | 2024.09.03 23:56:40.502685 [ 3 ] {} <Debug> HTTP-Session: 8436fd99-916c-4416-bd9c-10daa8918654 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11455 | 2024.09.03 23:56:40.502716 [ 3 ] {} <Trace> HTTP-Session: 8436fd99-916c-4416-bd9c-10daa8918654 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11456 | 2024.09.03 23:56:40.502813 [ 3 ] {7c1968a5-fd24-420d-afff-3556d49fb51c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11457 | 2024.09.03 23:56:40.502855 [ 3 ] {7c1968a5-fd24-420d-afff-3556d49fb51c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11458 | 2024.09.03 23:56:40.503073 [ 3 ] {7c1968a5-fd24-420d-afff-3556d49fb51c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11459 | 2024.09.03 23:56:40.503375 [ 3 ] {7c1968a5-fd24-420d-afff-3556d49fb51c} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11460 | 2024.09.03 23:56:40.503411 [ 3 ] {7c1968a5-fd24-420d-afff-3556d49fb51c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11461 | 2024.09.03 23:56:40.503758 [ 3 ] {7c1968a5-fd24-420d-afff-3556d49fb51c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
11462 | 2024.09.03 23:56:40.504112 [ 3 ] {7c1968a5-fd24-420d-afff-3556d49fb51c} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11463 | 2024.09.03 23:56:40.504278 [ 3 ] {7c1968a5-fd24-420d-afff-3556d49fb51c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001481 sec., 9453.072248480757 rows/sec., 662.03 KiB/sec. | ||
11464 | 2024.09.03 23:56:40.504556 [ 3 ] {7c1968a5-fd24-420d-afff-3556d49fb51c} <Debug> DynamicQueryHandler: Done processing query | ||
11465 | 2024.09.03 23:56:40.504612 [ 3 ] {7c1968a5-fd24-420d-afff-3556d49fb51c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11466 | 2024.09.03 23:56:40.504636 [ 3 ] {} <Debug> HTTP-Session: 8436fd99-916c-4416-bd9c-10daa8918654 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11467 | 2024.09.03 23:56:40.504753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11468 | 2024.09.03 23:56:40.504802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11469 | 2024.09.03 23:56:40.504821 [ 3 ] {} <Debug> HTTP-Session: e00b6685-b548-429f-b8f2-b210e6c0a34e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11470 | 2024.09.03 23:56:40.504838 [ 3 ] {} <Debug> HTTP-Session: e00b6685-b548-429f-b8f2-b210e6c0a34e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11471 | 2024.09.03 23:56:40.504851 [ 3 ] {} <Debug> HTTP-Session: e00b6685-b548-429f-b8f2-b210e6c0a34e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11472 | 2024.09.03 23:56:40.504882 [ 3 ] {} <Trace> HTTP-Session: e00b6685-b548-429f-b8f2-b210e6c0a34e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11473 | 2024.09.03 23:56:40.504980 [ 3 ] {1ad3366b-aa4b-44bc-b07f-c2100cd1c4cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
11474 | 2024.09.03 23:56:40.505023 [ 3 ] {1ad3366b-aa4b-44bc-b07f-c2100cd1c4cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11475 | 2024.09.03 23:56:40.505261 [ 3 ] {1ad3366b-aa4b-44bc-b07f-c2100cd1c4cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11476 | 2024.09.03 23:56:40.505624 [ 3 ] {1ad3366b-aa4b-44bc-b07f-c2100cd1c4cb} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11477 | 2024.09.03 23:56:40.505660 [ 3 ] {1ad3366b-aa4b-44bc-b07f-c2100cd1c4cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11478 | 2024.09.03 23:56:40.505996 [ 3 ] {1ad3366b-aa4b-44bc-b07f-c2100cd1c4cb} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
11479 | 2024.09.03 23:56:40.506341 [ 3 ] {1ad3366b-aa4b-44bc-b07f-c2100cd1c4cb} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11480 | 2024.09.03 23:56:40.506490 [ 3 ] {1ad3366b-aa4b-44bc-b07f-c2100cd1c4cb} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00153 sec., 3921.568627450981 rows/sec., 231.69 KiB/sec. | ||
11481 | 2024.09.03 23:56:40.506511 [ 111 ] {} <Debug> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
11482 | 2024.09.03 23:56:40.506636 [ 111 ] {} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11483 | 2024.09.03 23:56:40.506672 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11484 | 2024.09.03 23:56:40.506747 [ 3 ] {1ad3366b-aa4b-44bc-b07f-c2100cd1c4cb} <Debug> DynamicQueryHandler: Done processing query | ||
11485 | 2024.09.03 23:56:40.506823 [ 3 ] {1ad3366b-aa4b-44bc-b07f-c2100cd1c4cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11486 | 2024.09.03 23:56:40.506909 [ 3 ] {} <Debug> HTTP-Session: e00b6685-b548-429f-b8f2-b210e6c0a34e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11487 | 2024.09.03 23:56:40.506996 [ 199 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
11488 | 2024.09.03 23:56:40.507260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 63465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11489 | 2024.09.03 23:56:40.507390 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11490 | 2024.09.03 23:56:40.507428 [ 199 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11491 | 2024.09.03 23:56:40.507439 [ 3 ] {} <Debug> HTTP-Session: 62087b8f-2e67-4a62-90db-b3431ba01d7a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11492 | 2024.09.03 23:56:40.507494 [ 3 ] {} <Debug> HTTP-Session: 62087b8f-2e67-4a62-90db-b3431ba01d7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11493 | 2024.09.03 23:56:40.507500 [ 199 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
11494 | 2024.09.03 23:56:40.507514 [ 3 ] {} <Debug> HTTP-Session: 62087b8f-2e67-4a62-90db-b3431ba01d7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11495 | 2024.09.03 23:56:40.507588 [ 3 ] {} <Trace> HTTP-Session: 62087b8f-2e67-4a62-90db-b3431ba01d7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11496 | 2024.09.03 23:56:40.507735 [ 199 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
11497 | 2024.09.03 23:56:40.508133 [ 199 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
11498 | 2024.09.03 23:56:40.508237 [ 3 ] {6c95c920-70fa-4368-af9f-74904bc4fcee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11499 | 2024.09.03 23:56:40.508394 [ 199 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
11500 | 2024.09.03 23:56:40.508436 [ 3 ] {6c95c920-70fa-4368-af9f-74904bc4fcee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11501 | 2024.09.03 23:56:40.508762 [ 199 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
11502 | 2024.09.03 23:56:40.509589 [ 3 ] {6c95c920-70fa-4368-af9f-74904bc4fcee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11503 | 2024.09.03 23:56:40.510844 [ 3 ] {6c95c920-70fa-4368-af9f-74904bc4fcee} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11504 | 2024.09.03 23:56:40.510913 [ 3 ] {6c95c920-70fa-4368-af9f-74904bc4fcee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11505 | 2024.09.03 23:56:40.511357 [ 199 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004582349 sec., 6546.860573037977 rows/sec., 415.57 KiB/sec. | ||
11506 | 2024.09.03 23:56:40.511540 [ 199 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
11507 | 2024.09.03 23:56:40.511874 [ 3 ] {6c95c920-70fa-4368-af9f-74904bc4fcee} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11508 | 2024.09.03 23:56:40.512600 [ 199 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_29_7} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11509 | 2024.09.03 23:56:40.512786 [ 199 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_29_7} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
11510 | 2024.09.03 23:56:40.512797 [ 3 ] {6c95c920-70fa-4368-af9f-74904bc4fcee} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11511 | 2024.09.03 23:56:40.512934 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11512 | 2024.09.03 23:56:40.513109 [ 3 ] {6c95c920-70fa-4368-af9f-74904bc4fcee} <Debug> executeQuery: Read 392 rows, 28.49 KiB in 0.005271 sec., 74369.18990703851 rows/sec., 5.28 MiB/sec. | ||
11513 | 2024.09.03 23:56:40.513449 [ 3 ] {6c95c920-70fa-4368-af9f-74904bc4fcee} <Debug> DynamicQueryHandler: Done processing query | ||
11514 | 2024.09.03 23:56:40.513513 [ 3 ] {6c95c920-70fa-4368-af9f-74904bc4fcee} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
11515 | 2024.09.03 23:56:40.513555 [ 3 ] {} <Debug> HTTP-Session: 62087b8f-2e67-4a62-90db-b3431ba01d7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11516 | 2024.09.03 23:56:40.513702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11517 | 2024.09.03 23:56:40.513751 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11518 | 2024.09.03 23:56:40.513771 [ 3 ] {} <Debug> HTTP-Session: 4b45afe7-d06a-43cd-a650-343264715ea0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11519 | 2024.09.03 23:56:40.513787 [ 3 ] {} <Debug> HTTP-Session: 4b45afe7-d06a-43cd-a650-343264715ea0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11520 | 2024.09.03 23:56:40.513801 [ 3 ] {} <Debug> HTTP-Session: 4b45afe7-d06a-43cd-a650-343264715ea0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11521 | 2024.09.03 23:56:40.513832 [ 3 ] {} <Trace> HTTP-Session: 4b45afe7-d06a-43cd-a650-343264715ea0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11522 | 2024.09.03 23:56:40.513931 [ 3 ] {6be1a2e9-aaa8-426c-8dce-b9e34607ef31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11523 | 2024.09.03 23:56:40.513976 [ 3 ] {6be1a2e9-aaa8-426c-8dce-b9e34607ef31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11524 | 2024.09.03 23:56:40.514125 [ 3 ] {6be1a2e9-aaa8-426c-8dce-b9e34607ef31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11525 | 2024.09.03 23:56:40.514399 [ 3 ] {6be1a2e9-aaa8-426c-8dce-b9e34607ef31} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11526 | 2024.09.03 23:56:40.514433 [ 3 ] {6be1a2e9-aaa8-426c-8dce-b9e34607ef31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11527 | 2024.09.03 23:56:40.514788 [ 3 ] {6be1a2e9-aaa8-426c-8dce-b9e34607ef31} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
11528 | 2024.09.03 23:56:40.515114 [ 3 ] {6be1a2e9-aaa8-426c-8dce-b9e34607ef31} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11529 | 2024.09.03 23:56:40.515275 [ 3 ] {6be1a2e9-aaa8-426c-8dce-b9e34607ef31} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001361 sec., 4408.52314474651 rows/sec., 230.33 KiB/sec. | ||
11530 | 2024.09.03 23:56:40.515437 [ 3 ] {6be1a2e9-aaa8-426c-8dce-b9e34607ef31} <Debug> DynamicQueryHandler: Done processing query | ||
11531 | 2024.09.03 23:56:40.515461 [ 3 ] {6be1a2e9-aaa8-426c-8dce-b9e34607ef31} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11532 | 2024.09.03 23:56:40.515476 [ 3 ] {} <Debug> HTTP-Session: 4b45afe7-d06a-43cd-a650-343264715ea0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11533 | 2024.09.03 23:56:40.515653 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 45030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11534 | 2024.09.03 23:56:40.515702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11535 | 2024.09.03 23:56:40.515721 [ 3 ] {} <Debug> HTTP-Session: 15c3d29e-7b40-47cb-bd27-0f5441c5a66a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11536 | 2024.09.03 23:56:40.515737 [ 3 ] {} <Debug> HTTP-Session: 15c3d29e-7b40-47cb-bd27-0f5441c5a66a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11537 | 2024.09.03 23:56:40.515751 [ 3 ] {} <Debug> HTTP-Session: 15c3d29e-7b40-47cb-bd27-0f5441c5a66a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11538 | 2024.09.03 23:56:40.515782 [ 3 ] {} <Trace> HTTP-Session: 15c3d29e-7b40-47cb-bd27-0f5441c5a66a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11539 | 2024.09.03 23:56:40.515964 [ 3 ] {d59c2d38-b063-4f29-9f70-04982c804841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11540 | 2024.09.03 23:56:40.516009 [ 3 ] {d59c2d38-b063-4f29-9f70-04982c804841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11541 | 2024.09.03 23:56:40.516151 [ 3 ] {d59c2d38-b063-4f29-9f70-04982c804841} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11542 | 2024.09.03 23:56:40.516603 [ 3 ] {d59c2d38-b063-4f29-9f70-04982c804841} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11543 | 2024.09.03 23:56:40.516637 [ 3 ] {d59c2d38-b063-4f29-9f70-04982c804841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11544 | 2024.09.03 23:56:40.517011 [ 3 ] {d59c2d38-b063-4f29-9f70-04982c804841} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11545 | 2024.09.03 23:56:40.517346 [ 3 ] {d59c2d38-b063-4f29-9f70-04982c804841} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11546 | 2024.09.03 23:56:40.517512 [ 3 ] {d59c2d38-b063-4f29-9f70-04982c804841} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001633 sec., 146356.39926515616 rows/sec., 9.81 MiB/sec. | ||
11547 | 2024.09.03 23:56:40.517679 [ 3 ] {d59c2d38-b063-4f29-9f70-04982c804841} <Debug> DynamicQueryHandler: Done processing query | ||
11548 | 2024.09.03 23:56:40.517703 [ 3 ] {d59c2d38-b063-4f29-9f70-04982c804841} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11549 | 2024.09.03 23:56:40.517718 [ 3 ] {} <Debug> HTTP-Session: 15c3d29e-7b40-47cb-bd27-0f5441c5a66a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11550 | 2024.09.03 23:56:40.517839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11551 | 2024.09.03 23:56:40.517887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11552 | 2024.09.03 23:56:40.517906 [ 3 ] {} <Debug> HTTP-Session: e478dbdc-dea7-4d91-a6d2-9f52a92b6a2a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11553 | 2024.09.03 23:56:40.517921 [ 3 ] {} <Debug> HTTP-Session: e478dbdc-dea7-4d91-a6d2-9f52a92b6a2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11554 | 2024.09.03 23:56:40.517935 [ 3 ] {} <Debug> HTTP-Session: e478dbdc-dea7-4d91-a6d2-9f52a92b6a2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11555 | 2024.09.03 23:56:40.517965 [ 3 ] {} <Trace> HTTP-Session: e478dbdc-dea7-4d91-a6d2-9f52a92b6a2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11556 | 2024.09.03 23:56:40.518056 [ 3 ] {70fe6166-6455-46c5-b7bc-d99b8e7ca143} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
11557 | 2024.09.03 23:56:40.518100 [ 3 ] {70fe6166-6455-46c5-b7bc-d99b8e7ca143} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11558 | 2024.09.03 23:56:40.518229 [ 3 ] {70fe6166-6455-46c5-b7bc-d99b8e7ca143} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11559 | 2024.09.03 23:56:40.518492 [ 3 ] {70fe6166-6455-46c5-b7bc-d99b8e7ca143} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11560 | 2024.09.03 23:56:40.518537 [ 3 ] {70fe6166-6455-46c5-b7bc-d99b8e7ca143} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11561 | 2024.09.03 23:56:40.518897 [ 3 ] {70fe6166-6455-46c5-b7bc-d99b8e7ca143} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
11562 | 2024.09.03 23:56:40.519214 [ 3 ] {70fe6166-6455-46c5-b7bc-d99b8e7ca143} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11563 | 2024.09.03 23:56:40.519368 [ 3 ] {70fe6166-6455-46c5-b7bc-d99b8e7ca143} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001326 sec., 754.1478129713424 rows/sec., 50.82 KiB/sec. | ||
11564 | 2024.09.03 23:56:40.519533 [ 3 ] {70fe6166-6455-46c5-b7bc-d99b8e7ca143} <Debug> DynamicQueryHandler: Done processing query | ||
11565 | 2024.09.03 23:56:40.519561 [ 3 ] {70fe6166-6455-46c5-b7bc-d99b8e7ca143} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
11566 | 2024.09.03 23:56:40.519584 [ 3 ] {} <Debug> HTTP-Session: e478dbdc-dea7-4d91-a6d2-9f52a92b6a2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11567 | 2024.09.03 23:56:40.519716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 10218, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11568 | 2024.09.03 23:56:40.519764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11569 | 2024.09.03 23:56:40.519784 [ 3 ] {} <Debug> HTTP-Session: 59b3bbd3-659c-4992-9f6d-614ae7b45f51 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11570 | 2024.09.03 23:56:40.519800 [ 3 ] {} <Debug> HTTP-Session: 59b3bbd3-659c-4992-9f6d-614ae7b45f51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11571 | 2024.09.03 23:56:40.519814 [ 3 ] {} <Debug> HTTP-Session: 59b3bbd3-659c-4992-9f6d-614ae7b45f51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11572 | 2024.09.03 23:56:40.519844 [ 3 ] {} <Trace> HTTP-Session: 59b3bbd3-659c-4992-9f6d-614ae7b45f51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11573 | 2024.09.03 23:56:40.520000 [ 3 ] {ab12c2ce-556d-419d-900f-ca1c5eea58b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
11574 | 2024.09.03 23:56:40.520065 [ 3 ] {ab12c2ce-556d-419d-900f-ca1c5eea58b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11575 | 2024.09.03 23:56:40.520484 [ 3 ] {ab12c2ce-556d-419d-900f-ca1c5eea58b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11576 | 2024.09.03 23:56:40.521001 [ 3 ] {ab12c2ce-556d-419d-900f-ca1c5eea58b1} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11577 | 2024.09.03 23:56:40.521038 [ 3 ] {ab12c2ce-556d-419d-900f-ca1c5eea58b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11578 | 2024.09.03 23:56:40.521634 [ 3 ] {ab12c2ce-556d-419d-900f-ca1c5eea58b1} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
11579 | 2024.09.03 23:56:40.522033 [ 3 ] {ab12c2ce-556d-419d-900f-ca1c5eea58b1} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11580 | 2024.09.03 23:56:40.522219 [ 3 ] {ab12c2ce-556d-419d-900f-ca1c5eea58b1} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002303 sec., 2605.297438124186 rows/sec., 4.67 MiB/sec. | ||
11581 | 2024.09.03 23:56:40.522433 [ 3 ] {ab12c2ce-556d-419d-900f-ca1c5eea58b1} <Debug> DynamicQueryHandler: Done processing query | ||
11582 | 2024.09.03 23:56:40.522456 [ 3 ] {ab12c2ce-556d-419d-900f-ca1c5eea58b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
11583 | 2024.09.03 23:56:40.522471 [ 3 ] {} <Debug> HTTP-Session: 59b3bbd3-659c-4992-9f6d-614ae7b45f51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11584 | 2024.09.03 23:56:40.522598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11585 | 2024.09.03 23:56:40.522646 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11586 | 2024.09.03 23:56:40.522665 [ 3 ] {} <Debug> HTTP-Session: 7925d669-1920-4c07-a5a3-3e574f10e8f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11587 | 2024.09.03 23:56:40.522681 [ 3 ] {} <Debug> HTTP-Session: 7925d669-1920-4c07-a5a3-3e574f10e8f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11588 | 2024.09.03 23:56:40.522694 [ 3 ] {} <Debug> HTTP-Session: 7925d669-1920-4c07-a5a3-3e574f10e8f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11589 | 2024.09.03 23:56:40.522725 [ 3 ] {} <Trace> HTTP-Session: 7925d669-1920-4c07-a5a3-3e574f10e8f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11590 | 2024.09.03 23:56:40.522846 [ 3 ] {71f220a6-c991-46e4-90b7-0ef0ac03e473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11591 | 2024.09.03 23:56:40.522889 [ 3 ] {71f220a6-c991-46e4-90b7-0ef0ac03e473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11592 | 2024.09.03 23:56:40.523014 [ 3 ] {71f220a6-c991-46e4-90b7-0ef0ac03e473} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11593 | 2024.09.03 23:56:40.523331 [ 3 ] {71f220a6-c991-46e4-90b7-0ef0ac03e473} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11594 | 2024.09.03 23:56:40.523366 [ 3 ] {71f220a6-c991-46e4-90b7-0ef0ac03e473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11595 | 2024.09.03 23:56:40.523720 [ 3 ] {71f220a6-c991-46e4-90b7-0ef0ac03e473} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11596 | 2024.09.03 23:56:40.524042 [ 3 ] {71f220a6-c991-46e4-90b7-0ef0ac03e473} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11597 | 2024.09.03 23:56:40.524202 [ 3 ] {71f220a6-c991-46e4-90b7-0ef0ac03e473} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001394 sec., 58823.529411764706 rows/sec., 3.74 MiB/sec. | ||
11598 | 2024.09.03 23:56:40.524360 [ 3 ] {71f220a6-c991-46e4-90b7-0ef0ac03e473} <Debug> DynamicQueryHandler: Done processing query | ||
11599 | 2024.09.03 23:56:40.524384 [ 3 ] {71f220a6-c991-46e4-90b7-0ef0ac03e473} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11600 | 2024.09.03 23:56:40.524399 [ 3 ] {} <Debug> HTTP-Session: 7925d669-1920-4c07-a5a3-3e574f10e8f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11601 | 2024.09.03 23:56:45.492167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11602 | 2024.09.03 23:56:45.492304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11603 | 2024.09.03 23:56:45.492335 [ 3 ] {} <Debug> HTTP-Session: 65db19e6-ee95-4eaa-a64c-ac50df3cccda Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11604 | 2024.09.03 23:56:45.492365 [ 3 ] {} <Debug> HTTP-Session: 65db19e6-ee95-4eaa-a64c-ac50df3cccda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11605 | 2024.09.03 23:56:45.492383 [ 3 ] {} <Debug> HTTP-Session: 65db19e6-ee95-4eaa-a64c-ac50df3cccda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11606 | 2024.09.03 23:56:45.492440 [ 3 ] {} <Trace> HTTP-Session: 65db19e6-ee95-4eaa-a64c-ac50df3cccda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11607 | 2024.09.03 23:56:45.492646 [ 3 ] {e7af7b7c-8873-4df5-bc2e-82f64e323eb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11608 | 2024.09.03 23:56:45.492722 [ 3 ] {e7af7b7c-8873-4df5-bc2e-82f64e323eb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11609 | 2024.09.03 23:56:45.493110 [ 3 ] {e7af7b7c-8873-4df5-bc2e-82f64e323eb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11610 | 2024.09.03 23:56:45.493583 [ 3 ] {e7af7b7c-8873-4df5-bc2e-82f64e323eb5} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11611 | 2024.09.03 23:56:45.493631 [ 3 ] {e7af7b7c-8873-4df5-bc2e-82f64e323eb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11612 | 2024.09.03 23:56:45.494044 [ 3 ] {e7af7b7c-8873-4df5-bc2e-82f64e323eb5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
11613 | 2024.09.03 23:56:45.494433 [ 3 ] {e7af7b7c-8873-4df5-bc2e-82f64e323eb5} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11614 | 2024.09.03 23:56:45.494604 [ 3 ] {e7af7b7c-8873-4df5-bc2e-82f64e323eb5} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002016 sec., 1984.126984126984 rows/sec., 161.79 KiB/sec. | ||
11615 | 2024.09.03 23:56:45.494867 [ 3 ] {e7af7b7c-8873-4df5-bc2e-82f64e323eb5} <Debug> DynamicQueryHandler: Done processing query | ||
11616 | 2024.09.03 23:56:45.494895 [ 3 ] {e7af7b7c-8873-4df5-bc2e-82f64e323eb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11617 | 2024.09.03 23:56:45.494912 [ 3 ] {} <Debug> HTTP-Session: 65db19e6-ee95-4eaa-a64c-ac50df3cccda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11618 | 2024.09.03 23:56:45.495107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 17763, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11619 | 2024.09.03 23:56:45.495165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11620 | 2024.09.03 23:56:45.495185 [ 3 ] {} <Debug> HTTP-Session: 45b72621-fa5e-4542-bbc7-71e02d353bc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11621 | 2024.09.03 23:56:45.495203 [ 3 ] {} <Debug> HTTP-Session: 45b72621-fa5e-4542-bbc7-71e02d353bc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11622 | 2024.09.03 23:56:45.495217 [ 3 ] {} <Debug> HTTP-Session: 45b72621-fa5e-4542-bbc7-71e02d353bc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11623 | 2024.09.03 23:56:45.495254 [ 3 ] {} <Trace> HTTP-Session: 45b72621-fa5e-4542-bbc7-71e02d353bc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11624 | 2024.09.03 23:56:45.495391 [ 3 ] {22e7f562-a495-45fe-873a-4e457f2ed92b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11625 | 2024.09.03 23:56:45.495439 [ 3 ] {22e7f562-a495-45fe-873a-4e457f2ed92b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11626 | 2024.09.03 23:56:45.495674 [ 3 ] {22e7f562-a495-45fe-873a-4e457f2ed92b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11627 | 2024.09.03 23:56:45.496138 [ 3 ] {22e7f562-a495-45fe-873a-4e457f2ed92b} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11628 | 2024.09.03 23:56:45.496176 [ 3 ] {22e7f562-a495-45fe-873a-4e457f2ed92b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11629 | 2024.09.03 23:56:45.496536 [ 3 ] {22e7f562-a495-45fe-873a-4e457f2ed92b} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11630 | 2024.09.03 23:56:45.496891 [ 3 ] {22e7f562-a495-45fe-873a-4e457f2ed92b} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11631 | 2024.09.03 23:56:45.497049 [ 3 ] {22e7f562-a495-45fe-873a-4e457f2ed92b} <Debug> executeQuery: Read 120 rows, 10.46 KiB in 0.001712 sec., 70093.45794392524 rows/sec., 5.96 MiB/sec. | ||
11632 | 2024.09.03 23:56:45.497064 [ 104 ] {} <Debug> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11633 | 2024.09.03 23:56:45.497165 [ 104 ] {} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11634 | 2024.09.03 23:56:45.497213 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11635 | 2024.09.03 23:56:45.497314 [ 3 ] {22e7f562-a495-45fe-873a-4e457f2ed92b} <Debug> DynamicQueryHandler: Done processing query | ||
11636 | 2024.09.03 23:56:45.497350 [ 3 ] {22e7f562-a495-45fe-873a-4e457f2ed92b} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
11637 | 2024.09.03 23:56:45.497355 [ 190 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::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 | ||
11638 | 2024.09.03 23:56:45.497367 [ 3 ] {} <Debug> HTTP-Session: 45b72621-fa5e-4542-bbc7-71e02d353bc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11639 | 2024.09.03 23:56:45.497487 [ 190 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11640 | 2024.09.03 23:56:45.497524 [ 190 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1413 rows starting from the beginning of the part | ||
11641 | 2024.09.03 23:56:45.497533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 5054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11642 | 2024.09.03 23:56:45.497605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11643 | 2024.09.03 23:56:45.497624 [ 190 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1258 rows starting from the beginning of the part | ||
11644 | 2024.09.03 23:56:45.497655 [ 3 ] {} <Debug> HTTP-Session: dac15745-180c-4005-b01c-53488827ca15 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11645 | 2024.09.03 23:56:45.497711 [ 3 ] {} <Debug> HTTP-Session: dac15745-180c-4005-b01c-53488827ca15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11646 | 2024.09.03 23:56:45.497811 [ 3 ] {} <Debug> HTTP-Session: dac15745-180c-4005-b01c-53488827ca15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11647 | 2024.09.03 23:56:45.497954 [ 190 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 201 rows starting from the beginning of the part | ||
11648 | 2024.09.03 23:56:45.497959 [ 3 ] {} <Trace> HTTP-Session: dac15745-180c-4005-b01c-53488827ca15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11649 | 2024.09.03 23:56:45.498230 [ 190 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 118 rows starting from the beginning of the part | ||
11650 | 2024.09.03 23:56:45.498316 [ 3 ] {267ad548-0e2e-4f90-8cc9-840ff2aaa61f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11651 | 2024.09.03 23:56:45.498347 [ 190 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 203 rows starting from the beginning of the part | ||
11652 | 2024.09.03 23:56:45.498431 [ 3 ] {267ad548-0e2e-4f90-8cc9-840ff2aaa61f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11653 | 2024.09.03 23:56:45.498775 [ 190 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 120 rows starting from the beginning of the part | ||
11654 | 2024.09.03 23:56:45.499267 [ 3 ] {267ad548-0e2e-4f90-8cc9-840ff2aaa61f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11655 | 2024.09.03 23:56:45.499749 [ 3 ] {267ad548-0e2e-4f90-8cc9-840ff2aaa61f} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11656 | 2024.09.03 23:56:45.499799 [ 3 ] {267ad548-0e2e-4f90-8cc9-840ff2aaa61f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11657 | 2024.09.03 23:56:45.500329 [ 3 ] {267ad548-0e2e-4f90-8cc9-840ff2aaa61f} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
11658 | 2024.09.03 23:56:45.500725 [ 3 ] {267ad548-0e2e-4f90-8cc9-840ff2aaa61f} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11659 | 2024.09.03 23:56:45.501071 [ 3 ] {267ad548-0e2e-4f90-8cc9-840ff2aaa61f} <Debug> executeQuery: Read 35 rows, 2.61 KiB in 0.00284 sec., 12323.94366197183 rows/sec., 919.14 KiB/sec. | ||
11660 | 2024.09.03 23:56:45.501363 [ 203 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3313 rows, containing 5 columns (5 merged, 0 gathered) in 0.004063227 sec., 815361.780181122 rows/sec., 71.63 MiB/sec. | ||
11661 | 2024.09.03 23:56:45.501769 [ 3 ] {267ad548-0e2e-4f90-8cc9-840ff2aaa61f} <Debug> DynamicQueryHandler: Done processing query | ||
11662 | 2024.09.03 23:56:45.501836 [ 203 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11663 | 2024.09.03 23:56:45.501858 [ 3 ] {267ad548-0e2e-4f90-8cc9-840ff2aaa61f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11664 | 2024.09.03 23:56:45.501974 [ 3 ] {} <Debug> HTTP-Session: dac15745-180c-4005-b01c-53488827ca15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11665 | 2024.09.03 23:56:45.502191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 16813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11666 | 2024.09.03 23:56:45.502318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11667 | 2024.09.03 23:56:45.502403 [ 3 ] {} <Debug> HTTP-Session: d2dd502a-3f9d-4a81-b7a3-fced22cbb67a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11668 | 2024.09.03 23:56:45.502470 [ 3 ] {} <Debug> HTTP-Session: d2dd502a-3f9d-4a81-b7a3-fced22cbb67a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11669 | 2024.09.03 23:56:45.502524 [ 3 ] {} <Debug> HTTP-Session: d2dd502a-3f9d-4a81-b7a3-fced22cbb67a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11670 | 2024.09.03 23:56:45.502625 [ 3 ] {} <Trace> HTTP-Session: d2dd502a-3f9d-4a81-b7a3-fced22cbb67a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11671 | 2024.09.03 23:56:45.502849 [ 3 ] {9e58eed0-6643-423c-9ccb-95b21024d0f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11672 | 2024.09.03 23:56:45.502926 [ 203 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_61_12} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11673 | 2024.09.03 23:56:45.502940 [ 3 ] {9e58eed0-6643-423c-9ccb-95b21024d0f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11674 | 2024.09.03 23:56:45.503169 [ 203 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_61_12} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11675 | 2024.09.03 23:56:45.503384 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
11676 | 2024.09.03 23:56:45.503524 [ 3 ] {9e58eed0-6643-423c-9ccb-95b21024d0f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11677 | 2024.09.03 23:56:45.503941 [ 3 ] {9e58eed0-6643-423c-9ccb-95b21024d0f3} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11678 | 2024.09.03 23:56:45.503980 [ 3 ] {9e58eed0-6643-423c-9ccb-95b21024d0f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11679 | 2024.09.03 23:56:45.504340 [ 3 ] {9e58eed0-6643-423c-9ccb-95b21024d0f3} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11680 | 2024.09.03 23:56:45.504696 [ 3 ] {9e58eed0-6643-423c-9ccb-95b21024d0f3} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11681 | 2024.09.03 23:56:45.504849 [ 3 ] {9e58eed0-6643-423c-9ccb-95b21024d0f3} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.002099 sec., 47165.316817532155 rows/sec., 3.69 MiB/sec. | ||
11682 | 2024.09.03 23:56:45.504865 [ 104 ] {} <Debug> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11683 | 2024.09.03 23:56:45.504949 [ 104 ] {} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11684 | 2024.09.03 23:56:45.504984 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11685 | 2024.09.03 23:56:45.505161 [ 3 ] {9e58eed0-6643-423c-9ccb-95b21024d0f3} <Debug> DynamicQueryHandler: Done processing query | ||
11686 | 2024.09.03 23:56:45.505175 [ 196 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::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 | ||
11687 | 2024.09.03 23:56:45.505194 [ 3 ] {9e58eed0-6643-423c-9ccb-95b21024d0f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11688 | 2024.09.03 23:56:45.505250 [ 3 ] {} <Debug> HTTP-Session: d2dd502a-3f9d-4a81-b7a3-fced22cbb67a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11689 | 2024.09.03 23:56:45.505402 [ 196 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11690 | 2024.09.03 23:56:45.505459 [ 196 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 911 rows starting from the beginning of the part | ||
11691 | 2024.09.03 23:56:45.505484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 31023, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11692 | 2024.09.03 23:56:45.505629 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11693 | 2024.09.03 23:56:45.505697 [ 196 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 551 rows starting from the beginning of the part | ||
11694 | 2024.09.03 23:56:45.505726 [ 3 ] {} <Debug> HTTP-Session: d0671f68-3392-41bc-8ebd-b9f89dcf2c71 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11695 | 2024.09.03 23:56:45.505800 [ 3 ] {} <Debug> HTTP-Session: d0671f68-3392-41bc-8ebd-b9f89dcf2c71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11696 | 2024.09.03 23:56:45.505845 [ 3 ] {} <Debug> HTTP-Session: d0671f68-3392-41bc-8ebd-b9f89dcf2c71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11697 | 2024.09.03 23:56:45.505973 [ 3 ] {} <Trace> HTTP-Session: d0671f68-3392-41bc-8ebd-b9f89dcf2c71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11698 | 2024.09.03 23:56:45.506079 [ 196 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 388 rows starting from the beginning of the part | ||
11699 | 2024.09.03 23:56:45.506303 [ 196 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 95 rows starting from the beginning of the part | ||
11700 | 2024.09.03 23:56:45.506428 [ 3 ] {34b94fdb-befc-4a6c-ba91-31296bf105a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11701 | 2024.09.03 23:56:45.506579 [ 196 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 392 rows starting from the beginning of the part | ||
11702 | 2024.09.03 23:56:45.506678 [ 3 ] {34b94fdb-befc-4a6c-ba91-31296bf105a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11703 | 2024.09.03 23:56:45.506904 [ 196 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 99 rows starting from the beginning of the part | ||
11704 | 2024.09.03 23:56:45.507718 [ 3 ] {34b94fdb-befc-4a6c-ba91-31296bf105a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11705 | 2024.09.03 23:56:45.508551 [ 3 ] {34b94fdb-befc-4a6c-ba91-31296bf105a6} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11706 | 2024.09.03 23:56:45.508616 [ 3 ] {34b94fdb-befc-4a6c-ba91-31296bf105a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11707 | 2024.09.03 23:56:45.509468 [ 3 ] {34b94fdb-befc-4a6c-ba91-31296bf105a6} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11708 | 2024.09.03 23:56:45.510137 [ 3 ] {34b94fdb-befc-4a6c-ba91-31296bf105a6} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11709 | 2024.09.03 23:56:45.510173 [ 196 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2436 rows, containing 5 columns (5 merged, 0 gathered) in 0.00508369 sec., 479179.4936355285 rows/sec., 36.77 MiB/sec. | ||
11710 | 2024.09.03 23:56:45.510391 [ 104 ] {} <Debug> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11711 | 2024.09.03 23:56:45.510417 [ 3 ] {34b94fdb-befc-4a6c-ba91-31296bf105a6} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.004226 sec., 38334.122101277804 rows/sec., 2.67 MiB/sec. | ||
11712 | 2024.09.03 23:56:45.510470 [ 104 ] {} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11713 | 2024.09.03 23:56:45.510471 [ 196 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11714 | 2024.09.03 23:56:45.510571 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11715 | 2024.09.03 23:56:45.511004 [ 187 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::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 | ||
11716 | 2024.09.03 23:56:45.511222 [ 3 ] {34b94fdb-befc-4a6c-ba91-31296bf105a6} <Debug> DynamicQueryHandler: Done processing query | ||
11717 | 2024.09.03 23:56:45.511446 [ 3 ] {34b94fdb-befc-4a6c-ba91-31296bf105a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11718 | 2024.09.03 23:56:45.511679 [ 3 ] {} <Debug> HTTP-Session: d0671f68-3392-41bc-8ebd-b9f89dcf2c71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11719 | 2024.09.03 23:56:45.511758 [ 187 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11720 | 2024.09.03 23:56:45.511834 [ 187 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17341 rows starting from the beginning of the part | ||
11721 | 2024.09.03 23:56:45.512112 [ 187 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 844 rows starting from the beginning of the part | ||
11722 | 2024.09.03 23:56:45.512138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 51898, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11723 | 2024.09.03 23:56:45.512154 [ 196 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_61_12} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11724 | 2024.09.03 23:56:45.512539 [ 187 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 237 rows starting from the beginning of the part | ||
11725 | 2024.09.03 23:56:45.512594 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11726 | 2024.09.03 23:56:45.512673 [ 196 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_61_12} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11727 | 2024.09.03 23:56:45.512847 [ 3 ] {} <Debug> HTTP-Session: 71c83e49-dbc4-4075-b2d9-f7eab41e0780 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11728 | 2024.09.03 23:56:45.512918 [ 187 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part | ||
11729 | 2024.09.03 23:56:45.513041 [ 3 ] {} <Debug> HTTP-Session: 71c83e49-dbc4-4075-b2d9-f7eab41e0780 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11730 | 2024.09.03 23:56:45.513114 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
11731 | 2024.09.03 23:56:45.513310 [ 187 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 239 rows starting from the beginning of the part | ||
11732 | 2024.09.03 23:56:45.513410 [ 3 ] {} <Debug> HTTP-Session: 71c83e49-dbc4-4075-b2d9-f7eab41e0780 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11733 | 2024.09.03 23:56:45.513618 [ 187 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 162 rows starting from the beginning of the part | ||
11734 | 2024.09.03 23:56:45.513625 [ 3 ] {} <Trace> HTTP-Session: 71c83e49-dbc4-4075-b2d9-f7eab41e0780 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11735 | 2024.09.03 23:56:45.514320 [ 3 ] {09448852-a21c-4916-9418-5fb7a2a68b6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
11736 | 2024.09.03 23:56:45.514506 [ 3 ] {09448852-a21c-4916-9418-5fb7a2a68b6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11737 | 2024.09.03 23:56:45.515182 [ 3 ] {09448852-a21c-4916-9418-5fb7a2a68b6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11738 | 2024.09.03 23:56:45.516905 [ 3 ] {09448852-a21c-4916-9418-5fb7a2a68b6a} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11739 | 2024.09.03 23:56:45.516986 [ 3 ] {09448852-a21c-4916-9418-5fb7a2a68b6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11740 | 2024.09.03 23:56:45.518130 [ 3 ] {09448852-a21c-4916-9418-5fb7a2a68b6a} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
11741 | 2024.09.03 23:56:45.519056 [ 3 ] {09448852-a21c-4916-9418-5fb7a2a68b6a} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11742 | 2024.09.03 23:56:45.519264 [ 3 ] {09448852-a21c-4916-9418-5fb7a2a68b6a} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00535 sec., 5794.392523364486 rows/sec., 10.38 MiB/sec. | ||
11743 | 2024.09.03 23:56:45.519634 [ 3 ] {09448852-a21c-4916-9418-5fb7a2a68b6a} <Debug> DynamicQueryHandler: Done processing query | ||
11744 | 2024.09.03 23:56:45.519697 [ 3 ] {09448852-a21c-4916-9418-5fb7a2a68b6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
11745 | 2024.09.03 23:56:45.519726 [ 3 ] {} <Debug> HTTP-Session: 71c83e49-dbc4-4075-b2d9-f7eab41e0780 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11746 | 2024.09.03 23:56:45.519866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11747 | 2024.09.03 23:56:45.519916 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11748 | 2024.09.03 23:56:45.519936 [ 3 ] {} <Debug> HTTP-Session: 82ec684a-0f3d-42d2-9a70-29e140d64478 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11749 | 2024.09.03 23:56:45.519955 [ 3 ] {} <Debug> HTTP-Session: 82ec684a-0f3d-42d2-9a70-29e140d64478 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11750 | 2024.09.03 23:56:45.519977 [ 3 ] {} <Debug> HTTP-Session: 82ec684a-0f3d-42d2-9a70-29e140d64478 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11751 | 2024.09.03 23:56:45.520018 [ 3 ] {} <Trace> HTTP-Session: 82ec684a-0f3d-42d2-9a70-29e140d64478 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11752 | 2024.09.03 23:56:45.520174 [ 3 ] {eda7b4b1-4f38-4be5-8510-60e5a78084e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11753 | 2024.09.03 23:56:45.520222 [ 3 ] {eda7b4b1-4f38-4be5-8510-60e5a78084e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11754 | 2024.09.03 23:56:45.520420 [ 3 ] {eda7b4b1-4f38-4be5-8510-60e5a78084e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11755 | 2024.09.03 23:56:45.520813 [ 3 ] {eda7b4b1-4f38-4be5-8510-60e5a78084e5} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11756 | 2024.09.03 23:56:45.520902 [ 3 ] {eda7b4b1-4f38-4be5-8510-60e5a78084e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11757 | 2024.09.03 23:56:45.521351 [ 3 ] {eda7b4b1-4f38-4be5-8510-60e5a78084e5} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11758 | 2024.09.03 23:56:45.522117 [ 3 ] {eda7b4b1-4f38-4be5-8510-60e5a78084e5} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11759 | 2024.09.03 23:56:45.522224 [ 187 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18983 rows, containing 5 columns (5 merged, 0 gathered) in 0.011485467 sec., 1652784.3404190706 rows/sec., 111.50 MiB/sec. | ||
11760 | 2024.09.03 23:56:45.522391 [ 3 ] {eda7b4b1-4f38-4be5-8510-60e5a78084e5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002278 sec., 26338.893766461806 rows/sec., 1.78 MiB/sec. | ||
11761 | 2024.09.03 23:56:45.522391 [ 106 ] {} <Debug> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11762 | 2024.09.03 23:56:45.522561 [ 187 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11763 | 2024.09.03 23:56:45.522562 [ 106 ] {} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11764 | 2024.09.03 23:56:45.522682 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
11765 | 2024.09.03 23:56:45.522888 [ 3 ] {eda7b4b1-4f38-4be5-8510-60e5a78084e5} <Debug> DynamicQueryHandler: Done processing query | ||
11766 | 2024.09.03 23:56:45.522999 [ 3 ] {eda7b4b1-4f38-4be5-8510-60e5a78084e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11767 | 2024.09.03 23:56:45.523073 [ 3 ] {} <Debug> HTTP-Session: 82ec684a-0f3d-42d2-9a70-29e140d64478 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11768 | 2024.09.03 23:56:45.523087 [ 195 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
11769 | 2024.09.03 23:56:45.523363 [ 195 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11770 | 2024.09.03 23:56:45.523398 [ 195 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3468 rows starting from the beginning of the part | ||
11771 | 2024.09.03 23:56:45.523498 [ 195 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part | ||
11772 | 2024.09.03 23:56:45.523562 [ 187 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11773 | 2024.09.03 23:56:45.523751 [ 195 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 82 rows starting from the beginning of the part | ||
11774 | 2024.09.03 23:56:45.523943 [ 187 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11775 | 2024.09.03 23:56:45.524059 [ 195 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part | ||
11776 | 2024.09.03 23:56:45.524177 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.18 MiB. | ||
11777 | 2024.09.03 23:56:45.524319 [ 195 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 82 rows starting from the beginning of the part | ||
11778 | 2024.09.03 23:56:45.524423 [ 195 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part | ||
11779 | 2024.09.03 23:56:45.525857 [ 200 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3812 rows, containing 4 columns (4 merged, 0 gathered) in 0.003025635 sec., 1259900.8142092486 rows/sec., 82.01 MiB/sec. | ||
11780 | 2024.09.03 23:56:45.526192 [ 197 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11781 | 2024.09.03 23:56:45.526658 [ 197 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_61_12} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11782 | 2024.09.03 23:56:45.526752 [ 197 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_61_12} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11783 | 2024.09.03 23:56:45.526857 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
11784 | 2024.09.03 23:56:46.000167 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.82 MiB, peak 213.13 MiB, free memory in arenas 0.00 B, will set to 203.01 MiB (RSS), difference: 1.19 MiB | ||
11785 | 2024.09.03 23:56:48.281084 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11786 | 2024.09.03 23:56:48.281148 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11787 | 2024.09.03 23:56:50.496391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11788 | 2024.09.03 23:56:50.496503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11789 | 2024.09.03 23:56:50.496528 [ 3 ] {} <Debug> HTTP-Session: ba539a8f-192c-4292-84b1-c256d6b9a94f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11790 | 2024.09.03 23:56:50.496552 [ 3 ] {} <Debug> HTTP-Session: ba539a8f-192c-4292-84b1-c256d6b9a94f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11791 | 2024.09.03 23:56:50.496568 [ 3 ] {} <Debug> HTTP-Session: ba539a8f-192c-4292-84b1-c256d6b9a94f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11792 | 2024.09.03 23:56:50.496617 [ 3 ] {} <Trace> HTTP-Session: ba539a8f-192c-4292-84b1-c256d6b9a94f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11793 | 2024.09.03 23:56:50.496800 [ 3 ] {992da849-3c20-450a-9cf9-1c958b640253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11794 | 2024.09.03 23:56:50.496867 [ 3 ] {992da849-3c20-450a-9cf9-1c958b640253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11795 | 2024.09.03 23:56:50.497205 [ 3 ] {992da849-3c20-450a-9cf9-1c958b640253} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11796 | 2024.09.03 23:56:50.497636 [ 3 ] {992da849-3c20-450a-9cf9-1c958b640253} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11797 | 2024.09.03 23:56:50.497678 [ 3 ] {992da849-3c20-450a-9cf9-1c958b640253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
11798 | 2024.09.03 23:56:50.498102 [ 3 ] {992da849-3c20-450a-9cf9-1c958b640253} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
11799 | 2024.09.03 23:56:50.498502 [ 3 ] {992da849-3c20-450a-9cf9-1c958b640253} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11800 | 2024.09.03 23:56:50.498664 [ 3 ] {992da849-3c20-450a-9cf9-1c958b640253} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001922 sec., 2081.1654526534858 rows/sec., 169.70 KiB/sec. | ||
11801 | 2024.09.03 23:56:50.498890 [ 3 ] {992da849-3c20-450a-9cf9-1c958b640253} <Debug> DynamicQueryHandler: Done processing query | ||
11802 | 2024.09.03 23:56:50.498919 [ 3 ] {992da849-3c20-450a-9cf9-1c958b640253} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11803 | 2024.09.03 23:56:50.498937 [ 3 ] {} <Debug> HTTP-Session: ba539a8f-192c-4292-84b1-c256d6b9a94f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11804 | 2024.09.03 23:56:50.499166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11805 | 2024.09.03 23:56:50.499250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11806 | 2024.09.03 23:56:50.499278 [ 3 ] {} <Debug> HTTP-Session: 6132d7fa-696e-43b0-b725-3a8074f42b61 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11807 | 2024.09.03 23:56:50.499301 [ 3 ] {} <Debug> HTTP-Session: 6132d7fa-696e-43b0-b725-3a8074f42b61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11808 | 2024.09.03 23:56:50.499319 [ 3 ] {} <Debug> HTTP-Session: 6132d7fa-696e-43b0-b725-3a8074f42b61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11809 | 2024.09.03 23:56:50.499364 [ 3 ] {} <Trace> HTTP-Session: 6132d7fa-696e-43b0-b725-3a8074f42b61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11810 | 2024.09.03 23:56:50.499552 [ 3 ] {87733d44-7913-4c19-8875-dd580a90142e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11811 | 2024.09.03 23:56:50.499602 [ 3 ] {87733d44-7913-4c19-8875-dd580a90142e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11812 | 2024.09.03 23:56:50.499847 [ 3 ] {87733d44-7913-4c19-8875-dd580a90142e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11813 | 2024.09.03 23:56:50.500319 [ 3 ] {87733d44-7913-4c19-8875-dd580a90142e} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11814 | 2024.09.03 23:56:50.500356 [ 3 ] {87733d44-7913-4c19-8875-dd580a90142e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
11815 | 2024.09.03 23:56:50.500745 [ 3 ] {87733d44-7913-4c19-8875-dd580a90142e} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11816 | 2024.09.03 23:56:50.501128 [ 3 ] {87733d44-7913-4c19-8875-dd580a90142e} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11817 | 2024.09.03 23:56:50.501288 [ 3 ] {87733d44-7913-4c19-8875-dd580a90142e} <Debug> executeQuery: Read 203 rows, 18.17 KiB in 0.001812 sec., 112030.9050772627 rows/sec., 9.79 MiB/sec. | ||
11818 | 2024.09.03 23:56:50.501474 [ 3 ] {87733d44-7913-4c19-8875-dd580a90142e} <Debug> DynamicQueryHandler: Done processing query | ||
11819 | 2024.09.03 23:56:50.501501 [ 3 ] {87733d44-7913-4c19-8875-dd580a90142e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11820 | 2024.09.03 23:56:50.501517 [ 3 ] {} <Debug> HTTP-Session: 6132d7fa-696e-43b0-b725-3a8074f42b61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11821 | 2024.09.03 23:56:50.501686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1467, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11822 | 2024.09.03 23:56:50.501737 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11823 | 2024.09.03 23:56:50.501758 [ 3 ] {} <Debug> HTTP-Session: fd1f5cd1-aa47-49e6-b95e-d260289338f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11824 | 2024.09.03 23:56:50.501775 [ 3 ] {} <Debug> HTTP-Session: fd1f5cd1-aa47-49e6-b95e-d260289338f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11825 | 2024.09.03 23:56:50.501788 [ 3 ] {} <Debug> HTTP-Session: fd1f5cd1-aa47-49e6-b95e-d260289338f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11826 | 2024.09.03 23:56:50.501822 [ 3 ] {} <Trace> HTTP-Session: fd1f5cd1-aa47-49e6-b95e-d260289338f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11827 | 2024.09.03 23:56:50.501926 [ 3 ] {01fd6fcf-5a81-4454-be2a-21930122d951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11828 | 2024.09.03 23:56:50.501970 [ 3 ] {01fd6fcf-5a81-4454-be2a-21930122d951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11829 | 2024.09.03 23:56:50.502202 [ 3 ] {01fd6fcf-5a81-4454-be2a-21930122d951} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11830 | 2024.09.03 23:56:50.502573 [ 3 ] {01fd6fcf-5a81-4454-be2a-21930122d951} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11831 | 2024.09.03 23:56:50.502610 [ 3 ] {01fd6fcf-5a81-4454-be2a-21930122d951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
11832 | 2024.09.03 23:56:50.502967 [ 3 ] {01fd6fcf-5a81-4454-be2a-21930122d951} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
11833 | 2024.09.03 23:56:50.503321 [ 3 ] {01fd6fcf-5a81-4454-be2a-21930122d951} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11834 | 2024.09.03 23:56:50.503488 [ 3 ] {01fd6fcf-5a81-4454-be2a-21930122d951} <Debug> executeQuery: Read 10 rows, 748.00 B in 0.001586 sec., 6305.170239596469 rows/sec., 460.57 KiB/sec. | ||
11835 | 2024.09.03 23:56:50.503500 [ 105 ] {} <Debug> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 | ||
11836 | 2024.09.03 23:56:50.503598 [ 105 ] {} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11837 | 2024.09.03 23:56:50.503655 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
11838 | 2024.09.03 23:56:50.503779 [ 3 ] {01fd6fcf-5a81-4454-be2a-21930122d951} <Debug> DynamicQueryHandler: Done processing query | ||
11839 | 2024.09.03 23:56:50.503833 [ 3 ] {01fd6fcf-5a81-4454-be2a-21930122d951} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11840 | 2024.09.03 23:56:50.503852 [ 198 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_55_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full | ||
11841 | 2024.09.03 23:56:50.503858 [ 3 ] {} <Debug> HTTP-Session: fd1f5cd1-aa47-49e6-b95e-d260289338f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11842 | 2024.09.03 23:56:50.504116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11843 | 2024.09.03 23:56:50.504241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11844 | 2024.09.03 23:56:50.504269 [ 198 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11845 | 2024.09.03 23:56:50.504294 [ 3 ] {} <Debug> HTTP-Session: 2b5f07b5-e8b0-46b8-a6a1-e1a5b7bd0112 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11846 | 2024.09.03 23:56:50.504353 [ 3 ] {} <Debug> HTTP-Session: 2b5f07b5-e8b0-46b8-a6a1-e1a5b7bd0112 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11847 | 2024.09.03 23:56:50.504365 [ 198 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 55 rows starting from the beginning of the part | ||
11848 | 2024.09.03 23:56:50.504397 [ 3 ] {} <Debug> HTTP-Session: 2b5f07b5-e8b0-46b8-a6a1-e1a5b7bd0112 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11849 | 2024.09.03 23:56:50.504469 [ 3 ] {} <Trace> HTTP-Session: 2b5f07b5-e8b0-46b8-a6a1-e1a5b7bd0112 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11850 | 2024.09.03 23:56:50.504571 [ 198 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part | ||
11851 | 2024.09.03 23:56:50.504758 [ 3 ] {a1307c3d-b11b-4e28-8dfe-57108f8a1b55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11852 | 2024.09.03 23:56:50.504938 [ 3 ] {a1307c3d-b11b-4e28-8dfe-57108f8a1b55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11853 | 2024.09.03 23:56:50.504958 [ 198 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 31 rows starting from the beginning of the part | ||
11854 | 2024.09.03 23:56:50.505398 [ 198 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 10 rows starting from the beginning of the part | ||
11855 | 2024.09.03 23:56:50.505657 [ 198 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 35 rows starting from the beginning of the part | ||
11856 | 2024.09.03 23:56:50.506033 [ 198 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 10 rows starting from the beginning of the part | ||
11857 | 2024.09.03 23:56:50.506431 [ 3 ] {a1307c3d-b11b-4e28-8dfe-57108f8a1b55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11858 | 2024.09.03 23:56:50.506969 [ 3 ] {a1307c3d-b11b-4e28-8dfe-57108f8a1b55} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11859 | 2024.09.03 23:56:50.507017 [ 3 ] {a1307c3d-b11b-4e28-8dfe-57108f8a1b55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
11860 | 2024.09.03 23:56:50.507631 [ 3 ] {a1307c3d-b11b-4e28-8dfe-57108f8a1b55} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
11861 | 2024.09.03 23:56:50.507680 [ 191 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 147 rows, containing 5 columns (5 merged, 0 gathered) in 0.003931324 sec., 37391.98295536059 rows/sec., 2.85 MiB/sec. | ||
11862 | 2024.09.03 23:56:50.507972 [ 191 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) | ||
11863 | 2024.09.03 23:56:50.508310 [ 3 ] {a1307c3d-b11b-4e28-8dfe-57108f8a1b55} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11864 | 2024.09.03 23:56:50.508817 [ 3 ] {a1307c3d-b11b-4e28-8dfe-57108f8a1b55} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004159 sec., 3366.1937965857173 rows/sec., 235.75 KiB/sec. | ||
11865 | 2024.09.03 23:56:50.509183 [ 3 ] {a1307c3d-b11b-4e28-8dfe-57108f8a1b55} <Debug> DynamicQueryHandler: Done processing query | ||
11866 | 2024.09.03 23:56:50.509190 [ 186 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_55_11} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11867 | 2024.09.03 23:56:50.509210 [ 3 ] {a1307c3d-b11b-4e28-8dfe-57108f8a1b55} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11868 | 2024.09.03 23:56:50.509236 [ 3 ] {} <Debug> HTTP-Session: 2b5f07b5-e8b0-46b8-a6a1-e1a5b7bd0112 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11869 | 2024.09.03 23:56:50.509309 [ 186 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_55_11} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 | ||
11870 | 2024.09.03 23:56:50.509381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11871 | 2024.09.03 23:56:50.509409 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
11872 | 2024.09.03 23:56:50.509445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11873 | 2024.09.03 23:56:50.509464 [ 3 ] {} <Debug> HTTP-Session: 6184f4ab-3e8c-4944-bdc7-fc03cd043e0f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11874 | 2024.09.03 23:56:50.509481 [ 3 ] {} <Debug> HTTP-Session: 6184f4ab-3e8c-4944-bdc7-fc03cd043e0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11875 | 2024.09.03 23:56:50.509495 [ 3 ] {} <Debug> HTTP-Session: 6184f4ab-3e8c-4944-bdc7-fc03cd043e0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11876 | 2024.09.03 23:56:50.509527 [ 3 ] {} <Trace> HTTP-Session: 6184f4ab-3e8c-4944-bdc7-fc03cd043e0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11877 | 2024.09.03 23:56:50.509627 [ 3 ] {40edff5e-5960-4e69-98e2-cda6d8691381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
11878 | 2024.09.03 23:56:50.509671 [ 3 ] {40edff5e-5960-4e69-98e2-cda6d8691381} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11879 | 2024.09.03 23:56:50.509914 [ 3 ] {40edff5e-5960-4e69-98e2-cda6d8691381} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11880 | 2024.09.03 23:56:50.510233 [ 3 ] {40edff5e-5960-4e69-98e2-cda6d8691381} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11881 | 2024.09.03 23:56:50.510271 [ 3 ] {40edff5e-5960-4e69-98e2-cda6d8691381} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
11882 | 2024.09.03 23:56:50.510632 [ 3 ] {40edff5e-5960-4e69-98e2-cda6d8691381} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
11883 | 2024.09.03 23:56:50.510988 [ 3 ] {40edff5e-5960-4e69-98e2-cda6d8691381} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11884 | 2024.09.03 23:56:50.511154 [ 3 ] {40edff5e-5960-4e69-98e2-cda6d8691381} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001549 sec., 3873.4667527437055 rows/sec., 228.85 KiB/sec. | ||
11885 | 2024.09.03 23:56:50.511477 [ 3 ] {40edff5e-5960-4e69-98e2-cda6d8691381} <Debug> DynamicQueryHandler: Done processing query | ||
11886 | 2024.09.03 23:56:50.511534 [ 3 ] {40edff5e-5960-4e69-98e2-cda6d8691381} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11887 | 2024.09.03 23:56:50.511565 [ 3 ] {} <Debug> HTTP-Session: 6184f4ab-3e8c-4944-bdc7-fc03cd043e0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11888 | 2024.09.03 23:56:50.511764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 63465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11889 | 2024.09.03 23:56:50.511816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11890 | 2024.09.03 23:56:50.511835 [ 3 ] {} <Debug> HTTP-Session: f97b590f-6eac-4e6c-89fa-f8c8073cd01d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11891 | 2024.09.03 23:56:50.511852 [ 3 ] {} <Debug> HTTP-Session: f97b590f-6eac-4e6c-89fa-f8c8073cd01d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11892 | 2024.09.03 23:56:50.511866 [ 3 ] {} <Debug> HTTP-Session: f97b590f-6eac-4e6c-89fa-f8c8073cd01d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11893 | 2024.09.03 23:56:50.511898 [ 3 ] {} <Trace> HTTP-Session: f97b590f-6eac-4e6c-89fa-f8c8073cd01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11894 | 2024.09.03 23:56:50.512113 [ 3 ] {73372422-cc17-4b8a-a3cd-5ca1f88bdc7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11895 | 2024.09.03 23:56:50.512159 [ 3 ] {73372422-cc17-4b8a-a3cd-5ca1f88bdc7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11896 | 2024.09.03 23:56:50.512413 [ 3 ] {73372422-cc17-4b8a-a3cd-5ca1f88bdc7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11897 | 2024.09.03 23:56:50.512987 [ 3 ] {73372422-cc17-4b8a-a3cd-5ca1f88bdc7e} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11898 | 2024.09.03 23:56:50.513024 [ 3 ] {73372422-cc17-4b8a-a3cd-5ca1f88bdc7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
11899 | 2024.09.03 23:56:50.513395 [ 3 ] {73372422-cc17-4b8a-a3cd-5ca1f88bdc7e} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11900 | 2024.09.03 23:56:50.513747 [ 3 ] {73372422-cc17-4b8a-a3cd-5ca1f88bdc7e} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11901 | 2024.09.03 23:56:50.513901 [ 3 ] {73372422-cc17-4b8a-a3cd-5ca1f88bdc7e} <Debug> executeQuery: Read 392 rows, 28.49 KiB in 0.001896 sec., 206751.0548523207 rows/sec., 14.67 MiB/sec. | ||
11902 | 2024.09.03 23:56:50.514075 [ 3 ] {73372422-cc17-4b8a-a3cd-5ca1f88bdc7e} <Debug> DynamicQueryHandler: Done processing query | ||
11903 | 2024.09.03 23:56:50.514099 [ 3 ] {73372422-cc17-4b8a-a3cd-5ca1f88bdc7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
11904 | 2024.09.03 23:56:50.514115 [ 3 ] {} <Debug> HTTP-Session: f97b590f-6eac-4e6c-89fa-f8c8073cd01d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11905 | 2024.09.03 23:56:50.514252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11906 | 2024.09.03 23:56:50.514300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11907 | 2024.09.03 23:56:50.514320 [ 3 ] {} <Debug> HTTP-Session: 2aace3f0-921d-4be0-844c-6fbb1f3859ac Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11908 | 2024.09.03 23:56:50.514336 [ 3 ] {} <Debug> HTTP-Session: 2aace3f0-921d-4be0-844c-6fbb1f3859ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11909 | 2024.09.03 23:56:50.514349 [ 3 ] {} <Debug> HTTP-Session: 2aace3f0-921d-4be0-844c-6fbb1f3859ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11910 | 2024.09.03 23:56:50.514380 [ 3 ] {} <Trace> HTTP-Session: 2aace3f0-921d-4be0-844c-6fbb1f3859ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11911 | 2024.09.03 23:56:50.514477 [ 3 ] {03625e94-b01a-4b97-8bca-577df9072280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11912 | 2024.09.03 23:56:50.514520 [ 3 ] {03625e94-b01a-4b97-8bca-577df9072280} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11913 | 2024.09.03 23:56:50.514649 [ 3 ] {03625e94-b01a-4b97-8bca-577df9072280} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11914 | 2024.09.03 23:56:50.514914 [ 3 ] {03625e94-b01a-4b97-8bca-577df9072280} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11915 | 2024.09.03 23:56:50.514949 [ 3 ] {03625e94-b01a-4b97-8bca-577df9072280} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
11916 | 2024.09.03 23:56:50.515468 [ 3 ] {03625e94-b01a-4b97-8bca-577df9072280} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
11917 | 2024.09.03 23:56:50.515787 [ 3 ] {03625e94-b01a-4b97-8bca-577df9072280} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11918 | 2024.09.03 23:56:50.515949 [ 3 ] {03625e94-b01a-4b97-8bca-577df9072280} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001488 sec., 4032.2580645161293 rows/sec., 210.67 KiB/sec. | ||
11919 | 2024.09.03 23:56:50.516280 [ 3 ] {03625e94-b01a-4b97-8bca-577df9072280} <Debug> DynamicQueryHandler: Done processing query | ||
11920 | 2024.09.03 23:56:50.516308 [ 3 ] {03625e94-b01a-4b97-8bca-577df9072280} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11921 | 2024.09.03 23:56:50.516325 [ 3 ] {} <Debug> HTTP-Session: 2aace3f0-921d-4be0-844c-6fbb1f3859ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11922 | 2024.09.03 23:56:50.516480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 45031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11923 | 2024.09.03 23:56:50.516528 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11924 | 2024.09.03 23:56:50.516547 [ 3 ] {} <Debug> HTTP-Session: c05f24ba-bf66-4b6e-9072-4b9626539fb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11925 | 2024.09.03 23:56:50.516563 [ 3 ] {} <Debug> HTTP-Session: c05f24ba-bf66-4b6e-9072-4b9626539fb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11926 | 2024.09.03 23:56:50.516577 [ 3 ] {} <Debug> HTTP-Session: c05f24ba-bf66-4b6e-9072-4b9626539fb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11927 | 2024.09.03 23:56:50.516607 [ 3 ] {} <Trace> HTTP-Session: c05f24ba-bf66-4b6e-9072-4b9626539fb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11928 | 2024.09.03 23:56:50.516780 [ 3 ] {41f97d97-b55b-490f-8262-e9e29f8069cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11929 | 2024.09.03 23:56:50.516828 [ 3 ] {41f97d97-b55b-490f-8262-e9e29f8069cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11930 | 2024.09.03 23:56:50.516996 [ 3 ] {41f97d97-b55b-490f-8262-e9e29f8069cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11931 | 2024.09.03 23:56:50.517469 [ 3 ] {41f97d97-b55b-490f-8262-e9e29f8069cc} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11932 | 2024.09.03 23:56:50.517505 [ 3 ] {41f97d97-b55b-490f-8262-e9e29f8069cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
11933 | 2024.09.03 23:56:50.517885 [ 3 ] {41f97d97-b55b-490f-8262-e9e29f8069cc} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11934 | 2024.09.03 23:56:50.518215 [ 3 ] {41f97d97-b55b-490f-8262-e9e29f8069cc} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11935 | 2024.09.03 23:56:50.518370 [ 3 ] {41f97d97-b55b-490f-8262-e9e29f8069cc} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001667 sec., 143371.32573485302 rows/sec., 9.61 MiB/sec. | ||
11936 | 2024.09.03 23:56:50.518540 [ 3 ] {41f97d97-b55b-490f-8262-e9e29f8069cc} <Debug> DynamicQueryHandler: Done processing query | ||
11937 | 2024.09.03 23:56:50.518564 [ 3 ] {41f97d97-b55b-490f-8262-e9e29f8069cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11938 | 2024.09.03 23:56:50.518579 [ 3 ] {} <Debug> HTTP-Session: c05f24ba-bf66-4b6e-9072-4b9626539fb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11939 | 2024.09.03 23:56:50.518699 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11940 | 2024.09.03 23:56:50.518746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11941 | 2024.09.03 23:56:50.518766 [ 3 ] {} <Debug> HTTP-Session: 5aa9342a-4832-4782-a867-f2e3840adc06 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11942 | 2024.09.03 23:56:50.518782 [ 3 ] {} <Debug> HTTP-Session: 5aa9342a-4832-4782-a867-f2e3840adc06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11943 | 2024.09.03 23:56:50.518796 [ 3 ] {} <Debug> HTTP-Session: 5aa9342a-4832-4782-a867-f2e3840adc06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11944 | 2024.09.03 23:56:50.518826 [ 3 ] {} <Trace> HTTP-Session: 5aa9342a-4832-4782-a867-f2e3840adc06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11945 | 2024.09.03 23:56:50.518916 [ 3 ] {7157ddb3-520f-4373-b7c7-1564a3d58654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
11946 | 2024.09.03 23:56:50.518961 [ 3 ] {7157ddb3-520f-4373-b7c7-1564a3d58654} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11947 | 2024.09.03 23:56:50.519092 [ 3 ] {7157ddb3-520f-4373-b7c7-1564a3d58654} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11948 | 2024.09.03 23:56:50.519345 [ 3 ] {7157ddb3-520f-4373-b7c7-1564a3d58654} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11949 | 2024.09.03 23:56:50.519381 [ 3 ] {7157ddb3-520f-4373-b7c7-1564a3d58654} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
11950 | 2024.09.03 23:56:50.519720 [ 3 ] {7157ddb3-520f-4373-b7c7-1564a3d58654} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
11951 | 2024.09.03 23:56:50.520029 [ 3 ] {7157ddb3-520f-4373-b7c7-1564a3d58654} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11952 | 2024.09.03 23:56:50.520195 [ 105 ] {} <Debug> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
11953 | 2024.09.03 23:56:50.520203 [ 3 ] {7157ddb3-520f-4373-b7c7-1564a3d58654} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001299 sec., 769.8229407236336 rows/sec., 51.87 KiB/sec. | ||
11954 | 2024.09.03 23:56:50.520247 [ 105 ] {} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11955 | 2024.09.03 23:56:50.520305 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
11956 | 2024.09.03 23:56:50.520468 [ 186 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
11957 | 2024.09.03 23:56:50.520491 [ 3 ] {7157ddb3-520f-4373-b7c7-1564a3d58654} <Debug> DynamicQueryHandler: Done processing query | ||
11958 | 2024.09.03 23:56:50.520520 [ 3 ] {7157ddb3-520f-4373-b7c7-1564a3d58654} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
11959 | 2024.09.03 23:56:50.520544 [ 3 ] {} <Debug> HTTP-Session: 5aa9342a-4832-4782-a867-f2e3840adc06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11960 | 2024.09.03 23:56:50.520626 [ 186 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11961 | 2024.09.03 23:56:50.520667 [ 186 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 26 rows starting from the beginning of the part | ||
11962 | 2024.09.03 23:56:50.520680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 10220, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11963 | 2024.09.03 23:56:50.520778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11964 | 2024.09.03 23:56:50.520806 [ 186 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
11965 | 2024.09.03 23:56:50.520826 [ 3 ] {} <Debug> HTTP-Session: b0a5bded-7970-4719-adbe-dab0b45cdbfa Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11966 | 2024.09.03 23:56:50.520866 [ 3 ] {} <Debug> HTTP-Session: b0a5bded-7970-4719-adbe-dab0b45cdbfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11967 | 2024.09.03 23:56:50.520926 [ 3 ] {} <Debug> HTTP-Session: b0a5bded-7970-4719-adbe-dab0b45cdbfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11968 | 2024.09.03 23:56:50.521051 [ 3 ] {} <Trace> HTTP-Session: b0a5bded-7970-4719-adbe-dab0b45cdbfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11969 | 2024.09.03 23:56:50.521105 [ 186 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
11970 | 2024.09.03 23:56:50.521313 [ 186 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
11971 | 2024.09.03 23:56:50.521390 [ 3 ] {d892108f-1837-4761-a409-24f27fa30947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
11972 | 2024.09.03 23:56:50.521469 [ 186 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
11973 | 2024.09.03 23:56:50.521628 [ 3 ] {d892108f-1837-4761-a409-24f27fa30947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11974 | 2024.09.03 23:56:50.521720 [ 186 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
11975 | 2024.09.03 23:56:50.522945 [ 3 ] {d892108f-1837-4761-a409-24f27fa30947} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11976 | 2024.09.03 23:56:50.524088 [ 186 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31 rows, containing 4 columns (4 merged, 0 gathered) in 0.00369533 sec., 8388.966614618992 rows/sec., 564.22 KiB/sec. | ||
11977 | 2024.09.03 23:56:50.524229 [ 186 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
11978 | 2024.09.03 23:56:50.524229 [ 3 ] {d892108f-1837-4761-a409-24f27fa30947} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11979 | 2024.09.03 23:56:50.524282 [ 3 ] {d892108f-1837-4761-a409-24f27fa30947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
11980 | 2024.09.03 23:56:50.524797 [ 186 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_30_6} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11981 | 2024.09.03 23:56:50.524897 [ 186 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_30_6} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
11982 | 2024.09.03 23:56:50.524997 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
11983 | 2024.09.03 23:56:50.525201 [ 3 ] {d892108f-1837-4761-a409-24f27fa30947} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
11984 | 2024.09.03 23:56:50.525614 [ 3 ] {d892108f-1837-4761-a409-24f27fa30947} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11985 | 2024.09.03 23:56:50.525810 [ 3 ] {d892108f-1837-4761-a409-24f27fa30947} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.004583 sec., 1309.1861226271 rows/sec., 2.35 MiB/sec. | ||
11986 | 2024.09.03 23:56:50.526045 [ 3 ] {d892108f-1837-4761-a409-24f27fa30947} <Debug> DynamicQueryHandler: Done processing query | ||
11987 | 2024.09.03 23:56:50.526070 [ 3 ] {d892108f-1837-4761-a409-24f27fa30947} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
11988 | 2024.09.03 23:56:50.526086 [ 3 ] {} <Debug> HTTP-Session: b0a5bded-7970-4719-adbe-dab0b45cdbfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11989 | 2024.09.03 23:56:50.526210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11990 | 2024.09.03 23:56:50.526258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11991 | 2024.09.03 23:56:50.526277 [ 3 ] {} <Debug> HTTP-Session: bc4c130b-c4db-4ee2-9331-bc26a29a1a03 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
11992 | 2024.09.03 23:56:50.526293 [ 3 ] {} <Debug> HTTP-Session: bc4c130b-c4db-4ee2-9331-bc26a29a1a03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11993 | 2024.09.03 23:56:50.526307 [ 3 ] {} <Debug> HTTP-Session: bc4c130b-c4db-4ee2-9331-bc26a29a1a03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11994 | 2024.09.03 23:56:50.526338 [ 3 ] {} <Trace> HTTP-Session: bc4c130b-c4db-4ee2-9331-bc26a29a1a03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11995 | 2024.09.03 23:56:50.526471 [ 3 ] {5a785477-14e9-4cee-b68c-efb2496c8d21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11996 | 2024.09.03 23:56:50.526515 [ 3 ] {5a785477-14e9-4cee-b68c-efb2496c8d21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11997 | 2024.09.03 23:56:50.526645 [ 3 ] {5a785477-14e9-4cee-b68c-efb2496c8d21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11998 | 2024.09.03 23:56:50.526970 [ 3 ] {5a785477-14e9-4cee-b68c-efb2496c8d21} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11999 | 2024.09.03 23:56:50.527005 [ 3 ] {5a785477-14e9-4cee-b68c-efb2496c8d21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12000 | 2024.09.03 23:56:50.527353 [ 3 ] {5a785477-14e9-4cee-b68c-efb2496c8d21} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
12001 | 2024.09.03 23:56:50.527673 [ 3 ] {5a785477-14e9-4cee-b68c-efb2496c8d21} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12002 | 2024.09.03 23:56:50.527827 [ 3 ] {5a785477-14e9-4cee-b68c-efb2496c8d21} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001409 sec., 58197.30305180979 rows/sec., 3.70 MiB/sec. | ||
12003 | 2024.09.03 23:56:50.528016 [ 3 ] {5a785477-14e9-4cee-b68c-efb2496c8d21} <Debug> DynamicQueryHandler: Done processing query | ||
12004 | 2024.09.03 23:56:50.528052 [ 3 ] {5a785477-14e9-4cee-b68c-efb2496c8d21} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12005 | 2024.09.03 23:56:50.528084 [ 3 ] {} <Debug> HTTP-Session: bc4c130b-c4db-4ee2-9331-bc26a29a1a03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12006 | 2024.09.03 23:56:55.521183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12007 | 2024.09.03 23:56:55.521328 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12008 | 2024.09.03 23:56:55.521358 [ 3 ] {} <Debug> HTTP-Session: 9d3cf181-68db-4702-b01d-eaafaee98c2c Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12009 | 2024.09.03 23:56:55.521387 [ 3 ] {} <Debug> HTTP-Session: 9d3cf181-68db-4702-b01d-eaafaee98c2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12010 | 2024.09.03 23:56:55.521406 [ 3 ] {} <Debug> HTTP-Session: 9d3cf181-68db-4702-b01d-eaafaee98c2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12011 | 2024.09.03 23:56:55.521463 [ 3 ] {} <Trace> HTTP-Session: 9d3cf181-68db-4702-b01d-eaafaee98c2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12012 | 2024.09.03 23:56:55.521667 [ 3 ] {543b1caf-3915-429f-bf8f-935a90e4e946} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12013 | 2024.09.03 23:56:55.521738 [ 3 ] {543b1caf-3915-429f-bf8f-935a90e4e946} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12014 | 2024.09.03 23:56:55.522080 [ 3 ] {543b1caf-3915-429f-bf8f-935a90e4e946} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12015 | 2024.09.03 23:56:55.522531 [ 3 ] {543b1caf-3915-429f-bf8f-935a90e4e946} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12016 | 2024.09.03 23:56:55.522575 [ 3 ] {543b1caf-3915-429f-bf8f-935a90e4e946} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12017 | 2024.09.03 23:56:55.523011 [ 3 ] {543b1caf-3915-429f-bf8f-935a90e4e946} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
12018 | 2024.09.03 23:56:55.523410 [ 3 ] {543b1caf-3915-429f-bf8f-935a90e4e946} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12019 | 2024.09.03 23:56:55.523562 [ 3 ] {543b1caf-3915-429f-bf8f-935a90e4e946} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001956 sec., 3067.4846625766872 rows/sec., 250.13 KiB/sec. | ||
12020 | 2024.09.03 23:56:55.523787 [ 3 ] {543b1caf-3915-429f-bf8f-935a90e4e946} <Debug> DynamicQueryHandler: Done processing query | ||
12021 | 2024.09.03 23:56:55.523815 [ 3 ] {543b1caf-3915-429f-bf8f-935a90e4e946} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12022 | 2024.09.03 23:56:55.523832 [ 3 ] {} <Debug> HTTP-Session: 9d3cf181-68db-4702-b01d-eaafaee98c2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12023 | 2024.09.03 23:56:55.524184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 183472, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12024 | 2024.09.03 23:56:55.524240 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12025 | 2024.09.03 23:56:55.524260 [ 3 ] {} <Debug> HTTP-Session: bf1ea19a-4587-4382-9786-dbd1b987e6a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12026 | 2024.09.03 23:56:55.524278 [ 3 ] {} <Debug> HTTP-Session: bf1ea19a-4587-4382-9786-dbd1b987e6a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12027 | 2024.09.03 23:56:55.524292 [ 3 ] {} <Debug> HTTP-Session: bf1ea19a-4587-4382-9786-dbd1b987e6a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12028 | 2024.09.03 23:56:55.524327 [ 3 ] {} <Trace> HTTP-Session: bf1ea19a-4587-4382-9786-dbd1b987e6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12029 | 2024.09.03 23:56:55.524871 [ 3 ] {a1d1236b-8995-43d0-97c1-0f8771574c49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12030 | 2024.09.03 23:56:55.524923 [ 3 ] {a1d1236b-8995-43d0-97c1-0f8771574c49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12031 | 2024.09.03 23:56:55.525167 [ 3 ] {a1d1236b-8995-43d0-97c1-0f8771574c49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12032 | 2024.09.03 23:56:55.526331 [ 3 ] {a1d1236b-8995-43d0-97c1-0f8771574c49} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12033 | 2024.09.03 23:56:55.526369 [ 3 ] {a1d1236b-8995-43d0-97c1-0f8771574c49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12034 | 2024.09.03 23:56:55.526833 [ 3 ] {a1d1236b-8995-43d0-97c1-0f8771574c49} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
12035 | 2024.09.03 23:56:55.527200 [ 3 ] {a1d1236b-8995-43d0-97c1-0f8771574c49} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12036 | 2024.09.03 23:56:55.527335 [ 3 ] {a1d1236b-8995-43d0-97c1-0f8771574c49} <Debug> executeQuery: Read 1261 rows, 107.09 KiB in 0.002841 sec., 443857.79655051033 rows/sec., 36.81 MiB/sec. | ||
12037 | 2024.09.03 23:56:55.527505 [ 3 ] {a1d1236b-8995-43d0-97c1-0f8771574c49} <Debug> DynamicQueryHandler: Done processing query | ||
12038 | 2024.09.03 23:56:55.527530 [ 3 ] {a1d1236b-8995-43d0-97c1-0f8771574c49} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
12039 | 2024.09.03 23:56:55.527547 [ 3 ] {} <Debug> HTTP-Session: bf1ea19a-4587-4382-9786-dbd1b987e6a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12040 | 2024.09.03 23:56:55.527791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 5333, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12041 | 2024.09.03 23:56:55.527842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12042 | 2024.09.03 23:56:55.527863 [ 3 ] {} <Debug> HTTP-Session: 8ef0ea84-68af-4638-9e50-e47185bd57fb Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12043 | 2024.09.03 23:56:55.527881 [ 3 ] {} <Debug> HTTP-Session: 8ef0ea84-68af-4638-9e50-e47185bd57fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12044 | 2024.09.03 23:56:55.527894 [ 3 ] {} <Debug> HTTP-Session: 8ef0ea84-68af-4638-9e50-e47185bd57fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12045 | 2024.09.03 23:56:55.527928 [ 3 ] {} <Trace> HTTP-Session: 8ef0ea84-68af-4638-9e50-e47185bd57fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12046 | 2024.09.03 23:56:55.528040 [ 3 ] {35024dc2-24e7-48a3-993e-376b91cd7e7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12047 | 2024.09.03 23:56:55.528085 [ 3 ] {35024dc2-24e7-48a3-993e-376b91cd7e7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12048 | 2024.09.03 23:56:55.528315 [ 3 ] {35024dc2-24e7-48a3-993e-376b91cd7e7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12049 | 2024.09.03 23:56:55.528651 [ 3 ] {35024dc2-24e7-48a3-993e-376b91cd7e7e} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12050 | 2024.09.03 23:56:55.528687 [ 3 ] {35024dc2-24e7-48a3-993e-376b91cd7e7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12051 | 2024.09.03 23:56:55.529036 [ 3 ] {35024dc2-24e7-48a3-993e-376b91cd7e7e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
12052 | 2024.09.03 23:56:55.529385 [ 3 ] {35024dc2-24e7-48a3-993e-376b91cd7e7e} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12053 | 2024.09.03 23:56:55.529514 [ 3 ] {35024dc2-24e7-48a3-993e-376b91cd7e7e} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.00151 sec., 24503.311258278143 rows/sec., 1.78 MiB/sec. | ||
12054 | 2024.09.03 23:56:55.529800 [ 3 ] {35024dc2-24e7-48a3-993e-376b91cd7e7e} <Debug> DynamicQueryHandler: Done processing query | ||
12055 | 2024.09.03 23:56:55.529860 [ 3 ] {35024dc2-24e7-48a3-993e-376b91cd7e7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12056 | 2024.09.03 23:56:55.529914 [ 3 ] {} <Debug> HTTP-Session: 8ef0ea84-68af-4638-9e50-e47185bd57fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12057 | 2024.09.03 23:56:55.530153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12058 | 2024.09.03 23:56:55.530207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12059 | 2024.09.03 23:56:55.530226 [ 3 ] {} <Debug> HTTP-Session: e166d077-1e35-4a10-a207-7a10e458c53d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12060 | 2024.09.03 23:56:55.530243 [ 3 ] {} <Debug> HTTP-Session: e166d077-1e35-4a10-a207-7a10e458c53d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12061 | 2024.09.03 23:56:55.530257 [ 3 ] {} <Debug> HTTP-Session: e166d077-1e35-4a10-a207-7a10e458c53d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12062 | 2024.09.03 23:56:55.530291 [ 3 ] {} <Trace> HTTP-Session: e166d077-1e35-4a10-a207-7a10e458c53d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12063 | 2024.09.03 23:56:55.530450 [ 3 ] {295fe484-69ed-477e-a6b6-adced1b67f44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
12064 | 2024.09.03 23:56:55.530495 [ 3 ] {295fe484-69ed-477e-a6b6-adced1b67f44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12065 | 2024.09.03 23:56:55.530739 [ 3 ] {295fe484-69ed-477e-a6b6-adced1b67f44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12066 | 2024.09.03 23:56:55.531177 [ 3 ] {295fe484-69ed-477e-a6b6-adced1b67f44} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12067 | 2024.09.03 23:56:55.531213 [ 3 ] {295fe484-69ed-477e-a6b6-adced1b67f44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12068 | 2024.09.03 23:56:55.531573 [ 3 ] {295fe484-69ed-477e-a6b6-adced1b67f44} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
12069 | 2024.09.03 23:56:55.531940 [ 3 ] {295fe484-69ed-477e-a6b6-adced1b67f44} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12070 | 2024.09.03 23:56:55.532070 [ 3 ] {295fe484-69ed-477e-a6b6-adced1b67f44} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001694 sec., 134592.6800472255 rows/sec., 9.11 MiB/sec. | ||
12071 | 2024.09.03 23:56:55.532233 [ 3 ] {295fe484-69ed-477e-a6b6-adced1b67f44} <Debug> DynamicQueryHandler: Done processing query | ||
12072 | 2024.09.03 23:56:55.532258 [ 3 ] {295fe484-69ed-477e-a6b6-adced1b67f44} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
12073 | 2024.09.03 23:56:55.532274 [ 3 ] {} <Debug> HTTP-Session: e166d077-1e35-4a10-a207-7a10e458c53d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12074 | 2024.09.03 23:56:55.532487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 92170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12075 | 2024.09.03 23:56:55.532533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12076 | 2024.09.03 23:56:55.532552 [ 3 ] {} <Debug> HTTP-Session: 01dde165-4211-487a-83de-844e81273b76 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12077 | 2024.09.03 23:56:55.532569 [ 3 ] {} <Debug> HTTP-Session: 01dde165-4211-487a-83de-844e81273b76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12078 | 2024.09.03 23:56:55.532583 [ 3 ] {} <Debug> HTTP-Session: 01dde165-4211-487a-83de-844e81273b76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12079 | 2024.09.03 23:56:55.532613 [ 3 ] {} <Trace> HTTP-Session: 01dde165-4211-487a-83de-844e81273b76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12080 | 2024.09.03 23:56:55.532955 [ 3 ] {50ef77d4-e808-4728-9318-13df2f491f0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12081 | 2024.09.03 23:56:55.532998 [ 3 ] {50ef77d4-e808-4728-9318-13df2f491f0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12082 | 2024.09.03 23:56:55.533220 [ 3 ] {50ef77d4-e808-4728-9318-13df2f491f0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12083 | 2024.09.03 23:56:55.533880 [ 3 ] {50ef77d4-e808-4728-9318-13df2f491f0e} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12084 | 2024.09.03 23:56:55.533915 [ 3 ] {50ef77d4-e808-4728-9318-13df2f491f0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12085 | 2024.09.03 23:56:55.534302 [ 3 ] {50ef77d4-e808-4728-9318-13df2f491f0e} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
12086 | 2024.09.03 23:56:55.534662 [ 3 ] {50ef77d4-e808-4728-9318-13df2f491f0e} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12087 | 2024.09.03 23:56:55.534791 [ 3 ] {50ef77d4-e808-4728-9318-13df2f491f0e} <Debug> executeQuery: Read 557 rows, 42.38 KiB in 0.002079 sec., 267917.2679172679 rows/sec., 19.91 MiB/sec. | ||
12088 | 2024.09.03 23:56:55.535056 [ 3 ] {50ef77d4-e808-4728-9318-13df2f491f0e} <Debug> DynamicQueryHandler: Done processing query | ||
12089 | 2024.09.03 23:56:55.535107 [ 3 ] {50ef77d4-e808-4728-9318-13df2f491f0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
12090 | 2024.09.03 23:56:55.535163 [ 3 ] {} <Debug> HTTP-Session: 01dde165-4211-487a-83de-844e81273b76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12091 | 2024.09.03 23:56:55.535573 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 161044, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12092 | 2024.09.03 23:56:55.535625 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12093 | 2024.09.03 23:56:55.535644 [ 3 ] {} <Debug> HTTP-Session: f001108a-d144-4abe-b7d7-74120294d816 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12094 | 2024.09.03 23:56:55.535661 [ 3 ] {} <Debug> HTTP-Session: f001108a-d144-4abe-b7d7-74120294d816 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12095 | 2024.09.03 23:56:55.535675 [ 3 ] {} <Debug> HTTP-Session: f001108a-d144-4abe-b7d7-74120294d816 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12096 | 2024.09.03 23:56:55.535707 [ 3 ] {} <Trace> HTTP-Session: f001108a-d144-4abe-b7d7-74120294d816 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12097 | 2024.09.03 23:56:55.536121 [ 3 ] {77c64d03-39e0-417b-9ba0-877aebdfe6bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12098 | 2024.09.03 23:56:55.536173 [ 3 ] {77c64d03-39e0-417b-9ba0-877aebdfe6bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12099 | 2024.09.03 23:56:55.536337 [ 3 ] {77c64d03-39e0-417b-9ba0-877aebdfe6bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12100 | 2024.09.03 23:56:55.537157 [ 3 ] {77c64d03-39e0-417b-9ba0-877aebdfe6bd} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12101 | 2024.09.03 23:56:55.537193 [ 3 ] {77c64d03-39e0-417b-9ba0-877aebdfe6bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12102 | 2024.09.03 23:56:55.537623 [ 3 ] {77c64d03-39e0-417b-9ba0-877aebdfe6bd} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
12103 | 2024.09.03 23:56:55.537958 [ 3 ] {77c64d03-39e0-417b-9ba0-877aebdfe6bd} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12104 | 2024.09.03 23:56:55.538092 [ 3 ] {77c64d03-39e0-417b-9ba0-877aebdfe6bd} <Debug> executeQuery: Read 847 rows, 58.38 KiB in 0.002253 sec., 375943.18686196185 rows/sec., 25.30 MiB/sec. | ||
12105 | 2024.09.03 23:56:55.538350 [ 3 ] {77c64d03-39e0-417b-9ba0-877aebdfe6bd} <Debug> DynamicQueryHandler: Done processing query | ||
12106 | 2024.09.03 23:56:55.538403 [ 3 ] {77c64d03-39e0-417b-9ba0-877aebdfe6bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
12107 | 2024.09.03 23:56:55.538456 [ 3 ] {} <Debug> HTTP-Session: f001108a-d144-4abe-b7d7-74120294d816 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12108 | 2024.09.03 23:56:55.538687 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 51858, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12109 | 2024.09.03 23:56:55.538738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12110 | 2024.09.03 23:56:55.538757 [ 3 ] {} <Debug> HTTP-Session: 2a6d7cdf-fbf3-42b1-b89a-e016177ecc96 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12111 | 2024.09.03 23:56:55.538775 [ 3 ] {} <Debug> HTTP-Session: 2a6d7cdf-fbf3-42b1-b89a-e016177ecc96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12112 | 2024.09.03 23:56:55.538789 [ 3 ] {} <Debug> HTTP-Session: 2a6d7cdf-fbf3-42b1-b89a-e016177ecc96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12113 | 2024.09.03 23:56:55.538822 [ 3 ] {} <Trace> HTTP-Session: 2a6d7cdf-fbf3-42b1-b89a-e016177ecc96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12114 | 2024.09.03 23:56:55.539142 [ 3 ] {d97d011e-bf88-4091-ad0f-799e90ec7359} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
12115 | 2024.09.03 23:56:55.539214 [ 3 ] {d97d011e-bf88-4091-ad0f-799e90ec7359} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
12116 | 2024.09.03 23:56:55.539637 [ 3 ] {d97d011e-bf88-4091-ad0f-799e90ec7359} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12117 | 2024.09.03 23:56:55.540371 [ 3 ] {d97d011e-bf88-4091-ad0f-799e90ec7359} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12118 | 2024.09.03 23:56:55.540406 [ 3 ] {d97d011e-bf88-4091-ad0f-799e90ec7359} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12119 | 2024.09.03 23:56:55.541028 [ 3 ] {d97d011e-bf88-4091-ad0f-799e90ec7359} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
12120 | 2024.09.03 23:56:55.541444 [ 3 ] {d97d011e-bf88-4091-ad0f-799e90ec7359} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12121 | 2024.09.03 23:56:55.541582 [ 95 ] {} <Debug> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
12122 | 2024.09.03 23:56:55.541596 [ 3 ] {d97d011e-bf88-4091-ad0f-799e90ec7359} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00269 sec., 11524.163568773234 rows/sec., 20.65 MiB/sec. | ||
12123 | 2024.09.03 23:56:55.541633 [ 95 ] {} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12124 | 2024.09.03 23:56:55.541680 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12125 | 2024.09.03 23:56:55.541979 [ 192 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
12126 | 2024.09.03 23:56:55.542030 [ 3 ] {d97d011e-bf88-4091-ad0f-799e90ec7359} <Debug> DynamicQueryHandler: Done processing query | ||
12127 | 2024.09.03 23:56:55.542076 [ 3 ] {d97d011e-bf88-4091-ad0f-799e90ec7359} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
12128 | 2024.09.03 23:56:55.542097 [ 3 ] {} <Debug> HTTP-Session: 2a6d7cdf-fbf3-42b1-b89a-e016177ecc96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12129 | 2024.09.03 23:56:55.542323 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12130 | 2024.09.03 23:56:55.542455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12131 | 2024.09.03 23:56:55.542512 [ 3 ] {} <Debug> HTTP-Session: 20811080-6005-40ef-8829-889a4a669e87 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12132 | 2024.09.03 23:56:55.542562 [ 3 ] {} <Debug> HTTP-Session: 20811080-6005-40ef-8829-889a4a669e87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12133 | 2024.09.03 23:56:55.542607 [ 3 ] {} <Debug> HTTP-Session: 20811080-6005-40ef-8829-889a4a669e87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12134 | 2024.09.03 23:56:55.542701 [ 3 ] {} <Trace> HTTP-Session: 20811080-6005-40ef-8829-889a4a669e87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12135 | 2024.09.03 23:56:55.542795 [ 192 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12136 | 2024.09.03 23:56:55.542969 [ 3 ] {4d65dabf-6de2-4717-a95d-b34064a1b9c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12137 | 2024.09.03 23:56:55.542981 [ 192 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1006 rows starting from the beginning of the part | ||
12138 | 2024.09.03 23:56:55.543053 [ 3 ] {4d65dabf-6de2-4717-a95d-b34064a1b9c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12139 | 2024.09.03 23:56:55.543766 [ 192 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 31 rows starting from the beginning of the part | ||
12140 | 2024.09.03 23:56:55.543925 [ 3 ] {4d65dabf-6de2-4717-a95d-b34064a1b9c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12141 | 2024.09.03 23:56:55.544442 [ 192 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 6 rows starting from the beginning of the part | ||
12142 | 2024.09.03 23:56:55.545036 [ 192 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 31 rows starting from the beginning of the part | ||
12143 | 2024.09.03 23:56:55.545269 [ 3 ] {4d65dabf-6de2-4717-a95d-b34064a1b9c7} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12144 | 2024.09.03 23:56:55.545396 [ 3 ] {4d65dabf-6de2-4717-a95d-b34064a1b9c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12145 | 2024.09.03 23:56:55.545730 [ 192 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 6 rows starting from the beginning of the part | ||
12146 | 2024.09.03 23:56:55.546321 [ 192 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 31 rows starting from the beginning of the part | ||
12147 | 2024.09.03 23:56:55.546728 [ 3 ] {4d65dabf-6de2-4717-a95d-b34064a1b9c7} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
12148 | 2024.09.03 23:56:55.547588 [ 3 ] {4d65dabf-6de2-4717-a95d-b34064a1b9c7} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12149 | 2024.09.03 23:56:55.547925 [ 3 ] {4d65dabf-6de2-4717-a95d-b34064a1b9c7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005056 sec., 11867.088607594937 rows/sec., 818.95 KiB/sec. | ||
12150 | 2024.09.03 23:56:55.548511 [ 3 ] {4d65dabf-6de2-4717-a95d-b34064a1b9c7} <Debug> DynamicQueryHandler: Done processing query | ||
12151 | 2024.09.03 23:56:55.548625 [ 3 ] {4d65dabf-6de2-4717-a95d-b34064a1b9c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12152 | 2024.09.03 23:56:55.548706 [ 3 ] {} <Debug> HTTP-Session: 20811080-6005-40ef-8829-889a4a669e87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12153 | 2024.09.03 23:56:55.553949 [ 193 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1111 rows, containing 19 columns (19 merged, 0 gathered) in 0.012154832 sec., 91403.978269712 rows/sec., 163.79 MiB/sec. | ||
12154 | 2024.09.03 23:56:55.555302 [ 194 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
12155 | 2024.09.03 23:56:55.555916 [ 194 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12156 | 2024.09.03 23:56:55.555993 [ 194 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
12157 | 2024.09.03 23:56:55.556132 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.44 MiB. | ||
12158 | 2024.09.03 23:57:00.495304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12159 | 2024.09.03 23:57:00.495472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12160 | 2024.09.03 23:57:00.495503 [ 3 ] {} <Debug> HTTP-Session: 244863ed-b8ce-4081-9ae0-441c8dbd9217 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12161 | 2024.09.03 23:57:00.495532 [ 3 ] {} <Debug> HTTP-Session: 244863ed-b8ce-4081-9ae0-441c8dbd9217 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12162 | 2024.09.03 23:57:00.495551 [ 3 ] {} <Debug> HTTP-Session: 244863ed-b8ce-4081-9ae0-441c8dbd9217 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12163 | 2024.09.03 23:57:00.495611 [ 3 ] {} <Trace> HTTP-Session: 244863ed-b8ce-4081-9ae0-441c8dbd9217 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12164 | 2024.09.03 23:57:00.495894 [ 3 ] {b14a2cad-7bc0-4eff-8a66-4b40028ddb00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12165 | 2024.09.03 23:57:00.495965 [ 3 ] {b14a2cad-7bc0-4eff-8a66-4b40028ddb00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12166 | 2024.09.03 23:57:00.496307 [ 3 ] {b14a2cad-7bc0-4eff-8a66-4b40028ddb00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12167 | 2024.09.03 23:57:00.496925 [ 3 ] {b14a2cad-7bc0-4eff-8a66-4b40028ddb00} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12168 | 2024.09.03 23:57:00.496971 [ 3 ] {b14a2cad-7bc0-4eff-8a66-4b40028ddb00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12169 | 2024.09.03 23:57:00.497422 [ 3 ] {b14a2cad-7bc0-4eff-8a66-4b40028ddb00} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
12170 | 2024.09.03 23:57:00.497822 [ 3 ] {b14a2cad-7bc0-4eff-8a66-4b40028ddb00} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12171 | 2024.09.03 23:57:00.498003 [ 3 ] {b14a2cad-7bc0-4eff-8a66-4b40028ddb00} <Debug> executeQuery: Read 201 rows, 18.03 KiB in 0.002222 sec., 90459.04590459046 rows/sec., 7.92 MiB/sec. | ||
12172 | 2024.09.03 23:57:00.498241 [ 3 ] {b14a2cad-7bc0-4eff-8a66-4b40028ddb00} <Debug> DynamicQueryHandler: Done processing query | ||
12173 | 2024.09.03 23:57:00.498269 [ 3 ] {b14a2cad-7bc0-4eff-8a66-4b40028ddb00} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12174 | 2024.09.03 23:57:00.498286 [ 3 ] {} <Debug> HTTP-Session: 244863ed-b8ce-4081-9ae0-441c8dbd9217 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12175 | 2024.09.03 23:57:00.498427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12176 | 2024.09.03 23:57:00.498483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12177 | 2024.09.03 23:57:00.498503 [ 3 ] {} <Debug> HTTP-Session: 6efd9c43-6f7d-4efb-b2df-ee87beb817ce Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12178 | 2024.09.03 23:57:00.498521 [ 3 ] {} <Debug> HTTP-Session: 6efd9c43-6f7d-4efb-b2df-ee87beb817ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12179 | 2024.09.03 23:57:00.498535 [ 3 ] {} <Debug> HTTP-Session: 6efd9c43-6f7d-4efb-b2df-ee87beb817ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12180 | 2024.09.03 23:57:00.498570 [ 3 ] {} <Trace> HTTP-Session: 6efd9c43-6f7d-4efb-b2df-ee87beb817ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12181 | 2024.09.03 23:57:00.498675 [ 3 ] {8ae94ca3-bd1a-4515-8b5c-e2a218093deb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12182 | 2024.09.03 23:57:00.498722 [ 3 ] {8ae94ca3-bd1a-4515-8b5c-e2a218093deb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12183 | 2024.09.03 23:57:00.498955 [ 3 ] {8ae94ca3-bd1a-4515-8b5c-e2a218093deb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12184 | 2024.09.03 23:57:00.499309 [ 3 ] {8ae94ca3-bd1a-4515-8b5c-e2a218093deb} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12185 | 2024.09.03 23:57:00.499346 [ 3 ] {8ae94ca3-bd1a-4515-8b5c-e2a218093deb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12186 | 2024.09.03 23:57:00.499745 [ 3 ] {8ae94ca3-bd1a-4515-8b5c-e2a218093deb} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
12187 | 2024.09.03 23:57:00.500111 [ 3 ] {8ae94ca3-bd1a-4515-8b5c-e2a218093deb} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12188 | 2024.09.03 23:57:00.500276 [ 3 ] {8ae94ca3-bd1a-4515-8b5c-e2a218093deb} <Debug> executeQuery: Read 6 rows, 462.00 B in 0.001628 sec., 3685.503685503685 rows/sec., 277.13 KiB/sec. | ||
12189 | 2024.09.03 23:57:00.500455 [ 3 ] {8ae94ca3-bd1a-4515-8b5c-e2a218093deb} <Debug> DynamicQueryHandler: Done processing query | ||
12190 | 2024.09.03 23:57:00.500479 [ 3 ] {8ae94ca3-bd1a-4515-8b5c-e2a218093deb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12191 | 2024.09.03 23:57:00.500496 [ 3 ] {} <Debug> HTTP-Session: 6efd9c43-6f7d-4efb-b2df-ee87beb817ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12192 | 2024.09.03 23:57:00.500653 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12193 | 2024.09.03 23:57:00.500702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12194 | 2024.09.03 23:57:00.500723 [ 3 ] {} <Debug> HTTP-Session: b93a66e9-6416-4207-847f-baa8eebb4c9d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12195 | 2024.09.03 23:57:00.500739 [ 3 ] {} <Debug> HTTP-Session: b93a66e9-6416-4207-847f-baa8eebb4c9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12196 | 2024.09.03 23:57:00.500754 [ 3 ] {} <Debug> HTTP-Session: b93a66e9-6416-4207-847f-baa8eebb4c9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12197 | 2024.09.03 23:57:00.500787 [ 3 ] {} <Trace> HTTP-Session: b93a66e9-6416-4207-847f-baa8eebb4c9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12198 | 2024.09.03 23:57:00.500886 [ 3 ] {c917c204-730d-4dd1-bcf0-cd2004d5d2dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
12199 | 2024.09.03 23:57:00.500929 [ 3 ] {c917c204-730d-4dd1-bcf0-cd2004d5d2dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12200 | 2024.09.03 23:57:00.501153 [ 3 ] {c917c204-730d-4dd1-bcf0-cd2004d5d2dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12201 | 2024.09.03 23:57:00.501484 [ 3 ] {c917c204-730d-4dd1-bcf0-cd2004d5d2dd} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12202 | 2024.09.03 23:57:00.501521 [ 3 ] {c917c204-730d-4dd1-bcf0-cd2004d5d2dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12203 | 2024.09.03 23:57:00.501875 [ 3 ] {c917c204-730d-4dd1-bcf0-cd2004d5d2dd} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
12204 | 2024.09.03 23:57:00.502235 [ 3 ] {c917c204-730d-4dd1-bcf0-cd2004d5d2dd} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12205 | 2024.09.03 23:57:00.502397 [ 90 ] {} <Debug> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
12206 | 2024.09.03 23:57:00.502401 [ 3 ] {c917c204-730d-4dd1-bcf0-cd2004d5d2dd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001533 sec., 9132.4200913242 rows/sec., 639.58 KiB/sec. | ||
12207 | 2024.09.03 23:57:00.502494 [ 90 ] {} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12208 | 2024.09.03 23:57:00.502562 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12209 | 2024.09.03 23:57:00.502772 [ 3 ] {c917c204-730d-4dd1-bcf0-cd2004d5d2dd} <Debug> DynamicQueryHandler: Done processing query | ||
12210 | 2024.09.03 23:57:00.502797 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::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 | ||
12211 | 2024.09.03 23:57:00.502812 [ 3 ] {c917c204-730d-4dd1-bcf0-cd2004d5d2dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12212 | 2024.09.03 23:57:00.503015 [ 3 ] {} <Debug> HTTP-Session: b93a66e9-6416-4207-847f-baa8eebb4c9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12213 | 2024.09.03 23:57:00.503097 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12214 | 2024.09.03 23:57:00.503150 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 243 rows starting from the beginning of the part | ||
12215 | 2024.09.03 23:57:00.503237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12216 | 2024.09.03 23:57:00.503378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12217 | 2024.09.03 23:57:00.503466 [ 3 ] {} <Debug> HTTP-Session: 1bc24f87-7f58-4331-a0bb-93f7ad6b7e52 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12218 | 2024.09.03 23:57:00.503479 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::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 | ||
12219 | 2024.09.03 23:57:00.503505 [ 3 ] {} <Debug> HTTP-Session: 1bc24f87-7f58-4331-a0bb-93f7ad6b7e52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12220 | 2024.09.03 23:57:00.503553 [ 3 ] {} <Debug> HTTP-Session: 1bc24f87-7f58-4331-a0bb-93f7ad6b7e52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12221 | 2024.09.03 23:57:00.503669 [ 3 ] {} <Trace> HTTP-Session: 1bc24f87-7f58-4331-a0bb-93f7ad6b7e52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12222 | 2024.09.03 23:57:00.503730 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::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 | ||
12223 | 2024.09.03 23:57:00.504050 [ 3 ] {a2697023-ecc6-4d6f-ae52-4c9e2b5ac5e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
12224 | 2024.09.03 23:57:00.504068 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
12225 | 2024.09.03 23:57:00.504158 [ 3 ] {a2697023-ecc6-4d6f-ae52-4c9e2b5ac5e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12226 | 2024.09.03 23:57:00.504410 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 228 rows starting from the beginning of the part | ||
12227 | 2024.09.03 23:57:00.504730 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::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 | ||
12228 | 2024.09.03 23:57:00.505482 [ 3 ] {a2697023-ecc6-4d6f-ae52-4c9e2b5ac5e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12229 | 2024.09.03 23:57:00.506308 [ 3 ] {a2697023-ecc6-4d6f-ae52-4c9e2b5ac5e2} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12230 | 2024.09.03 23:57:00.506373 [ 3 ] {a2697023-ecc6-4d6f-ae52-4c9e2b5ac5e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12231 | 2024.09.03 23:57:00.507368 [ 3 ] {a2697023-ecc6-4d6f-ae52-4c9e2b5ac5e2} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
12232 | 2024.09.03 23:57:00.508008 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005322385 sec., 99015.7607914497 rows/sec., 6.73 MiB/sec. | ||
12233 | 2024.09.03 23:57:00.508222 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
12234 | 2024.09.03 23:57:00.508396 [ 3 ] {a2697023-ecc6-4d6f-ae52-4c9e2b5ac5e2} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12235 | 2024.09.03 23:57:00.508815 [ 3 ] {a2697023-ecc6-4d6f-ae52-4c9e2b5ac5e2} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004895 sec., 1225.7405515832481 rows/sec., 72.42 KiB/sec. | ||
12236 | 2024.09.03 23:57:00.509297 [ 3 ] {a2697023-ecc6-4d6f-ae52-4c9e2b5ac5e2} <Debug> DynamicQueryHandler: Done processing query | ||
12237 | 2024.09.03 23:57:00.509329 [ 3 ] {a2697023-ecc6-4d6f-ae52-4c9e2b5ac5e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12238 | 2024.09.03 23:57:00.509354 [ 3 ] {} <Debug> HTTP-Session: 1bc24f87-7f58-4331-a0bb-93f7ad6b7e52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12239 | 2024.09.03 23:57:00.509416 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_41_8} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12240 | 2024.09.03 23:57:00.509508 [ 189 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_41_8} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
12241 | 2024.09.03 23:57:00.509615 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
12242 | 2024.09.03 23:57:00.509664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 62783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12243 | 2024.09.03 23:57:00.509721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12244 | 2024.09.03 23:57:00.509742 [ 3 ] {} <Debug> HTTP-Session: 59cfdda3-6808-44d5-b151-4a7d80aeee0f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12245 | 2024.09.03 23:57:00.509759 [ 3 ] {} <Debug> HTTP-Session: 59cfdda3-6808-44d5-b151-4a7d80aeee0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12246 | 2024.09.03 23:57:00.509773 [ 3 ] {} <Debug> HTTP-Session: 59cfdda3-6808-44d5-b151-4a7d80aeee0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12247 | 2024.09.03 23:57:00.509806 [ 3 ] {} <Trace> HTTP-Session: 59cfdda3-6808-44d5-b151-4a7d80aeee0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12248 | 2024.09.03 23:57:00.510049 [ 3 ] {cfd9d1f4-d1be-4ada-9e88-f8157197c1e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12249 | 2024.09.03 23:57:00.510094 [ 3 ] {cfd9d1f4-d1be-4ada-9e88-f8157197c1e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12250 | 2024.09.03 23:57:00.510347 [ 3 ] {cfd9d1f4-d1be-4ada-9e88-f8157197c1e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12251 | 2024.09.03 23:57:00.510915 [ 3 ] {cfd9d1f4-d1be-4ada-9e88-f8157197c1e8} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12252 | 2024.09.03 23:57:00.510951 [ 3 ] {cfd9d1f4-d1be-4ada-9e88-f8157197c1e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12253 | 2024.09.03 23:57:00.511345 [ 3 ] {cfd9d1f4-d1be-4ada-9e88-f8157197c1e8} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
12254 | 2024.09.03 23:57:00.511715 [ 3 ] {cfd9d1f4-d1be-4ada-9e88-f8157197c1e8} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12255 | 2024.09.03 23:57:00.511867 [ 3 ] {cfd9d1f4-d1be-4ada-9e88-f8157197c1e8} <Debug> executeQuery: Read 388 rows, 28.16 KiB in 0.001968 sec., 197154.47154471543 rows/sec., 13.97 MiB/sec. | ||
12256 | 2024.09.03 23:57:00.512051 [ 3 ] {cfd9d1f4-d1be-4ada-9e88-f8157197c1e8} <Debug> DynamicQueryHandler: Done processing query | ||
12257 | 2024.09.03 23:57:00.512075 [ 3 ] {cfd9d1f4-d1be-4ada-9e88-f8157197c1e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
12258 | 2024.09.03 23:57:00.512091 [ 3 ] {} <Debug> HTTP-Session: 59cfdda3-6808-44d5-b151-4a7d80aeee0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12259 | 2024.09.03 23:57:00.512236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12260 | 2024.09.03 23:57:00.512285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12261 | 2024.09.03 23:57:00.512305 [ 3 ] {} <Debug> HTTP-Session: 8129959c-3b7f-4a1b-88cf-258cc1d40782 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12262 | 2024.09.03 23:57:00.512321 [ 3 ] {} <Debug> HTTP-Session: 8129959c-3b7f-4a1b-88cf-258cc1d40782 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12263 | 2024.09.03 23:57:00.512335 [ 3 ] {} <Debug> HTTP-Session: 8129959c-3b7f-4a1b-88cf-258cc1d40782 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12264 | 2024.09.03 23:57:00.512366 [ 3 ] {} <Trace> HTTP-Session: 8129959c-3b7f-4a1b-88cf-258cc1d40782 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12265 | 2024.09.03 23:57:00.512464 [ 3 ] {912348cd-978b-43df-b9ba-f5ddc6b92138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12266 | 2024.09.03 23:57:00.512509 [ 3 ] {912348cd-978b-43df-b9ba-f5ddc6b92138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12267 | 2024.09.03 23:57:00.512642 [ 3 ] {912348cd-978b-43df-b9ba-f5ddc6b92138} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12268 | 2024.09.03 23:57:00.512908 [ 3 ] {912348cd-978b-43df-b9ba-f5ddc6b92138} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12269 | 2024.09.03 23:57:00.512943 [ 3 ] {912348cd-978b-43df-b9ba-f5ddc6b92138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12270 | 2024.09.03 23:57:00.513304 [ 3 ] {912348cd-978b-43df-b9ba-f5ddc6b92138} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
12271 | 2024.09.03 23:57:00.513629 [ 3 ] {912348cd-978b-43df-b9ba-f5ddc6b92138} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12272 | 2024.09.03 23:57:00.513792 [ 90 ] {} <Debug> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
12273 | 2024.09.03 23:57:00.513800 [ 3 ] {912348cd-978b-43df-b9ba-f5ddc6b92138} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00135 sec., 4444.444444444444 rows/sec., 232.20 KiB/sec. | ||
12274 | 2024.09.03 23:57:00.513855 [ 90 ] {} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12275 | 2024.09.03 23:57:00.513919 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12276 | 2024.09.03 23:57:00.514133 [ 3 ] {912348cd-978b-43df-b9ba-f5ddc6b92138} <Debug> DynamicQueryHandler: Done processing query | ||
12277 | 2024.09.03 23:57:00.514209 [ 3 ] {912348cd-978b-43df-b9ba-f5ddc6b92138} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12278 | 2024.09.03 23:57:00.514251 [ 3 ] {} <Debug> HTTP-Session: 8129959c-3b7f-4a1b-88cf-258cc1d40782 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12279 | 2024.09.03 23:57:00.514265 [ 199 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
12280 | 2024.09.03 23:57:00.514591 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 44650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12281 | 2024.09.03 23:57:00.514709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12282 | 2024.09.03 23:57:00.514764 [ 3 ] {} <Debug> HTTP-Session: a5b6b103-77be-4162-bb18-7883bb94855e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12283 | 2024.09.03 23:57:00.514765 [ 199 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12284 | 2024.09.03 23:57:00.514789 [ 3 ] {} <Debug> HTTP-Session: a5b6b103-77be-4162-bb18-7883bb94855e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12285 | 2024.09.03 23:57:00.514834 [ 3 ] {} <Debug> HTTP-Session: a5b6b103-77be-4162-bb18-7883bb94855e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12286 | 2024.09.03 23:57:00.514849 [ 199 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
12287 | 2024.09.03 23:57:00.514899 [ 3 ] {} <Trace> HTTP-Session: a5b6b103-77be-4162-bb18-7883bb94855e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12288 | 2024.09.03 23:57:00.515146 [ 199 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
12289 | 2024.09.03 23:57:00.515359 [ 3 ] {fce6ffaa-025e-45b9-b0d7-dfc5a0a7727d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12290 | 2024.09.03 23:57:00.515436 [ 199 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
12291 | 2024.09.03 23:57:00.515507 [ 3 ] {fce6ffaa-025e-45b9-b0d7-dfc5a0a7727d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12292 | 2024.09.03 23:57:00.515760 [ 199 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
12293 | 2024.09.03 23:57:00.516099 [ 199 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
12294 | 2024.09.03 23:57:00.516380 [ 199 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
12295 | 2024.09.03 23:57:00.516820 [ 3 ] {fce6ffaa-025e-45b9-b0d7-dfc5a0a7727d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12296 | 2024.09.03 23:57:00.517968 [ 3 ] {fce6ffaa-025e-45b9-b0d7-dfc5a0a7727d} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12297 | 2024.09.03 23:57:00.518027 [ 3 ] {fce6ffaa-025e-45b9-b0d7-dfc5a0a7727d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12298 | 2024.09.03 23:57:00.519162 [ 3 ] {fce6ffaa-025e-45b9-b0d7-dfc5a0a7727d} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
12299 | 2024.09.03 23:57:00.519341 [ 189 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.005311514 sec., 35018.26409569851 rows/sec., 1.79 MiB/sec. | ||
12300 | 2024.09.03 23:57:00.519625 [ 203 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
12301 | 2024.09.03 23:57:00.519974 [ 3 ] {fce6ffaa-025e-45b9-b0d7-dfc5a0a7727d} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12302 | 2024.09.03 23:57:00.520424 [ 3 ] {fce6ffaa-025e-45b9-b0d7-dfc5a0a7727d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005317 sec., 44574.007899191274 rows/sec., 2.99 MiB/sec. | ||
12303 | 2024.09.03 23:57:00.520722 [ 203 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_31_6} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12304 | 2024.09.03 23:57:00.520835 [ 3 ] {fce6ffaa-025e-45b9-b0d7-dfc5a0a7727d} <Debug> DynamicQueryHandler: Done processing query | ||
12305 | 2024.09.03 23:57:00.520867 [ 203 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_31_6} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
12306 | 2024.09.03 23:57:00.520878 [ 3 ] {fce6ffaa-025e-45b9-b0d7-dfc5a0a7727d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12307 | 2024.09.03 23:57:00.520918 [ 3 ] {} <Debug> HTTP-Session: a5b6b103-77be-4162-bb18-7883bb94855e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12308 | 2024.09.03 23:57:00.521051 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
12309 | 2024.09.03 23:57:00.521109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12310 | 2024.09.03 23:57:00.521168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12311 | 2024.09.03 23:57:00.521187 [ 3 ] {} <Debug> HTTP-Session: 0abf103c-03f5-4842-8a92-38e954e52917 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12312 | 2024.09.03 23:57:00.521205 [ 3 ] {} <Debug> HTTP-Session: 0abf103c-03f5-4842-8a92-38e954e52917 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12313 | 2024.09.03 23:57:00.521220 [ 3 ] {} <Debug> HTTP-Session: 0abf103c-03f5-4842-8a92-38e954e52917 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12314 | 2024.09.03 23:57:00.521255 [ 3 ] {} <Trace> HTTP-Session: 0abf103c-03f5-4842-8a92-38e954e52917 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12315 | 2024.09.03 23:57:00.521355 [ 3 ] {7bc76343-1352-4501-be4f-ad3ae6f07f4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
12316 | 2024.09.03 23:57:00.521403 [ 3 ] {7bc76343-1352-4501-be4f-ad3ae6f07f4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12317 | 2024.09.03 23:57:00.521559 [ 3 ] {7bc76343-1352-4501-be4f-ad3ae6f07f4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12318 | 2024.09.03 23:57:00.521859 [ 3 ] {7bc76343-1352-4501-be4f-ad3ae6f07f4e} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12319 | 2024.09.03 23:57:00.521896 [ 3 ] {7bc76343-1352-4501-be4f-ad3ae6f07f4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12320 | 2024.09.03 23:57:00.522259 [ 3 ] {7bc76343-1352-4501-be4f-ad3ae6f07f4e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
12321 | 2024.09.03 23:57:00.522594 [ 3 ] {7bc76343-1352-4501-be4f-ad3ae6f07f4e} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12322 | 2024.09.03 23:57:00.522763 [ 3 ] {7bc76343-1352-4501-be4f-ad3ae6f07f4e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001427 sec., 700.7708479327259 rows/sec., 47.22 KiB/sec. | ||
12323 | 2024.09.03 23:57:00.522935 [ 3 ] {7bc76343-1352-4501-be4f-ad3ae6f07f4e} <Debug> DynamicQueryHandler: Done processing query | ||
12324 | 2024.09.03 23:57:00.522959 [ 3 ] {7bc76343-1352-4501-be4f-ad3ae6f07f4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
12325 | 2024.09.03 23:57:00.522974 [ 3 ] {} <Debug> HTTP-Session: 0abf103c-03f5-4842-8a92-38e954e52917 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12326 | 2024.09.03 23:57:00.523112 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 10219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12327 | 2024.09.03 23:57:00.523162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12328 | 2024.09.03 23:57:00.523182 [ 3 ] {} <Debug> HTTP-Session: 9ea3dfd1-996b-4f9c-9f2a-3639361238c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12329 | 2024.09.03 23:57:00.523198 [ 3 ] {} <Debug> HTTP-Session: 9ea3dfd1-996b-4f9c-9f2a-3639361238c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12330 | 2024.09.03 23:57:00.523213 [ 3 ] {} <Debug> HTTP-Session: 9ea3dfd1-996b-4f9c-9f2a-3639361238c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12331 | 2024.09.03 23:57:00.523244 [ 3 ] {} <Trace> HTTP-Session: 9ea3dfd1-996b-4f9c-9f2a-3639361238c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12332 | 2024.09.03 23:57:00.523395 [ 3 ] {fd9e9aca-4520-4577-ad94-6a2c999e19a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
12333 | 2024.09.03 23:57:00.523458 [ 3 ] {fd9e9aca-4520-4577-ad94-6a2c999e19a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
12334 | 2024.09.03 23:57:00.523890 [ 3 ] {fd9e9aca-4520-4577-ad94-6a2c999e19a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12335 | 2024.09.03 23:57:00.524416 [ 3 ] {fd9e9aca-4520-4577-ad94-6a2c999e19a0} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12336 | 2024.09.03 23:57:00.524453 [ 3 ] {fd9e9aca-4520-4577-ad94-6a2c999e19a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12337 | 2024.09.03 23:57:00.525067 [ 3 ] {fd9e9aca-4520-4577-ad94-6a2c999e19a0} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
12338 | 2024.09.03 23:57:00.525492 [ 3 ] {fd9e9aca-4520-4577-ad94-6a2c999e19a0} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12339 | 2024.09.03 23:57:00.525707 [ 3 ] {fd9e9aca-4520-4577-ad94-6a2c999e19a0} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.002377 sec., 2524.1901556583925 rows/sec., 4.52 MiB/sec. | ||
12340 | 2024.09.03 23:57:00.526222 [ 3 ] {fd9e9aca-4520-4577-ad94-6a2c999e19a0} <Debug> DynamicQueryHandler: Done processing query | ||
12341 | 2024.09.03 23:57:00.526252 [ 3 ] {fd9e9aca-4520-4577-ad94-6a2c999e19a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
12342 | 2024.09.03 23:57:00.526278 [ 3 ] {} <Debug> HTTP-Session: 9ea3dfd1-996b-4f9c-9f2a-3639361238c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12343 | 2024.09.03 23:57:00.526404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12344 | 2024.09.03 23:57:00.526455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12345 | 2024.09.03 23:57:00.526473 [ 3 ] {} <Debug> HTTP-Session: d8c180ba-7c2c-4606-a0f1-4870206ea0dd Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12346 | 2024.09.03 23:57:00.526490 [ 3 ] {} <Debug> HTTP-Session: d8c180ba-7c2c-4606-a0f1-4870206ea0dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12347 | 2024.09.03 23:57:00.526504 [ 3 ] {} <Debug> HTTP-Session: d8c180ba-7c2c-4606-a0f1-4870206ea0dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12348 | 2024.09.03 23:57:00.526536 [ 3 ] {} <Trace> HTTP-Session: d8c180ba-7c2c-4606-a0f1-4870206ea0dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12349 | 2024.09.03 23:57:00.526676 [ 3 ] {60608f1a-2941-4ced-a361-a98243d40624} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12350 | 2024.09.03 23:57:00.526722 [ 3 ] {60608f1a-2941-4ced-a361-a98243d40624} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12351 | 2024.09.03 23:57:00.526873 [ 3 ] {60608f1a-2941-4ced-a361-a98243d40624} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12352 | 2024.09.03 23:57:00.527230 [ 3 ] {60608f1a-2941-4ced-a361-a98243d40624} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12353 | 2024.09.03 23:57:00.527266 [ 3 ] {60608f1a-2941-4ced-a361-a98243d40624} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12354 | 2024.09.03 23:57:00.527667 [ 3 ] {60608f1a-2941-4ced-a361-a98243d40624} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
12355 | 2024.09.03 23:57:00.527995 [ 3 ] {60608f1a-2941-4ced-a361-a98243d40624} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12356 | 2024.09.03 23:57:00.528155 [ 3 ] {60608f1a-2941-4ced-a361-a98243d40624} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001534 sec., 53455.01955671447 rows/sec., 3.40 MiB/sec. | ||
12357 | 2024.09.03 23:57:00.528334 [ 3 ] {60608f1a-2941-4ced-a361-a98243d40624} <Debug> DynamicQueryHandler: Done processing query | ||
12358 | 2024.09.03 23:57:00.528358 [ 3 ] {60608f1a-2941-4ced-a361-a98243d40624} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12359 | 2024.09.03 23:57:00.528374 [ 3 ] {} <Debug> HTTP-Session: d8c180ba-7c2c-4606-a0f1-4870206ea0dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12360 | 2024.09.03 23:57:03.281403 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12361 | 2024.09.03 23:57:03.281464 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12362 | 2024.09.03 23:57:05.493830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 19979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12363 | 2024.09.03 23:57:05.493966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12364 | 2024.09.03 23:57:05.493996 [ 3 ] {} <Debug> HTTP-Session: faae9984-bc78-45be-a989-8d360bba304e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12365 | 2024.09.03 23:57:05.494025 [ 3 ] {} <Debug> HTTP-Session: faae9984-bc78-45be-a989-8d360bba304e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12366 | 2024.09.03 23:57:05.494039 [ 3 ] {} <Debug> HTTP-Session: faae9984-bc78-45be-a989-8d360bba304e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12367 | 2024.09.03 23:57:05.494092 [ 3 ] {} <Trace> HTTP-Session: faae9984-bc78-45be-a989-8d360bba304e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12368 | 2024.09.03 23:57:05.494333 [ 3 ] {a0f43c24-a16f-4d95-a76b-864664216e71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12369 | 2024.09.03 23:57:05.494404 [ 3 ] {a0f43c24-a16f-4d95-a76b-864664216e71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12370 | 2024.09.03 23:57:05.494742 [ 3 ] {a0f43c24-a16f-4d95-a76b-864664216e71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12371 | 2024.09.03 23:57:05.495329 [ 3 ] {a0f43c24-a16f-4d95-a76b-864664216e71} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12372 | 2024.09.03 23:57:05.495378 [ 3 ] {a0f43c24-a16f-4d95-a76b-864664216e71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12373 | 2024.09.03 23:57:05.495826 [ 3 ] {a0f43c24-a16f-4d95-a76b-864664216e71} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12374 | 2024.09.03 23:57:05.496216 [ 3 ] {a0f43c24-a16f-4d95-a76b-864664216e71} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12375 | 2024.09.03 23:57:05.496377 [ 3 ] {a0f43c24-a16f-4d95-a76b-864664216e71} <Debug> executeQuery: Read 134 rows, 11.82 KiB in 0.002136 sec., 62734.082397003745 rows/sec., 5.40 MiB/sec. | ||
12376 | 2024.09.03 23:57:05.496610 [ 3 ] {a0f43c24-a16f-4d95-a76b-864664216e71} <Debug> DynamicQueryHandler: Done processing query | ||
12377 | 2024.09.03 23:57:05.496640 [ 3 ] {a0f43c24-a16f-4d95-a76b-864664216e71} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
12378 | 2024.09.03 23:57:05.496657 [ 3 ] {} <Debug> HTTP-Session: faae9984-bc78-45be-a989-8d360bba304e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12379 | 2024.09.03 23:57:05.496859 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 5642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12380 | 2024.09.03 23:57:05.496921 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12381 | 2024.09.03 23:57:05.496942 [ 3 ] {} <Debug> HTTP-Session: 4b585c28-e600-40ce-bde9-e5d579782540 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12382 | 2024.09.03 23:57:05.496961 [ 3 ] {} <Debug> HTTP-Session: 4b585c28-e600-40ce-bde9-e5d579782540 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12383 | 2024.09.03 23:57:05.496975 [ 3 ] {} <Debug> HTTP-Session: 4b585c28-e600-40ce-bde9-e5d579782540 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12384 | 2024.09.03 23:57:05.497013 [ 3 ] {} <Trace> HTTP-Session: 4b585c28-e600-40ce-bde9-e5d579782540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12385 | 2024.09.03 23:57:05.497150 [ 3 ] {e02a1047-7858-4802-8dcf-1e5cc7562b0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12386 | 2024.09.03 23:57:05.497202 [ 3 ] {e02a1047-7858-4802-8dcf-1e5cc7562b0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12387 | 2024.09.03 23:57:05.497451 [ 3 ] {e02a1047-7858-4802-8dcf-1e5cc7562b0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12388 | 2024.09.03 23:57:05.497860 [ 3 ] {e02a1047-7858-4802-8dcf-1e5cc7562b0c} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12389 | 2024.09.03 23:57:05.497898 [ 3 ] {e02a1047-7858-4802-8dcf-1e5cc7562b0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12390 | 2024.09.03 23:57:05.498290 [ 3 ] {e02a1047-7858-4802-8dcf-1e5cc7562b0c} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
12391 | 2024.09.03 23:57:05.498662 [ 3 ] {e02a1047-7858-4802-8dcf-1e5cc7562b0c} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12392 | 2024.09.03 23:57:05.498802 [ 3 ] {e02a1047-7858-4802-8dcf-1e5cc7562b0c} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001702 sec., 22914.21856639248 rows/sec., 1.68 MiB/sec. | ||
12393 | 2024.09.03 23:57:05.498991 [ 3 ] {e02a1047-7858-4802-8dcf-1e5cc7562b0c} <Debug> DynamicQueryHandler: Done processing query | ||
12394 | 2024.09.03 23:57:05.499019 [ 3 ] {e02a1047-7858-4802-8dcf-1e5cc7562b0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12395 | 2024.09.03 23:57:05.499036 [ 3 ] {} <Debug> HTTP-Session: 4b585c28-e600-40ce-bde9-e5d579782540 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12396 | 2024.09.03 23:57:05.499208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 18534, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12397 | 2024.09.03 23:57:05.499271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12398 | 2024.09.03 23:57:05.499291 [ 3 ] {} <Debug> HTTP-Session: 58d2fdfd-c757-4427-b81d-35db7176561c Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12399 | 2024.09.03 23:57:05.499309 [ 3 ] {} <Debug> HTTP-Session: 58d2fdfd-c757-4427-b81d-35db7176561c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12400 | 2024.09.03 23:57:05.499324 [ 3 ] {} <Debug> HTTP-Session: 58d2fdfd-c757-4427-b81d-35db7176561c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12401 | 2024.09.03 23:57:05.499359 [ 3 ] {} <Trace> HTTP-Session: 58d2fdfd-c757-4427-b81d-35db7176561c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12402 | 2024.09.03 23:57:05.499492 [ 3 ] {8b70564c-ecd2-46a6-8a59-5b9648a767ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12403 | 2024.09.03 23:57:05.499539 [ 3 ] {8b70564c-ecd2-46a6-8a59-5b9648a767ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12404 | 2024.09.03 23:57:05.499776 [ 3 ] {8b70564c-ecd2-46a6-8a59-5b9648a767ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12405 | 2024.09.03 23:57:05.500209 [ 3 ] {8b70564c-ecd2-46a6-8a59-5b9648a767ed} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12406 | 2024.09.03 23:57:05.500246 [ 3 ] {8b70564c-ecd2-46a6-8a59-5b9648a767ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12407 | 2024.09.03 23:57:05.500625 [ 3 ] {8b70564c-ecd2-46a6-8a59-5b9648a767ed} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12408 | 2024.09.03 23:57:05.500978 [ 3 ] {8b70564c-ecd2-46a6-8a59-5b9648a767ed} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12409 | 2024.09.03 23:57:05.501115 [ 3 ] {8b70564c-ecd2-46a6-8a59-5b9648a767ed} <Debug> executeQuery: Read 109 rows, 8.75 KiB in 0.001676 sec., 65035.799522673035 rows/sec., 5.10 MiB/sec. | ||
12410 | 2024.09.03 23:57:05.501292 [ 3 ] {8b70564c-ecd2-46a6-8a59-5b9648a767ed} <Debug> DynamicQueryHandler: Done processing query | ||
12411 | 2024.09.03 23:57:05.501317 [ 3 ] {8b70564c-ecd2-46a6-8a59-5b9648a767ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12412 | 2024.09.03 23:57:05.501333 [ 3 ] {} <Debug> HTTP-Session: 58d2fdfd-c757-4427-b81d-35db7176561c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12413 | 2024.09.03 23:57:05.501549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12414 | 2024.09.03 23:57:05.501601 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12415 | 2024.09.03 23:57:05.501622 [ 3 ] {} <Debug> HTTP-Session: fb71287b-8240-4b8d-89fc-001f44a16ecf Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12416 | 2024.09.03 23:57:05.501638 [ 3 ] {} <Debug> HTTP-Session: fb71287b-8240-4b8d-89fc-001f44a16ecf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12417 | 2024.09.03 23:57:05.501653 [ 3 ] {} <Debug> HTTP-Session: fb71287b-8240-4b8d-89fc-001f44a16ecf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12418 | 2024.09.03 23:57:05.501687 [ 3 ] {} <Trace> HTTP-Session: fb71287b-8240-4b8d-89fc-001f44a16ecf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12419 | 2024.09.03 23:57:05.501840 [ 3 ] {ff68a3d4-dfa0-479e-ba13-ba24fe4b1af5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12420 | 2024.09.03 23:57:05.501888 [ 3 ] {ff68a3d4-dfa0-479e-ba13-ba24fe4b1af5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12421 | 2024.09.03 23:57:05.502034 [ 3 ] {ff68a3d4-dfa0-479e-ba13-ba24fe4b1af5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12422 | 2024.09.03 23:57:05.502459 [ 3 ] {ff68a3d4-dfa0-479e-ba13-ba24fe4b1af5} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12423 | 2024.09.03 23:57:05.502495 [ 3 ] {ff68a3d4-dfa0-479e-ba13-ba24fe4b1af5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12424 | 2024.09.03 23:57:05.502900 [ 3 ] {ff68a3d4-dfa0-479e-ba13-ba24fe4b1af5} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12425 | 2024.09.03 23:57:05.503249 [ 3 ] {ff68a3d4-dfa0-479e-ba13-ba24fe4b1af5} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12426 | 2024.09.03 23:57:05.503385 [ 3 ] {ff68a3d4-dfa0-479e-ba13-ba24fe4b1af5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001613 sec., 99194.04835709857 rows/sec., 6.91 MiB/sec. | ||
12427 | 2024.09.03 23:57:05.503564 [ 3 ] {ff68a3d4-dfa0-479e-ba13-ba24fe4b1af5} <Debug> DynamicQueryHandler: Done processing query | ||
12428 | 2024.09.03 23:57:05.503589 [ 3 ] {ff68a3d4-dfa0-479e-ba13-ba24fe4b1af5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12429 | 2024.09.03 23:57:05.503607 [ 3 ] {} <Debug> HTTP-Session: fb71287b-8240-4b8d-89fc-001f44a16ecf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12430 | 2024.09.03 23:57:05.503793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 64861, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12431 | 2024.09.03 23:57:05.503843 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12432 | 2024.09.03 23:57:05.503863 [ 3 ] {} <Debug> HTTP-Session: a6c8efe3-e891-4931-a959-3c34272ad65c Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12433 | 2024.09.03 23:57:05.503879 [ 3 ] {} <Debug> HTTP-Session: a6c8efe3-e891-4931-a959-3c34272ad65c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12434 | 2024.09.03 23:57:05.503893 [ 3 ] {} <Debug> HTTP-Session: a6c8efe3-e891-4931-a959-3c34272ad65c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12435 | 2024.09.03 23:57:05.503924 [ 3 ] {} <Trace> HTTP-Session: a6c8efe3-e891-4931-a959-3c34272ad65c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12436 | 2024.09.03 23:57:05.504346 [ 3 ] {7083cefe-4260-4e13-8a9e-9f33bb60d52c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
12437 | 2024.09.03 23:57:05.504413 [ 3 ] {7083cefe-4260-4e13-8a9e-9f33bb60d52c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
12438 | 2024.09.03 23:57:05.504819 [ 3 ] {7083cefe-4260-4e13-8a9e-9f33bb60d52c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12439 | 2024.09.03 23:57:05.505587 [ 3 ] {7083cefe-4260-4e13-8a9e-9f33bb60d52c} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12440 | 2024.09.03 23:57:05.505625 [ 3 ] {7083cefe-4260-4e13-8a9e-9f33bb60d52c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12441 | 2024.09.03 23:57:05.506304 [ 3 ] {7083cefe-4260-4e13-8a9e-9f33bb60d52c} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
12442 | 2024.09.03 23:57:05.506737 [ 3 ] {7083cefe-4260-4e13-8a9e-9f33bb60d52c} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12443 | 2024.09.03 23:57:05.506890 [ 3 ] {7083cefe-4260-4e13-8a9e-9f33bb60d52c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002868 sec., 13598.326359832636 rows/sec., 24.37 MiB/sec. | ||
12444 | 2024.09.03 23:57:05.507108 [ 3 ] {7083cefe-4260-4e13-8a9e-9f33bb60d52c} <Debug> DynamicQueryHandler: Done processing query | ||
12445 | 2024.09.03 23:57:05.507134 [ 3 ] {7083cefe-4260-4e13-8a9e-9f33bb60d52c} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
12446 | 2024.09.03 23:57:05.507150 [ 3 ] {} <Debug> HTTP-Session: a6c8efe3-e891-4931-a959-3c34272ad65c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12447 | 2024.09.03 23:57:05.507282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12448 | 2024.09.03 23:57:05.507331 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12449 | 2024.09.03 23:57:05.507350 [ 3 ] {} <Debug> HTTP-Session: 1709086f-32bb-4313-be3a-e3addd125fd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12450 | 2024.09.03 23:57:05.507367 [ 3 ] {} <Debug> HTTP-Session: 1709086f-32bb-4313-be3a-e3addd125fd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12451 | 2024.09.03 23:57:05.507381 [ 3 ] {} <Debug> HTTP-Session: 1709086f-32bb-4313-be3a-e3addd125fd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12452 | 2024.09.03 23:57:05.507413 [ 3 ] {} <Trace> HTTP-Session: 1709086f-32bb-4313-be3a-e3addd125fd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12453 | 2024.09.03 23:57:05.507513 [ 3 ] {86627414-4669-45cf-97cd-0a846cbd709f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
12454 | 2024.09.03 23:57:05.507557 [ 3 ] {86627414-4669-45cf-97cd-0a846cbd709f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
12455 | 2024.09.03 23:57:05.507686 [ 3 ] {86627414-4669-45cf-97cd-0a846cbd709f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12456 | 2024.09.03 23:57:05.507985 [ 3 ] {86627414-4669-45cf-97cd-0a846cbd709f} <Trace> oximeter.measurements_i64 (6dccfcb5-ea8e-4ec3-8477-256f4b48c830): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12457 | 2024.09.03 23:57:05.508021 [ 3 ] {86627414-4669-45cf-97cd-0a846cbd709f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12458 | 2024.09.03 23:57:05.508380 [ 3 ] {86627414-4669-45cf-97cd-0a846cbd709f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
12459 | 2024.09.03 23:57:05.508704 [ 3 ] {86627414-4669-45cf-97cd-0a846cbd709f} <Trace> oximeter.measurements_i64 (6dccfcb5-ea8e-4ec3-8477-256f4b48c830): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12460 | 2024.09.03 23:57:05.508828 [ 3 ] {86627414-4669-45cf-97cd-0a846cbd709f} <Debug> executeQuery: Read 9 rows, 709.00 B in 0.001342 sec., 6706.408345752608 rows/sec., 515.93 KiB/sec. | ||
12461 | 2024.09.03 23:57:05.509243 [ 3 ] {86627414-4669-45cf-97cd-0a846cbd709f} <Debug> DynamicQueryHandler: Done processing query | ||
12462 | 2024.09.03 23:57:05.509268 [ 3 ] {86627414-4669-45cf-97cd-0a846cbd709f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12463 | 2024.09.03 23:57:05.509285 [ 3 ] {} <Debug> HTTP-Session: 1709086f-32bb-4313-be3a-e3addd125fd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12464 | 2024.09.03 23:57:05.509416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12465 | 2024.09.03 23:57:05.509466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12466 | 2024.09.03 23:57:05.509493 [ 3 ] {} <Debug> HTTP-Session: 7d547f9b-bcab-4eba-a944-a40fcb356794 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12467 | 2024.09.03 23:57:05.509512 [ 3 ] {} <Debug> HTTP-Session: 7d547f9b-bcab-4eba-a944-a40fcb356794 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12468 | 2024.09.03 23:57:05.509530 [ 3 ] {} <Debug> HTTP-Session: 7d547f9b-bcab-4eba-a944-a40fcb356794 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12469 | 2024.09.03 23:57:05.509562 [ 3 ] {} <Trace> HTTP-Session: 7d547f9b-bcab-4eba-a944-a40fcb356794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12470 | 2024.09.03 23:57:05.509685 [ 3 ] {76a3992f-cda8-4bdc-bf48-2db3bb9d11d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12471 | 2024.09.03 23:57:05.509732 [ 3 ] {76a3992f-cda8-4bdc-bf48-2db3bb9d11d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12472 | 2024.09.03 23:57:05.509887 [ 3 ] {76a3992f-cda8-4bdc-bf48-2db3bb9d11d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12473 | 2024.09.03 23:57:05.510212 [ 3 ] {76a3992f-cda8-4bdc-bf48-2db3bb9d11d3} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12474 | 2024.09.03 23:57:05.510249 [ 3 ] {76a3992f-cda8-4bdc-bf48-2db3bb9d11d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12475 | 2024.09.03 23:57:05.510610 [ 3 ] {76a3992f-cda8-4bdc-bf48-2db3bb9d11d3} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12476 | 2024.09.03 23:57:05.510936 [ 3 ] {76a3992f-cda8-4bdc-bf48-2db3bb9d11d3} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12477 | 2024.09.03 23:57:05.511070 [ 3 ] {76a3992f-cda8-4bdc-bf48-2db3bb9d11d3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00143 sec., 41958.041958041955 rows/sec., 2.83 MiB/sec. | ||
12478 | 2024.09.03 23:57:05.511327 [ 3 ] {76a3992f-cda8-4bdc-bf48-2db3bb9d11d3} <Debug> DynamicQueryHandler: Done processing query | ||
12479 | 2024.09.03 23:57:05.511391 [ 3 ] {76a3992f-cda8-4bdc-bf48-2db3bb9d11d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12480 | 2024.09.03 23:57:05.511444 [ 3 ] {} <Debug> HTTP-Session: 7d547f9b-bcab-4eba-a944-a40fcb356794 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12481 | 2024.09.03 23:57:06.187632 [ 79 ] {} <Debug> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 | ||
12482 | 2024.09.03 23:57:06.187696 [ 79 ] {} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12483 | 2024.09.03 23:57:06.187720 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12484 | 2024.09.03 23:57:06.187919 [ 188 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full | ||
12485 | 2024.09.03 23:57:06.188351 [ 188 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12486 | 2024.09.03 23:57:06.188395 [ 188 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 18 rows starting from the beginning of the part | ||
12487 | 2024.09.03 23:57:06.188505 [ 188 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part | ||
12488 | 2024.09.03 23:57:06.188597 [ 188 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 4 rows starting from the beginning of the part | ||
12489 | 2024.09.03 23:57:06.188839 [ 188 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
12490 | 2024.09.03 23:57:06.189007 [ 188 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
12491 | 2024.09.03 23:57:06.190115 [ 203 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.0023148 sec., 15552.099533437013 rows/sec., 1.30 MiB/sec. | ||
12492 | 2024.09.03 23:57:06.190325 [ 189 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
12493 | 2024.09.03 23:57:06.190844 [ 189 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_19_4} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12494 | 2024.09.03 23:57:06.190940 [ 189 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_19_4} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 | ||
12495 | 2024.09.03 23:57:06.191051 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
12496 | 2024.09.03 23:57:10.494819 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12497 | 2024.09.03 23:57:10.494951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12498 | 2024.09.03 23:57:10.494977 [ 3 ] {} <Debug> HTTP-Session: 729cca99-42ea-48d9-8f40-0980d8d7a6fd Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12499 | 2024.09.03 23:57:10.495002 [ 3 ] {} <Debug> HTTP-Session: 729cca99-42ea-48d9-8f40-0980d8d7a6fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12500 | 2024.09.03 23:57:10.495017 [ 3 ] {} <Debug> HTTP-Session: 729cca99-42ea-48d9-8f40-0980d8d7a6fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12501 | 2024.09.03 23:57:10.495067 [ 3 ] {} <Trace> HTTP-Session: 729cca99-42ea-48d9-8f40-0980d8d7a6fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12502 | 2024.09.03 23:57:10.495307 [ 3 ] {4fe87835-be79-4318-91cb-e9149cc82693} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12503 | 2024.09.03 23:57:10.495377 [ 3 ] {4fe87835-be79-4318-91cb-e9149cc82693} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12504 | 2024.09.03 23:57:10.495716 [ 3 ] {4fe87835-be79-4318-91cb-e9149cc82693} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12505 | 2024.09.03 23:57:10.496283 [ 3 ] {4fe87835-be79-4318-91cb-e9149cc82693} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12506 | 2024.09.03 23:57:10.496326 [ 3 ] {4fe87835-be79-4318-91cb-e9149cc82693} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12507 | 2024.09.03 23:57:10.496783 [ 3 ] {4fe87835-be79-4318-91cb-e9149cc82693} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12508 | 2024.09.03 23:57:10.497172 [ 3 ] {4fe87835-be79-4318-91cb-e9149cc82693} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12509 | 2024.09.03 23:57:10.497327 [ 3 ] {4fe87835-be79-4318-91cb-e9149cc82693} <Debug> executeQuery: Read 201 rows, 18.03 KiB in 0.002128 sec., 94454.88721804511 rows/sec., 8.27 MiB/sec. | ||
12510 | 2024.09.03 23:57:10.497339 [ 76 ] {} <Debug> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12511 | 2024.09.03 23:57:10.497399 [ 76 ] {} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12512 | 2024.09.03 23:57:10.497442 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12513 | 2024.09.03 23:57:10.497590 [ 3 ] {4fe87835-be79-4318-91cb-e9149cc82693} <Debug> DynamicQueryHandler: Done processing query | ||
12514 | 2024.09.03 23:57:10.497658 [ 3 ] {4fe87835-be79-4318-91cb-e9149cc82693} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12515 | 2024.09.03 23:57:10.497666 [ 188 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::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 | ||
12516 | 2024.09.03 23:57:10.497685 [ 3 ] {} <Debug> HTTP-Session: 729cca99-42ea-48d9-8f40-0980d8d7a6fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12517 | 2024.09.03 23:57:10.498050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12518 | 2024.09.03 23:57:10.498217 [ 188 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12519 | 2024.09.03 23:57:10.498267 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12520 | 2024.09.03 23:57:10.498330 [ 188 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1413 rows starting from the beginning of the part | ||
12521 | 2024.09.03 23:57:10.498389 [ 3 ] {} <Debug> HTTP-Session: 1be568b7-6a89-4f7d-95f7-5d6e067106ac Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12522 | 2024.09.03 23:57:10.498514 [ 3 ] {} <Debug> HTTP-Session: 1be568b7-6a89-4f7d-95f7-5d6e067106ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12523 | 2024.09.03 23:57:10.498605 [ 3 ] {} <Debug> HTTP-Session: 1be568b7-6a89-4f7d-95f7-5d6e067106ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12524 | 2024.09.03 23:57:10.498835 [ 188 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 203 rows starting from the beginning of the part | ||
12525 | 2024.09.03 23:57:10.498864 [ 3 ] {} <Trace> HTTP-Session: 1be568b7-6a89-4f7d-95f7-5d6e067106ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12526 | 2024.09.03 23:57:10.499166 [ 188 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1261 rows starting from the beginning of the part | ||
12527 | 2024.09.03 23:57:10.499256 [ 3 ] {77fffe57-33ce-462c-9d65-c9261cfdb1d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12528 | 2024.09.03 23:57:10.499433 [ 3 ] {77fffe57-33ce-462c-9d65-c9261cfdb1d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12529 | 2024.09.03 23:57:10.499463 [ 188 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 201 rows starting from the beginning of the part | ||
12530 | 2024.09.03 23:57:10.499835 [ 188 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 134 rows starting from the beginning of the part | ||
12531 | 2024.09.03 23:57:10.500104 [ 188 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 201 rows starting from the beginning of the part | ||
12532 | 2024.09.03 23:57:10.500829 [ 3 ] {77fffe57-33ce-462c-9d65-c9261cfdb1d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12533 | 2024.09.03 23:57:10.501565 [ 3 ] {77fffe57-33ce-462c-9d65-c9261cfdb1d4} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12534 | 2024.09.03 23:57:10.501637 [ 3 ] {77fffe57-33ce-462c-9d65-c9261cfdb1d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12535 | 2024.09.03 23:57:10.502692 [ 3 ] {77fffe57-33ce-462c-9d65-c9261cfdb1d4} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
12536 | 2024.09.03 23:57:10.503216 [ 3 ] {77fffe57-33ce-462c-9d65-c9261cfdb1d4} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12537 | 2024.09.03 23:57:10.503678 [ 3 ] {77fffe57-33ce-462c-9d65-c9261cfdb1d4} <Debug> executeQuery: Read 6 rows, 462.00 B in 0.004539 sec., 1321.8770654329148 rows/sec., 99.40 KiB/sec. | ||
12538 | 2024.09.03 23:57:10.503777 [ 188 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3413 rows, containing 5 columns (5 merged, 0 gathered) in 0.006236494 sec., 547262.6126153573 rows/sec., 48.18 MiB/sec. | ||
12539 | 2024.09.03 23:57:10.503998 [ 3 ] {77fffe57-33ce-462c-9d65-c9261cfdb1d4} <Debug> DynamicQueryHandler: Done processing query | ||
12540 | 2024.09.03 23:57:10.504037 [ 3 ] {77fffe57-33ce-462c-9d65-c9261cfdb1d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12541 | 2024.09.03 23:57:10.504063 [ 3 ] {} <Debug> HTTP-Session: 1be568b7-6a89-4f7d-95f7-5d6e067106ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12542 | 2024.09.03 23:57:10.504075 [ 188 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12543 | 2024.09.03 23:57:10.504226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12544 | 2024.09.03 23:57:10.504345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12545 | 2024.09.03 23:57:10.504436 [ 3 ] {} <Debug> HTTP-Session: cfaa70ee-26dd-495b-b6b0-17a2fd0d0017 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12546 | 2024.09.03 23:57:10.504516 [ 3 ] {} <Debug> HTTP-Session: cfaa70ee-26dd-495b-b6b0-17a2fd0d0017 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12547 | 2024.09.03 23:57:10.504579 [ 3 ] {} <Debug> HTTP-Session: cfaa70ee-26dd-495b-b6b0-17a2fd0d0017 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12548 | 2024.09.03 23:57:10.504672 [ 3 ] {} <Trace> HTTP-Session: cfaa70ee-26dd-495b-b6b0-17a2fd0d0017 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12549 | 2024.09.03 23:57:10.504845 [ 3 ] {ecb6b606-992d-4dfd-bad3-4ca6acf538c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
12550 | 2024.09.03 23:57:10.504928 [ 3 ] {ecb6b606-992d-4dfd-bad3-4ca6acf538c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12551 | 2024.09.03 23:57:10.504956 [ 188 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_66_13} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12552 | 2024.09.03 23:57:10.505174 [ 188 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_66_13} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12553 | 2024.09.03 23:57:10.505342 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
12554 | 2024.09.03 23:57:10.505489 [ 3 ] {ecb6b606-992d-4dfd-bad3-4ca6acf538c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12555 | 2024.09.03 23:57:10.505856 [ 3 ] {ecb6b606-992d-4dfd-bad3-4ca6acf538c0} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12556 | 2024.09.03 23:57:10.505894 [ 3 ] {ecb6b606-992d-4dfd-bad3-4ca6acf538c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12557 | 2024.09.03 23:57:10.506267 [ 3 ] {ecb6b606-992d-4dfd-bad3-4ca6acf538c0} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
12558 | 2024.09.03 23:57:10.506649 [ 3 ] {ecb6b606-992d-4dfd-bad3-4ca6acf538c0} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12559 | 2024.09.03 23:57:10.506784 [ 3 ] {ecb6b606-992d-4dfd-bad3-4ca6acf538c0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002014 sec., 6951.340615690168 rows/sec., 486.83 KiB/sec. | ||
12560 | 2024.09.03 23:57:10.506948 [ 3 ] {ecb6b606-992d-4dfd-bad3-4ca6acf538c0} <Debug> DynamicQueryHandler: Done processing query | ||
12561 | 2024.09.03 23:57:10.506972 [ 3 ] {ecb6b606-992d-4dfd-bad3-4ca6acf538c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12562 | 2024.09.03 23:57:10.506990 [ 3 ] {} <Debug> HTTP-Session: cfaa70ee-26dd-495b-b6b0-17a2fd0d0017 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12563 | 2024.09.03 23:57:10.507107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12564 | 2024.09.03 23:57:10.507154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12565 | 2024.09.03 23:57:10.507174 [ 3 ] {} <Debug> HTTP-Session: 8b727bdd-40c1-4038-8121-55b118eb4d4e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12566 | 2024.09.03 23:57:10.507191 [ 3 ] {} <Debug> HTTP-Session: 8b727bdd-40c1-4038-8121-55b118eb4d4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12567 | 2024.09.03 23:57:10.507205 [ 3 ] {} <Debug> HTTP-Session: 8b727bdd-40c1-4038-8121-55b118eb4d4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12568 | 2024.09.03 23:57:10.507237 [ 3 ] {} <Trace> HTTP-Session: 8b727bdd-40c1-4038-8121-55b118eb4d4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12569 | 2024.09.03 23:57:10.507336 [ 3 ] {e0f02b8f-10a4-4ede-af9d-ca42050c94d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
12570 | 2024.09.03 23:57:10.507378 [ 3 ] {e0f02b8f-10a4-4ede-af9d-ca42050c94d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12571 | 2024.09.03 23:57:10.507604 [ 3 ] {e0f02b8f-10a4-4ede-af9d-ca42050c94d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12572 | 2024.09.03 23:57:10.507916 [ 3 ] {e0f02b8f-10a4-4ede-af9d-ca42050c94d3} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12573 | 2024.09.03 23:57:10.507953 [ 3 ] {e0f02b8f-10a4-4ede-af9d-ca42050c94d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12574 | 2024.09.03 23:57:10.508305 [ 3 ] {e0f02b8f-10a4-4ede-af9d-ca42050c94d3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
12575 | 2024.09.03 23:57:10.508668 [ 3 ] {e0f02b8f-10a4-4ede-af9d-ca42050c94d3} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12576 | 2024.09.03 23:57:10.508798 [ 3 ] {e0f02b8f-10a4-4ede-af9d-ca42050c94d3} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001489 sec., 4029.550033579583 rows/sec., 238.07 KiB/sec. | ||
12577 | 2024.09.03 23:57:10.508968 [ 3 ] {e0f02b8f-10a4-4ede-af9d-ca42050c94d3} <Debug> DynamicQueryHandler: Done processing query | ||
12578 | 2024.09.03 23:57:10.508994 [ 3 ] {e0f02b8f-10a4-4ede-af9d-ca42050c94d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12579 | 2024.09.03 23:57:10.509010 [ 3 ] {} <Debug> HTTP-Session: 8b727bdd-40c1-4038-8121-55b118eb4d4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12580 | 2024.09.03 23:57:10.509193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 62783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12581 | 2024.09.03 23:57:10.509243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12582 | 2024.09.03 23:57:10.509263 [ 3 ] {} <Debug> HTTP-Session: b745c2f9-a765-4bdf-af41-406cbd40c43d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12583 | 2024.09.03 23:57:10.509280 [ 3 ] {} <Debug> HTTP-Session: b745c2f9-a765-4bdf-af41-406cbd40c43d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12584 | 2024.09.03 23:57:10.509294 [ 3 ] {} <Debug> HTTP-Session: b745c2f9-a765-4bdf-af41-406cbd40c43d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12585 | 2024.09.03 23:57:10.509325 [ 3 ] {} <Trace> HTTP-Session: b745c2f9-a765-4bdf-af41-406cbd40c43d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12586 | 2024.09.03 23:57:10.509640 [ 3 ] {c4d3e03b-367d-42b0-9790-7017cfded46b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12587 | 2024.09.03 23:57:10.509684 [ 3 ] {c4d3e03b-367d-42b0-9790-7017cfded46b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12588 | 2024.09.03 23:57:10.509910 [ 3 ] {c4d3e03b-367d-42b0-9790-7017cfded46b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12589 | 2024.09.03 23:57:10.510457 [ 3 ] {c4d3e03b-367d-42b0-9790-7017cfded46b} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12590 | 2024.09.03 23:57:10.510493 [ 3 ] {c4d3e03b-367d-42b0-9790-7017cfded46b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12591 | 2024.09.03 23:57:10.510873 [ 3 ] {c4d3e03b-367d-42b0-9790-7017cfded46b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12592 | 2024.09.03 23:57:10.511233 [ 3 ] {c4d3e03b-367d-42b0-9790-7017cfded46b} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12593 | 2024.09.03 23:57:10.511365 [ 3 ] {c4d3e03b-367d-42b0-9790-7017cfded46b} <Debug> executeQuery: Read 388 rows, 28.16 KiB in 0.001952 sec., 198770.49180327868 rows/sec., 14.09 MiB/sec. | ||
12594 | 2024.09.03 23:57:10.511365 [ 76 ] {} <Debug> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12595 | 2024.09.03 23:57:10.511432 [ 76 ] {} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12596 | 2024.09.03 23:57:10.511471 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12597 | 2024.09.03 23:57:10.511598 [ 3 ] {c4d3e03b-367d-42b0-9790-7017cfded46b} <Debug> DynamicQueryHandler: Done processing query | ||
12598 | 2024.09.03 23:57:10.511653 [ 3 ] {c4d3e03b-367d-42b0-9790-7017cfded46b} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
12599 | 2024.09.03 23:57:10.511671 [ 203 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::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 | ||
12600 | 2024.09.03 23:57:10.511685 [ 3 ] {} <Debug> HTTP-Session: b745c2f9-a765-4bdf-af41-406cbd40c43d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12601 | 2024.09.03 23:57:10.511921 [ 203 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12602 | 2024.09.03 23:57:10.511945 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12603 | 2024.09.03 23:57:10.511988 [ 203 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 911 rows starting from the beginning of the part | ||
12604 | 2024.09.03 23:57:10.512031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12605 | 2024.09.03 23:57:10.512101 [ 3 ] {} <Debug> HTTP-Session: 5cf7e257-1f68-4780-a683-f2b2ee9d470a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12606 | 2024.09.03 23:57:10.512202 [ 3 ] {} <Debug> HTTP-Session: 5cf7e257-1f68-4780-a683-f2b2ee9d470a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12607 | 2024.09.03 23:57:10.512264 [ 203 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 392 rows starting from the beginning of the part | ||
12608 | 2024.09.03 23:57:10.512286 [ 3 ] {} <Debug> HTTP-Session: 5cf7e257-1f68-4780-a683-f2b2ee9d470a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12609 | 2024.09.03 23:57:10.512436 [ 3 ] {} <Trace> HTTP-Session: 5cf7e257-1f68-4780-a683-f2b2ee9d470a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12610 | 2024.09.03 23:57:10.512576 [ 203 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 557 rows starting from the beginning of the part | ||
12611 | 2024.09.03 23:57:10.512848 [ 203 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 388 rows starting from the beginning of the part | ||
12612 | 2024.09.03 23:57:10.512873 [ 3 ] {1581f861-e2f4-4986-acb6-ad4295b47467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12613 | 2024.09.03 23:57:10.513060 [ 203 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 109 rows starting from the beginning of the part | ||
12614 | 2024.09.03 23:57:10.513068 [ 3 ] {1581f861-e2f4-4986-acb6-ad4295b47467} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12615 | 2024.09.03 23:57:10.513385 [ 203 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 388 rows starting from the beginning of the part | ||
12616 | 2024.09.03 23:57:10.514176 [ 3 ] {1581f861-e2f4-4986-acb6-ad4295b47467} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12617 | 2024.09.03 23:57:10.514844 [ 3 ] {1581f861-e2f4-4986-acb6-ad4295b47467} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12618 | 2024.09.03 23:57:10.514898 [ 3 ] {1581f861-e2f4-4986-acb6-ad4295b47467} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12619 | 2024.09.03 23:57:10.515908 [ 3 ] {1581f861-e2f4-4986-acb6-ad4295b47467} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
12620 | 2024.09.03 23:57:10.516387 [ 3 ] {1581f861-e2f4-4986-acb6-ad4295b47467} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12621 | 2024.09.03 23:57:10.516776 [ 3 ] {1581f861-e2f4-4986-acb6-ad4295b47467} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004071 sec., 1473.8393515106854 rows/sec., 77.00 KiB/sec. | ||
12622 | 2024.09.03 23:57:10.517151 [ 203 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2745 rows, containing 5 columns (5 merged, 0 gathered) in 0.00559299 sec., 490792.93901830685 rows/sec., 37.45 MiB/sec. | ||
12623 | 2024.09.03 23:57:10.517252 [ 3 ] {1581f861-e2f4-4986-acb6-ad4295b47467} <Debug> DynamicQueryHandler: Done processing query | ||
12624 | 2024.09.03 23:57:10.517303 [ 3 ] {1581f861-e2f4-4986-acb6-ad4295b47467} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12625 | 2024.09.03 23:57:10.517336 [ 3 ] {} <Debug> HTTP-Session: 5cf7e257-1f68-4780-a683-f2b2ee9d470a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12626 | 2024.09.03 23:57:10.517403 [ 203 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12627 | 2024.09.03 23:57:10.517565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 44650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12628 | 2024.09.03 23:57:10.517733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12629 | 2024.09.03 23:57:10.517830 [ 3 ] {} <Debug> HTTP-Session: 675eff79-d720-4f96-a412-1f22f4a392fd Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12630 | 2024.09.03 23:57:10.517875 [ 3 ] {} <Debug> HTTP-Session: 675eff79-d720-4f96-a412-1f22f4a392fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12631 | 2024.09.03 23:57:10.517924 [ 3 ] {} <Debug> HTTP-Session: 675eff79-d720-4f96-a412-1f22f4a392fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12632 | 2024.09.03 23:57:10.517983 [ 3 ] {} <Trace> HTTP-Session: 675eff79-d720-4f96-a412-1f22f4a392fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12633 | 2024.09.03 23:57:10.518209 [ 203 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_66_13} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12634 | 2024.09.03 23:57:10.518318 [ 203 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_66_13} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12635 | 2024.09.03 23:57:10.518368 [ 3 ] {afc37886-18cf-4172-9593-0e3e0683a13b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12636 | 2024.09.03 23:57:10.518478 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
12637 | 2024.09.03 23:57:10.518491 [ 3 ] {afc37886-18cf-4172-9593-0e3e0683a13b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12638 | 2024.09.03 23:57:10.518682 [ 3 ] {afc37886-18cf-4172-9593-0e3e0683a13b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12639 | 2024.09.03 23:57:10.519140 [ 3 ] {afc37886-18cf-4172-9593-0e3e0683a13b} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12640 | 2024.09.03 23:57:10.519178 [ 3 ] {afc37886-18cf-4172-9593-0e3e0683a13b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12641 | 2024.09.03 23:57:10.519589 [ 3 ] {afc37886-18cf-4172-9593-0e3e0683a13b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12642 | 2024.09.03 23:57:10.519938 [ 3 ] {afc37886-18cf-4172-9593-0e3e0683a13b} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12643 | 2024.09.03 23:57:10.520068 [ 76 ] {} <Debug> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12644 | 2024.09.03 23:57:10.520073 [ 3 ] {afc37886-18cf-4172-9593-0e3e0683a13b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001944 sec., 121913.58024691358 rows/sec., 8.17 MiB/sec. | ||
12645 | 2024.09.03 23:57:10.520101 [ 76 ] {} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12646 | 2024.09.03 23:57:10.520139 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12647 | 2024.09.03 23:57:10.520412 [ 197 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::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 | ||
12648 | 2024.09.03 23:57:10.520424 [ 3 ] {afc37886-18cf-4172-9593-0e3e0683a13b} <Debug> DynamicQueryHandler: Done processing query | ||
12649 | 2024.09.03 23:57:10.520535 [ 3 ] {afc37886-18cf-4172-9593-0e3e0683a13b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12650 | 2024.09.03 23:57:10.520613 [ 3 ] {} <Debug> HTTP-Session: 675eff79-d720-4f96-a412-1f22f4a392fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12651 | 2024.09.03 23:57:10.521006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12652 | 2024.09.03 23:57:10.521213 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12653 | 2024.09.03 23:57:10.521261 [ 3 ] {} <Debug> HTTP-Session: 8e6ec679-faf5-4272-8ed6-18df882ccb6f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12654 | 2024.09.03 23:57:10.521353 [ 3 ] {} <Debug> HTTP-Session: 8e6ec679-faf5-4272-8ed6-18df882ccb6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12655 | 2024.09.03 23:57:10.521422 [ 3 ] {} <Debug> HTTP-Session: 8e6ec679-faf5-4272-8ed6-18df882ccb6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12656 | 2024.09.03 23:57:10.521488 [ 197 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12657 | 2024.09.03 23:57:10.521555 [ 3 ] {} <Trace> HTTP-Session: 8e6ec679-faf5-4272-8ed6-18df882ccb6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12658 | 2024.09.03 23:57:10.521606 [ 197 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18983 rows starting from the beginning of the part | ||
12659 | 2024.09.03 23:57:10.521873 [ 197 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 239 rows starting from the beginning of the part | ||
12660 | 2024.09.03 23:57:10.521894 [ 3 ] {44ae9fb4-894a-4d30-99be-b85d381a178a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
12661 | 2024.09.03 23:57:10.522107 [ 3 ] {44ae9fb4-894a-4d30-99be-b85d381a178a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12662 | 2024.09.03 23:57:10.522140 [ 197 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 847 rows starting from the beginning of the part | ||
12663 | 2024.09.03 23:57:10.522467 [ 197 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 237 rows starting from the beginning of the part | ||
12664 | 2024.09.03 23:57:10.522791 [ 197 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part | ||
12665 | 2024.09.03 23:57:10.523120 [ 197 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 237 rows starting from the beginning of the part | ||
12666 | 2024.09.03 23:57:10.523487 [ 3 ] {44ae9fb4-894a-4d30-99be-b85d381a178a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12667 | 2024.09.03 23:57:10.524246 [ 3 ] {44ae9fb4-894a-4d30-99be-b85d381a178a} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12668 | 2024.09.03 23:57:10.524323 [ 3 ] {44ae9fb4-894a-4d30-99be-b85d381a178a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12669 | 2024.09.03 23:57:10.524792 [ 3 ] {44ae9fb4-894a-4d30-99be-b85d381a178a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
12670 | 2024.09.03 23:57:10.525225 [ 3 ] {44ae9fb4-894a-4d30-99be-b85d381a178a} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12671 | 2024.09.03 23:57:10.525566 [ 3 ] {44ae9fb4-894a-4d30-99be-b85d381a178a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003844 sec., 260.1456815816857 rows/sec., 17.53 KiB/sec. | ||
12672 | 2024.09.03 23:57:10.525935 [ 3 ] {44ae9fb4-894a-4d30-99be-b85d381a178a} <Debug> DynamicQueryHandler: Done processing query | ||
12673 | 2024.09.03 23:57:10.525993 [ 3 ] {44ae9fb4-894a-4d30-99be-b85d381a178a} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
12674 | 2024.09.03 23:57:10.526043 [ 3 ] {} <Debug> HTTP-Session: 8e6ec679-faf5-4272-8ed6-18df882ccb6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12675 | 2024.09.03 23:57:10.526213 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 10220, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12676 | 2024.09.03 23:57:10.526272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12677 | 2024.09.03 23:57:10.526305 [ 3 ] {} <Debug> HTTP-Session: ba7b83a0-18b5-4a5f-bef5-7049843af08f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12678 | 2024.09.03 23:57:10.526323 [ 3 ] {} <Debug> HTTP-Session: ba7b83a0-18b5-4a5f-bef5-7049843af08f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12679 | 2024.09.03 23:57:10.526338 [ 3 ] {} <Debug> HTTP-Session: ba7b83a0-18b5-4a5f-bef5-7049843af08f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12680 | 2024.09.03 23:57:10.526381 [ 3 ] {} <Trace> HTTP-Session: ba7b83a0-18b5-4a5f-bef5-7049843af08f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12681 | 2024.09.03 23:57:10.526579 [ 3 ] {237a142e-b4d1-4b10-aceb-ec1c480b76d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
12682 | 2024.09.03 23:57:10.526656 [ 3 ] {237a142e-b4d1-4b10-aceb-ec1c480b76d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
12683 | 2024.09.03 23:57:10.527482 [ 3 ] {237a142e-b4d1-4b10-aceb-ec1c480b76d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12684 | 2024.09.03 23:57:10.528090 [ 3 ] {237a142e-b4d1-4b10-aceb-ec1c480b76d4} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12685 | 2024.09.03 23:57:10.528127 [ 3 ] {237a142e-b4d1-4b10-aceb-ec1c480b76d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12686 | 2024.09.03 23:57:10.529032 [ 3 ] {237a142e-b4d1-4b10-aceb-ec1c480b76d4} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
12687 | 2024.09.03 23:57:10.529558 [ 3 ] {237a142e-b4d1-4b10-aceb-ec1c480b76d4} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12688 | 2024.09.03 23:57:10.529851 [ 3 ] {237a142e-b4d1-4b10-aceb-ec1c480b76d4} <Debug> executeQuery: Read 6 rows, 11.01 KiB in 0.003372 sec., 1779.3594306049822 rows/sec., 3.19 MiB/sec. | ||
12689 | 2024.09.03 23:57:10.530541 [ 195 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20703 rows, containing 5 columns (5 merged, 0 gathered) in 0.010295632 sec., 2010852.7577520253 rows/sec., 135.64 MiB/sec. | ||
12690 | 2024.09.03 23:57:10.530702 [ 3 ] {237a142e-b4d1-4b10-aceb-ec1c480b76d4} <Debug> DynamicQueryHandler: Done processing query | ||
12691 | 2024.09.03 23:57:10.530736 [ 3 ] {237a142e-b4d1-4b10-aceb-ec1c480b76d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
12692 | 2024.09.03 23:57:10.530759 [ 3 ] {} <Debug> HTTP-Session: ba7b83a0-18b5-4a5f-bef5-7049843af08f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12693 | 2024.09.03 23:57:10.530897 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12694 | 2024.09.03 23:57:10.530976 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12695 | 2024.09.03 23:57:10.531003 [ 195 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12696 | 2024.09.03 23:57:10.531014 [ 3 ] {} <Debug> HTTP-Session: e58362cd-240e-4176-bebd-a58c4bcbd23d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12697 | 2024.09.03 23:57:10.531075 [ 3 ] {} <Debug> HTTP-Session: e58362cd-240e-4176-bebd-a58c4bcbd23d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12698 | 2024.09.03 23:57:10.531123 [ 3 ] {} <Debug> HTTP-Session: e58362cd-240e-4176-bebd-a58c4bcbd23d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12699 | 2024.09.03 23:57:10.531193 [ 3 ] {} <Trace> HTTP-Session: e58362cd-240e-4176-bebd-a58c4bcbd23d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12700 | 2024.09.03 23:57:10.531475 [ 3 ] {c17ecb99-5934-4fb2-ba17-d3df2a55bb21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12701 | 2024.09.03 23:57:10.531613 [ 3 ] {c17ecb99-5934-4fb2-ba17-d3df2a55bb21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12702 | 2024.09.03 23:57:10.532030 [ 3 ] {c17ecb99-5934-4fb2-ba17-d3df2a55bb21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12703 | 2024.09.03 23:57:10.532068 [ 195 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12704 | 2024.09.03 23:57:10.532269 [ 195 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12705 | 2024.09.03 23:57:10.532422 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
12706 | 2024.09.03 23:57:10.532572 [ 3 ] {c17ecb99-5934-4fb2-ba17-d3df2a55bb21} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12707 | 2024.09.03 23:57:10.532614 [ 3 ] {c17ecb99-5934-4fb2-ba17-d3df2a55bb21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12708 | 2024.09.03 23:57:10.532999 [ 3 ] {c17ecb99-5934-4fb2-ba17-d3df2a55bb21} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12709 | 2024.09.03 23:57:10.533334 [ 3 ] {c17ecb99-5934-4fb2-ba17-d3df2a55bb21} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12710 | 2024.09.03 23:57:10.533463 [ 76 ] {} <Debug> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12711 | 2024.09.03 23:57:10.533466 [ 3 ] {c17ecb99-5934-4fb2-ba17-d3df2a55bb21} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002177 sec., 37666.513550757925 rows/sec., 2.39 MiB/sec. | ||
12712 | 2024.09.03 23:57:10.533497 [ 76 ] {} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12713 | 2024.09.03 23:57:10.533539 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12714 | 2024.09.03 23:57:10.533716 [ 3 ] {c17ecb99-5934-4fb2-ba17-d3df2a55bb21} <Debug> DynamicQueryHandler: Done processing query | ||
12715 | 2024.09.03 23:57:10.533723 [ 196 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
12716 | 2024.09.03 23:57:10.533746 [ 3 ] {c17ecb99-5934-4fb2-ba17-d3df2a55bb21} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12717 | 2024.09.03 23:57:10.533800 [ 3 ] {} <Debug> HTTP-Session: e58362cd-240e-4176-bebd-a58c4bcbd23d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12718 | 2024.09.03 23:57:10.533938 [ 196 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12719 | 2024.09.03 23:57:10.533979 [ 196 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3812 rows starting from the beginning of the part | ||
12720 | 2024.09.03 23:57:10.534103 [ 196 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 82 rows starting from the beginning of the part | ||
12721 | 2024.09.03 23:57:10.534226 [ 196 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part | ||
12722 | 2024.09.03 23:57:10.534445 [ 196 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 82 rows starting from the beginning of the part | ||
12723 | 2024.09.03 23:57:10.534699 [ 196 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
12724 | 2024.09.03 23:57:10.534819 [ 196 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 82 rows starting from the beginning of the part | ||
12725 | 2024.09.03 23:57:10.536779 [ 190 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4178 rows, containing 4 columns (4 merged, 0 gathered) in 0.003156818 sec., 1323484.5974649156 rows/sec., 86.11 MiB/sec. | ||
12726 | 2024.09.03 23:57:10.537080 [ 196 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12727 | 2024.09.03 23:57:10.537475 [ 196 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_66_13} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12728 | 2024.09.03 23:57:10.537561 [ 196 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_66_13} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12729 | 2024.09.03 23:57:10.537646 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
12730 | 2024.09.03 23:57:15.490447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1521, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12731 | 2024.09.03 23:57:15.490603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12732 | 2024.09.03 23:57:15.490633 [ 3 ] {} <Debug> HTTP-Session: a6c91e7b-26f3-4b26-ad88-5a5684bc029a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12733 | 2024.09.03 23:57:15.490663 [ 3 ] {} <Debug> HTTP-Session: a6c91e7b-26f3-4b26-ad88-5a5684bc029a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12734 | 2024.09.03 23:57:15.490682 [ 3 ] {} <Debug> HTTP-Session: a6c91e7b-26f3-4b26-ad88-5a5684bc029a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12735 | 2024.09.03 23:57:15.490738 [ 3 ] {} <Trace> HTTP-Session: a6c91e7b-26f3-4b26-ad88-5a5684bc029a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12736 | 2024.09.03 23:57:15.491037 [ 3 ] {7f9afa19-ada3-4fc0-a4e3-c5ba5c285efb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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) | ||
12737 | 2024.09.03 23:57:15.491513 [ 3 ] {7f9afa19-ada3-4fc0-a4e3-c5ba5c285efb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
12738 | 2024.09.03 23:57:15.491569 [ 3 ] {7f9afa19-ada3-4fc0-a4e3-c5ba5c285efb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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 | ||
12739 | 2024.09.03 23:57:15.491958 [ 3 ] {7f9afa19-ada3-4fc0-a4e3-c5ba5c285efb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
12740 | 2024.09.03 23:57:15.492042 [ 3 ] {7f9afa19-ada3-4fc0-a4e3-c5ba5c285efb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
12741 | 2024.09.03 23:57:15.492221 [ 3 ] {7f9afa19-ada3-4fc0-a4e3-c5ba5c285efb} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
12742 | 2024.09.03 23:57:15.492358 [ 250 ] {7f9afa19-ada3-4fc0-a4e3-c5ba5c285efb} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
12743 | 2024.09.03 23:57:15.492358 [ 258 ] {7f9afa19-ada3-4fc0-a4e3-c5ba5c285efb} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
12744 | 2024.09.03 23:57:15.492501 [ 3 ] {7f9afa19-ada3-4fc0-a4e3-c5ba5c285efb} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (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 | ||
12745 | 2024.09.03 23:57:15.492535 [ 3 ] {7f9afa19-ada3-4fc0-a4e3-c5ba5c285efb} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
12746 | 2024.09.03 23:57:15.492630 [ 3 ] {7f9afa19-ada3-4fc0-a4e3-c5ba5c285efb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
12747 | 2024.09.03 23:57:15.492654 [ 3 ] {7f9afa19-ada3-4fc0-a4e3-c5ba5c285efb} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 42 rows with 2 streams | ||
12748 | 2024.09.03 23:57:15.492700 [ 3 ] {7f9afa19-ada3-4fc0-a4e3-c5ba5c285efb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))" | ||
12749 | 2024.09.03 23:57:15.492751 [ 3 ] {7f9afa19-ada3-4fc0-a4e3-c5ba5c285efb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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'))" | ||
12750 | 2024.09.03 23:57:15.494603 [ 3 ] {7f9afa19-ada3-4fc0-a4e3-c5ba5c285efb} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.003709 sec., 11323.806956052844 rows/sec., 432.07 KiB/sec. | ||
12751 | 2024.09.03 23:57:15.494962 [ 3 ] {7f9afa19-ada3-4fc0-a4e3-c5ba5c285efb} <Debug> DynamicQueryHandler: Done processing query | ||
12752 | 2024.09.03 23:57:15.494988 [ 3 ] {7f9afa19-ada3-4fc0-a4e3-c5ba5c285efb} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
12753 | 2024.09.03 23:57:15.495006 [ 3 ] {} <Debug> HTTP-Session: a6c91e7b-26f3-4b26-ad88-5a5684bc029a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12754 | 2024.09.03 23:57:15.497489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12755 | 2024.09.03 23:57:15.497558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12756 | 2024.09.03 23:57:15.497583 [ 3 ] {} <Debug> HTTP-Session: 8c187b1f-d72c-4682-a74c-94f2a67df717 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12757 | 2024.09.03 23:57:15.497605 [ 3 ] {} <Debug> HTTP-Session: 8c187b1f-d72c-4682-a74c-94f2a67df717 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12758 | 2024.09.03 23:57:15.497623 [ 3 ] {} <Debug> HTTP-Session: 8c187b1f-d72c-4682-a74c-94f2a67df717 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12759 | 2024.09.03 23:57:15.497667 [ 3 ] {} <Trace> HTTP-Session: 8c187b1f-d72c-4682-a74c-94f2a67df717 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12760 | 2024.09.03 23:57:15.497819 [ 3 ] {8788c7c7-c54a-4295-87ac-2661da1d88ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
12761 | 2024.09.03 23:57:15.497882 [ 3 ] {8788c7c7-c54a-4295-87ac-2661da1d88ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
12762 | 2024.09.03 23:57:15.498101 [ 3 ] {8788c7c7-c54a-4295-87ac-2661da1d88ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12763 | 2024.09.03 23:57:15.498545 [ 3 ] {8788c7c7-c54a-4295-87ac-2661da1d88ad} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12764 | 2024.09.03 23:57:15.498586 [ 3 ] {8788c7c7-c54a-4295-87ac-2661da1d88ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12765 | 2024.09.03 23:57:15.499121 [ 3 ] {8788c7c7-c54a-4295-87ac-2661da1d88ad} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
12766 | 2024.09.03 23:57:15.499566 [ 3 ] {8788c7c7-c54a-4295-87ac-2661da1d88ad} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12767 | 2024.09.03 23:57:15.499753 [ 3 ] {8788c7c7-c54a-4295-87ac-2661da1d88ad} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.001981 sec., 504.79555779909134 rows/sec., 140.49 KiB/sec. | ||
12768 | 2024.09.03 23:57:15.500128 [ 3 ] {8788c7c7-c54a-4295-87ac-2661da1d88ad} <Debug> DynamicQueryHandler: Done processing query | ||
12769 | 2024.09.03 23:57:15.500160 [ 3 ] {8788c7c7-c54a-4295-87ac-2661da1d88ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12770 | 2024.09.03 23:57:15.500181 [ 3 ] {} <Debug> HTTP-Session: 8c187b1f-d72c-4682-a74c-94f2a67df717 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12771 | 2024.09.03 23:57:15.500355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12772 | 2024.09.03 23:57:15.500419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12773 | 2024.09.03 23:57:15.500439 [ 3 ] {} <Debug> HTTP-Session: fbb9295d-9e63-4a26-a34f-9e06d7100604 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12774 | 2024.09.03 23:57:15.500458 [ 3 ] {} <Debug> HTTP-Session: fbb9295d-9e63-4a26-a34f-9e06d7100604 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12775 | 2024.09.03 23:57:15.500472 [ 3 ] {} <Debug> HTTP-Session: fbb9295d-9e63-4a26-a34f-9e06d7100604 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12776 | 2024.09.03 23:57:15.500506 [ 3 ] {} <Trace> HTTP-Session: fbb9295d-9e63-4a26-a34f-9e06d7100604 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12777 | 2024.09.03 23:57:15.500609 [ 3 ] {77271ed7-0891-40c5-b215-c40171dcc824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12778 | 2024.09.03 23:57:15.500658 [ 3 ] {77271ed7-0891-40c5-b215-c40171dcc824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12779 | 2024.09.03 23:57:15.500922 [ 3 ] {77271ed7-0891-40c5-b215-c40171dcc824} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12780 | 2024.09.03 23:57:15.501246 [ 3 ] {77271ed7-0891-40c5-b215-c40171dcc824} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12781 | 2024.09.03 23:57:15.501283 [ 3 ] {77271ed7-0891-40c5-b215-c40171dcc824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12782 | 2024.09.03 23:57:15.501645 [ 3 ] {77271ed7-0891-40c5-b215-c40171dcc824} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
12783 | 2024.09.03 23:57:15.502019 [ 3 ] {77271ed7-0891-40c5-b215-c40171dcc824} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12784 | 2024.09.03 23:57:15.502163 [ 3 ] {77271ed7-0891-40c5-b215-c40171dcc824} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.001577 sec., 634.1154090044388 rows/sec., 47.06 KiB/sec. | ||
12785 | 2024.09.03 23:57:15.502335 [ 3 ] {77271ed7-0891-40c5-b215-c40171dcc824} <Debug> DynamicQueryHandler: Done processing query | ||
12786 | 2024.09.03 23:57:15.502360 [ 3 ] {77271ed7-0891-40c5-b215-c40171dcc824} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12787 | 2024.09.03 23:57:15.502375 [ 3 ] {} <Debug> HTTP-Session: fbb9295d-9e63-4a26-a34f-9e06d7100604 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12788 | 2024.09.03 23:57:15.502557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 21168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12789 | 2024.09.03 23:57:15.502606 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12790 | 2024.09.03 23:57:15.502625 [ 3 ] {} <Debug> HTTP-Session: 3904924a-0fc3-41ba-acce-736f27392bcb Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12791 | 2024.09.03 23:57:15.502643 [ 3 ] {} <Debug> HTTP-Session: 3904924a-0fc3-41ba-acce-736f27392bcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12792 | 2024.09.03 23:57:15.502656 [ 3 ] {} <Debug> HTTP-Session: 3904924a-0fc3-41ba-acce-736f27392bcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12793 | 2024.09.03 23:57:15.502688 [ 3 ] {} <Trace> HTTP-Session: 3904924a-0fc3-41ba-acce-736f27392bcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12794 | 2024.09.03 23:57:15.502830 [ 3 ] {24664d73-4df7-4cae-8f78-12614e595155} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12795 | 2024.09.03 23:57:15.502874 [ 3 ] {24664d73-4df7-4cae-8f78-12614e595155} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12796 | 2024.09.03 23:57:15.503102 [ 3 ] {24664d73-4df7-4cae-8f78-12614e595155} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12797 | 2024.09.03 23:57:15.503529 [ 3 ] {24664d73-4df7-4cae-8f78-12614e595155} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12798 | 2024.09.03 23:57:15.503567 [ 3 ] {24664d73-4df7-4cae-8f78-12614e595155} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12799 | 2024.09.03 23:57:15.503937 [ 3 ] {24664d73-4df7-4cae-8f78-12614e595155} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12800 | 2024.09.03 23:57:15.504302 [ 3 ] {24664d73-4df7-4cae-8f78-12614e595155} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12801 | 2024.09.03 23:57:15.504463 [ 3 ] {24664d73-4df7-4cae-8f78-12614e595155} <Debug> executeQuery: Read 142 rows, 12.52 KiB in 0.001689 sec., 84073.41622261693 rows/sec., 7.24 MiB/sec. | ||
12802 | 2024.09.03 23:57:15.504754 [ 3 ] {24664d73-4df7-4cae-8f78-12614e595155} <Debug> DynamicQueryHandler: Done processing query | ||
12803 | 2024.09.03 23:57:15.504815 [ 3 ] {24664d73-4df7-4cae-8f78-12614e595155} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
12804 | 2024.09.03 23:57:15.504866 [ 3 ] {} <Debug> HTTP-Session: 3904924a-0fc3-41ba-acce-736f27392bcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12805 | 2024.09.03 23:57:15.505065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 6206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12806 | 2024.09.03 23:57:15.505116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12807 | 2024.09.03 23:57:15.505135 [ 3 ] {} <Debug> HTTP-Session: 4cb3fdff-94a5-4fc6-9286-0139f97e9c63 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12808 | 2024.09.03 23:57:15.505152 [ 3 ] {} <Debug> HTTP-Session: 4cb3fdff-94a5-4fc6-9286-0139f97e9c63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12809 | 2024.09.03 23:57:15.505165 [ 3 ] {} <Debug> HTTP-Session: 4cb3fdff-94a5-4fc6-9286-0139f97e9c63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12810 | 2024.09.03 23:57:15.505198 [ 3 ] {} <Trace> HTTP-Session: 4cb3fdff-94a5-4fc6-9286-0139f97e9c63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12811 | 2024.09.03 23:57:15.505316 [ 3 ] {b6018790-ed6f-4903-b473-0a2101a2e085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12812 | 2024.09.03 23:57:15.505362 [ 3 ] {b6018790-ed6f-4903-b473-0a2101a2e085} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12813 | 2024.09.03 23:57:15.505605 [ 3 ] {b6018790-ed6f-4903-b473-0a2101a2e085} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12814 | 2024.09.03 23:57:15.505947 [ 3 ] {b6018790-ed6f-4903-b473-0a2101a2e085} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12815 | 2024.09.03 23:57:15.505985 [ 3 ] {b6018790-ed6f-4903-b473-0a2101a2e085} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12816 | 2024.09.03 23:57:15.506351 [ 3 ] {b6018790-ed6f-4903-b473-0a2101a2e085} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
12817 | 2024.09.03 23:57:15.506714 [ 3 ] {b6018790-ed6f-4903-b473-0a2101a2e085} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12818 | 2024.09.03 23:57:15.506873 [ 66 ] {} <Debug> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 | ||
12819 | 2024.09.03 23:57:15.506875 [ 3 ] {b6018790-ed6f-4903-b473-0a2101a2e085} <Debug> executeQuery: Read 43 rows, 3.22 KiB in 0.001587 sec., 27095.148078134844 rows/sec., 1.98 MiB/sec. | ||
12820 | 2024.09.03 23:57:15.506939 [ 66 ] {} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12821 | 2024.09.03 23:57:15.507003 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12822 | 2024.09.03 23:57:15.507235 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_60_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full | ||
12823 | 2024.09.03 23:57:15.507240 [ 3 ] {b6018790-ed6f-4903-b473-0a2101a2e085} <Debug> DynamicQueryHandler: Done processing query | ||
12824 | 2024.09.03 23:57:15.507295 [ 3 ] {b6018790-ed6f-4903-b473-0a2101a2e085} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12825 | 2024.09.03 23:57:15.507374 [ 3 ] {} <Debug> HTTP-Session: 4cb3fdff-94a5-4fc6-9286-0139f97e9c63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12826 | 2024.09.03 23:57:15.507708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 20098, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12827 | 2024.09.03 23:57:15.507913 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12828 | 2024.09.03 23:57:15.507993 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_60_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12829 | 2024.09.03 23:57:15.508023 [ 3 ] {} <Debug> HTTP-Session: f767cb85-089c-4394-afae-11045528cdee Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12830 | 2024.09.03 23:57:15.508112 [ 3 ] {} <Debug> HTTP-Session: f767cb85-089c-4394-afae-11045528cdee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12831 | 2024.09.03 23:57:15.508154 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 55 rows starting from the beginning of the part | ||
12832 | 2024.09.03 23:57:15.508188 [ 3 ] {} <Debug> HTTP-Session: f767cb85-089c-4394-afae-11045528cdee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12833 | 2024.09.03 23:57:15.508352 [ 3 ] {} <Trace> HTTP-Session: f767cb85-089c-4394-afae-11045528cdee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12834 | 2024.09.03 23:57:15.508652 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 37 rows starting from the beginning of the part | ||
12835 | 2024.09.03 23:57:15.508821 [ 3 ] {fa35a933-7a45-476a-9ae3-826dac97c0fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12836 | 2024.09.03 23:57:15.509022 [ 3 ] {fa35a933-7a45-476a-9ae3-826dac97c0fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12837 | 2024.09.03 23:57:15.509052 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 6 rows starting from the beginning of the part | ||
12838 | 2024.09.03 23:57:15.509626 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 39 rows starting from the beginning of the part | ||
12839 | 2024.09.03 23:57:15.510069 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 6 rows starting from the beginning of the part | ||
12840 | 2024.09.03 23:57:15.510576 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 43 rows starting from the beginning of the part | ||
12841 | 2024.09.03 23:57:15.510975 [ 3 ] {fa35a933-7a45-476a-9ae3-826dac97c0fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12842 | 2024.09.03 23:57:15.511552 [ 3 ] {fa35a933-7a45-476a-9ae3-826dac97c0fa} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12843 | 2024.09.03 23:57:15.511599 [ 3 ] {fa35a933-7a45-476a-9ae3-826dac97c0fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12844 | 2024.09.03 23:57:15.512197 [ 3 ] {fa35a933-7a45-476a-9ae3-826dac97c0fa} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12845 | 2024.09.03 23:57:15.512237 [ 196 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_60_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 5 columns (5 merged, 0 gathered) in 0.005125311 sec., 36290.48071424349 rows/sec., 2.78 MiB/sec. | ||
12846 | 2024.09.03 23:57:15.512516 [ 196 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_60_12} <Trace> MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) | ||
12847 | 2024.09.03 23:57:15.512927 [ 3 ] {fa35a933-7a45-476a-9ae3-826dac97c0fa} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12848 | 2024.09.03 23:57:15.513388 [ 3 ] {fa35a933-7a45-476a-9ae3-826dac97c0fa} <Debug> executeQuery: Read 119 rows, 9.42 KiB in 0.004735 sec., 25131.995776135165 rows/sec., 1.94 MiB/sec. | ||
12849 | 2024.09.03 23:57:15.513732 [ 3 ] {fa35a933-7a45-476a-9ae3-826dac97c0fa} <Debug> DynamicQueryHandler: Done processing query | ||
12850 | 2024.09.03 23:57:15.513736 [ 196 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_60_12} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12851 | 2024.09.03 23:57:15.513773 [ 3 ] {fa35a933-7a45-476a-9ae3-826dac97c0fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
12852 | 2024.09.03 23:57:15.513824 [ 3 ] {} <Debug> HTTP-Session: f767cb85-089c-4394-afae-11045528cdee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12853 | 2024.09.03 23:57:15.513911 [ 196 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_60_12} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 | ||
12854 | 2024.09.03 23:57:15.514046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12855 | 2024.09.03 23:57:15.514057 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
12856 | 2024.09.03 23:57:15.514120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12857 | 2024.09.03 23:57:15.514146 [ 3 ] {} <Debug> HTTP-Session: 3fa42013-46ff-4301-a478-82d42dba7405 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12858 | 2024.09.03 23:57:15.514164 [ 3 ] {} <Debug> HTTP-Session: 3fa42013-46ff-4301-a478-82d42dba7405 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12859 | 2024.09.03 23:57:15.514178 [ 3 ] {} <Debug> HTTP-Session: 3fa42013-46ff-4301-a478-82d42dba7405 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12860 | 2024.09.03 23:57:15.514209 [ 3 ] {} <Trace> HTTP-Session: 3fa42013-46ff-4301-a478-82d42dba7405 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12861 | 2024.09.03 23:57:15.514372 [ 3 ] {29d549b0-7216-42dc-a3f1-ea5d950e5148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12862 | 2024.09.03 23:57:15.514421 [ 3 ] {29d549b0-7216-42dc-a3f1-ea5d950e5148} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12863 | 2024.09.03 23:57:15.514589 [ 3 ] {29d549b0-7216-42dc-a3f1-ea5d950e5148} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12864 | 2024.09.03 23:57:15.514967 [ 3 ] {29d549b0-7216-42dc-a3f1-ea5d950e5148} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12865 | 2024.09.03 23:57:15.515003 [ 3 ] {29d549b0-7216-42dc-a3f1-ea5d950e5148} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12866 | 2024.09.03 23:57:15.515397 [ 3 ] {29d549b0-7216-42dc-a3f1-ea5d950e5148} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12867 | 2024.09.03 23:57:15.515758 [ 3 ] {29d549b0-7216-42dc-a3f1-ea5d950e5148} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12868 | 2024.09.03 23:57:15.515913 [ 3 ] {29d549b0-7216-42dc-a3f1-ea5d950e5148} <Debug> executeQuery: Read 161 rows, 11.47 KiB in 0.001608 sec., 100124.37810945274 rows/sec., 6.97 MiB/sec. | ||
12869 | 2024.09.03 23:57:15.516075 [ 3 ] {29d549b0-7216-42dc-a3f1-ea5d950e5148} <Debug> DynamicQueryHandler: Done processing query | ||
12870 | 2024.09.03 23:57:15.516099 [ 3 ] {29d549b0-7216-42dc-a3f1-ea5d950e5148} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12871 | 2024.09.03 23:57:15.516115 [ 3 ] {} <Debug> HTTP-Session: 3fa42013-46ff-4301-a478-82d42dba7405 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12872 | 2024.09.03 23:57:15.516304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 69775, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12873 | 2024.09.03 23:57:15.516351 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12874 | 2024.09.03 23:57:15.516370 [ 3 ] {} <Debug> HTTP-Session: 303d8bf8-f5a0-4eeb-9610-69bcc73ee874 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12875 | 2024.09.03 23:57:15.516387 [ 3 ] {} <Debug> HTTP-Session: 303d8bf8-f5a0-4eeb-9610-69bcc73ee874 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12876 | 2024.09.03 23:57:15.516401 [ 3 ] {} <Debug> HTTP-Session: 303d8bf8-f5a0-4eeb-9610-69bcc73ee874 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12877 | 2024.09.03 23:57:15.516432 [ 3 ] {} <Trace> HTTP-Session: 303d8bf8-f5a0-4eeb-9610-69bcc73ee874 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12878 | 2024.09.03 23:57:15.516850 [ 3 ] {d8018b1c-0656-4505-b5db-5f8f935e1514} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
12879 | 2024.09.03 23:57:15.516914 [ 3 ] {d8018b1c-0656-4505-b5db-5f8f935e1514} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
12880 | 2024.09.03 23:57:15.517326 [ 3 ] {d8018b1c-0656-4505-b5db-5f8f935e1514} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12881 | 2024.09.03 23:57:15.518143 [ 3 ] {d8018b1c-0656-4505-b5db-5f8f935e1514} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12882 | 2024.09.03 23:57:15.518179 [ 3 ] {d8018b1c-0656-4505-b5db-5f8f935e1514} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12883 | 2024.09.03 23:57:15.518849 [ 3 ] {d8018b1c-0656-4505-b5db-5f8f935e1514} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
12884 | 2024.09.03 23:57:15.519278 [ 3 ] {d8018b1c-0656-4505-b5db-5f8f935e1514} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12885 | 2024.09.03 23:57:15.519482 [ 3 ] {d8018b1c-0656-4505-b5db-5f8f935e1514} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.00295 sec., 14237.28813559322 rows/sec., 25.51 MiB/sec. | ||
12886 | 2024.09.03 23:57:15.519708 [ 3 ] {d8018b1c-0656-4505-b5db-5f8f935e1514} <Debug> DynamicQueryHandler: Done processing query | ||
12887 | 2024.09.03 23:57:15.519761 [ 3 ] {d8018b1c-0656-4505-b5db-5f8f935e1514} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
12888 | 2024.09.03 23:57:15.519777 [ 3 ] {} <Debug> HTTP-Session: 303d8bf8-f5a0-4eeb-9610-69bcc73ee874 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12889 | 2024.09.03 23:57:15.519939 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 973, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12890 | 2024.09.03 23:57:15.519989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12891 | 2024.09.03 23:57:15.520008 [ 3 ] {} <Debug> HTTP-Session: ffa7c94b-21f8-4b81-9f09-96c790b2d275 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12892 | 2024.09.03 23:57:15.520024 [ 3 ] {} <Debug> HTTP-Session: ffa7c94b-21f8-4b81-9f09-96c790b2d275 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12893 | 2024.09.03 23:57:15.520038 [ 3 ] {} <Debug> HTTP-Session: ffa7c94b-21f8-4b81-9f09-96c790b2d275 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12894 | 2024.09.03 23:57:15.520069 [ 3 ] {} <Trace> HTTP-Session: ffa7c94b-21f8-4b81-9f09-96c790b2d275 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12895 | 2024.09.03 23:57:15.520169 [ 3 ] {cc748f45-88d1-4fce-9b82-6ac4191313f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
12896 | 2024.09.03 23:57:15.520213 [ 3 ] {cc748f45-88d1-4fce-9b82-6ac4191313f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
12897 | 2024.09.03 23:57:15.520372 [ 3 ] {cc748f45-88d1-4fce-9b82-6ac4191313f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12898 | 2024.09.03 23:57:15.520617 [ 3 ] {cc748f45-88d1-4fce-9b82-6ac4191313f3} <Trace> oximeter.measurements_i64 (6dccfcb5-ea8e-4ec3-8477-256f4b48c830): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12899 | 2024.09.03 23:57:15.520653 [ 3 ] {cc748f45-88d1-4fce-9b82-6ac4191313f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12900 | 2024.09.03 23:57:15.521008 [ 3 ] {cc748f45-88d1-4fce-9b82-6ac4191313f3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
12901 | 2024.09.03 23:57:15.521341 [ 3 ] {cc748f45-88d1-4fce-9b82-6ac4191313f3} <Trace> oximeter.measurements_i64 (6dccfcb5-ea8e-4ec3-8477-256f4b48c830): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12902 | 2024.09.03 23:57:15.521505 [ 3 ] {cc748f45-88d1-4fce-9b82-6ac4191313f3} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.001353 sec., 4434.589800443458 rows/sec., 292.32 KiB/sec. | ||
12903 | 2024.09.03 23:57:15.521778 [ 3 ] {cc748f45-88d1-4fce-9b82-6ac4191313f3} <Debug> DynamicQueryHandler: Done processing query | ||
12904 | 2024.09.03 23:57:15.521803 [ 3 ] {cc748f45-88d1-4fce-9b82-6ac4191313f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12905 | 2024.09.03 23:57:15.521819 [ 3 ] {} <Debug> HTTP-Session: ffa7c94b-21f8-4b81-9f09-96c790b2d275 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12906 | 2024.09.03 23:57:15.521942 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12907 | 2024.09.03 23:57:15.521990 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12908 | 2024.09.03 23:57:15.522009 [ 3 ] {} <Debug> HTTP-Session: 4862f9a9-4ff4-4f26-9a46-a6e95b8e3aa3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12909 | 2024.09.03 23:57:15.522026 [ 3 ] {} <Debug> HTTP-Session: 4862f9a9-4ff4-4f26-9a46-a6e95b8e3aa3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12910 | 2024.09.03 23:57:15.522039 [ 3 ] {} <Debug> HTTP-Session: 4862f9a9-4ff4-4f26-9a46-a6e95b8e3aa3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12911 | 2024.09.03 23:57:15.522071 [ 3 ] {} <Trace> HTTP-Session: 4862f9a9-4ff4-4f26-9a46-a6e95b8e3aa3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12912 | 2024.09.03 23:57:15.522185 [ 3 ] {1a419210-2df1-4e4a-9815-399011990690} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12913 | 2024.09.03 23:57:15.522232 [ 3 ] {1a419210-2df1-4e4a-9815-399011990690} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12914 | 2024.09.03 23:57:15.522383 [ 3 ] {1a419210-2df1-4e4a-9815-399011990690} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12915 | 2024.09.03 23:57:15.522687 [ 3 ] {1a419210-2df1-4e4a-9815-399011990690} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12916 | 2024.09.03 23:57:15.522722 [ 3 ] {1a419210-2df1-4e4a-9815-399011990690} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12917 | 2024.09.03 23:57:15.523087 [ 3 ] {1a419210-2df1-4e4a-9815-399011990690} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12918 | 2024.09.03 23:57:15.523420 [ 3 ] {1a419210-2df1-4e4a-9815-399011990690} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12919 | 2024.09.03 23:57:15.523580 [ 3 ] {1a419210-2df1-4e4a-9815-399011990690} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001428 sec., 42016.80672268908 rows/sec., 2.83 MiB/sec. | ||
12920 | 2024.09.03 23:57:15.523846 [ 3 ] {1a419210-2df1-4e4a-9815-399011990690} <Debug> DynamicQueryHandler: Done processing query | ||
12921 | 2024.09.03 23:57:15.523904 [ 3 ] {1a419210-2df1-4e4a-9815-399011990690} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12922 | 2024.09.03 23:57:15.523962 [ 3 ] {} <Debug> HTTP-Session: 4862f9a9-4ff4-4f26-9a46-a6e95b8e3aa3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12923 | 2024.09.03 23:57:18.281524 [ 12 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12924 | 2024.09.03 23:57:18.281586 [ 12 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12925 | 2024.09.03 23:57:19.001898 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001465852 sec. | ||
12926 | 2024.09.03 23:57:20.495883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12927 | 2024.09.03 23:57:20.496011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12928 | 2024.09.03 23:57:20.496041 [ 3 ] {} <Debug> HTTP-Session: ce7c4bd4-c20c-4c59-a3d5-fa6603c1b99a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12929 | 2024.09.03 23:57:20.496068 [ 3 ] {} <Debug> HTTP-Session: ce7c4bd4-c20c-4c59-a3d5-fa6603c1b99a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12930 | 2024.09.03 23:57:20.496087 [ 3 ] {} <Debug> HTTP-Session: ce7c4bd4-c20c-4c59-a3d5-fa6603c1b99a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12931 | 2024.09.03 23:57:20.496142 [ 3 ] {} <Trace> HTTP-Session: ce7c4bd4-c20c-4c59-a3d5-fa6603c1b99a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12932 | 2024.09.03 23:57:20.496350 [ 3 ] {488743c8-c5c3-447c-9ee7-b05d9c2e1708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12933 | 2024.09.03 23:57:20.496427 [ 3 ] {488743c8-c5c3-447c-9ee7-b05d9c2e1708} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12934 | 2024.09.03 23:57:20.496788 [ 3 ] {488743c8-c5c3-447c-9ee7-b05d9c2e1708} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12935 | 2024.09.03 23:57:20.497199 [ 3 ] {488743c8-c5c3-447c-9ee7-b05d9c2e1708} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12936 | 2024.09.03 23:57:20.497246 [ 3 ] {488743c8-c5c3-447c-9ee7-b05d9c2e1708} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12937 | 2024.09.03 23:57:20.497661 [ 3 ] {488743c8-c5c3-447c-9ee7-b05d9c2e1708} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
12938 | 2024.09.03 23:57:20.498050 [ 3 ] {488743c8-c5c3-447c-9ee7-b05d9c2e1708} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12939 | 2024.09.03 23:57:20.498230 [ 3 ] {488743c8-c5c3-447c-9ee7-b05d9c2e1708} <Debug> executeQuery: Read 2 rows, 152.00 B in 0.001935 sec., 1033.5917312661497 rows/sec., 76.71 KiB/sec. | ||
12940 | 2024.09.03 23:57:20.498437 [ 3 ] {488743c8-c5c3-447c-9ee7-b05d9c2e1708} <Debug> DynamicQueryHandler: Done processing query | ||
12941 | 2024.09.03 23:57:20.498465 [ 3 ] {488743c8-c5c3-447c-9ee7-b05d9c2e1708} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12942 | 2024.09.03 23:57:20.498482 [ 3 ] {} <Debug> HTTP-Session: ce7c4bd4-c20c-4c59-a3d5-fa6603c1b99a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12943 | 2024.09.03 23:57:20.498722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 31052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12944 | 2024.09.03 23:57:20.498775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12945 | 2024.09.03 23:57:20.498794 [ 3 ] {} <Debug> HTTP-Session: 31fe84ec-8109-4de7-87cd-515efcc0c793 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12946 | 2024.09.03 23:57:20.498813 [ 3 ] {} <Debug> HTTP-Session: 31fe84ec-8109-4de7-87cd-515efcc0c793 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12947 | 2024.09.03 23:57:20.498827 [ 3 ] {} <Debug> HTTP-Session: 31fe84ec-8109-4de7-87cd-515efcc0c793 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12948 | 2024.09.03 23:57:20.498862 [ 3 ] {} <Trace> HTTP-Session: 31fe84ec-8109-4de7-87cd-515efcc0c793 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12949 | 2024.09.03 23:57:20.499022 [ 3 ] {067bc5a6-a2d9-4907-af10-b7488eda5ece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12950 | 2024.09.03 23:57:20.499069 [ 3 ] {067bc5a6-a2d9-4907-af10-b7488eda5ece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12951 | 2024.09.03 23:57:20.499303 [ 3 ] {067bc5a6-a2d9-4907-af10-b7488eda5ece} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12952 | 2024.09.03 23:57:20.499766 [ 3 ] {067bc5a6-a2d9-4907-af10-b7488eda5ece} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12953 | 2024.09.03 23:57:20.499804 [ 3 ] {067bc5a6-a2d9-4907-af10-b7488eda5ece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12954 | 2024.09.03 23:57:20.500184 [ 3 ] {067bc5a6-a2d9-4907-af10-b7488eda5ece} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12955 | 2024.09.03 23:57:20.500537 [ 3 ] {067bc5a6-a2d9-4907-af10-b7488eda5ece} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12956 | 2024.09.03 23:57:20.500693 [ 3 ] {067bc5a6-a2d9-4907-af10-b7488eda5ece} <Debug> executeQuery: Read 207 rows, 18.49 KiB in 0.001741 sec., 118897.18552556002 rows/sec., 10.37 MiB/sec. | ||
12957 | 2024.09.03 23:57:20.500869 [ 3 ] {067bc5a6-a2d9-4907-af10-b7488eda5ece} <Debug> DynamicQueryHandler: Done processing query | ||
12958 | 2024.09.03 23:57:20.500894 [ 3 ] {067bc5a6-a2d9-4907-af10-b7488eda5ece} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12959 | 2024.09.03 23:57:20.500910 [ 3 ] {} <Debug> HTTP-Session: 31fe84ec-8109-4de7-87cd-515efcc0c793 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12960 | 2024.09.03 23:57:20.501046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1318, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12961 | 2024.09.03 23:57:20.501095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12962 | 2024.09.03 23:57:20.501114 [ 3 ] {} <Debug> HTTP-Session: b009c0a3-f297-46f3-8476-0997638e098c Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12963 | 2024.09.03 23:57:20.501131 [ 3 ] {} <Debug> HTTP-Session: b009c0a3-f297-46f3-8476-0997638e098c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12964 | 2024.09.03 23:57:20.501146 [ 3 ] {} <Debug> HTTP-Session: b009c0a3-f297-46f3-8476-0997638e098c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12965 | 2024.09.03 23:57:20.501177 [ 3 ] {} <Trace> HTTP-Session: b009c0a3-f297-46f3-8476-0997638e098c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12966 | 2024.09.03 23:57:20.501279 [ 3 ] {9e25367f-2699-4c1d-8c87-4fc2a7ca8ca5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12967 | 2024.09.03 23:57:20.501328 [ 3 ] {9e25367f-2699-4c1d-8c87-4fc2a7ca8ca5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12968 | 2024.09.03 23:57:20.501556 [ 3 ] {9e25367f-2699-4c1d-8c87-4fc2a7ca8ca5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12969 | 2024.09.03 23:57:20.501852 [ 3 ] {9e25367f-2699-4c1d-8c87-4fc2a7ca8ca5} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12970 | 2024.09.03 23:57:20.501888 [ 3 ] {9e25367f-2699-4c1d-8c87-4fc2a7ca8ca5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12971 | 2024.09.03 23:57:20.502258 [ 3 ] {9e25367f-2699-4c1d-8c87-4fc2a7ca8ca5} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
12972 | 2024.09.03 23:57:20.502614 [ 3 ] {9e25367f-2699-4c1d-8c87-4fc2a7ca8ca5} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12973 | 2024.09.03 23:57:20.502775 [ 3 ] {9e25367f-2699-4c1d-8c87-4fc2a7ca8ca5} <Debug> executeQuery: Read 9 rows, 667.00 B in 0.001517 sec., 5932.762030323006 rows/sec., 429.38 KiB/sec. | ||
12974 | 2024.09.03 23:57:20.502935 [ 3 ] {9e25367f-2699-4c1d-8c87-4fc2a7ca8ca5} <Debug> DynamicQueryHandler: Done processing query | ||
12975 | 2024.09.03 23:57:20.502958 [ 3 ] {9e25367f-2699-4c1d-8c87-4fc2a7ca8ca5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12976 | 2024.09.03 23:57:20.502974 [ 3 ] {} <Debug> HTTP-Session: b009c0a3-f297-46f3-8476-0997638e098c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12977 | 2024.09.03 23:57:20.503125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12978 | 2024.09.03 23:57:20.503172 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12979 | 2024.09.03 23:57:20.503191 [ 3 ] {} <Debug> HTTP-Session: 7a43f6ca-43ea-478f-bebc-d7084b050c47 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12980 | 2024.09.03 23:57:20.503207 [ 3 ] {} <Debug> HTTP-Session: 7a43f6ca-43ea-478f-bebc-d7084b050c47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12981 | 2024.09.03 23:57:20.503221 [ 3 ] {} <Debug> HTTP-Session: 7a43f6ca-43ea-478f-bebc-d7084b050c47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12982 | 2024.09.03 23:57:20.503252 [ 3 ] {} <Trace> HTTP-Session: 7a43f6ca-43ea-478f-bebc-d7084b050c47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12983 | 2024.09.03 23:57:20.503353 [ 3 ] {c3627306-e569-46f2-8b32-0dbf9222922e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
12984 | 2024.09.03 23:57:20.503396 [ 3 ] {c3627306-e569-46f2-8b32-0dbf9222922e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12985 | 2024.09.03 23:57:20.503618 [ 3 ] {c3627306-e569-46f2-8b32-0dbf9222922e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12986 | 2024.09.03 23:57:20.503914 [ 3 ] {c3627306-e569-46f2-8b32-0dbf9222922e} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12987 | 2024.09.03 23:57:20.503950 [ 3 ] {c3627306-e569-46f2-8b32-0dbf9222922e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
12988 | 2024.09.03 23:57:20.504298 [ 3 ] {c3627306-e569-46f2-8b32-0dbf9222922e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
12989 | 2024.09.03 23:57:20.504650 [ 3 ] {c3627306-e569-46f2-8b32-0dbf9222922e} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12990 | 2024.09.03 23:57:20.504813 [ 3 ] {c3627306-e569-46f2-8b32-0dbf9222922e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001477 sec., 9478.67298578199 rows/sec., 663.82 KiB/sec. | ||
12991 | 2024.09.03 23:57:20.505109 [ 3 ] {c3627306-e569-46f2-8b32-0dbf9222922e} <Debug> DynamicQueryHandler: Done processing query | ||
12992 | 2024.09.03 23:57:20.505174 [ 3 ] {c3627306-e569-46f2-8b32-0dbf9222922e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12993 | 2024.09.03 23:57:20.505242 [ 3 ] {} <Debug> HTTP-Session: 7a43f6ca-43ea-478f-bebc-d7084b050c47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12994 | 2024.09.03 23:57:20.505450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12995 | 2024.09.03 23:57:20.505509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12996 | 2024.09.03 23:57:20.505528 [ 3 ] {} <Debug> HTTP-Session: 271248ac-c911-4404-a18f-5e53158fd04c Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
12997 | 2024.09.03 23:57:20.505545 [ 3 ] {} <Debug> HTTP-Session: 271248ac-c911-4404-a18f-5e53158fd04c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12998 | 2024.09.03 23:57:20.505560 [ 3 ] {} <Debug> HTTP-Session: 271248ac-c911-4404-a18f-5e53158fd04c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12999 | 2024.09.03 23:57:20.505592 [ 3 ] {} <Trace> HTTP-Session: 271248ac-c911-4404-a18f-5e53158fd04c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13000 | 2024.09.03 23:57:20.505697 [ 3 ] {839de46a-6455-4141-be08-e633d49499d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
13001 | 2024.09.03 23:57:20.505740 [ 3 ] {839de46a-6455-4141-be08-e633d49499d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13002 | 2024.09.03 23:57:20.505983 [ 3 ] {839de46a-6455-4141-be08-e633d49499d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13003 | 2024.09.03 23:57:20.506280 [ 3 ] {839de46a-6455-4141-be08-e633d49499d9} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13004 | 2024.09.03 23:57:20.506317 [ 3 ] {839de46a-6455-4141-be08-e633d49499d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
13005 | 2024.09.03 23:57:20.506653 [ 3 ] {839de46a-6455-4141-be08-e633d49499d9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13006 | 2024.09.03 23:57:20.507030 [ 3 ] {839de46a-6455-4141-be08-e633d49499d9} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13007 | 2024.09.03 23:57:20.507180 [ 11 ] {} <Debug> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
13008 | 2024.09.03 23:57:20.507189 [ 3 ] {839de46a-6455-4141-be08-e633d49499d9} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001514 sec., 3963.011889035667 rows/sec., 234.14 KiB/sec. | ||
13009 | 2024.09.03 23:57:20.507261 [ 11 ] {} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13010 | 2024.09.03 23:57:20.507331 [ 11 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
13011 | 2024.09.03 23:57:20.507582 [ 3 ] {839de46a-6455-4141-be08-e633d49499d9} <Debug> DynamicQueryHandler: Done processing query | ||
13012 | 2024.09.03 23:57:20.507652 [ 3 ] {839de46a-6455-4141-be08-e633d49499d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13013 | 2024.09.03 23:57:20.507717 [ 3 ] {} <Debug> HTTP-Session: 271248ac-c911-4404-a18f-5e53158fd04c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13014 | 2024.09.03 23:57:20.507810 [ 191 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
13015 | 2024.09.03 23:57:20.508150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 65183, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13016 | 2024.09.03 23:57:20.508325 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13017 | 2024.09.03 23:57:20.508393 [ 3 ] {} <Debug> HTTP-Session: 4f80f397-68ac-4c2e-8ced-59d41de2f0a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13018 | 2024.09.03 23:57:20.508448 [ 3 ] {} <Debug> HTTP-Session: 4f80f397-68ac-4c2e-8ced-59d41de2f0a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13019 | 2024.09.03 23:57:20.508493 [ 3 ] {} <Debug> HTTP-Session: 4f80f397-68ac-4c2e-8ced-59d41de2f0a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13020 | 2024.09.03 23:57:20.508600 [ 3 ] {} <Trace> HTTP-Session: 4f80f397-68ac-4c2e-8ced-59d41de2f0a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13021 | 2024.09.03 23:57:20.508624 [ 191 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13022 | 2024.09.03 23:57:20.508687 [ 191 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
13023 | 2024.09.03 23:57:20.508868 [ 191 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
13024 | 2024.09.03 23:57:20.508928 [ 3 ] {c10b8b01-0f02-42cb-b244-0794c70b67ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13025 | 2024.09.03 23:57:20.509102 [ 3 ] {c10b8b01-0f02-42cb-b244-0794c70b67ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13026 | 2024.09.03 23:57:20.509196 [ 191 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
13027 | 2024.09.03 23:57:20.509618 [ 191 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
13028 | 2024.09.03 23:57:20.509937 [ 191 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
13029 | 2024.09.03 23:57:20.510694 [ 3 ] {c10b8b01-0f02-42cb-b244-0794c70b67ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13030 | 2024.09.03 23:57:20.511928 [ 3 ] {c10b8b01-0f02-42cb-b244-0794c70b67ee} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13031 | 2024.09.03 23:57:20.512002 [ 3 ] {c10b8b01-0f02-42cb-b244-0794c70b67ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
13032 | 2024.09.03 23:57:20.512725 [ 191 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.005271223 sec., 5691.278855020932 rows/sec., 361.26 KiB/sec. | ||
13033 | 2024.09.03 23:57:20.512951 [ 191 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
13034 | 2024.09.03 23:57:20.513002 [ 3 ] {c10b8b01-0f02-42cb-b244-0794c70b67ee} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
13035 | 2024.09.03 23:57:20.514294 [ 3 ] {c10b8b01-0f02-42cb-b244-0794c70b67ee} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13036 | 2024.09.03 23:57:20.514317 [ 191 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_33_8} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13037 | 2024.09.03 23:57:20.514544 [ 191 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_33_8} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
13038 | 2024.09.03 23:57:20.514627 [ 3 ] {c10b8b01-0f02-42cb-b244-0794c70b67ee} <Debug> executeQuery: Read 403 rows, 29.22 KiB in 0.005891 sec., 68409.43812595484 rows/sec., 4.84 MiB/sec. | ||
13039 | 2024.09.03 23:57:20.514768 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
13040 | 2024.09.03 23:57:20.514975 [ 3 ] {c10b8b01-0f02-42cb-b244-0794c70b67ee} <Debug> DynamicQueryHandler: Done processing query | ||
13041 | 2024.09.03 23:57:20.515004 [ 3 ] {c10b8b01-0f02-42cb-b244-0794c70b67ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
13042 | 2024.09.03 23:57:20.515020 [ 3 ] {} <Debug> HTTP-Session: 4f80f397-68ac-4c2e-8ced-59d41de2f0a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13043 | 2024.09.03 23:57:20.515156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13044 | 2024.09.03 23:57:20.515205 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13045 | 2024.09.03 23:57:20.515223 [ 3 ] {} <Debug> HTTP-Session: ef0b0f74-45dd-4e07-aa48-4bbc893d41bb Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13046 | 2024.09.03 23:57:20.515239 [ 3 ] {} <Debug> HTTP-Session: ef0b0f74-45dd-4e07-aa48-4bbc893d41bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13047 | 2024.09.03 23:57:20.515253 [ 3 ] {} <Debug> HTTP-Session: ef0b0f74-45dd-4e07-aa48-4bbc893d41bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13048 | 2024.09.03 23:57:20.515284 [ 3 ] {} <Trace> HTTP-Session: ef0b0f74-45dd-4e07-aa48-4bbc893d41bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13049 | 2024.09.03 23:57:20.515384 [ 3 ] {6bacb760-183e-400b-9def-44d783157e00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13050 | 2024.09.03 23:57:20.515429 [ 3 ] {6bacb760-183e-400b-9def-44d783157e00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13051 | 2024.09.03 23:57:20.515576 [ 3 ] {6bacb760-183e-400b-9def-44d783157e00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13052 | 2024.09.03 23:57:20.515843 [ 3 ] {6bacb760-183e-400b-9def-44d783157e00} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13053 | 2024.09.03 23:57:20.515877 [ 3 ] {6bacb760-183e-400b-9def-44d783157e00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
13054 | 2024.09.03 23:57:20.516235 [ 3 ] {6bacb760-183e-400b-9def-44d783157e00} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13055 | 2024.09.03 23:57:20.516568 [ 3 ] {6bacb760-183e-400b-9def-44d783157e00} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13056 | 2024.09.03 23:57:20.516734 [ 3 ] {6bacb760-183e-400b-9def-44d783157e00} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001364 sec., 4398.826979472141 rows/sec., 229.82 KiB/sec. | ||
13057 | 2024.09.03 23:57:20.517009 [ 3 ] {6bacb760-183e-400b-9def-44d783157e00} <Debug> DynamicQueryHandler: Done processing query | ||
13058 | 2024.09.03 23:57:20.517055 [ 3 ] {6bacb760-183e-400b-9def-44d783157e00} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13059 | 2024.09.03 23:57:20.517080 [ 3 ] {} <Debug> HTTP-Session: ef0b0f74-45dd-4e07-aa48-4bbc893d41bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13060 | 2024.09.03 23:57:20.517321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 45011, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13061 | 2024.09.03 23:57:20.517369 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13062 | 2024.09.03 23:57:20.517388 [ 3 ] {} <Debug> HTTP-Session: 439885e8-a383-4a05-a90c-1cfc86c69140 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13063 | 2024.09.03 23:57:20.517404 [ 3 ] {} <Debug> HTTP-Session: 439885e8-a383-4a05-a90c-1cfc86c69140 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13064 | 2024.09.03 23:57:20.517418 [ 3 ] {} <Debug> HTTP-Session: 439885e8-a383-4a05-a90c-1cfc86c69140 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13065 | 2024.09.03 23:57:20.517448 [ 3 ] {} <Trace> HTTP-Session: 439885e8-a383-4a05-a90c-1cfc86c69140 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13066 | 2024.09.03 23:57:20.517648 [ 3 ] {0eb4f53f-89da-4095-968b-3969ea718a83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13067 | 2024.09.03 23:57:20.517695 [ 3 ] {0eb4f53f-89da-4095-968b-3969ea718a83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13068 | 2024.09.03 23:57:20.517855 [ 3 ] {0eb4f53f-89da-4095-968b-3969ea718a83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13069 | 2024.09.03 23:57:20.518308 [ 3 ] {0eb4f53f-89da-4095-968b-3969ea718a83} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13070 | 2024.09.03 23:57:20.518344 [ 3 ] {0eb4f53f-89da-4095-968b-3969ea718a83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
13071 | 2024.09.03 23:57:20.518736 [ 3 ] {0eb4f53f-89da-4095-968b-3969ea718a83} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
13072 | 2024.09.03 23:57:20.519096 [ 3 ] {0eb4f53f-89da-4095-968b-3969ea718a83} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13073 | 2024.09.03 23:57:20.519248 [ 3 ] {0eb4f53f-89da-4095-968b-3969ea718a83} <Debug> executeQuery: Read 239 rows, 16.39 KiB in 0.001691 sec., 141336.48728562982 rows/sec., 9.47 MiB/sec. | ||
13074 | 2024.09.03 23:57:20.519418 [ 3 ] {0eb4f53f-89da-4095-968b-3969ea718a83} <Debug> DynamicQueryHandler: Done processing query | ||
13075 | 2024.09.03 23:57:20.519443 [ 3 ] {0eb4f53f-89da-4095-968b-3969ea718a83} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
13076 | 2024.09.03 23:57:20.519459 [ 3 ] {} <Debug> HTTP-Session: 439885e8-a383-4a05-a90c-1cfc86c69140 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13077 | 2024.09.03 23:57:20.519579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13078 | 2024.09.03 23:57:20.519627 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13079 | 2024.09.03 23:57:20.519646 [ 3 ] {} <Debug> HTTP-Session: 83a7e8d1-3baa-453c-9b14-b9c3122fa2aa Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13080 | 2024.09.03 23:57:20.519663 [ 3 ] {} <Debug> HTTP-Session: 83a7e8d1-3baa-453c-9b14-b9c3122fa2aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13081 | 2024.09.03 23:57:20.519677 [ 3 ] {} <Debug> HTTP-Session: 83a7e8d1-3baa-453c-9b14-b9c3122fa2aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13082 | 2024.09.03 23:57:20.519708 [ 3 ] {} <Trace> HTTP-Session: 83a7e8d1-3baa-453c-9b14-b9c3122fa2aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13083 | 2024.09.03 23:57:20.519802 [ 3 ] {a527f9dc-c3f7-49d0-93d4-3b03415896fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
13084 | 2024.09.03 23:57:20.519846 [ 3 ] {a527f9dc-c3f7-49d0-93d4-3b03415896fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13085 | 2024.09.03 23:57:20.519974 [ 3 ] {a527f9dc-c3f7-49d0-93d4-3b03415896fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13086 | 2024.09.03 23:57:20.520256 [ 3 ] {a527f9dc-c3f7-49d0-93d4-3b03415896fd} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13087 | 2024.09.03 23:57:20.520293 [ 3 ] {a527f9dc-c3f7-49d0-93d4-3b03415896fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
13088 | 2024.09.03 23:57:20.520636 [ 3 ] {a527f9dc-c3f7-49d0-93d4-3b03415896fd} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13089 | 2024.09.03 23:57:20.520957 [ 3 ] {a527f9dc-c3f7-49d0-93d4-3b03415896fd} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13090 | 2024.09.03 23:57:20.521107 [ 3 ] {a527f9dc-c3f7-49d0-93d4-3b03415896fd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001323 sec., 755.8578987150416 rows/sec., 50.93 KiB/sec. | ||
13091 | 2024.09.03 23:57:20.521256 [ 3 ] {a527f9dc-c3f7-49d0-93d4-3b03415896fd} <Debug> DynamicQueryHandler: Done processing query | ||
13092 | 2024.09.03 23:57:20.521281 [ 3 ] {a527f9dc-c3f7-49d0-93d4-3b03415896fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
13093 | 2024.09.03 23:57:20.521297 [ 3 ] {} <Debug> HTTP-Session: 83a7e8d1-3baa-453c-9b14-b9c3122fa2aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13094 | 2024.09.03 23:57:20.521413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 11863, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13095 | 2024.09.03 23:57:20.521459 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13096 | 2024.09.03 23:57:20.521478 [ 3 ] {} <Debug> HTTP-Session: 983bb24e-baec-4e46-a9d4-407bdda7bdb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13097 | 2024.09.03 23:57:20.521494 [ 3 ] {} <Debug> HTTP-Session: 983bb24e-baec-4e46-a9d4-407bdda7bdb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13098 | 2024.09.03 23:57:20.521508 [ 3 ] {} <Debug> HTTP-Session: 983bb24e-baec-4e46-a9d4-407bdda7bdb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13099 | 2024.09.03 23:57:20.521538 [ 3 ] {} <Trace> HTTP-Session: 983bb24e-baec-4e46-a9d4-407bdda7bdb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13100 | 2024.09.03 23:57:20.521699 [ 3 ] {b6c9c168-ef57-4966-838f-fc7d4d37a161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
13101 | 2024.09.03 23:57:20.521761 [ 3 ] {b6c9c168-ef57-4966-838f-fc7d4d37a161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
13102 | 2024.09.03 23:57:20.522182 [ 3 ] {b6c9c168-ef57-4966-838f-fc7d4d37a161} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13103 | 2024.09.03 23:57:20.522708 [ 3 ] {b6c9c168-ef57-4966-838f-fc7d4d37a161} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13104 | 2024.09.03 23:57:20.522744 [ 3 ] {b6c9c168-ef57-4966-838f-fc7d4d37a161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
13105 | 2024.09.03 23:57:20.523324 [ 3 ] {b6c9c168-ef57-4966-838f-fc7d4d37a161} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
13106 | 2024.09.03 23:57:20.523733 [ 3 ] {b6c9c168-ef57-4966-838f-fc7d4d37a161} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13107 | 2024.09.03 23:57:20.523879 [ 3 ] {b6c9c168-ef57-4966-838f-fc7d4d37a161} <Debug> executeQuery: Read 7 rows, 12.84 KiB in 0.002269 sec., 3085.0594975760246 rows/sec., 5.53 MiB/sec. | ||
13108 | 2024.09.03 23:57:20.523887 [ 16 ] {} <Debug> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
13109 | 2024.09.03 23:57:20.523951 [ 16 ] {} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13110 | 2024.09.03 23:57:20.523997 [ 16 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
13111 | 2024.09.03 23:57:20.524143 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
13112 | 2024.09.03 23:57:20.524159 [ 3 ] {b6c9c168-ef57-4966-838f-fc7d4d37a161} <Debug> DynamicQueryHandler: Done processing query | ||
13113 | 2024.09.03 23:57:20.524196 [ 3 ] {b6c9c168-ef57-4966-838f-fc7d4d37a161} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
13114 | 2024.09.03 23:57:20.524220 [ 3 ] {} <Debug> HTTP-Session: 983bb24e-baec-4e46-a9d4-407bdda7bdb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13115 | 2024.09.03 23:57:20.524377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13116 | 2024.09.03 23:57:20.524447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13117 | 2024.09.03 23:57:20.524478 [ 3 ] {} <Debug> HTTP-Session: 8a8ad533-ef2b-4015-bbf6-9e8ee8571a2e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13118 | 2024.09.03 23:57:20.524508 [ 3 ] {} <Debug> HTTP-Session: 8a8ad533-ef2b-4015-bbf6-9e8ee8571a2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13119 | 2024.09.03 23:57:20.524534 [ 3 ] {} <Debug> HTTP-Session: 8a8ad533-ef2b-4015-bbf6-9e8ee8571a2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13120 | 2024.09.03 23:57:20.524582 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13121 | 2024.09.03 23:57:20.524584 [ 3 ] {} <Trace> HTTP-Session: 8a8ad533-ef2b-4015-bbf6-9e8ee8571a2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13122 | 2024.09.03 23:57:20.524652 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1111 rows starting from the beginning of the part | ||
13123 | 2024.09.03 23:57:20.524746 [ 3 ] {981f6e40-01c0-451d-995a-4d0ac8e20f0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13124 | 2024.09.03 23:57:20.524854 [ 3 ] {981f6e40-01c0-451d-995a-4d0ac8e20f0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13125 | 2024.09.03 23:57:20.525029 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 6 rows starting from the beginning of the part | ||
13126 | 2024.09.03 23:57:20.525322 [ 3 ] {981f6e40-01c0-451d-995a-4d0ac8e20f0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13127 | 2024.09.03 23:57:20.525513 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 39 rows starting from the beginning of the part | ||
13128 | 2024.09.03 23:57:20.525873 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 6 rows starting from the beginning of the part | ||
13129 | 2024.09.03 23:57:20.526003 [ 3 ] {981f6e40-01c0-451d-995a-4d0ac8e20f0f} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13130 | 2024.09.03 23:57:20.526070 [ 3 ] {981f6e40-01c0-451d-995a-4d0ac8e20f0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
13131 | 2024.09.03 23:57:20.526203 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 42 rows starting from the beginning of the part | ||
13132 | 2024.09.03 23:57:20.526520 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 7 rows starting from the beginning of the part | ||
13133 | 2024.09.03 23:57:20.527127 [ 3 ] {981f6e40-01c0-451d-995a-4d0ac8e20f0f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
13134 | 2024.09.03 23:57:20.527653 [ 3 ] {981f6e40-01c0-451d-995a-4d0ac8e20f0f} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13135 | 2024.09.03 23:57:20.527885 [ 3 ] {981f6e40-01c0-451d-995a-4d0ac8e20f0f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003196 sec., 25657.071339173966 rows/sec., 1.63 MiB/sec. | ||
13136 | 2024.09.03 23:57:20.528066 [ 3 ] {981f6e40-01c0-451d-995a-4d0ac8e20f0f} <Debug> DynamicQueryHandler: Done processing query | ||
13137 | 2024.09.03 23:57:20.528090 [ 3 ] {981f6e40-01c0-451d-995a-4d0ac8e20f0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13138 | 2024.09.03 23:57:20.528107 [ 3 ] {} <Debug> HTTP-Session: 8a8ad533-ef2b-4015-bbf6-9e8ee8571a2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13139 | 2024.09.03 23:57:20.531487 [ 198 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1211 rows, containing 19 columns (19 merged, 0 gathered) in 0.00740312 sec., 163579.67991873698 rows/sec., 293.13 MiB/sec. | ||
13140 | 2024.09.03 23:57:20.532909 [ 198 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
13141 | 2024.09.03 23:57:20.533446 [ 198 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13142 | 2024.09.03 23:57:20.533521 [ 198 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
13143 | 2024.09.03 23:57:20.533615 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.53 MiB. | ||
13144 | 2024.09.03 23:57:24.834853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1546, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13145 | 2024.09.03 23:57:24.834996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13146 | 2024.09.03 23:57:24.835025 [ 3 ] {} <Debug> HTTP-Session: 70a807cf-8fcf-4a64-9c75-2548ca584fdb Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13147 | 2024.09.03 23:57:24.835055 [ 3 ] {} <Debug> HTTP-Session: 70a807cf-8fcf-4a64-9c75-2548ca584fdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13148 | 2024.09.03 23:57:24.835073 [ 3 ] {} <Debug> HTTP-Session: 70a807cf-8fcf-4a64-9c75-2548ca584fdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13149 | 2024.09.03 23:57:24.835129 [ 3 ] {} <Trace> HTTP-Session: 70a807cf-8fcf-4a64-9c75-2548ca584fdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13150 | 2024.09.03 23:57:24.835420 [ 3 ] {bf22b481-971b-4059-89d5-d149167d5f95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check') FORMAT JSONEachRow; (stage: Complete) | ||
13151 | 2024.09.03 23:57:24.835937 [ 3 ] {bf22b481-971b-4059-89d5-d149167d5f95} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
13152 | 2024.09.03 23:57:24.835991 [ 3 ] {bf22b481-971b-4059-89d5-d149167d5f95} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check')" moved to PREWHERE | ||
13153 | 2024.09.03 23:57:24.836380 [ 3 ] {bf22b481-971b-4059-89d5-d149167d5f95} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
13154 | 2024.09.03 23:57:24.836466 [ 3 ] {bf22b481-971b-4059-89d5-d149167d5f95} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
13155 | 2024.09.03 23:57:24.836644 [ 3 ] {bf22b481-971b-4059-89d5-d149167d5f95} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 43-element set) | ||
13156 | 2024.09.03 23:57:24.836739 [ 261 ] {bf22b481-971b-4059-89d5-d149167d5f95} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
13157 | 2024.09.03 23:57:24.836821 [ 263 ] {bf22b481-971b-4059-89d5-d149167d5f95} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
13158 | 2024.09.03 23:57:24.836838 [ 258 ] {bf22b481-971b-4059-89d5-d149167d5f95} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_8_8_0 with 1 steps | ||
13159 | 2024.09.03 23:57:24.836998 [ 3 ] {bf22b481-971b-4059-89d5-d149167d5f95} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
13160 | 2024.09.03 23:57:24.837028 [ 3 ] {bf22b481-971b-4059-89d5-d149167d5f95} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
13161 | 2024.09.03 23:57:24.837122 [ 3 ] {bf22b481-971b-4059-89d5-d149167d5f95} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
13162 | 2024.09.03 23:57:24.837146 [ 3 ] {bf22b481-971b-4059-89d5-d149167d5f95} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 42 rows with 2 streams | ||
13163 | 2024.09.03 23:57:24.837192 [ 3 ] {bf22b481-971b-4059-89d5-d149167d5f95} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check'))" | ||
13164 | 2024.09.03 23:57:24.837237 [ 3 ] {bf22b481-971b-4059-89d5-d149167d5f95} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check'))" | ||
13165 | 2024.09.03 23:57:24.838583 [ 3 ] {bf22b481-971b-4059-89d5-d149167d5f95} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.003305 sec., 12708.018154311649 rows/sec., 484.88 KiB/sec. | ||
13166 | 2024.09.03 23:57:24.838925 [ 3 ] {bf22b481-971b-4059-89d5-d149167d5f95} <Debug> DynamicQueryHandler: Done processing query | ||
13167 | 2024.09.03 23:57:24.838951 [ 3 ] {bf22b481-971b-4059-89d5-d149167d5f95} <Debug> MemoryTracker: Peak memory usage (for query): 3.08 MiB. | ||
13168 | 2024.09.03 23:57:24.838969 [ 3 ] {} <Debug> HTTP-Session: 70a807cf-8fcf-4a64-9c75-2548ca584fdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13169 | 2024.09.03 23:57:24.840176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1576, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13170 | 2024.09.03 23:57:24.840230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13171 | 2024.09.03 23:57:24.840251 [ 3 ] {} <Debug> HTTP-Session: 5e5ea94f-2103-4dcc-a636-c6fc76020c1c Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13172 | 2024.09.03 23:57:24.840271 [ 3 ] {} <Debug> HTTP-Session: 5e5ea94f-2103-4dcc-a636-c6fc76020c1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13173 | 2024.09.03 23:57:24.840285 [ 3 ] {} <Debug> HTTP-Session: 5e5ea94f-2103-4dcc-a636-c6fc76020c1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13174 | 2024.09.03 23:57:24.840322 [ 3 ] {} <Trace> HTTP-Session: 5e5ea94f-2103-4dcc-a636-c6fc76020c1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13175 | 2024.09.03 23:57:24.840500 [ 3 ] {da52a13a-d7f4-4530-a598-52ebbffeba82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
13176 | 2024.09.03 23:57:24.840824 [ 3 ] {da52a13a-d7f4-4530-a598-52ebbffeba82} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
13177 | 2024.09.03 23:57:24.840875 [ 3 ] {da52a13a-d7f4-4530-a598-52ebbffeba82} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
13178 | 2024.09.03 23:57:24.841225 [ 3 ] {da52a13a-d7f4-4530-a598-52ebbffeba82} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
13179 | 2024.09.03 23:57:24.841294 [ 3 ] {da52a13a-d7f4-4530-a598-52ebbffeba82} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
13180 | 2024.09.03 23:57:24.841444 [ 3 ] {da52a13a-d7f4-4530-a598-52ebbffeba82} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 44-element set) | ||
13181 | 2024.09.03 23:57:24.841552 [ 254 ] {da52a13a-d7f4-4530-a598-52ebbffeba82} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
13182 | 2024.09.03 23:57:24.841601 [ 258 ] {da52a13a-d7f4-4530-a598-52ebbffeba82} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_8_8_0 with 1 steps | ||
13183 | 2024.09.03 23:57:24.841640 [ 260 ] {da52a13a-d7f4-4530-a598-52ebbffeba82} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
13184 | 2024.09.03 23:57:24.841824 [ 3 ] {da52a13a-d7f4-4530-a598-52ebbffeba82} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
13185 | 2024.09.03 23:57:24.841860 [ 3 ] {da52a13a-d7f4-4530-a598-52ebbffeba82} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
13186 | 2024.09.03 23:57:24.841948 [ 3 ] {da52a13a-d7f4-4530-a598-52ebbffeba82} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
13187 | 2024.09.03 23:57:24.841970 [ 3 ] {da52a13a-d7f4-4530-a598-52ebbffeba82} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 42 rows with 2 streams | ||
13188 | 2024.09.03 23:57:24.842011 [ 3 ] {da52a13a-d7f4-4530-a598-52ebbffeba82} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:vcpu_usage'))" | ||
13189 | 2024.09.03 23:57:24.842055 [ 3 ] {da52a13a-d7f4-4530-a598-52ebbffeba82} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:vcpu_usage'))" | ||
13190 | 2024.09.03 23:57:24.843527 [ 3 ] {da52a13a-d7f4-4530-a598-52ebbffeba82} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.003117 sec., 13474.494706448508 rows/sec., 514.13 KiB/sec. | ||
13191 | 2024.09.03 23:57:24.843857 [ 3 ] {da52a13a-d7f4-4530-a598-52ebbffeba82} <Debug> DynamicQueryHandler: Done processing query | ||
13192 | 2024.09.03 23:57:24.843885 [ 3 ] {da52a13a-d7f4-4530-a598-52ebbffeba82} <Debug> MemoryTracker: Peak memory usage (for query): 3.08 MiB. | ||
13193 | 2024.09.03 23:57:24.843906 [ 3 ] {} <Debug> HTTP-Session: 5e5ea94f-2103-4dcc-a636-c6fc76020c1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13194 | 2024.09.03 23:57:24.844279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1618, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13195 | 2024.09.03 23:57:24.844367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13196 | 2024.09.03 23:57:24.844402 [ 3 ] {} <Debug> HTTP-Session: 9e7c2c6d-9664-48dc-ae4f-c7ffb5847b9f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13197 | 2024.09.03 23:57:24.844427 [ 3 ] {} <Debug> HTTP-Session: 9e7c2c6d-9664-48dc-ae4f-c7ffb5847b9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13198 | 2024.09.03 23:57:24.844444 [ 3 ] {} <Debug> HTTP-Session: 9e7c2c6d-9664-48dc-ae4f-c7ffb5847b9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13199 | 2024.09.03 23:57:24.844483 [ 3 ] {} <Trace> HTTP-Session: 9e7c2c6d-9664-48dc-ae4f-c7ffb5847b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13200 | 2024.09.03 23:57:24.844681 [ 3 ] {b1832d6f-848b-47a8-bba7-b54cab42b024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
13201 | 2024.09.03 23:57:24.845007 [ 3 ] {b1832d6f-848b-47a8-bba7-b54cab42b024} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
13202 | 2024.09.03 23:57:24.845059 [ 3 ] {b1832d6f-848b-47a8-bba7-b54cab42b024} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
13203 | 2024.09.03 23:57:24.845411 [ 3 ] {b1832d6f-848b-47a8-bba7-b54cab42b024} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
13204 | 2024.09.03 23:57:24.845476 [ 3 ] {b1832d6f-848b-47a8-bba7-b54cab42b024} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
13205 | 2024.09.03 23:57:24.845618 [ 3 ] {b1832d6f-848b-47a8-bba7-b54cab42b024} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 45-element set) | ||
13206 | 2024.09.03 23:57:24.845705 [ 261 ] {b1832d6f-848b-47a8-bba7-b54cab42b024} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
13207 | 2024.09.03 23:57:24.845756 [ 263 ] {b1832d6f-848b-47a8-bba7-b54cab42b024} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
13208 | 2024.09.03 23:57:24.845764 [ 250 ] {b1832d6f-848b-47a8-bba7-b54cab42b024} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_8_8_0 with 1 steps | ||
13209 | 2024.09.03 23:57:24.845911 [ 3 ] {b1832d6f-848b-47a8-bba7-b54cab42b024} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
13210 | 2024.09.03 23:57:24.845939 [ 3 ] {b1832d6f-848b-47a8-bba7-b54cab42b024} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
13211 | 2024.09.03 23:57:24.846021 [ 3 ] {b1832d6f-848b-47a8-bba7-b54cab42b024} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
13212 | 2024.09.03 23:57:24.846041 [ 3 ] {b1832d6f-848b-47a8-bba7-b54cab42b024} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 42 rows with 2 streams | ||
13213 | 2024.09.03 23:57:24.846081 [ 3 ] {b1832d6f-848b-47a8-bba7-b54cab42b024} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:vcpu_usage'))" | ||
13214 | 2024.09.03 23:57:24.846123 [ 3 ] {b1832d6f-848b-47a8-bba7-b54cab42b024} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:vcpu_usage'))" | ||
13215 | 2024.09.03 23:57:24.847446 [ 3 ] {b1832d6f-848b-47a8-bba7-b54cab42b024} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002869 sec., 14639.247124433601 rows/sec., 558.57 KiB/sec. | ||
13216 | 2024.09.03 23:57:24.847747 [ 3 ] {b1832d6f-848b-47a8-bba7-b54cab42b024} <Debug> DynamicQueryHandler: Done processing query | ||
13217 | 2024.09.03 23:57:24.847772 [ 3 ] {b1832d6f-848b-47a8-bba7-b54cab42b024} <Debug> MemoryTracker: Peak memory usage (for query): 3.08 MiB. | ||
13218 | 2024.09.03 23:57:24.847790 [ 3 ] {} <Debug> HTTP-Session: 9e7c2c6d-9664-48dc-ae4f-c7ffb5847b9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13219 | 2024.09.03 23:57:24.848041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1659, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13220 | 2024.09.03 23:57:24.848089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13221 | 2024.09.03 23:57:24.848107 [ 3 ] {} <Debug> HTTP-Session: 31a0be06-38e4-43c3-ac19-bb0146a16070 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13222 | 2024.09.03 23:57:24.848125 [ 3 ] {} <Debug> HTTP-Session: 31a0be06-38e4-43c3-ac19-bb0146a16070 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13223 | 2024.09.03 23:57:24.848139 [ 3 ] {} <Debug> HTTP-Session: 31a0be06-38e4-43c3-ac19-bb0146a16070 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13224 | 2024.09.03 23:57:24.848170 [ 3 ] {} <Trace> HTTP-Session: 31a0be06-38e4-43c3-ac19-bb0146a16070 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13225 | 2024.09.03 23:57:24.848327 [ 3 ] {eeefdc57-40f0-4a35-89cc-d1b6268c40ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
13226 | 2024.09.03 23:57:24.848639 [ 3 ] {eeefdc57-40f0-4a35-89cc-d1b6268c40ec} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
13227 | 2024.09.03 23:57:24.848690 [ 3 ] {eeefdc57-40f0-4a35-89cc-d1b6268c40ec} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
13228 | 2024.09.03 23:57:24.849040 [ 3 ] {eeefdc57-40f0-4a35-89cc-d1b6268c40ec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
13229 | 2024.09.03 23:57:24.849105 [ 3 ] {eeefdc57-40f0-4a35-89cc-d1b6268c40ec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
13230 | 2024.09.03 23:57:24.849248 [ 3 ] {eeefdc57-40f0-4a35-89cc-d1b6268c40ec} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 46-element set) | ||
13231 | 2024.09.03 23:57:24.849409 [ 258 ] {eeefdc57-40f0-4a35-89cc-d1b6268c40ec} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_8_8_0 with 1 steps | ||
13232 | 2024.09.03 23:57:24.849400 [ 254 ] {eeefdc57-40f0-4a35-89cc-d1b6268c40ec} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
13233 | 2024.09.03 23:57:24.849409 [ 260 ] {eeefdc57-40f0-4a35-89cc-d1b6268c40ec} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
13234 | 2024.09.03 23:57:24.849560 [ 3 ] {eeefdc57-40f0-4a35-89cc-d1b6268c40ec} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
13235 | 2024.09.03 23:57:24.849587 [ 3 ] {eeefdc57-40f0-4a35-89cc-d1b6268c40ec} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
13236 | 2024.09.03 23:57:24.849668 [ 3 ] {eeefdc57-40f0-4a35-89cc-d1b6268c40ec} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
13237 | 2024.09.03 23:57:24.849688 [ 3 ] {eeefdc57-40f0-4a35-89cc-d1b6268c40ec} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 42 rows with 2 streams | ||
13238 | 2024.09.03 23:57:24.849728 [ 3 ] {eeefdc57-40f0-4a35-89cc-d1b6268c40ec} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13239 | 2024.09.03 23:57:24.849770 [ 3 ] {eeefdc57-40f0-4a35-89cc-d1b6268c40ec} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13240 | 2024.09.03 23:57:24.851061 [ 3 ] {eeefdc57-40f0-4a35-89cc-d1b6268c40ec} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002815 sec., 14920.071047957372 rows/sec., 569.29 KiB/sec. | ||
13241 | 2024.09.03 23:57:24.851357 [ 3 ] {eeefdc57-40f0-4a35-89cc-d1b6268c40ec} <Debug> DynamicQueryHandler: Done processing query | ||
13242 | 2024.09.03 23:57:24.851381 [ 3 ] {eeefdc57-40f0-4a35-89cc-d1b6268c40ec} <Debug> MemoryTracker: Peak memory usage (for query): 3.08 MiB. | ||
13243 | 2024.09.03 23:57:24.851398 [ 3 ] {} <Debug> HTTP-Session: 31a0be06-38e4-43c3-ac19-bb0146a16070 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13244 | 2024.09.03 23:57:24.851615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1690, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13245 | 2024.09.03 23:57:24.851663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13246 | 2024.09.03 23:57:24.851682 [ 3 ] {} <Debug> HTTP-Session: c90310c3-4afa-4aad-a04d-9bdae0da02b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13247 | 2024.09.03 23:57:24.851699 [ 3 ] {} <Debug> HTTP-Session: c90310c3-4afa-4aad-a04d-9bdae0da02b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13248 | 2024.09.03 23:57:24.851713 [ 3 ] {} <Debug> HTTP-Session: c90310c3-4afa-4aad-a04d-9bdae0da02b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13249 | 2024.09.03 23:57:24.851743 [ 3 ] {} <Trace> HTTP-Session: c90310c3-4afa-4aad-a04d-9bdae0da02b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13250 | 2024.09.03 23:57:24.851903 [ 3 ] {665f7250-7a61-4a68-8b95-dfeb198d2fd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
13251 | 2024.09.03 23:57:24.852218 [ 3 ] {665f7250-7a61-4a68-8b95-dfeb198d2fd4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
13252 | 2024.09.03 23:57:24.852269 [ 3 ] {665f7250-7a61-4a68-8b95-dfeb198d2fd4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
13253 | 2024.09.03 23:57:24.852618 [ 3 ] {665f7250-7a61-4a68-8b95-dfeb198d2fd4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
13254 | 2024.09.03 23:57:24.852683 [ 3 ] {665f7250-7a61-4a68-8b95-dfeb198d2fd4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
13255 | 2024.09.03 23:57:24.852824 [ 3 ] {665f7250-7a61-4a68-8b95-dfeb198d2fd4} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 47-element set) | ||
13256 | 2024.09.03 23:57:24.852966 [ 255 ] {665f7250-7a61-4a68-8b95-dfeb198d2fd4} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
13257 | 2024.09.03 23:57:24.852984 [ 250 ] {665f7250-7a61-4a68-8b95-dfeb198d2fd4} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_8_8_0 with 1 steps | ||
13258 | 2024.09.03 23:57:24.852976 [ 263 ] {665f7250-7a61-4a68-8b95-dfeb198d2fd4} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
13259 | 2024.09.03 23:57:24.853134 [ 3 ] {665f7250-7a61-4a68-8b95-dfeb198d2fd4} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
13260 | 2024.09.03 23:57:24.853162 [ 3 ] {665f7250-7a61-4a68-8b95-dfeb198d2fd4} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
13261 | 2024.09.03 23:57:24.853244 [ 3 ] {665f7250-7a61-4a68-8b95-dfeb198d2fd4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
13262 | 2024.09.03 23:57:24.853264 [ 3 ] {665f7250-7a61-4a68-8b95-dfeb198d2fd4} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 42 rows with 2 streams | ||
13263 | 2024.09.03 23:57:24.853305 [ 3 ] {665f7250-7a61-4a68-8b95-dfeb198d2fd4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13264 | 2024.09.03 23:57:24.853350 [ 3 ] {665f7250-7a61-4a68-8b95-dfeb198d2fd4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13265 | 2024.09.03 23:57:24.854810 [ 3 ] {665f7250-7a61-4a68-8b95-dfeb198d2fd4} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002991 sec., 14042.126379137411 rows/sec., 535.79 KiB/sec. | ||
13266 | 2024.09.03 23:57:24.855102 [ 3 ] {665f7250-7a61-4a68-8b95-dfeb198d2fd4} <Debug> DynamicQueryHandler: Done processing query | ||
13267 | 2024.09.03 23:57:24.855125 [ 3 ] {665f7250-7a61-4a68-8b95-dfeb198d2fd4} <Debug> MemoryTracker: Peak memory usage (for query): 3.08 MiB. | ||
13268 | 2024.09.03 23:57:24.855142 [ 3 ] {} <Debug> HTTP-Session: c90310c3-4afa-4aad-a04d-9bdae0da02b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13269 | 2024.09.03 23:57:24.855354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1717, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13270 | 2024.09.03 23:57:24.855401 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13271 | 2024.09.03 23:57:24.855419 [ 3 ] {} <Debug> HTTP-Session: 0f60263b-08a8-49a2-8ea1-c0695efd26e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13272 | 2024.09.03 23:57:24.855436 [ 3 ] {} <Debug> HTTP-Session: 0f60263b-08a8-49a2-8ea1-c0695efd26e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13273 | 2024.09.03 23:57:24.855449 [ 3 ] {} <Debug> HTTP-Session: 0f60263b-08a8-49a2-8ea1-c0695efd26e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13274 | 2024.09.03 23:57:24.855479 [ 3 ] {} <Trace> HTTP-Session: 0f60263b-08a8-49a2-8ea1-c0695efd26e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13275 | 2024.09.03 23:57:24.855638 [ 3 ] {fcecb6f5-15e0-45bc-8bc6-5bf10d56cf29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
13276 | 2024.09.03 23:57:24.855956 [ 3 ] {fcecb6f5-15e0-45bc-8bc6-5bf10d56cf29} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
13277 | 2024.09.03 23:57:24.856008 [ 3 ] {fcecb6f5-15e0-45bc-8bc6-5bf10d56cf29} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
13278 | 2024.09.03 23:57:24.856363 [ 3 ] {fcecb6f5-15e0-45bc-8bc6-5bf10d56cf29} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
13279 | 2024.09.03 23:57:24.856428 [ 3 ] {fcecb6f5-15e0-45bc-8bc6-5bf10d56cf29} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
13280 | 2024.09.03 23:57:24.856566 [ 3 ] {fcecb6f5-15e0-45bc-8bc6-5bf10d56cf29} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 48-element set) | ||
13281 | 2024.09.03 23:57:24.856706 [ 263 ] {fcecb6f5-15e0-45bc-8bc6-5bf10d56cf29} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
13282 | 2024.09.03 23:57:24.856702 [ 262 ] {fcecb6f5-15e0-45bc-8bc6-5bf10d56cf29} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
13283 | 2024.09.03 23:57:24.856731 [ 254 ] {fcecb6f5-15e0-45bc-8bc6-5bf10d56cf29} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_8_8_0 with 1 steps | ||
13284 | 2024.09.03 23:57:24.856885 [ 3 ] {fcecb6f5-15e0-45bc-8bc6-5bf10d56cf29} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
13285 | 2024.09.03 23:57:24.856909 [ 3 ] {fcecb6f5-15e0-45bc-8bc6-5bf10d56cf29} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
13286 | 2024.09.03 23:57:24.856987 [ 3 ] {fcecb6f5-15e0-45bc-8bc6-5bf10d56cf29} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
13287 | 2024.09.03 23:57:24.857006 [ 3 ] {fcecb6f5-15e0-45bc-8bc6-5bf10d56cf29} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 42 rows with 2 streams | ||
13288 | 2024.09.03 23:57:24.857047 [ 3 ] {fcecb6f5-15e0-45bc-8bc6-5bf10d56cf29} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13289 | 2024.09.03 23:57:24.857089 [ 3 ] {fcecb6f5-15e0-45bc-8bc6-5bf10d56cf29} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13290 | 2024.09.03 23:57:24.858488 [ 3 ] {fcecb6f5-15e0-45bc-8bc6-5bf10d56cf29} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002933 sec., 14319.809069212411 rows/sec., 546.38 KiB/sec. | ||
13291 | 2024.09.03 23:57:24.858765 [ 3 ] {fcecb6f5-15e0-45bc-8bc6-5bf10d56cf29} <Debug> DynamicQueryHandler: Done processing query | ||
13292 | 2024.09.03 23:57:24.858789 [ 3 ] {fcecb6f5-15e0-45bc-8bc6-5bf10d56cf29} <Debug> MemoryTracker: Peak memory usage (for query): 3.08 MiB. | ||
13293 | 2024.09.03 23:57:24.858807 [ 3 ] {} <Debug> HTTP-Session: 0f60263b-08a8-49a2-8ea1-c0695efd26e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13294 | 2024.09.03 23:57:24.859012 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1744, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13295 | 2024.09.03 23:57:24.859060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13296 | 2024.09.03 23:57:24.859078 [ 3 ] {} <Debug> HTTP-Session: 606189de-ca4f-4a89-b85a-6a47da31306a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13297 | 2024.09.03 23:57:24.859095 [ 3 ] {} <Debug> HTTP-Session: 606189de-ca4f-4a89-b85a-6a47da31306a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13298 | 2024.09.03 23:57:24.859109 [ 3 ] {} <Debug> HTTP-Session: 606189de-ca4f-4a89-b85a-6a47da31306a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13299 | 2024.09.03 23:57:24.859139 [ 3 ] {} <Trace> HTTP-Session: 606189de-ca4f-4a89-b85a-6a47da31306a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13300 | 2024.09.03 23:57:24.859299 [ 3 ] {63ab0c95-9e24-4a53-a2ba-9bb296adf056} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
13301 | 2024.09.03 23:57:24.859615 [ 3 ] {63ab0c95-9e24-4a53-a2ba-9bb296adf056} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
13302 | 2024.09.03 23:57:24.859667 [ 3 ] {63ab0c95-9e24-4a53-a2ba-9bb296adf056} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
13303 | 2024.09.03 23:57:24.860023 [ 3 ] {63ab0c95-9e24-4a53-a2ba-9bb296adf056} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
13304 | 2024.09.03 23:57:24.860087 [ 3 ] {63ab0c95-9e24-4a53-a2ba-9bb296adf056} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
13305 | 2024.09.03 23:57:24.860227 [ 3 ] {63ab0c95-9e24-4a53-a2ba-9bb296adf056} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 49-element set) | ||
13306 | 2024.09.03 23:57:24.860338 [ 250 ] {63ab0c95-9e24-4a53-a2ba-9bb296adf056} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
13307 | 2024.09.03 23:57:24.860349 [ 255 ] {63ab0c95-9e24-4a53-a2ba-9bb296adf056} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
13308 | 2024.09.03 23:57:24.860373 [ 262 ] {63ab0c95-9e24-4a53-a2ba-9bb296adf056} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_8_8_0 with 1 steps | ||
13309 | 2024.09.03 23:57:24.860480 [ 3 ] {63ab0c95-9e24-4a53-a2ba-9bb296adf056} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
13310 | 2024.09.03 23:57:24.860508 [ 3 ] {63ab0c95-9e24-4a53-a2ba-9bb296adf056} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
13311 | 2024.09.03 23:57:24.860591 [ 3 ] {63ab0c95-9e24-4a53-a2ba-9bb296adf056} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
13312 | 2024.09.03 23:57:24.860611 [ 3 ] {63ab0c95-9e24-4a53-a2ba-9bb296adf056} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 42 rows with 2 streams | ||
13313 | 2024.09.03 23:57:24.860652 [ 3 ] {63ab0c95-9e24-4a53-a2ba-9bb296adf056} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13314 | 2024.09.03 23:57:24.860693 [ 3 ] {63ab0c95-9e24-4a53-a2ba-9bb296adf056} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13315 | 2024.09.03 23:57:24.862036 [ 3 ] {63ab0c95-9e24-4a53-a2ba-9bb296adf056} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002821 sec., 14888.337468982629 rows/sec., 568.07 KiB/sec. | ||
13316 | 2024.09.03 23:57:24.862319 [ 3 ] {63ab0c95-9e24-4a53-a2ba-9bb296adf056} <Debug> DynamicQueryHandler: Done processing query | ||
13317 | 2024.09.03 23:57:24.862344 [ 3 ] {63ab0c95-9e24-4a53-a2ba-9bb296adf056} <Debug> MemoryTracker: Peak memory usage (for query): 3.08 MiB. | ||
13318 | 2024.09.03 23:57:24.862360 [ 3 ] {} <Debug> HTTP-Session: 606189de-ca4f-4a89-b85a-6a47da31306a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13319 | 2024.09.03 23:57:24.862560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13320 | 2024.09.03 23:57:24.862607 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13321 | 2024.09.03 23:57:24.862626 [ 3 ] {} <Debug> HTTP-Session: 0d10f8d7-564c-4546-964e-604f7e4602c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13322 | 2024.09.03 23:57:24.862642 [ 3 ] {} <Debug> HTTP-Session: 0d10f8d7-564c-4546-964e-604f7e4602c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13323 | 2024.09.03 23:57:24.862656 [ 3 ] {} <Debug> HTTP-Session: 0d10f8d7-564c-4546-964e-604f7e4602c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13324 | 2024.09.03 23:57:24.862685 [ 3 ] {} <Trace> HTTP-Session: 0d10f8d7-564c-4546-964e-604f7e4602c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13325 | 2024.09.03 23:57:24.862846 [ 3 ] {ee336567-d799-480e-9998-b83a6ac86611} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
13326 | 2024.09.03 23:57:24.863157 [ 3 ] {ee336567-d799-480e-9998-b83a6ac86611} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
13327 | 2024.09.03 23:57:24.863210 [ 3 ] {ee336567-d799-480e-9998-b83a6ac86611} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
13328 | 2024.09.03 23:57:24.863564 [ 3 ] {ee336567-d799-480e-9998-b83a6ac86611} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
13329 | 2024.09.03 23:57:24.863629 [ 3 ] {ee336567-d799-480e-9998-b83a6ac86611} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
13330 | 2024.09.03 23:57:24.863770 [ 3 ] {ee336567-d799-480e-9998-b83a6ac86611} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 50-element set) | ||
13331 | 2024.09.03 23:57:24.863901 [ 255 ] {ee336567-d799-480e-9998-b83a6ac86611} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
13332 | 2024.09.03 23:57:24.863935 [ 254 ] {ee336567-d799-480e-9998-b83a6ac86611} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
13333 | 2024.09.03 23:57:24.863940 [ 250 ] {ee336567-d799-480e-9998-b83a6ac86611} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_8_8_0 with 1 steps | ||
13334 | 2024.09.03 23:57:24.864070 [ 3 ] {ee336567-d799-480e-9998-b83a6ac86611} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
13335 | 2024.09.03 23:57:24.864097 [ 3 ] {ee336567-d799-480e-9998-b83a6ac86611} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
13336 | 2024.09.03 23:57:24.864281 [ 3 ] {ee336567-d799-480e-9998-b83a6ac86611} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
13337 | 2024.09.03 23:57:24.864302 [ 3 ] {ee336567-d799-480e-9998-b83a6ac86611} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 42 rows with 2 streams | ||
13338 | 2024.09.03 23:57:24.864344 [ 3 ] {ee336567-d799-480e-9998-b83a6ac86611} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13339 | 2024.09.03 23:57:24.864479 [ 3 ] {ee336567-d799-480e-9998-b83a6ac86611} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13340 | 2024.09.03 23:57:24.865870 [ 3 ] {ee336567-d799-480e-9998-b83a6ac86611} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.00311 sec., 13504.823151125402 rows/sec., 515.29 KiB/sec. | ||
13341 | 2024.09.03 23:57:24.866159 [ 3 ] {ee336567-d799-480e-9998-b83a6ac86611} <Debug> DynamicQueryHandler: Done processing query | ||
13342 | 2024.09.03 23:57:24.866182 [ 3 ] {ee336567-d799-480e-9998-b83a6ac86611} <Debug> MemoryTracker: Peak memory usage (for query): 3.08 MiB. | ||
13343 | 2024.09.03 23:57:24.866199 [ 3 ] {} <Debug> HTTP-Session: 0d10f8d7-564c-4546-964e-604f7e4602c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13344 | 2024.09.03 23:57:24.866428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13345 | 2024.09.03 23:57:24.866475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13346 | 2024.09.03 23:57:24.866493 [ 3 ] {} <Debug> HTTP-Session: 35210528-047d-47b7-a2a8-c7b9b245f369 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13347 | 2024.09.03 23:57:24.866509 [ 3 ] {} <Debug> HTTP-Session: 35210528-047d-47b7-a2a8-c7b9b245f369 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13348 | 2024.09.03 23:57:24.866523 [ 3 ] {} <Debug> HTTP-Session: 35210528-047d-47b7-a2a8-c7b9b245f369 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13349 | 2024.09.03 23:57:24.866553 [ 3 ] {} <Trace> HTTP-Session: 35210528-047d-47b7-a2a8-c7b9b245f369 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13350 | 2024.09.03 23:57:24.866713 [ 3 ] {ffae397d-0f70-4e5a-9f10-41ece80f00b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
13351 | 2024.09.03 23:57:24.867031 [ 3 ] {ffae397d-0f70-4e5a-9f10-41ece80f00b0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
13352 | 2024.09.03 23:57:24.867084 [ 3 ] {ffae397d-0f70-4e5a-9f10-41ece80f00b0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
13353 | 2024.09.03 23:57:24.867442 [ 3 ] {ffae397d-0f70-4e5a-9f10-41ece80f00b0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
13354 | 2024.09.03 23:57:24.867506 [ 3 ] {ffae397d-0f70-4e5a-9f10-41ece80f00b0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
13355 | 2024.09.03 23:57:24.867646 [ 3 ] {ffae397d-0f70-4e5a-9f10-41ece80f00b0} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 51-element set) | ||
13356 | 2024.09.03 23:57:24.867793 [ 255 ] {ffae397d-0f70-4e5a-9f10-41ece80f00b0} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
13357 | 2024.09.03 23:57:24.867815 [ 250 ] {ffae397d-0f70-4e5a-9f10-41ece80f00b0} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_8_8_0 with 1 steps | ||
13358 | 2024.09.03 23:57:24.867806 [ 254 ] {ffae397d-0f70-4e5a-9f10-41ece80f00b0} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
13359 | 2024.09.03 23:57:24.867949 [ 3 ] {ffae397d-0f70-4e5a-9f10-41ece80f00b0} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
13360 | 2024.09.03 23:57:24.867972 [ 3 ] {ffae397d-0f70-4e5a-9f10-41ece80f00b0} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
13361 | 2024.09.03 23:57:24.868052 [ 3 ] {ffae397d-0f70-4e5a-9f10-41ece80f00b0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
13362 | 2024.09.03 23:57:24.868073 [ 3 ] {ffae397d-0f70-4e5a-9f10-41ece80f00b0} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 42 rows with 2 streams | ||
13363 | 2024.09.03 23:57:24.868112 [ 3 ] {ffae397d-0f70-4e5a-9f10-41ece80f00b0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13364 | 2024.09.03 23:57:24.868153 [ 3 ] {ffae397d-0f70-4e5a-9f10-41ece80f00b0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13365 | 2024.09.03 23:57:24.869460 [ 3 ] {ffae397d-0f70-4e5a-9f10-41ece80f00b0} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002833 sec., 14825.273561595483 rows/sec., 565.67 KiB/sec. | ||
13366 | 2024.09.03 23:57:24.869756 [ 3 ] {ffae397d-0f70-4e5a-9f10-41ece80f00b0} <Debug> DynamicQueryHandler: Done processing query | ||
13367 | 2024.09.03 23:57:24.869780 [ 3 ] {ffae397d-0f70-4e5a-9f10-41ece80f00b0} <Debug> MemoryTracker: Peak memory usage (for query): 3.08 MiB. | ||
13368 | 2024.09.03 23:57:24.869796 [ 3 ] {} <Debug> HTTP-Session: 35210528-047d-47b7-a2a8-c7b9b245f369 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13369 | 2024.09.03 23:57:24.870002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13370 | 2024.09.03 23:57:24.870049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13371 | 2024.09.03 23:57:24.870068 [ 3 ] {} <Debug> HTTP-Session: 11ab48c7-6b1f-4d7c-a6b0-ba3f35bb9115 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13372 | 2024.09.03 23:57:24.870084 [ 3 ] {} <Debug> HTTP-Session: 11ab48c7-6b1f-4d7c-a6b0-ba3f35bb9115 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13373 | 2024.09.03 23:57:24.870099 [ 3 ] {} <Debug> HTTP-Session: 11ab48c7-6b1f-4d7c-a6b0-ba3f35bb9115 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13374 | 2024.09.03 23:57:24.870129 [ 3 ] {} <Trace> HTTP-Session: 11ab48c7-6b1f-4d7c-a6b0-ba3f35bb9115 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13375 | 2024.09.03 23:57:24.870290 [ 3 ] {a3a8e0e7-54fa-4ee0-988e-a7b87620228d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
13376 | 2024.09.03 23:57:24.870610 [ 3 ] {a3a8e0e7-54fa-4ee0-988e-a7b87620228d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
13377 | 2024.09.03 23:57:24.870664 [ 3 ] {a3a8e0e7-54fa-4ee0-988e-a7b87620228d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
13378 | 2024.09.03 23:57:24.871025 [ 3 ] {a3a8e0e7-54fa-4ee0-988e-a7b87620228d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
13379 | 2024.09.03 23:57:24.871089 [ 3 ] {a3a8e0e7-54fa-4ee0-988e-a7b87620228d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
13380 | 2024.09.03 23:57:24.871229 [ 3 ] {a3a8e0e7-54fa-4ee0-988e-a7b87620228d} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 52-element set) | ||
13381 | 2024.09.03 23:57:24.871340 [ 250 ] {a3a8e0e7-54fa-4ee0-988e-a7b87620228d} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
13382 | 2024.09.03 23:57:24.871382 [ 255 ] {a3a8e0e7-54fa-4ee0-988e-a7b87620228d} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_8_8_0 with 1 steps | ||
13383 | 2024.09.03 23:57:24.871380 [ 254 ] {a3a8e0e7-54fa-4ee0-988e-a7b87620228d} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
13384 | 2024.09.03 23:57:24.871494 [ 3 ] {a3a8e0e7-54fa-4ee0-988e-a7b87620228d} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
13385 | 2024.09.03 23:57:24.871517 [ 3 ] {a3a8e0e7-54fa-4ee0-988e-a7b87620228d} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
13386 | 2024.09.03 23:57:24.871597 [ 3 ] {a3a8e0e7-54fa-4ee0-988e-a7b87620228d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
13387 | 2024.09.03 23:57:24.871617 [ 3 ] {a3a8e0e7-54fa-4ee0-988e-a7b87620228d} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 42 rows with 2 streams | ||
13388 | 2024.09.03 23:57:24.871656 [ 3 ] {a3a8e0e7-54fa-4ee0-988e-a7b87620228d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13389 | 2024.09.03 23:57:24.871695 [ 3 ] {a3a8e0e7-54fa-4ee0-988e-a7b87620228d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13390 | 2024.09.03 23:57:24.873007 [ 3 ] {a3a8e0e7-54fa-4ee0-988e-a7b87620228d} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002804 sec., 14978.601997146932 rows/sec., 571.52 KiB/sec. | ||
13391 | 2024.09.03 23:57:24.873292 [ 3 ] {a3a8e0e7-54fa-4ee0-988e-a7b87620228d} <Debug> DynamicQueryHandler: Done processing query | ||
13392 | 2024.09.03 23:57:24.873316 [ 3 ] {a3a8e0e7-54fa-4ee0-988e-a7b87620228d} <Debug> MemoryTracker: Peak memory usage (for query): 3.08 MiB. | ||
13393 | 2024.09.03 23:57:24.873333 [ 3 ] {} <Debug> HTTP-Session: 11ab48c7-6b1f-4d7c-a6b0-ba3f35bb9115 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13394 | 2024.09.03 23:57:24.873553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1868, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13395 | 2024.09.03 23:57:24.873600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13396 | 2024.09.03 23:57:24.873619 [ 3 ] {} <Debug> HTTP-Session: 58e79383-ea88-43a6-9e3d-0a404780c6f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13397 | 2024.09.03 23:57:24.873635 [ 3 ] {} <Debug> HTTP-Session: 58e79383-ea88-43a6-9e3d-0a404780c6f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13398 | 2024.09.03 23:57:24.873649 [ 3 ] {} <Debug> HTTP-Session: 58e79383-ea88-43a6-9e3d-0a404780c6f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13399 | 2024.09.03 23:57:24.873680 [ 3 ] {} <Trace> HTTP-Session: 58e79383-ea88-43a6-9e3d-0a404780c6f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13400 | 2024.09.03 23:57:24.873842 [ 3 ] {bcbeaafb-6f07-4528-a130-44299b82d985} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
13401 | 2024.09.03 23:57:24.874162 [ 3 ] {bcbeaafb-6f07-4528-a130-44299b82d985} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
13402 | 2024.09.03 23:57:24.874216 [ 3 ] {bcbeaafb-6f07-4528-a130-44299b82d985} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
13403 | 2024.09.03 23:57:24.874587 [ 3 ] {bcbeaafb-6f07-4528-a130-44299b82d985} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
13404 | 2024.09.03 23:57:24.874651 [ 3 ] {bcbeaafb-6f07-4528-a130-44299b82d985} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
13405 | 2024.09.03 23:57:24.874794 [ 3 ] {bcbeaafb-6f07-4528-a130-44299b82d985} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 53-element set) | ||
13406 | 2024.09.03 23:57:24.874893 [ 258 ] {bcbeaafb-6f07-4528-a130-44299b82d985} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
13407 | 2024.09.03 23:57:24.874967 [ 262 ] {bcbeaafb-6f07-4528-a130-44299b82d985} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
13408 | 2024.09.03 23:57:24.874992 [ 263 ] {bcbeaafb-6f07-4528-a130-44299b82d985} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_8_8_0 with 1 steps | ||
13409 | 2024.09.03 23:57:24.875145 [ 3 ] {bcbeaafb-6f07-4528-a130-44299b82d985} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
13410 | 2024.09.03 23:57:24.875174 [ 3 ] {bcbeaafb-6f07-4528-a130-44299b82d985} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
13411 | 2024.09.03 23:57:24.875258 [ 3 ] {bcbeaafb-6f07-4528-a130-44299b82d985} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
13412 | 2024.09.03 23:57:24.875278 [ 3 ] {bcbeaafb-6f07-4528-a130-44299b82d985} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 42 rows with 2 streams | ||
13413 | 2024.09.03 23:57:24.875318 [ 3 ] {bcbeaafb-6f07-4528-a130-44299b82d985} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13414 | 2024.09.03 23:57:24.875360 [ 3 ] {bcbeaafb-6f07-4528-a130-44299b82d985} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13415 | 2024.09.03 23:57:24.876658 [ 3 ] {bcbeaafb-6f07-4528-a130-44299b82d985} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002903 sec., 14467.79193937306 rows/sec., 552.03 KiB/sec. | ||
13416 | 2024.09.03 23:57:24.876970 [ 3 ] {bcbeaafb-6f07-4528-a130-44299b82d985} <Debug> DynamicQueryHandler: Done processing query | ||
13417 | 2024.09.03 23:57:24.876993 [ 3 ] {bcbeaafb-6f07-4528-a130-44299b82d985} <Debug> MemoryTracker: Peak memory usage (for query): 3.08 MiB. | ||
13418 | 2024.09.03 23:57:24.877009 [ 3 ] {} <Debug> HTTP-Session: 58e79383-ea88-43a6-9e3d-0a404780c6f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13419 | 2024.09.03 23:57:24.877236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13420 | 2024.09.03 23:57:24.877282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13421 | 2024.09.03 23:57:24.877301 [ 3 ] {} <Debug> HTTP-Session: 104d49dd-7a97-48ab-adad-3ddb7266762f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13422 | 2024.09.03 23:57:24.877319 [ 3 ] {} <Debug> HTTP-Session: 104d49dd-7a97-48ab-adad-3ddb7266762f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13423 | 2024.09.03 23:57:24.877334 [ 3 ] {} <Debug> HTTP-Session: 104d49dd-7a97-48ab-adad-3ddb7266762f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13424 | 2024.09.03 23:57:24.877363 [ 3 ] {} <Trace> HTTP-Session: 104d49dd-7a97-48ab-adad-3ddb7266762f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13425 | 2024.09.03 23:57:24.877524 [ 3 ] {f1aa6211-0d88-4d09-9169-acdb6deed889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
13426 | 2024.09.03 23:57:24.877849 [ 3 ] {f1aa6211-0d88-4d09-9169-acdb6deed889} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
13427 | 2024.09.03 23:57:24.877903 [ 3 ] {f1aa6211-0d88-4d09-9169-acdb6deed889} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
13428 | 2024.09.03 23:57:24.878269 [ 3 ] {f1aa6211-0d88-4d09-9169-acdb6deed889} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
13429 | 2024.09.03 23:57:24.878333 [ 3 ] {f1aa6211-0d88-4d09-9169-acdb6deed889} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
13430 | 2024.09.03 23:57:24.878474 [ 3 ] {f1aa6211-0d88-4d09-9169-acdb6deed889} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 54-element set) | ||
13431 | 2024.09.03 23:57:24.878618 [ 260 ] {f1aa6211-0d88-4d09-9169-acdb6deed889} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
13432 | 2024.09.03 23:57:24.878628 [ 255 ] {f1aa6211-0d88-4d09-9169-acdb6deed889} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
13433 | 2024.09.03 23:57:24.878631 [ 250 ] {f1aa6211-0d88-4d09-9169-acdb6deed889} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_8_8_0 with 1 steps | ||
13434 | 2024.09.03 23:57:24.878760 [ 3 ] {f1aa6211-0d88-4d09-9169-acdb6deed889} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
13435 | 2024.09.03 23:57:24.878787 [ 3 ] {f1aa6211-0d88-4d09-9169-acdb6deed889} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
13436 | 2024.09.03 23:57:24.878871 [ 3 ] {f1aa6211-0d88-4d09-9169-acdb6deed889} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
13437 | 2024.09.03 23:57:24.878891 [ 3 ] {f1aa6211-0d88-4d09-9169-acdb6deed889} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 42 rows with 2 streams | ||
13438 | 2024.09.03 23:57:24.878930 [ 3 ] {f1aa6211-0d88-4d09-9169-acdb6deed889} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13439 | 2024.09.03 23:57:24.878974 [ 3 ] {f1aa6211-0d88-4d09-9169-acdb6deed889} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13440 | 2024.09.03 23:57:24.879998 [ 3 ] {f1aa6211-0d88-4d09-9169-acdb6deed889} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.00256 sec., 16406.25 rows/sec., 625.99 KiB/sec. | ||
13441 | 2024.09.03 23:57:24.880300 [ 3 ] {f1aa6211-0d88-4d09-9169-acdb6deed889} <Debug> DynamicQueryHandler: Done processing query | ||
13442 | 2024.09.03 23:57:24.880325 [ 3 ] {f1aa6211-0d88-4d09-9169-acdb6deed889} <Debug> MemoryTracker: Peak memory usage (for query): 3.08 MiB. | ||
13443 | 2024.09.03 23:57:24.880341 [ 3 ] {} <Debug> HTTP-Session: 104d49dd-7a97-48ab-adad-3ddb7266762f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13444 | 2024.09.03 23:57:24.880565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1937, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13445 | 2024.09.03 23:57:24.880611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13446 | 2024.09.03 23:57:24.880630 [ 3 ] {} <Debug> HTTP-Session: ccf97c50-e67c-434c-9239-5bb902ea0978 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13447 | 2024.09.03 23:57:24.880645 [ 3 ] {} <Debug> HTTP-Session: ccf97c50-e67c-434c-9239-5bb902ea0978 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13448 | 2024.09.03 23:57:24.880658 [ 3 ] {} <Debug> HTTP-Session: ccf97c50-e67c-434c-9239-5bb902ea0978 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13449 | 2024.09.03 23:57:24.880689 [ 3 ] {} <Trace> HTTP-Session: ccf97c50-e67c-434c-9239-5bb902ea0978 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13450 | 2024.09.03 23:57:24.880849 [ 3 ] {71a11c56-bff3-408e-af56-15d052768396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
13451 | 2024.09.03 23:57:24.881176 [ 3 ] {71a11c56-bff3-408e-af56-15d052768396} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
13452 | 2024.09.03 23:57:24.881231 [ 3 ] {71a11c56-bff3-408e-af56-15d052768396} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
13453 | 2024.09.03 23:57:24.881600 [ 3 ] {71a11c56-bff3-408e-af56-15d052768396} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
13454 | 2024.09.03 23:57:24.881664 [ 3 ] {71a11c56-bff3-408e-af56-15d052768396} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
13455 | 2024.09.03 23:57:24.881806 [ 3 ] {71a11c56-bff3-408e-af56-15d052768396} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 55-element set) | ||
13456 | 2024.09.03 23:57:24.881969 [ 258 ] {71a11c56-bff3-408e-af56-15d052768396} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
13457 | 2024.09.03 23:57:24.881977 [ 263 ] {71a11c56-bff3-408e-af56-15d052768396} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
13458 | 2024.09.03 23:57:24.882021 [ 262 ] {71a11c56-bff3-408e-af56-15d052768396} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_8_8_0 with 1 steps | ||
13459 | 2024.09.03 23:57:24.882158 [ 3 ] {71a11c56-bff3-408e-af56-15d052768396} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
13460 | 2024.09.03 23:57:24.882187 [ 3 ] {71a11c56-bff3-408e-af56-15d052768396} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
13461 | 2024.09.03 23:57:24.882272 [ 3 ] {71a11c56-bff3-408e-af56-15d052768396} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
13462 | 2024.09.03 23:57:24.882291 [ 3 ] {71a11c56-bff3-408e-af56-15d052768396} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 42 rows with 2 streams | ||
13463 | 2024.09.03 23:57:24.882333 [ 3 ] {71a11c56-bff3-408e-af56-15d052768396} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13464 | 2024.09.03 23:57:24.882376 [ 3 ] {71a11c56-bff3-408e-af56-15d052768396} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13465 | 2024.09.03 23:57:24.883713 [ 3 ] {71a11c56-bff3-408e-af56-15d052768396} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.00295 sec., 14237.28813559322 rows/sec., 543.23 KiB/sec. | ||
13466 | 2024.09.03 23:57:24.884011 [ 3 ] {71a11c56-bff3-408e-af56-15d052768396} <Debug> DynamicQueryHandler: Done processing query | ||
13467 | 2024.09.03 23:57:24.884035 [ 3 ] {71a11c56-bff3-408e-af56-15d052768396} <Debug> MemoryTracker: Peak memory usage (for query): 3.08 MiB. | ||
13468 | 2024.09.03 23:57:24.884051 [ 3 ] {} <Debug> HTTP-Session: ccf97c50-e67c-434c-9239-5bb902ea0978 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13469 | 2024.09.03 23:57:24.884745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13470 | 2024.09.03 23:57:24.884791 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13471 | 2024.09.03 23:57:24.884809 [ 3 ] {} <Debug> HTTP-Session: 8d81d62c-c84f-4842-8508-51a9173976f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13472 | 2024.09.03 23:57:24.884826 [ 3 ] {} <Debug> HTTP-Session: 8d81d62c-c84f-4842-8508-51a9173976f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13473 | 2024.09.03 23:57:24.884840 [ 3 ] {} <Debug> HTTP-Session: 8d81d62c-c84f-4842-8508-51a9173976f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13474 | 2024.09.03 23:57:24.884871 [ 3 ] {} <Trace> HTTP-Session: 8d81d62c-c84f-4842-8508-51a9173976f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13475 | 2024.09.03 23:57:24.885033 [ 3 ] {3f18e8db-0115-4f9d-b65e-7b0b5aa14a4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
13476 | 2024.09.03 23:57:24.885362 [ 3 ] {3f18e8db-0115-4f9d-b65e-7b0b5aa14a4e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
13477 | 2024.09.03 23:57:24.885416 [ 3 ] {3f18e8db-0115-4f9d-b65e-7b0b5aa14a4e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
13478 | 2024.09.03 23:57:24.885791 [ 3 ] {3f18e8db-0115-4f9d-b65e-7b0b5aa14a4e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
13479 | 2024.09.03 23:57:24.885856 [ 3 ] {3f18e8db-0115-4f9d-b65e-7b0b5aa14a4e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
13480 | 2024.09.03 23:57:24.885999 [ 3 ] {3f18e8db-0115-4f9d-b65e-7b0b5aa14a4e} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 56-element set) | ||
13481 | 2024.09.03 23:57:24.886125 [ 261 ] {3f18e8db-0115-4f9d-b65e-7b0b5aa14a4e} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
13482 | 2024.09.03 23:57:24.886140 [ 255 ] {3f18e8db-0115-4f9d-b65e-7b0b5aa14a4e} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
13483 | 2024.09.03 23:57:24.886198 [ 263 ] {3f18e8db-0115-4f9d-b65e-7b0b5aa14a4e} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_8_8_0 with 1 steps | ||
13484 | 2024.09.03 23:57:24.886339 [ 3 ] {3f18e8db-0115-4f9d-b65e-7b0b5aa14a4e} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
13485 | 2024.09.03 23:57:24.886368 [ 3 ] {3f18e8db-0115-4f9d-b65e-7b0b5aa14a4e} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
13486 | 2024.09.03 23:57:24.886452 [ 3 ] {3f18e8db-0115-4f9d-b65e-7b0b5aa14a4e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
13487 | 2024.09.03 23:57:24.886472 [ 3 ] {3f18e8db-0115-4f9d-b65e-7b0b5aa14a4e} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 42 rows with 2 streams | ||
13488 | 2024.09.03 23:57:24.886513 [ 3 ] {3f18e8db-0115-4f9d-b65e-7b0b5aa14a4e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13489 | 2024.09.03 23:57:24.886556 [ 3 ] {3f18e8db-0115-4f9d-b65e-7b0b5aa14a4e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13490 | 2024.09.03 23:57:24.887947 [ 3 ] {3f18e8db-0115-4f9d-b65e-7b0b5aa14a4e} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.003002 sec., 13990.672884743504 rows/sec., 533.82 KiB/sec. | ||
13491 | 2024.09.03 23:57:24.888228 [ 3 ] {3f18e8db-0115-4f9d-b65e-7b0b5aa14a4e} <Debug> DynamicQueryHandler: Done processing query | ||
13492 | 2024.09.03 23:57:24.888252 [ 3 ] {3f18e8db-0115-4f9d-b65e-7b0b5aa14a4e} <Debug> MemoryTracker: Peak memory usage (for query): 3.08 MiB. | ||
13493 | 2024.09.03 23:57:24.888268 [ 3 ] {} <Debug> HTTP-Session: 8d81d62c-c84f-4842-8508-51a9173976f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13494 | 2024.09.03 23:57:24.888498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1994, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13495 | 2024.09.03 23:57:24.888544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13496 | 2024.09.03 23:57:24.888563 [ 3 ] {} <Debug> HTTP-Session: 68aaf6dc-9569-42a8-97a5-c8ecccea759a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13497 | 2024.09.03 23:57:24.888579 [ 3 ] {} <Debug> HTTP-Session: 68aaf6dc-9569-42a8-97a5-c8ecccea759a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13498 | 2024.09.03 23:57:24.888593 [ 3 ] {} <Debug> HTTP-Session: 68aaf6dc-9569-42a8-97a5-c8ecccea759a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13499 | 2024.09.03 23:57:24.888623 [ 3 ] {} <Trace> HTTP-Session: 68aaf6dc-9569-42a8-97a5-c8ecccea759a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13500 | 2024.09.03 23:57:24.888785 [ 3 ] {acf120b8-6646-4fc5-b215-bc3f5cd9b545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
13501 | 2024.09.03 23:57:24.889116 [ 3 ] {acf120b8-6646-4fc5-b215-bc3f5cd9b545} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
13502 | 2024.09.03 23:57:24.889171 [ 3 ] {acf120b8-6646-4fc5-b215-bc3f5cd9b545} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
13503 | 2024.09.03 23:57:24.889554 [ 3 ] {acf120b8-6646-4fc5-b215-bc3f5cd9b545} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
13504 | 2024.09.03 23:57:24.889619 [ 3 ] {acf120b8-6646-4fc5-b215-bc3f5cd9b545} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
13505 | 2024.09.03 23:57:24.889760 [ 3 ] {acf120b8-6646-4fc5-b215-bc3f5cd9b545} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 57-element set) | ||
13506 | 2024.09.03 23:57:24.889882 [ 260 ] {acf120b8-6646-4fc5-b215-bc3f5cd9b545} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
13507 | 2024.09.03 23:57:24.889907 [ 254 ] {acf120b8-6646-4fc5-b215-bc3f5cd9b545} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
13508 | 2024.09.03 23:57:24.889912 [ 262 ] {acf120b8-6646-4fc5-b215-bc3f5cd9b545} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_8_8_0 with 1 steps | ||
13509 | 2024.09.03 23:57:24.890037 [ 3 ] {acf120b8-6646-4fc5-b215-bc3f5cd9b545} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
13510 | 2024.09.03 23:57:24.890065 [ 3 ] {acf120b8-6646-4fc5-b215-bc3f5cd9b545} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
13511 | 2024.09.03 23:57:24.890148 [ 3 ] {acf120b8-6646-4fc5-b215-bc3f5cd9b545} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
13512 | 2024.09.03 23:57:24.890168 [ 3 ] {acf120b8-6646-4fc5-b215-bc3f5cd9b545} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 42 rows with 2 streams | ||
13513 | 2024.09.03 23:57:24.890208 [ 3 ] {acf120b8-6646-4fc5-b215-bc3f5cd9b545} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13514 | 2024.09.03 23:57:24.890251 [ 3 ] {acf120b8-6646-4fc5-b215-bc3f5cd9b545} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13515 | 2024.09.03 23:57:24.891570 [ 3 ] {acf120b8-6646-4fc5-b215-bc3f5cd9b545} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002872 sec., 14623.955431754875 rows/sec., 557.99 KiB/sec. | ||
13516 | 2024.09.03 23:57:24.891864 [ 3 ] {acf120b8-6646-4fc5-b215-bc3f5cd9b545} <Debug> DynamicQueryHandler: Done processing query | ||
13517 | 2024.09.03 23:57:24.891888 [ 3 ] {acf120b8-6646-4fc5-b215-bc3f5cd9b545} <Debug> MemoryTracker: Peak memory usage (for query): 3.08 MiB. | ||
13518 | 2024.09.03 23:57:24.891905 [ 3 ] {} <Debug> HTTP-Session: 68aaf6dc-9569-42a8-97a5-c8ecccea759a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13519 | 2024.09.03 23:57:24.892113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 2021, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13520 | 2024.09.03 23:57:24.892160 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13521 | 2024.09.03 23:57:24.892178 [ 3 ] {} <Debug> HTTP-Session: 80469018-2060-4101-a81e-6ab4bf3cc83a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13522 | 2024.09.03 23:57:24.892195 [ 3 ] {} <Debug> HTTP-Session: 80469018-2060-4101-a81e-6ab4bf3cc83a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13523 | 2024.09.03 23:57:24.892209 [ 3 ] {} <Debug> HTTP-Session: 80469018-2060-4101-a81e-6ab4bf3cc83a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13524 | 2024.09.03 23:57:24.892239 [ 3 ] {} <Trace> HTTP-Session: 80469018-2060-4101-a81e-6ab4bf3cc83a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13525 | 2024.09.03 23:57:24.892401 [ 3 ] {56192216-d5c7-4d96-8737-cae09a491242} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
13526 | 2024.09.03 23:57:24.892731 [ 3 ] {56192216-d5c7-4d96-8737-cae09a491242} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
13527 | 2024.09.03 23:57:24.892786 [ 3 ] {56192216-d5c7-4d96-8737-cae09a491242} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
13528 | 2024.09.03 23:57:24.893163 [ 3 ] {56192216-d5c7-4d96-8737-cae09a491242} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
13529 | 2024.09.03 23:57:24.893228 [ 3 ] {56192216-d5c7-4d96-8737-cae09a491242} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
13530 | 2024.09.03 23:57:24.893369 [ 3 ] {56192216-d5c7-4d96-8737-cae09a491242} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 58-element set) | ||
13531 | 2024.09.03 23:57:24.893499 [ 258 ] {56192216-d5c7-4d96-8737-cae09a491242} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
13532 | 2024.09.03 23:57:24.893517 [ 254 ] {56192216-d5c7-4d96-8737-cae09a491242} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
13533 | 2024.09.03 23:57:24.893535 [ 260 ] {56192216-d5c7-4d96-8737-cae09a491242} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_8_8_0 with 1 steps | ||
13534 | 2024.09.03 23:57:24.893654 [ 3 ] {56192216-d5c7-4d96-8737-cae09a491242} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
13535 | 2024.09.03 23:57:24.893681 [ 3 ] {56192216-d5c7-4d96-8737-cae09a491242} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
13536 | 2024.09.03 23:57:24.893763 [ 3 ] {56192216-d5c7-4d96-8737-cae09a491242} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
13537 | 2024.09.03 23:57:24.893783 [ 3 ] {56192216-d5c7-4d96-8737-cae09a491242} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 42 rows with 2 streams | ||
13538 | 2024.09.03 23:57:24.893822 [ 3 ] {56192216-d5c7-4d96-8737-cae09a491242} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13539 | 2024.09.03 23:57:24.893866 [ 3 ] {56192216-d5c7-4d96-8737-cae09a491242} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13540 | 2024.09.03 23:57:24.895069 [ 3 ] {56192216-d5c7-4d96-8737-cae09a491242} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002756 sec., 15239.477503628446 rows/sec., 581.47 KiB/sec. | ||
13541 | 2024.09.03 23:57:24.895367 [ 3 ] {56192216-d5c7-4d96-8737-cae09a491242} <Debug> DynamicQueryHandler: Done processing query | ||
13542 | 2024.09.03 23:57:24.895391 [ 3 ] {56192216-d5c7-4d96-8737-cae09a491242} <Debug> MemoryTracker: Peak memory usage (for query): 3.08 MiB. | ||
13543 | 2024.09.03 23:57:24.895407 [ 3 ] {} <Debug> HTTP-Session: 80469018-2060-4101-a81e-6ab4bf3cc83a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13544 | 2024.09.03 23:57:24.895817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 2050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13545 | 2024.09.03 23:57:24.895864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13546 | 2024.09.03 23:57:24.895883 [ 3 ] {} <Debug> HTTP-Session: 9db6af68-e7c1-440d-a05c-67cc1aa6bd9f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13547 | 2024.09.03 23:57:24.895902 [ 3 ] {} <Debug> HTTP-Session: 9db6af68-e7c1-440d-a05c-67cc1aa6bd9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13548 | 2024.09.03 23:57:24.895915 [ 3 ] {} <Debug> HTTP-Session: 9db6af68-e7c1-440d-a05c-67cc1aa6bd9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13549 | 2024.09.03 23:57:24.895946 [ 3 ] {} <Trace> HTTP-Session: 9db6af68-e7c1-440d-a05c-67cc1aa6bd9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13550 | 2024.09.03 23:57:24.896119 [ 3 ] {ab967aad-89d2-4a16-b39b-1a4c743f5559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
13551 | 2024.09.03 23:57:24.896443 [ 3 ] {ab967aad-89d2-4a16-b39b-1a4c743f5559} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
13552 | 2024.09.03 23:57:24.896498 [ 3 ] {ab967aad-89d2-4a16-b39b-1a4c743f5559} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
13553 | 2024.09.03 23:57:24.896878 [ 3 ] {ab967aad-89d2-4a16-b39b-1a4c743f5559} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
13554 | 2024.09.03 23:57:24.896942 [ 3 ] {ab967aad-89d2-4a16-b39b-1a4c743f5559} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
13555 | 2024.09.03 23:57:24.897083 [ 3 ] {ab967aad-89d2-4a16-b39b-1a4c743f5559} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 59-element set) | ||
13556 | 2024.09.03 23:57:24.897228 [ 263 ] {ab967aad-89d2-4a16-b39b-1a4c743f5559} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
13557 | 2024.09.03 23:57:24.897240 [ 254 ] {ab967aad-89d2-4a16-b39b-1a4c743f5559} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_8_8_0 with 1 steps | ||
13558 | 2024.09.03 23:57:24.897225 [ 262 ] {ab967aad-89d2-4a16-b39b-1a4c743f5559} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
13559 | 2024.09.03 23:57:24.897379 [ 3 ] {ab967aad-89d2-4a16-b39b-1a4c743f5559} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
13560 | 2024.09.03 23:57:24.897407 [ 3 ] {ab967aad-89d2-4a16-b39b-1a4c743f5559} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
13561 | 2024.09.03 23:57:24.897489 [ 3 ] {ab967aad-89d2-4a16-b39b-1a4c743f5559} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
13562 | 2024.09.03 23:57:24.897508 [ 3 ] {ab967aad-89d2-4a16-b39b-1a4c743f5559} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 42 rows with 2 streams | ||
13563 | 2024.09.03 23:57:24.897546 [ 3 ] {ab967aad-89d2-4a16-b39b-1a4c743f5559} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13564 | 2024.09.03 23:57:24.897588 [ 3 ] {ab967aad-89d2-4a16-b39b-1a4c743f5559} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13565 | 2024.09.03 23:57:24.898859 [ 3 ] {ab967aad-89d2-4a16-b39b-1a4c743f5559} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002835 sec., 14814.814814814816 rows/sec., 565.27 KiB/sec. | ||
13566 | 2024.09.03 23:57:24.899145 [ 3 ] {ab967aad-89d2-4a16-b39b-1a4c743f5559} <Debug> DynamicQueryHandler: Done processing query | ||
13567 | 2024.09.03 23:57:24.899169 [ 3 ] {ab967aad-89d2-4a16-b39b-1a4c743f5559} <Debug> MemoryTracker: Peak memory usage (for query): 3.08 MiB. | ||
13568 | 2024.09.03 23:57:24.899185 [ 3 ] {} <Debug> HTTP-Session: 9db6af68-e7c1-440d-a05c-67cc1aa6bd9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13569 | 2024.09.03 23:57:24.899401 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 2073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13570 | 2024.09.03 23:57:24.899449 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13571 | 2024.09.03 23:57:24.899469 [ 3 ] {} <Debug> HTTP-Session: 6669b547-6bb6-48ca-9246-d35e508111b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13572 | 2024.09.03 23:57:24.899487 [ 3 ] {} <Debug> HTTP-Session: 6669b547-6bb6-48ca-9246-d35e508111b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13573 | 2024.09.03 23:57:24.899501 [ 3 ] {} <Debug> HTTP-Session: 6669b547-6bb6-48ca-9246-d35e508111b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13574 | 2024.09.03 23:57:24.899530 [ 3 ] {} <Trace> HTTP-Session: 6669b547-6bb6-48ca-9246-d35e508111b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13575 | 2024.09.03 23:57:24.899706 [ 3 ] {89bb9026-099a-4021-a317-b924648e18af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
13576 | 2024.09.03 23:57:24.900038 [ 3 ] {89bb9026-099a-4021-a317-b924648e18af} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
13577 | 2024.09.03 23:57:24.900093 [ 3 ] {89bb9026-099a-4021-a317-b924648e18af} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
13578 | 2024.09.03 23:57:24.900475 [ 3 ] {89bb9026-099a-4021-a317-b924648e18af} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
13579 | 2024.09.03 23:57:24.900540 [ 3 ] {89bb9026-099a-4021-a317-b924648e18af} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
13580 | 2024.09.03 23:57:24.900681 [ 3 ] {89bb9026-099a-4021-a317-b924648e18af} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 60-element set) | ||
13581 | 2024.09.03 23:57:24.900817 [ 260 ] {89bb9026-099a-4021-a317-b924648e18af} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
13582 | 2024.09.03 23:57:24.900816 [ 262 ] {89bb9026-099a-4021-a317-b924648e18af} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
13583 | 2024.09.03 23:57:24.900840 [ 254 ] {89bb9026-099a-4021-a317-b924648e18af} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_8_8_0 with 1 steps | ||
13584 | 2024.09.03 23:57:24.900945 [ 3 ] {89bb9026-099a-4021-a317-b924648e18af} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
13585 | 2024.09.03 23:57:24.900968 [ 3 ] {89bb9026-099a-4021-a317-b924648e18af} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
13586 | 2024.09.03 23:57:24.901050 [ 3 ] {89bb9026-099a-4021-a317-b924648e18af} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
13587 | 2024.09.03 23:57:24.901070 [ 3 ] {89bb9026-099a-4021-a317-b924648e18af} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 42 rows with 2 streams | ||
13588 | 2024.09.03 23:57:24.901109 [ 3 ] {89bb9026-099a-4021-a317-b924648e18af} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13589 | 2024.09.03 23:57:24.901153 [ 3 ] {89bb9026-099a-4021-a317-b924648e18af} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13590 | 2024.09.03 23:57:24.902435 [ 3 ] {89bb9026-099a-4021-a317-b924648e18af} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002827 sec., 14856.738592147152 rows/sec., 566.87 KiB/sec. | ||
13591 | 2024.09.03 23:57:24.902722 [ 3 ] {89bb9026-099a-4021-a317-b924648e18af} <Debug> DynamicQueryHandler: Done processing query | ||
13592 | 2024.09.03 23:57:24.902746 [ 3 ] {89bb9026-099a-4021-a317-b924648e18af} <Debug> MemoryTracker: Peak memory usage (for query): 3.08 MiB. | ||
13593 | 2024.09.03 23:57:24.902763 [ 3 ] {} <Debug> HTTP-Session: 6669b547-6bb6-48ca-9246-d35e508111b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13594 | 2024.09.03 23:57:24.902996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 2103, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13595 | 2024.09.03 23:57:24.903044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13596 | 2024.09.03 23:57:24.903063 [ 3 ] {} <Debug> HTTP-Session: 7e3c8cc2-d8ab-4e2e-b9a3-d0ed8b2f3c2c Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13597 | 2024.09.03 23:57:24.903079 [ 3 ] {} <Debug> HTTP-Session: 7e3c8cc2-d8ab-4e2e-b9a3-d0ed8b2f3c2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13598 | 2024.09.03 23:57:24.903093 [ 3 ] {} <Debug> HTTP-Session: 7e3c8cc2-d8ab-4e2e-b9a3-d0ed8b2f3c2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13599 | 2024.09.03 23:57:24.903123 [ 3 ] {} <Trace> HTTP-Session: 7e3c8cc2-d8ab-4e2e-b9a3-d0ed8b2f3c2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13600 | 2024.09.03 23:57:24.903290 [ 3 ] {1e630b66-b6ca-4bec-aeba-6559eb654b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
13601 | 2024.09.03 23:57:24.903628 [ 3 ] {1e630b66-b6ca-4bec-aeba-6559eb654b6d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
13602 | 2024.09.03 23:57:24.903683 [ 3 ] {1e630b66-b6ca-4bec-aeba-6559eb654b6d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
13603 | 2024.09.03 23:57:24.904173 [ 3 ] {1e630b66-b6ca-4bec-aeba-6559eb654b6d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
13604 | 2024.09.03 23:57:24.904336 [ 3 ] {1e630b66-b6ca-4bec-aeba-6559eb654b6d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
13605 | 2024.09.03 23:57:24.904478 [ 3 ] {1e630b66-b6ca-4bec-aeba-6559eb654b6d} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 61-element set) | ||
13606 | 2024.09.03 23:57:24.904608 [ 263 ] {1e630b66-b6ca-4bec-aeba-6559eb654b6d} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
13607 | 2024.09.03 23:57:24.904625 [ 254 ] {1e630b66-b6ca-4bec-aeba-6559eb654b6d} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
13608 | 2024.09.03 23:57:24.904642 [ 262 ] {1e630b66-b6ca-4bec-aeba-6559eb654b6d} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_8_8_0 with 1 steps | ||
13609 | 2024.09.03 23:57:24.904770 [ 3 ] {1e630b66-b6ca-4bec-aeba-6559eb654b6d} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
13610 | 2024.09.03 23:57:24.904797 [ 3 ] {1e630b66-b6ca-4bec-aeba-6559eb654b6d} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
13611 | 2024.09.03 23:57:24.904881 [ 3 ] {1e630b66-b6ca-4bec-aeba-6559eb654b6d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
13612 | 2024.09.03 23:57:24.904900 [ 3 ] {1e630b66-b6ca-4bec-aeba-6559eb654b6d} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 42 rows with 2 streams | ||
13613 | 2024.09.03 23:57:24.904941 [ 3 ] {1e630b66-b6ca-4bec-aeba-6559eb654b6d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13614 | 2024.09.03 23:57:24.904985 [ 3 ] {1e630b66-b6ca-4bec-aeba-6559eb654b6d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13615 | 2024.09.03 23:57:24.906338 [ 3 ] {1e630b66-b6ca-4bec-aeba-6559eb654b6d} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.003137 sec., 13388.587822760599 rows/sec., 510.85 KiB/sec. | ||
13616 | 2024.09.03 23:57:24.906645 [ 3 ] {1e630b66-b6ca-4bec-aeba-6559eb654b6d} <Debug> DynamicQueryHandler: Done processing query | ||
13617 | 2024.09.03 23:57:24.906669 [ 3 ] {1e630b66-b6ca-4bec-aeba-6559eb654b6d} <Debug> MemoryTracker: Peak memory usage (for query): 3.08 MiB. | ||
13618 | 2024.09.03 23:57:24.906686 [ 3 ] {} <Debug> HTTP-Session: 7e3c8cc2-d8ab-4e2e-b9a3-d0ed8b2f3c2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13619 | 2024.09.03 23:57:24.907012 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 2133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13620 | 2024.09.03 23:57:24.907061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13621 | 2024.09.03 23:57:24.907080 [ 3 ] {} <Debug> HTTP-Session: d8377afe-d36f-4692-9434-94257dcfcf03 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13622 | 2024.09.03 23:57:24.907097 [ 3 ] {} <Debug> HTTP-Session: d8377afe-d36f-4692-9434-94257dcfcf03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13623 | 2024.09.03 23:57:24.907111 [ 3 ] {} <Debug> HTTP-Session: d8377afe-d36f-4692-9434-94257dcfcf03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13624 | 2024.09.03 23:57:24.907143 [ 3 ] {} <Trace> HTTP-Session: d8377afe-d36f-4692-9434-94257dcfcf03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13625 | 2024.09.03 23:57:24.907317 [ 3 ] {dbfa40eb-f25e-4c83-9748-df9d6e9008c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
13626 | 2024.09.03 23:57:24.907659 [ 3 ] {dbfa40eb-f25e-4c83-9748-df9d6e9008c6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
13627 | 2024.09.03 23:57:24.907723 [ 3 ] {dbfa40eb-f25e-4c83-9748-df9d6e9008c6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
13628 | 2024.09.03 23:57:24.908124 [ 3 ] {dbfa40eb-f25e-4c83-9748-df9d6e9008c6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
13629 | 2024.09.03 23:57:24.908190 [ 3 ] {dbfa40eb-f25e-4c83-9748-df9d6e9008c6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
13630 | 2024.09.03 23:57:24.908333 [ 3 ] {dbfa40eb-f25e-4c83-9748-df9d6e9008c6} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 62-element set) | ||
13631 | 2024.09.03 23:57:24.908410 [ 260 ] {dbfa40eb-f25e-4c83-9748-df9d6e9008c6} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
13632 | 2024.09.03 23:57:24.908493 [ 250 ] {dbfa40eb-f25e-4c83-9748-df9d6e9008c6} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
13633 | 2024.09.03 23:57:24.908499 [ 262 ] {dbfa40eb-f25e-4c83-9748-df9d6e9008c6} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_8_8_0 with 1 steps | ||
13634 | 2024.09.03 23:57:24.908631 [ 3 ] {dbfa40eb-f25e-4c83-9748-df9d6e9008c6} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
13635 | 2024.09.03 23:57:24.908660 [ 3 ] {dbfa40eb-f25e-4c83-9748-df9d6e9008c6} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
13636 | 2024.09.03 23:57:24.908744 [ 3 ] {dbfa40eb-f25e-4c83-9748-df9d6e9008c6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
13637 | 2024.09.03 23:57:24.908765 [ 3 ] {dbfa40eb-f25e-4c83-9748-df9d6e9008c6} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 42 rows with 2 streams | ||
13638 | 2024.09.03 23:57:24.908807 [ 3 ] {dbfa40eb-f25e-4c83-9748-df9d6e9008c6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13639 | 2024.09.03 23:57:24.908852 [ 3 ] {dbfa40eb-f25e-4c83-9748-df9d6e9008c6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13640 | 2024.09.03 23:57:24.910134 [ 3 ] {dbfa40eb-f25e-4c83-9748-df9d6e9008c6} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002911 sec., 14428.031604259704 rows/sec., 550.51 KiB/sec. | ||
13641 | 2024.09.03 23:57:24.910432 [ 3 ] {dbfa40eb-f25e-4c83-9748-df9d6e9008c6} <Debug> DynamicQueryHandler: Done processing query | ||
13642 | 2024.09.03 23:57:24.910455 [ 3 ] {dbfa40eb-f25e-4c83-9748-df9d6e9008c6} <Debug> MemoryTracker: Peak memory usage (for query): 3.08 MiB. | ||
13643 | 2024.09.03 23:57:24.910471 [ 3 ] {} <Debug> HTTP-Session: d8377afe-d36f-4692-9434-94257dcfcf03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13644 | 2024.09.03 23:57:24.910690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 2157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13645 | 2024.09.03 23:57:24.910737 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13646 | 2024.09.03 23:57:24.910758 [ 3 ] {} <Debug> HTTP-Session: 7e1bdd9d-d0d9-4113-9b2e-2857b5c2aee5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13647 | 2024.09.03 23:57:24.910774 [ 3 ] {} <Debug> HTTP-Session: 7e1bdd9d-d0d9-4113-9b2e-2857b5c2aee5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13648 | 2024.09.03 23:57:24.910787 [ 3 ] {} <Debug> HTTP-Session: 7e1bdd9d-d0d9-4113-9b2e-2857b5c2aee5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13649 | 2024.09.03 23:57:24.910818 [ 3 ] {} <Trace> HTTP-Session: 7e1bdd9d-d0d9-4113-9b2e-2857b5c2aee5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13650 | 2024.09.03 23:57:24.910989 [ 3 ] {ace5f5cc-1d7b-4811-a702-1de781917582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
13651 | 2024.09.03 23:57:24.911329 [ 3 ] {ace5f5cc-1d7b-4811-a702-1de781917582} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
13652 | 2024.09.03 23:57:24.911386 [ 3 ] {ace5f5cc-1d7b-4811-a702-1de781917582} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
13653 | 2024.09.03 23:57:24.911781 [ 3 ] {ace5f5cc-1d7b-4811-a702-1de781917582} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
13654 | 2024.09.03 23:57:24.911846 [ 3 ] {ace5f5cc-1d7b-4811-a702-1de781917582} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
13655 | 2024.09.03 23:57:24.911986 [ 3 ] {ace5f5cc-1d7b-4811-a702-1de781917582} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 63-element set) | ||
13656 | 2024.09.03 23:57:24.912113 [ 262 ] {ace5f5cc-1d7b-4811-a702-1de781917582} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
13657 | 2024.09.03 23:57:24.912119 [ 260 ] {ace5f5cc-1d7b-4811-a702-1de781917582} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
13658 | 2024.09.03 23:57:24.912144 [ 258 ] {ace5f5cc-1d7b-4811-a702-1de781917582} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_8_8_0 with 1 steps | ||
13659 | 2024.09.03 23:57:24.912255 [ 3 ] {ace5f5cc-1d7b-4811-a702-1de781917582} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
13660 | 2024.09.03 23:57:24.912282 [ 3 ] {ace5f5cc-1d7b-4811-a702-1de781917582} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
13661 | 2024.09.03 23:57:24.912367 [ 3 ] {ace5f5cc-1d7b-4811-a702-1de781917582} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
13662 | 2024.09.03 23:57:24.912387 [ 3 ] {ace5f5cc-1d7b-4811-a702-1de781917582} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 42 rows with 2 streams | ||
13663 | 2024.09.03 23:57:24.912429 [ 3 ] {ace5f5cc-1d7b-4811-a702-1de781917582} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13664 | 2024.09.03 23:57:24.912476 [ 3 ] {ace5f5cc-1d7b-4811-a702-1de781917582} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13665 | 2024.09.03 23:57:24.913873 [ 3 ] {ace5f5cc-1d7b-4811-a702-1de781917582} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.00298 sec., 14093.959731543624 rows/sec., 537.76 KiB/sec. | ||
13666 | 2024.09.03 23:57:24.914159 [ 3 ] {ace5f5cc-1d7b-4811-a702-1de781917582} <Debug> DynamicQueryHandler: Done processing query | ||
13667 | 2024.09.03 23:57:24.914182 [ 3 ] {ace5f5cc-1d7b-4811-a702-1de781917582} <Debug> MemoryTracker: Peak memory usage (for query): 3.08 MiB. | ||
13668 | 2024.09.03 23:57:24.914199 [ 3 ] {} <Debug> HTTP-Session: 7e1bdd9d-d0d9-4113-9b2e-2857b5c2aee5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13669 | 2024.09.03 23:57:24.914513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 2188, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13670 | 2024.09.03 23:57:24.914560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13671 | 2024.09.03 23:57:24.914579 [ 3 ] {} <Debug> HTTP-Session: 04669e85-91e9-42a4-b369-822559c80ee1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13672 | 2024.09.03 23:57:24.914595 [ 3 ] {} <Debug> HTTP-Session: 04669e85-91e9-42a4-b369-822559c80ee1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13673 | 2024.09.03 23:57:24.914609 [ 3 ] {} <Debug> HTTP-Session: 04669e85-91e9-42a4-b369-822559c80ee1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13674 | 2024.09.03 23:57:24.914639 [ 3 ] {} <Trace> HTTP-Session: 04669e85-91e9-42a4-b369-822559c80ee1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13675 | 2024.09.03 23:57:24.914808 [ 3 ] {cb2553fc-406b-4a6c-bd1f-aa2f267282b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
13676 | 2024.09.03 23:57:24.915149 [ 3 ] {cb2553fc-406b-4a6c-bd1f-aa2f267282b6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
13677 | 2024.09.03 23:57:24.915208 [ 3 ] {cb2553fc-406b-4a6c-bd1f-aa2f267282b6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
13678 | 2024.09.03 23:57:24.915609 [ 3 ] {cb2553fc-406b-4a6c-bd1f-aa2f267282b6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
13679 | 2024.09.03 23:57:24.915673 [ 3 ] {cb2553fc-406b-4a6c-bd1f-aa2f267282b6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
13680 | 2024.09.03 23:57:24.915814 [ 3 ] {cb2553fc-406b-4a6c-bd1f-aa2f267282b6} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 64-element set) | ||
13681 | 2024.09.03 23:57:24.915937 [ 260 ] {cb2553fc-406b-4a6c-bd1f-aa2f267282b6} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
13682 | 2024.09.03 23:57:24.915955 [ 262 ] {cb2553fc-406b-4a6c-bd1f-aa2f267282b6} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
13683 | 2024.09.03 23:57:24.915984 [ 250 ] {cb2553fc-406b-4a6c-bd1f-aa2f267282b6} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_8_8_0 with 1 steps | ||
13684 | 2024.09.03 23:57:24.916093 [ 3 ] {cb2553fc-406b-4a6c-bd1f-aa2f267282b6} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
13685 | 2024.09.03 23:57:24.916122 [ 3 ] {cb2553fc-406b-4a6c-bd1f-aa2f267282b6} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
13686 | 2024.09.03 23:57:24.916206 [ 3 ] {cb2553fc-406b-4a6c-bd1f-aa2f267282b6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
13687 | 2024.09.03 23:57:24.916227 [ 3 ] {cb2553fc-406b-4a6c-bd1f-aa2f267282b6} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 42 rows with 2 streams | ||
13688 | 2024.09.03 23:57:24.916269 [ 3 ] {cb2553fc-406b-4a6c-bd1f-aa2f267282b6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13689 | 2024.09.03 23:57:24.916317 [ 3 ] {cb2553fc-406b-4a6c-bd1f-aa2f267282b6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13690 | 2024.09.03 23:57:24.917685 [ 3 ] {cb2553fc-406b-4a6c-bd1f-aa2f267282b6} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002971 sec., 14136.654325143048 rows/sec., 539.39 KiB/sec. | ||
13691 | 2024.09.03 23:57:24.917973 [ 3 ] {cb2553fc-406b-4a6c-bd1f-aa2f267282b6} <Debug> DynamicQueryHandler: Done processing query | ||
13692 | 2024.09.03 23:57:24.917997 [ 3 ] {cb2553fc-406b-4a6c-bd1f-aa2f267282b6} <Debug> MemoryTracker: Peak memory usage (for query): 3.08 MiB. | ||
13693 | 2024.09.03 23:57:24.918014 [ 3 ] {} <Debug> HTTP-Session: 04669e85-91e9-42a4-b369-822559c80ee1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13694 | 2024.09.03 23:57:24.918423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 2215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13695 | 2024.09.03 23:57:24.918472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13696 | 2024.09.03 23:57:24.918490 [ 3 ] {} <Debug> HTTP-Session: e48d18fe-b58a-4934-ae51-b972d8f98836 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13697 | 2024.09.03 23:57:24.918507 [ 3 ] {} <Debug> HTTP-Session: e48d18fe-b58a-4934-ae51-b972d8f98836 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13698 | 2024.09.03 23:57:24.918520 [ 3 ] {} <Debug> HTTP-Session: e48d18fe-b58a-4934-ae51-b972d8f98836 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13699 | 2024.09.03 23:57:24.918551 [ 3 ] {} <Trace> HTTP-Session: e48d18fe-b58a-4934-ae51-b972d8f98836 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13700 | 2024.09.03 23:57:24.918722 [ 3 ] {1dba874b-d8fb-49be-9766-5e57a8f4bf35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
13701 | 2024.09.03 23:57:24.919068 [ 3 ] {1dba874b-d8fb-49be-9766-5e57a8f4bf35} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
13702 | 2024.09.03 23:57:24.919127 [ 3 ] {1dba874b-d8fb-49be-9766-5e57a8f4bf35} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
13703 | 2024.09.03 23:57:24.919529 [ 3 ] {1dba874b-d8fb-49be-9766-5e57a8f4bf35} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
13704 | 2024.09.03 23:57:24.919594 [ 3 ] {1dba874b-d8fb-49be-9766-5e57a8f4bf35} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
13705 | 2024.09.03 23:57:24.919732 [ 3 ] {1dba874b-d8fb-49be-9766-5e57a8f4bf35} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 65-element set) | ||
13706 | 2024.09.03 23:57:24.919871 [ 262 ] {1dba874b-d8fb-49be-9766-5e57a8f4bf35} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
13707 | 2024.09.03 23:57:24.919934 [ 260 ] {1dba874b-d8fb-49be-9766-5e57a8f4bf35} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
13708 | 2024.09.03 23:57:24.919938 [ 255 ] {1dba874b-d8fb-49be-9766-5e57a8f4bf35} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_8_8_0 with 1 steps | ||
13709 | 2024.09.03 23:57:24.920088 [ 3 ] {1dba874b-d8fb-49be-9766-5e57a8f4bf35} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
13710 | 2024.09.03 23:57:24.920116 [ 3 ] {1dba874b-d8fb-49be-9766-5e57a8f4bf35} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
13711 | 2024.09.03 23:57:24.920199 [ 3 ] {1dba874b-d8fb-49be-9766-5e57a8f4bf35} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
13712 | 2024.09.03 23:57:24.920220 [ 3 ] {1dba874b-d8fb-49be-9766-5e57a8f4bf35} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 42 rows with 2 streams | ||
13713 | 2024.09.03 23:57:24.920262 [ 3 ] {1dba874b-d8fb-49be-9766-5e57a8f4bf35} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13714 | 2024.09.03 23:57:24.920309 [ 3 ] {1dba874b-d8fb-49be-9766-5e57a8f4bf35} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13715 | 2024.09.03 23:57:24.921662 [ 3 ] {1dba874b-d8fb-49be-9766-5e57a8f4bf35} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.003037 sec., 13829.43694435298 rows/sec., 527.67 KiB/sec. | ||
13716 | 2024.09.03 23:57:24.921951 [ 3 ] {1dba874b-d8fb-49be-9766-5e57a8f4bf35} <Debug> DynamicQueryHandler: Done processing query | ||
13717 | 2024.09.03 23:57:24.921975 [ 3 ] {1dba874b-d8fb-49be-9766-5e57a8f4bf35} <Debug> MemoryTracker: Peak memory usage (for query): 3.08 MiB. | ||
13718 | 2024.09.03 23:57:24.921992 [ 3 ] {} <Debug> HTTP-Session: e48d18fe-b58a-4934-ae51-b972d8f98836 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13719 | 2024.09.03 23:57:24.922268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 2239, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13720 | 2024.09.03 23:57:24.922316 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13721 | 2024.09.03 23:57:24.922335 [ 3 ] {} <Debug> HTTP-Session: 9074f8ef-509e-4fea-adff-4dfcdc785f26 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13722 | 2024.09.03 23:57:24.922351 [ 3 ] {} <Debug> HTTP-Session: 9074f8ef-509e-4fea-adff-4dfcdc785f26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13723 | 2024.09.03 23:57:24.922364 [ 3 ] {} <Debug> HTTP-Session: 9074f8ef-509e-4fea-adff-4dfcdc785f26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13724 | 2024.09.03 23:57:24.922395 [ 3 ] {} <Trace> HTTP-Session: 9074f8ef-509e-4fea-adff-4dfcdc785f26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13725 | 2024.09.03 23:57:24.922594 [ 3 ] {ac1624b9-c6e1-4bcd-b985-2463ef9d8a20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
13726 | 2024.09.03 23:57:24.922934 [ 3 ] {ac1624b9-c6e1-4bcd-b985-2463ef9d8a20} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
13727 | 2024.09.03 23:57:24.922994 [ 3 ] {ac1624b9-c6e1-4bcd-b985-2463ef9d8a20} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
13728 | 2024.09.03 23:57:24.923396 [ 3 ] {ac1624b9-c6e1-4bcd-b985-2463ef9d8a20} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
13729 | 2024.09.03 23:57:24.923461 [ 3 ] {ac1624b9-c6e1-4bcd-b985-2463ef9d8a20} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
13730 | 2024.09.03 23:57:24.923601 [ 3 ] {ac1624b9-c6e1-4bcd-b985-2463ef9d8a20} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Key condition: (column 0 notIn 66-element set) | ||
13731 | 2024.09.03 23:57:24.923721 [ 260 ] {ac1624b9-c6e1-4bcd-b985-2463ef9d8a20} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
13732 | 2024.09.03 23:57:24.923727 [ 262 ] {ac1624b9-c6e1-4bcd-b985-2463ef9d8a20} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
13733 | 2024.09.03 23:57:24.923750 [ 263 ] {ac1624b9-c6e1-4bcd-b985-2463ef9d8a20} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Used generic exclusion search over index for part all_8_8_0 with 1 steps | ||
13734 | 2024.09.03 23:57:24.923906 [ 3 ] {ac1624b9-c6e1-4bcd-b985-2463ef9d8a20} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
13735 | 2024.09.03 23:57:24.923935 [ 3 ] {ac1624b9-c6e1-4bcd-b985-2463ef9d8a20} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
13736 | 2024.09.03 23:57:24.924020 [ 3 ] {ac1624b9-c6e1-4bcd-b985-2463ef9d8a20} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
13737 | 2024.09.03 23:57:24.924041 [ 3 ] {ac1624b9-c6e1-4bcd-b985-2463ef9d8a20} <Debug> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4) (SelectExecutor): Reading approx. 42 rows with 2 streams | ||
13738 | 2024.09.03 23:57:24.924084 [ 3 ] {ac1624b9-c6e1-4bcd-b985-2463ef9d8a20} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13739 | 2024.09.03 23:57:24.924129 [ 3 ] {ac1624b9-c6e1-4bcd-b985-2463ef9d8a20} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
13740 | 2024.09.03 23:57:24.925507 [ 3 ] {ac1624b9-c6e1-4bcd-b985-2463ef9d8a20} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.00301 sec., 13953.488372093023 rows/sec., 532.41 KiB/sec. | ||
13741 | 2024.09.03 23:57:24.925787 [ 3 ] {ac1624b9-c6e1-4bcd-b985-2463ef9d8a20} <Debug> DynamicQueryHandler: Done processing query | ||
13742 | 2024.09.03 23:57:24.925811 [ 3 ] {ac1624b9-c6e1-4bcd-b985-2463ef9d8a20} <Debug> MemoryTracker: Peak memory usage (for query): 3.08 MiB. | ||
13743 | 2024.09.03 23:57:24.925827 [ 3 ] {} <Debug> HTTP-Session: 9074f8ef-509e-4fea-adff-4dfcdc785f26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13744 | 2024.09.03 23:57:24.931295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 6966, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13745 | 2024.09.03 23:57:24.931383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13746 | 2024.09.03 23:57:24.931419 [ 3 ] {} <Debug> HTTP-Session: ecc64df9-ed3d-40da-baeb-02ce0ebcb225 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13747 | 2024.09.03 23:57:24.931449 [ 3 ] {} <Debug> HTTP-Session: ecc64df9-ed3d-40da-baeb-02ce0ebcb225 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13748 | 2024.09.03 23:57:24.931474 [ 3 ] {} <Debug> HTTP-Session: ecc64df9-ed3d-40da-baeb-02ce0ebcb225 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13749 | 2024.09.03 23:57:24.931530 [ 3 ] {} <Trace> HTTP-Session: ecc64df9-ed3d-40da-baeb-02ce0ebcb225 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13750 | 2024.09.03 23:57:24.931748 [ 3 ] {8594f719-b08f-4523-a936-d52165ad1eba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
13751 | 2024.09.03 23:57:24.931817 [ 3 ] {8594f719-b08f-4523-a936-d52165ad1eba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
13752 | 2024.09.03 23:57:24.931987 [ 3 ] {8594f719-b08f-4523-a936-d52165ad1eba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13753 | 2024.09.03 23:57:24.932434 [ 3 ] {8594f719-b08f-4523-a936-d52165ad1eba} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13754 | 2024.09.03 23:57:24.932473 [ 3 ] {8594f719-b08f-4523-a936-d52165ad1eba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
13755 | 2024.09.03 23:57:24.932972 [ 3 ] {8594f719-b08f-4523-a936-d52165ad1eba} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
13756 | 2024.09.03 23:57:24.933291 [ 3 ] {8594f719-b08f-4523-a936-d52165ad1eba} <Trace> oximeter.timeseries_schema (73466ccf-ba3a-48dd-81a1-69d423d13da4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13757 | 2024.09.03 23:57:24.933441 [ 3 ] {8594f719-b08f-4523-a936-d52165ad1eba} <Debug> executeQuery: Read 24 rows, 3.60 KiB in 0.001781 sec., 13475.57551937114 rows/sec., 1.98 MiB/sec. | ||
13758 | 2024.09.03 23:57:24.933786 [ 3 ] {8594f719-b08f-4523-a936-d52165ad1eba} <Debug> DynamicQueryHandler: Done processing query | ||
13759 | 2024.09.03 23:57:24.933810 [ 3 ] {8594f719-b08f-4523-a936-d52165ad1eba} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13760 | 2024.09.03 23:57:24.933825 [ 3 ] {} <Debug> HTTP-Session: ecc64df9-ed3d-40da-baeb-02ce0ebcb225 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13761 | 2024.09.03 23:57:24.933933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13762 | 2024.09.03 23:57:24.933982 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13763 | 2024.09.03 23:57:24.934001 [ 3 ] {} <Debug> HTTP-Session: e1cc19cc-aee5-49b3-8a31-b3f8837c658e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13764 | 2024.09.03 23:57:24.934018 [ 3 ] {} <Debug> HTTP-Session: e1cc19cc-aee5-49b3-8a31-b3f8837c658e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13765 | 2024.09.03 23:57:24.934031 [ 3 ] {} <Debug> HTTP-Session: e1cc19cc-aee5-49b3-8a31-b3f8837c658e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13766 | 2024.09.03 23:57:24.934061 [ 3 ] {} <Trace> HTTP-Session: e1cc19cc-aee5-49b3-8a31-b3f8837c658e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13767 | 2024.09.03 23:57:24.934154 [ 3 ] {611b8c45-acd0-45fa-a563-c7225ce902d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13768 | 2024.09.03 23:57:24.934198 [ 3 ] {611b8c45-acd0-45fa-a563-c7225ce902d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13769 | 2024.09.03 23:57:24.934457 [ 3 ] {611b8c45-acd0-45fa-a563-c7225ce902d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13770 | 2024.09.03 23:57:24.934752 [ 3 ] {611b8c45-acd0-45fa-a563-c7225ce902d2} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13771 | 2024.09.03 23:57:24.934789 [ 3 ] {611b8c45-acd0-45fa-a563-c7225ce902d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
13772 | 2024.09.03 23:57:24.935131 [ 3 ] {611b8c45-acd0-45fa-a563-c7225ce902d2} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
13773 | 2024.09.03 23:57:24.935494 [ 3 ] {611b8c45-acd0-45fa-a563-c7225ce902d2} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13774 | 2024.09.03 23:57:24.935655 [ 3 ] {611b8c45-acd0-45fa-a563-c7225ce902d2} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.001514 sec., 660.5019815059445 rows/sec., 49.02 KiB/sec. | ||
13775 | 2024.09.03 23:57:24.935818 [ 3 ] {611b8c45-acd0-45fa-a563-c7225ce902d2} <Debug> DynamicQueryHandler: Done processing query | ||
13776 | 2024.09.03 23:57:24.935842 [ 3 ] {611b8c45-acd0-45fa-a563-c7225ce902d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13777 | 2024.09.03 23:57:24.935858 [ 3 ] {} <Debug> HTTP-Session: e1cc19cc-aee5-49b3-8a31-b3f8837c658e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13778 | 2024.09.03 23:57:24.936227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 193330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13779 | 2024.09.03 23:57:24.936275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13780 | 2024.09.03 23:57:24.936295 [ 3 ] {} <Debug> HTTP-Session: c16461de-52b0-410a-99c2-3c0694fab58b Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13781 | 2024.09.03 23:57:24.936312 [ 3 ] {} <Debug> HTTP-Session: c16461de-52b0-410a-99c2-3c0694fab58b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13782 | 2024.09.03 23:57:24.936327 [ 3 ] {} <Debug> HTTP-Session: c16461de-52b0-410a-99c2-3c0694fab58b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13783 | 2024.09.03 23:57:24.936358 [ 3 ] {} <Trace> HTTP-Session: c16461de-52b0-410a-99c2-3c0694fab58b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13784 | 2024.09.03 23:57:24.936801 [ 3 ] {06a877e7-4ad4-4d65-9ca0-f309f03d92bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13785 | 2024.09.03 23:57:24.936843 [ 3 ] {06a877e7-4ad4-4d65-9ca0-f309f03d92bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13786 | 2024.09.03 23:57:24.937064 [ 3 ] {06a877e7-4ad4-4d65-9ca0-f309f03d92bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13787 | 2024.09.03 23:57:24.938274 [ 3 ] {06a877e7-4ad4-4d65-9ca0-f309f03d92bb} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13788 | 2024.09.03 23:57:24.938310 [ 3 ] {06a877e7-4ad4-4d65-9ca0-f309f03d92bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
13789 | 2024.09.03 23:57:24.938750 [ 3 ] {06a877e7-4ad4-4d65-9ca0-f309f03d92bb} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
13790 | 2024.09.03 23:57:24.939133 [ 3 ] {06a877e7-4ad4-4d65-9ca0-f309f03d92bb} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13791 | 2024.09.03 23:57:24.939292 [ 3 ] {06a877e7-4ad4-4d65-9ca0-f309f03d92bb} <Debug> executeQuery: Read 1330 rows, 112.78 KiB in 0.002807 sec., 473815.4613466334 rows/sec., 39.24 MiB/sec. | ||
13792 | 2024.09.03 23:57:24.939497 [ 3 ] {06a877e7-4ad4-4d65-9ca0-f309f03d92bb} <Debug> DynamicQueryHandler: Done processing query | ||
13793 | 2024.09.03 23:57:24.939531 [ 3 ] {06a877e7-4ad4-4d65-9ca0-f309f03d92bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.99 MiB. | ||
13794 | 2024.09.03 23:57:24.939562 [ 3 ] {} <Debug> HTTP-Session: c16461de-52b0-410a-99c2-3c0694fab58b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13795 | 2024.09.03 23:57:24.939874 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 6493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13796 | 2024.09.03 23:57:24.939924 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13797 | 2024.09.03 23:57:24.939943 [ 3 ] {} <Debug> HTTP-Session: 40c3ebae-383f-44a1-a648-fd5c8e37c16b Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13798 | 2024.09.03 23:57:24.939959 [ 3 ] {} <Debug> HTTP-Session: 40c3ebae-383f-44a1-a648-fd5c8e37c16b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13799 | 2024.09.03 23:57:24.939973 [ 3 ] {} <Debug> HTTP-Session: 40c3ebae-383f-44a1-a648-fd5c8e37c16b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13800 | 2024.09.03 23:57:24.940003 [ 3 ] {} <Trace> HTTP-Session: 40c3ebae-383f-44a1-a648-fd5c8e37c16b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13801 | 2024.09.03 23:57:24.940110 [ 3 ] {42c0b6e9-fbda-42a3-a054-5e5f789dce64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13802 | 2024.09.03 23:57:24.940151 [ 3 ] {42c0b6e9-fbda-42a3-a054-5e5f789dce64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13803 | 2024.09.03 23:57:24.940378 [ 3 ] {42c0b6e9-fbda-42a3-a054-5e5f789dce64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13804 | 2024.09.03 23:57:24.940693 [ 3 ] {42c0b6e9-fbda-42a3-a054-5e5f789dce64} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13805 | 2024.09.03 23:57:24.940729 [ 3 ] {42c0b6e9-fbda-42a3-a054-5e5f789dce64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
13806 | 2024.09.03 23:57:24.941070 [ 3 ] {42c0b6e9-fbda-42a3-a054-5e5f789dce64} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
13807 | 2024.09.03 23:57:24.941419 [ 3 ] {42c0b6e9-fbda-42a3-a054-5e5f789dce64} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13808 | 2024.09.03 23:57:24.941586 [ 3 ] {42c0b6e9-fbda-42a3-a054-5e5f789dce64} <Debug> executeQuery: Read 45 rows, 3.37 KiB in 0.001502 sec., 29960.05326231691 rows/sec., 2.19 MiB/sec. | ||
13809 | 2024.09.03 23:57:24.941758 [ 3 ] {42c0b6e9-fbda-42a3-a054-5e5f789dce64} <Debug> DynamicQueryHandler: Done processing query | ||
13810 | 2024.09.03 23:57:24.941781 [ 3 ] {42c0b6e9-fbda-42a3-a054-5e5f789dce64} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13811 | 2024.09.03 23:57:24.941797 [ 3 ] {} <Debug> HTTP-Session: 40c3ebae-383f-44a1-a648-fd5c8e37c16b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13812 | 2024.09.03 23:57:24.941974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 35388, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13813 | 2024.09.03 23:57:24.942023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13814 | 2024.09.03 23:57:24.942043 [ 3 ] {} <Debug> HTTP-Session: 6c6ba8c0-d99a-4829-a04b-18cd83fac13b Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13815 | 2024.09.03 23:57:24.942059 [ 3 ] {} <Debug> HTTP-Session: 6c6ba8c0-d99a-4829-a04b-18cd83fac13b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13816 | 2024.09.03 23:57:24.942073 [ 3 ] {} <Debug> HTTP-Session: 6c6ba8c0-d99a-4829-a04b-18cd83fac13b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13817 | 2024.09.03 23:57:24.942102 [ 3 ] {} <Trace> HTTP-Session: 6c6ba8c0-d99a-4829-a04b-18cd83fac13b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13818 | 2024.09.03 23:57:24.942340 [ 3 ] {1d3b225d-10f9-447e-9ae7-9a8c156b7b76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
13819 | 2024.09.03 23:57:24.942383 [ 3 ] {1d3b225d-10f9-447e-9ae7-9a8c156b7b76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13820 | 2024.09.03 23:57:24.942606 [ 3 ] {1d3b225d-10f9-447e-9ae7-9a8c156b7b76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13821 | 2024.09.03 23:57:24.943035 [ 3 ] {1d3b225d-10f9-447e-9ae7-9a8c156b7b76} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13822 | 2024.09.03 23:57:24.943072 [ 3 ] {1d3b225d-10f9-447e-9ae7-9a8c156b7b76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
13823 | 2024.09.03 23:57:24.943434 [ 3 ] {1d3b225d-10f9-447e-9ae7-9a8c156b7b76} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
13824 | 2024.09.03 23:57:24.943783 [ 3 ] {1d3b225d-10f9-447e-9ae7-9a8c156b7b76} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13825 | 2024.09.03 23:57:24.943945 [ 3 ] {1d3b225d-10f9-447e-9ae7-9a8c156b7b76} <Debug> executeQuery: Read 266 rows, 18.24 KiB in 0.001751 sec., 151913.1924614506 rows/sec., 10.17 MiB/sec. | ||
13826 | 2024.09.03 23:57:24.944231 [ 3 ] {1d3b225d-10f9-447e-9ae7-9a8c156b7b76} <Debug> DynamicQueryHandler: Done processing query | ||
13827 | 2024.09.03 23:57:24.944278 [ 3 ] {1d3b225d-10f9-447e-9ae7-9a8c156b7b76} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
13828 | 2024.09.03 23:57:24.944309 [ 3 ] {} <Debug> HTTP-Session: 6c6ba8c0-d99a-4829-a04b-18cd83fac13b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13829 | 2024.09.03 23:57:24.944641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 117619, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13830 | 2024.09.03 23:57:24.944690 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13831 | 2024.09.03 23:57:24.944709 [ 3 ] {} <Debug> HTTP-Session: 35b621a3-0e83-4f6e-99ee-11dd241c9523 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13832 | 2024.09.03 23:57:24.944725 [ 3 ] {} <Debug> HTTP-Session: 35b621a3-0e83-4f6e-99ee-11dd241c9523 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13833 | 2024.09.03 23:57:24.944739 [ 3 ] {} <Debug> HTTP-Session: 35b621a3-0e83-4f6e-99ee-11dd241c9523 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13834 | 2024.09.03 23:57:24.944769 [ 3 ] {} <Trace> HTTP-Session: 35b621a3-0e83-4f6e-99ee-11dd241c9523 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13835 | 2024.09.03 23:57:24.945151 [ 3 ] {7912c207-1416-4e12-ae06-fe97cb5fb218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13836 | 2024.09.03 23:57:24.945196 [ 3 ] {7912c207-1416-4e12-ae06-fe97cb5fb218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13837 | 2024.09.03 23:57:24.945432 [ 3 ] {7912c207-1416-4e12-ae06-fe97cb5fb218} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13838 | 2024.09.03 23:57:24.946181 [ 3 ] {7912c207-1416-4e12-ae06-fe97cb5fb218} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13839 | 2024.09.03 23:57:24.946216 [ 3 ] {7912c207-1416-4e12-ae06-fe97cb5fb218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
13840 | 2024.09.03 23:57:24.946628 [ 3 ] {7912c207-1416-4e12-ae06-fe97cb5fb218} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
13841 | 2024.09.03 23:57:24.946986 [ 3 ] {7912c207-1416-4e12-ae06-fe97cb5fb218} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13842 | 2024.09.03 23:57:24.947136 [ 3 ] {7912c207-1416-4e12-ae06-fe97cb5fb218} <Debug> executeQuery: Read 711 rows, 54.08 KiB in 0.002254 sec., 315439.21916592726 rows/sec., 23.43 MiB/sec. | ||
13843 | 2024.09.03 23:57:24.947305 [ 3 ] {7912c207-1416-4e12-ae06-fe97cb5fb218} <Debug> DynamicQueryHandler: Done processing query | ||
13844 | 2024.09.03 23:57:24.947331 [ 3 ] {7912c207-1416-4e12-ae06-fe97cb5fb218} <Debug> MemoryTracker: Peak memory usage (for query): 4.59 MiB. | ||
13845 | 2024.09.03 23:57:24.947346 [ 3 ] {} <Debug> HTTP-Session: 35b621a3-0e83-4f6e-99ee-11dd241c9523 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13846 | 2024.09.03 23:57:24.947492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 3839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13847 | 2024.09.03 23:57:24.947540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13848 | 2024.09.03 23:57:24.947560 [ 3 ] {} <Debug> HTTP-Session: f5eb5eb7-9843-4d3c-86f7-3b454abba3e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13849 | 2024.09.03 23:57:24.947576 [ 3 ] {} <Debug> HTTP-Session: f5eb5eb7-9843-4d3c-86f7-3b454abba3e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13850 | 2024.09.03 23:57:24.947589 [ 3 ] {} <Debug> HTTP-Session: f5eb5eb7-9843-4d3c-86f7-3b454abba3e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13851 | 2024.09.03 23:57:24.947619 [ 3 ] {} <Trace> HTTP-Session: f5eb5eb7-9843-4d3c-86f7-3b454abba3e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13852 | 2024.09.03 23:57:24.947720 [ 3 ] {fc74e762-60bf-4053-98f1-fbedee149d50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
13853 | 2024.09.03 23:57:24.947766 [ 3 ] {fc74e762-60bf-4053-98f1-fbedee149d50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
13854 | 2024.09.03 23:57:24.947908 [ 3 ] {fc74e762-60bf-4053-98f1-fbedee149d50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13855 | 2024.09.03 23:57:24.948184 [ 3 ] {fc74e762-60bf-4053-98f1-fbedee149d50} <Trace> oximeter.measurements_cumulativei64 (c0b1627b-938b-40d9-be0a-523a4a2a9f84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13856 | 2024.09.03 23:57:24.948219 [ 3 ] {fc74e762-60bf-4053-98f1-fbedee149d50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
13857 | 2024.09.03 23:57:24.948585 [ 3 ] {fc74e762-60bf-4053-98f1-fbedee149d50} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
13858 | 2024.09.03 23:57:24.948919 [ 3 ] {fc74e762-60bf-4053-98f1-fbedee149d50} <Trace> oximeter.measurements_cumulativei64 (c0b1627b-938b-40d9-be0a-523a4a2a9f84): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13859 | 2024.09.03 23:57:24.949070 [ 3 ] {fc74e762-60bf-4053-98f1-fbedee149d50} <Debug> executeQuery: Read 20 rows, 1.35 KiB in 0.001368 sec., 14619.883040935672 rows/sec., 989.41 KiB/sec. | ||
13860 | 2024.09.03 23:57:24.949263 [ 3 ] {fc74e762-60bf-4053-98f1-fbedee149d50} <Debug> DynamicQueryHandler: Done processing query | ||
13861 | 2024.09.03 23:57:24.949287 [ 3 ] {fc74e762-60bf-4053-98f1-fbedee149d50} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13862 | 2024.09.03 23:57:24.949302 [ 3 ] {} <Debug> HTTP-Session: f5eb5eb7-9843-4d3c-86f7-3b454abba3e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13863 | 2024.09.03 23:57:24.949605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 166562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13864 | 2024.09.03 23:57:24.949655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13865 | 2024.09.03 23:57:24.949674 [ 3 ] {} <Debug> HTTP-Session: adc5c017-fede-4093-a177-d029e841771d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13866 | 2024.09.03 23:57:24.949691 [ 3 ] {} <Debug> HTTP-Session: adc5c017-fede-4093-a177-d029e841771d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13867 | 2024.09.03 23:57:24.949704 [ 3 ] {} <Debug> HTTP-Session: adc5c017-fede-4093-a177-d029e841771d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13868 | 2024.09.03 23:57:24.949734 [ 3 ] {} <Trace> HTTP-Session: adc5c017-fede-4093-a177-d029e841771d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13869 | 2024.09.03 23:57:24.950116 [ 3 ] {6ec4540e-9b24-4cf9-9296-04a65d676100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13870 | 2024.09.03 23:57:24.950162 [ 3 ] {6ec4540e-9b24-4cf9-9296-04a65d676100} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13871 | 2024.09.03 23:57:24.950304 [ 3 ] {6ec4540e-9b24-4cf9-9296-04a65d676100} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13872 | 2024.09.03 23:57:24.951196 [ 3 ] {6ec4540e-9b24-4cf9-9296-04a65d676100} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13873 | 2024.09.03 23:57:24.951232 [ 3 ] {6ec4540e-9b24-4cf9-9296-04a65d676100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
13874 | 2024.09.03 23:57:24.951682 [ 3 ] {6ec4540e-9b24-4cf9-9296-04a65d676100} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
13875 | 2024.09.03 23:57:24.952040 [ 3 ] {6ec4540e-9b24-4cf9-9296-04a65d676100} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13876 | 2024.09.03 23:57:24.952190 [ 3 ] {6ec4540e-9b24-4cf9-9296-04a65d676100} <Debug> executeQuery: Read 876 rows, 60.26 KiB in 0.002308 sec., 379549.3934142114 rows/sec., 25.50 MiB/sec. | ||
13877 | 2024.09.03 23:57:24.952475 [ 3 ] {6ec4540e-9b24-4cf9-9296-04a65d676100} <Debug> DynamicQueryHandler: Done processing query | ||
13878 | 2024.09.03 23:57:24.952531 [ 3 ] {6ec4540e-9b24-4cf9-9296-04a65d676100} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
13879 | 2024.09.03 23:57:24.952589 [ 3 ] {} <Debug> HTTP-Session: adc5c017-fede-4093-a177-d029e841771d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13880 | 2024.09.03 23:57:24.952910 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 80182, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13881 | 2024.09.03 23:57:24.952963 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13882 | 2024.09.03 23:57:24.952981 [ 3 ] {} <Debug> HTTP-Session: a32334f7-cd26-4da9-96f4-29b5d7636d6c Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13883 | 2024.09.03 23:57:24.952997 [ 3 ] {} <Debug> HTTP-Session: a32334f7-cd26-4da9-96f4-29b5d7636d6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13884 | 2024.09.03 23:57:24.953011 [ 3 ] {} <Debug> HTTP-Session: a32334f7-cd26-4da9-96f4-29b5d7636d6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13885 | 2024.09.03 23:57:24.953042 [ 3 ] {} <Trace> HTTP-Session: a32334f7-cd26-4da9-96f4-29b5d7636d6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13886 | 2024.09.03 23:57:24.953549 [ 3 ] {0c14bb8b-d424-415c-8ddf-293469b3e355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
13887 | 2024.09.03 23:57:24.953621 [ 3 ] {0c14bb8b-d424-415c-8ddf-293469b3e355} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
13888 | 2024.09.03 23:57:24.954049 [ 3 ] {0c14bb8b-d424-415c-8ddf-293469b3e355} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13889 | 2024.09.03 23:57:24.954913 [ 3 ] {0c14bb8b-d424-415c-8ddf-293469b3e355} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13890 | 2024.09.03 23:57:24.954948 [ 3 ] {0c14bb8b-d424-415c-8ddf-293469b3e355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
13891 | 2024.09.03 23:57:24.955616 [ 3 ] {0c14bb8b-d424-415c-8ddf-293469b3e355} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
13892 | 2024.09.03 23:57:24.956026 [ 3 ] {0c14bb8b-d424-415c-8ddf-293469b3e355} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13893 | 2024.09.03 23:57:24.956220 [ 3 ] {0c14bb8b-d424-415c-8ddf-293469b3e355} <Debug> executeQuery: Read 49 rows, 87.12 KiB in 0.003051 sec., 16060.308095706327 rows/sec., 27.88 MiB/sec. | ||
13894 | 2024.09.03 23:57:24.956439 [ 3 ] {0c14bb8b-d424-415c-8ddf-293469b3e355} <Debug> DynamicQueryHandler: Done processing query | ||
13895 | 2024.09.03 23:57:24.956462 [ 3 ] {0c14bb8b-d424-415c-8ddf-293469b3e355} <Debug> MemoryTracker: Peak memory usage (for query): 4.63 MiB. | ||
13896 | 2024.09.03 23:57:24.956478 [ 3 ] {} <Debug> HTTP-Session: a32334f7-cd26-4da9-96f4-29b5d7636d6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13897 | 2024.09.03 23:57:24.956620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 8804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13898 | 2024.09.03 23:57:24.956670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13899 | 2024.09.03 23:57:24.956688 [ 3 ] {} <Debug> HTTP-Session: 4cd34ea4-cc73-487e-b758-3eb2d72dcdb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13900 | 2024.09.03 23:57:24.956704 [ 3 ] {} <Debug> HTTP-Session: 4cd34ea4-cc73-487e-b758-3eb2d72dcdb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13901 | 2024.09.03 23:57:24.956718 [ 3 ] {} <Debug> HTTP-Session: 4cd34ea4-cc73-487e-b758-3eb2d72dcdb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13902 | 2024.09.03 23:57:24.956749 [ 3 ] {} <Trace> HTTP-Session: 4cd34ea4-cc73-487e-b758-3eb2d72dcdb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13903 | 2024.09.03 23:57:24.956857 [ 3 ] {c8a597c4-9776-45fe-a5c6-4771abe38db9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13904 | 2024.09.03 23:57:24.956899 [ 3 ] {c8a597c4-9776-45fe-a5c6-4771abe38db9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13905 | 2024.09.03 23:57:24.957028 [ 3 ] {c8a597c4-9776-45fe-a5c6-4771abe38db9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13906 | 2024.09.03 23:57:24.957311 [ 3 ] {c8a597c4-9776-45fe-a5c6-4771abe38db9} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13907 | 2024.09.03 23:57:24.957348 [ 3 ] {c8a597c4-9776-45fe-a5c6-4771abe38db9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
13908 | 2024.09.03 23:57:24.957707 [ 3 ] {c8a597c4-9776-45fe-a5c6-4771abe38db9} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
13909 | 2024.09.03 23:57:24.958035 [ 3 ] {c8a597c4-9776-45fe-a5c6-4771abe38db9} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13910 | 2024.09.03 23:57:24.958191 [ 3 ] {c8a597c4-9776-45fe-a5c6-4771abe38db9} <Debug> executeQuery: Read 58 rows, 4.01 KiB in 0.001363 sec., 42553.1914893617 rows/sec., 2.88 MiB/sec. | ||
13911 | 2024.09.03 23:57:24.958385 [ 3 ] {c8a597c4-9776-45fe-a5c6-4771abe38db9} <Debug> DynamicQueryHandler: Done processing query | ||
13912 | 2024.09.03 23:57:24.958420 [ 3 ] {c8a597c4-9776-45fe-a5c6-4771abe38db9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13913 | 2024.09.03 23:57:24.958452 [ 3 ] {} <Debug> HTTP-Session: 4cd34ea4-cc73-487e-b758-3eb2d72dcdb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13914 | 2024.09.03 23:57:25.000163 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 206.70 MiB, peak 216.33 MiB, free memory in arenas 0.00 B, will set to 204.58 MiB (RSS), difference: -2.12 MiB | ||
13915 | 2024.09.03 23:57:25.483294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13916 | 2024.09.03 23:57:25.483552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13917 | 2024.09.03 23:57:25.483578 [ 3 ] {} <Debug> HTTP-Session: 1b43b011-7e51-4a2c-84e9-33654c9ffd8b Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13918 | 2024.09.03 23:57:25.483602 [ 3 ] {} <Debug> HTTP-Session: 1b43b011-7e51-4a2c-84e9-33654c9ffd8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13919 | 2024.09.03 23:57:25.483618 [ 3 ] {} <Debug> HTTP-Session: 1b43b011-7e51-4a2c-84e9-33654c9ffd8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13920 | 2024.09.03 23:57:25.483668 [ 3 ] {} <Trace> HTTP-Session: 1b43b011-7e51-4a2c-84e9-33654c9ffd8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13921 | 2024.09.03 23:57:25.483842 [ 3 ] {7762403c-97b3-4132-aee9-1baf98859743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13922 | 2024.09.03 23:57:25.483909 [ 3 ] {7762403c-97b3-4132-aee9-1baf98859743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13923 | 2024.09.03 23:57:25.484237 [ 3 ] {7762403c-97b3-4132-aee9-1baf98859743} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13924 | 2024.09.03 23:57:25.484865 [ 3 ] {7762403c-97b3-4132-aee9-1baf98859743} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13925 | 2024.09.03 23:57:25.484921 [ 3 ] {7762403c-97b3-4132-aee9-1baf98859743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
13926 | 2024.09.03 23:57:25.485432 [ 3 ] {7762403c-97b3-4132-aee9-1baf98859743} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13927 | 2024.09.03 23:57:25.485950 [ 3 ] {7762403c-97b3-4132-aee9-1baf98859743} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13928 | 2024.09.03 23:57:25.486148 [ 3 ] {7762403c-97b3-4132-aee9-1baf98859743} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.002352 sec., 1700.6802721088436 rows/sec., 143.25 KiB/sec. | ||
13929 | 2024.09.03 23:57:25.486403 [ 3 ] {7762403c-97b3-4132-aee9-1baf98859743} <Debug> DynamicQueryHandler: Done processing query | ||
13930 | 2024.09.03 23:57:25.486434 [ 3 ] {7762403c-97b3-4132-aee9-1baf98859743} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13931 | 2024.09.03 23:57:25.486456 [ 3 ] {} <Debug> HTTP-Session: 1b43b011-7e51-4a2c-84e9-33654c9ffd8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13932 | 2024.09.03 23:57:25.486589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1406, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13933 | 2024.09.03 23:57:25.486649 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13934 | 2024.09.03 23:57:25.486673 [ 3 ] {} <Debug> HTTP-Session: 4703eb8a-1558-4608-bae5-19d8ec38214c Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13935 | 2024.09.03 23:57:25.486695 [ 3 ] {} <Debug> HTTP-Session: 4703eb8a-1558-4608-bae5-19d8ec38214c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13936 | 2024.09.03 23:57:25.486715 [ 3 ] {} <Debug> HTTP-Session: 4703eb8a-1558-4608-bae5-19d8ec38214c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13937 | 2024.09.03 23:57:25.486755 [ 3 ] {} <Trace> HTTP-Session: 4703eb8a-1558-4608-bae5-19d8ec38214c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13938 | 2024.09.03 23:57:25.486873 [ 3 ] {87a8e479-8b17-4b4d-887d-3ee816e30a1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13939 | 2024.09.03 23:57:25.486924 [ 3 ] {87a8e479-8b17-4b4d-887d-3ee816e30a1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13940 | 2024.09.03 23:57:25.487217 [ 3 ] {87a8e479-8b17-4b4d-887d-3ee816e30a1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13941 | 2024.09.03 23:57:25.487576 [ 3 ] {87a8e479-8b17-4b4d-887d-3ee816e30a1e} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13942 | 2024.09.03 23:57:25.487623 [ 3 ] {87a8e479-8b17-4b4d-887d-3ee816e30a1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
13943 | 2024.09.03 23:57:25.488001 [ 3 ] {87a8e479-8b17-4b4d-887d-3ee816e30a1e} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13944 | 2024.09.03 23:57:25.488357 [ 3 ] {87a8e479-8b17-4b4d-887d-3ee816e30a1e} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13945 | 2024.09.03 23:57:25.488534 [ 3 ] {87a8e479-8b17-4b4d-887d-3ee816e30a1e} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.001684 sec., 4750.593824228029 rows/sec., 381.58 KiB/sec. | ||
13946 | 2024.09.03 23:57:25.488752 [ 3 ] {87a8e479-8b17-4b4d-887d-3ee816e30a1e} <Debug> DynamicQueryHandler: Done processing query | ||
13947 | 2024.09.03 23:57:25.488785 [ 3 ] {87a8e479-8b17-4b4d-887d-3ee816e30a1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13948 | 2024.09.03 23:57:25.488804 [ 3 ] {} <Debug> HTTP-Session: 4703eb8a-1558-4608-bae5-19d8ec38214c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13949 | 2024.09.03 23:57:25.488980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13950 | 2024.09.03 23:57:25.489040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13951 | 2024.09.03 23:57:25.489064 [ 3 ] {} <Debug> HTTP-Session: 63330cec-b7ff-47c7-9d82-d3565b1f8d04 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13952 | 2024.09.03 23:57:25.489084 [ 3 ] {} <Debug> HTTP-Session: 63330cec-b7ff-47c7-9d82-d3565b1f8d04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13953 | 2024.09.03 23:57:25.489101 [ 3 ] {} <Debug> HTTP-Session: 63330cec-b7ff-47c7-9d82-d3565b1f8d04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13954 | 2024.09.03 23:57:25.489141 [ 3 ] {} <Trace> HTTP-Session: 63330cec-b7ff-47c7-9d82-d3565b1f8d04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13955 | 2024.09.03 23:57:25.489271 [ 3 ] {4fbb4ee3-cc9e-46c5-b248-6760b4129ca4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13956 | 2024.09.03 23:57:25.489331 [ 3 ] {4fbb4ee3-cc9e-46c5-b248-6760b4129ca4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13957 | 2024.09.03 23:57:25.489535 [ 3 ] {4fbb4ee3-cc9e-46c5-b248-6760b4129ca4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13958 | 2024.09.03 23:57:25.489910 [ 3 ] {4fbb4ee3-cc9e-46c5-b248-6760b4129ca4} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13959 | 2024.09.03 23:57:25.489956 [ 3 ] {4fbb4ee3-cc9e-46c5-b248-6760b4129ca4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
13960 | 2024.09.03 23:57:25.490465 [ 3 ] {4fbb4ee3-cc9e-46c5-b248-6760b4129ca4} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13961 | 2024.09.03 23:57:25.490830 [ 3 ] {4fbb4ee3-cc9e-46c5-b248-6760b4129ca4} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13962 | 2024.09.03 23:57:25.490990 [ 3 ] {4fbb4ee3-cc9e-46c5-b248-6760b4129ca4} <Debug> executeQuery: Read 2 rows, 156.00 B in 0.001748 sec., 1144.1647597254005 rows/sec., 87.15 KiB/sec. | ||
13963 | 2024.09.03 23:57:25.491172 [ 3 ] {4fbb4ee3-cc9e-46c5-b248-6760b4129ca4} <Debug> DynamicQueryHandler: Done processing query | ||
13964 | 2024.09.03 23:57:25.491196 [ 3 ] {4fbb4ee3-cc9e-46c5-b248-6760b4129ca4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13965 | 2024.09.03 23:57:25.491212 [ 3 ] {} <Debug> HTTP-Session: 63330cec-b7ff-47c7-9d82-d3565b1f8d04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13966 | 2024.09.03 23:57:25.491381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 345, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13967 | 2024.09.03 23:57:25.491430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13968 | 2024.09.03 23:57:25.491448 [ 3 ] {} <Debug> HTTP-Session: c2cf3df4-6b05-4fc4-a5d0-d673c8eb8681 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13969 | 2024.09.03 23:57:25.491464 [ 3 ] {} <Debug> HTTP-Session: c2cf3df4-6b05-4fc4-a5d0-d673c8eb8681 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13970 | 2024.09.03 23:57:25.491478 [ 3 ] {} <Debug> HTTP-Session: c2cf3df4-6b05-4fc4-a5d0-d673c8eb8681 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13971 | 2024.09.03 23:57:25.491508 [ 3 ] {} <Trace> HTTP-Session: c2cf3df4-6b05-4fc4-a5d0-d673c8eb8681 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13972 | 2024.09.03 23:57:25.491602 [ 3 ] {264218c7-5dd6-4056-ab30-11d5b5e48b8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13973 | 2024.09.03 23:57:25.491646 [ 3 ] {264218c7-5dd6-4056-ab30-11d5b5e48b8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13974 | 2024.09.03 23:57:25.491775 [ 3 ] {264218c7-5dd6-4056-ab30-11d5b5e48b8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13975 | 2024.09.03 23:57:25.492025 [ 3 ] {264218c7-5dd6-4056-ab30-11d5b5e48b8a} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13976 | 2024.09.03 23:57:25.492060 [ 3 ] {264218c7-5dd6-4056-ab30-11d5b5e48b8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
13977 | 2024.09.03 23:57:25.492409 [ 3 ] {264218c7-5dd6-4056-ab30-11d5b5e48b8a} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13978 | 2024.09.03 23:57:25.492728 [ 3 ] {264218c7-5dd6-4056-ab30-11d5b5e48b8a} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13979 | 2024.09.03 23:57:25.492886 [ 3 ] {264218c7-5dd6-4056-ab30-11d5b5e48b8a} <Debug> executeQuery: Read 2 rows, 129.00 B in 0.001308 sec., 1529.0519877675843 rows/sec., 96.31 KiB/sec. | ||
13980 | 2024.09.03 23:57:25.493061 [ 3 ] {264218c7-5dd6-4056-ab30-11d5b5e48b8a} <Debug> DynamicQueryHandler: Done processing query | ||
13981 | 2024.09.03 23:57:25.493085 [ 3 ] {264218c7-5dd6-4056-ab30-11d5b5e48b8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13982 | 2024.09.03 23:57:25.493101 [ 3 ] {} <Debug> HTTP-Session: c2cf3df4-6b05-4fc4-a5d0-d673c8eb8681 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13983 | 2024.09.03 23:57:30.495660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13984 | 2024.09.03 23:57:30.495783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13985 | 2024.09.03 23:57:30.495809 [ 3 ] {} <Debug> HTTP-Session: ae9c883a-4979-4c6d-b777-ae2deb0670fc Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
13986 | 2024.09.03 23:57:30.495834 [ 3 ] {} <Debug> HTTP-Session: ae9c883a-4979-4c6d-b777-ae2deb0670fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13987 | 2024.09.03 23:57:30.495849 [ 3 ] {} <Debug> HTTP-Session: ae9c883a-4979-4c6d-b777-ae2deb0670fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13988 | 2024.09.03 23:57:30.495898 [ 3 ] {} <Trace> HTTP-Session: ae9c883a-4979-4c6d-b777-ae2deb0670fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13989 | 2024.09.03 23:57:30.496086 [ 3 ] {c4d32702-cea4-4777-a9f1-7033050893c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13990 | 2024.09.03 23:57:30.496153 [ 3 ] {c4d32702-cea4-4777-a9f1-7033050893c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13991 | 2024.09.03 23:57:30.496491 [ 3 ] {c4d32702-cea4-4777-a9f1-7033050893c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13992 | 2024.09.03 23:57:30.496910 [ 3 ] {c4d32702-cea4-4777-a9f1-7033050893c5} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13993 | 2024.09.03 23:57:30.496952 [ 3 ] {c4d32702-cea4-4777-a9f1-7033050893c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
13994 | 2024.09.03 23:57:30.497353 [ 3 ] {c4d32702-cea4-4777-a9f1-7033050893c5} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
13995 | 2024.09.03 23:57:30.497737 [ 3 ] {c4d32702-cea4-4777-a9f1-7033050893c5} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13996 | 2024.09.03 23:57:30.497916 [ 3 ] {c4d32702-cea4-4777-a9f1-7033050893c5} <Debug> executeQuery: Read 2 rows, 152.00 B in 0.001873 sec., 1067.8056593699946 rows/sec., 79.25 KiB/sec. | ||
13997 | 2024.09.03 23:57:30.498291 [ 3 ] {c4d32702-cea4-4777-a9f1-7033050893c5} <Debug> DynamicQueryHandler: Done processing query | ||
13998 | 2024.09.03 23:57:30.498319 [ 3 ] {c4d32702-cea4-4777-a9f1-7033050893c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13999 | 2024.09.03 23:57:30.498336 [ 3 ] {} <Debug> HTTP-Session: ae9c883a-4979-4c6d-b777-ae2deb0670fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14000 | 2024.09.03 23:57:30.498563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 31052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14001 | 2024.09.03 23:57:30.498621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14002 | 2024.09.03 23:57:30.498641 [ 3 ] {} <Debug> HTTP-Session: 8b6100f6-e0ce-4c1e-9b09-cc6abaa90b2b Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14003 | 2024.09.03 23:57:30.498661 [ 3 ] {} <Debug> HTTP-Session: 8b6100f6-e0ce-4c1e-9b09-cc6abaa90b2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14004 | 2024.09.03 23:57:30.498675 [ 3 ] {} <Debug> HTTP-Session: 8b6100f6-e0ce-4c1e-9b09-cc6abaa90b2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14005 | 2024.09.03 23:57:30.498712 [ 3 ] {} <Trace> HTTP-Session: 8b6100f6-e0ce-4c1e-9b09-cc6abaa90b2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14006 | 2024.09.03 23:57:30.498874 [ 3 ] {eda402f4-fbaf-41e4-925f-58144b5d3984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14007 | 2024.09.03 23:57:30.498923 [ 3 ] {eda402f4-fbaf-41e4-925f-58144b5d3984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14008 | 2024.09.03 23:57:30.499182 [ 3 ] {eda402f4-fbaf-41e4-925f-58144b5d3984} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14009 | 2024.09.03 23:57:30.499659 [ 3 ] {eda402f4-fbaf-41e4-925f-58144b5d3984} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14010 | 2024.09.03 23:57:30.499697 [ 3 ] {eda402f4-fbaf-41e4-925f-58144b5d3984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14011 | 2024.09.03 23:57:30.500073 [ 3 ] {eda402f4-fbaf-41e4-925f-58144b5d3984} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
14012 | 2024.09.03 23:57:30.500429 [ 3 ] {eda402f4-fbaf-41e4-925f-58144b5d3984} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14013 | 2024.09.03 23:57:30.500589 [ 3 ] {eda402f4-fbaf-41e4-925f-58144b5d3984} <Debug> executeQuery: Read 207 rows, 18.49 KiB in 0.001782 sec., 116161.61616161617 rows/sec., 10.13 MiB/sec. | ||
14014 | 2024.09.03 23:57:30.500595 [ 51 ] {} <Debug> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
14015 | 2024.09.03 23:57:30.500717 [ 51 ] {} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14016 | 2024.09.03 23:57:30.500769 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14017 | 2024.09.03 23:57:30.500866 [ 3 ] {eda402f4-fbaf-41e4-925f-58144b5d3984} <Debug> DynamicQueryHandler: Done processing query | ||
14018 | 2024.09.03 23:57:30.500902 [ 3 ] {eda402f4-fbaf-41e4-925f-58144b5d3984} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
14019 | 2024.09.03 23:57:30.500925 [ 3 ] {} <Debug> HTTP-Session: 8b6100f6-e0ce-4c1e-9b09-cc6abaa90b2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14020 | 2024.09.03 23:57:30.500925 [ 194 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::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 | ||
14021 | 2024.09.03 23:57:30.501064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1318, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14022 | 2024.09.03 23:57:30.501103 [ 194 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14023 | 2024.09.03 23:57:30.501131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14024 | 2024.09.03 23:57:30.501148 [ 194 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1429 rows starting from the beginning of the part | ||
14025 | 2024.09.03 23:57:30.501157 [ 3 ] {} <Debug> HTTP-Session: fdd3f46d-24c7-44b6-888c-b86db2fcea65 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14026 | 2024.09.03 23:57:30.501185 [ 3 ] {} <Debug> HTTP-Session: fdd3f46d-24c7-44b6-888c-b86db2fcea65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14027 | 2024.09.03 23:57:30.501204 [ 3 ] {} <Debug> HTTP-Session: fdd3f46d-24c7-44b6-888c-b86db2fcea65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14028 | 2024.09.03 23:57:30.501286 [ 3 ] {} <Trace> HTTP-Session: fdd3f46d-24c7-44b6-888c-b86db2fcea65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14029 | 2024.09.03 23:57:30.501323 [ 194 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 142 rows starting from the beginning of the part | ||
14030 | 2024.09.03 23:57:30.501606 [ 3 ] {7a2ecb0f-cd62-409c-9250-cd63f7caddab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14031 | 2024.09.03 23:57:30.501643 [ 194 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 207 rows starting from the beginning of the part | ||
14032 | 2024.09.03 23:57:30.501691 [ 3 ] {7a2ecb0f-cd62-409c-9250-cd63f7caddab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14033 | 2024.09.03 23:57:30.501949 [ 194 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 1330 rows starting from the beginning of the part | ||
14034 | 2024.09.03 23:57:30.502210 [ 194 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::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 | ||
14035 | 2024.09.03 23:57:30.502389 [ 194 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 207 rows starting from the beginning of the part | ||
14036 | 2024.09.03 23:57:30.502801 [ 3 ] {7a2ecb0f-cd62-409c-9250-cd63f7caddab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14037 | 2024.09.03 23:57:30.503329 [ 3 ] {7a2ecb0f-cd62-409c-9250-cd63f7caddab} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14038 | 2024.09.03 23:57:30.503371 [ 3 ] {7a2ecb0f-cd62-409c-9250-cd63f7caddab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14039 | 2024.09.03 23:57:30.503899 [ 3 ] {7a2ecb0f-cd62-409c-9250-cd63f7caddab} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
14040 | 2024.09.03 23:57:30.504282 [ 3 ] {7a2ecb0f-cd62-409c-9250-cd63f7caddab} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14041 | 2024.09.03 23:57:30.504517 [ 3 ] {7a2ecb0f-cd62-409c-9250-cd63f7caddab} <Debug> executeQuery: Read 9 rows, 667.00 B in 0.003037 sec., 2963.450773789924 rows/sec., 214.48 KiB/sec. | ||
14042 | 2024.09.03 23:57:30.504739 [ 194 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3319 rows, containing 5 columns (5 merged, 0 gathered) in 0.003886963 sec., 853880.0086339901 rows/sec., 74.95 MiB/sec. | ||
14043 | 2024.09.03 23:57:30.504843 [ 3 ] {7a2ecb0f-cd62-409c-9250-cd63f7caddab} <Debug> DynamicQueryHandler: Done processing query | ||
14044 | 2024.09.03 23:57:30.504871 [ 3 ] {7a2ecb0f-cd62-409c-9250-cd63f7caddab} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14045 | 2024.09.03 23:57:30.504894 [ 3 ] {} <Debug> HTTP-Session: fdd3f46d-24c7-44b6-888c-b86db2fcea65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14046 | 2024.09.03 23:57:30.504936 [ 194 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
14047 | 2024.09.03 23:57:30.505031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14048 | 2024.09.03 23:57:30.505087 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14049 | 2024.09.03 23:57:30.505118 [ 3 ] {} <Debug> HTTP-Session: 456ae921-deeb-4f8f-bbea-5120bbba4aac Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14050 | 2024.09.03 23:57:30.505153 [ 3 ] {} <Debug> HTTP-Session: 456ae921-deeb-4f8f-bbea-5120bbba4aac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14051 | 2024.09.03 23:57:30.505184 [ 3 ] {} <Debug> HTTP-Session: 456ae921-deeb-4f8f-bbea-5120bbba4aac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14052 | 2024.09.03 23:57:30.505239 [ 3 ] {} <Trace> HTTP-Session: 456ae921-deeb-4f8f-bbea-5120bbba4aac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14053 | 2024.09.03 23:57:30.505376 [ 3 ] {def03449-43ea-4748-9442-2e73ca072195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
14054 | 2024.09.03 23:57:30.505450 [ 194 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_71_14} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14055 | 2024.09.03 23:57:30.505459 [ 3 ] {def03449-43ea-4748-9442-2e73ca072195} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14056 | 2024.09.03 23:57:30.505572 [ 194 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_71_14} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
14057 | 2024.09.03 23:57:30.505659 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
14058 | 2024.09.03 23:57:30.505776 [ 3 ] {def03449-43ea-4748-9442-2e73ca072195} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14059 | 2024.09.03 23:57:30.506113 [ 3 ] {def03449-43ea-4748-9442-2e73ca072195} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14060 | 2024.09.03 23:57:30.506150 [ 3 ] {def03449-43ea-4748-9442-2e73ca072195} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14061 | 2024.09.03 23:57:30.506504 [ 3 ] {def03449-43ea-4748-9442-2e73ca072195} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
14062 | 2024.09.03 23:57:30.506854 [ 3 ] {def03449-43ea-4748-9442-2e73ca072195} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14063 | 2024.09.03 23:57:30.507041 [ 3 ] {def03449-43ea-4748-9442-2e73ca072195} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001695 sec., 8259.587020648969 rows/sec., 578.45 KiB/sec. | ||
14064 | 2024.09.03 23:57:30.507223 [ 3 ] {def03449-43ea-4748-9442-2e73ca072195} <Debug> DynamicQueryHandler: Done processing query | ||
14065 | 2024.09.03 23:57:30.507248 [ 3 ] {def03449-43ea-4748-9442-2e73ca072195} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14066 | 2024.09.03 23:57:30.507265 [ 3 ] {} <Debug> HTTP-Session: 456ae921-deeb-4f8f-bbea-5120bbba4aac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14067 | 2024.09.03 23:57:30.507376 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14068 | 2024.09.03 23:57:30.507425 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14069 | 2024.09.03 23:57:30.507445 [ 3 ] {} <Debug> HTTP-Session: a3182d92-97f6-4d91-be6a-990ed396129e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14070 | 2024.09.03 23:57:30.507462 [ 3 ] {} <Debug> HTTP-Session: a3182d92-97f6-4d91-be6a-990ed396129e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14071 | 2024.09.03 23:57:30.507477 [ 3 ] {} <Debug> HTTP-Session: a3182d92-97f6-4d91-be6a-990ed396129e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14072 | 2024.09.03 23:57:30.507508 [ 3 ] {} <Trace> HTTP-Session: a3182d92-97f6-4d91-be6a-990ed396129e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14073 | 2024.09.03 23:57:30.507604 [ 3 ] {388ea00e-51ac-41e8-9247-82eb89a79fd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
14074 | 2024.09.03 23:57:30.507647 [ 3 ] {388ea00e-51ac-41e8-9247-82eb89a79fd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
14075 | 2024.09.03 23:57:30.507870 [ 3 ] {388ea00e-51ac-41e8-9247-82eb89a79fd9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14076 | 2024.09.03 23:57:30.508183 [ 3 ] {388ea00e-51ac-41e8-9247-82eb89a79fd9} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14077 | 2024.09.03 23:57:30.508220 [ 3 ] {388ea00e-51ac-41e8-9247-82eb89a79fd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14078 | 2024.09.03 23:57:30.508569 [ 3 ] {388ea00e-51ac-41e8-9247-82eb89a79fd9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
14079 | 2024.09.03 23:57:30.508927 [ 3 ] {388ea00e-51ac-41e8-9247-82eb89a79fd9} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14080 | 2024.09.03 23:57:30.509081 [ 3 ] {388ea00e-51ac-41e8-9247-82eb89a79fd9} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001497 sec., 4008.016032064128 rows/sec., 236.80 KiB/sec. | ||
14081 | 2024.09.03 23:57:30.509411 [ 3 ] {388ea00e-51ac-41e8-9247-82eb89a79fd9} <Debug> DynamicQueryHandler: Done processing query | ||
14082 | 2024.09.03 23:57:30.509441 [ 3 ] {388ea00e-51ac-41e8-9247-82eb89a79fd9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14083 | 2024.09.03 23:57:30.509458 [ 3 ] {} <Debug> HTTP-Session: a3182d92-97f6-4d91-be6a-990ed396129e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14084 | 2024.09.03 23:57:30.509659 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 66174, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14085 | 2024.09.03 23:57:30.509710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14086 | 2024.09.03 23:57:30.509729 [ 3 ] {} <Debug> HTTP-Session: f78a9179-aa99-4c3e-83ab-8661769a357f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14087 | 2024.09.03 23:57:30.509746 [ 3 ] {} <Debug> HTTP-Session: f78a9179-aa99-4c3e-83ab-8661769a357f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14088 | 2024.09.03 23:57:30.509760 [ 3 ] {} <Debug> HTTP-Session: f78a9179-aa99-4c3e-83ab-8661769a357f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14089 | 2024.09.03 23:57:30.509791 [ 3 ] {} <Trace> HTTP-Session: f78a9179-aa99-4c3e-83ab-8661769a357f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14090 | 2024.09.03 23:57:30.509999 [ 3 ] {d047304e-fb1f-4279-ace9-434e9b185953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14091 | 2024.09.03 23:57:30.510044 [ 3 ] {d047304e-fb1f-4279-ace9-434e9b185953} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14092 | 2024.09.03 23:57:30.510286 [ 3 ] {d047304e-fb1f-4279-ace9-434e9b185953} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14093 | 2024.09.03 23:57:30.510888 [ 3 ] {d047304e-fb1f-4279-ace9-434e9b185953} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14094 | 2024.09.03 23:57:30.510925 [ 3 ] {d047304e-fb1f-4279-ace9-434e9b185953} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14095 | 2024.09.03 23:57:30.511299 [ 3 ] {d047304e-fb1f-4279-ace9-434e9b185953} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
14096 | 2024.09.03 23:57:30.511642 [ 3 ] {d047304e-fb1f-4279-ace9-434e9b185953} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14097 | 2024.09.03 23:57:30.511799 [ 51 ] {} <Debug> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
14098 | 2024.09.03 23:57:30.511813 [ 3 ] {d047304e-fb1f-4279-ace9-434e9b185953} <Debug> executeQuery: Read 409 rows, 29.68 KiB in 0.001906 sec., 214585.51941238195 rows/sec., 15.21 MiB/sec. | ||
14099 | 2024.09.03 23:57:30.511860 [ 51 ] {} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14100 | 2024.09.03 23:57:30.511928 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14101 | 2024.09.03 23:57:30.512133 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::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 | ||
14102 | 2024.09.03 23:57:30.512174 [ 3 ] {d047304e-fb1f-4279-ace9-434e9b185953} <Debug> DynamicQueryHandler: Done processing query | ||
14103 | 2024.09.03 23:57:30.512218 [ 3 ] {d047304e-fb1f-4279-ace9-434e9b185953} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
14104 | 2024.09.03 23:57:30.512260 [ 3 ] {} <Debug> HTTP-Session: f78a9179-aa99-4c3e-83ab-8661769a357f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14105 | 2024.09.03 23:57:30.512373 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14106 | 2024.09.03 23:57:30.512441 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 922 rows starting from the beginning of the part | ||
14107 | 2024.09.03 23:57:30.512455 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14108 | 2024.09.03 23:57:30.512600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14109 | 2024.09.03 23:57:30.512688 [ 3 ] {} <Debug> HTTP-Session: a8fd282c-0b21-44d6-8308-6f654461e69d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14110 | 2024.09.03 23:57:30.512687 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 119 rows starting from the beginning of the part | ||
14111 | 2024.09.03 23:57:30.512733 [ 3 ] {} <Debug> HTTP-Session: a8fd282c-0b21-44d6-8308-6f654461e69d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14112 | 2024.09.03 23:57:30.512787 [ 3 ] {} <Debug> HTTP-Session: a8fd282c-0b21-44d6-8308-6f654461e69d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14113 | 2024.09.03 23:57:30.512901 [ 3 ] {} <Trace> HTTP-Session: a8fd282c-0b21-44d6-8308-6f654461e69d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14114 | 2024.09.03 23:57:30.513007 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 403 rows starting from the beginning of the part | ||
14115 | 2024.09.03 23:57:30.513228 [ 3 ] {bacacaac-1145-4855-b80a-a5fba2541ad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14116 | 2024.09.03 23:57:30.513268 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 711 rows starting from the beginning of the part | ||
14117 | 2024.09.03 23:57:30.513346 [ 3 ] {bacacaac-1145-4855-b80a-a5fba2541ad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14118 | 2024.09.03 23:57:30.513567 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part | ||
14119 | 2024.09.03 23:57:30.513923 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 409 rows starting from the beginning of the part | ||
14120 | 2024.09.03 23:57:30.514468 [ 3 ] {bacacaac-1145-4855-b80a-a5fba2541ad4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14121 | 2024.09.03 23:57:30.515114 [ 3 ] {bacacaac-1145-4855-b80a-a5fba2541ad4} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14122 | 2024.09.03 23:57:30.515161 [ 3 ] {bacacaac-1145-4855-b80a-a5fba2541ad4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14123 | 2024.09.03 23:57:30.515972 [ 3 ] {bacacaac-1145-4855-b80a-a5fba2541ad4} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
14124 | 2024.09.03 23:57:30.516698 [ 3 ] {bacacaac-1145-4855-b80a-a5fba2541ad4} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14125 | 2024.09.03 23:57:30.516939 [ 3 ] {bacacaac-1145-4855-b80a-a5fba2541ad4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003849 sec., 1558.846453624318 rows/sec., 81.44 KiB/sec. | ||
14126 | 2024.09.03 23:57:30.517429 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2572 rows, containing 5 columns (5 merged, 0 gathered) in 0.005416467 sec., 474848.27286864293 rows/sec., 36.39 MiB/sec. | ||
14127 | 2024.09.03 23:57:30.517445 [ 3 ] {bacacaac-1145-4855-b80a-a5fba2541ad4} <Debug> DynamicQueryHandler: Done processing query | ||
14128 | 2024.09.03 23:57:30.517499 [ 3 ] {bacacaac-1145-4855-b80a-a5fba2541ad4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14129 | 2024.09.03 23:57:30.517519 [ 3 ] {} <Debug> HTTP-Session: a8fd282c-0b21-44d6-8308-6f654461e69d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14130 | 2024.09.03 23:57:30.517645 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
14131 | 2024.09.03 23:57:30.517753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 45011, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14132 | 2024.09.03 23:57:30.517819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14133 | 2024.09.03 23:57:30.517867 [ 3 ] {} <Debug> HTTP-Session: efdbca25-39d8-47b2-8254-cd8f5f6f6188 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14134 | 2024.09.03 23:57:30.517908 [ 3 ] {} <Debug> HTTP-Session: efdbca25-39d8-47b2-8254-cd8f5f6f6188 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14135 | 2024.09.03 23:57:30.517972 [ 3 ] {} <Debug> HTTP-Session: efdbca25-39d8-47b2-8254-cd8f5f6f6188 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14136 | 2024.09.03 23:57:30.518147 [ 3 ] {} <Trace> HTTP-Session: efdbca25-39d8-47b2-8254-cd8f5f6f6188 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14137 | 2024.09.03 23:57:30.518493 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_71_14} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14138 | 2024.09.03 23:57:30.518504 [ 3 ] {8e7fdcc3-924a-4716-8f38-237a83eb4fe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14139 | 2024.09.03 23:57:30.518628 [ 3 ] {8e7fdcc3-924a-4716-8f38-237a83eb4fe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14140 | 2024.09.03 23:57:30.518677 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_71_14} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
14141 | 2024.09.03 23:57:30.518884 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
14142 | 2024.09.03 23:57:30.519000 [ 3 ] {8e7fdcc3-924a-4716-8f38-237a83eb4fe0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14143 | 2024.09.03 23:57:30.519476 [ 3 ] {8e7fdcc3-924a-4716-8f38-237a83eb4fe0} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14144 | 2024.09.03 23:57:30.519514 [ 3 ] {8e7fdcc3-924a-4716-8f38-237a83eb4fe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14145 | 2024.09.03 23:57:30.519912 [ 3 ] {8e7fdcc3-924a-4716-8f38-237a83eb4fe0} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
14146 | 2024.09.03 23:57:30.520251 [ 3 ] {8e7fdcc3-924a-4716-8f38-237a83eb4fe0} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14147 | 2024.09.03 23:57:30.520409 [ 3 ] {8e7fdcc3-924a-4716-8f38-237a83eb4fe0} <Debug> executeQuery: Read 239 rows, 16.39 KiB in 0.002093 sec., 114190.15766841854 rows/sec., 7.65 MiB/sec. | ||
14148 | 2024.09.03 23:57:30.520414 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
14149 | 2024.09.03 23:57:30.520507 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14150 | 2024.09.03 23:57:30.520555 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14151 | 2024.09.03 23:57:30.520798 [ 3 ] {8e7fdcc3-924a-4716-8f38-237a83eb4fe0} <Debug> DynamicQueryHandler: Done processing query | ||
14152 | 2024.09.03 23:57:30.520871 [ 3 ] {8e7fdcc3-924a-4716-8f38-237a83eb4fe0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
14153 | 2024.09.03 23:57:30.520871 [ 189 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::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 | ||
14154 | 2024.09.03 23:57:30.520946 [ 3 ] {} <Debug> HTTP-Session: efdbca25-39d8-47b2-8254-cd8f5f6f6188 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14155 | 2024.09.03 23:57:30.521257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14156 | 2024.09.03 23:57:30.521502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14157 | 2024.09.03 23:57:30.521613 [ 3 ] {} <Debug> HTTP-Session: e0fdcf8b-24e1-428f-a16c-1e4a8a2cf8eb Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14158 | 2024.09.03 23:57:30.521623 [ 189 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14159 | 2024.09.03 23:57:30.521695 [ 3 ] {} <Debug> HTTP-Session: e0fdcf8b-24e1-428f-a16c-1e4a8a2cf8eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14160 | 2024.09.03 23:57:30.521762 [ 189 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20703 rows starting from the beginning of the part | ||
14161 | 2024.09.03 23:57:30.521775 [ 3 ] {} <Debug> HTTP-Session: e0fdcf8b-24e1-428f-a16c-1e4a8a2cf8eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14162 | 2024.09.03 23:57:30.521953 [ 3 ] {} <Trace> HTTP-Session: e0fdcf8b-24e1-428f-a16c-1e4a8a2cf8eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14163 | 2024.09.03 23:57:30.522245 [ 189 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 161 rows starting from the beginning of the part | ||
14164 | 2024.09.03 23:57:30.522404 [ 3 ] {3d920ac2-4294-45dd-8401-bca324541558} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
14165 | 2024.09.03 23:57:30.522618 [ 3 ] {3d920ac2-4294-45dd-8401-bca324541558} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
14166 | 2024.09.03 23:57:30.522683 [ 189 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 239 rows starting from the beginning of the part | ||
14167 | 2024.09.03 23:57:30.523149 [ 189 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 876 rows starting from the beginning of the part | ||
14168 | 2024.09.03 23:57:30.523620 [ 189 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 2 rows starting from the beginning of the part | ||
14169 | 2024.09.03 23:57:30.523892 [ 3 ] {3d920ac2-4294-45dd-8401-bca324541558} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14170 | 2024.09.03 23:57:30.523905 [ 189 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 239 rows starting from the beginning of the part | ||
14171 | 2024.09.03 23:57:30.524805 [ 3 ] {3d920ac2-4294-45dd-8401-bca324541558} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14172 | 2024.09.03 23:57:30.524867 [ 3 ] {3d920ac2-4294-45dd-8401-bca324541558} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14173 | 2024.09.03 23:57:30.525530 [ 3 ] {3d920ac2-4294-45dd-8401-bca324541558} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
14174 | 2024.09.03 23:57:30.526022 [ 3 ] {3d920ac2-4294-45dd-8401-bca324541558} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14175 | 2024.09.03 23:57:30.526209 [ 3 ] {3d920ac2-4294-45dd-8401-bca324541558} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003942 sec., 253.67833587011668 rows/sec., 17.09 KiB/sec. | ||
14176 | 2024.09.03 23:57:30.526774 [ 3 ] {3d920ac2-4294-45dd-8401-bca324541558} <Debug> DynamicQueryHandler: Done processing query | ||
14177 | 2024.09.03 23:57:30.526869 [ 3 ] {3d920ac2-4294-45dd-8401-bca324541558} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
14178 | 2024.09.03 23:57:30.526953 [ 3 ] {} <Debug> HTTP-Session: e0fdcf8b-24e1-428f-a16c-1e4a8a2cf8eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14179 | 2024.09.03 23:57:30.527200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14180 | 2024.09.03 23:57:30.527291 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14181 | 2024.09.03 23:57:30.527347 [ 3 ] {} <Debug> HTTP-Session: 182350ad-9a03-4af5-8826-d1fbb0c9a72c Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14182 | 2024.09.03 23:57:30.527409 [ 3 ] {} <Debug> HTTP-Session: 182350ad-9a03-4af5-8826-d1fbb0c9a72c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14183 | 2024.09.03 23:57:30.527443 [ 3 ] {} <Debug> HTTP-Session: 182350ad-9a03-4af5-8826-d1fbb0c9a72c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14184 | 2024.09.03 23:57:30.527516 [ 3 ] {} <Trace> HTTP-Session: 182350ad-9a03-4af5-8826-d1fbb0c9a72c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14185 | 2024.09.03 23:57:30.527832 [ 3 ] {e3f6f40e-c76c-4b32-bb02-e99b7f1e82d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
14186 | 2024.09.03 23:57:30.527918 [ 3 ] {e3f6f40e-c76c-4b32-bb02-e99b7f1e82d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
14187 | 2024.09.03 23:57:30.528437 [ 3 ] {e3f6f40e-c76c-4b32-bb02-e99b7f1e82d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14188 | 2024.09.03 23:57:30.529133 [ 3 ] {e3f6f40e-c76c-4b32-bb02-e99b7f1e82d8} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14189 | 2024.09.03 23:57:30.529172 [ 3 ] {e3f6f40e-c76c-4b32-bb02-e99b7f1e82d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14190 | 2024.09.03 23:57:30.533152 [ 3 ] {e3f6f40e-c76c-4b32-bb02-e99b7f1e82d8} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
14191 | 2024.09.03 23:57:30.533695 [ 3 ] {e3f6f40e-c76c-4b32-bb02-e99b7f1e82d8} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14192 | 2024.09.03 23:57:30.533992 [ 3 ] {e3f6f40e-c76c-4b32-bb02-e99b7f1e82d8} <Debug> executeQuery: Read 7 rows, 12.84 KiB in 0.006316 sec., 1108.2963901203293 rows/sec., 1.99 MiB/sec. | ||
14193 | 2024.09.03 23:57:30.534462 [ 3 ] {e3f6f40e-c76c-4b32-bb02-e99b7f1e82d8} <Debug> DynamicQueryHandler: Done processing query | ||
14194 | 2024.09.03 23:57:30.534491 [ 3 ] {e3f6f40e-c76c-4b32-bb02-e99b7f1e82d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
14195 | 2024.09.03 23:57:30.534511 [ 3 ] {} <Debug> HTTP-Session: 182350ad-9a03-4af5-8826-d1fbb0c9a72c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14196 | 2024.09.03 23:57:30.534642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 946, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14197 | 2024.09.03 23:57:30.534707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14198 | 2024.09.03 23:57:30.534726 [ 3 ] {} <Debug> HTTP-Session: 32941a02-914b-4cf5-bcfa-779fc35cc4b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14199 | 2024.09.03 23:57:30.534750 [ 3 ] {} <Debug> HTTP-Session: 32941a02-914b-4cf5-bcfa-779fc35cc4b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14200 | 2024.09.03 23:57:30.534767 [ 3 ] {} <Debug> HTTP-Session: 32941a02-914b-4cf5-bcfa-779fc35cc4b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14201 | 2024.09.03 23:57:30.534802 [ 3 ] {} <Trace> HTTP-Session: 32941a02-914b-4cf5-bcfa-779fc35cc4b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14202 | 2024.09.03 23:57:30.534905 [ 3 ] {debc051d-4261-457f-8375-ef28cd86ddab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
14203 | 2024.09.03 23:57:30.534972 [ 3 ] {debc051d-4261-457f-8375-ef28cd86ddab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
14204 | 2024.09.03 23:57:30.535239 [ 3 ] {debc051d-4261-457f-8375-ef28cd86ddab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14205 | 2024.09.03 23:57:30.535651 [ 200 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22220 rows, containing 5 columns (5 merged, 0 gathered) in 0.014988983 sec., 1482422.122968583 rows/sec., 99.99 MiB/sec. | ||
14206 | 2024.09.03 23:57:30.535837 [ 3 ] {debc051d-4261-457f-8375-ef28cd86ddab} <Trace> oximeter.measurements_i64 (6dccfcb5-ea8e-4ec3-8477-256f4b48c830): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14207 | 2024.09.03 23:57:30.535880 [ 3 ] {debc051d-4261-457f-8375-ef28cd86ddab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14208 | 2024.09.03 23:57:30.536121 [ 200 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
14209 | 2024.09.03 23:57:30.536535 [ 3 ] {debc051d-4261-457f-8375-ef28cd86ddab} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
14210 | 2024.09.03 23:57:30.537108 [ 187 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14211 | 2024.09.03 23:57:30.537270 [ 3 ] {debc051d-4261-457f-8375-ef28cd86ddab} <Trace> oximeter.measurements_i64 (6dccfcb5-ea8e-4ec3-8477-256f4b48c830): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14212 | 2024.09.03 23:57:30.537370 [ 187 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
14213 | 2024.09.03 23:57:30.537644 [ 3 ] {debc051d-4261-457f-8375-ef28cd86ddab} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.002741 sec., 2188.9821233126595 rows/sec., 144.29 KiB/sec. | ||
14214 | 2024.09.03 23:57:30.537671 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
14215 | 2024.09.03 23:57:30.538036 [ 3 ] {debc051d-4261-457f-8375-ef28cd86ddab} <Debug> DynamicQueryHandler: Done processing query | ||
14216 | 2024.09.03 23:57:30.538066 [ 3 ] {debc051d-4261-457f-8375-ef28cd86ddab} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14217 | 2024.09.03 23:57:30.538082 [ 3 ] {} <Debug> HTTP-Session: 32941a02-914b-4cf5-bcfa-779fc35cc4b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14218 | 2024.09.03 23:57:30.538217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14219 | 2024.09.03 23:57:30.538265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14220 | 2024.09.03 23:57:30.538285 [ 3 ] {} <Debug> HTTP-Session: eceaacb7-2c72-417d-9a35-1ad3403d56f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14221 | 2024.09.03 23:57:30.538301 [ 3 ] {} <Debug> HTTP-Session: eceaacb7-2c72-417d-9a35-1ad3403d56f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14222 | 2024.09.03 23:57:30.538315 [ 3 ] {} <Debug> HTTP-Session: eceaacb7-2c72-417d-9a35-1ad3403d56f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14223 | 2024.09.03 23:57:30.538350 [ 3 ] {} <Trace> HTTP-Session: eceaacb7-2c72-417d-9a35-1ad3403d56f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14224 | 2024.09.03 23:57:30.538497 [ 3 ] {9bd46841-6fb0-439a-8aa5-8968ecdc35d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14225 | 2024.09.03 23:57:30.538542 [ 3 ] {9bd46841-6fb0-439a-8aa5-8968ecdc35d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14226 | 2024.09.03 23:57:30.538697 [ 3 ] {9bd46841-6fb0-439a-8aa5-8968ecdc35d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14227 | 2024.09.03 23:57:30.539014 [ 3 ] {9bd46841-6fb0-439a-8aa5-8968ecdc35d8} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14228 | 2024.09.03 23:57:30.539050 [ 3 ] {9bd46841-6fb0-439a-8aa5-8968ecdc35d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14229 | 2024.09.03 23:57:30.539426 [ 3 ] {9bd46841-6fb0-439a-8aa5-8968ecdc35d8} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
14230 | 2024.09.03 23:57:30.539761 [ 3 ] {9bd46841-6fb0-439a-8aa5-8968ecdc35d8} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14231 | 2024.09.03 23:57:30.539928 [ 3 ] {9bd46841-6fb0-439a-8aa5-8968ecdc35d8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001499 sec., 54703.13542361575 rows/sec., 3.47 MiB/sec. | ||
14232 | 2024.09.03 23:57:30.539943 [ 59 ] {} <Debug> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
14233 | 2024.09.03 23:57:30.540019 [ 59 ] {} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14234 | 2024.09.03 23:57:30.540068 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14235 | 2024.09.03 23:57:30.540261 [ 3 ] {9bd46841-6fb0-439a-8aa5-8968ecdc35d8} <Debug> DynamicQueryHandler: Done processing query | ||
14236 | 2024.09.03 23:57:30.540346 [ 3 ] {9bd46841-6fb0-439a-8aa5-8968ecdc35d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14237 | 2024.09.03 23:57:30.540376 [ 200 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
14238 | 2024.09.03 23:57:30.540390 [ 3 ] {} <Debug> HTTP-Session: eceaacb7-2c72-417d-9a35-1ad3403d56f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14239 | 2024.09.03 23:57:30.540908 [ 200 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14240 | 2024.09.03 23:57:30.541015 [ 200 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4178 rows starting from the beginning of the part | ||
14241 | 2024.09.03 23:57:30.541350 [ 200 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part | ||
14242 | 2024.09.03 23:57:30.541551 [ 200 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 82 rows starting from the beginning of the part | ||
14243 | 2024.09.03 23:57:30.541652 [ 200 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 58 rows starting from the beginning of the part | ||
14244 | 2024.09.03 23:57:30.541853 [ 200 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 2 rows starting from the beginning of the part | ||
14245 | 2024.09.03 23:57:30.542027 [ 200 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
14246 | 2024.09.03 23:57:30.543866 [ 195 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4462 rows, containing 4 columns (4 merged, 0 gathered) in 0.0037038 sec., 1204708.677574383 rows/sec., 78.39 MiB/sec. | ||
14247 | 2024.09.03 23:57:30.544249 [ 195 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
14248 | 2024.09.03 23:57:30.544751 [ 195 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_71_14} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14249 | 2024.09.03 23:57:30.544853 [ 195 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_71_14} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
14250 | 2024.09.03 23:57:30.544955 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. | ||
14251 | 2024.09.03 23:57:33.281639 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14252 | 2024.09.03 23:57:33.281698 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14253 | 2024.09.03 23:57:35.493654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14254 | 2024.09.03 23:57:35.493778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14255 | 2024.09.03 23:57:35.493807 [ 3 ] {} <Debug> HTTP-Session: 60ed6365-2dca-40f1-a483-4b728a9c6b70 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14256 | 2024.09.03 23:57:35.493835 [ 3 ] {} <Debug> HTTP-Session: 60ed6365-2dca-40f1-a483-4b728a9c6b70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14257 | 2024.09.03 23:57:35.493853 [ 3 ] {} <Debug> HTTP-Session: 60ed6365-2dca-40f1-a483-4b728a9c6b70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14258 | 2024.09.03 23:57:35.493911 [ 3 ] {} <Trace> HTTP-Session: 60ed6365-2dca-40f1-a483-4b728a9c6b70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14259 | 2024.09.03 23:57:35.494108 [ 3 ] {bcc6debe-43c6-4904-bf6a-9aa271d0c36b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14260 | 2024.09.03 23:57:35.494193 [ 3 ] {bcc6debe-43c6-4904-bf6a-9aa271d0c36b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14261 | 2024.09.03 23:57:35.494562 [ 3 ] {bcc6debe-43c6-4904-bf6a-9aa271d0c36b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14262 | 2024.09.03 23:57:35.495009 [ 3 ] {bcc6debe-43c6-4904-bf6a-9aa271d0c36b} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14263 | 2024.09.03 23:57:35.495049 [ 3 ] {bcc6debe-43c6-4904-bf6a-9aa271d0c36b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14264 | 2024.09.03 23:57:35.495468 [ 3 ] {bcc6debe-43c6-4904-bf6a-9aa271d0c36b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
14265 | 2024.09.03 23:57:35.495870 [ 3 ] {bcc6debe-43c6-4904-bf6a-9aa271d0c36b} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14266 | 2024.09.03 23:57:35.496014 [ 64 ] {} <Debug> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 | ||
14267 | 2024.09.03 23:57:35.496021 [ 3 ] {bcc6debe-43c6-4904-bf6a-9aa271d0c36b} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.001971 sec., 507.35667174023337 rows/sec., 37.66 KiB/sec. | ||
14268 | 2024.09.03 23:57:35.496062 [ 64 ] {} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14269 | 2024.09.03 23:57:35.496105 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14270 | 2024.09.03 23:57:35.496392 [ 3 ] {bcc6debe-43c6-4904-bf6a-9aa271d0c36b} <Debug> DynamicQueryHandler: Done processing query | ||
14271 | 2024.09.03 23:57:35.496549 [ 3 ] {bcc6debe-43c6-4904-bf6a-9aa271d0c36b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14272 | 2024.09.03 23:57:35.496715 [ 3 ] {} <Debug> HTTP-Session: 60ed6365-2dca-40f1-a483-4b728a9c6b70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14273 | 2024.09.03 23:57:35.496860 [ 203 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full | ||
14274 | 2024.09.03 23:57:35.497235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 22406, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14275 | 2024.09.03 23:57:35.497461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14276 | 2024.09.03 23:57:35.497545 [ 3 ] {} <Debug> HTTP-Session: 974d2d65-f592-4748-b6eb-7aa458e2722e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14277 | 2024.09.03 23:57:35.497596 [ 3 ] {} <Debug> HTTP-Session: 974d2d65-f592-4748-b6eb-7aa458e2722e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14278 | 2024.09.03 23:57:35.497610 [ 203 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14279 | 2024.09.03 23:57:35.497623 [ 3 ] {} <Debug> HTTP-Session: 974d2d65-f592-4748-b6eb-7aa458e2722e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14280 | 2024.09.03 23:57:35.497680 [ 203 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 18 rows starting from the beginning of the part | ||
14281 | 2024.09.03 23:57:35.497706 [ 3 ] {} <Trace> HTTP-Session: 974d2d65-f592-4748-b6eb-7aa458e2722e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14282 | 2024.09.03 23:57:35.497875 [ 203 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
14283 | 2024.09.03 23:57:35.498187 [ 3 ] {0e8daddf-3352-4476-854a-e54b7c86f548} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14284 | 2024.09.03 23:57:35.498210 [ 203 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
14285 | 2024.09.03 23:57:35.498378 [ 3 ] {0e8daddf-3352-4476-854a-e54b7c86f548} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14286 | 2024.09.03 23:57:35.498654 [ 203 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
14287 | 2024.09.03 23:57:35.499014 [ 203 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
14288 | 2024.09.03 23:57:35.499338 [ 203 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
14289 | 2024.09.03 23:57:35.500162 [ 3 ] {0e8daddf-3352-4476-854a-e54b7c86f548} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14290 | 2024.09.03 23:57:35.501352 [ 3 ] {0e8daddf-3352-4476-854a-e54b7c86f548} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14291 | 2024.09.03 23:57:35.501429 [ 3 ] {0e8daddf-3352-4476-854a-e54b7c86f548} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14292 | 2024.09.03 23:57:35.502412 [ 203 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 5 columns (5 merged, 0 gathered) in 0.006163823 sec., 4055.924383292642 rows/sec., 338.26 KiB/sec. | ||
14293 | 2024.09.03 23:57:35.502565 [ 3 ] {0e8daddf-3352-4476-854a-e54b7c86f548} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
14294 | 2024.09.03 23:57:35.502649 [ 197 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
14295 | 2024.09.03 23:57:35.503482 [ 3 ] {0e8daddf-3352-4476-854a-e54b7c86f548} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14296 | 2024.09.03 23:57:35.503793 [ 3 ] {0e8daddf-3352-4476-854a-e54b7c86f548} <Debug> executeQuery: Read 150 rows, 13.27 KiB in 0.005851 sec., 25636.643308836094 rows/sec., 2.22 MiB/sec. | ||
14297 | 2024.09.03 23:57:35.503830 [ 197 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_24_5} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14298 | 2024.09.03 23:57:35.504150 [ 197 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_24_5} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 | ||
14299 | 2024.09.03 23:57:35.504413 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
14300 | 2024.09.03 23:57:35.504487 [ 3 ] {0e8daddf-3352-4476-854a-e54b7c86f548} <Debug> DynamicQueryHandler: Done processing query | ||
14301 | 2024.09.03 23:57:35.504550 [ 3 ] {0e8daddf-3352-4476-854a-e54b7c86f548} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
14302 | 2024.09.03 23:57:35.504612 [ 3 ] {} <Debug> HTTP-Session: 974d2d65-f592-4748-b6eb-7aa458e2722e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14303 | 2024.09.03 23:57:35.504840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 6780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14304 | 2024.09.03 23:57:35.504896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14305 | 2024.09.03 23:57:35.504915 [ 3 ] {} <Debug> HTTP-Session: 9c484221-a9f5-429d-9232-928332f89237 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14306 | 2024.09.03 23:57:35.504932 [ 3 ] {} <Debug> HTTP-Session: 9c484221-a9f5-429d-9232-928332f89237 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14307 | 2024.09.03 23:57:35.504946 [ 3 ] {} <Debug> HTTP-Session: 9c484221-a9f5-429d-9232-928332f89237 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14308 | 2024.09.03 23:57:35.504980 [ 3 ] {} <Trace> HTTP-Session: 9c484221-a9f5-429d-9232-928332f89237 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14309 | 2024.09.03 23:57:35.505106 [ 3 ] {e4ee095b-6616-4b9c-9ac7-c06b9f15b6ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14310 | 2024.09.03 23:57:35.505151 [ 3 ] {e4ee095b-6616-4b9c-9ac7-c06b9f15b6ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14311 | 2024.09.03 23:57:35.505420 [ 3 ] {e4ee095b-6616-4b9c-9ac7-c06b9f15b6ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14312 | 2024.09.03 23:57:35.505784 [ 3 ] {e4ee095b-6616-4b9c-9ac7-c06b9f15b6ba} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14313 | 2024.09.03 23:57:35.505820 [ 3 ] {e4ee095b-6616-4b9c-9ac7-c06b9f15b6ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14314 | 2024.09.03 23:57:35.506185 [ 3 ] {e4ee095b-6616-4b9c-9ac7-c06b9f15b6ba} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
14315 | 2024.09.03 23:57:35.506553 [ 3 ] {e4ee095b-6616-4b9c-9ac7-c06b9f15b6ba} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14316 | 2024.09.03 23:57:35.506682 [ 3 ] {e4ee095b-6616-4b9c-9ac7-c06b9f15b6ba} <Debug> executeQuery: Read 47 rows, 3.52 KiB in 0.001619 sec., 29030.265596046942 rows/sec., 2.12 MiB/sec. | ||
14317 | 2024.09.03 23:57:35.506859 [ 3 ] {e4ee095b-6616-4b9c-9ac7-c06b9f15b6ba} <Debug> DynamicQueryHandler: Done processing query | ||
14318 | 2024.09.03 23:57:35.506884 [ 3 ] {e4ee095b-6616-4b9c-9ac7-c06b9f15b6ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
14319 | 2024.09.03 23:57:35.506900 [ 3 ] {} <Debug> HTTP-Session: 9c484221-a9f5-429d-9232-928332f89237 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14320 | 2024.09.03 23:57:35.507089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 20325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14321 | 2024.09.03 23:57:35.507136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14322 | 2024.09.03 23:57:35.507155 [ 3 ] {} <Debug> HTTP-Session: 8d3e5d6f-df83-4e6d-8b3e-8693ff77da2d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14323 | 2024.09.03 23:57:35.507171 [ 3 ] {} <Debug> HTTP-Session: 8d3e5d6f-df83-4e6d-8b3e-8693ff77da2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14324 | 2024.09.03 23:57:35.507185 [ 3 ] {} <Debug> HTTP-Session: 8d3e5d6f-df83-4e6d-8b3e-8693ff77da2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14325 | 2024.09.03 23:57:35.507216 [ 3 ] {} <Trace> HTTP-Session: 8d3e5d6f-df83-4e6d-8b3e-8693ff77da2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14326 | 2024.09.03 23:57:35.507342 [ 3 ] {1a11cb85-4b25-4723-86b3-b881058d0a80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14327 | 2024.09.03 23:57:35.507385 [ 3 ] {1a11cb85-4b25-4723-86b3-b881058d0a80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14328 | 2024.09.03 23:57:35.507611 [ 3 ] {1a11cb85-4b25-4723-86b3-b881058d0a80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14329 | 2024.09.03 23:57:35.507993 [ 3 ] {1a11cb85-4b25-4723-86b3-b881058d0a80} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14330 | 2024.09.03 23:57:35.508029 [ 3 ] {1a11cb85-4b25-4723-86b3-b881058d0a80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14331 | 2024.09.03 23:57:35.508393 [ 3 ] {1a11cb85-4b25-4723-86b3-b881058d0a80} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
14332 | 2024.09.03 23:57:35.508750 [ 3 ] {1a11cb85-4b25-4723-86b3-b881058d0a80} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14333 | 2024.09.03 23:57:35.508879 [ 3 ] {1a11cb85-4b25-4723-86b3-b881058d0a80} <Debug> executeQuery: Read 120 rows, 9.56 KiB in 0.001587 sec., 75614.36672967863 rows/sec., 5.88 MiB/sec. | ||
14334 | 2024.09.03 23:57:35.509056 [ 3 ] {1a11cb85-4b25-4723-86b3-b881058d0a80} <Debug> DynamicQueryHandler: Done processing query | ||
14335 | 2024.09.03 23:57:35.509080 [ 3 ] {1a11cb85-4b25-4723-86b3-b881058d0a80} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
14336 | 2024.09.03 23:57:35.509096 [ 3 ] {} <Debug> HTTP-Session: 8d3e5d6f-df83-4e6d-8b3e-8693ff77da2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14337 | 2024.09.03 23:57:35.509322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14338 | 2024.09.03 23:57:35.509372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14339 | 2024.09.03 23:57:35.509392 [ 3 ] {} <Debug> HTTP-Session: e5a8ca29-348b-4cc4-9ef3-188b9d2299c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14340 | 2024.09.03 23:57:35.509409 [ 3 ] {} <Debug> HTTP-Session: e5a8ca29-348b-4cc4-9ef3-188b9d2299c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14341 | 2024.09.03 23:57:35.509422 [ 3 ] {} <Debug> HTTP-Session: e5a8ca29-348b-4cc4-9ef3-188b9d2299c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14342 | 2024.09.03 23:57:35.509453 [ 3 ] {} <Trace> HTTP-Session: e5a8ca29-348b-4cc4-9ef3-188b9d2299c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14343 | 2024.09.03 23:57:35.509595 [ 3 ] {a31c8895-093e-46aa-89c9-a391b94b08a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14344 | 2024.09.03 23:57:35.509641 [ 3 ] {a31c8895-093e-46aa-89c9-a391b94b08a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14345 | 2024.09.03 23:57:35.509786 [ 3 ] {a31c8895-093e-46aa-89c9-a391b94b08a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14346 | 2024.09.03 23:57:35.510184 [ 3 ] {a31c8895-093e-46aa-89c9-a391b94b08a7} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14347 | 2024.09.03 23:57:35.510219 [ 3 ] {a31c8895-093e-46aa-89c9-a391b94b08a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14348 | 2024.09.03 23:57:35.510594 [ 3 ] {a31c8895-093e-46aa-89c9-a391b94b08a7} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
14349 | 2024.09.03 23:57:35.510921 [ 3 ] {a31c8895-093e-46aa-89c9-a391b94b08a7} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14350 | 2024.09.03 23:57:35.511047 [ 3 ] {a31c8895-093e-46aa-89c9-a391b94b08a7} <Debug> executeQuery: Read 161 rows, 11.47 KiB in 0.001517 sec., 106130.52076466712 rows/sec., 7.39 MiB/sec. | ||
14351 | 2024.09.03 23:57:35.511318 [ 3 ] {a31c8895-093e-46aa-89c9-a391b94b08a7} <Debug> DynamicQueryHandler: Done processing query | ||
14352 | 2024.09.03 23:57:35.511381 [ 3 ] {a31c8895-093e-46aa-89c9-a391b94b08a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14353 | 2024.09.03 23:57:35.511435 [ 3 ] {} <Debug> HTTP-Session: e5a8ca29-348b-4cc4-9ef3-188b9d2299c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14354 | 2024.09.03 23:57:35.511730 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 76646, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14355 | 2024.09.03 23:57:35.511782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14356 | 2024.09.03 23:57:35.511801 [ 3 ] {} <Debug> HTTP-Session: 46a11da4-667a-45cf-b29c-5eb7d52a6c57 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14357 | 2024.09.03 23:57:35.511818 [ 3 ] {} <Debug> HTTP-Session: 46a11da4-667a-45cf-b29c-5eb7d52a6c57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14358 | 2024.09.03 23:57:35.511832 [ 3 ] {} <Debug> HTTP-Session: 46a11da4-667a-45cf-b29c-5eb7d52a6c57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14359 | 2024.09.03 23:57:35.511864 [ 3 ] {} <Trace> HTTP-Session: 46a11da4-667a-45cf-b29c-5eb7d52a6c57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14360 | 2024.09.03 23:57:35.512304 [ 3 ] {f3ab4db1-7c19-4c64-9018-73dabee051ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
14361 | 2024.09.03 23:57:35.512373 [ 3 ] {f3ab4db1-7c19-4c64-9018-73dabee051ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
14362 | 2024.09.03 23:57:35.512812 [ 3 ] {f3ab4db1-7c19-4c64-9018-73dabee051ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14363 | 2024.09.03 23:57:35.513625 [ 3 ] {f3ab4db1-7c19-4c64-9018-73dabee051ad} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14364 | 2024.09.03 23:57:35.513660 [ 3 ] {f3ab4db1-7c19-4c64-9018-73dabee051ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14365 | 2024.09.03 23:57:35.514324 [ 3 ] {f3ab4db1-7c19-4c64-9018-73dabee051ad} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
14366 | 2024.09.03 23:57:35.514736 [ 3 ] {f3ab4db1-7c19-4c64-9018-73dabee051ad} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14367 | 2024.09.03 23:57:35.514887 [ 3 ] {f3ab4db1-7c19-4c64-9018-73dabee051ad} <Debug> executeQuery: Read 46 rows, 84.41 KiB in 0.002916 sec., 15775.034293552812 rows/sec., 28.27 MiB/sec. | ||
14368 | 2024.09.03 23:57:35.515107 [ 3 ] {f3ab4db1-7c19-4c64-9018-73dabee051ad} <Debug> DynamicQueryHandler: Done processing query | ||
14369 | 2024.09.03 23:57:35.515131 [ 3 ] {f3ab4db1-7c19-4c64-9018-73dabee051ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
14370 | 2024.09.03 23:57:35.515147 [ 3 ] {} <Debug> HTTP-Session: 46a11da4-667a-45cf-b29c-5eb7d52a6c57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14371 | 2024.09.03 23:57:35.515279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14372 | 2024.09.03 23:57:35.515328 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14373 | 2024.09.03 23:57:35.515347 [ 3 ] {} <Debug> HTTP-Session: 0de26d96-2233-45f7-9254-21e2689cd9d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14374 | 2024.09.03 23:57:35.515363 [ 3 ] {} <Debug> HTTP-Session: 0de26d96-2233-45f7-9254-21e2689cd9d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14375 | 2024.09.03 23:57:35.515377 [ 3 ] {} <Debug> HTTP-Session: 0de26d96-2233-45f7-9254-21e2689cd9d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14376 | 2024.09.03 23:57:35.515410 [ 3 ] {} <Trace> HTTP-Session: 0de26d96-2233-45f7-9254-21e2689cd9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14377 | 2024.09.03 23:57:35.515511 [ 3 ] {e7996dc2-cd50-4d0c-9e5c-82bc007688aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
14378 | 2024.09.03 23:57:35.515555 [ 3 ] {e7996dc2-cd50-4d0c-9e5c-82bc007688aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
14379 | 2024.09.03 23:57:35.515684 [ 3 ] {e7996dc2-cd50-4d0c-9e5c-82bc007688aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14380 | 2024.09.03 23:57:35.515999 [ 3 ] {e7996dc2-cd50-4d0c-9e5c-82bc007688aa} <Trace> oximeter.measurements_i64 (6dccfcb5-ea8e-4ec3-8477-256f4b48c830): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14381 | 2024.09.03 23:57:35.516034 [ 3 ] {e7996dc2-cd50-4d0c-9e5c-82bc007688aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14382 | 2024.09.03 23:57:35.516379 [ 3 ] {e7996dc2-cd50-4d0c-9e5c-82bc007688aa} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
14383 | 2024.09.03 23:57:35.516703 [ 3 ] {e7996dc2-cd50-4d0c-9e5c-82bc007688aa} <Trace> oximeter.measurements_i64 (6dccfcb5-ea8e-4ec3-8477-256f4b48c830): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14384 | 2024.09.03 23:57:35.516815 [ 64 ] {} <Debug> oximeter.measurements_i64 (6dccfcb5-ea8e-4ec3-8477-256f4b48c830) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
14385 | 2024.09.03 23:57:35.516825 [ 3 ] {e7996dc2-cd50-4d0c-9e5c-82bc007688aa} <Debug> executeQuery: Read 3 rows, 246.00 B in 0.001337 sec., 2243.829468960359 rows/sec., 179.68 KiB/sec. | ||
14386 | 2024.09.03 23:57:35.516854 [ 64 ] {} <Trace> oximeter.measurements_i64 (6dccfcb5-ea8e-4ec3-8477-256f4b48c830): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14387 | 2024.09.03 23:57:35.516890 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14388 | 2024.09.03 23:57:35.517059 [ 3 ] {e7996dc2-cd50-4d0c-9e5c-82bc007688aa} <Debug> DynamicQueryHandler: Done processing query | ||
14389 | 2024.09.03 23:57:35.517080 [ 196 ] {6dccfcb5-ea8e-4ec3-8477-256f4b48c830::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 | ||
14390 | 2024.09.03 23:57:35.517093 [ 3 ] {e7996dc2-cd50-4d0c-9e5c-82bc007688aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14391 | 2024.09.03 23:57:35.517157 [ 3 ] {} <Debug> HTTP-Session: 0de26d96-2233-45f7-9254-21e2689cd9d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14392 | 2024.09.03 23:57:35.517343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14393 | 2024.09.03 23:57:35.517367 [ 196 ] {6dccfcb5-ea8e-4ec3-8477-256f4b48c830::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14394 | 2024.09.03 23:57:35.517449 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14395 | 2024.09.03 23:57:35.517456 [ 196 ] {6dccfcb5-ea8e-4ec3-8477-256f4b48c830::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
14396 | 2024.09.03 23:57:35.517487 [ 3 ] {} <Debug> HTTP-Session: f88e791b-d9f4-4383-9d94-68ba22160081 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14397 | 2024.09.03 23:57:35.517533 [ 3 ] {} <Debug> HTTP-Session: f88e791b-d9f4-4383-9d94-68ba22160081 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14398 | 2024.09.03 23:57:35.517566 [ 3 ] {} <Debug> HTTP-Session: f88e791b-d9f4-4383-9d94-68ba22160081 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14399 | 2024.09.03 23:57:35.517714 [ 196 ] {6dccfcb5-ea8e-4ec3-8477-256f4b48c830::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 3 rows starting from the beginning of the part | ||
14400 | 2024.09.03 23:57:35.517762 [ 3 ] {} <Trace> HTTP-Session: f88e791b-d9f4-4383-9d94-68ba22160081 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14401 | 2024.09.03 23:57:35.518049 [ 196 ] {6dccfcb5-ea8e-4ec3-8477-256f4b48c830::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part | ||
14402 | 2024.09.03 23:57:35.518135 [ 3 ] {7415143f-0225-400b-8334-bfeca36b4f23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14403 | 2024.09.03 23:57:35.518307 [ 196 ] {6dccfcb5-ea8e-4ec3-8477-256f4b48c830::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 | ||
14404 | 2024.09.03 23:57:35.518330 [ 3 ] {7415143f-0225-400b-8334-bfeca36b4f23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14405 | 2024.09.03 23:57:35.518638 [ 196 ] {6dccfcb5-ea8e-4ec3-8477-256f4b48c830::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 | ||
14406 | 2024.09.03 23:57:35.518995 [ 196 ] {6dccfcb5-ea8e-4ec3-8477-256f4b48c830::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 3 rows starting from the beginning of the part | ||
14407 | 2024.09.03 23:57:35.519437 [ 3 ] {7415143f-0225-400b-8334-bfeca36b4f23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14408 | 2024.09.03 23:57:35.520238 [ 3 ] {7415143f-0225-400b-8334-bfeca36b4f23} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14409 | 2024.09.03 23:57:35.520290 [ 3 ] {7415143f-0225-400b-8334-bfeca36b4f23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14410 | 2024.09.03 23:57:35.521289 [ 3 ] {7415143f-0225-400b-8334-bfeca36b4f23} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
14411 | 2024.09.03 23:57:35.521861 [ 196 ] {6dccfcb5-ea8e-4ec3-8477-256f4b48c830::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.004878575 sec., 10453.872288526876 rows/sec., 761.66 KiB/sec. | ||
14412 | 2024.09.03 23:57:35.522063 [ 196 ] {6dccfcb5-ea8e-4ec3-8477-256f4b48c830::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
14413 | 2024.09.03 23:57:35.522152 [ 3 ] {7415143f-0225-400b-8334-bfeca36b4f23} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14414 | 2024.09.03 23:57:35.522450 [ 3 ] {7415143f-0225-400b-8334-bfeca36b4f23} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004445 sec., 13498.312710911136 rows/sec., 931.52 KiB/sec. | ||
14415 | 2024.09.03 23:57:35.522880 [ 3 ] {7415143f-0225-400b-8334-bfeca36b4f23} <Debug> DynamicQueryHandler: Done processing query | ||
14416 | 2024.09.03 23:57:35.522920 [ 3 ] {7415143f-0225-400b-8334-bfeca36b4f23} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14417 | 2024.09.03 23:57:35.522946 [ 3 ] {} <Debug> HTTP-Session: f88e791b-d9f4-4383-9d94-68ba22160081 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14418 | 2024.09.03 23:57:35.523035 [ 196 ] {6dccfcb5-ea8e-4ec3-8477-256f4b48c830::all_1_6_1} <Trace> oximeter.measurements_i64 (6dccfcb5-ea8e-4ec3-8477-256f4b48c830): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14419 | 2024.09.03 23:57:35.523121 [ 196 ] {6dccfcb5-ea8e-4ec3-8477-256f4b48c830::all_1_6_1} <Trace> oximeter.measurements_i64 (6dccfcb5-ea8e-4ec3-8477-256f4b48c830) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
14420 | 2024.09.03 23:57:35.523211 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
14421 | 2024.09.03 23:57:40.495448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14422 | 2024.09.03 23:57:40.495596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14423 | 2024.09.03 23:57:40.495626 [ 3 ] {} <Debug> HTTP-Session: 8ad988bd-fa79-42df-9928-a954b2e6c8cc Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14424 | 2024.09.03 23:57:40.495656 [ 3 ] {} <Debug> HTTP-Session: 8ad988bd-fa79-42df-9928-a954b2e6c8cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14425 | 2024.09.03 23:57:40.495675 [ 3 ] {} <Debug> HTTP-Session: 8ad988bd-fa79-42df-9928-a954b2e6c8cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14426 | 2024.09.03 23:57:40.495732 [ 3 ] {} <Trace> HTTP-Session: 8ad988bd-fa79-42df-9928-a954b2e6c8cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14427 | 2024.09.03 23:57:40.495939 [ 3 ] {0f65b92e-7c5a-4871-9579-e6869300df55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14428 | 2024.09.03 23:57:40.496015 [ 3 ] {0f65b92e-7c5a-4871-9579-e6869300df55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14429 | 2024.09.03 23:57:40.496399 [ 3 ] {0f65b92e-7c5a-4871-9579-e6869300df55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14430 | 2024.09.03 23:57:40.496880 [ 3 ] {0f65b92e-7c5a-4871-9579-e6869300df55} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14431 | 2024.09.03 23:57:40.496929 [ 3 ] {0f65b92e-7c5a-4871-9579-e6869300df55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14432 | 2024.09.03 23:57:40.497352 [ 3 ] {0f65b92e-7c5a-4871-9579-e6869300df55} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
14433 | 2024.09.03 23:57:40.497759 [ 3 ] {0f65b92e-7c5a-4871-9579-e6869300df55} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14434 | 2024.09.03 23:57:40.497946 [ 3 ] {0f65b92e-7c5a-4871-9579-e6869300df55} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00206 sec., 1941.7475728155339 rows/sec., 158.34 KiB/sec. | ||
14435 | 2024.09.03 23:57:40.498180 [ 3 ] {0f65b92e-7c5a-4871-9579-e6869300df55} <Debug> DynamicQueryHandler: Done processing query | ||
14436 | 2024.09.03 23:57:40.498210 [ 3 ] {0f65b92e-7c5a-4871-9579-e6869300df55} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14437 | 2024.09.03 23:57:40.498226 [ 3 ] {} <Debug> HTTP-Session: 8ad988bd-fa79-42df-9928-a954b2e6c8cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14438 | 2024.09.03 23:57:40.498432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14439 | 2024.09.03 23:57:40.498491 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14440 | 2024.09.03 23:57:40.498511 [ 3 ] {} <Debug> HTTP-Session: bd5417b1-3c27-475d-b39a-62f020e28719 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14441 | 2024.09.03 23:57:40.498530 [ 3 ] {} <Debug> HTTP-Session: bd5417b1-3c27-475d-b39a-62f020e28719 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14442 | 2024.09.03 23:57:40.498544 [ 3 ] {} <Debug> HTTP-Session: bd5417b1-3c27-475d-b39a-62f020e28719 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14443 | 2024.09.03 23:57:40.498580 [ 3 ] {} <Trace> HTTP-Session: bd5417b1-3c27-475d-b39a-62f020e28719 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14444 | 2024.09.03 23:57:40.498739 [ 3 ] {ac94a2d4-060d-482d-a485-2a0469a13e92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14445 | 2024.09.03 23:57:40.498786 [ 3 ] {ac94a2d4-060d-482d-a485-2a0469a13e92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14446 | 2024.09.03 23:57:40.499025 [ 3 ] {ac94a2d4-060d-482d-a485-2a0469a13e92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14447 | 2024.09.03 23:57:40.499509 [ 3 ] {ac94a2d4-060d-482d-a485-2a0469a13e92} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14448 | 2024.09.03 23:57:40.499547 [ 3 ] {ac94a2d4-060d-482d-a485-2a0469a13e92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14449 | 2024.09.03 23:57:40.499924 [ 3 ] {ac94a2d4-060d-482d-a485-2a0469a13e92} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
14450 | 2024.09.03 23:57:40.500283 [ 3 ] {ac94a2d4-060d-482d-a485-2a0469a13e92} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14451 | 2024.09.03 23:57:40.500447 [ 3 ] {ac94a2d4-060d-482d-a485-2a0469a13e92} <Debug> executeQuery: Read 205 rows, 18.36 KiB in 0.001778 sec., 115298.08773903262 rows/sec., 10.09 MiB/sec. | ||
14452 | 2024.09.03 23:57:40.500667 [ 3 ] {ac94a2d4-060d-482d-a485-2a0469a13e92} <Debug> DynamicQueryHandler: Done processing query | ||
14453 | 2024.09.03 23:57:40.500703 [ 3 ] {ac94a2d4-060d-482d-a485-2a0469a13e92} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
14454 | 2024.09.03 23:57:40.500734 [ 3 ] {} <Debug> HTTP-Session: bd5417b1-3c27-475d-b39a-62f020e28719 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14455 | 2024.09.03 23:57:40.500885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14456 | 2024.09.03 23:57:40.500938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14457 | 2024.09.03 23:57:40.500958 [ 3 ] {} <Debug> HTTP-Session: 5764398c-3632-41eb-9340-4b2921ed1ce8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14458 | 2024.09.03 23:57:40.500975 [ 3 ] {} <Debug> HTTP-Session: 5764398c-3632-41eb-9340-4b2921ed1ce8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14459 | 2024.09.03 23:57:40.500989 [ 3 ] {} <Debug> HTTP-Session: 5764398c-3632-41eb-9340-4b2921ed1ce8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14460 | 2024.09.03 23:57:40.501020 [ 3 ] {} <Trace> HTTP-Session: 5764398c-3632-41eb-9340-4b2921ed1ce8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14461 | 2024.09.03 23:57:40.501122 [ 3 ] {11c0e416-2149-4832-a2fb-95293d1d075d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14462 | 2024.09.03 23:57:40.501166 [ 3 ] {11c0e416-2149-4832-a2fb-95293d1d075d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14463 | 2024.09.03 23:57:40.501399 [ 3 ] {11c0e416-2149-4832-a2fb-95293d1d075d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14464 | 2024.09.03 23:57:40.501720 [ 3 ] {11c0e416-2149-4832-a2fb-95293d1d075d} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14465 | 2024.09.03 23:57:40.501757 [ 3 ] {11c0e416-2149-4832-a2fb-95293d1d075d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14466 | 2024.09.03 23:57:40.502110 [ 3 ] {11c0e416-2149-4832-a2fb-95293d1d075d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
14467 | 2024.09.03 23:57:40.502464 [ 3 ] {11c0e416-2149-4832-a2fb-95293d1d075d} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14468 | 2024.09.03 23:57:40.502631 [ 3 ] {11c0e416-2149-4832-a2fb-95293d1d075d} <Debug> executeQuery: Read 11 rows, 825.00 B in 0.001531 sec., 7184.846505551926 rows/sec., 526.23 KiB/sec. | ||
14469 | 2024.09.03 23:57:40.502644 [ 58 ] {} <Debug> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 | ||
14470 | 2024.09.03 23:57:40.502743 [ 58 ] {} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14471 | 2024.09.03 23:57:40.502806 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14472 | 2024.09.03 23:57:40.502942 [ 3 ] {11c0e416-2149-4832-a2fb-95293d1d075d} <Debug> DynamicQueryHandler: Done processing query | ||
14473 | 2024.09.03 23:57:40.502994 [ 3 ] {11c0e416-2149-4832-a2fb-95293d1d075d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14474 | 2024.09.03 23:57:40.503024 [ 3 ] {} <Debug> HTTP-Session: 5764398c-3632-41eb-9340-4b2921ed1ce8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14475 | 2024.09.03 23:57:40.503029 [ 197 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_65_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full | ||
14476 | 2024.09.03 23:57:40.503185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14477 | 2024.09.03 23:57:40.503308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14478 | 2024.09.03 23:57:40.503342 [ 197 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_65_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14479 | 2024.09.03 23:57:40.503357 [ 3 ] {} <Debug> HTTP-Session: 90631960-bb7e-4c06-9944-8ec704ef6968 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14480 | 2024.09.03 23:57:40.503406 [ 3 ] {} <Debug> HTTP-Session: 90631960-bb7e-4c06-9944-8ec704ef6968 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14481 | 2024.09.03 23:57:40.503410 [ 197 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 67 rows starting from the beginning of the part | ||
14482 | 2024.09.03 23:57:40.503432 [ 3 ] {} <Debug> HTTP-Session: 90631960-bb7e-4c06-9944-8ec704ef6968 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14483 | 2024.09.03 23:57:40.503520 [ 3 ] {} <Trace> HTTP-Session: 90631960-bb7e-4c06-9944-8ec704ef6968 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14484 | 2024.09.03 23:57:40.503660 [ 197 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 9 rows starting from the beginning of the part | ||
14485 | 2024.09.03 23:57:40.503834 [ 3 ] {a315ef6f-1a8f-4e40-9d44-d780893e3aad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
14486 | 2024.09.03 23:57:40.503997 [ 3 ] {a315ef6f-1a8f-4e40-9d44-d780893e3aad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14487 | 2024.09.03 23:57:40.503999 [ 197 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 45 rows starting from the beginning of the part | ||
14488 | 2024.09.03 23:57:40.504351 [ 197 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 9 rows starting from the beginning of the part | ||
14489 | 2024.09.03 23:57:40.504617 [ 197 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 47 rows starting from the beginning of the part | ||
14490 | 2024.09.03 23:57:40.505002 [ 197 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 11 rows starting from the beginning of the part | ||
14491 | 2024.09.03 23:57:40.505654 [ 3 ] {a315ef6f-1a8f-4e40-9d44-d780893e3aad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14492 | 2024.09.03 23:57:40.506456 [ 3 ] {a315ef6f-1a8f-4e40-9d44-d780893e3aad} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14493 | 2024.09.03 23:57:40.506528 [ 3 ] {a315ef6f-1a8f-4e40-9d44-d780893e3aad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14494 | 2024.09.03 23:57:40.507628 [ 3 ] {a315ef6f-1a8f-4e40-9d44-d780893e3aad} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
14495 | 2024.09.03 23:57:40.508065 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_65_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 188 rows, containing 5 columns (5 merged, 0 gathered) in 0.005161141 sec., 36426.05385127048 rows/sec., 2.77 MiB/sec. | ||
14496 | 2024.09.03 23:57:40.508235 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_65_13} <Trace> MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) | ||
14497 | 2024.09.03 23:57:40.508336 [ 3 ] {a315ef6f-1a8f-4e40-9d44-d780893e3aad} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14498 | 2024.09.03 23:57:40.508567 [ 58 ] {} <Debug> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
14499 | 2024.09.03 23:57:40.508652 [ 3 ] {a315ef6f-1a8f-4e40-9d44-d780893e3aad} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004928 sec., 2840.909090909091 rows/sec., 198.96 KiB/sec. | ||
14500 | 2024.09.03 23:57:40.508694 [ 58 ] {} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14501 | 2024.09.03 23:57:40.508837 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14502 | 2024.09.03 23:57:40.509478 [ 3 ] {a315ef6f-1a8f-4e40-9d44-d780893e3aad} <Debug> DynamicQueryHandler: Done processing query | ||
14503 | 2024.09.03 23:57:40.509573 [ 197 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::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 | ||
14504 | 2024.09.03 23:57:40.509610 [ 3 ] {a315ef6f-1a8f-4e40-9d44-d780893e3aad} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14505 | 2024.09.03 23:57:40.509705 [ 3 ] {} <Debug> HTTP-Session: 90631960-bb7e-4c06-9944-8ec704ef6968 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14506 | 2024.09.03 23:57:40.510098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14507 | 2024.09.03 23:57:40.510103 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_65_13} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14508 | 2024.09.03 23:57:40.510393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14509 | 2024.09.03 23:57:40.510557 [ 3 ] {} <Debug> HTTP-Session: aa6672f0-f1fb-43de-8730-b74bcfc1e928 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14510 | 2024.09.03 23:57:40.510667 [ 3 ] {} <Debug> HTTP-Session: aa6672f0-f1fb-43de-8730-b74bcfc1e928 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14511 | 2024.09.03 23:57:40.510656 [ 197 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14512 | 2024.09.03 23:57:40.510676 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_65_13} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 | ||
14513 | 2024.09.03 23:57:40.510748 [ 3 ] {} <Debug> HTTP-Session: aa6672f0-f1fb-43de-8730-b74bcfc1e928 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14514 | 2024.09.03 23:57:40.510814 [ 197 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 243 rows starting from the beginning of the part | ||
14515 | 2024.09.03 23:57:40.510991 [ 3 ] {} <Trace> HTTP-Session: aa6672f0-f1fb-43de-8730-b74bcfc1e928 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14516 | 2024.09.03 23:57:40.511282 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
14517 | 2024.09.03 23:57:40.511476 [ 197 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
14518 | 2024.09.03 23:57:40.511516 [ 3 ] {6b49d257-1cde-4efd-8533-a80828cd3b24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
14519 | 2024.09.03 23:57:40.511679 [ 3 ] {6b49d257-1cde-4efd-8533-a80828cd3b24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
14520 | 2024.09.03 23:57:40.511858 [ 197 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
14521 | 2024.09.03 23:57:40.512236 [ 197 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 266 rows starting from the beginning of the part | ||
14522 | 2024.09.03 23:57:40.512572 [ 197 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part | ||
14523 | 2024.09.03 23:57:40.512957 [ 197 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
14524 | 2024.09.03 23:57:40.513451 [ 3 ] {6b49d257-1cde-4efd-8533-a80828cd3b24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14525 | 2024.09.03 23:57:40.514319 [ 3 ] {6b49d257-1cde-4efd-8533-a80828cd3b24} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14526 | 2024.09.03 23:57:40.514393 [ 3 ] {6b49d257-1cde-4efd-8533-a80828cd3b24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14527 | 2024.09.03 23:57:40.515492 [ 3 ] {6b49d257-1cde-4efd-8533-a80828cd3b24} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14528 | 2024.09.03 23:57:40.516065 [ 197 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 565 rows, containing 5 columns (5 merged, 0 gathered) in 0.006835377 sec., 82658.2059775196 rows/sec., 5.73 MiB/sec. | ||
14529 | 2024.09.03 23:57:40.516323 [ 197 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
14530 | 2024.09.03 23:57:40.516512 [ 3 ] {6b49d257-1cde-4efd-8533-a80828cd3b24} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14531 | 2024.09.03 23:57:40.517019 [ 3 ] {6b49d257-1cde-4efd-8533-a80828cd3b24} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005651 sec., 1061.7589807113786 rows/sec., 62.73 KiB/sec. | ||
14532 | 2024.09.03 23:57:40.517421 [ 197 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_46_9} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14533 | 2024.09.03 23:57:40.517426 [ 3 ] {6b49d257-1cde-4efd-8533-a80828cd3b24} <Debug> DynamicQueryHandler: Done processing query | ||
14534 | 2024.09.03 23:57:40.517495 [ 3 ] {6b49d257-1cde-4efd-8533-a80828cd3b24} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14535 | 2024.09.03 23:57:40.517532 [ 3 ] {} <Debug> HTTP-Session: aa6672f0-f1fb-43de-8730-b74bcfc1e928 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14536 | 2024.09.03 23:57:40.517579 [ 197 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_46_9} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
14537 | 2024.09.03 23:57:40.517672 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
14538 | 2024.09.03 23:57:40.517740 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 63634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14539 | 2024.09.03 23:57:40.517798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14540 | 2024.09.03 23:57:40.517819 [ 3 ] {} <Debug> HTTP-Session: 47ba5267-aa7d-4a32-ad8d-e723d8d12296 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14541 | 2024.09.03 23:57:40.517836 [ 3 ] {} <Debug> HTTP-Session: 47ba5267-aa7d-4a32-ad8d-e723d8d12296 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14542 | 2024.09.03 23:57:40.517850 [ 3 ] {} <Debug> HTTP-Session: 47ba5267-aa7d-4a32-ad8d-e723d8d12296 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14543 | 2024.09.03 23:57:40.517883 [ 3 ] {} <Trace> HTTP-Session: 47ba5267-aa7d-4a32-ad8d-e723d8d12296 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14544 | 2024.09.03 23:57:40.518129 [ 3 ] {f7d5405f-695a-4805-b4ac-c44883b5cd3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14545 | 2024.09.03 23:57:40.518175 [ 3 ] {f7d5405f-695a-4805-b4ac-c44883b5cd3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14546 | 2024.09.03 23:57:40.518429 [ 3 ] {f7d5405f-695a-4805-b4ac-c44883b5cd3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14547 | 2024.09.03 23:57:40.519024 [ 3 ] {f7d5405f-695a-4805-b4ac-c44883b5cd3b} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14548 | 2024.09.03 23:57:40.519061 [ 3 ] {f7d5405f-695a-4805-b4ac-c44883b5cd3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14549 | 2024.09.03 23:57:40.519445 [ 3 ] {f7d5405f-695a-4805-b4ac-c44883b5cd3b} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
14550 | 2024.09.03 23:57:40.519826 [ 3 ] {f7d5405f-695a-4805-b4ac-c44883b5cd3b} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14551 | 2024.09.03 23:57:40.519997 [ 3 ] {f7d5405f-695a-4805-b4ac-c44883b5cd3b} <Debug> executeQuery: Read 393 rows, 28.57 KiB in 0.002014 sec., 195134.06156901686 rows/sec., 13.85 MiB/sec. | ||
14552 | 2024.09.03 23:57:40.520189 [ 3 ] {f7d5405f-695a-4805-b4ac-c44883b5cd3b} <Debug> DynamicQueryHandler: Done processing query | ||
14553 | 2024.09.03 23:57:40.520215 [ 3 ] {f7d5405f-695a-4805-b4ac-c44883b5cd3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
14554 | 2024.09.03 23:57:40.520230 [ 3 ] {} <Debug> HTTP-Session: 47ba5267-aa7d-4a32-ad8d-e723d8d12296 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14555 | 2024.09.03 23:57:40.520364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14556 | 2024.09.03 23:57:40.520412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14557 | 2024.09.03 23:57:40.520433 [ 3 ] {} <Debug> HTTP-Session: 5c5548ed-0d0f-4108-9ce6-1044a0069854 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14558 | 2024.09.03 23:57:40.520449 [ 3 ] {} <Debug> HTTP-Session: 5c5548ed-0d0f-4108-9ce6-1044a0069854 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14559 | 2024.09.03 23:57:40.520463 [ 3 ] {} <Debug> HTTP-Session: 5c5548ed-0d0f-4108-9ce6-1044a0069854 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14560 | 2024.09.03 23:57:40.520493 [ 3 ] {} <Trace> HTTP-Session: 5c5548ed-0d0f-4108-9ce6-1044a0069854 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14561 | 2024.09.03 23:57:40.520589 [ 3 ] {2fa66135-96b5-48de-b870-1f8ab82b8bed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14562 | 2024.09.03 23:57:40.520633 [ 3 ] {2fa66135-96b5-48de-b870-1f8ab82b8bed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14563 | 2024.09.03 23:57:40.520765 [ 3 ] {2fa66135-96b5-48de-b870-1f8ab82b8bed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14564 | 2024.09.03 23:57:40.521091 [ 3 ] {2fa66135-96b5-48de-b870-1f8ab82b8bed} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14565 | 2024.09.03 23:57:40.521126 [ 3 ] {2fa66135-96b5-48de-b870-1f8ab82b8bed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14566 | 2024.09.03 23:57:40.521483 [ 3 ] {2fa66135-96b5-48de-b870-1f8ab82b8bed} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14567 | 2024.09.03 23:57:40.521810 [ 3 ] {2fa66135-96b5-48de-b870-1f8ab82b8bed} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14568 | 2024.09.03 23:57:40.521972 [ 3 ] {2fa66135-96b5-48de-b870-1f8ab82b8bed} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0014 sec., 4285.714285714285 rows/sec., 223.91 KiB/sec. | ||
14569 | 2024.09.03 23:57:40.522146 [ 3 ] {2fa66135-96b5-48de-b870-1f8ab82b8bed} <Debug> DynamicQueryHandler: Done processing query | ||
14570 | 2024.09.03 23:57:40.522171 [ 3 ] {2fa66135-96b5-48de-b870-1f8ab82b8bed} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14571 | 2024.09.03 23:57:40.522186 [ 3 ] {} <Debug> HTTP-Session: 5c5548ed-0d0f-4108-9ce6-1044a0069854 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14572 | 2024.09.03 23:57:40.522336 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 45030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14573 | 2024.09.03 23:57:40.522384 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14574 | 2024.09.03 23:57:40.522404 [ 3 ] {} <Debug> HTTP-Session: 88624a07-53a4-4f4c-b96e-a8673a43dba7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14575 | 2024.09.03 23:57:40.522421 [ 3 ] {} <Debug> HTTP-Session: 88624a07-53a4-4f4c-b96e-a8673a43dba7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14576 | 2024.09.03 23:57:40.522435 [ 3 ] {} <Debug> HTTP-Session: 88624a07-53a4-4f4c-b96e-a8673a43dba7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14577 | 2024.09.03 23:57:40.522465 [ 3 ] {} <Trace> HTTP-Session: 88624a07-53a4-4f4c-b96e-a8673a43dba7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14578 | 2024.09.03 23:57:40.522652 [ 3 ] {226903b0-aeb4-4852-9b6a-89fbb09ad627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14579 | 2024.09.03 23:57:40.522699 [ 3 ] {226903b0-aeb4-4852-9b6a-89fbb09ad627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14580 | 2024.09.03 23:57:40.522845 [ 3 ] {226903b0-aeb4-4852-9b6a-89fbb09ad627} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14581 | 2024.09.03 23:57:40.523311 [ 3 ] {226903b0-aeb4-4852-9b6a-89fbb09ad627} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14582 | 2024.09.03 23:57:40.523348 [ 3 ] {226903b0-aeb4-4852-9b6a-89fbb09ad627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14583 | 2024.09.03 23:57:40.523732 [ 3 ] {226903b0-aeb4-4852-9b6a-89fbb09ad627} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
14584 | 2024.09.03 23:57:40.524070 [ 3 ] {226903b0-aeb4-4852-9b6a-89fbb09ad627} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14585 | 2024.09.03 23:57:40.524227 [ 3 ] {226903b0-aeb4-4852-9b6a-89fbb09ad627} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001668 sec., 143285.3717026379 rows/sec., 9.61 MiB/sec. | ||
14586 | 2024.09.03 23:57:40.524490 [ 3 ] {226903b0-aeb4-4852-9b6a-89fbb09ad627} <Debug> DynamicQueryHandler: Done processing query | ||
14587 | 2024.09.03 23:57:40.524546 [ 3 ] {226903b0-aeb4-4852-9b6a-89fbb09ad627} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
14588 | 2024.09.03 23:57:40.524593 [ 3 ] {} <Debug> HTTP-Session: 88624a07-53a4-4f4c-b96e-a8673a43dba7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14589 | 2024.09.03 23:57:40.524755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14590 | 2024.09.03 23:57:40.524807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14591 | 2024.09.03 23:57:40.524826 [ 3 ] {} <Debug> HTTP-Session: cfaf91f4-448c-4f3f-8ac8-99b6a27b7b84 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14592 | 2024.09.03 23:57:40.524844 [ 3 ] {} <Debug> HTTP-Session: cfaf91f4-448c-4f3f-8ac8-99b6a27b7b84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14593 | 2024.09.03 23:57:40.524858 [ 3 ] {} <Debug> HTTP-Session: cfaf91f4-448c-4f3f-8ac8-99b6a27b7b84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14594 | 2024.09.03 23:57:40.524890 [ 3 ] {} <Trace> HTTP-Session: cfaf91f4-448c-4f3f-8ac8-99b6a27b7b84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14595 | 2024.09.03 23:57:40.524989 [ 3 ] {72b91563-a29c-4acb-bded-db8418ae17e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
14596 | 2024.09.03 23:57:40.525037 [ 3 ] {72b91563-a29c-4acb-bded-db8418ae17e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
14597 | 2024.09.03 23:57:40.525180 [ 3 ] {72b91563-a29c-4acb-bded-db8418ae17e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14598 | 2024.09.03 23:57:40.525451 [ 3 ] {72b91563-a29c-4acb-bded-db8418ae17e3} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14599 | 2024.09.03 23:57:40.525487 [ 3 ] {72b91563-a29c-4acb-bded-db8418ae17e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14600 | 2024.09.03 23:57:40.525853 [ 3 ] {72b91563-a29c-4acb-bded-db8418ae17e3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14601 | 2024.09.03 23:57:40.526181 [ 3 ] {72b91563-a29c-4acb-bded-db8418ae17e3} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14602 | 2024.09.03 23:57:40.526337 [ 58 ] {} <Debug> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
14603 | 2024.09.03 23:57:40.526344 [ 3 ] {72b91563-a29c-4acb-bded-db8418ae17e3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001371 sec., 729.3946024799417 rows/sec., 49.15 KiB/sec. | ||
14604 | 2024.09.03 23:57:40.526392 [ 58 ] {} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14605 | 2024.09.03 23:57:40.526459 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14606 | 2024.09.03 23:57:40.526702 [ 3 ] {72b91563-a29c-4acb-bded-db8418ae17e3} <Debug> DynamicQueryHandler: Done processing query | ||
14607 | 2024.09.03 23:57:40.526790 [ 3 ] {72b91563-a29c-4acb-bded-db8418ae17e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
14608 | 2024.09.03 23:57:40.526825 [ 191 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
14609 | 2024.09.03 23:57:40.526874 [ 3 ] {} <Debug> HTTP-Session: cfaf91f4-448c-4f3f-8ac8-99b6a27b7b84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14610 | 2024.09.03 23:57:40.527282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14611 | 2024.09.03 23:57:40.527474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14612 | 2024.09.03 23:57:40.527541 [ 3 ] {} <Debug> HTTP-Session: bfb14f26-105a-498d-99b9-fed146d023ea Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14613 | 2024.09.03 23:57:40.527554 [ 191 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14614 | 2024.09.03 23:57:40.527570 [ 3 ] {} <Debug> HTTP-Session: bfb14f26-105a-498d-99b9-fed146d023ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14615 | 2024.09.03 23:57:40.527606 [ 3 ] {} <Debug> HTTP-Session: bfb14f26-105a-498d-99b9-fed146d023ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14616 | 2024.09.03 23:57:40.527622 [ 191 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 31 rows starting from the beginning of the part | ||
14617 | 2024.09.03 23:57:40.527667 [ 3 ] {} <Trace> HTTP-Session: bfb14f26-105a-498d-99b9-fed146d023ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14618 | 2024.09.03 23:57:40.527828 [ 191 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
14619 | 2024.09.03 23:57:40.527994 [ 191 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
14620 | 2024.09.03 23:57:40.528267 [ 3 ] {49624b63-b5bf-4da9-8807-dad1e1cb8c4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
14621 | 2024.09.03 23:57:40.528279 [ 191 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
14622 | 2024.09.03 23:57:40.528592 [ 191 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
14623 | 2024.09.03 23:57:40.528729 [ 3 ] {49624b63-b5bf-4da9-8807-dad1e1cb8c4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
14624 | 2024.09.03 23:57:40.528958 [ 191 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
14625 | 2024.09.03 23:57:40.531078 [ 3 ] {49624b63-b5bf-4da9-8807-dad1e1cb8c4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14626 | 2024.09.03 23:57:40.532666 [ 3 ] {49624b63-b5bf-4da9-8807-dad1e1cb8c4f} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14627 | 2024.09.03 23:57:40.532680 [ 186 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.006111651 sec., 5890.388701841777 rows/sec., 396.27 KiB/sec. | ||
14628 | 2024.09.03 23:57:40.532708 [ 3 ] {49624b63-b5bf-4da9-8807-dad1e1cb8c4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14629 | 2024.09.03 23:57:40.532894 [ 199 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
14630 | 2024.09.03 23:57:40.534030 [ 199 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_35_7} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14631 | 2024.09.03 23:57:40.534242 [ 199 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_35_7} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
14632 | 2024.09.03 23:57:40.534289 [ 3 ] {49624b63-b5bf-4da9-8807-dad1e1cb8c4f} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
14633 | 2024.09.03 23:57:40.534387 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
14634 | 2024.09.03 23:57:40.534817 [ 3 ] {49624b63-b5bf-4da9-8807-dad1e1cb8c4f} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14635 | 2024.09.03 23:57:40.535035 [ 3 ] {49624b63-b5bf-4da9-8807-dad1e1cb8c4f} <Debug> executeQuery: Read 7 rows, 12.84 KiB in 0.007125 sec., 982.4561403508771 rows/sec., 1.76 MiB/sec. | ||
14636 | 2024.09.03 23:57:40.535581 [ 3 ] {49624b63-b5bf-4da9-8807-dad1e1cb8c4f} <Debug> DynamicQueryHandler: Done processing query | ||
14637 | 2024.09.03 23:57:40.535622 [ 3 ] {49624b63-b5bf-4da9-8807-dad1e1cb8c4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
14638 | 2024.09.03 23:57:40.535639 [ 3 ] {} <Debug> HTTP-Session: bfb14f26-105a-498d-99b9-fed146d023ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14639 | 2024.09.03 23:57:40.535771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14640 | 2024.09.03 23:57:40.535822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14641 | 2024.09.03 23:57:40.535841 [ 3 ] {} <Debug> HTTP-Session: 7423dc91-4d33-4e4b-a52a-e22a64027198 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14642 | 2024.09.03 23:57:40.535858 [ 3 ] {} <Debug> HTTP-Session: 7423dc91-4d33-4e4b-a52a-e22a64027198 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14643 | 2024.09.03 23:57:40.535872 [ 3 ] {} <Debug> HTTP-Session: 7423dc91-4d33-4e4b-a52a-e22a64027198 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14644 | 2024.09.03 23:57:40.535904 [ 3 ] {} <Trace> HTTP-Session: 7423dc91-4d33-4e4b-a52a-e22a64027198 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14645 | 2024.09.03 23:57:40.536049 [ 3 ] {158f60a7-2177-49bc-a48a-32503da39248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14646 | 2024.09.03 23:57:40.536096 [ 3 ] {158f60a7-2177-49bc-a48a-32503da39248} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14647 | 2024.09.03 23:57:40.536252 [ 3 ] {158f60a7-2177-49bc-a48a-32503da39248} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14648 | 2024.09.03 23:57:40.536577 [ 3 ] {158f60a7-2177-49bc-a48a-32503da39248} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14649 | 2024.09.03 23:57:40.536615 [ 3 ] {158f60a7-2177-49bc-a48a-32503da39248} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14650 | 2024.09.03 23:57:40.536983 [ 3 ] {158f60a7-2177-49bc-a48a-32503da39248} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
14651 | 2024.09.03 23:57:40.537318 [ 3 ] {158f60a7-2177-49bc-a48a-32503da39248} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14652 | 2024.09.03 23:57:40.537475 [ 3 ] {158f60a7-2177-49bc-a48a-32503da39248} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001484 sec., 55256.06469002695 rows/sec., 3.51 MiB/sec. | ||
14653 | 2024.09.03 23:57:40.537645 [ 3 ] {158f60a7-2177-49bc-a48a-32503da39248} <Debug> DynamicQueryHandler: Done processing query | ||
14654 | 2024.09.03 23:57:40.537669 [ 3 ] {158f60a7-2177-49bc-a48a-32503da39248} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14655 | 2024.09.03 23:57:40.537686 [ 3 ] {} <Debug> HTTP-Session: 7423dc91-4d33-4e4b-a52a-e22a64027198 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14656 | 2024.09.03 23:57:45.493381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14657 | 2024.09.03 23:57:45.493576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14658 | 2024.09.03 23:57:45.493607 [ 3 ] {} <Debug> HTTP-Session: 4161f69e-7ff0-402a-9b61-9ba94454167c Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14659 | 2024.09.03 23:57:45.493636 [ 3 ] {} <Debug> HTTP-Session: 4161f69e-7ff0-402a-9b61-9ba94454167c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14660 | 2024.09.03 23:57:45.493654 [ 3 ] {} <Debug> HTTP-Session: 4161f69e-7ff0-402a-9b61-9ba94454167c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14661 | 2024.09.03 23:57:45.493709 [ 3 ] {} <Trace> HTTP-Session: 4161f69e-7ff0-402a-9b61-9ba94454167c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14662 | 2024.09.03 23:57:45.493926 [ 3 ] {e0e4d125-260d-4999-9e75-1c8a9c62fa7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14663 | 2024.09.03 23:57:45.494005 [ 3 ] {e0e4d125-260d-4999-9e75-1c8a9c62fa7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14664 | 2024.09.03 23:57:45.494398 [ 3 ] {e0e4d125-260d-4999-9e75-1c8a9c62fa7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14665 | 2024.09.03 23:57:45.494935 [ 3 ] {e0e4d125-260d-4999-9e75-1c8a9c62fa7e} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14666 | 2024.09.03 23:57:45.494981 [ 3 ] {e0e4d125-260d-4999-9e75-1c8a9c62fa7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14667 | 2024.09.03 23:57:45.495404 [ 3 ] {e0e4d125-260d-4999-9e75-1c8a9c62fa7e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
14668 | 2024.09.03 23:57:45.495793 [ 3 ] {e0e4d125-260d-4999-9e75-1c8a9c62fa7e} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14669 | 2024.09.03 23:57:45.495963 [ 3 ] {e0e4d125-260d-4999-9e75-1c8a9c62fa7e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002092 sec., 1912.0458891013384 rows/sec., 155.91 KiB/sec. | ||
14670 | 2024.09.03 23:57:45.496228 [ 3 ] {e0e4d125-260d-4999-9e75-1c8a9c62fa7e} <Debug> DynamicQueryHandler: Done processing query | ||
14671 | 2024.09.03 23:57:45.496256 [ 3 ] {e0e4d125-260d-4999-9e75-1c8a9c62fa7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14672 | 2024.09.03 23:57:45.496274 [ 3 ] {} <Debug> HTTP-Session: 4161f69e-7ff0-402a-9b61-9ba94454167c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14673 | 2024.09.03 23:57:45.496471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 22419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14674 | 2024.09.03 23:57:45.496531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14675 | 2024.09.03 23:57:45.496552 [ 3 ] {} <Debug> HTTP-Session: 360c8b7a-ce11-45c1-ae2a-6a6ea483d137 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14676 | 2024.09.03 23:57:45.496570 [ 3 ] {} <Debug> HTTP-Session: 360c8b7a-ce11-45c1-ae2a-6a6ea483d137 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14677 | 2024.09.03 23:57:45.496585 [ 3 ] {} <Debug> HTTP-Session: 360c8b7a-ce11-45c1-ae2a-6a6ea483d137 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14678 | 2024.09.03 23:57:45.496620 [ 3 ] {} <Trace> HTTP-Session: 360c8b7a-ce11-45c1-ae2a-6a6ea483d137 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14679 | 2024.09.03 23:57:45.496774 [ 3 ] {6755bc58-4420-441c-bb8d-a165304c0ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14680 | 2024.09.03 23:57:45.496822 [ 3 ] {6755bc58-4420-441c-bb8d-a165304c0ff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14681 | 2024.09.03 23:57:45.497065 [ 3 ] {6755bc58-4420-441c-bb8d-a165304c0ff2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14682 | 2024.09.03 23:57:45.497516 [ 3 ] {6755bc58-4420-441c-bb8d-a165304c0ff2} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14683 | 2024.09.03 23:57:45.497556 [ 3 ] {6755bc58-4420-441c-bb8d-a165304c0ff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14684 | 2024.09.03 23:57:45.497944 [ 3 ] {6755bc58-4420-441c-bb8d-a165304c0ff2} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
14685 | 2024.09.03 23:57:45.498307 [ 3 ] {6755bc58-4420-441c-bb8d-a165304c0ff2} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14686 | 2024.09.03 23:57:45.498465 [ 3 ] {6755bc58-4420-441c-bb8d-a165304c0ff2} <Debug> executeQuery: Read 150 rows, 13.29 KiB in 0.001754 sec., 85518.8141391106 rows/sec., 7.40 MiB/sec. | ||
14687 | 2024.09.03 23:57:45.498654 [ 3 ] {6755bc58-4420-441c-bb8d-a165304c0ff2} <Debug> DynamicQueryHandler: Done processing query | ||
14688 | 2024.09.03 23:57:45.498677 [ 3 ] {6755bc58-4420-441c-bb8d-a165304c0ff2} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
14689 | 2024.09.03 23:57:45.498694 [ 3 ] {} <Debug> HTTP-Session: 360c8b7a-ce11-45c1-ae2a-6a6ea483d137 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14690 | 2024.09.03 23:57:45.498845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 7208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14691 | 2024.09.03 23:57:45.498897 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14692 | 2024.09.03 23:57:45.498917 [ 3 ] {} <Debug> HTTP-Session: c641b224-3020-4bca-8222-5d1f20f324f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14693 | 2024.09.03 23:57:45.498935 [ 3 ] {} <Debug> HTTP-Session: c641b224-3020-4bca-8222-5d1f20f324f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14694 | 2024.09.03 23:57:45.498949 [ 3 ] {} <Debug> HTTP-Session: c641b224-3020-4bca-8222-5d1f20f324f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14695 | 2024.09.03 23:57:45.498982 [ 3 ] {} <Trace> HTTP-Session: c641b224-3020-4bca-8222-5d1f20f324f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14696 | 2024.09.03 23:57:45.499110 [ 3 ] {164465a2-2d72-42f1-994b-85adc257cf2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14697 | 2024.09.03 23:57:45.499155 [ 3 ] {164465a2-2d72-42f1-994b-85adc257cf2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14698 | 2024.09.03 23:57:45.499389 [ 3 ] {164465a2-2d72-42f1-994b-85adc257cf2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14699 | 2024.09.03 23:57:45.499733 [ 3 ] {164465a2-2d72-42f1-994b-85adc257cf2d} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14700 | 2024.09.03 23:57:45.499771 [ 3 ] {164465a2-2d72-42f1-994b-85adc257cf2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14701 | 2024.09.03 23:57:45.500125 [ 3 ] {164465a2-2d72-42f1-994b-85adc257cf2d} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
14702 | 2024.09.03 23:57:45.500475 [ 3 ] {164465a2-2d72-42f1-994b-85adc257cf2d} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14703 | 2024.09.03 23:57:45.500630 [ 3 ] {164465a2-2d72-42f1-994b-85adc257cf2d} <Debug> executeQuery: Read 50 rows, 3.74 KiB in 0.001568 sec., 31887.755102040817 rows/sec., 2.33 MiB/sec. | ||
14704 | 2024.09.03 23:57:45.500919 [ 3 ] {164465a2-2d72-42f1-994b-85adc257cf2d} <Debug> DynamicQueryHandler: Done processing query | ||
14705 | 2024.09.03 23:57:45.500977 [ 3 ] {164465a2-2d72-42f1-994b-85adc257cf2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
14706 | 2024.09.03 23:57:45.501037 [ 3 ] {} <Debug> HTTP-Session: c641b224-3020-4bca-8222-5d1f20f324f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14707 | 2024.09.03 23:57:45.501213 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 19357, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14708 | 2024.09.03 23:57:45.501268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14709 | 2024.09.03 23:57:45.501288 [ 3 ] {} <Debug> HTTP-Session: 82cf782b-3e02-4a63-9587-c9c31e547087 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14710 | 2024.09.03 23:57:45.501305 [ 3 ] {} <Debug> HTTP-Session: 82cf782b-3e02-4a63-9587-c9c31e547087 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14711 | 2024.09.03 23:57:45.501319 [ 3 ] {} <Debug> HTTP-Session: 82cf782b-3e02-4a63-9587-c9c31e547087 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14712 | 2024.09.03 23:57:45.501352 [ 3 ] {} <Trace> HTTP-Session: 82cf782b-3e02-4a63-9587-c9c31e547087 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14713 | 2024.09.03 23:57:45.501486 [ 3 ] {f2029305-4f62-4721-a63d-e653afa55518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14714 | 2024.09.03 23:57:45.501532 [ 3 ] {f2029305-4f62-4721-a63d-e653afa55518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14715 | 2024.09.03 23:57:45.501777 [ 3 ] {f2029305-4f62-4721-a63d-e653afa55518} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14716 | 2024.09.03 23:57:45.502167 [ 3 ] {f2029305-4f62-4721-a63d-e653afa55518} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14717 | 2024.09.03 23:57:45.502205 [ 3 ] {f2029305-4f62-4721-a63d-e653afa55518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14718 | 2024.09.03 23:57:45.502558 [ 3 ] {f2029305-4f62-4721-a63d-e653afa55518} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
14719 | 2024.09.03 23:57:45.502916 [ 3 ] {f2029305-4f62-4721-a63d-e653afa55518} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14720 | 2024.09.03 23:57:45.503074 [ 3 ] {f2029305-4f62-4721-a63d-e653afa55518} <Debug> executeQuery: Read 114 rows, 9.13 KiB in 0.001632 sec., 69852.94117647059 rows/sec., 5.46 MiB/sec. | ||
14721 | 2024.09.03 23:57:45.503247 [ 3 ] {f2029305-4f62-4721-a63d-e653afa55518} <Debug> DynamicQueryHandler: Done processing query | ||
14722 | 2024.09.03 23:57:45.503270 [ 3 ] {f2029305-4f62-4721-a63d-e653afa55518} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
14723 | 2024.09.03 23:57:45.503286 [ 3 ] {} <Debug> HTTP-Session: 82cf782b-3e02-4a63-9587-c9c31e547087 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14724 | 2024.09.03 23:57:45.503466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 31023, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14725 | 2024.09.03 23:57:45.503516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14726 | 2024.09.03 23:57:45.503535 [ 3 ] {} <Debug> HTTP-Session: 1ded6154-53f1-4164-82ba-915f7812cc97 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14727 | 2024.09.03 23:57:45.503552 [ 3 ] {} <Debug> HTTP-Session: 1ded6154-53f1-4164-82ba-915f7812cc97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14728 | 2024.09.03 23:57:45.503566 [ 3 ] {} <Debug> HTTP-Session: 1ded6154-53f1-4164-82ba-915f7812cc97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14729 | 2024.09.03 23:57:45.503597 [ 3 ] {} <Trace> HTTP-Session: 1ded6154-53f1-4164-82ba-915f7812cc97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14730 | 2024.09.03 23:57:45.503740 [ 3 ] {f7e20cc7-b1a6-4bef-8e93-b5069eec4763} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14731 | 2024.09.03 23:57:45.503787 [ 3 ] {f7e20cc7-b1a6-4bef-8e93-b5069eec4763} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14732 | 2024.09.03 23:57:45.503931 [ 3 ] {f7e20cc7-b1a6-4bef-8e93-b5069eec4763} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14733 | 2024.09.03 23:57:45.504322 [ 3 ] {f7e20cc7-b1a6-4bef-8e93-b5069eec4763} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14734 | 2024.09.03 23:57:45.504358 [ 3 ] {f7e20cc7-b1a6-4bef-8e93-b5069eec4763} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14735 | 2024.09.03 23:57:45.504771 [ 3 ] {f7e20cc7-b1a6-4bef-8e93-b5069eec4763} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
14736 | 2024.09.03 23:57:45.505099 [ 3 ] {f7e20cc7-b1a6-4bef-8e93-b5069eec4763} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14737 | 2024.09.03 23:57:45.505257 [ 3 ] {f7e20cc7-b1a6-4bef-8e93-b5069eec4763} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.00157 sec., 103184.71337579619 rows/sec., 7.19 MiB/sec. | ||
14738 | 2024.09.03 23:57:45.505442 [ 3 ] {f7e20cc7-b1a6-4bef-8e93-b5069eec4763} <Debug> DynamicQueryHandler: Done processing query | ||
14739 | 2024.09.03 23:57:45.505479 [ 3 ] {f7e20cc7-b1a6-4bef-8e93-b5069eec4763} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14740 | 2024.09.03 23:57:45.505508 [ 3 ] {} <Debug> HTTP-Session: 1ded6154-53f1-4164-82ba-915f7812cc97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14741 | 2024.09.03 23:57:45.505700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 76627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14742 | 2024.09.03 23:57:45.505750 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14743 | 2024.09.03 23:57:45.505769 [ 3 ] {} <Debug> HTTP-Session: 7beeb880-9e3c-495f-b2fd-4629f1b4ba35 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14744 | 2024.09.03 23:57:45.505786 [ 3 ] {} <Debug> HTTP-Session: 7beeb880-9e3c-495f-b2fd-4629f1b4ba35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14745 | 2024.09.03 23:57:45.505800 [ 3 ] {} <Debug> HTTP-Session: 7beeb880-9e3c-495f-b2fd-4629f1b4ba35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14746 | 2024.09.03 23:57:45.505831 [ 3 ] {} <Trace> HTTP-Session: 7beeb880-9e3c-495f-b2fd-4629f1b4ba35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14747 | 2024.09.03 23:57:45.506269 [ 3 ] {6790f851-5546-43e3-80bf-381386fd4599} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
14748 | 2024.09.03 23:57:45.506333 [ 3 ] {6790f851-5546-43e3-80bf-381386fd4599} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
14749 | 2024.09.03 23:57:45.506751 [ 3 ] {6790f851-5546-43e3-80bf-381386fd4599} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14750 | 2024.09.03 23:57:45.507513 [ 3 ] {6790f851-5546-43e3-80bf-381386fd4599} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14751 | 2024.09.03 23:57:45.507550 [ 3 ] {6790f851-5546-43e3-80bf-381386fd4599} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14752 | 2024.09.03 23:57:45.508198 [ 3 ] {6790f851-5546-43e3-80bf-381386fd4599} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
14753 | 2024.09.03 23:57:45.508598 [ 3 ] {6790f851-5546-43e3-80bf-381386fd4599} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14754 | 2024.09.03 23:57:45.508782 [ 35 ] {} <Debug> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
14755 | 2024.09.03 23:57:45.508802 [ 3 ] {6790f851-5546-43e3-80bf-381386fd4599} <Debug> executeQuery: Read 46 rows, 84.41 KiB in 0.002865 sec., 16055.846422338569 rows/sec., 28.77 MiB/sec. | ||
14756 | 2024.09.03 23:57:45.508873 [ 35 ] {} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14757 | 2024.09.03 23:57:45.508946 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14758 | 2024.09.03 23:57:45.509371 [ 3 ] {6790f851-5546-43e3-80bf-381386fd4599} <Debug> DynamicQueryHandler: Done processing query | ||
14759 | 2024.09.03 23:57:45.509381 [ 187 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
14760 | 2024.09.03 23:57:45.509407 [ 3 ] {6790f851-5546-43e3-80bf-381386fd4599} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
14761 | 2024.09.03 23:57:45.509557 [ 3 ] {} <Debug> HTTP-Session: 7beeb880-9e3c-495f-b2fd-4629f1b4ba35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14762 | 2024.09.03 23:57:45.509809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14763 | 2024.09.03 23:57:45.509988 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14764 | 2024.09.03 23:57:45.510055 [ 3 ] {} <Debug> HTTP-Session: 6b2ce7ac-00d4-45d9-bdaf-682d568e964c Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14765 | 2024.09.03 23:57:45.510118 [ 3 ] {} <Debug> HTTP-Session: 6b2ce7ac-00d4-45d9-bdaf-682d568e964c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14766 | 2024.09.03 23:57:45.510174 [ 3 ] {} <Debug> HTTP-Session: 6b2ce7ac-00d4-45d9-bdaf-682d568e964c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14767 | 2024.09.03 23:57:45.510187 [ 187 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14768 | 2024.09.03 23:57:45.510247 [ 3 ] {} <Trace> HTTP-Session: 6b2ce7ac-00d4-45d9-bdaf-682d568e964c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14769 | 2024.09.03 23:57:45.510361 [ 187 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1211 rows starting from the beginning of the part | ||
14770 | 2024.09.03 23:57:45.510568 [ 3 ] {214911f2-3450-4626-93e7-2c04d20f7efa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14771 | 2024.09.03 23:57:45.510796 [ 3 ] {214911f2-3450-4626-93e7-2c04d20f7efa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14772 | 2024.09.03 23:57:45.511081 [ 187 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 49 rows starting from the beginning of the part | ||
14773 | 2024.09.03 23:57:45.511347 [ 3 ] {214911f2-3450-4626-93e7-2c04d20f7efa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14774 | 2024.09.03 23:57:45.511822 [ 187 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 7 rows starting from the beginning of the part | ||
14775 | 2024.09.03 23:57:45.512505 [ 187 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 46 rows starting from the beginning of the part | ||
14776 | 2024.09.03 23:57:45.512717 [ 3 ] {214911f2-3450-4626-93e7-2c04d20f7efa} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14777 | 2024.09.03 23:57:45.512823 [ 3 ] {214911f2-3450-4626-93e7-2c04d20f7efa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
14778 | 2024.09.03 23:57:45.513146 [ 187 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 7 rows starting from the beginning of the part | ||
14779 | 2024.09.03 23:57:45.513747 [ 187 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 46 rows starting from the beginning of the part | ||
14780 | 2024.09.03 23:57:45.514314 [ 3 ] {214911f2-3450-4626-93e7-2c04d20f7efa} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
14781 | 2024.09.03 23:57:45.515170 [ 3 ] {214911f2-3450-4626-93e7-2c04d20f7efa} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14782 | 2024.09.03 23:57:45.515639 [ 3 ] {214911f2-3450-4626-93e7-2c04d20f7efa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005172 sec., 11600.92807424594 rows/sec., 800.58 KiB/sec. | ||
14783 | 2024.09.03 23:57:45.516003 [ 3 ] {214911f2-3450-4626-93e7-2c04d20f7efa} <Debug> DynamicQueryHandler: Done processing query | ||
14784 | 2024.09.03 23:57:45.516030 [ 3 ] {214911f2-3450-4626-93e7-2c04d20f7efa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14785 | 2024.09.03 23:57:45.516047 [ 3 ] {} <Debug> HTTP-Session: 6b2ce7ac-00d4-45d9-bdaf-682d568e964c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14786 | 2024.09.03 23:57:45.519895 [ 199 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1366 rows, containing 19 columns (19 merged, 0 gathered) in 0.010774863 sec., 126776.55391070865 rows/sec., 226.92 MiB/sec. | ||
14787 | 2024.09.03 23:57:45.521669 [ 199 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
14788 | 2024.09.03 23:57:45.522263 [ 199 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14789 | 2024.09.03 23:57:45.522351 [ 199 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
14790 | 2024.09.03 23:57:45.522468 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.39 MiB. | ||
14791 | 2024.09.03 23:57:48.281941 [ 45 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14792 | 2024.09.03 23:57:48.281997 [ 45 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14793 | 2024.09.03 23:57:50.496274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14794 | 2024.09.03 23:57:50.496446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14795 | 2024.09.03 23:57:50.496493 [ 3 ] {} <Debug> HTTP-Session: bd513b4c-7548-4411-8579-3e53d45b2a71 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14796 | 2024.09.03 23:57:50.496536 [ 3 ] {} <Debug> HTTP-Session: bd513b4c-7548-4411-8579-3e53d45b2a71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14797 | 2024.09.03 23:57:50.496565 [ 3 ] {} <Debug> HTTP-Session: bd513b4c-7548-4411-8579-3e53d45b2a71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14798 | 2024.09.03 23:57:50.496647 [ 3 ] {} <Trace> HTTP-Session: bd513b4c-7548-4411-8579-3e53d45b2a71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14799 | 2024.09.03 23:57:50.496872 [ 3 ] {550556ed-17a6-4b03-af85-9d152fe60ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14800 | 2024.09.03 23:57:50.496938 [ 3 ] {550556ed-17a6-4b03-af85-9d152fe60ef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14801 | 2024.09.03 23:57:50.497274 [ 3 ] {550556ed-17a6-4b03-af85-9d152fe60ef4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14802 | 2024.09.03 23:57:50.497718 [ 3 ] {550556ed-17a6-4b03-af85-9d152fe60ef4} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14803 | 2024.09.03 23:57:50.497760 [ 3 ] {550556ed-17a6-4b03-af85-9d152fe60ef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
14804 | 2024.09.03 23:57:50.498175 [ 3 ] {550556ed-17a6-4b03-af85-9d152fe60ef4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
14805 | 2024.09.03 23:57:50.498571 [ 3 ] {550556ed-17a6-4b03-af85-9d152fe60ef4} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14806 | 2024.09.03 23:57:50.498746 [ 3 ] {550556ed-17a6-4b03-af85-9d152fe60ef4} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001923 sec., 2080.083203328133 rows/sec., 169.62 KiB/sec. | ||
14807 | 2024.09.03 23:57:50.498970 [ 3 ] {550556ed-17a6-4b03-af85-9d152fe60ef4} <Debug> DynamicQueryHandler: Done processing query | ||
14808 | 2024.09.03 23:57:50.498998 [ 3 ] {550556ed-17a6-4b03-af85-9d152fe60ef4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14809 | 2024.09.03 23:57:50.499015 [ 3 ] {} <Debug> HTTP-Session: bd513b4c-7548-4411-8579-3e53d45b2a71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14810 | 2024.09.03 23:57:50.499236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14811 | 2024.09.03 23:57:50.499295 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14812 | 2024.09.03 23:57:50.499316 [ 3 ] {} <Debug> HTTP-Session: 0ca27f34-a94d-4559-a644-9a0395065e47 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14813 | 2024.09.03 23:57:50.499333 [ 3 ] {} <Debug> HTTP-Session: 0ca27f34-a94d-4559-a644-9a0395065e47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14814 | 2024.09.03 23:57:50.499347 [ 3 ] {} <Debug> HTTP-Session: 0ca27f34-a94d-4559-a644-9a0395065e47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14815 | 2024.09.03 23:57:50.499383 [ 3 ] {} <Trace> HTTP-Session: 0ca27f34-a94d-4559-a644-9a0395065e47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14816 | 2024.09.03 23:57:50.499549 [ 3 ] {159486d7-f221-463a-b662-bd6eddd209cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14817 | 2024.09.03 23:57:50.499596 [ 3 ] {159486d7-f221-463a-b662-bd6eddd209cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14818 | 2024.09.03 23:57:50.499828 [ 3 ] {159486d7-f221-463a-b662-bd6eddd209cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14819 | 2024.09.03 23:57:50.500399 [ 3 ] {159486d7-f221-463a-b662-bd6eddd209cf} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14820 | 2024.09.03 23:57:50.500437 [ 3 ] {159486d7-f221-463a-b662-bd6eddd209cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
14821 | 2024.09.03 23:57:50.500823 [ 3 ] {159486d7-f221-463a-b662-bd6eddd209cf} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
14822 | 2024.09.03 23:57:50.501188 [ 3 ] {159486d7-f221-463a-b662-bd6eddd209cf} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14823 | 2024.09.03 23:57:50.501352 [ 3 ] {159486d7-f221-463a-b662-bd6eddd209cf} <Debug> executeQuery: Read 205 rows, 18.36 KiB in 0.001878 sec., 109158.6794462194 rows/sec., 9.55 MiB/sec. | ||
14824 | 2024.09.03 23:57:50.501538 [ 3 ] {159486d7-f221-463a-b662-bd6eddd209cf} <Debug> DynamicQueryHandler: Done processing query | ||
14825 | 2024.09.03 23:57:50.501563 [ 3 ] {159486d7-f221-463a-b662-bd6eddd209cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
14826 | 2024.09.03 23:57:50.501580 [ 3 ] {} <Debug> HTTP-Session: 0ca27f34-a94d-4559-a644-9a0395065e47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14827 | 2024.09.03 23:57:50.501719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14828 | 2024.09.03 23:57:50.501771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14829 | 2024.09.03 23:57:50.501790 [ 3 ] {} <Debug> HTTP-Session: 1195cbf0-c044-4345-829a-17ed078389dc Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14830 | 2024.09.03 23:57:50.501807 [ 3 ] {} <Debug> HTTP-Session: 1195cbf0-c044-4345-829a-17ed078389dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14831 | 2024.09.03 23:57:50.501820 [ 3 ] {} <Debug> HTTP-Session: 1195cbf0-c044-4345-829a-17ed078389dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14832 | 2024.09.03 23:57:50.501853 [ 3 ] {} <Trace> HTTP-Session: 1195cbf0-c044-4345-829a-17ed078389dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14833 | 2024.09.03 23:57:50.501954 [ 3 ] {aee56987-42b9-4506-9866-5ee3a8d8a340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14834 | 2024.09.03 23:57:50.501998 [ 3 ] {aee56987-42b9-4506-9866-5ee3a8d8a340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14835 | 2024.09.03 23:57:50.502225 [ 3 ] {aee56987-42b9-4506-9866-5ee3a8d8a340} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14836 | 2024.09.03 23:57:50.502538 [ 3 ] {aee56987-42b9-4506-9866-5ee3a8d8a340} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14837 | 2024.09.03 23:57:50.502574 [ 3 ] {aee56987-42b9-4506-9866-5ee3a8d8a340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
14838 | 2024.09.03 23:57:50.502937 [ 3 ] {aee56987-42b9-4506-9866-5ee3a8d8a340} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
14839 | 2024.09.03 23:57:50.503293 [ 3 ] {aee56987-42b9-4506-9866-5ee3a8d8a340} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14840 | 2024.09.03 23:57:50.503451 [ 3 ] {aee56987-42b9-4506-9866-5ee3a8d8a340} <Debug> executeQuery: Read 11 rows, 825.00 B in 0.001517 sec., 7251.153592617008 rows/sec., 531.09 KiB/sec. | ||
14841 | 2024.09.03 23:57:50.503754 [ 3 ] {aee56987-42b9-4506-9866-5ee3a8d8a340} <Debug> DynamicQueryHandler: Done processing query | ||
14842 | 2024.09.03 23:57:50.503813 [ 3 ] {aee56987-42b9-4506-9866-5ee3a8d8a340} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14843 | 2024.09.03 23:57:50.503882 [ 3 ] {} <Debug> HTTP-Session: 1195cbf0-c044-4345-829a-17ed078389dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14844 | 2024.09.03 23:57:50.504095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14845 | 2024.09.03 23:57:50.504159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14846 | 2024.09.03 23:57:50.504178 [ 3 ] {} <Debug> HTTP-Session: 68f3282b-78ff-48cb-a6bd-8dc690965a5f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14847 | 2024.09.03 23:57:50.504195 [ 3 ] {} <Debug> HTTP-Session: 68f3282b-78ff-48cb-a6bd-8dc690965a5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14848 | 2024.09.03 23:57:50.504209 [ 3 ] {} <Debug> HTTP-Session: 68f3282b-78ff-48cb-a6bd-8dc690965a5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14849 | 2024.09.03 23:57:50.504242 [ 3 ] {} <Trace> HTTP-Session: 68f3282b-78ff-48cb-a6bd-8dc690965a5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14850 | 2024.09.03 23:57:50.504349 [ 3 ] {6515c395-fcf4-4cf5-a4e6-9892e83543fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
14851 | 2024.09.03 23:57:50.504394 [ 3 ] {6515c395-fcf4-4cf5-a4e6-9892e83543fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14852 | 2024.09.03 23:57:50.504638 [ 3 ] {6515c395-fcf4-4cf5-a4e6-9892e83543fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14853 | 2024.09.03 23:57:50.504964 [ 3 ] {6515c395-fcf4-4cf5-a4e6-9892e83543fc} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14854 | 2024.09.03 23:57:50.505000 [ 3 ] {6515c395-fcf4-4cf5-a4e6-9892e83543fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
14855 | 2024.09.03 23:57:50.505348 [ 3 ] {6515c395-fcf4-4cf5-a4e6-9892e83543fc} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
14856 | 2024.09.03 23:57:50.505703 [ 3 ] {6515c395-fcf4-4cf5-a4e6-9892e83543fc} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14857 | 2024.09.03 23:57:50.505857 [ 3 ] {6515c395-fcf4-4cf5-a4e6-9892e83543fc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001531 sec., 9144.350097975179 rows/sec., 640.41 KiB/sec. | ||
14858 | 2024.09.03 23:57:50.506031 [ 3 ] {6515c395-fcf4-4cf5-a4e6-9892e83543fc} <Debug> DynamicQueryHandler: Done processing query | ||
14859 | 2024.09.03 23:57:50.506055 [ 3 ] {6515c395-fcf4-4cf5-a4e6-9892e83543fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14860 | 2024.09.03 23:57:50.506071 [ 3 ] {} <Debug> HTTP-Session: 68f3282b-78ff-48cb-a6bd-8dc690965a5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14861 | 2024.09.03 23:57:50.506178 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14862 | 2024.09.03 23:57:50.506225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14863 | 2024.09.03 23:57:50.506244 [ 3 ] {} <Debug> HTTP-Session: e393cf0b-5eae-417e-92b9-0a0a6fa6a47c Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14864 | 2024.09.03 23:57:50.506260 [ 3 ] {} <Debug> HTTP-Session: e393cf0b-5eae-417e-92b9-0a0a6fa6a47c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14865 | 2024.09.03 23:57:50.506274 [ 3 ] {} <Debug> HTTP-Session: e393cf0b-5eae-417e-92b9-0a0a6fa6a47c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14866 | 2024.09.03 23:57:50.506304 [ 3 ] {} <Trace> HTTP-Session: e393cf0b-5eae-417e-92b9-0a0a6fa6a47c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14867 | 2024.09.03 23:57:50.506400 [ 3 ] {a520d1a5-c4d9-498a-adb6-a8f9d201817a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
14868 | 2024.09.03 23:57:50.506442 [ 3 ] {a520d1a5-c4d9-498a-adb6-a8f9d201817a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
14869 | 2024.09.03 23:57:50.506664 [ 3 ] {a520d1a5-c4d9-498a-adb6-a8f9d201817a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14870 | 2024.09.03 23:57:50.506984 [ 3 ] {a520d1a5-c4d9-498a-adb6-a8f9d201817a} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14871 | 2024.09.03 23:57:50.507020 [ 3 ] {a520d1a5-c4d9-498a-adb6-a8f9d201817a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
14872 | 2024.09.03 23:57:50.507360 [ 3 ] {a520d1a5-c4d9-498a-adb6-a8f9d201817a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
14873 | 2024.09.03 23:57:50.507702 [ 3 ] {a520d1a5-c4d9-498a-adb6-a8f9d201817a} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14874 | 2024.09.03 23:57:50.507860 [ 3 ] {a520d1a5-c4d9-498a-adb6-a8f9d201817a} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001481 sec., 4051.3166779203243 rows/sec., 239.36 KiB/sec. | ||
14875 | 2024.09.03 23:57:50.508020 [ 3 ] {a520d1a5-c4d9-498a-adb6-a8f9d201817a} <Debug> DynamicQueryHandler: Done processing query | ||
14876 | 2024.09.03 23:57:50.508043 [ 3 ] {a520d1a5-c4d9-498a-adb6-a8f9d201817a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14877 | 2024.09.03 23:57:50.508058 [ 3 ] {} <Debug> HTTP-Session: e393cf0b-5eae-417e-92b9-0a0a6fa6a47c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14878 | 2024.09.03 23:57:50.508253 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 63634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14879 | 2024.09.03 23:57:50.508300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14880 | 2024.09.03 23:57:50.508319 [ 3 ] {} <Debug> HTTP-Session: a85bdaba-3fbc-4409-b55f-e7e344cc869f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14881 | 2024.09.03 23:57:50.508335 [ 3 ] {} <Debug> HTTP-Session: a85bdaba-3fbc-4409-b55f-e7e344cc869f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14882 | 2024.09.03 23:57:50.508348 [ 3 ] {} <Debug> HTTP-Session: a85bdaba-3fbc-4409-b55f-e7e344cc869f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14883 | 2024.09.03 23:57:50.508379 [ 3 ] {} <Trace> HTTP-Session: a85bdaba-3fbc-4409-b55f-e7e344cc869f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14884 | 2024.09.03 23:57:50.508595 [ 3 ] {45fce79c-97ba-4e3b-a05b-62e973e7d2c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14885 | 2024.09.03 23:57:50.508638 [ 3 ] {45fce79c-97ba-4e3b-a05b-62e973e7d2c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14886 | 2024.09.03 23:57:50.508859 [ 3 ] {45fce79c-97ba-4e3b-a05b-62e973e7d2c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14887 | 2024.09.03 23:57:50.509410 [ 3 ] {45fce79c-97ba-4e3b-a05b-62e973e7d2c8} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14888 | 2024.09.03 23:57:50.509446 [ 3 ] {45fce79c-97ba-4e3b-a05b-62e973e7d2c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
14889 | 2024.09.03 23:57:50.509860 [ 3 ] {45fce79c-97ba-4e3b-a05b-62e973e7d2c8} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
14890 | 2024.09.03 23:57:50.510208 [ 3 ] {45fce79c-97ba-4e3b-a05b-62e973e7d2c8} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14891 | 2024.09.03 23:57:50.510364 [ 3 ] {45fce79c-97ba-4e3b-a05b-62e973e7d2c8} <Debug> executeQuery: Read 393 rows, 28.57 KiB in 0.001872 sec., 209935.89743589744 rows/sec., 14.90 MiB/sec. | ||
14892 | 2024.09.03 23:57:50.510566 [ 3 ] {45fce79c-97ba-4e3b-a05b-62e973e7d2c8} <Debug> DynamicQueryHandler: Done processing query | ||
14893 | 2024.09.03 23:57:50.510604 [ 3 ] {45fce79c-97ba-4e3b-a05b-62e973e7d2c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
14894 | 2024.09.03 23:57:50.510637 [ 3 ] {} <Debug> HTTP-Session: a85bdaba-3fbc-4409-b55f-e7e344cc869f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14895 | 2024.09.03 23:57:50.510817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14896 | 2024.09.03 23:57:50.510872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14897 | 2024.09.03 23:57:50.510891 [ 3 ] {} <Debug> HTTP-Session: 8e53fc94-0810-4cdc-aa66-0b3063bcd816 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14898 | 2024.09.03 23:57:50.510908 [ 3 ] {} <Debug> HTTP-Session: 8e53fc94-0810-4cdc-aa66-0b3063bcd816 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14899 | 2024.09.03 23:57:50.510922 [ 3 ] {} <Debug> HTTP-Session: 8e53fc94-0810-4cdc-aa66-0b3063bcd816 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14900 | 2024.09.03 23:57:50.510953 [ 3 ] {} <Trace> HTTP-Session: 8e53fc94-0810-4cdc-aa66-0b3063bcd816 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14901 | 2024.09.03 23:57:50.511047 [ 3 ] {4f77168a-ef83-4a23-9b73-5dcf355de97a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14902 | 2024.09.03 23:57:50.511090 [ 3 ] {4f77168a-ef83-4a23-9b73-5dcf355de97a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14903 | 2024.09.03 23:57:50.511217 [ 3 ] {4f77168a-ef83-4a23-9b73-5dcf355de97a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14904 | 2024.09.03 23:57:50.511469 [ 3 ] {4f77168a-ef83-4a23-9b73-5dcf355de97a} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14905 | 2024.09.03 23:57:50.511505 [ 3 ] {4f77168a-ef83-4a23-9b73-5dcf355de97a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
14906 | 2024.09.03 23:57:50.511851 [ 3 ] {4f77168a-ef83-4a23-9b73-5dcf355de97a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
14907 | 2024.09.03 23:57:50.512164 [ 3 ] {4f77168a-ef83-4a23-9b73-5dcf355de97a} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14908 | 2024.09.03 23:57:50.512314 [ 42 ] {} <Debug> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
14909 | 2024.09.03 23:57:50.512316 [ 3 ] {4f77168a-ef83-4a23-9b73-5dcf355de97a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001286 sec., 4665.629860031104 rows/sec., 243.76 KiB/sec. | ||
14910 | 2024.09.03 23:57:50.512397 [ 42 ] {} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14911 | 2024.09.03 23:57:50.512463 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
14912 | 2024.09.03 23:57:50.512684 [ 3 ] {4f77168a-ef83-4a23-9b73-5dcf355de97a} <Debug> DynamicQueryHandler: Done processing query | ||
14913 | 2024.09.03 23:57:50.512764 [ 3 ] {4f77168a-ef83-4a23-9b73-5dcf355de97a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14914 | 2024.09.03 23:57:50.512826 [ 3 ] {} <Debug> HTTP-Session: 8e53fc94-0810-4cdc-aa66-0b3063bcd816 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14915 | 2024.09.03 23:57:50.512868 [ 195 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
14916 | 2024.09.03 23:57:50.513162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 45031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14917 | 2024.09.03 23:57:50.513345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14918 | 2024.09.03 23:57:50.513433 [ 3 ] {} <Debug> HTTP-Session: aafeb2e0-6c2c-46a8-94f7-63a1c32567ca Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14919 | 2024.09.03 23:57:50.513516 [ 3 ] {} <Debug> HTTP-Session: aafeb2e0-6c2c-46a8-94f7-63a1c32567ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14920 | 2024.09.03 23:57:50.513588 [ 3 ] {} <Debug> HTTP-Session: aafeb2e0-6c2c-46a8-94f7-63a1c32567ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14921 | 2024.09.03 23:57:50.513612 [ 195 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14922 | 2024.09.03 23:57:50.513738 [ 3 ] {} <Trace> HTTP-Session: aafeb2e0-6c2c-46a8-94f7-63a1c32567ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14923 | 2024.09.03 23:57:50.513754 [ 195 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
14924 | 2024.09.03 23:57:50.514103 [ 195 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
14925 | 2024.09.03 23:57:50.514311 [ 195 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
14926 | 2024.09.03 23:57:50.514324 [ 3 ] {5ec49786-65b3-43d0-9119-67ca153e3175} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14927 | 2024.09.03 23:57:50.514596 [ 3 ] {5ec49786-65b3-43d0-9119-67ca153e3175} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14928 | 2024.09.03 23:57:50.514641 [ 195 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
14929 | 2024.09.03 23:57:50.514984 [ 195 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
14930 | 2024.09.03 23:57:50.515279 [ 195 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
14931 | 2024.09.03 23:57:50.516065 [ 3 ] {5ec49786-65b3-43d0-9119-67ca153e3175} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14932 | 2024.09.03 23:57:50.517079 [ 3 ] {5ec49786-65b3-43d0-9119-67ca153e3175} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14933 | 2024.09.03 23:57:50.517141 [ 3 ] {5ec49786-65b3-43d0-9119-67ca153e3175} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
14934 | 2024.09.03 23:57:50.518289 [ 3 ] {5ec49786-65b3-43d0-9119-67ca153e3175} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
14935 | 2024.09.03 23:57:50.518297 [ 189 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.005712283 sec., 37813.25259970488 rows/sec., 1.93 MiB/sec. | ||
14936 | 2024.09.03 23:57:50.518571 [ 193 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
14937 | 2024.09.03 23:57:50.518926 [ 3 ] {5ec49786-65b3-43d0-9119-67ca153e3175} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14938 | 2024.09.03 23:57:50.519389 [ 3 ] {5ec49786-65b3-43d0-9119-67ca153e3175} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.005313 sec., 44984.001505740634 rows/sec., 3.02 MiB/sec. | ||
14939 | 2024.09.03 23:57:50.519680 [ 193 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_36_7} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14940 | 2024.09.03 23:57:50.519788 [ 3 ] {5ec49786-65b3-43d0-9119-67ca153e3175} <Debug> DynamicQueryHandler: Done processing query | ||
14941 | 2024.09.03 23:57:50.519825 [ 193 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_36_7} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
14942 | 2024.09.03 23:57:50.519832 [ 3 ] {5ec49786-65b3-43d0-9119-67ca153e3175} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
14943 | 2024.09.03 23:57:50.519874 [ 3 ] {} <Debug> HTTP-Session: aafeb2e0-6c2c-46a8-94f7-63a1c32567ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14944 | 2024.09.03 23:57:50.520004 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
14945 | 2024.09.03 23:57:50.520061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14946 | 2024.09.03 23:57:50.520116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14947 | 2024.09.03 23:57:50.520136 [ 3 ] {} <Debug> HTTP-Session: 5c46c8d3-1c22-488a-8462-076ac031b76e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14948 | 2024.09.03 23:57:50.520153 [ 3 ] {} <Debug> HTTP-Session: 5c46c8d3-1c22-488a-8462-076ac031b76e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14949 | 2024.09.03 23:57:50.520166 [ 3 ] {} <Debug> HTTP-Session: 5c46c8d3-1c22-488a-8462-076ac031b76e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14950 | 2024.09.03 23:57:50.520199 [ 3 ] {} <Trace> HTTP-Session: 5c46c8d3-1c22-488a-8462-076ac031b76e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14951 | 2024.09.03 23:57:50.520299 [ 3 ] {88c64b3b-34d9-4d05-b71c-cda9e0a9bab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
14952 | 2024.09.03 23:57:50.520349 [ 3 ] {88c64b3b-34d9-4d05-b71c-cda9e0a9bab1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
14953 | 2024.09.03 23:57:50.520504 [ 3 ] {88c64b3b-34d9-4d05-b71c-cda9e0a9bab1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14954 | 2024.09.03 23:57:50.520765 [ 3 ] {88c64b3b-34d9-4d05-b71c-cda9e0a9bab1} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14955 | 2024.09.03 23:57:50.520801 [ 3 ] {88c64b3b-34d9-4d05-b71c-cda9e0a9bab1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
14956 | 2024.09.03 23:57:50.521162 [ 3 ] {88c64b3b-34d9-4d05-b71c-cda9e0a9bab1} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
14957 | 2024.09.03 23:57:50.521495 [ 3 ] {88c64b3b-34d9-4d05-b71c-cda9e0a9bab1} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14958 | 2024.09.03 23:57:50.521651 [ 3 ] {88c64b3b-34d9-4d05-b71c-cda9e0a9bab1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001367 sec., 731.528895391368 rows/sec., 49.29 KiB/sec. | ||
14959 | 2024.09.03 23:57:50.521937 [ 3 ] {88c64b3b-34d9-4d05-b71c-cda9e0a9bab1} <Debug> DynamicQueryHandler: Done processing query | ||
14960 | 2024.09.03 23:57:50.521981 [ 3 ] {88c64b3b-34d9-4d05-b71c-cda9e0a9bab1} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
14961 | 2024.09.03 23:57:50.522005 [ 3 ] {} <Debug> HTTP-Session: 5c46c8d3-1c22-488a-8462-076ac031b76e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14962 | 2024.09.03 23:57:50.522172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12119, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14963 | 2024.09.03 23:57:50.522221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14964 | 2024.09.03 23:57:50.522240 [ 3 ] {} <Debug> HTTP-Session: 42618bee-7483-4afc-b7c2-a56afbe9b4a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14965 | 2024.09.03 23:57:50.522258 [ 3 ] {} <Debug> HTTP-Session: 42618bee-7483-4afc-b7c2-a56afbe9b4a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14966 | 2024.09.03 23:57:50.522271 [ 3 ] {} <Debug> HTTP-Session: 42618bee-7483-4afc-b7c2-a56afbe9b4a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14967 | 2024.09.03 23:57:50.522302 [ 3 ] {} <Trace> HTTP-Session: 42618bee-7483-4afc-b7c2-a56afbe9b4a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14968 | 2024.09.03 23:57:50.522461 [ 3 ] {434bf028-5922-4be4-b576-82df5e929152} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
14969 | 2024.09.03 23:57:50.522528 [ 3 ] {434bf028-5922-4be4-b576-82df5e929152} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
14970 | 2024.09.03 23:57:50.522955 [ 3 ] {434bf028-5922-4be4-b576-82df5e929152} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14971 | 2024.09.03 23:57:50.523437 [ 3 ] {434bf028-5922-4be4-b576-82df5e929152} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14972 | 2024.09.03 23:57:50.523472 [ 3 ] {434bf028-5922-4be4-b576-82df5e929152} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
14973 | 2024.09.03 23:57:50.524068 [ 3 ] {434bf028-5922-4be4-b576-82df5e929152} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
14974 | 2024.09.03 23:57:50.524477 [ 3 ] {434bf028-5922-4be4-b576-82df5e929152} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14975 | 2024.09.03 23:57:50.524656 [ 3 ] {434bf028-5922-4be4-b576-82df5e929152} <Debug> executeQuery: Read 7 rows, 12.84 KiB in 0.002279 sec., 3071.5225976305396 rows/sec., 5.50 MiB/sec. | ||
14976 | 2024.09.03 23:57:50.524891 [ 3 ] {434bf028-5922-4be4-b576-82df5e929152} <Debug> DynamicQueryHandler: Done processing query | ||
14977 | 2024.09.03 23:57:50.524915 [ 3 ] {434bf028-5922-4be4-b576-82df5e929152} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
14978 | 2024.09.03 23:57:50.524931 [ 3 ] {} <Debug> HTTP-Session: 42618bee-7483-4afc-b7c2-a56afbe9b4a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14979 | 2024.09.03 23:57:50.525060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14980 | 2024.09.03 23:57:50.525110 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14981 | 2024.09.03 23:57:50.525130 [ 3 ] {} <Debug> HTTP-Session: 8610acaa-0bcf-42c7-a560-452eb610057c Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14982 | 2024.09.03 23:57:50.525146 [ 3 ] {} <Debug> HTTP-Session: 8610acaa-0bcf-42c7-a560-452eb610057c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14983 | 2024.09.03 23:57:50.525160 [ 3 ] {} <Debug> HTTP-Session: 8610acaa-0bcf-42c7-a560-452eb610057c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14984 | 2024.09.03 23:57:50.525191 [ 3 ] {} <Trace> HTTP-Session: 8610acaa-0bcf-42c7-a560-452eb610057c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14985 | 2024.09.03 23:57:50.525315 [ 3 ] {3a6777a2-71b6-433d-a85a-000dbde83919} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14986 | 2024.09.03 23:57:50.525359 [ 3 ] {3a6777a2-71b6-433d-a85a-000dbde83919} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14987 | 2024.09.03 23:57:50.525486 [ 3 ] {3a6777a2-71b6-433d-a85a-000dbde83919} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14988 | 2024.09.03 23:57:50.525807 [ 3 ] {3a6777a2-71b6-433d-a85a-000dbde83919} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14989 | 2024.09.03 23:57:50.525841 [ 3 ] {3a6777a2-71b6-433d-a85a-000dbde83919} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
14990 | 2024.09.03 23:57:50.526194 [ 3 ] {3a6777a2-71b6-433d-a85a-000dbde83919} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
14991 | 2024.09.03 23:57:50.526535 [ 3 ] {3a6777a2-71b6-433d-a85a-000dbde83919} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14992 | 2024.09.03 23:57:50.526689 [ 3 ] {3a6777a2-71b6-433d-a85a-000dbde83919} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001419 sec., 57787.17406624384 rows/sec., 3.67 MiB/sec. | ||
14993 | 2024.09.03 23:57:50.526853 [ 3 ] {3a6777a2-71b6-433d-a85a-000dbde83919} <Debug> DynamicQueryHandler: Done processing query | ||
14994 | 2024.09.03 23:57:50.526877 [ 3 ] {3a6777a2-71b6-433d-a85a-000dbde83919} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14995 | 2024.09.03 23:57:50.526893 [ 3 ] {} <Debug> HTTP-Session: 8610acaa-0bcf-42c7-a560-452eb610057c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14996 | 2024.09.03 23:57:55.522314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14997 | 2024.09.03 23:57:55.522461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14998 | 2024.09.03 23:57:55.522492 [ 3 ] {} <Debug> HTTP-Session: 751308bf-bbed-4727-97f3-01af51aaf3ca Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
14999 | 2024.09.03 23:57:55.522521 [ 3 ] {} <Debug> HTTP-Session: 751308bf-bbed-4727-97f3-01af51aaf3ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15000 | 2024.09.03 23:57:55.522540 [ 3 ] {} <Debug> HTTP-Session: 751308bf-bbed-4727-97f3-01af51aaf3ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15001 | 2024.09.03 23:57:55.522596 [ 3 ] {} <Trace> HTTP-Session: 751308bf-bbed-4727-97f3-01af51aaf3ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15002 | 2024.09.03 23:57:55.522805 [ 3 ] {e4277900-f01b-4b90-8487-5e85f77f1495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15003 | 2024.09.03 23:57:55.522883 [ 3 ] {e4277900-f01b-4b90-8487-5e85f77f1495} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15004 | 2024.09.03 23:57:55.523260 [ 3 ] {e4277900-f01b-4b90-8487-5e85f77f1495} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15005 | 2024.09.03 23:57:55.523709 [ 3 ] {e4277900-f01b-4b90-8487-5e85f77f1495} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15006 | 2024.09.03 23:57:55.523757 [ 3 ] {e4277900-f01b-4b90-8487-5e85f77f1495} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15007 | 2024.09.03 23:57:55.524172 [ 3 ] {e4277900-f01b-4b90-8487-5e85f77f1495} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
15008 | 2024.09.03 23:57:55.524551 [ 3 ] {e4277900-f01b-4b90-8487-5e85f77f1495} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15009 | 2024.09.03 23:57:55.524746 [ 3 ] {e4277900-f01b-4b90-8487-5e85f77f1495} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001998 sec., 3003.0030030030025 rows/sec., 244.87 KiB/sec. | ||
15010 | 2024.09.03 23:57:55.524984 [ 3 ] {e4277900-f01b-4b90-8487-5e85f77f1495} <Debug> DynamicQueryHandler: Done processing query | ||
15011 | 2024.09.03 23:57:55.525012 [ 3 ] {e4277900-f01b-4b90-8487-5e85f77f1495} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15012 | 2024.09.03 23:57:55.525028 [ 3 ] {} <Debug> HTTP-Session: 751308bf-bbed-4727-97f3-01af51aaf3ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15013 | 2024.09.03 23:57:55.525344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 188128, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15014 | 2024.09.03 23:57:55.525400 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15015 | 2024.09.03 23:57:55.525420 [ 3 ] {} <Debug> HTTP-Session: f964186c-8887-4d02-a7ea-3af27378a681 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15016 | 2024.09.03 23:57:55.525438 [ 3 ] {} <Debug> HTTP-Session: f964186c-8887-4d02-a7ea-3af27378a681 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15017 | 2024.09.03 23:57:55.525452 [ 3 ] {} <Debug> HTTP-Session: f964186c-8887-4d02-a7ea-3af27378a681 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15018 | 2024.09.03 23:57:55.525489 [ 3 ] {} <Trace> HTTP-Session: f964186c-8887-4d02-a7ea-3af27378a681 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15019 | 2024.09.03 23:57:55.525981 [ 3 ] {1b85aff3-0446-4c86-b386-1b443a4e17fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15020 | 2024.09.03 23:57:55.526031 [ 3 ] {1b85aff3-0446-4c86-b386-1b443a4e17fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15021 | 2024.09.03 23:57:55.526271 [ 3 ] {1b85aff3-0446-4c86-b386-1b443a4e17fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15022 | 2024.09.03 23:57:55.527490 [ 3 ] {1b85aff3-0446-4c86-b386-1b443a4e17fa} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15023 | 2024.09.03 23:57:55.527530 [ 3 ] {1b85aff3-0446-4c86-b386-1b443a4e17fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15024 | 2024.09.03 23:57:55.527976 [ 3 ] {1b85aff3-0446-4c86-b386-1b443a4e17fa} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
15025 | 2024.09.03 23:57:55.528336 [ 3 ] {1b85aff3-0446-4c86-b386-1b443a4e17fa} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15026 | 2024.09.03 23:57:55.528483 [ 3 ] {1b85aff3-0446-4c86-b386-1b443a4e17fa} <Debug> executeQuery: Read 1291 rows, 109.92 KiB in 0.002834 sec., 455539.87297106563 rows/sec., 37.88 MiB/sec. | ||
15027 | 2024.09.03 23:57:55.528566 [ 37 ] {} <Debug> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
15028 | 2024.09.03 23:57:55.528698 [ 37 ] {} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15029 | 2024.09.03 23:57:55.528749 [ 3 ] {1b85aff3-0446-4c86-b386-1b443a4e17fa} <Debug> DynamicQueryHandler: Done processing query | ||
15030 | 2024.09.03 23:57:55.528758 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15031 | 2024.09.03 23:57:55.528793 [ 3 ] {1b85aff3-0446-4c86-b386-1b443a4e17fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.99 MiB. | ||
15032 | 2024.09.03 23:57:55.528831 [ 3 ] {} <Debug> HTTP-Session: f964186c-8887-4d02-a7ea-3af27378a681 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15033 | 2024.09.03 23:57:55.528993 [ 189 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::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 | ||
15034 | 2024.09.03 23:57:55.529130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 7487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15035 | 2024.09.03 23:57:55.529338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15036 | 2024.09.03 23:57:55.529455 [ 3 ] {} <Debug> HTTP-Session: adf58ed2-2bfa-4d77-9c2f-db5805ffd366 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15037 | 2024.09.03 23:57:55.529556 [ 3 ] {} <Debug> HTTP-Session: adf58ed2-2bfa-4d77-9c2f-db5805ffd366 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15038 | 2024.09.03 23:57:55.529649 [ 3 ] {} <Debug> HTTP-Session: adf58ed2-2bfa-4d77-9c2f-db5805ffd366 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15039 | 2024.09.03 23:57:55.529719 [ 189 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15040 | 2024.09.03 23:57:55.529821 [ 3 ] {} <Trace> HTTP-Session: adf58ed2-2bfa-4d77-9c2f-db5805ffd366 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15041 | 2024.09.03 23:57:55.529851 [ 189 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1491 rows starting from the beginning of the part | ||
15042 | 2024.09.03 23:57:55.530305 [ 189 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 150 rows starting from the beginning of the part | ||
15043 | 2024.09.03 23:57:55.530496 [ 3 ] {09aa04f3-06cb-4860-892a-13794a16ac6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15044 | 2024.09.03 23:57:55.530774 [ 3 ] {09aa04f3-06cb-4860-892a-13794a16ac6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15045 | 2024.09.03 23:57:55.530927 [ 189 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 205 rows starting from the beginning of the part | ||
15046 | 2024.09.03 23:57:55.531415 [ 189 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 150 rows starting from the beginning of the part | ||
15047 | 2024.09.03 23:57:55.531826 [ 189 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 205 rows starting from the beginning of the part | ||
15048 | 2024.09.03 23:57:55.532185 [ 189 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 1291 rows starting from the beginning of the part | ||
15049 | 2024.09.03 23:57:55.532654 [ 3 ] {09aa04f3-06cb-4860-892a-13794a16ac6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15050 | 2024.09.03 23:57:55.533527 [ 3 ] {09aa04f3-06cb-4860-892a-13794a16ac6b} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15051 | 2024.09.03 23:57:55.533576 [ 3 ] {09aa04f3-06cb-4860-892a-13794a16ac6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15052 | 2024.09.03 23:57:55.534426 [ 3 ] {09aa04f3-06cb-4860-892a-13794a16ac6b} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
15053 | 2024.09.03 23:57:55.535160 [ 3 ] {09aa04f3-06cb-4860-892a-13794a16ac6b} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15054 | 2024.09.03 23:57:55.535383 [ 3 ] {09aa04f3-06cb-4860-892a-13794a16ac6b} <Debug> executeQuery: Read 52 rows, 3.88 KiB in 0.005244 sec., 9916.094584286804 rows/sec., 739.50 KiB/sec. | ||
15055 | 2024.09.03 23:57:55.535858 [ 3 ] {09aa04f3-06cb-4860-892a-13794a16ac6b} <Debug> DynamicQueryHandler: Done processing query | ||
15056 | 2024.09.03 23:57:55.535947 [ 3 ] {09aa04f3-06cb-4860-892a-13794a16ac6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
15057 | 2024.09.03 23:57:55.536019 [ 3 ] {} <Debug> HTTP-Session: adf58ed2-2bfa-4d77-9c2f-db5805ffd366 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15058 | 2024.09.03 23:57:55.536422 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15059 | 2024.09.03 23:57:55.536653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15060 | 2024.09.03 23:57:55.536757 [ 3 ] {} <Debug> HTTP-Session: 82cab382-0f1a-4396-83ab-d8641e1b1ad4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15061 | 2024.09.03 23:57:55.536764 [ 189 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3492 rows, containing 5 columns (5 merged, 0 gathered) in 0.007844279 sec., 445165.19618947775 rows/sec., 39.15 MiB/sec. | ||
15062 | 2024.09.03 23:57:55.536841 [ 3 ] {} <Debug> HTTP-Session: 82cab382-0f1a-4396-83ab-d8641e1b1ad4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15063 | 2024.09.03 23:57:55.536940 [ 3 ] {} <Debug> HTTP-Session: 82cab382-0f1a-4396-83ab-d8641e1b1ad4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15064 | 2024.09.03 23:57:55.537153 [ 3 ] {} <Trace> HTTP-Session: 82cab382-0f1a-4396-83ab-d8641e1b1ad4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15065 | 2024.09.03 23:57:55.537230 [ 189 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
15066 | 2024.09.03 23:57:55.537849 [ 3 ] {b2191b78-89c4-4667-9b39-6d1d96470468} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
15067 | 2024.09.03 23:57:55.537997 [ 3 ] {b2191b78-89c4-4667-9b39-6d1d96470468} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15068 | 2024.09.03 23:57:55.538708 [ 189 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_76_15} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15069 | 2024.09.03 23:57:55.538750 [ 3 ] {b2191b78-89c4-4667-9b39-6d1d96470468} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15070 | 2024.09.03 23:57:55.538924 [ 189 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_76_15} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
15071 | 2024.09.03 23:57:55.539057 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
15072 | 2024.09.03 23:57:55.539391 [ 3 ] {b2191b78-89c4-4667-9b39-6d1d96470468} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15073 | 2024.09.03 23:57:55.539432 [ 3 ] {b2191b78-89c4-4667-9b39-6d1d96470468} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15074 | 2024.09.03 23:57:55.539805 [ 3 ] {b2191b78-89c4-4667-9b39-6d1d96470468} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
15075 | 2024.09.03 23:57:55.540169 [ 3 ] {b2191b78-89c4-4667-9b39-6d1d96470468} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15076 | 2024.09.03 23:57:55.540298 [ 3 ] {b2191b78-89c4-4667-9b39-6d1d96470468} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002798 sec., 81486.7762687634 rows/sec., 5.52 MiB/sec. | ||
15077 | 2024.09.03 23:57:55.540478 [ 3 ] {b2191b78-89c4-4667-9b39-6d1d96470468} <Debug> DynamicQueryHandler: Done processing query | ||
15078 | 2024.09.03 23:57:55.540502 [ 3 ] {b2191b78-89c4-4667-9b39-6d1d96470468} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
15079 | 2024.09.03 23:57:55.540517 [ 3 ] {} <Debug> HTTP-Session: 82cab382-0f1a-4396-83ab-d8641e1b1ad4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15080 | 2024.09.03 23:57:55.540753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 94714, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15081 | 2024.09.03 23:57:55.540803 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15082 | 2024.09.03 23:57:55.540821 [ 3 ] {} <Debug> HTTP-Session: 25291bae-6fb1-403c-aac4-18762b3e07b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15083 | 2024.09.03 23:57:55.540838 [ 3 ] {} <Debug> HTTP-Session: 25291bae-6fb1-403c-aac4-18762b3e07b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15084 | 2024.09.03 23:57:55.540852 [ 3 ] {} <Debug> HTTP-Session: 25291bae-6fb1-403c-aac4-18762b3e07b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15085 | 2024.09.03 23:57:55.540884 [ 3 ] {} <Trace> HTTP-Session: 25291bae-6fb1-403c-aac4-18762b3e07b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15086 | 2024.09.03 23:57:55.541281 [ 3 ] {bb3458c6-00e8-41de-9eca-edf93268065a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15087 | 2024.09.03 23:57:55.541324 [ 3 ] {bb3458c6-00e8-41de-9eca-edf93268065a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15088 | 2024.09.03 23:57:55.541545 [ 3 ] {bb3458c6-00e8-41de-9eca-edf93268065a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15089 | 2024.09.03 23:57:55.542259 [ 3 ] {bb3458c6-00e8-41de-9eca-edf93268065a} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15090 | 2024.09.03 23:57:55.542294 [ 3 ] {bb3458c6-00e8-41de-9eca-edf93268065a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15091 | 2024.09.03 23:57:55.542672 [ 3 ] {bb3458c6-00e8-41de-9eca-edf93268065a} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
15092 | 2024.09.03 23:57:55.543030 [ 3 ] {bb3458c6-00e8-41de-9eca-edf93268065a} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15093 | 2024.09.03 23:57:55.543155 [ 3 ] {bb3458c6-00e8-41de-9eca-edf93268065a} <Debug> executeQuery: Read 572 rows, 43.58 KiB in 0.002169 sec., 263715.9981558322 rows/sec., 19.62 MiB/sec. | ||
15094 | 2024.09.03 23:57:55.543159 [ 36 ] {} <Debug> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
15095 | 2024.09.03 23:57:55.543223 [ 36 ] {} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15096 | 2024.09.03 23:57:55.543261 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15097 | 2024.09.03 23:57:55.543378 [ 3 ] {bb3458c6-00e8-41de-9eca-edf93268065a} <Debug> DynamicQueryHandler: Done processing query | ||
15098 | 2024.09.03 23:57:55.543434 [ 3 ] {bb3458c6-00e8-41de-9eca-edf93268065a} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
15099 | 2024.09.03 23:57:55.543468 [ 3 ] {} <Debug> HTTP-Session: 25291bae-6fb1-403c-aac4-18762b3e07b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15100 | 2024.09.03 23:57:55.543482 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::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 | ||
15101 | 2024.09.03 23:57:55.543689 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15102 | 2024.09.03 23:57:55.543729 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1089 rows starting from the beginning of the part | ||
15103 | 2024.09.03 23:57:55.543936 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 120 rows starting from the beginning of the part | ||
15104 | 2024.09.03 23:57:55.543945 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 161170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15105 | 2024.09.03 23:57:55.544139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15106 | 2024.09.03 23:57:55.544241 [ 3 ] {} <Debug> HTTP-Session: 42cff20e-fce1-48d6-9d88-09c4b6e963f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15107 | 2024.09.03 23:57:55.544231 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 393 rows starting from the beginning of the part | ||
15108 | 2024.09.03 23:57:55.544286 [ 3 ] {} <Debug> HTTP-Session: 42cff20e-fce1-48d6-9d88-09c4b6e963f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15109 | 2024.09.03 23:57:55.544320 [ 3 ] {} <Debug> HTTP-Session: 42cff20e-fce1-48d6-9d88-09c4b6e963f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15110 | 2024.09.03 23:57:55.544466 [ 3 ] {} <Trace> HTTP-Session: 42cff20e-fce1-48d6-9d88-09c4b6e963f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15111 | 2024.09.03 23:57:55.544539 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 114 rows starting from the beginning of the part | ||
15112 | 2024.09.03 23:57:55.544812 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 393 rows starting from the beginning of the part | ||
15113 | 2024.09.03 23:57:55.544932 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 572 rows starting from the beginning of the part | ||
15114 | 2024.09.03 23:57:55.545129 [ 3 ] {83236136-abb7-492a-8285-93daea46dd5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15115 | 2024.09.03 23:57:55.545347 [ 3 ] {83236136-abb7-492a-8285-93daea46dd5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15116 | 2024.09.03 23:57:55.545857 [ 3 ] {83236136-abb7-492a-8285-93daea46dd5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15117 | 2024.09.03 23:57:55.547066 [ 3 ] {83236136-abb7-492a-8285-93daea46dd5b} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15118 | 2024.09.03 23:57:55.547108 [ 3 ] {83236136-abb7-492a-8285-93daea46dd5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15119 | 2024.09.03 23:57:55.547846 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2681 rows, containing 5 columns (5 merged, 0 gathered) in 0.004496047 sec., 596301.5956016474 rows/sec., 45.88 MiB/sec. | ||
15120 | 2024.09.03 23:57:55.548058 [ 3 ] {83236136-abb7-492a-8285-93daea46dd5b} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
15121 | 2024.09.03 23:57:55.548081 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
15122 | 2024.09.03 23:57:55.548985 [ 3 ] {83236136-abb7-492a-8285-93daea46dd5b} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15123 | 2024.09.03 23:57:55.549114 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_76_15} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15124 | 2024.09.03 23:57:55.549234 [ 36 ] {} <Debug> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
15125 | 2024.09.03 23:57:55.549320 [ 3 ] {83236136-abb7-492a-8285-93daea46dd5b} <Debug> executeQuery: Read 847 rows, 58.38 KiB in 0.004587 sec., 184652.27817745804 rows/sec., 12.43 MiB/sec. | ||
15126 | 2024.09.03 23:57:55.549337 [ 36 ] {} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15127 | 2024.09.03 23:57:55.549402 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15128 | 2024.09.03 23:57:55.549424 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_76_15} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
15129 | 2024.09.03 23:57:55.549801 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
15130 | 2024.09.03 23:57:55.549870 [ 188 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::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 | ||
15131 | 2024.09.03 23:57:55.549887 [ 3 ] {83236136-abb7-492a-8285-93daea46dd5b} <Debug> DynamicQueryHandler: Done processing query | ||
15132 | 2024.09.03 23:57:55.549936 [ 3 ] {83236136-abb7-492a-8285-93daea46dd5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
15133 | 2024.09.03 23:57:55.549977 [ 3 ] {} <Debug> HTTP-Session: 42cff20e-fce1-48d6-9d88-09c4b6e963f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15134 | 2024.09.03 23:57:55.550086 [ 188 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15135 | 2024.09.03 23:57:55.550122 [ 188 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 22220 rows starting from the beginning of the part | ||
15136 | 2024.09.03 23:57:55.550231 [ 188 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::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 | ||
15137 | 2024.09.03 23:57:55.550460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 76664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15138 | 2024.09.03 23:57:55.550549 [ 188 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 239 rows starting from the beginning of the part | ||
15139 | 2024.09.03 23:57:55.550596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15140 | 2024.09.03 23:57:55.550683 [ 3 ] {} <Debug> HTTP-Session: 2a51556d-152e-4eb1-99a9-13270992b5ef Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15141 | 2024.09.03 23:57:55.550769 [ 3 ] {} <Debug> HTTP-Session: 2a51556d-152e-4eb1-99a9-13270992b5ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15142 | 2024.09.03 23:57:55.550853 [ 3 ] {} <Debug> HTTP-Session: 2a51556d-152e-4eb1-99a9-13270992b5ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15143 | 2024.09.03 23:57:55.550897 [ 188 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 162 rows starting from the beginning of the part | ||
15144 | 2024.09.03 23:57:55.550945 [ 3 ] {} <Trace> HTTP-Session: 2a51556d-152e-4eb1-99a9-13270992b5ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15145 | 2024.09.03 23:57:55.551112 [ 188 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 239 rows starting from the beginning of the part | ||
15146 | 2024.09.03 23:57:55.551391 [ 188 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 847 rows starting from the beginning of the part | ||
15147 | 2024.09.03 23:57:55.551722 [ 3 ] {c9902e2b-6ef4-41d7-9d3c-12b3cec4a609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
15148 | 2024.09.03 23:57:55.551935 [ 3 ] {c9902e2b-6ef4-41d7-9d3c-12b3cec4a609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
15149 | 2024.09.03 23:57:55.552976 [ 3 ] {c9902e2b-6ef4-41d7-9d3c-12b3cec4a609} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15150 | 2024.09.03 23:57:55.554666 [ 3 ] {c9902e2b-6ef4-41d7-9d3c-12b3cec4a609} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15151 | 2024.09.03 23:57:55.554722 [ 3 ] {c9902e2b-6ef4-41d7-9d3c-12b3cec4a609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15152 | 2024.09.03 23:57:55.556212 [ 3 ] {c9902e2b-6ef4-41d7-9d3c-12b3cec4a609} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
15153 | 2024.09.03 23:57:55.556912 [ 3 ] {c9902e2b-6ef4-41d7-9d3c-12b3cec4a609} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15154 | 2024.09.03 23:57:55.557091 [ 3 ] {c9902e2b-6ef4-41d7-9d3c-12b3cec4a609} <Debug> executeQuery: Read 46 rows, 84.41 KiB in 0.005857 sec., 7853.850093904729 rows/sec., 14.07 MiB/sec. | ||
15155 | 2024.09.03 23:57:55.557388 [ 3 ] {c9902e2b-6ef4-41d7-9d3c-12b3cec4a609} <Debug> DynamicQueryHandler: Done processing query | ||
15156 | 2024.09.03 23:57:55.557415 [ 3 ] {c9902e2b-6ef4-41d7-9d3c-12b3cec4a609} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
15157 | 2024.09.03 23:57:55.557431 [ 3 ] {} <Debug> HTTP-Session: 2a51556d-152e-4eb1-99a9-13270992b5ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15158 | 2024.09.03 23:57:55.557614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15159 | 2024.09.03 23:57:55.557706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15160 | 2024.09.03 23:57:55.557729 [ 3 ] {} <Debug> HTTP-Session: 0adbca4c-6750-411f-92e3-0bddbab63b3b Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15161 | 2024.09.03 23:57:55.557746 [ 3 ] {} <Debug> HTTP-Session: 0adbca4c-6750-411f-92e3-0bddbab63b3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15162 | 2024.09.03 23:57:55.557760 [ 3 ] {} <Debug> HTTP-Session: 0adbca4c-6750-411f-92e3-0bddbab63b3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15163 | 2024.09.03 23:57:55.557807 [ 3 ] {} <Trace> HTTP-Session: 0adbca4c-6750-411f-92e3-0bddbab63b3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15164 | 2024.09.03 23:57:55.557978 [ 3 ] {6e0cab7a-c92b-4c87-ae86-3bfeb2885768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15165 | 2024.09.03 23:57:55.558026 [ 3 ] {6e0cab7a-c92b-4c87-ae86-3bfeb2885768} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15166 | 2024.09.03 23:57:55.558228 [ 3 ] {6e0cab7a-c92b-4c87-ae86-3bfeb2885768} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15167 | 2024.09.03 23:57:55.558782 [ 3 ] {6e0cab7a-c92b-4c87-ae86-3bfeb2885768} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15168 | 2024.09.03 23:57:55.558828 [ 3 ] {6e0cab7a-c92b-4c87-ae86-3bfeb2885768} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15169 | 2024.09.03 23:57:55.559276 [ 3 ] {6e0cab7a-c92b-4c87-ae86-3bfeb2885768} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
15170 | 2024.09.03 23:57:55.559700 [ 3 ] {6e0cab7a-c92b-4c87-ae86-3bfeb2885768} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15171 | 2024.09.03 23:57:55.559930 [ 36 ] {} <Debug> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
15172 | 2024.09.03 23:57:55.559996 [ 3 ] {6e0cab7a-c92b-4c87-ae86-3bfeb2885768} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002045 sec., 29339.853300733495 rows/sec., 1.98 MiB/sec. | ||
15173 | 2024.09.03 23:57:55.560010 [ 36 ] {} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15174 | 2024.09.03 23:57:55.560102 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15175 | 2024.09.03 23:57:55.560603 [ 192 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
15176 | 2024.09.03 23:57:55.560710 [ 198 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23868 rows, containing 5 columns (5 merged, 0 gathered) in 0.01115559 sec., 2139555.146791877 rows/sec., 144.35 MiB/sec. | ||
15177 | 2024.09.03 23:57:55.560769 [ 3 ] {6e0cab7a-c92b-4c87-ae86-3bfeb2885768} <Debug> DynamicQueryHandler: Done processing query | ||
15178 | 2024.09.03 23:57:55.560825 [ 3 ] {6e0cab7a-c92b-4c87-ae86-3bfeb2885768} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15179 | 2024.09.03 23:57:55.560874 [ 3 ] {} <Debug> HTTP-Session: 0adbca4c-6750-411f-92e3-0bddbab63b3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15180 | 2024.09.03 23:57:55.560953 [ 192 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15181 | 2024.09.03 23:57:55.560989 [ 192 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4462 rows starting from the beginning of the part | ||
15182 | 2024.09.03 23:57:55.561101 [ 192 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
15183 | 2024.09.03 23:57:55.561343 [ 192 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
15184 | 2024.09.03 23:57:55.561501 [ 192 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
15185 | 2024.09.03 23:57:55.561581 [ 198 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
15186 | 2024.09.03 23:57:55.561871 [ 192 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
15187 | 2024.09.03 23:57:55.562071 [ 192 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
15188 | 2024.09.03 23:57:55.563131 [ 198 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15189 | 2024.09.03 23:57:55.563351 [ 198 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
15190 | 2024.09.03 23:57:55.563473 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. | ||
15191 | 2024.09.03 23:57:55.564838 [ 197 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4806 rows, containing 4 columns (4 merged, 0 gathered) in 0.004548068 sec., 1056712.432619741 rows/sec., 68.80 MiB/sec. | ||
15192 | 2024.09.03 23:57:55.565432 [ 197 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
15193 | 2024.09.03 23:57:55.566088 [ 197 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_76_15} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15194 | 2024.09.03 23:57:55.566184 [ 197 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_76_15} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
15195 | 2024.09.03 23:57:55.566294 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
15196 | 2024.09.03 23:57:56.000191 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 206.83 MiB, peak 219.66 MiB, free memory in arenas 0.00 B, will set to 207.95 MiB (RSS), difference: 1.12 MiB | ||
15197 | 2024.09.03 23:58:00.496709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15198 | 2024.09.03 23:58:00.496908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15199 | 2024.09.03 23:58:00.496956 [ 3 ] {} <Debug> HTTP-Session: a0f8f877-21cd-4b1a-9ac4-56a9b70ce2f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15200 | 2024.09.03 23:58:00.496999 [ 3 ] {} <Debug> HTTP-Session: a0f8f877-21cd-4b1a-9ac4-56a9b70ce2f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15201 | 2024.09.03 23:58:00.497028 [ 3 ] {} <Debug> HTTP-Session: a0f8f877-21cd-4b1a-9ac4-56a9b70ce2f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15202 | 2024.09.03 23:58:00.497108 [ 3 ] {} <Trace> HTTP-Session: a0f8f877-21cd-4b1a-9ac4-56a9b70ce2f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15203 | 2024.09.03 23:58:00.497379 [ 3 ] {f1f7a317-9fff-4826-8c41-09ae1b099bf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15204 | 2024.09.03 23:58:00.497449 [ 3 ] {f1f7a317-9fff-4826-8c41-09ae1b099bf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15205 | 2024.09.03 23:58:00.497792 [ 3 ] {f1f7a317-9fff-4826-8c41-09ae1b099bf2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15206 | 2024.09.03 23:58:00.498385 [ 3 ] {f1f7a317-9fff-4826-8c41-09ae1b099bf2} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15207 | 2024.09.03 23:58:00.498429 [ 3 ] {f1f7a317-9fff-4826-8c41-09ae1b099bf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15208 | 2024.09.03 23:58:00.498863 [ 3 ] {f1f7a317-9fff-4826-8c41-09ae1b099bf2} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
15209 | 2024.09.03 23:58:00.499255 [ 3 ] {f1f7a317-9fff-4826-8c41-09ae1b099bf2} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15210 | 2024.09.03 23:58:00.499437 [ 3 ] {f1f7a317-9fff-4826-8c41-09ae1b099bf2} <Debug> executeQuery: Read 203 rows, 18.22 KiB in 0.002158 sec., 94068.58202038924 rows/sec., 8.24 MiB/sec. | ||
15211 | 2024.09.03 23:58:00.499656 [ 3 ] {f1f7a317-9fff-4826-8c41-09ae1b099bf2} <Debug> DynamicQueryHandler: Done processing query | ||
15212 | 2024.09.03 23:58:00.499682 [ 3 ] {f1f7a317-9fff-4826-8c41-09ae1b099bf2} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
15213 | 2024.09.03 23:58:00.499699 [ 3 ] {} <Debug> HTTP-Session: a0f8f877-21cd-4b1a-9ac4-56a9b70ce2f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15214 | 2024.09.03 23:58:00.499899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1053, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15215 | 2024.09.03 23:58:00.499952 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15216 | 2024.09.03 23:58:00.499972 [ 3 ] {} <Debug> HTTP-Session: 5ea2ead5-c6db-46d3-b7d4-5f78aaba1010 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15217 | 2024.09.03 23:58:00.499989 [ 3 ] {} <Debug> HTTP-Session: 5ea2ead5-c6db-46d3-b7d4-5f78aaba1010 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15218 | 2024.09.03 23:58:00.500004 [ 3 ] {} <Debug> HTTP-Session: 5ea2ead5-c6db-46d3-b7d4-5f78aaba1010 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15219 | 2024.09.03 23:58:00.500037 [ 3 ] {} <Trace> HTTP-Session: 5ea2ead5-c6db-46d3-b7d4-5f78aaba1010 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15220 | 2024.09.03 23:58:00.500147 [ 3 ] {27383eea-e1af-4068-9c1f-3618007373e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15221 | 2024.09.03 23:58:00.500193 [ 3 ] {27383eea-e1af-4068-9c1f-3618007373e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15222 | 2024.09.03 23:58:00.500426 [ 3 ] {27383eea-e1af-4068-9c1f-3618007373e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15223 | 2024.09.03 23:58:00.500748 [ 3 ] {27383eea-e1af-4068-9c1f-3618007373e2} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15224 | 2024.09.03 23:58:00.500781 [ 3 ] {27383eea-e1af-4068-9c1f-3618007373e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15225 | 2024.09.03 23:58:00.501107 [ 3 ] {27383eea-e1af-4068-9c1f-3618007373e2} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
15226 | 2024.09.03 23:58:00.501443 [ 3 ] {27383eea-e1af-4068-9c1f-3618007373e2} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15227 | 2024.09.03 23:58:00.501680 [ 3 ] {27383eea-e1af-4068-9c1f-3618007373e2} <Debug> executeQuery: Read 7 rows, 539.00 B in 0.001542 sec., 4539.559014267185 rows/sec., 341.35 KiB/sec. | ||
15228 | 2024.09.03 23:58:00.501983 [ 3 ] {27383eea-e1af-4068-9c1f-3618007373e2} <Debug> DynamicQueryHandler: Done processing query | ||
15229 | 2024.09.03 23:58:00.502045 [ 3 ] {27383eea-e1af-4068-9c1f-3618007373e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15230 | 2024.09.03 23:58:00.502105 [ 3 ] {} <Debug> HTTP-Session: 5ea2ead5-c6db-46d3-b7d4-5f78aaba1010 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15231 | 2024.09.03 23:58:00.502289 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15232 | 2024.09.03 23:58:00.502342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15233 | 2024.09.03 23:58:00.502361 [ 3 ] {} <Debug> HTTP-Session: 0ff0c145-2d24-4303-93d6-d920374fe295 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15234 | 2024.09.03 23:58:00.502377 [ 3 ] {} <Debug> HTTP-Session: 0ff0c145-2d24-4303-93d6-d920374fe295 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15235 | 2024.09.03 23:58:00.502391 [ 3 ] {} <Debug> HTTP-Session: 0ff0c145-2d24-4303-93d6-d920374fe295 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15236 | 2024.09.03 23:58:00.502423 [ 3 ] {} <Trace> HTTP-Session: 0ff0c145-2d24-4303-93d6-d920374fe295 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15237 | 2024.09.03 23:58:00.502528 [ 3 ] {e69cf085-a68c-4503-9e28-c62750c09171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
15238 | 2024.09.03 23:58:00.502572 [ 3 ] {e69cf085-a68c-4503-9e28-c62750c09171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15239 | 2024.09.03 23:58:00.502819 [ 3 ] {e69cf085-a68c-4503-9e28-c62750c09171} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15240 | 2024.09.03 23:58:00.503125 [ 3 ] {e69cf085-a68c-4503-9e28-c62750c09171} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15241 | 2024.09.03 23:58:00.503162 [ 3 ] {e69cf085-a68c-4503-9e28-c62750c09171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15242 | 2024.09.03 23:58:00.503510 [ 3 ] {e69cf085-a68c-4503-9e28-c62750c09171} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
15243 | 2024.09.03 23:58:00.503870 [ 3 ] {e69cf085-a68c-4503-9e28-c62750c09171} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15244 | 2024.09.03 23:58:00.504039 [ 3 ] {e69cf085-a68c-4503-9e28-c62750c09171} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001531 sec., 9144.350097975179 rows/sec., 640.41 KiB/sec. | ||
15245 | 2024.09.03 23:58:00.504344 [ 3 ] {e69cf085-a68c-4503-9e28-c62750c09171} <Debug> DynamicQueryHandler: Done processing query | ||
15246 | 2024.09.03 23:58:00.504402 [ 3 ] {e69cf085-a68c-4503-9e28-c62750c09171} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15247 | 2024.09.03 23:58:00.504454 [ 3 ] {} <Debug> HTTP-Session: 0ff0c145-2d24-4303-93d6-d920374fe295 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15248 | 2024.09.03 23:58:00.504637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15249 | 2024.09.03 23:58:00.504690 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15250 | 2024.09.03 23:58:00.504709 [ 3 ] {} <Debug> HTTP-Session: 8a0314c2-6802-4721-a477-18d5fdd30425 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15251 | 2024.09.03 23:58:00.504726 [ 3 ] {} <Debug> HTTP-Session: 8a0314c2-6802-4721-a477-18d5fdd30425 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15252 | 2024.09.03 23:58:00.504740 [ 3 ] {} <Debug> HTTP-Session: 8a0314c2-6802-4721-a477-18d5fdd30425 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15253 | 2024.09.03 23:58:00.504772 [ 3 ] {} <Trace> HTTP-Session: 8a0314c2-6802-4721-a477-18d5fdd30425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15254 | 2024.09.03 23:58:00.504874 [ 3 ] {508270b3-be38-4c8a-9b79-f5cbd7b9e461} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
15255 | 2024.09.03 23:58:00.504918 [ 3 ] {508270b3-be38-4c8a-9b79-f5cbd7b9e461} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15256 | 2024.09.03 23:58:00.505162 [ 3 ] {508270b3-be38-4c8a-9b79-f5cbd7b9e461} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15257 | 2024.09.03 23:58:00.505463 [ 3 ] {508270b3-be38-4c8a-9b79-f5cbd7b9e461} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15258 | 2024.09.03 23:58:00.505500 [ 3 ] {508270b3-be38-4c8a-9b79-f5cbd7b9e461} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15259 | 2024.09.03 23:58:00.505845 [ 3 ] {508270b3-be38-4c8a-9b79-f5cbd7b9e461} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
15260 | 2024.09.03 23:58:00.506205 [ 3 ] {508270b3-be38-4c8a-9b79-f5cbd7b9e461} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15261 | 2024.09.03 23:58:00.506378 [ 31 ] {} <Debug> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
15262 | 2024.09.03 23:58:00.506389 [ 3 ] {508270b3-be38-4c8a-9b79-f5cbd7b9e461} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001527 sec., 3929.2730844793714 rows/sec., 232.15 KiB/sec. | ||
15263 | 2024.09.03 23:58:00.506469 [ 31 ] {} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15264 | 2024.09.03 23:58:00.506539 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15265 | 2024.09.03 23:58:00.506763 [ 3 ] {508270b3-be38-4c8a-9b79-f5cbd7b9e461} <Debug> DynamicQueryHandler: Done processing query | ||
15266 | 2024.09.03 23:58:00.506810 [ 3 ] {508270b3-be38-4c8a-9b79-f5cbd7b9e461} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15267 | 2024.09.03 23:58:00.506825 [ 190 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
15268 | 2024.09.03 23:58:00.506873 [ 3 ] {} <Debug> HTTP-Session: 8a0314c2-6802-4721-a477-18d5fdd30425 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15269 | 2024.09.03 23:58:00.507224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 62952, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15270 | 2024.09.03 23:58:00.507406 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15271 | 2024.09.03 23:58:00.507503 [ 3 ] {} <Debug> HTTP-Session: fcfb4eb6-9d54-4e4e-b6c1-e77741a154ee Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15272 | 2024.09.03 23:58:00.507505 [ 190 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15273 | 2024.09.03 23:58:00.507566 [ 3 ] {} <Debug> HTTP-Session: fcfb4eb6-9d54-4e4e-b6c1-e77741a154ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15274 | 2024.09.03 23:58:00.507598 [ 190 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
15275 | 2024.09.03 23:58:00.507621 [ 3 ] {} <Debug> HTTP-Session: fcfb4eb6-9d54-4e4e-b6c1-e77741a154ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15276 | 2024.09.03 23:58:00.507695 [ 3 ] {} <Trace> HTTP-Session: fcfb4eb6-9d54-4e4e-b6c1-e77741a154ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15277 | 2024.09.03 23:58:00.507745 [ 190 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
15278 | 2024.09.03 23:58:00.508133 [ 3 ] {486c9f6b-669f-42d0-87c2-1f7fdc16ddd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15279 | 2024.09.03 23:58:00.508160 [ 190 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
15280 | 2024.09.03 23:58:00.508267 [ 3 ] {486c9f6b-669f-42d0-87c2-1f7fdc16ddd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15281 | 2024.09.03 23:58:00.508474 [ 190 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
15282 | 2024.09.03 23:58:00.508794 [ 190 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
15283 | 2024.09.03 23:58:00.509397 [ 3 ] {486c9f6b-669f-42d0-87c2-1f7fdc16ddd8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15284 | 2024.09.03 23:58:00.510245 [ 3 ] {486c9f6b-669f-42d0-87c2-1f7fdc16ddd8} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15285 | 2024.09.03 23:58:00.510307 [ 3 ] {486c9f6b-669f-42d0-87c2-1f7fdc16ddd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15286 | 2024.09.03 23:58:00.510403 [ 197 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003750081 sec., 7999.827203732399 rows/sec., 507.80 KiB/sec. | ||
15287 | 2024.09.03 23:58:00.510631 [ 197 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
15288 | 2024.09.03 23:58:00.510956 [ 3 ] {486c9f6b-669f-42d0-87c2-1f7fdc16ddd8} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
15289 | 2024.09.03 23:58:00.511640 [ 190 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_37_9} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15290 | 2024.09.03 23:58:00.511742 [ 190 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_37_9} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
15291 | 2024.09.03 23:58:00.511799 [ 3 ] {486c9f6b-669f-42d0-87c2-1f7fdc16ddd8} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15292 | 2024.09.03 23:58:00.511850 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
15293 | 2024.09.03 23:58:00.512003 [ 3 ] {486c9f6b-669f-42d0-87c2-1f7fdc16ddd8} <Debug> executeQuery: Read 389 rows, 28.24 KiB in 0.004148 sec., 93780.13500482161 rows/sec., 6.65 MiB/sec. | ||
15294 | 2024.09.03 23:58:00.512320 [ 3 ] {486c9f6b-669f-42d0-87c2-1f7fdc16ddd8} <Debug> DynamicQueryHandler: Done processing query | ||
15295 | 2024.09.03 23:58:00.512378 [ 3 ] {486c9f6b-669f-42d0-87c2-1f7fdc16ddd8} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
15296 | 2024.09.03 23:58:00.512433 [ 3 ] {} <Debug> HTTP-Session: fcfb4eb6-9d54-4e4e-b6c1-e77741a154ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15297 | 2024.09.03 23:58:00.512620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15298 | 2024.09.03 23:58:00.512673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15299 | 2024.09.03 23:58:00.512693 [ 3 ] {} <Debug> HTTP-Session: 8fd2504d-6fcf-46b0-a9a8-0b982d5cb213 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15300 | 2024.09.03 23:58:00.512710 [ 3 ] {} <Debug> HTTP-Session: 8fd2504d-6fcf-46b0-a9a8-0b982d5cb213 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15301 | 2024.09.03 23:58:00.512724 [ 3 ] {} <Debug> HTTP-Session: 8fd2504d-6fcf-46b0-a9a8-0b982d5cb213 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15302 | 2024.09.03 23:58:00.512755 [ 3 ] {} <Trace> HTTP-Session: 8fd2504d-6fcf-46b0-a9a8-0b982d5cb213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15303 | 2024.09.03 23:58:00.512857 [ 3 ] {5fa4ab49-e594-4501-94cb-118f04567f51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15304 | 2024.09.03 23:58:00.512903 [ 3 ] {5fa4ab49-e594-4501-94cb-118f04567f51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15305 | 2024.09.03 23:58:00.513049 [ 3 ] {5fa4ab49-e594-4501-94cb-118f04567f51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15306 | 2024.09.03 23:58:00.513303 [ 3 ] {5fa4ab49-e594-4501-94cb-118f04567f51} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15307 | 2024.09.03 23:58:00.513338 [ 3 ] {5fa4ab49-e594-4501-94cb-118f04567f51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15308 | 2024.09.03 23:58:00.513693 [ 3 ] {5fa4ab49-e594-4501-94cb-118f04567f51} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
15309 | 2024.09.03 23:58:00.514014 [ 3 ] {5fa4ab49-e594-4501-94cb-118f04567f51} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15310 | 2024.09.03 23:58:00.514171 [ 3 ] {5fa4ab49-e594-4501-94cb-118f04567f51} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00133 sec., 4511.278195488721 rows/sec., 235.70 KiB/sec. | ||
15311 | 2024.09.03 23:58:00.514489 [ 3 ] {5fa4ab49-e594-4501-94cb-118f04567f51} <Debug> DynamicQueryHandler: Done processing query | ||
15312 | 2024.09.03 23:58:00.514519 [ 3 ] {5fa4ab49-e594-4501-94cb-118f04567f51} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15313 | 2024.09.03 23:58:00.514535 [ 3 ] {} <Debug> HTTP-Session: 8fd2504d-6fcf-46b0-a9a8-0b982d5cb213 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15314 | 2024.09.03 23:58:00.514706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 44650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15315 | 2024.09.03 23:58:00.514754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15316 | 2024.09.03 23:58:00.514772 [ 3 ] {} <Debug> HTTP-Session: 7016b2b4-17ea-4462-9d0b-a2ec286af6f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15317 | 2024.09.03 23:58:00.514789 [ 3 ] {} <Debug> HTTP-Session: 7016b2b4-17ea-4462-9d0b-a2ec286af6f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15318 | 2024.09.03 23:58:00.514803 [ 3 ] {} <Debug> HTTP-Session: 7016b2b4-17ea-4462-9d0b-a2ec286af6f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15319 | 2024.09.03 23:58:00.514834 [ 3 ] {} <Trace> HTTP-Session: 7016b2b4-17ea-4462-9d0b-a2ec286af6f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15320 | 2024.09.03 23:58:00.515040 [ 3 ] {79fdb8b8-644c-4295-91bd-26e603a08c40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15321 | 2024.09.03 23:58:00.515088 [ 3 ] {79fdb8b8-644c-4295-91bd-26e603a08c40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15322 | 2024.09.03 23:58:00.515253 [ 3 ] {79fdb8b8-644c-4295-91bd-26e603a08c40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15323 | 2024.09.03 23:58:00.515664 [ 3 ] {79fdb8b8-644c-4295-91bd-26e603a08c40} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15324 | 2024.09.03 23:58:00.515701 [ 3 ] {79fdb8b8-644c-4295-91bd-26e603a08c40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15325 | 2024.09.03 23:58:00.516083 [ 3 ] {79fdb8b8-644c-4295-91bd-26e603a08c40} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
15326 | 2024.09.03 23:58:00.516419 [ 3 ] {79fdb8b8-644c-4295-91bd-26e603a08c40} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15327 | 2024.09.03 23:58:00.516572 [ 3 ] {79fdb8b8-644c-4295-91bd-26e603a08c40} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001643 sec., 144248.32623250154 rows/sec., 9.67 MiB/sec. | ||
15328 | 2024.09.03 23:58:00.516748 [ 3 ] {79fdb8b8-644c-4295-91bd-26e603a08c40} <Debug> DynamicQueryHandler: Done processing query | ||
15329 | 2024.09.03 23:58:00.516772 [ 3 ] {79fdb8b8-644c-4295-91bd-26e603a08c40} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
15330 | 2024.09.03 23:58:00.516788 [ 3 ] {} <Debug> HTTP-Session: 7016b2b4-17ea-4462-9d0b-a2ec286af6f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15331 | 2024.09.03 23:58:00.516911 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15332 | 2024.09.03 23:58:00.516961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15333 | 2024.09.03 23:58:00.516979 [ 3 ] {} <Debug> HTTP-Session: 34f62eee-f7fc-481a-921f-4b94c1173ce2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15334 | 2024.09.03 23:58:00.516996 [ 3 ] {} <Debug> HTTP-Session: 34f62eee-f7fc-481a-921f-4b94c1173ce2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15335 | 2024.09.03 23:58:00.517009 [ 3 ] {} <Debug> HTTP-Session: 34f62eee-f7fc-481a-921f-4b94c1173ce2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15336 | 2024.09.03 23:58:00.517040 [ 3 ] {} <Trace> HTTP-Session: 34f62eee-f7fc-481a-921f-4b94c1173ce2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15337 | 2024.09.03 23:58:00.517133 [ 3 ] {5c9fa1a3-67be-4849-b98c-f8128f3502b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
15338 | 2024.09.03 23:58:00.517178 [ 3 ] {5c9fa1a3-67be-4849-b98c-f8128f3502b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15339 | 2024.09.03 23:58:00.517308 [ 3 ] {5c9fa1a3-67be-4849-b98c-f8128f3502b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15340 | 2024.09.03 23:58:00.517558 [ 3 ] {5c9fa1a3-67be-4849-b98c-f8128f3502b8} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15341 | 2024.09.03 23:58:00.517593 [ 3 ] {5c9fa1a3-67be-4849-b98c-f8128f3502b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15342 | 2024.09.03 23:58:00.517937 [ 3 ] {5c9fa1a3-67be-4849-b98c-f8128f3502b8} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
15343 | 2024.09.03 23:58:00.518254 [ 3 ] {5c9fa1a3-67be-4849-b98c-f8128f3502b8} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15344 | 2024.09.03 23:58:00.518410 [ 3 ] {5c9fa1a3-67be-4849-b98c-f8128f3502b8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001297 sec., 771.0100231303007 rows/sec., 51.95 KiB/sec. | ||
15345 | 2024.09.03 23:58:00.518568 [ 3 ] {5c9fa1a3-67be-4849-b98c-f8128f3502b8} <Debug> DynamicQueryHandler: Done processing query | ||
15346 | 2024.09.03 23:58:00.518592 [ 3 ] {5c9fa1a3-67be-4849-b98c-f8128f3502b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
15347 | 2024.09.03 23:58:00.518607 [ 3 ] {} <Debug> HTTP-Session: 34f62eee-f7fc-481a-921f-4b94c1173ce2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15348 | 2024.09.03 23:58:00.518717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12110, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15349 | 2024.09.03 23:58:00.518766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15350 | 2024.09.03 23:58:00.518784 [ 3 ] {} <Debug> HTTP-Session: 1deefc5a-6a58-41ea-a5e3-dfa375594ea9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15351 | 2024.09.03 23:58:00.518800 [ 3 ] {} <Debug> HTTP-Session: 1deefc5a-6a58-41ea-a5e3-dfa375594ea9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15352 | 2024.09.03 23:58:00.518814 [ 3 ] {} <Debug> HTTP-Session: 1deefc5a-6a58-41ea-a5e3-dfa375594ea9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15353 | 2024.09.03 23:58:00.518844 [ 3 ] {} <Trace> HTTP-Session: 1deefc5a-6a58-41ea-a5e3-dfa375594ea9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15354 | 2024.09.03 23:58:00.518984 [ 3 ] {efe85ad7-3fd9-466d-a2bd-50b4e05ff93c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
15355 | 2024.09.03 23:58:00.519046 [ 3 ] {efe85ad7-3fd9-466d-a2bd-50b4e05ff93c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
15356 | 2024.09.03 23:58:00.519456 [ 3 ] {efe85ad7-3fd9-466d-a2bd-50b4e05ff93c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15357 | 2024.09.03 23:58:00.519998 [ 3 ] {efe85ad7-3fd9-466d-a2bd-50b4e05ff93c} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15358 | 2024.09.03 23:58:00.520034 [ 3 ] {efe85ad7-3fd9-466d-a2bd-50b4e05ff93c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15359 | 2024.09.03 23:58:00.520630 [ 3 ] {efe85ad7-3fd9-466d-a2bd-50b4e05ff93c} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
15360 | 2024.09.03 23:58:00.521040 [ 3 ] {efe85ad7-3fd9-466d-a2bd-50b4e05ff93c} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15361 | 2024.09.03 23:58:00.521224 [ 3 ] {efe85ad7-3fd9-466d-a2bd-50b4e05ff93c} <Debug> executeQuery: Read 7 rows, 12.84 KiB in 0.002307 sec., 3034.243606415258 rows/sec., 5.44 MiB/sec. | ||
15362 | 2024.09.03 23:58:00.521457 [ 3 ] {efe85ad7-3fd9-466d-a2bd-50b4e05ff93c} <Debug> DynamicQueryHandler: Done processing query | ||
15363 | 2024.09.03 23:58:00.521482 [ 3 ] {efe85ad7-3fd9-466d-a2bd-50b4e05ff93c} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
15364 | 2024.09.03 23:58:00.521498 [ 3 ] {} <Debug> HTTP-Session: 1deefc5a-6a58-41ea-a5e3-dfa375594ea9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15365 | 2024.09.03 23:58:00.521658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15366 | 2024.09.03 23:58:00.521707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15367 | 2024.09.03 23:58:00.521727 [ 3 ] {} <Debug> HTTP-Session: a441177b-16be-4d3a-b23c-04e22ba50cb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15368 | 2024.09.03 23:58:00.521744 [ 3 ] {} <Debug> HTTP-Session: a441177b-16be-4d3a-b23c-04e22ba50cb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15369 | 2024.09.03 23:58:00.521758 [ 3 ] {} <Debug> HTTP-Session: a441177b-16be-4d3a-b23c-04e22ba50cb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15370 | 2024.09.03 23:58:00.521789 [ 3 ] {} <Trace> HTTP-Session: a441177b-16be-4d3a-b23c-04e22ba50cb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15371 | 2024.09.03 23:58:00.521926 [ 3 ] {5a93e36d-0da3-4218-9d79-9ab38bfd9d60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15372 | 2024.09.03 23:58:00.521971 [ 3 ] {5a93e36d-0da3-4218-9d79-9ab38bfd9d60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15373 | 2024.09.03 23:58:00.522098 [ 3 ] {5a93e36d-0da3-4218-9d79-9ab38bfd9d60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15374 | 2024.09.03 23:58:00.522458 [ 3 ] {5a93e36d-0da3-4218-9d79-9ab38bfd9d60} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15375 | 2024.09.03 23:58:00.522494 [ 3 ] {5a93e36d-0da3-4218-9d79-9ab38bfd9d60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15376 | 2024.09.03 23:58:00.522862 [ 3 ] {5a93e36d-0da3-4218-9d79-9ab38bfd9d60} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
15377 | 2024.09.03 23:58:00.523188 [ 3 ] {5a93e36d-0da3-4218-9d79-9ab38bfd9d60} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15378 | 2024.09.03 23:58:00.523347 [ 3 ] {5a93e36d-0da3-4218-9d79-9ab38bfd9d60} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001455 sec., 56357.388316151206 rows/sec., 3.58 MiB/sec. | ||
15379 | 2024.09.03 23:58:00.523522 [ 3 ] {5a93e36d-0da3-4218-9d79-9ab38bfd9d60} <Debug> DynamicQueryHandler: Done processing query | ||
15380 | 2024.09.03 23:58:00.523546 [ 3 ] {5a93e36d-0da3-4218-9d79-9ab38bfd9d60} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15381 | 2024.09.03 23:58:00.523563 [ 3 ] {} <Debug> HTTP-Session: a441177b-16be-4d3a-b23c-04e22ba50cb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15382 | 2024.09.03 23:58:03.282259 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
15383 | 2024.09.03 23:58:03.282356 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
15384 | 2024.09.03 23:58:05.493481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 22152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15385 | 2024.09.03 23:58:05.493610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15386 | 2024.09.03 23:58:05.493640 [ 3 ] {} <Debug> HTTP-Session: 708dd13d-ac8f-493f-9329-758b02298d86 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15387 | 2024.09.03 23:58:05.493669 [ 3 ] {} <Debug> HTTP-Session: 708dd13d-ac8f-493f-9329-758b02298d86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15388 | 2024.09.03 23:58:05.493687 [ 3 ] {} <Debug> HTTP-Session: 708dd13d-ac8f-493f-9329-758b02298d86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15389 | 2024.09.03 23:58:05.493744 [ 3 ] {} <Trace> HTTP-Session: 708dd13d-ac8f-493f-9329-758b02298d86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15390 | 2024.09.03 23:58:05.494003 [ 3 ] {ac1f8524-657b-40a3-b385-550ec20e8b68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15391 | 2024.09.03 23:58:05.494080 [ 3 ] {ac1f8524-657b-40a3-b385-550ec20e8b68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15392 | 2024.09.03 23:58:05.494446 [ 3 ] {ac1f8524-657b-40a3-b385-550ec20e8b68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15393 | 2024.09.03 23:58:05.495136 [ 3 ] {ac1f8524-657b-40a3-b385-550ec20e8b68} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15394 | 2024.09.03 23:58:05.495180 [ 3 ] {ac1f8524-657b-40a3-b385-550ec20e8b68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15395 | 2024.09.03 23:58:05.495621 [ 3 ] {ac1f8524-657b-40a3-b385-550ec20e8b68} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
15396 | 2024.09.03 23:58:05.496010 [ 3 ] {ac1f8524-657b-40a3-b385-550ec20e8b68} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15397 | 2024.09.03 23:58:05.496200 [ 3 ] {ac1f8524-657b-40a3-b385-550ec20e8b68} <Debug> executeQuery: Read 148 rows, 13.14 KiB in 0.002296 sec., 64459.930313588855 rows/sec., 5.59 MiB/sec. | ||
15398 | 2024.09.03 23:58:05.496417 [ 3 ] {ac1f8524-657b-40a3-b385-550ec20e8b68} <Debug> DynamicQueryHandler: Done processing query | ||
15399 | 2024.09.03 23:58:05.496443 [ 3 ] {ac1f8524-657b-40a3-b385-550ec20e8b68} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
15400 | 2024.09.03 23:58:05.496459 [ 3 ] {} <Debug> HTTP-Session: 708dd13d-ac8f-493f-9329-758b02298d86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15401 | 2024.09.03 23:58:05.496673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 6648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15402 | 2024.09.03 23:58:05.496725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15403 | 2024.09.03 23:58:05.496744 [ 3 ] {} <Debug> HTTP-Session: 77e109b0-460d-46ff-b5d0-1db9c4247d4d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15404 | 2024.09.03 23:58:05.496761 [ 3 ] {} <Debug> HTTP-Session: 77e109b0-460d-46ff-b5d0-1db9c4247d4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15405 | 2024.09.03 23:58:05.496775 [ 3 ] {} <Debug> HTTP-Session: 77e109b0-460d-46ff-b5d0-1db9c4247d4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15406 | 2024.09.03 23:58:05.496807 [ 3 ] {} <Trace> HTTP-Session: 77e109b0-460d-46ff-b5d0-1db9c4247d4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15407 | 2024.09.03 23:58:05.496923 [ 3 ] {a561611a-4498-4bb4-a9c5-4184e74784e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15408 | 2024.09.03 23:58:05.496966 [ 3 ] {a561611a-4498-4bb4-a9c5-4184e74784e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15409 | 2024.09.03 23:58:05.497194 [ 3 ] {a561611a-4498-4bb4-a9c5-4184e74784e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15410 | 2024.09.03 23:58:05.497635 [ 3 ] {a561611a-4498-4bb4-a9c5-4184e74784e2} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15411 | 2024.09.03 23:58:05.497672 [ 3 ] {a561611a-4498-4bb4-a9c5-4184e74784e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15412 | 2024.09.03 23:58:05.498020 [ 3 ] {a561611a-4498-4bb4-a9c5-4184e74784e2} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
15413 | 2024.09.03 23:58:05.498410 [ 3 ] {a561611a-4498-4bb4-a9c5-4184e74784e2} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15414 | 2024.09.03 23:58:05.498563 [ 3 ] {a561611a-4498-4bb4-a9c5-4184e74784e2} <Debug> executeQuery: Read 46 rows, 3.46 KiB in 0.001678 sec., 27413.58760429082 rows/sec., 2.01 MiB/sec. | ||
15415 | 2024.09.03 23:58:05.498582 [ 101 ] {} <Debug> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 | ||
15416 | 2024.09.03 23:58:05.498703 [ 101 ] {} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15417 | 2024.09.03 23:58:05.498742 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15418 | 2024.09.03 23:58:05.498837 [ 3 ] {a561611a-4498-4bb4-a9c5-4184e74784e2} <Debug> DynamicQueryHandler: Done processing query | ||
15419 | 2024.09.03 23:58:05.498893 [ 3 ] {a561611a-4498-4bb4-a9c5-4184e74784e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
15420 | 2024.09.03 23:58:05.498935 [ 3 ] {} <Debug> HTTP-Session: 77e109b0-460d-46ff-b5d0-1db9c4247d4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15421 | 2024.09.03 23:58:05.499063 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_70_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full | ||
15422 | 2024.09.03 23:58:05.499209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 18673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15423 | 2024.09.03 23:58:05.499407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15424 | 2024.09.03 23:58:05.499501 [ 3 ] {} <Debug> HTTP-Session: f0c7df7a-db7b-4821-b3cc-8413d595d81e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15425 | 2024.09.03 23:58:05.499588 [ 3 ] {} <Debug> HTTP-Session: f0c7df7a-db7b-4821-b3cc-8413d595d81e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15426 | 2024.09.03 23:58:05.499668 [ 3 ] {} <Debug> HTTP-Session: f0c7df7a-db7b-4821-b3cc-8413d595d81e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15427 | 2024.09.03 23:58:05.499819 [ 3 ] {} <Trace> HTTP-Session: f0c7df7a-db7b-4821-b3cc-8413d595d81e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15428 | 2024.09.03 23:58:05.499875 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15429 | 2024.09.03 23:58:05.500004 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 74 rows starting from the beginning of the part | ||
15430 | 2024.09.03 23:58:05.500232 [ 3 ] {2cf2b441-dea3-4174-b8b1-74facfeb3ada} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15431 | 2024.09.03 23:58:05.500453 [ 3 ] {2cf2b441-dea3-4174-b8b1-74facfeb3ada} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15432 | 2024.09.03 23:58:05.500476 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 50 rows starting from the beginning of the part | ||
15433 | 2024.09.03 23:58:05.500826 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 11 rows starting from the beginning of the part | ||
15434 | 2024.09.03 23:58:05.501480 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 52 rows starting from the beginning of the part | ||
15435 | 2024.09.03 23:58:05.501686 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 7 rows starting from the beginning of the part | ||
15436 | 2024.09.03 23:58:05.501917 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 46 rows starting from the beginning of the part | ||
15437 | 2024.09.03 23:58:05.502243 [ 3 ] {2cf2b441-dea3-4174-b8b1-74facfeb3ada} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15438 | 2024.09.03 23:58:05.502852 [ 3 ] {2cf2b441-dea3-4174-b8b1-74facfeb3ada} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15439 | 2024.09.03 23:58:05.502896 [ 3 ] {2cf2b441-dea3-4174-b8b1-74facfeb3ada} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15440 | 2024.09.03 23:58:05.503471 [ 3 ] {2cf2b441-dea3-4174-b8b1-74facfeb3ada} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
15441 | 2024.09.03 23:58:05.503502 [ 186 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 240 rows, containing 5 columns (5 merged, 0 gathered) in 0.00465423 sec., 51565.994804726026 rows/sec., 3.94 MiB/sec. | ||
15442 | 2024.09.03 23:58:05.503791 [ 199 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) | ||
15443 | 2024.09.03 23:58:05.504069 [ 3 ] {2cf2b441-dea3-4174-b8b1-74facfeb3ada} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15444 | 2024.09.03 23:58:05.504551 [ 3 ] {2cf2b441-dea3-4174-b8b1-74facfeb3ada} <Debug> executeQuery: Read 110 rows, 8.80 KiB in 0.004466 sec., 24630.54187192118 rows/sec., 1.92 MiB/sec. | ||
15445 | 2024.09.03 23:58:05.504954 [ 3 ] {2cf2b441-dea3-4174-b8b1-74facfeb3ada} <Debug> DynamicQueryHandler: Done processing query | ||
15446 | 2024.09.03 23:58:05.504993 [ 3 ] {2cf2b441-dea3-4174-b8b1-74facfeb3ada} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
15447 | 2024.09.03 23:58:05.505016 [ 3 ] {} <Debug> HTTP-Session: f0c7df7a-db7b-4821-b3cc-8413d595d81e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15448 | 2024.09.03 23:58:05.505112 [ 187 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_70_14} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15449 | 2024.09.03 23:58:05.505225 [ 187 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_70_14} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 | ||
15450 | 2024.09.03 23:58:05.505266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15451 | 2024.09.03 23:58:05.505360 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15452 | 2024.09.03 23:58:05.505379 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
15453 | 2024.09.03 23:58:05.505391 [ 3 ] {} <Debug> HTTP-Session: 0d4eebbd-d872-430b-9222-5113d2506d5c Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15454 | 2024.09.03 23:58:05.505434 [ 3 ] {} <Debug> HTTP-Session: 0d4eebbd-d872-430b-9222-5113d2506d5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15455 | 2024.09.03 23:58:05.505448 [ 3 ] {} <Debug> HTTP-Session: 0d4eebbd-d872-430b-9222-5113d2506d5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15456 | 2024.09.03 23:58:05.505479 [ 3 ] {} <Trace> HTTP-Session: 0d4eebbd-d872-430b-9222-5113d2506d5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15457 | 2024.09.03 23:58:05.505703 [ 3 ] {3661d2e4-4144-43f0-9a5b-c1e50cab0857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15458 | 2024.09.03 23:58:05.505752 [ 3 ] {3661d2e4-4144-43f0-9a5b-c1e50cab0857} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15459 | 2024.09.03 23:58:05.505923 [ 3 ] {3661d2e4-4144-43f0-9a5b-c1e50cab0857} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15460 | 2024.09.03 23:58:05.506337 [ 3 ] {3661d2e4-4144-43f0-9a5b-c1e50cab0857} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15461 | 2024.09.03 23:58:05.506372 [ 3 ] {3661d2e4-4144-43f0-9a5b-c1e50cab0857} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15462 | 2024.09.03 23:58:05.506759 [ 3 ] {3661d2e4-4144-43f0-9a5b-c1e50cab0857} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
15463 | 2024.09.03 23:58:05.507102 [ 3 ] {3661d2e4-4144-43f0-9a5b-c1e50cab0857} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15464 | 2024.09.03 23:58:05.507282 [ 3 ] {3661d2e4-4144-43f0-9a5b-c1e50cab0857} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001653 sec., 96793.70840895342 rows/sec., 6.74 MiB/sec. | ||
15465 | 2024.09.03 23:58:05.507457 [ 3 ] {3661d2e4-4144-43f0-9a5b-c1e50cab0857} <Debug> DynamicQueryHandler: Done processing query | ||
15466 | 2024.09.03 23:58:05.507481 [ 3 ] {3661d2e4-4144-43f0-9a5b-c1e50cab0857} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15467 | 2024.09.03 23:58:05.507496 [ 3 ] {} <Debug> HTTP-Session: 0d4eebbd-d872-430b-9222-5113d2506d5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15468 | 2024.09.03 23:58:05.507677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 76633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15469 | 2024.09.03 23:58:05.507727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15470 | 2024.09.03 23:58:05.507746 [ 3 ] {} <Debug> HTTP-Session: 7b43f734-633d-41ab-b956-8ecabdbbceec Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15471 | 2024.09.03 23:58:05.507762 [ 3 ] {} <Debug> HTTP-Session: 7b43f734-633d-41ab-b956-8ecabdbbceec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15472 | 2024.09.03 23:58:05.507776 [ 3 ] {} <Debug> HTTP-Session: 7b43f734-633d-41ab-b956-8ecabdbbceec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15473 | 2024.09.03 23:58:05.507807 [ 3 ] {} <Trace> HTTP-Session: 7b43f734-633d-41ab-b956-8ecabdbbceec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15474 | 2024.09.03 23:58:05.508242 [ 3 ] {aba33d82-4662-4c67-896a-e661be7d8942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
15475 | 2024.09.03 23:58:05.508401 [ 3 ] {aba33d82-4662-4c67-896a-e661be7d8942} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
15476 | 2024.09.03 23:58:05.508810 [ 3 ] {aba33d82-4662-4c67-896a-e661be7d8942} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15477 | 2024.09.03 23:58:05.509636 [ 3 ] {aba33d82-4662-4c67-896a-e661be7d8942} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15478 | 2024.09.03 23:58:05.509671 [ 3 ] {aba33d82-4662-4c67-896a-e661be7d8942} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15479 | 2024.09.03 23:58:05.510357 [ 3 ] {aba33d82-4662-4c67-896a-e661be7d8942} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
15480 | 2024.09.03 23:58:05.510777 [ 3 ] {aba33d82-4662-4c67-896a-e661be7d8942} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15481 | 2024.09.03 23:58:05.510988 [ 3 ] {aba33d82-4662-4c67-896a-e661be7d8942} <Debug> executeQuery: Read 46 rows, 84.41 KiB in 0.003079 sec., 14939.915556999025 rows/sec., 26.77 MiB/sec. | ||
15482 | 2024.09.03 23:58:05.511828 [ 3 ] {aba33d82-4662-4c67-896a-e661be7d8942} <Debug> DynamicQueryHandler: Done processing query | ||
15483 | 2024.09.03 23:58:05.511854 [ 3 ] {aba33d82-4662-4c67-896a-e661be7d8942} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
15484 | 2024.09.03 23:58:05.511870 [ 3 ] {} <Debug> HTTP-Session: 7b43f734-633d-41ab-b956-8ecabdbbceec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15485 | 2024.09.03 23:58:05.512011 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15486 | 2024.09.03 23:58:05.512062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15487 | 2024.09.03 23:58:05.512081 [ 3 ] {} <Debug> HTTP-Session: 3f15daa8-33ba-45cb-a70a-7c0d2422cf8e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15488 | 2024.09.03 23:58:05.512097 [ 3 ] {} <Debug> HTTP-Session: 3f15daa8-33ba-45cb-a70a-7c0d2422cf8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15489 | 2024.09.03 23:58:05.512110 [ 3 ] {} <Debug> HTTP-Session: 3f15daa8-33ba-45cb-a70a-7c0d2422cf8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15490 | 2024.09.03 23:58:05.512142 [ 3 ] {} <Trace> HTTP-Session: 3f15daa8-33ba-45cb-a70a-7c0d2422cf8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15491 | 2024.09.03 23:58:05.512260 [ 3 ] {6363d02a-146c-489f-84dc-fe65b1059bea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15492 | 2024.09.03 23:58:05.512309 [ 3 ] {6363d02a-146c-489f-84dc-fe65b1059bea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15493 | 2024.09.03 23:58:05.512465 [ 3 ] {6363d02a-146c-489f-84dc-fe65b1059bea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15494 | 2024.09.03 23:58:05.512779 [ 3 ] {6363d02a-146c-489f-84dc-fe65b1059bea} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15495 | 2024.09.03 23:58:05.512813 [ 3 ] {6363d02a-146c-489f-84dc-fe65b1059bea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15496 | 2024.09.03 23:58:05.513183 [ 3 ] {6363d02a-146c-489f-84dc-fe65b1059bea} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
15497 | 2024.09.03 23:58:05.513513 [ 3 ] {6363d02a-146c-489f-84dc-fe65b1059bea} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15498 | 2024.09.03 23:58:05.513684 [ 3 ] {6363d02a-146c-489f-84dc-fe65b1059bea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001456 sec., 41208.791208791205 rows/sec., 2.78 MiB/sec. | ||
15499 | 2024.09.03 23:58:05.513854 [ 3 ] {6363d02a-146c-489f-84dc-fe65b1059bea} <Debug> DynamicQueryHandler: Done processing query | ||
15500 | 2024.09.03 23:58:05.513879 [ 3 ] {6363d02a-146c-489f-84dc-fe65b1059bea} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15501 | 2024.09.03 23:58:05.513894 [ 3 ] {} <Debug> HTTP-Session: 3f15daa8-33ba-45cb-a70a-7c0d2422cf8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15502 | 2024.09.03 23:58:07.036718 [ 86 ] {} <Debug> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515) (MergerMutator): Selected 5 parts from all_1_24_5 to all_28_28_0 | ||
15503 | 2024.09.03 23:58:07.036815 [ 86 ] {} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15504 | 2024.09.03 23:58:07.036846 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15505 | 2024.09.03 23:58:07.037084 [ 199 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_28_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_24_5 to all_28_28_0 into Compact with storage Full | ||
15506 | 2024.09.03 23:58:07.037525 [ 199 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_28_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15507 | 2024.09.03 23:58:07.037566 [ 199 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 21 rows starting from the beginning of the part | ||
15508 | 2024.09.03 23:58:07.037647 [ 199 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part | ||
15509 | 2024.09.03 23:58:07.037811 [ 199 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part | ||
15510 | 2024.09.03 23:58:07.038077 [ 199 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 4 rows starting from the beginning of the part | ||
15511 | 2024.09.03 23:58:07.038168 [ 199 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
15512 | 2024.09.03 23:58:07.039300 [ 200 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_28_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39 rows, containing 5 columns (5 merged, 0 gathered) in 0.002364211 sec., 16495.989571150796 rows/sec., 1.37 MiB/sec. | ||
15513 | 2024.09.03 23:58:07.039535 [ 200 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_28_6} <Trace> MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) | ||
15514 | 2024.09.03 23:58:07.040101 [ 200 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_28_6} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15515 | 2024.09.03 23:58:07.040211 [ 200 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_28_6} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515) (MergerMutator): Merged 5 parts: [all_1_24_5, all_28_28_0] -> all_1_28_6 | ||
15516 | 2024.09.03 23:58:07.040328 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
15517 | 2024.09.03 23:58:10.496220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15518 | 2024.09.03 23:58:10.496402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15519 | 2024.09.03 23:58:10.496444 [ 3 ] {} <Debug> HTTP-Session: 57c27748-e070-4269-ab82-8340da1cb215 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15520 | 2024.09.03 23:58:10.496485 [ 3 ] {} <Debug> HTTP-Session: 57c27748-e070-4269-ab82-8340da1cb215 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15521 | 2024.09.03 23:58:10.496503 [ 3 ] {} <Debug> HTTP-Session: 57c27748-e070-4269-ab82-8340da1cb215 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15522 | 2024.09.03 23:58:10.496549 [ 3 ] {} <Trace> HTTP-Session: 57c27748-e070-4269-ab82-8340da1cb215 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15523 | 2024.09.03 23:58:10.496845 [ 3 ] {1021387c-d85c-4d3d-a218-c906fb0a467f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15524 | 2024.09.03 23:58:10.496912 [ 3 ] {1021387c-d85c-4d3d-a218-c906fb0a467f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15525 | 2024.09.03 23:58:10.497252 [ 3 ] {1021387c-d85c-4d3d-a218-c906fb0a467f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15526 | 2024.09.03 23:58:10.497840 [ 3 ] {1021387c-d85c-4d3d-a218-c906fb0a467f} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15527 | 2024.09.03 23:58:10.497882 [ 3 ] {1021387c-d85c-4d3d-a218-c906fb0a467f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15528 | 2024.09.03 23:58:10.498330 [ 3 ] {1021387c-d85c-4d3d-a218-c906fb0a467f} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
15529 | 2024.09.03 23:58:10.498728 [ 3 ] {1021387c-d85c-4d3d-a218-c906fb0a467f} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15530 | 2024.09.03 23:58:10.498880 [ 3 ] {1021387c-d85c-4d3d-a218-c906fb0a467f} <Debug> executeQuery: Read 203 rows, 18.22 KiB in 0.002135 sec., 95081.96721311475 rows/sec., 8.33 MiB/sec. | ||
15531 | 2024.09.03 23:58:10.499111 [ 3 ] {1021387c-d85c-4d3d-a218-c906fb0a467f} <Debug> DynamicQueryHandler: Done processing query | ||
15532 | 2024.09.03 23:58:10.499139 [ 3 ] {1021387c-d85c-4d3d-a218-c906fb0a467f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
15533 | 2024.09.03 23:58:10.499155 [ 3 ] {} <Debug> HTTP-Session: 57c27748-e070-4269-ab82-8340da1cb215 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15534 | 2024.09.03 23:58:10.499364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1053, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15535 | 2024.09.03 23:58:10.499423 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15536 | 2024.09.03 23:58:10.499443 [ 3 ] {} <Debug> HTTP-Session: 0c96bc50-fee7-4260-8c4b-f210225b5f6c Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15537 | 2024.09.03 23:58:10.499461 [ 3 ] {} <Debug> HTTP-Session: 0c96bc50-fee7-4260-8c4b-f210225b5f6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15538 | 2024.09.03 23:58:10.499475 [ 3 ] {} <Debug> HTTP-Session: 0c96bc50-fee7-4260-8c4b-f210225b5f6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15539 | 2024.09.03 23:58:10.499511 [ 3 ] {} <Trace> HTTP-Session: 0c96bc50-fee7-4260-8c4b-f210225b5f6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15540 | 2024.09.03 23:58:10.499650 [ 3 ] {d7213884-7f59-413d-9716-24ff668f8d36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15541 | 2024.09.03 23:58:10.499699 [ 3 ] {d7213884-7f59-413d-9716-24ff668f8d36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15542 | 2024.09.03 23:58:10.499940 [ 3 ] {d7213884-7f59-413d-9716-24ff668f8d36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15543 | 2024.09.03 23:58:10.500307 [ 3 ] {d7213884-7f59-413d-9716-24ff668f8d36} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15544 | 2024.09.03 23:58:10.500344 [ 3 ] {d7213884-7f59-413d-9716-24ff668f8d36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15545 | 2024.09.03 23:58:10.500701 [ 3 ] {d7213884-7f59-413d-9716-24ff668f8d36} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
15546 | 2024.09.03 23:58:10.501064 [ 3 ] {d7213884-7f59-413d-9716-24ff668f8d36} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15547 | 2024.09.03 23:58:10.501211 [ 3 ] {d7213884-7f59-413d-9716-24ff668f8d36} <Debug> executeQuery: Read 7 rows, 539.00 B in 0.001591 sec., 4399.748585795098 rows/sec., 330.84 KiB/sec. | ||
15548 | 2024.09.03 23:58:10.501391 [ 3 ] {d7213884-7f59-413d-9716-24ff668f8d36} <Debug> DynamicQueryHandler: Done processing query | ||
15549 | 2024.09.03 23:58:10.501417 [ 3 ] {d7213884-7f59-413d-9716-24ff668f8d36} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15550 | 2024.09.03 23:58:10.501434 [ 3 ] {} <Debug> HTTP-Session: 0c96bc50-fee7-4260-8c4b-f210225b5f6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15551 | 2024.09.03 23:58:10.501558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15552 | 2024.09.03 23:58:10.501611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15553 | 2024.09.03 23:58:10.501631 [ 3 ] {} <Debug> HTTP-Session: cafdffb8-e275-4c4a-aa1b-68ceb80765c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15554 | 2024.09.03 23:58:10.501649 [ 3 ] {} <Debug> HTTP-Session: cafdffb8-e275-4c4a-aa1b-68ceb80765c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15555 | 2024.09.03 23:58:10.501663 [ 3 ] {} <Debug> HTTP-Session: cafdffb8-e275-4c4a-aa1b-68ceb80765c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15556 | 2024.09.03 23:58:10.501696 [ 3 ] {} <Trace> HTTP-Session: cafdffb8-e275-4c4a-aa1b-68ceb80765c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15557 | 2024.09.03 23:58:10.501798 [ 3 ] {99ce9fe0-c0c3-4f2b-8cb8-402d75b8df40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
15558 | 2024.09.03 23:58:10.501843 [ 3 ] {99ce9fe0-c0c3-4f2b-8cb8-402d75b8df40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15559 | 2024.09.03 23:58:10.502072 [ 3 ] {99ce9fe0-c0c3-4f2b-8cb8-402d75b8df40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15560 | 2024.09.03 23:58:10.502388 [ 3 ] {99ce9fe0-c0c3-4f2b-8cb8-402d75b8df40} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15561 | 2024.09.03 23:58:10.502423 [ 3 ] {99ce9fe0-c0c3-4f2b-8cb8-402d75b8df40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15562 | 2024.09.03 23:58:10.502775 [ 3 ] {99ce9fe0-c0c3-4f2b-8cb8-402d75b8df40} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
15563 | 2024.09.03 23:58:10.503139 [ 3 ] {99ce9fe0-c0c3-4f2b-8cb8-402d75b8df40} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15564 | 2024.09.03 23:58:10.503270 [ 3 ] {99ce9fe0-c0c3-4f2b-8cb8-402d75b8df40} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001499 sec., 9339.559706470982 rows/sec., 654.08 KiB/sec. | ||
15565 | 2024.09.03 23:58:10.503443 [ 3 ] {99ce9fe0-c0c3-4f2b-8cb8-402d75b8df40} <Debug> DynamicQueryHandler: Done processing query | ||
15566 | 2024.09.03 23:58:10.503468 [ 3 ] {99ce9fe0-c0c3-4f2b-8cb8-402d75b8df40} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15567 | 2024.09.03 23:58:10.503484 [ 3 ] {} <Debug> HTTP-Session: cafdffb8-e275-4c4a-aa1b-68ceb80765c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15568 | 2024.09.03 23:58:10.503609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15569 | 2024.09.03 23:58:10.503661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15570 | 2024.09.03 23:58:10.503681 [ 3 ] {} <Debug> HTTP-Session: 31da68aa-411f-4eaf-a6e5-8584d7d84d29 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15571 | 2024.09.03 23:58:10.503697 [ 3 ] {} <Debug> HTTP-Session: 31da68aa-411f-4eaf-a6e5-8584d7d84d29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15572 | 2024.09.03 23:58:10.503711 [ 3 ] {} <Debug> HTTP-Session: 31da68aa-411f-4eaf-a6e5-8584d7d84d29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15573 | 2024.09.03 23:58:10.503743 [ 3 ] {} <Trace> HTTP-Session: 31da68aa-411f-4eaf-a6e5-8584d7d84d29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15574 | 2024.09.03 23:58:10.503842 [ 3 ] {8956f9f9-abb1-4315-b47d-1f07015c04c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
15575 | 2024.09.03 23:58:10.503886 [ 3 ] {8956f9f9-abb1-4315-b47d-1f07015c04c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15576 | 2024.09.03 23:58:10.504114 [ 3 ] {8956f9f9-abb1-4315-b47d-1f07015c04c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15577 | 2024.09.03 23:58:10.504425 [ 3 ] {8956f9f9-abb1-4315-b47d-1f07015c04c6} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15578 | 2024.09.03 23:58:10.504460 [ 3 ] {8956f9f9-abb1-4315-b47d-1f07015c04c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15579 | 2024.09.03 23:58:10.504806 [ 3 ] {8956f9f9-abb1-4315-b47d-1f07015c04c6} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
15580 | 2024.09.03 23:58:10.505198 [ 3 ] {8956f9f9-abb1-4315-b47d-1f07015c04c6} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15581 | 2024.09.03 23:58:10.505324 [ 3 ] {8956f9f9-abb1-4315-b47d-1f07015c04c6} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001507 sec., 3981.4200398142 rows/sec., 235.23 KiB/sec. | ||
15582 | 2024.09.03 23:58:10.505494 [ 3 ] {8956f9f9-abb1-4315-b47d-1f07015c04c6} <Debug> DynamicQueryHandler: Done processing query | ||
15583 | 2024.09.03 23:58:10.505519 [ 3 ] {8956f9f9-abb1-4315-b47d-1f07015c04c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15584 | 2024.09.03 23:58:10.505534 [ 3 ] {} <Debug> HTTP-Session: 31da68aa-411f-4eaf-a6e5-8584d7d84d29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15585 | 2024.09.03 23:58:10.505720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 62952, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15586 | 2024.09.03 23:58:10.505770 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15587 | 2024.09.03 23:58:10.505789 [ 3 ] {} <Debug> HTTP-Session: 25ff7eda-d845-4728-82d0-ba39e4034d1e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15588 | 2024.09.03 23:58:10.505805 [ 3 ] {} <Debug> HTTP-Session: 25ff7eda-d845-4728-82d0-ba39e4034d1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15589 | 2024.09.03 23:58:10.505819 [ 3 ] {} <Debug> HTTP-Session: 25ff7eda-d845-4728-82d0-ba39e4034d1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15590 | 2024.09.03 23:58:10.505850 [ 3 ] {} <Trace> HTTP-Session: 25ff7eda-d845-4728-82d0-ba39e4034d1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15591 | 2024.09.03 23:58:10.506055 [ 3 ] {7a58eb20-c216-456c-9490-9207dcc8323b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15592 | 2024.09.03 23:58:10.506097 [ 3 ] {7a58eb20-c216-456c-9490-9207dcc8323b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15593 | 2024.09.03 23:58:10.506320 [ 3 ] {7a58eb20-c216-456c-9490-9207dcc8323b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15594 | 2024.09.03 23:58:10.506854 [ 3 ] {7a58eb20-c216-456c-9490-9207dcc8323b} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15595 | 2024.09.03 23:58:10.506889 [ 3 ] {7a58eb20-c216-456c-9490-9207dcc8323b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15596 | 2024.09.03 23:58:10.507262 [ 3 ] {7a58eb20-c216-456c-9490-9207dcc8323b} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
15597 | 2024.09.03 23:58:10.507615 [ 3 ] {7a58eb20-c216-456c-9490-9207dcc8323b} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15598 | 2024.09.03 23:58:10.507743 [ 3 ] {7a58eb20-c216-456c-9490-9207dcc8323b} <Debug> executeQuery: Read 389 rows, 28.24 KiB in 0.001797 sec., 216471.89760712298 rows/sec., 15.35 MiB/sec. | ||
15599 | 2024.09.03 23:58:10.507912 [ 3 ] {7a58eb20-c216-456c-9490-9207dcc8323b} <Debug> DynamicQueryHandler: Done processing query | ||
15600 | 2024.09.03 23:58:10.507936 [ 3 ] {7a58eb20-c216-456c-9490-9207dcc8323b} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
15601 | 2024.09.03 23:58:10.507951 [ 3 ] {} <Debug> HTTP-Session: 25ff7eda-d845-4728-82d0-ba39e4034d1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15602 | 2024.09.03 23:58:10.508166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15603 | 2024.09.03 23:58:10.508217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15604 | 2024.09.03 23:58:10.508235 [ 3 ] {} <Debug> HTTP-Session: 20bc9a5b-f385-4e56-91c7-fa8156ead77b Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15605 | 2024.09.03 23:58:10.508251 [ 3 ] {} <Debug> HTTP-Session: 20bc9a5b-f385-4e56-91c7-fa8156ead77b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15606 | 2024.09.03 23:58:10.508265 [ 3 ] {} <Debug> HTTP-Session: 20bc9a5b-f385-4e56-91c7-fa8156ead77b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15607 | 2024.09.03 23:58:10.508296 [ 3 ] {} <Trace> HTTP-Session: 20bc9a5b-f385-4e56-91c7-fa8156ead77b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15608 | 2024.09.03 23:58:10.508390 [ 3 ] {508f20f8-facd-47ac-88ac-c8e6e89af503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15609 | 2024.09.03 23:58:10.508433 [ 3 ] {508f20f8-facd-47ac-88ac-c8e6e89af503} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15610 | 2024.09.03 23:58:10.508562 [ 3 ] {508f20f8-facd-47ac-88ac-c8e6e89af503} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15611 | 2024.09.03 23:58:10.508820 [ 3 ] {508f20f8-facd-47ac-88ac-c8e6e89af503} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15612 | 2024.09.03 23:58:10.508855 [ 3 ] {508f20f8-facd-47ac-88ac-c8e6e89af503} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15613 | 2024.09.03 23:58:10.509203 [ 3 ] {508f20f8-facd-47ac-88ac-c8e6e89af503} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
15614 | 2024.09.03 23:58:10.509522 [ 3 ] {508f20f8-facd-47ac-88ac-c8e6e89af503} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15615 | 2024.09.03 23:58:10.509660 [ 3 ] {508f20f8-facd-47ac-88ac-c8e6e89af503} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001294 sec., 4636.7851622874805 rows/sec., 242.25 KiB/sec. | ||
15616 | 2024.09.03 23:58:10.509945 [ 3 ] {508f20f8-facd-47ac-88ac-c8e6e89af503} <Debug> DynamicQueryHandler: Done processing query | ||
15617 | 2024.09.03 23:58:10.509983 [ 3 ] {508f20f8-facd-47ac-88ac-c8e6e89af503} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15618 | 2024.09.03 23:58:10.509999 [ 3 ] {} <Debug> HTTP-Session: 20bc9a5b-f385-4e56-91c7-fa8156ead77b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15619 | 2024.09.03 23:58:10.510171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 44650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15620 | 2024.09.03 23:58:10.510220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15621 | 2024.09.03 23:58:10.510238 [ 3 ] {} <Debug> HTTP-Session: 72fe57db-9b46-401e-b5b5-67c5d6a82dcb Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15622 | 2024.09.03 23:58:10.510255 [ 3 ] {} <Debug> HTTP-Session: 72fe57db-9b46-401e-b5b5-67c5d6a82dcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15623 | 2024.09.03 23:58:10.510268 [ 3 ] {} <Debug> HTTP-Session: 72fe57db-9b46-401e-b5b5-67c5d6a82dcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15624 | 2024.09.03 23:58:10.510298 [ 3 ] {} <Trace> HTTP-Session: 72fe57db-9b46-401e-b5b5-67c5d6a82dcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15625 | 2024.09.03 23:58:10.510497 [ 3 ] {6e2a8e46-e63e-4d95-ae28-34c3c72fc17c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15626 | 2024.09.03 23:58:10.510546 [ 3 ] {6e2a8e46-e63e-4d95-ae28-34c3c72fc17c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15627 | 2024.09.03 23:58:10.510707 [ 3 ] {6e2a8e46-e63e-4d95-ae28-34c3c72fc17c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15628 | 2024.09.03 23:58:10.511152 [ 3 ] {6e2a8e46-e63e-4d95-ae28-34c3c72fc17c} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15629 | 2024.09.03 23:58:10.511187 [ 3 ] {6e2a8e46-e63e-4d95-ae28-34c3c72fc17c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15630 | 2024.09.03 23:58:10.511585 [ 3 ] {6e2a8e46-e63e-4d95-ae28-34c3c72fc17c} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
15631 | 2024.09.03 23:58:10.511925 [ 3 ] {6e2a8e46-e63e-4d95-ae28-34c3c72fc17c} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15632 | 2024.09.03 23:58:10.512055 [ 3 ] {6e2a8e46-e63e-4d95-ae28-34c3c72fc17c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00167 sec., 141916.16766467065 rows/sec., 9.51 MiB/sec. | ||
15633 | 2024.09.03 23:58:10.512221 [ 3 ] {6e2a8e46-e63e-4d95-ae28-34c3c72fc17c} <Debug> DynamicQueryHandler: Done processing query | ||
15634 | 2024.09.03 23:58:10.512245 [ 3 ] {6e2a8e46-e63e-4d95-ae28-34c3c72fc17c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
15635 | 2024.09.03 23:58:10.512260 [ 3 ] {} <Debug> HTTP-Session: 72fe57db-9b46-401e-b5b5-67c5d6a82dcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15636 | 2024.09.03 23:58:10.512430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15637 | 2024.09.03 23:58:10.512479 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15638 | 2024.09.03 23:58:10.512497 [ 3 ] {} <Debug> HTTP-Session: 9d830b7c-7aac-4c41-a36e-9441a45a5c13 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15639 | 2024.09.03 23:58:10.512513 [ 3 ] {} <Debug> HTTP-Session: 9d830b7c-7aac-4c41-a36e-9441a45a5c13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15640 | 2024.09.03 23:58:10.512527 [ 3 ] {} <Debug> HTTP-Session: 9d830b7c-7aac-4c41-a36e-9441a45a5c13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15641 | 2024.09.03 23:58:10.512558 [ 3 ] {} <Trace> HTTP-Session: 9d830b7c-7aac-4c41-a36e-9441a45a5c13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15642 | 2024.09.03 23:58:10.512654 [ 3 ] {164d3fac-b420-46dd-87bd-ea2e5da235f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
15643 | 2024.09.03 23:58:10.512699 [ 3 ] {164d3fac-b420-46dd-87bd-ea2e5da235f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15644 | 2024.09.03 23:58:10.512826 [ 3 ] {164d3fac-b420-46dd-87bd-ea2e5da235f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15645 | 2024.09.03 23:58:10.513076 [ 3 ] {164d3fac-b420-46dd-87bd-ea2e5da235f5} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15646 | 2024.09.03 23:58:10.513111 [ 3 ] {164d3fac-b420-46dd-87bd-ea2e5da235f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15647 | 2024.09.03 23:58:10.513446 [ 3 ] {164d3fac-b420-46dd-87bd-ea2e5da235f5} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
15648 | 2024.09.03 23:58:10.513762 [ 3 ] {164d3fac-b420-46dd-87bd-ea2e5da235f5} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15649 | 2024.09.03 23:58:10.513902 [ 3 ] {164d3fac-b420-46dd-87bd-ea2e5da235f5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001272 sec., 786.1635220125787 rows/sec., 52.97 KiB/sec. | ||
15650 | 2024.09.03 23:58:10.514196 [ 3 ] {164d3fac-b420-46dd-87bd-ea2e5da235f5} <Debug> DynamicQueryHandler: Done processing query | ||
15651 | 2024.09.03 23:58:10.514230 [ 3 ] {164d3fac-b420-46dd-87bd-ea2e5da235f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
15652 | 2024.09.03 23:58:10.514255 [ 3 ] {} <Debug> HTTP-Session: 9d830b7c-7aac-4c41-a36e-9441a45a5c13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15653 | 2024.09.03 23:58:10.514370 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12115, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15654 | 2024.09.03 23:58:10.514420 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15655 | 2024.09.03 23:58:10.514438 [ 3 ] {} <Debug> HTTP-Session: bf41986f-2638-405a-b0aa-026093ea87dc Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15656 | 2024.09.03 23:58:10.514455 [ 3 ] {} <Debug> HTTP-Session: bf41986f-2638-405a-b0aa-026093ea87dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15657 | 2024.09.03 23:58:10.514468 [ 3 ] {} <Debug> HTTP-Session: bf41986f-2638-405a-b0aa-026093ea87dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15658 | 2024.09.03 23:58:10.514499 [ 3 ] {} <Trace> HTTP-Session: bf41986f-2638-405a-b0aa-026093ea87dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15659 | 2024.09.03 23:58:10.514684 [ 3 ] {a67d802c-debf-439a-bcb5-1b9e75424f48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
15660 | 2024.09.03 23:58:10.514753 [ 3 ] {a67d802c-debf-439a-bcb5-1b9e75424f48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
15661 | 2024.09.03 23:58:10.515167 [ 3 ] {a67d802c-debf-439a-bcb5-1b9e75424f48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15662 | 2024.09.03 23:58:10.515685 [ 3 ] {a67d802c-debf-439a-bcb5-1b9e75424f48} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15663 | 2024.09.03 23:58:10.515720 [ 3 ] {a67d802c-debf-439a-bcb5-1b9e75424f48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15664 | 2024.09.03 23:58:10.516295 [ 3 ] {a67d802c-debf-439a-bcb5-1b9e75424f48} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
15665 | 2024.09.03 23:58:10.516701 [ 3 ] {a67d802c-debf-439a-bcb5-1b9e75424f48} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15666 | 2024.09.03 23:58:10.516836 [ 170 ] {} <Debug> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
15667 | 2024.09.03 23:58:10.516853 [ 3 ] {a67d802c-debf-439a-bcb5-1b9e75424f48} <Debug> executeQuery: Read 7 rows, 12.84 KiB in 0.00228 sec., 3070.1754385964914 rows/sec., 5.50 MiB/sec. | ||
15668 | 2024.09.03 23:58:10.516890 [ 170 ] {} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15669 | 2024.09.03 23:58:10.516936 [ 170 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15670 | 2024.09.03 23:58:10.517104 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
15671 | 2024.09.03 23:58:10.517154 [ 3 ] {a67d802c-debf-439a-bcb5-1b9e75424f48} <Debug> DynamicQueryHandler: Done processing query | ||
15672 | 2024.09.03 23:58:10.517182 [ 3 ] {a67d802c-debf-439a-bcb5-1b9e75424f48} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
15673 | 2024.09.03 23:58:10.517206 [ 3 ] {} <Debug> HTTP-Session: bf41986f-2638-405a-b0aa-026093ea87dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15674 | 2024.09.03 23:58:10.517349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15675 | 2024.09.03 23:58:10.517422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15676 | 2024.09.03 23:58:10.517435 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15677 | 2024.09.03 23:58:10.517446 [ 3 ] {} <Debug> HTTP-Session: f4ec5940-b768-4736-a190-dbc7ca1133ab Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15678 | 2024.09.03 23:58:10.517472 [ 3 ] {} <Debug> HTTP-Session: f4ec5940-b768-4736-a190-dbc7ca1133ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15679 | 2024.09.03 23:58:10.517495 [ 3 ] {} <Debug> HTTP-Session: f4ec5940-b768-4736-a190-dbc7ca1133ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15680 | 2024.09.03 23:58:10.517509 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1366 rows starting from the beginning of the part | ||
15681 | 2024.09.03 23:58:10.517535 [ 3 ] {} <Trace> HTTP-Session: f4ec5940-b768-4736-a190-dbc7ca1133ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15682 | 2024.09.03 23:58:10.517828 [ 3 ] {3ecb0fca-99f1-4377-8b4d-27d3ba8ec10f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15683 | 2024.09.03 23:58:10.517965 [ 3 ] {3ecb0fca-99f1-4377-8b4d-27d3ba8ec10f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15684 | 2024.09.03 23:58:10.517993 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 7 rows starting from the beginning of the part | ||
15685 | 2024.09.03 23:58:10.518650 [ 3 ] {3ecb0fca-99f1-4377-8b4d-27d3ba8ec10f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15686 | 2024.09.03 23:58:10.518651 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 46 rows starting from the beginning of the part | ||
15687 | 2024.09.03 23:58:10.519195 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 7 rows starting from the beginning of the part | ||
15688 | 2024.09.03 23:58:10.519387 [ 3 ] {3ecb0fca-99f1-4377-8b4d-27d3ba8ec10f} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15689 | 2024.09.03 23:58:10.519482 [ 3 ] {3ecb0fca-99f1-4377-8b4d-27d3ba8ec10f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15690 | 2024.09.03 23:58:10.519751 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 46 rows starting from the beginning of the part | ||
15691 | 2024.09.03 23:58:10.520220 [ 186 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 7 rows starting from the beginning of the part | ||
15692 | 2024.09.03 23:58:10.520530 [ 3 ] {3ecb0fca-99f1-4377-8b4d-27d3ba8ec10f} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
15693 | 2024.09.03 23:58:10.521051 [ 3 ] {3ecb0fca-99f1-4377-8b4d-27d3ba8ec10f} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15694 | 2024.09.03 23:58:10.521313 [ 3 ] {3ecb0fca-99f1-4377-8b4d-27d3ba8ec10f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003626 sec., 22614.45118587976 rows/sec., 1.44 MiB/sec. | ||
15695 | 2024.09.03 23:58:10.521841 [ 3 ] {3ecb0fca-99f1-4377-8b4d-27d3ba8ec10f} <Debug> DynamicQueryHandler: Done processing query | ||
15696 | 2024.09.03 23:58:10.521918 [ 3 ] {3ecb0fca-99f1-4377-8b4d-27d3ba8ec10f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15697 | 2024.09.03 23:58:10.521991 [ 3 ] {} <Debug> HTTP-Session: f4ec5940-b768-4736-a190-dbc7ca1133ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15698 | 2024.09.03 23:58:10.526223 [ 200 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1479 rows, containing 19 columns (19 merged, 0 gathered) in 0.009199288 sec., 160773.31202153905 rows/sec., 287.80 MiB/sec. | ||
15699 | 2024.09.03 23:58:10.528227 [ 195 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
15700 | 2024.09.03 23:58:10.528897 [ 195 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15701 | 2024.09.03 23:58:10.529001 [ 195 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
15702 | 2024.09.03 23:58:10.529165 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.58 MiB. | ||
15703 | 2024.09.03 23:58:15.494134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 22152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15704 | 2024.09.03 23:58:15.494328 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15705 | 2024.09.03 23:58:15.494375 [ 3 ] {} <Debug> HTTP-Session: 70495338-9574-4599-889a-03e099891b4f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15706 | 2024.09.03 23:58:15.494418 [ 3 ] {} <Debug> HTTP-Session: 70495338-9574-4599-889a-03e099891b4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15707 | 2024.09.03 23:58:15.494448 [ 3 ] {} <Debug> HTTP-Session: 70495338-9574-4599-889a-03e099891b4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15708 | 2024.09.03 23:58:15.494529 [ 3 ] {} <Trace> HTTP-Session: 70495338-9574-4599-889a-03e099891b4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15709 | 2024.09.03 23:58:15.494883 [ 3 ] {27ffc10f-d40c-4a74-bad5-23d47539d998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15710 | 2024.09.03 23:58:15.494953 [ 3 ] {27ffc10f-d40c-4a74-bad5-23d47539d998} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15711 | 2024.09.03 23:58:15.495294 [ 3 ] {27ffc10f-d40c-4a74-bad5-23d47539d998} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15712 | 2024.09.03 23:58:15.495946 [ 3 ] {27ffc10f-d40c-4a74-bad5-23d47539d998} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15713 | 2024.09.03 23:58:15.495990 [ 3 ] {27ffc10f-d40c-4a74-bad5-23d47539d998} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15714 | 2024.09.03 23:58:15.496454 [ 3 ] {27ffc10f-d40c-4a74-bad5-23d47539d998} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
15715 | 2024.09.03 23:58:15.496861 [ 3 ] {27ffc10f-d40c-4a74-bad5-23d47539d998} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15716 | 2024.09.03 23:58:15.497045 [ 3 ] {27ffc10f-d40c-4a74-bad5-23d47539d998} <Debug> executeQuery: Read 148 rows, 13.14 KiB in 0.002291 sec., 64600.61108686163 rows/sec., 5.60 MiB/sec. | ||
15717 | 2024.09.03 23:58:15.497312 [ 3 ] {27ffc10f-d40c-4a74-bad5-23d47539d998} <Debug> DynamicQueryHandler: Done processing query | ||
15718 | 2024.09.03 23:58:15.497353 [ 3 ] {27ffc10f-d40c-4a74-bad5-23d47539d998} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
15719 | 2024.09.03 23:58:15.497386 [ 3 ] {} <Debug> HTTP-Session: 70495338-9574-4599-889a-03e099891b4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15720 | 2024.09.03 23:58:15.497635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 6648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15721 | 2024.09.03 23:58:15.497696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15722 | 2024.09.03 23:58:15.497718 [ 3 ] {} <Debug> HTTP-Session: 5efea3cc-0726-4b3b-9247-9485dbbe414e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15723 | 2024.09.03 23:58:15.497737 [ 3 ] {} <Debug> HTTP-Session: 5efea3cc-0726-4b3b-9247-9485dbbe414e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15724 | 2024.09.03 23:58:15.497752 [ 3 ] {} <Debug> HTTP-Session: 5efea3cc-0726-4b3b-9247-9485dbbe414e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15725 | 2024.09.03 23:58:15.497788 [ 3 ] {} <Trace> HTTP-Session: 5efea3cc-0726-4b3b-9247-9485dbbe414e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15726 | 2024.09.03 23:58:15.497915 [ 3 ] {fc3a1ac8-299c-4eb7-b256-8552ec5d3948} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15727 | 2024.09.03 23:58:15.497962 [ 3 ] {fc3a1ac8-299c-4eb7-b256-8552ec5d3948} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15728 | 2024.09.03 23:58:15.498204 [ 3 ] {fc3a1ac8-299c-4eb7-b256-8552ec5d3948} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15729 | 2024.09.03 23:58:15.498571 [ 3 ] {fc3a1ac8-299c-4eb7-b256-8552ec5d3948} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15730 | 2024.09.03 23:58:15.498608 [ 3 ] {fc3a1ac8-299c-4eb7-b256-8552ec5d3948} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15731 | 2024.09.03 23:58:15.498982 [ 3 ] {fc3a1ac8-299c-4eb7-b256-8552ec5d3948} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
15732 | 2024.09.03 23:58:15.499378 [ 3 ] {fc3a1ac8-299c-4eb7-b256-8552ec5d3948} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15733 | 2024.09.03 23:58:15.499551 [ 3 ] {fc3a1ac8-299c-4eb7-b256-8552ec5d3948} <Debug> executeQuery: Read 46 rows, 3.46 KiB in 0.001673 sec., 27495.517035265988 rows/sec., 2.02 MiB/sec. | ||
15734 | 2024.09.03 23:58:15.499746 [ 3 ] {fc3a1ac8-299c-4eb7-b256-8552ec5d3948} <Debug> DynamicQueryHandler: Done processing query | ||
15735 | 2024.09.03 23:58:15.499773 [ 3 ] {fc3a1ac8-299c-4eb7-b256-8552ec5d3948} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
15736 | 2024.09.03 23:58:15.499790 [ 3 ] {} <Debug> HTTP-Session: 5efea3cc-0726-4b3b-9247-9485dbbe414e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15737 | 2024.09.03 23:58:15.499976 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 18673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15738 | 2024.09.03 23:58:15.500029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15739 | 2024.09.03 23:58:15.500048 [ 3 ] {} <Debug> HTTP-Session: 7fa2562e-8cdd-4176-bab8-88feaa456f9d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15740 | 2024.09.03 23:58:15.500066 [ 3 ] {} <Debug> HTTP-Session: 7fa2562e-8cdd-4176-bab8-88feaa456f9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15741 | 2024.09.03 23:58:15.500080 [ 3 ] {} <Debug> HTTP-Session: 7fa2562e-8cdd-4176-bab8-88feaa456f9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15742 | 2024.09.03 23:58:15.500113 [ 3 ] {} <Trace> HTTP-Session: 7fa2562e-8cdd-4176-bab8-88feaa456f9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15743 | 2024.09.03 23:58:15.500246 [ 3 ] {88d1e8cd-f9ec-445b-8a37-4c6fad0048fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15744 | 2024.09.03 23:58:15.500291 [ 3 ] {88d1e8cd-f9ec-445b-8a37-4c6fad0048fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15745 | 2024.09.03 23:58:15.500522 [ 3 ] {88d1e8cd-f9ec-445b-8a37-4c6fad0048fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15746 | 2024.09.03 23:58:15.500909 [ 3 ] {88d1e8cd-f9ec-445b-8a37-4c6fad0048fb} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15747 | 2024.09.03 23:58:15.500946 [ 3 ] {88d1e8cd-f9ec-445b-8a37-4c6fad0048fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15748 | 2024.09.03 23:58:15.501314 [ 3 ] {88d1e8cd-f9ec-445b-8a37-4c6fad0048fb} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
15749 | 2024.09.03 23:58:15.501679 [ 3 ] {88d1e8cd-f9ec-445b-8a37-4c6fad0048fb} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15750 | 2024.09.03 23:58:15.501846 [ 3 ] {88d1e8cd-f9ec-445b-8a37-4c6fad0048fb} <Debug> executeQuery: Read 110 rows, 8.80 KiB in 0.001641 sec., 67032.29737964655 rows/sec., 5.24 MiB/sec. | ||
15751 | 2024.09.03 23:58:15.502027 [ 3 ] {88d1e8cd-f9ec-445b-8a37-4c6fad0048fb} <Debug> DynamicQueryHandler: Done processing query | ||
15752 | 2024.09.03 23:58:15.502053 [ 3 ] {88d1e8cd-f9ec-445b-8a37-4c6fad0048fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
15753 | 2024.09.03 23:58:15.502069 [ 3 ] {} <Debug> HTTP-Session: 7fa2562e-8cdd-4176-bab8-88feaa456f9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15754 | 2024.09.03 23:58:15.502328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15755 | 2024.09.03 23:58:15.502381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15756 | 2024.09.03 23:58:15.502400 [ 3 ] {} <Debug> HTTP-Session: b6dd514a-3ae1-46f8-bea2-46ecfa06a3e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15757 | 2024.09.03 23:58:15.502417 [ 3 ] {} <Debug> HTTP-Session: b6dd514a-3ae1-46f8-bea2-46ecfa06a3e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15758 | 2024.09.03 23:58:15.502431 [ 3 ] {} <Debug> HTTP-Session: b6dd514a-3ae1-46f8-bea2-46ecfa06a3e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15759 | 2024.09.03 23:58:15.502464 [ 3 ] {} <Trace> HTTP-Session: b6dd514a-3ae1-46f8-bea2-46ecfa06a3e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15760 | 2024.09.03 23:58:15.502613 [ 3 ] {64e25e9c-3d77-49be-8fa4-37d87802ab57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15761 | 2024.09.03 23:58:15.502661 [ 3 ] {64e25e9c-3d77-49be-8fa4-37d87802ab57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15762 | 2024.09.03 23:58:15.502811 [ 3 ] {64e25e9c-3d77-49be-8fa4-37d87802ab57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15763 | 2024.09.03 23:58:15.503200 [ 3 ] {64e25e9c-3d77-49be-8fa4-37d87802ab57} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15764 | 2024.09.03 23:58:15.503238 [ 3 ] {64e25e9c-3d77-49be-8fa4-37d87802ab57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15765 | 2024.09.03 23:58:15.503632 [ 3 ] {64e25e9c-3d77-49be-8fa4-37d87802ab57} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
15766 | 2024.09.03 23:58:15.503982 [ 3 ] {64e25e9c-3d77-49be-8fa4-37d87802ab57} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15767 | 2024.09.03 23:58:15.504142 [ 3 ] {64e25e9c-3d77-49be-8fa4-37d87802ab57} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001589 sec., 100692.25928256765 rows/sec., 7.01 MiB/sec. | ||
15768 | 2024.09.03 23:58:15.504314 [ 3 ] {64e25e9c-3d77-49be-8fa4-37d87802ab57} <Debug> DynamicQueryHandler: Done processing query | ||
15769 | 2024.09.03 23:58:15.504338 [ 3 ] {64e25e9c-3d77-49be-8fa4-37d87802ab57} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15770 | 2024.09.03 23:58:15.504355 [ 3 ] {} <Debug> HTTP-Session: b6dd514a-3ae1-46f8-bea2-46ecfa06a3e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15771 | 2024.09.03 23:58:15.504611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 76677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15772 | 2024.09.03 23:58:15.504663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15773 | 2024.09.03 23:58:15.504682 [ 3 ] {} <Debug> HTTP-Session: b912d751-e5b9-49c2-a071-b880b122f040 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15774 | 2024.09.03 23:58:15.504699 [ 3 ] {} <Debug> HTTP-Session: b912d751-e5b9-49c2-a071-b880b122f040 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15775 | 2024.09.03 23:58:15.504713 [ 3 ] {} <Debug> HTTP-Session: b912d751-e5b9-49c2-a071-b880b122f040 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15776 | 2024.09.03 23:58:15.504744 [ 3 ] {} <Trace> HTTP-Session: b912d751-e5b9-49c2-a071-b880b122f040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15777 | 2024.09.03 23:58:15.505180 [ 3 ] {d51d7e4f-cc99-4293-9f4f-61056175230d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
15778 | 2024.09.03 23:58:15.505250 [ 3 ] {d51d7e4f-cc99-4293-9f4f-61056175230d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
15779 | 2024.09.03 23:58:15.505666 [ 3 ] {d51d7e4f-cc99-4293-9f4f-61056175230d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15780 | 2024.09.03 23:58:15.506520 [ 3 ] {d51d7e4f-cc99-4293-9f4f-61056175230d} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15781 | 2024.09.03 23:58:15.506556 [ 3 ] {d51d7e4f-cc99-4293-9f4f-61056175230d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15782 | 2024.09.03 23:58:15.507243 [ 3 ] {d51d7e4f-cc99-4293-9f4f-61056175230d} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
15783 | 2024.09.03 23:58:15.507651 [ 3 ] {d51d7e4f-cc99-4293-9f4f-61056175230d} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15784 | 2024.09.03 23:58:15.507857 [ 3 ] {d51d7e4f-cc99-4293-9f4f-61056175230d} <Debug> executeQuery: Read 46 rows, 84.41 KiB in 0.002991 sec., 15379.47174857907 rows/sec., 27.56 MiB/sec. | ||
15785 | 2024.09.03 23:58:15.508342 [ 3 ] {d51d7e4f-cc99-4293-9f4f-61056175230d} <Debug> DynamicQueryHandler: Done processing query | ||
15786 | 2024.09.03 23:58:15.508411 [ 3 ] {d51d7e4f-cc99-4293-9f4f-61056175230d} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
15787 | 2024.09.03 23:58:15.508481 [ 3 ] {} <Debug> HTTP-Session: b912d751-e5b9-49c2-a071-b880b122f040 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15788 | 2024.09.03 23:58:15.508699 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15789 | 2024.09.03 23:58:15.508765 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15790 | 2024.09.03 23:58:15.508785 [ 3 ] {} <Debug> HTTP-Session: 733017c1-2a4b-4dc7-87da-861d7cc0f333 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15791 | 2024.09.03 23:58:15.508801 [ 3 ] {} <Debug> HTTP-Session: 733017c1-2a4b-4dc7-87da-861d7cc0f333 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15792 | 2024.09.03 23:58:15.508815 [ 3 ] {} <Debug> HTTP-Session: 733017c1-2a4b-4dc7-87da-861d7cc0f333 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15793 | 2024.09.03 23:58:15.508848 [ 3 ] {} <Trace> HTTP-Session: 733017c1-2a4b-4dc7-87da-861d7cc0f333 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15794 | 2024.09.03 23:58:15.508966 [ 3 ] {7b759bf9-9959-44d8-9797-adf6debc6e51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15795 | 2024.09.03 23:58:15.509013 [ 3 ] {7b759bf9-9959-44d8-9797-adf6debc6e51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15796 | 2024.09.03 23:58:15.509155 [ 3 ] {7b759bf9-9959-44d8-9797-adf6debc6e51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15797 | 2024.09.03 23:58:15.509450 [ 3 ] {7b759bf9-9959-44d8-9797-adf6debc6e51} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15798 | 2024.09.03 23:58:15.509486 [ 3 ] {7b759bf9-9959-44d8-9797-adf6debc6e51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
15799 | 2024.09.03 23:58:15.509851 [ 3 ] {7b759bf9-9959-44d8-9797-adf6debc6e51} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
15800 | 2024.09.03 23:58:15.510171 [ 3 ] {7b759bf9-9959-44d8-9797-adf6debc6e51} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15801 | 2024.09.03 23:58:15.510329 [ 3 ] {7b759bf9-9959-44d8-9797-adf6debc6e51} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001392 sec., 43103.448275862065 rows/sec., 2.90 MiB/sec. | ||
15802 | 2024.09.03 23:58:15.510495 [ 3 ] {7b759bf9-9959-44d8-9797-adf6debc6e51} <Debug> DynamicQueryHandler: Done processing query | ||
15803 | 2024.09.03 23:58:15.510519 [ 3 ] {7b759bf9-9959-44d8-9797-adf6debc6e51} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15804 | 2024.09.03 23:58:15.510535 [ 3 ] {} <Debug> HTTP-Session: 733017c1-2a4b-4dc7-87da-861d7cc0f333 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15805 | 2024.09.03 23:58:18.282436 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
15806 | 2024.09.03 23:58:18.282500 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
15807 | 2024.09.03 23:58:20.496291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15808 | 2024.09.03 23:58:20.496419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15809 | 2024.09.03 23:58:20.496450 [ 3 ] {} <Debug> HTTP-Session: 3098cb4d-329f-4337-932a-335cc14d6970 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15810 | 2024.09.03 23:58:20.496479 [ 3 ] {} <Debug> HTTP-Session: 3098cb4d-329f-4337-932a-335cc14d6970 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15811 | 2024.09.03 23:58:20.496497 [ 3 ] {} <Debug> HTTP-Session: 3098cb4d-329f-4337-932a-335cc14d6970 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15812 | 2024.09.03 23:58:20.496555 [ 3 ] {} <Trace> HTTP-Session: 3098cb4d-329f-4337-932a-335cc14d6970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15813 | 2024.09.03 23:58:20.496825 [ 3 ] {04cbb4bb-5ea6-4319-8e6a-175bd9bc00f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15814 | 2024.09.03 23:58:20.496908 [ 3 ] {04cbb4bb-5ea6-4319-8e6a-175bd9bc00f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15815 | 2024.09.03 23:58:20.497290 [ 3 ] {04cbb4bb-5ea6-4319-8e6a-175bd9bc00f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15816 | 2024.09.03 23:58:20.497894 [ 3 ] {04cbb4bb-5ea6-4319-8e6a-175bd9bc00f4} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15817 | 2024.09.03 23:58:20.497941 [ 3 ] {04cbb4bb-5ea6-4319-8e6a-175bd9bc00f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
15818 | 2024.09.03 23:58:20.498391 [ 3 ] {04cbb4bb-5ea6-4319-8e6a-175bd9bc00f4} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
15819 | 2024.09.03 23:58:20.498776 [ 3 ] {04cbb4bb-5ea6-4319-8e6a-175bd9bc00f4} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15820 | 2024.09.03 23:58:20.498953 [ 3 ] {04cbb4bb-5ea6-4319-8e6a-175bd9bc00f4} <Debug> executeQuery: Read 203 rows, 18.22 KiB in 0.002238 sec., 90705.98748882931 rows/sec., 7.95 MiB/sec. | ||
15821 | 2024.09.03 23:58:20.498986 [ 147 ] {} <Debug> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
15822 | 2024.09.03 23:58:20.499101 [ 147 ] {} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15823 | 2024.09.03 23:58:20.499151 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
15824 | 2024.09.03 23:58:20.499301 [ 3 ] {04cbb4bb-5ea6-4319-8e6a-175bd9bc00f4} <Debug> DynamicQueryHandler: Done processing query | ||
15825 | 2024.09.03 23:58:20.499344 [ 3 ] {04cbb4bb-5ea6-4319-8e6a-175bd9bc00f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
15826 | 2024.09.03 23:58:20.499379 [ 186 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::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 | ||
15827 | 2024.09.03 23:58:20.499392 [ 3 ] {} <Debug> HTTP-Session: 3098cb4d-329f-4337-932a-335cc14d6970 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15828 | 2024.09.03 23:58:20.499815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1053, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15829 | 2024.09.03 23:58:20.500027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15830 | 2024.09.03 23:58:20.500055 [ 186 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15831 | 2024.09.03 23:58:20.500129 [ 3 ] {} <Debug> HTTP-Session: b613b838-f840-423a-beb2-47d530ec1a0b Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15832 | 2024.09.03 23:58:20.500195 [ 186 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1495 rows starting from the beginning of the part | ||
15833 | 2024.09.03 23:58:20.500211 [ 3 ] {} <Debug> HTTP-Session: b613b838-f840-423a-beb2-47d530ec1a0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15834 | 2024.09.03 23:58:20.500289 [ 3 ] {} <Debug> HTTP-Session: b613b838-f840-423a-beb2-47d530ec1a0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15835 | 2024.09.03 23:58:20.500476 [ 3 ] {} <Trace> HTTP-Session: b613b838-f840-423a-beb2-47d530ec1a0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15836 | 2024.09.03 23:58:20.500672 [ 186 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::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 | ||
15837 | 2024.09.03 23:58:20.500978 [ 3 ] {81b8e95a-fc3a-47b6-bb86-49db185ed41e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15838 | 2024.09.03 23:58:20.501188 [ 186 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 148 rows starting from the beginning of the part | ||
15839 | 2024.09.03 23:58:20.501214 [ 3 ] {81b8e95a-fc3a-47b6-bb86-49db185ed41e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15840 | 2024.09.03 23:58:20.501597 [ 186 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 203 rows starting from the beginning of the part | ||
15841 | 2024.09.03 23:58:20.502062 [ 186 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 148 rows starting from the beginning of the part | ||
15842 | 2024.09.03 23:58:20.502392 [ 186 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 203 rows starting from the beginning of the part | ||
15843 | 2024.09.03 23:58:20.502867 [ 3 ] {81b8e95a-fc3a-47b6-bb86-49db185ed41e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15844 | 2024.09.03 23:58:20.503319 [ 3 ] {81b8e95a-fc3a-47b6-bb86-49db185ed41e} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15845 | 2024.09.03 23:58:20.503370 [ 3 ] {81b8e95a-fc3a-47b6-bb86-49db185ed41e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
15846 | 2024.09.03 23:58:20.503930 [ 3 ] {81b8e95a-fc3a-47b6-bb86-49db185ed41e} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
15847 | 2024.09.03 23:58:20.504436 [ 3 ] {81b8e95a-fc3a-47b6-bb86-49db185ed41e} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15848 | 2024.09.03 23:58:20.504506 [ 186 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2400 rows, containing 5 columns (5 merged, 0 gathered) in 0.005266463 sec., 455713.82538907044 rows/sec., 40.48 MiB/sec. | ||
15849 | 2024.09.03 23:58:20.504654 [ 3 ] {81b8e95a-fc3a-47b6-bb86-49db185ed41e} <Debug> executeQuery: Read 7 rows, 539.00 B in 0.003869 sec., 1809.253036960455 rows/sec., 136.05 KiB/sec. | ||
15850 | 2024.09.03 23:58:20.504756 [ 186 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
15851 | 2024.09.03 23:58:20.504865 [ 3 ] {81b8e95a-fc3a-47b6-bb86-49db185ed41e} <Debug> DynamicQueryHandler: Done processing query | ||
15852 | 2024.09.03 23:58:20.504893 [ 3 ] {81b8e95a-fc3a-47b6-bb86-49db185ed41e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15853 | 2024.09.03 23:58:20.504912 [ 3 ] {} <Debug> HTTP-Session: b613b838-f840-423a-beb2-47d530ec1a0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15854 | 2024.09.03 23:58:20.505074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15855 | 2024.09.03 23:58:20.505129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15856 | 2024.09.03 23:58:20.505155 [ 3 ] {} <Debug> HTTP-Session: 7467e70c-20d9-413f-ab42-06f8d91b1db5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15857 | 2024.09.03 23:58:20.505176 [ 3 ] {} <Debug> HTTP-Session: 7467e70c-20d9-413f-ab42-06f8d91b1db5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15858 | 2024.09.03 23:58:20.505192 [ 3 ] {} <Debug> HTTP-Session: 7467e70c-20d9-413f-ab42-06f8d91b1db5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15859 | 2024.09.03 23:58:20.505233 [ 186 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_81_16} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15860 | 2024.09.03 23:58:20.505236 [ 3 ] {} <Trace> HTTP-Session: 7467e70c-20d9-413f-ab42-06f8d91b1db5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15861 | 2024.09.03 23:58:20.505333 [ 186 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_81_16} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
15862 | 2024.09.03 23:58:20.505370 [ 3 ] {bea47167-872b-498c-a2eb-84a342693dd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
15863 | 2024.09.03 23:58:20.505422 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
15864 | 2024.09.03 23:58:20.505437 [ 3 ] {bea47167-872b-498c-a2eb-84a342693dd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15865 | 2024.09.03 23:58:20.505674 [ 3 ] {bea47167-872b-498c-a2eb-84a342693dd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15866 | 2024.09.03 23:58:20.506031 [ 3 ] {bea47167-872b-498c-a2eb-84a342693dd3} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15867 | 2024.09.03 23:58:20.506069 [ 3 ] {bea47167-872b-498c-a2eb-84a342693dd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
15868 | 2024.09.03 23:58:20.506431 [ 3 ] {bea47167-872b-498c-a2eb-84a342693dd3} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
15869 | 2024.09.03 23:58:20.506785 [ 3 ] {bea47167-872b-498c-a2eb-84a342693dd3} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15870 | 2024.09.03 23:58:20.506951 [ 147 ] {} <Debug> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
15871 | 2024.09.03 23:58:20.506959 [ 3 ] {bea47167-872b-498c-a2eb-84a342693dd3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001608 sec., 8706.467661691542 rows/sec., 609.74 KiB/sec. | ||
15872 | 2024.09.03 23:58:20.507000 [ 147 ] {} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15873 | 2024.09.03 23:58:20.507069 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
15874 | 2024.09.03 23:58:20.507271 [ 194 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::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 | ||
15875 | 2024.09.03 23:58:20.507285 [ 3 ] {bea47167-872b-498c-a2eb-84a342693dd3} <Debug> DynamicQueryHandler: Done processing query | ||
15876 | 2024.09.03 23:58:20.507339 [ 3 ] {bea47167-872b-498c-a2eb-84a342693dd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15877 | 2024.09.03 23:58:20.507395 [ 3 ] {} <Debug> HTTP-Session: 7467e70c-20d9-413f-ab42-06f8d91b1db5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15878 | 2024.09.03 23:58:20.507611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15879 | 2024.09.03 23:58:20.507736 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15880 | 2024.09.03 23:58:20.507786 [ 194 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15881 | 2024.09.03 23:58:20.507805 [ 3 ] {} <Debug> HTTP-Session: 41a53222-ec1f-4bbb-b3b9-ff7c203033cb Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15882 | 2024.09.03 23:58:20.507859 [ 3 ] {} <Debug> HTTP-Session: 41a53222-ec1f-4bbb-b3b9-ff7c203033cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15883 | 2024.09.03 23:58:20.507883 [ 194 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 281 rows starting from the beginning of the part | ||
15884 | 2024.09.03 23:58:20.507905 [ 3 ] {} <Debug> HTTP-Session: 41a53222-ec1f-4bbb-b3b9-ff7c203033cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15885 | 2024.09.03 23:58:20.507983 [ 3 ] {} <Trace> HTTP-Session: 41a53222-ec1f-4bbb-b3b9-ff7c203033cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15886 | 2024.09.03 23:58:20.508063 [ 194 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
15887 | 2024.09.03 23:58:20.508143 [ 3 ] {c9f70ead-9a5b-45c0-9f88-0ec64b016e5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
15888 | 2024.09.03 23:58:20.508197 [ 194 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 228 rows starting from the beginning of the part | ||
15889 | 2024.09.03 23:58:20.508216 [ 3 ] {c9f70ead-9a5b-45c0-9f88-0ec64b016e5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15890 | 2024.09.03 23:58:20.508435 [ 194 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part | ||
15891 | 2024.09.03 23:58:20.508615 [ 194 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part | ||
15892 | 2024.09.03 23:58:20.508861 [ 194 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part | ||
15893 | 2024.09.03 23:58:20.508951 [ 3 ] {c9f70ead-9a5b-45c0-9f88-0ec64b016e5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15894 | 2024.09.03 23:58:20.509478 [ 3 ] {c9f70ead-9a5b-45c0-9f88-0ec64b016e5c} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15895 | 2024.09.03 23:58:20.509524 [ 3 ] {c9f70ead-9a5b-45c0-9f88-0ec64b016e5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
15896 | 2024.09.03 23:58:20.510074 [ 3 ] {c9f70ead-9a5b-45c0-9f88-0ec64b016e5c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
15897 | 2024.09.03 23:58:20.510573 [ 194 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 565 rows, containing 5 columns (5 merged, 0 gathered) in 0.003402033 sec., 166077.16621208555 rows/sec., 11.30 MiB/sec. | ||
15898 | 2024.09.03 23:58:20.510729 [ 194 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
15899 | 2024.09.03 23:58:20.510749 [ 3 ] {c9f70ead-9a5b-45c0-9f88-0ec64b016e5c} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15900 | 2024.09.03 23:58:20.511013 [ 3 ] {c9f70ead-9a5b-45c0-9f88-0ec64b016e5c} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.002901 sec., 2068.252326783868 rows/sec., 122.20 KiB/sec. | ||
15901 | 2024.09.03 23:58:20.511305 [ 3 ] {c9f70ead-9a5b-45c0-9f88-0ec64b016e5c} <Debug> DynamicQueryHandler: Done processing query | ||
15902 | 2024.09.03 23:58:20.511334 [ 3 ] {c9f70ead-9a5b-45c0-9f88-0ec64b016e5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15903 | 2024.09.03 23:58:20.511353 [ 3 ] {} <Debug> HTTP-Session: 41a53222-ec1f-4bbb-b3b9-ff7c203033cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15904 | 2024.09.03 23:58:20.511419 [ 194 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_51_10} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15905 | 2024.09.03 23:58:20.511492 [ 194 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_51_10} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
15906 | 2024.09.03 23:58:20.511547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 62952, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15907 | 2024.09.03 23:58:20.511572 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
15908 | 2024.09.03 23:58:20.511608 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15909 | 2024.09.03 23:58:20.511628 [ 3 ] {} <Debug> HTTP-Session: fbd0b1b0-a304-490f-a880-18aeb15b20c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15910 | 2024.09.03 23:58:20.511645 [ 3 ] {} <Debug> HTTP-Session: fbd0b1b0-a304-490f-a880-18aeb15b20c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15911 | 2024.09.03 23:58:20.511659 [ 3 ] {} <Debug> HTTP-Session: fbd0b1b0-a304-490f-a880-18aeb15b20c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15912 | 2024.09.03 23:58:20.511689 [ 3 ] {} <Trace> HTTP-Session: fbd0b1b0-a304-490f-a880-18aeb15b20c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15913 | 2024.09.03 23:58:20.511887 [ 3 ] {fce2b247-92cc-4b2e-b4dc-0c407e740871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15914 | 2024.09.03 23:58:20.511932 [ 3 ] {fce2b247-92cc-4b2e-b4dc-0c407e740871} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15915 | 2024.09.03 23:58:20.512157 [ 3 ] {fce2b247-92cc-4b2e-b4dc-0c407e740871} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15916 | 2024.09.03 23:58:20.512836 [ 3 ] {fce2b247-92cc-4b2e-b4dc-0c407e740871} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15917 | 2024.09.03 23:58:20.512873 [ 3 ] {fce2b247-92cc-4b2e-b4dc-0c407e740871} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
15918 | 2024.09.03 23:58:20.513278 [ 3 ] {fce2b247-92cc-4b2e-b4dc-0c407e740871} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
15919 | 2024.09.03 23:58:20.513637 [ 3 ] {fce2b247-92cc-4b2e-b4dc-0c407e740871} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15920 | 2024.09.03 23:58:20.513796 [ 3 ] {fce2b247-92cc-4b2e-b4dc-0c407e740871} <Debug> executeQuery: Read 389 rows, 28.24 KiB in 0.002004 sec., 194111.77644710577 rows/sec., 13.76 MiB/sec. | ||
15921 | 2024.09.03 23:58:20.513799 [ 147 ] {} <Debug> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
15922 | 2024.09.03 23:58:20.513896 [ 147 ] {} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15923 | 2024.09.03 23:58:20.513977 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
15924 | 2024.09.03 23:58:20.514138 [ 3 ] {fce2b247-92cc-4b2e-b4dc-0c407e740871} <Debug> DynamicQueryHandler: Done processing query | ||
15925 | 2024.09.03 23:58:20.514218 [ 3 ] {fce2b247-92cc-4b2e-b4dc-0c407e740871} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
15926 | 2024.09.03 23:58:20.514289 [ 3 ] {} <Debug> HTTP-Session: fbd0b1b0-a304-490f-a880-18aeb15b20c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15927 | 2024.09.03 23:58:20.514521 [ 191 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::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 | ||
15928 | 2024.09.03 23:58:20.514646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15929 | 2024.09.03 23:58:20.514843 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15930 | 2024.09.03 23:58:20.514934 [ 3 ] {} <Debug> HTTP-Session: ddd4c545-ef9d-4da0-9531-3352e03e59cc Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15931 | 2024.09.03 23:58:20.515016 [ 3 ] {} <Debug> HTTP-Session: ddd4c545-ef9d-4da0-9531-3352e03e59cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15932 | 2024.09.03 23:58:20.515085 [ 3 ] {} <Debug> HTTP-Session: ddd4c545-ef9d-4da0-9531-3352e03e59cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15933 | 2024.09.03 23:58:20.515320 [ 3 ] {} <Trace> HTTP-Session: ddd4c545-ef9d-4da0-9531-3352e03e59cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15934 | 2024.09.03 23:58:20.515409 [ 191 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15935 | 2024.09.03 23:58:20.515529 [ 191 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1091 rows starting from the beginning of the part | ||
15936 | 2024.09.03 23:58:20.515747 [ 3 ] {bdc42bb2-bdc0-4cc9-9a0c-f4d925fa6bf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15937 | 2024.09.03 23:58:20.515995 [ 3 ] {bdc42bb2-bdc0-4cc9-9a0c-f4d925fa6bf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15938 | 2024.09.03 23:58:20.516011 [ 191 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 389 rows starting from the beginning of the part | ||
15939 | 2024.09.03 23:58:20.516464 [ 191 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 110 rows starting from the beginning of the part | ||
15940 | 2024.09.03 23:58:20.516849 [ 191 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 389 rows starting from the beginning of the part | ||
15941 | 2024.09.03 23:58:20.517196 [ 191 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 110 rows starting from the beginning of the part | ||
15942 | 2024.09.03 23:58:20.517348 [ 3 ] {bdc42bb2-bdc0-4cc9-9a0c-f4d925fa6bf0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15943 | 2024.09.03 23:58:20.517644 [ 191 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 389 rows starting from the beginning of the part | ||
15944 | 2024.09.03 23:58:20.518490 [ 3 ] {bdc42bb2-bdc0-4cc9-9a0c-f4d925fa6bf0} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15945 | 2024.09.03 23:58:20.518548 [ 3 ] {bdc42bb2-bdc0-4cc9-9a0c-f4d925fa6bf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
15946 | 2024.09.03 23:58:20.519377 [ 3 ] {bdc42bb2-bdc0-4cc9-9a0c-f4d925fa6bf0} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
15947 | 2024.09.03 23:58:20.520305 [ 3 ] {bdc42bb2-bdc0-4cc9-9a0c-f4d925fa6bf0} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15948 | 2024.09.03 23:58:20.520530 [ 3 ] {bdc42bb2-bdc0-4cc9-9a0c-f4d925fa6bf0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004987 sec., 1203.12813314618 rows/sec., 62.86 KiB/sec. | ||
15949 | 2024.09.03 23:58:20.520755 [ 3 ] {bdc42bb2-bdc0-4cc9-9a0c-f4d925fa6bf0} <Debug> DynamicQueryHandler: Done processing query | ||
15950 | 2024.09.03 23:58:20.520799 [ 3 ] {bdc42bb2-bdc0-4cc9-9a0c-f4d925fa6bf0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15951 | 2024.09.03 23:58:20.520852 [ 3 ] {} <Debug> HTTP-Session: ddd4c545-ef9d-4da0-9531-3352e03e59cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15952 | 2024.09.03 23:58:20.521088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 44650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15953 | 2024.09.03 23:58:20.521100 [ 192 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2478 rows, containing 5 columns (5 merged, 0 gathered) in 0.006995441 sec., 354230.7053979871 rows/sec., 27.01 MiB/sec. | ||
15954 | 2024.09.03 23:58:20.521159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15955 | 2024.09.03 23:58:20.521202 [ 3 ] {} <Debug> HTTP-Session: 4de3cc1c-53aa-47a9-814c-da5e7b190516 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15956 | 2024.09.03 23:58:20.521221 [ 3 ] {} <Debug> HTTP-Session: 4de3cc1c-53aa-47a9-814c-da5e7b190516 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15957 | 2024.09.03 23:58:20.521235 [ 3 ] {} <Debug> HTTP-Session: 4de3cc1c-53aa-47a9-814c-da5e7b190516 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15958 | 2024.09.03 23:58:20.521271 [ 3 ] {} <Trace> HTTP-Session: 4de3cc1c-53aa-47a9-814c-da5e7b190516 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15959 | 2024.09.03 23:58:20.521443 [ 192 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
15960 | 2024.09.03 23:58:20.521603 [ 3 ] {f22af0ed-7096-4cf9-b3f0-4d51d292c88e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15961 | 2024.09.03 23:58:20.521695 [ 3 ] {f22af0ed-7096-4cf9-b3f0-4d51d292c88e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15962 | 2024.09.03 23:58:20.522529 [ 3 ] {f22af0ed-7096-4cf9-b3f0-4d51d292c88e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15963 | 2024.09.03 23:58:20.522774 [ 198 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_81_16} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15964 | 2024.09.03 23:58:20.522917 [ 198 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_81_16} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
15965 | 2024.09.03 23:58:20.523098 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
15966 | 2024.09.03 23:58:20.523233 [ 3 ] {f22af0ed-7096-4cf9-b3f0-4d51d292c88e} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15967 | 2024.09.03 23:58:20.523269 [ 3 ] {f22af0ed-7096-4cf9-b3f0-4d51d292c88e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
15968 | 2024.09.03 23:58:20.523674 [ 3 ] {f22af0ed-7096-4cf9-b3f0-4d51d292c88e} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
15969 | 2024.09.03 23:58:20.524043 [ 3 ] {f22af0ed-7096-4cf9-b3f0-4d51d292c88e} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15970 | 2024.09.03 23:58:20.524203 [ 3 ] {f22af0ed-7096-4cf9-b3f0-4d51d292c88e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002798 sec., 84703.35954253038 rows/sec., 5.68 MiB/sec. | ||
15971 | 2024.09.03 23:58:20.524230 [ 147 ] {} <Debug> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
15972 | 2024.09.03 23:58:20.524343 [ 147 ] {} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15973 | 2024.09.03 23:58:20.524405 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
15974 | 2024.09.03 23:58:20.524511 [ 3 ] {f22af0ed-7096-4cf9-b3f0-4d51d292c88e} <Debug> DynamicQueryHandler: Done processing query | ||
15975 | 2024.09.03 23:58:20.524570 [ 3 ] {f22af0ed-7096-4cf9-b3f0-4d51d292c88e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
15976 | 2024.09.03 23:58:20.524624 [ 3 ] {} <Debug> HTTP-Session: 4de3cc1c-53aa-47a9-814c-da5e7b190516 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15977 | 2024.09.03 23:58:20.524688 [ 188 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::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 | ||
15978 | 2024.09.03 23:58:20.524870 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15979 | 2024.09.03 23:58:20.524985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15980 | 2024.09.03 23:58:20.524982 [ 188 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15981 | 2024.09.03 23:58:20.525013 [ 3 ] {} <Debug> HTTP-Session: 5de623b4-0b85-4e43-8908-f0ba6065b096 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
15982 | 2024.09.03 23:58:20.525064 [ 3 ] {} <Debug> HTTP-Session: 5de623b4-0b85-4e43-8908-f0ba6065b096 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15983 | 2024.09.03 23:58:20.525069 [ 188 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 23868 rows starting from the beginning of the part | ||
15984 | 2024.09.03 23:58:20.525085 [ 3 ] {} <Debug> HTTP-Session: 5de623b4-0b85-4e43-8908-f0ba6065b096 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15985 | 2024.09.03 23:58:20.525163 [ 3 ] {} <Trace> HTTP-Session: 5de623b4-0b85-4e43-8908-f0ba6065b096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15986 | 2024.09.03 23:58:20.525354 [ 188 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 237 rows starting from the beginning of the part | ||
15987 | 2024.09.03 23:58:20.525597 [ 3 ] {d1f38ae5-52d4-4969-9d0c-feb12845df7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
15988 | 2024.09.03 23:58:20.525668 [ 188 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part | ||
15989 | 2024.09.03 23:58:20.525768 [ 3 ] {d1f38ae5-52d4-4969-9d0c-feb12845df7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15990 | 2024.09.03 23:58:20.526081 [ 188 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 237 rows starting from the beginning of the part | ||
15991 | 2024.09.03 23:58:20.526434 [ 188 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 160 rows starting from the beginning of the part | ||
15992 | 2024.09.03 23:58:20.526789 [ 188 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::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 | ||
15993 | 2024.09.03 23:58:20.526795 [ 3 ] {d1f38ae5-52d4-4969-9d0c-feb12845df7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15994 | 2024.09.03 23:58:20.527577 [ 3 ] {d1f38ae5-52d4-4969-9d0c-feb12845df7b} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15995 | 2024.09.03 23:58:20.527634 [ 3 ] {d1f38ae5-52d4-4969-9d0c-feb12845df7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
15996 | 2024.09.03 23:58:20.528275 [ 3 ] {d1f38ae5-52d4-4969-9d0c-feb12845df7b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
15997 | 2024.09.03 23:58:20.528655 [ 3 ] {d1f38ae5-52d4-4969-9d0c-feb12845df7b} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15998 | 2024.09.03 23:58:20.528970 [ 3 ] {d1f38ae5-52d4-4969-9d0c-feb12845df7b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003537 sec., 282.7254735651682 rows/sec., 19.05 KiB/sec. | ||
15999 | 2024.09.03 23:58:20.529330 [ 3 ] {d1f38ae5-52d4-4969-9d0c-feb12845df7b} <Debug> DynamicQueryHandler: Done processing query | ||
16000 | 2024.09.03 23:58:20.529379 [ 3 ] {d1f38ae5-52d4-4969-9d0c-feb12845df7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
16001 | 2024.09.03 23:58:20.529443 [ 3 ] {} <Debug> HTTP-Session: 5de623b4-0b85-4e43-8908-f0ba6065b096 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16002 | 2024.09.03 23:58:20.529621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16003 | 2024.09.03 23:58:20.529724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16004 | 2024.09.03 23:58:20.529747 [ 3 ] {} <Debug> HTTP-Session: 3f5c19d4-f5a9-4e6f-bad1-5dc059295575 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16005 | 2024.09.03 23:58:20.529765 [ 3 ] {} <Debug> HTTP-Session: 3f5c19d4-f5a9-4e6f-bad1-5dc059295575 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16006 | 2024.09.03 23:58:20.529788 [ 3 ] {} <Debug> HTTP-Session: 3f5c19d4-f5a9-4e6f-bad1-5dc059295575 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16007 | 2024.09.03 23:58:20.529833 [ 3 ] {} <Trace> HTTP-Session: 3f5c19d4-f5a9-4e6f-bad1-5dc059295575 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16008 | 2024.09.03 23:58:20.530232 [ 3 ] {04f15330-ca96-403f-bc91-6e955d999064} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
16009 | 2024.09.03 23:58:20.530314 [ 3 ] {04f15330-ca96-403f-bc91-6e955d999064} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
16010 | 2024.09.03 23:58:20.530956 [ 3 ] {04f15330-ca96-403f-bc91-6e955d999064} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16011 | 2024.09.03 23:58:20.531702 [ 3 ] {04f15330-ca96-403f-bc91-6e955d999064} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16012 | 2024.09.03 23:58:20.531739 [ 3 ] {04f15330-ca96-403f-bc91-6e955d999064} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16013 | 2024.09.03 23:58:20.532551 [ 3 ] {04f15330-ca96-403f-bc91-6e955d999064} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
16014 | 2024.09.03 23:58:20.533146 [ 3 ] {04f15330-ca96-403f-bc91-6e955d999064} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16015 | 2024.09.03 23:58:20.533475 [ 3 ] {04f15330-ca96-403f-bc91-6e955d999064} <Debug> executeQuery: Read 7 rows, 12.84 KiB in 0.003509 sec., 1994.8703334283273 rows/sec., 3.57 MiB/sec. | ||
16016 | 2024.09.03 23:58:20.534162 [ 3 ] {04f15330-ca96-403f-bc91-6e955d999064} <Debug> DynamicQueryHandler: Done processing query | ||
16017 | 2024.09.03 23:58:20.534209 [ 3 ] {04f15330-ca96-403f-bc91-6e955d999064} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
16018 | 2024.09.03 23:58:20.534226 [ 3 ] {} <Debug> HTTP-Session: 3f5c19d4-f5a9-4e6f-bad1-5dc059295575 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16019 | 2024.09.03 23:58:20.534362 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16020 | 2024.09.03 23:58:20.534423 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16021 | 2024.09.03 23:58:20.534470 [ 3 ] {} <Debug> HTTP-Session: d06b5330-a260-41ff-bc35-60af633b0666 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16022 | 2024.09.03 23:58:20.534525 [ 3 ] {} <Debug> HTTP-Session: d06b5330-a260-41ff-bc35-60af633b0666 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16023 | 2024.09.03 23:58:20.534588 [ 3 ] {} <Debug> HTTP-Session: d06b5330-a260-41ff-bc35-60af633b0666 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16024 | 2024.09.03 23:58:20.534694 [ 3 ] {} <Trace> HTTP-Session: d06b5330-a260-41ff-bc35-60af633b0666 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16025 | 2024.09.03 23:58:20.534861 [ 198 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24899 rows, containing 5 columns (5 merged, 0 gathered) in 0.010325953 sec., 2411302.859890995 rows/sec., 162.72 MiB/sec. | ||
16026 | 2024.09.03 23:58:20.534951 [ 3 ] {67890c15-f2ad-4dd3-90cd-ebb06e68e856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16027 | 2024.09.03 23:58:20.535023 [ 3 ] {67890c15-f2ad-4dd3-90cd-ebb06e68e856} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16028 | 2024.09.03 23:58:20.535188 [ 3 ] {67890c15-f2ad-4dd3-90cd-ebb06e68e856} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16029 | 2024.09.03 23:58:20.535411 [ 203 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
16030 | 2024.09.03 23:58:20.535846 [ 3 ] {67890c15-f2ad-4dd3-90cd-ebb06e68e856} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16031 | 2024.09.03 23:58:20.535896 [ 3 ] {67890c15-f2ad-4dd3-90cd-ebb06e68e856} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16032 | 2024.09.03 23:58:20.536764 [ 203 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16033 | 2024.09.03 23:58:20.536870 [ 3 ] {67890c15-f2ad-4dd3-90cd-ebb06e68e856} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
16034 | 2024.09.03 23:58:20.536925 [ 203 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
16035 | 2024.09.03 23:58:20.537077 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
16036 | 2024.09.03 23:58:20.537365 [ 3 ] {67890c15-f2ad-4dd3-90cd-ebb06e68e856} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16037 | 2024.09.03 23:58:20.537536 [ 147 ] {} <Debug> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
16038 | 2024.09.03 23:58:20.537540 [ 3 ] {67890c15-f2ad-4dd3-90cd-ebb06e68e856} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002684 sec., 30551.415797317433 rows/sec., 1.94 MiB/sec. | ||
16039 | 2024.09.03 23:58:20.537590 [ 147 ] {} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16040 | 2024.09.03 23:58:20.537663 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16041 | 2024.09.03 23:58:20.537942 [ 3 ] {67890c15-f2ad-4dd3-90cd-ebb06e68e856} <Debug> DynamicQueryHandler: Done processing query | ||
16042 | 2024.09.03 23:58:20.537974 [ 196 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
16043 | 2024.09.03 23:58:20.537986 [ 3 ] {67890c15-f2ad-4dd3-90cd-ebb06e68e856} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16044 | 2024.09.03 23:58:20.538078 [ 3 ] {} <Debug> HTTP-Session: d06b5330-a260-41ff-bc35-60af633b0666 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16045 | 2024.09.03 23:58:20.538597 [ 196 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16046 | 2024.09.03 23:58:20.538708 [ 196 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4806 rows starting from the beginning of the part | ||
16047 | 2024.09.03 23:58:20.538968 [ 196 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
16048 | 2024.09.03 23:58:20.539168 [ 196 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
16049 | 2024.09.03 23:58:20.539295 [ 196 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
16050 | 2024.09.03 23:58:20.539479 [ 196 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
16051 | 2024.09.03 23:58:20.539611 [ 196 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
16052 | 2024.09.03 23:58:20.542043 [ 198 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5172 rows, containing 4 columns (4 merged, 0 gathered) in 0.004272542 sec., 1210520.5753389902 rows/sec., 78.78 MiB/sec. | ||
16053 | 2024.09.03 23:58:20.542665 [ 198 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
16054 | 2024.09.03 23:58:20.543166 [ 198 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_81_16} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16055 | 2024.09.03 23:58:20.543242 [ 198 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_81_16} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
16056 | 2024.09.03 23:58:20.543327 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
16057 | 2024.09.03 23:58:25.522889 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 187727, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16058 | 2024.09.03 23:58:25.523073 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16059 | 2024.09.03 23:58:25.523118 [ 3 ] {} <Debug> HTTP-Session: 5d3974d4-ed8f-4c25-bb42-52dce1ca1904 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16060 | 2024.09.03 23:58:25.523144 [ 3 ] {} <Debug> HTTP-Session: 5d3974d4-ed8f-4c25-bb42-52dce1ca1904 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16061 | 2024.09.03 23:58:25.523158 [ 3 ] {} <Debug> HTTP-Session: 5d3974d4-ed8f-4c25-bb42-52dce1ca1904 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16062 | 2024.09.03 23:58:25.523210 [ 3 ] {} <Trace> HTTP-Session: 5d3974d4-ed8f-4c25-bb42-52dce1ca1904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16063 | 2024.09.03 23:58:25.523757 [ 3 ] {8970f6d6-b9b4-4be7-a5ac-464aa866ef51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16064 | 2024.09.03 23:58:25.523830 [ 3 ] {8970f6d6-b9b4-4be7-a5ac-464aa866ef51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16065 | 2024.09.03 23:58:25.524174 [ 3 ] {8970f6d6-b9b4-4be7-a5ac-464aa866ef51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16066 | 2024.09.03 23:58:25.525573 [ 3 ] {8970f6d6-b9b4-4be7-a5ac-464aa866ef51} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16067 | 2024.09.03 23:58:25.525623 [ 3 ] {8970f6d6-b9b4-4be7-a5ac-464aa866ef51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16068 | 2024.09.03 23:58:25.526137 [ 3 ] {8970f6d6-b9b4-4be7-a5ac-464aa866ef51} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
16069 | 2024.09.03 23:58:25.526531 [ 3 ] {8970f6d6-b9b4-4be7-a5ac-464aa866ef51} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16070 | 2024.09.03 23:58:25.526697 [ 3 ] {8970f6d6-b9b4-4be7-a5ac-464aa866ef51} <Debug> executeQuery: Read 1288 rows, 109.70 KiB in 0.003291 sec., 391370.40413248254 rows/sec., 32.55 MiB/sec. | ||
16071 | 2024.09.03 23:58:25.527044 [ 3 ] {8970f6d6-b9b4-4be7-a5ac-464aa866ef51} <Debug> DynamicQueryHandler: Done processing query | ||
16072 | 2024.09.03 23:58:25.527105 [ 3 ] {8970f6d6-b9b4-4be7-a5ac-464aa866ef51} <Debug> MemoryTracker: Peak memory usage (for query): 4.99 MiB. | ||
16073 | 2024.09.03 23:58:25.527165 [ 3 ] {} <Debug> HTTP-Session: 5d3974d4-ed8f-4c25-bb42-52dce1ca1904 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16074 | 2024.09.03 23:58:25.527469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 6648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16075 | 2024.09.03 23:58:25.527530 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16076 | 2024.09.03 23:58:25.527551 [ 3 ] {} <Debug> HTTP-Session: 5987d6cf-899e-498f-8a86-861d9b74a286 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16077 | 2024.09.03 23:58:25.527569 [ 3 ] {} <Debug> HTTP-Session: 5987d6cf-899e-498f-8a86-861d9b74a286 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16078 | 2024.09.03 23:58:25.527583 [ 3 ] {} <Debug> HTTP-Session: 5987d6cf-899e-498f-8a86-861d9b74a286 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16079 | 2024.09.03 23:58:25.527621 [ 3 ] {} <Trace> HTTP-Session: 5987d6cf-899e-498f-8a86-861d9b74a286 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16080 | 2024.09.03 23:58:25.527739 [ 3 ] {2ffc41b0-b610-4f96-afe9-01b657530595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16081 | 2024.09.03 23:58:25.527790 [ 3 ] {2ffc41b0-b610-4f96-afe9-01b657530595} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16082 | 2024.09.03 23:58:25.528049 [ 3 ] {2ffc41b0-b610-4f96-afe9-01b657530595} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16083 | 2024.09.03 23:58:25.528398 [ 3 ] {2ffc41b0-b610-4f96-afe9-01b657530595} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16084 | 2024.09.03 23:58:25.528435 [ 3 ] {2ffc41b0-b610-4f96-afe9-01b657530595} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16085 | 2024.09.03 23:58:25.528792 [ 3 ] {2ffc41b0-b610-4f96-afe9-01b657530595} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
16086 | 2024.09.03 23:58:25.529156 [ 3 ] {2ffc41b0-b610-4f96-afe9-01b657530595} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16087 | 2024.09.03 23:58:25.529318 [ 3 ] {2ffc41b0-b610-4f96-afe9-01b657530595} <Debug> executeQuery: Read 46 rows, 3.46 KiB in 0.001613 sec., 28518.288902665838 rows/sec., 2.09 MiB/sec. | ||
16088 | 2024.09.03 23:58:25.529508 [ 3 ] {2ffc41b0-b610-4f96-afe9-01b657530595} <Debug> DynamicQueryHandler: Done processing query | ||
16089 | 2024.09.03 23:58:25.529532 [ 3 ] {2ffc41b0-b610-4f96-afe9-01b657530595} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
16090 | 2024.09.03 23:58:25.529548 [ 3 ] {} <Debug> HTTP-Session: 5987d6cf-899e-498f-8a86-861d9b74a286 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16091 | 2024.09.03 23:58:25.529728 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16092 | 2024.09.03 23:58:25.529780 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16093 | 2024.09.03 23:58:25.529800 [ 3 ] {} <Debug> HTTP-Session: a6612d98-e511-4756-893c-f45f9d401b1f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16094 | 2024.09.03 23:58:25.529816 [ 3 ] {} <Debug> HTTP-Session: a6612d98-e511-4756-893c-f45f9d401b1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16095 | 2024.09.03 23:58:25.529830 [ 3 ] {} <Debug> HTTP-Session: a6612d98-e511-4756-893c-f45f9d401b1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16096 | 2024.09.03 23:58:25.529861 [ 3 ] {} <Trace> HTTP-Session: a6612d98-e511-4756-893c-f45f9d401b1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16097 | 2024.09.03 23:58:25.530015 [ 3 ] {367a5c1c-57e6-400c-92b5-6e56476f567d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
16098 | 2024.09.03 23:58:25.530058 [ 3 ] {367a5c1c-57e6-400c-92b5-6e56476f567d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16099 | 2024.09.03 23:58:25.530285 [ 3 ] {367a5c1c-57e6-400c-92b5-6e56476f567d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16100 | 2024.09.03 23:58:25.530720 [ 3 ] {367a5c1c-57e6-400c-92b5-6e56476f567d} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16101 | 2024.09.03 23:58:25.530762 [ 3 ] {367a5c1c-57e6-400c-92b5-6e56476f567d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16102 | 2024.09.03 23:58:25.531144 [ 3 ] {367a5c1c-57e6-400c-92b5-6e56476f567d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
16103 | 2024.09.03 23:58:25.531500 [ 3 ] {367a5c1c-57e6-400c-92b5-6e56476f567d} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16104 | 2024.09.03 23:58:25.531656 [ 3 ] {367a5c1c-57e6-400c-92b5-6e56476f567d} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001712 sec., 133177.57009345794 rows/sec., 9.02 MiB/sec. | ||
16105 | 2024.09.03 23:58:25.531962 [ 3 ] {367a5c1c-57e6-400c-92b5-6e56476f567d} <Debug> DynamicQueryHandler: Done processing query | ||
16106 | 2024.09.03 23:58:25.532019 [ 3 ] {367a5c1c-57e6-400c-92b5-6e56476f567d} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
16107 | 2024.09.03 23:58:25.532065 [ 3 ] {} <Debug> HTTP-Session: a6612d98-e511-4756-893c-f45f9d401b1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16108 | 2024.09.03 23:58:25.532355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 93687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16109 | 2024.09.03 23:58:25.532408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16110 | 2024.09.03 23:58:25.532429 [ 3 ] {} <Debug> HTTP-Session: b1b0a39f-9b33-4362-97a0-c3722ce085b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16111 | 2024.09.03 23:58:25.532446 [ 3 ] {} <Debug> HTTP-Session: b1b0a39f-9b33-4362-97a0-c3722ce085b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16112 | 2024.09.03 23:58:25.532459 [ 3 ] {} <Debug> HTTP-Session: b1b0a39f-9b33-4362-97a0-c3722ce085b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16113 | 2024.09.03 23:58:25.532492 [ 3 ] {} <Trace> HTTP-Session: b1b0a39f-9b33-4362-97a0-c3722ce085b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16114 | 2024.09.03 23:58:25.532894 [ 3 ] {1253e7ab-12cd-42c4-9a3e-d92efb2ceb70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16115 | 2024.09.03 23:58:25.532940 [ 3 ] {1253e7ab-12cd-42c4-9a3e-d92efb2ceb70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16116 | 2024.09.03 23:58:25.533179 [ 3 ] {1253e7ab-12cd-42c4-9a3e-d92efb2ceb70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16117 | 2024.09.03 23:58:25.533883 [ 3 ] {1253e7ab-12cd-42c4-9a3e-d92efb2ceb70} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16118 | 2024.09.03 23:58:25.533920 [ 3 ] {1253e7ab-12cd-42c4-9a3e-d92efb2ceb70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16119 | 2024.09.03 23:58:25.534300 [ 3 ] {1253e7ab-12cd-42c4-9a3e-d92efb2ceb70} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
16120 | 2024.09.03 23:58:25.534663 [ 3 ] {1253e7ab-12cd-42c4-9a3e-d92efb2ceb70} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16121 | 2024.09.03 23:58:25.534825 [ 3 ] {1253e7ab-12cd-42c4-9a3e-d92efb2ceb70} <Debug> executeQuery: Read 566 rows, 43.09 KiB in 0.002217 sec., 255299.95489400093 rows/sec., 18.98 MiB/sec. | ||
16122 | 2024.09.03 23:58:25.535091 [ 3 ] {1253e7ab-12cd-42c4-9a3e-d92efb2ceb70} <Debug> DynamicQueryHandler: Done processing query | ||
16123 | 2024.09.03 23:58:25.535142 [ 3 ] {1253e7ab-12cd-42c4-9a3e-d92efb2ceb70} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
16124 | 2024.09.03 23:58:25.535199 [ 3 ] {} <Debug> HTTP-Session: b1b0a39f-9b33-4362-97a0-c3722ce085b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16125 | 2024.09.03 23:58:25.535504 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 160605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16126 | 2024.09.03 23:58:25.535557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16127 | 2024.09.03 23:58:25.535576 [ 3 ] {} <Debug> HTTP-Session: 80e409db-9470-4838-846b-71ca72573f0c Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16128 | 2024.09.03 23:58:25.535593 [ 3 ] {} <Debug> HTTP-Session: 80e409db-9470-4838-846b-71ca72573f0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16129 | 2024.09.03 23:58:25.535607 [ 3 ] {} <Debug> HTTP-Session: 80e409db-9470-4838-846b-71ca72573f0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16130 | 2024.09.03 23:58:25.535639 [ 3 ] {} <Trace> HTTP-Session: 80e409db-9470-4838-846b-71ca72573f0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16131 | 2024.09.03 23:58:25.536033 [ 3 ] {7e3f4092-9bff-4bdc-942a-ad6db1b6a622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16132 | 2024.09.03 23:58:25.536084 [ 3 ] {7e3f4092-9bff-4bdc-942a-ad6db1b6a622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16133 | 2024.09.03 23:58:25.536241 [ 3 ] {7e3f4092-9bff-4bdc-942a-ad6db1b6a622} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16134 | 2024.09.03 23:58:25.537100 [ 3 ] {7e3f4092-9bff-4bdc-942a-ad6db1b6a622} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16135 | 2024.09.03 23:58:25.537137 [ 3 ] {7e3f4092-9bff-4bdc-942a-ad6db1b6a622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16136 | 2024.09.03 23:58:25.537563 [ 3 ] {7e3f4092-9bff-4bdc-942a-ad6db1b6a622} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
16137 | 2024.09.03 23:58:25.537913 [ 3 ] {7e3f4092-9bff-4bdc-942a-ad6db1b6a622} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16138 | 2024.09.03 23:58:25.538065 [ 3 ] {7e3f4092-9bff-4bdc-942a-ad6db1b6a622} <Debug> executeQuery: Read 844 rows, 58.17 KiB in 0.002286 sec., 369203.84951881017 rows/sec., 24.85 MiB/sec. | ||
16139 | 2024.09.03 23:58:25.538335 [ 3 ] {7e3f4092-9bff-4bdc-942a-ad6db1b6a622} <Debug> DynamicQueryHandler: Done processing query | ||
16140 | 2024.09.03 23:58:25.538396 [ 3 ] {7e3f4092-9bff-4bdc-942a-ad6db1b6a622} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
16141 | 2024.09.03 23:58:25.538453 [ 3 ] {} <Debug> HTTP-Session: 80e409db-9470-4838-846b-71ca72573f0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16142 | 2024.09.03 23:58:25.538856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 76642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16143 | 2024.09.03 23:58:25.538909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16144 | 2024.09.03 23:58:25.538928 [ 3 ] {} <Debug> HTTP-Session: fefbb75a-9193-4b93-b527-ce554f27b193 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16145 | 2024.09.03 23:58:25.538944 [ 3 ] {} <Debug> HTTP-Session: fefbb75a-9193-4b93-b527-ce554f27b193 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16146 | 2024.09.03 23:58:25.538958 [ 3 ] {} <Debug> HTTP-Session: fefbb75a-9193-4b93-b527-ce554f27b193 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16147 | 2024.09.03 23:58:25.538990 [ 3 ] {} <Trace> HTTP-Session: fefbb75a-9193-4b93-b527-ce554f27b193 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16148 | 2024.09.03 23:58:25.539520 [ 3 ] {1a253689-c144-4035-b699-6210ba224b65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
16149 | 2024.09.03 23:58:25.539590 [ 3 ] {1a253689-c144-4035-b699-6210ba224b65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
16150 | 2024.09.03 23:58:25.540048 [ 3 ] {1a253689-c144-4035-b699-6210ba224b65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16151 | 2024.09.03 23:58:25.540965 [ 3 ] {1a253689-c144-4035-b699-6210ba224b65} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16152 | 2024.09.03 23:58:25.541001 [ 3 ] {1a253689-c144-4035-b699-6210ba224b65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16153 | 2024.09.03 23:58:25.541662 [ 3 ] {1a253689-c144-4035-b699-6210ba224b65} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
16154 | 2024.09.03 23:58:25.542062 [ 3 ] {1a253689-c144-4035-b699-6210ba224b65} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16155 | 2024.09.03 23:58:25.542270 [ 3 ] {1a253689-c144-4035-b699-6210ba224b65} <Debug> executeQuery: Read 46 rows, 84.41 KiB in 0.003174 sec., 14492.753623188404 rows/sec., 25.97 MiB/sec. | ||
16156 | 2024.09.03 23:58:25.542743 [ 3 ] {1a253689-c144-4035-b699-6210ba224b65} <Debug> DynamicQueryHandler: Done processing query | ||
16157 | 2024.09.03 23:58:25.542796 [ 3 ] {1a253689-c144-4035-b699-6210ba224b65} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
16158 | 2024.09.03 23:58:25.542827 [ 3 ] {} <Debug> HTTP-Session: fefbb75a-9193-4b93-b527-ce554f27b193 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16159 | 2024.09.03 23:58:25.542964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16160 | 2024.09.03 23:58:25.543014 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16161 | 2024.09.03 23:58:25.543033 [ 3 ] {} <Debug> HTTP-Session: cc586afc-f20b-4a5a-88b4-1e9c2736abc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16162 | 2024.09.03 23:58:25.543049 [ 3 ] {} <Debug> HTTP-Session: cc586afc-f20b-4a5a-88b4-1e9c2736abc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16163 | 2024.09.03 23:58:25.543063 [ 3 ] {} <Debug> HTTP-Session: cc586afc-f20b-4a5a-88b4-1e9c2736abc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16164 | 2024.09.03 23:58:25.543094 [ 3 ] {} <Trace> HTTP-Session: cc586afc-f20b-4a5a-88b4-1e9c2736abc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16165 | 2024.09.03 23:58:25.543210 [ 3 ] {ebfb45de-e162-4c58-8903-0d7e73f37432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16166 | 2024.09.03 23:58:25.543257 [ 3 ] {ebfb45de-e162-4c58-8903-0d7e73f37432} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16167 | 2024.09.03 23:58:25.543401 [ 3 ] {ebfb45de-e162-4c58-8903-0d7e73f37432} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16168 | 2024.09.03 23:58:25.543713 [ 3 ] {ebfb45de-e162-4c58-8903-0d7e73f37432} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16169 | 2024.09.03 23:58:25.543750 [ 3 ] {ebfb45de-e162-4c58-8903-0d7e73f37432} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16170 | 2024.09.03 23:58:25.544103 [ 3 ] {ebfb45de-e162-4c58-8903-0d7e73f37432} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
16171 | 2024.09.03 23:58:25.544427 [ 3 ] {ebfb45de-e162-4c58-8903-0d7e73f37432} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16172 | 2024.09.03 23:58:25.544579 [ 3 ] {ebfb45de-e162-4c58-8903-0d7e73f37432} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001407 sec., 42643.923240938166 rows/sec., 2.87 MiB/sec. | ||
16173 | 2024.09.03 23:58:25.544757 [ 3 ] {ebfb45de-e162-4c58-8903-0d7e73f37432} <Debug> DynamicQueryHandler: Done processing query | ||
16174 | 2024.09.03 23:58:25.544781 [ 3 ] {ebfb45de-e162-4c58-8903-0d7e73f37432} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16175 | 2024.09.03 23:58:25.544797 [ 3 ] {} <Debug> HTTP-Session: cc586afc-f20b-4a5a-88b4-1e9c2736abc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16176 | 2024.09.03 23:58:30.496514 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16177 | 2024.09.03 23:58:30.496702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16178 | 2024.09.03 23:58:30.496748 [ 3 ] {} <Debug> HTTP-Session: c2fe0df1-8a34-4b18-a35d-ac100bbf7497 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16179 | 2024.09.03 23:58:30.496792 [ 3 ] {} <Debug> HTTP-Session: c2fe0df1-8a34-4b18-a35d-ac100bbf7497 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16180 | 2024.09.03 23:58:30.496821 [ 3 ] {} <Debug> HTTP-Session: c2fe0df1-8a34-4b18-a35d-ac100bbf7497 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16181 | 2024.09.03 23:58:30.496903 [ 3 ] {} <Trace> HTTP-Session: c2fe0df1-8a34-4b18-a35d-ac100bbf7497 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16182 | 2024.09.03 23:58:30.497273 [ 3 ] {0ea82c02-ed05-4a15-8000-c996ebe4fb1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16183 | 2024.09.03 23:58:30.497383 [ 3 ] {0ea82c02-ed05-4a15-8000-c996ebe4fb1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16184 | 2024.09.03 23:58:30.497715 [ 3 ] {0ea82c02-ed05-4a15-8000-c996ebe4fb1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16185 | 2024.09.03 23:58:30.498259 [ 3 ] {0ea82c02-ed05-4a15-8000-c996ebe4fb1e} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16186 | 2024.09.03 23:58:30.498306 [ 3 ] {0ea82c02-ed05-4a15-8000-c996ebe4fb1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16187 | 2024.09.03 23:58:30.498745 [ 3 ] {0ea82c02-ed05-4a15-8000-c996ebe4fb1e} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
16188 | 2024.09.03 23:58:30.499132 [ 3 ] {0ea82c02-ed05-4a15-8000-c996ebe4fb1e} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16189 | 2024.09.03 23:58:30.499310 [ 3 ] {0ea82c02-ed05-4a15-8000-c996ebe4fb1e} <Debug> executeQuery: Read 203 rows, 18.22 KiB in 0.00221 sec., 91855.2036199095 rows/sec., 8.05 MiB/sec. | ||
16190 | 2024.09.03 23:58:30.499535 [ 3 ] {0ea82c02-ed05-4a15-8000-c996ebe4fb1e} <Debug> DynamicQueryHandler: Done processing query | ||
16191 | 2024.09.03 23:58:30.499563 [ 3 ] {0ea82c02-ed05-4a15-8000-c996ebe4fb1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
16192 | 2024.09.03 23:58:30.499579 [ 3 ] {} <Debug> HTTP-Session: c2fe0df1-8a34-4b18-a35d-ac100bbf7497 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16193 | 2024.09.03 23:58:30.499718 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1053, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16194 | 2024.09.03 23:58:30.499801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16195 | 2024.09.03 23:58:30.499822 [ 3 ] {} <Debug> HTTP-Session: 60e06f2c-f488-4dab-8f57-52cfdd40b561 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16196 | 2024.09.03 23:58:30.499841 [ 3 ] {} <Debug> HTTP-Session: 60e06f2c-f488-4dab-8f57-52cfdd40b561 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16197 | 2024.09.03 23:58:30.499855 [ 3 ] {} <Debug> HTTP-Session: 60e06f2c-f488-4dab-8f57-52cfdd40b561 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16198 | 2024.09.03 23:58:30.499891 [ 3 ] {} <Trace> HTTP-Session: 60e06f2c-f488-4dab-8f57-52cfdd40b561 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16199 | 2024.09.03 23:58:30.499998 [ 3 ] {6d7e20ae-c60c-46de-bc20-851bbdca5b57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16200 | 2024.09.03 23:58:30.500047 [ 3 ] {6d7e20ae-c60c-46de-bc20-851bbdca5b57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16201 | 2024.09.03 23:58:30.500280 [ 3 ] {6d7e20ae-c60c-46de-bc20-851bbdca5b57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16202 | 2024.09.03 23:58:30.500618 [ 3 ] {6d7e20ae-c60c-46de-bc20-851bbdca5b57} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16203 | 2024.09.03 23:58:30.500655 [ 3 ] {6d7e20ae-c60c-46de-bc20-851bbdca5b57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16204 | 2024.09.03 23:58:30.501011 [ 3 ] {6d7e20ae-c60c-46de-bc20-851bbdca5b57} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
16205 | 2024.09.03 23:58:30.501373 [ 3 ] {6d7e20ae-c60c-46de-bc20-851bbdca5b57} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16206 | 2024.09.03 23:58:30.501534 [ 136 ] {} <Debug> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 | ||
16207 | 2024.09.03 23:58:30.501545 [ 3 ] {6d7e20ae-c60c-46de-bc20-851bbdca5b57} <Debug> executeQuery: Read 7 rows, 539.00 B in 0.001569 sec., 4461.440407903123 rows/sec., 335.48 KiB/sec. | ||
16208 | 2024.09.03 23:58:30.501618 [ 136 ] {} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16209 | 2024.09.03 23:58:30.501689 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16210 | 2024.09.03 23:58:30.501930 [ 3 ] {6d7e20ae-c60c-46de-bc20-851bbdca5b57} <Debug> DynamicQueryHandler: Done processing query | ||
16211 | 2024.09.03 23:58:30.501940 [ 203 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_75_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full | ||
16212 | 2024.09.03 23:58:30.501965 [ 3 ] {6d7e20ae-c60c-46de-bc20-851bbdca5b57} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16213 | 2024.09.03 23:58:30.502019 [ 3 ] {} <Debug> HTTP-Session: 60e06f2c-f488-4dab-8f57-52cfdd40b561 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16214 | 2024.09.03 23:58:30.502243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16215 | 2024.09.03 23:58:30.502254 [ 203 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_75_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16216 | 2024.09.03 23:58:30.502338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16217 | 2024.09.03 23:58:30.502345 [ 203 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 74 rows starting from the beginning of the part | ||
16218 | 2024.09.03 23:58:30.502382 [ 3 ] {} <Debug> HTTP-Session: 4fb4aa88-c2c9-476c-815f-89869b0ae9b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16219 | 2024.09.03 23:58:30.502423 [ 3 ] {} <Debug> HTTP-Session: 4fb4aa88-c2c9-476c-815f-89869b0ae9b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16220 | 2024.09.03 23:58:30.502470 [ 3 ] {} <Debug> HTTP-Session: 4fb4aa88-c2c9-476c-815f-89869b0ae9b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16221 | 2024.09.03 23:58:30.502601 [ 203 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 7 rows starting from the beginning of the part | ||
16222 | 2024.09.03 23:58:30.502637 [ 3 ] {} <Trace> HTTP-Session: 4fb4aa88-c2c9-476c-815f-89869b0ae9b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16223 | 2024.09.03 23:58:30.502874 [ 203 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 46 rows starting from the beginning of the part | ||
16224 | 2024.09.03 23:58:30.503087 [ 3 ] {68fc694c-450a-4e69-a6aa-6b2a52643d51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
16225 | 2024.09.03 23:58:30.503197 [ 203 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 7 rows starting from the beginning of the part | ||
16226 | 2024.09.03 23:58:30.503294 [ 3 ] {68fc694c-450a-4e69-a6aa-6b2a52643d51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16227 | 2024.09.03 23:58:30.503635 [ 203 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 46 rows starting from the beginning of the part | ||
16228 | 2024.09.03 23:58:30.503965 [ 203 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 7 rows starting from the beginning of the part | ||
16229 | 2024.09.03 23:58:30.504784 [ 3 ] {68fc694c-450a-4e69-a6aa-6b2a52643d51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16230 | 2024.09.03 23:58:30.505772 [ 3 ] {68fc694c-450a-4e69-a6aa-6b2a52643d51} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16231 | 2024.09.03 23:58:30.505846 [ 3 ] {68fc694c-450a-4e69-a6aa-6b2a52643d51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16232 | 2024.09.03 23:58:30.507001 [ 3 ] {68fc694c-450a-4e69-a6aa-6b2a52643d51} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
16233 | 2024.09.03 23:58:30.507119 [ 198 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_75_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 5 columns (5 merged, 0 gathered) in 0.005321564 sec., 35140.04529495464 rows/sec., 2.69 MiB/sec. | ||
16234 | 2024.09.03 23:58:30.507440 [ 189 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_75_15} <Trace> MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) | ||
16235 | 2024.09.03 23:58:30.507715 [ 3 ] {68fc694c-450a-4e69-a6aa-6b2a52643d51} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16236 | 2024.09.03 23:58:30.508157 [ 3 ] {68fc694c-450a-4e69-a6aa-6b2a52643d51} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005272 sec., 2655.5386949924127 rows/sec., 185.98 KiB/sec. | ||
16237 | 2024.09.03 23:58:30.508602 [ 3 ] {68fc694c-450a-4e69-a6aa-6b2a52643d51} <Debug> DynamicQueryHandler: Done processing query | ||
16238 | 2024.09.03 23:58:30.508644 [ 189 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_75_15} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16239 | 2024.09.03 23:58:30.508649 [ 3 ] {68fc694c-450a-4e69-a6aa-6b2a52643d51} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16240 | 2024.09.03 23:58:30.508714 [ 3 ] {} <Debug> HTTP-Session: 4fb4aa88-c2c9-476c-815f-89869b0ae9b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16241 | 2024.09.03 23:58:30.508815 [ 189 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_75_15} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 | ||
16242 | 2024.09.03 23:58:30.508927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16243 | 2024.09.03 23:58:30.508965 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
16244 | 2024.09.03 23:58:30.509011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16245 | 2024.09.03 23:58:30.509037 [ 3 ] {} <Debug> HTTP-Session: 29f1adc1-87ef-45f6-a8fb-27a61817fe28 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16246 | 2024.09.03 23:58:30.509054 [ 3 ] {} <Debug> HTTP-Session: 29f1adc1-87ef-45f6-a8fb-27a61817fe28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16247 | 2024.09.03 23:58:30.509068 [ 3 ] {} <Debug> HTTP-Session: 29f1adc1-87ef-45f6-a8fb-27a61817fe28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16248 | 2024.09.03 23:58:30.509099 [ 3 ] {} <Trace> HTTP-Session: 29f1adc1-87ef-45f6-a8fb-27a61817fe28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16249 | 2024.09.03 23:58:30.509202 [ 3 ] {47b91eb2-e706-4517-937a-1c6e7c9c4be8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
16250 | 2024.09.03 23:58:30.509247 [ 3 ] {47b91eb2-e706-4517-937a-1c6e7c9c4be8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
16251 | 2024.09.03 23:58:30.509498 [ 3 ] {47b91eb2-e706-4517-937a-1c6e7c9c4be8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16252 | 2024.09.03 23:58:30.509817 [ 3 ] {47b91eb2-e706-4517-937a-1c6e7c9c4be8} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16253 | 2024.09.03 23:58:30.509853 [ 3 ] {47b91eb2-e706-4517-937a-1c6e7c9c4be8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16254 | 2024.09.03 23:58:30.510206 [ 3 ] {47b91eb2-e706-4517-937a-1c6e7c9c4be8} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
16255 | 2024.09.03 23:58:30.510568 [ 3 ] {47b91eb2-e706-4517-937a-1c6e7c9c4be8} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16256 | 2024.09.03 23:58:30.510735 [ 3 ] {47b91eb2-e706-4517-937a-1c6e7c9c4be8} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00155 sec., 3870.967741935484 rows/sec., 228.70 KiB/sec. | ||
16257 | 2024.09.03 23:58:30.511059 [ 3 ] {47b91eb2-e706-4517-937a-1c6e7c9c4be8} <Debug> DynamicQueryHandler: Done processing query | ||
16258 | 2024.09.03 23:58:30.511112 [ 3 ] {47b91eb2-e706-4517-937a-1c6e7c9c4be8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16259 | 2024.09.03 23:58:30.511150 [ 3 ] {} <Debug> HTTP-Session: 29f1adc1-87ef-45f6-a8fb-27a61817fe28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16260 | 2024.09.03 23:58:30.511358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 62952, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16261 | 2024.09.03 23:58:30.511408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16262 | 2024.09.03 23:58:30.511427 [ 3 ] {} <Debug> HTTP-Session: ae304f2a-2d95-4d1a-8922-1062ba427be4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16263 | 2024.09.03 23:58:30.511444 [ 3 ] {} <Debug> HTTP-Session: ae304f2a-2d95-4d1a-8922-1062ba427be4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16264 | 2024.09.03 23:58:30.511458 [ 3 ] {} <Debug> HTTP-Session: ae304f2a-2d95-4d1a-8922-1062ba427be4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16265 | 2024.09.03 23:58:30.511489 [ 3 ] {} <Trace> HTTP-Session: ae304f2a-2d95-4d1a-8922-1062ba427be4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16266 | 2024.09.03 23:58:30.511703 [ 3 ] {26d6f4fe-9218-4973-acc0-1e0bf97d7a98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16267 | 2024.09.03 23:58:30.511749 [ 3 ] {26d6f4fe-9218-4973-acc0-1e0bf97d7a98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16268 | 2024.09.03 23:58:30.511995 [ 3 ] {26d6f4fe-9218-4973-acc0-1e0bf97d7a98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16269 | 2024.09.03 23:58:30.512548 [ 3 ] {26d6f4fe-9218-4973-acc0-1e0bf97d7a98} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16270 | 2024.09.03 23:58:30.512584 [ 3 ] {26d6f4fe-9218-4973-acc0-1e0bf97d7a98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16271 | 2024.09.03 23:58:30.512950 [ 3 ] {26d6f4fe-9218-4973-acc0-1e0bf97d7a98} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
16272 | 2024.09.03 23:58:30.513309 [ 3 ] {26d6f4fe-9218-4973-acc0-1e0bf97d7a98} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16273 | 2024.09.03 23:58:30.513451 [ 3 ] {26d6f4fe-9218-4973-acc0-1e0bf97d7a98} <Debug> executeQuery: Read 389 rows, 28.24 KiB in 0.001864 sec., 208690.9871244635 rows/sec., 14.80 MiB/sec. | ||
16274 | 2024.09.03 23:58:30.513658 [ 3 ] {26d6f4fe-9218-4973-acc0-1e0bf97d7a98} <Debug> DynamicQueryHandler: Done processing query | ||
16275 | 2024.09.03 23:58:30.513682 [ 3 ] {26d6f4fe-9218-4973-acc0-1e0bf97d7a98} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
16276 | 2024.09.03 23:58:30.513697 [ 3 ] {} <Debug> HTTP-Session: ae304f2a-2d95-4d1a-8922-1062ba427be4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16277 | 2024.09.03 23:58:30.513844 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16278 | 2024.09.03 23:58:30.513890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16279 | 2024.09.03 23:58:30.513910 [ 3 ] {} <Debug> HTTP-Session: 1c12632a-fcf8-4fca-8e90-9eb641958ac8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16280 | 2024.09.03 23:58:30.513926 [ 3 ] {} <Debug> HTTP-Session: 1c12632a-fcf8-4fca-8e90-9eb641958ac8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16281 | 2024.09.03 23:58:30.513940 [ 3 ] {} <Debug> HTTP-Session: 1c12632a-fcf8-4fca-8e90-9eb641958ac8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16282 | 2024.09.03 23:58:30.513970 [ 3 ] {} <Trace> HTTP-Session: 1c12632a-fcf8-4fca-8e90-9eb641958ac8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16283 | 2024.09.03 23:58:30.514065 [ 3 ] {e8858863-33e2-4250-9e0a-6564cb984a58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
16284 | 2024.09.03 23:58:30.514109 [ 3 ] {e8858863-33e2-4250-9e0a-6564cb984a58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16285 | 2024.09.03 23:58:30.514249 [ 3 ] {e8858863-33e2-4250-9e0a-6564cb984a58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16286 | 2024.09.03 23:58:30.514510 [ 3 ] {e8858863-33e2-4250-9e0a-6564cb984a58} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16287 | 2024.09.03 23:58:30.514546 [ 3 ] {e8858863-33e2-4250-9e0a-6564cb984a58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16288 | 2024.09.03 23:58:30.514901 [ 3 ] {e8858863-33e2-4250-9e0a-6564cb984a58} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
16289 | 2024.09.03 23:58:30.515217 [ 3 ] {e8858863-33e2-4250-9e0a-6564cb984a58} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16290 | 2024.09.03 23:58:30.515373 [ 3 ] {e8858863-33e2-4250-9e0a-6564cb984a58} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001322 sec., 4538.57791225416 rows/sec., 237.12 KiB/sec. | ||
16291 | 2024.09.03 23:58:30.515537 [ 3 ] {e8858863-33e2-4250-9e0a-6564cb984a58} <Debug> DynamicQueryHandler: Done processing query | ||
16292 | 2024.09.03 23:58:30.515561 [ 3 ] {e8858863-33e2-4250-9e0a-6564cb984a58} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16293 | 2024.09.03 23:58:30.515577 [ 3 ] {} <Debug> HTTP-Session: 1c12632a-fcf8-4fca-8e90-9eb641958ac8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16294 | 2024.09.03 23:58:30.515754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 44650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16295 | 2024.09.03 23:58:30.515804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16296 | 2024.09.03 23:58:30.515824 [ 3 ] {} <Debug> HTTP-Session: e6631ac1-dcd1-4006-8740-0bc31ad052eb Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16297 | 2024.09.03 23:58:30.515840 [ 3 ] {} <Debug> HTTP-Session: e6631ac1-dcd1-4006-8740-0bc31ad052eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16298 | 2024.09.03 23:58:30.515854 [ 3 ] {} <Debug> HTTP-Session: e6631ac1-dcd1-4006-8740-0bc31ad052eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16299 | 2024.09.03 23:58:30.515885 [ 3 ] {} <Trace> HTTP-Session: e6631ac1-dcd1-4006-8740-0bc31ad052eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16300 | 2024.09.03 23:58:30.516064 [ 3 ] {0d49d165-ecda-446b-9102-b64d015a9218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16301 | 2024.09.03 23:58:30.516110 [ 3 ] {0d49d165-ecda-446b-9102-b64d015a9218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16302 | 2024.09.03 23:58:30.516254 [ 3 ] {0d49d165-ecda-446b-9102-b64d015a9218} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16303 | 2024.09.03 23:58:30.516666 [ 3 ] {0d49d165-ecda-446b-9102-b64d015a9218} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16304 | 2024.09.03 23:58:30.516703 [ 3 ] {0d49d165-ecda-446b-9102-b64d015a9218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16305 | 2024.09.03 23:58:30.517075 [ 3 ] {0d49d165-ecda-446b-9102-b64d015a9218} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
16306 | 2024.09.03 23:58:30.517401 [ 3 ] {0d49d165-ecda-446b-9102-b64d015a9218} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16307 | 2024.09.03 23:58:30.517554 [ 3 ] {0d49d165-ecda-446b-9102-b64d015a9218} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001568 sec., 151147.95918367346 rows/sec., 10.13 MiB/sec. | ||
16308 | 2024.09.03 23:58:30.517733 [ 3 ] {0d49d165-ecda-446b-9102-b64d015a9218} <Debug> DynamicQueryHandler: Done processing query | ||
16309 | 2024.09.03 23:58:30.517775 [ 3 ] {0d49d165-ecda-446b-9102-b64d015a9218} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
16310 | 2024.09.03 23:58:30.517809 [ 3 ] {} <Debug> HTTP-Session: e6631ac1-dcd1-4006-8740-0bc31ad052eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16311 | 2024.09.03 23:58:30.517948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16312 | 2024.09.03 23:58:30.517996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16313 | 2024.09.03 23:58:30.518014 [ 3 ] {} <Debug> HTTP-Session: 9d186ba9-40ed-49d3-8d20-dc021817f200 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16314 | 2024.09.03 23:58:30.518031 [ 3 ] {} <Debug> HTTP-Session: 9d186ba9-40ed-49d3-8d20-dc021817f200 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16315 | 2024.09.03 23:58:30.518045 [ 3 ] {} <Debug> HTTP-Session: 9d186ba9-40ed-49d3-8d20-dc021817f200 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16316 | 2024.09.03 23:58:30.518075 [ 3 ] {} <Trace> HTTP-Session: 9d186ba9-40ed-49d3-8d20-dc021817f200 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16317 | 2024.09.03 23:58:30.518166 [ 3 ] {6248f43e-7b6b-4cc2-b5fb-21e361360755} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
16318 | 2024.09.03 23:58:30.518210 [ 3 ] {6248f43e-7b6b-4cc2-b5fb-21e361360755} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
16319 | 2024.09.03 23:58:30.518340 [ 3 ] {6248f43e-7b6b-4cc2-b5fb-21e361360755} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16320 | 2024.09.03 23:58:30.518580 [ 3 ] {6248f43e-7b6b-4cc2-b5fb-21e361360755} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16321 | 2024.09.03 23:58:30.518615 [ 3 ] {6248f43e-7b6b-4cc2-b5fb-21e361360755} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16322 | 2024.09.03 23:58:30.518959 [ 3 ] {6248f43e-7b6b-4cc2-b5fb-21e361360755} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
16323 | 2024.09.03 23:58:30.519283 [ 3 ] {6248f43e-7b6b-4cc2-b5fb-21e361360755} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16324 | 2024.09.03 23:58:30.519445 [ 3 ] {6248f43e-7b6b-4cc2-b5fb-21e361360755} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001297 sec., 771.0100231303007 rows/sec., 51.95 KiB/sec. | ||
16325 | 2024.09.03 23:58:30.519464 [ 135 ] {} <Debug> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
16326 | 2024.09.03 23:58:30.519581 [ 135 ] {} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16327 | 2024.09.03 23:58:30.519642 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16328 | 2024.09.03 23:58:30.519652 [ 3 ] {6248f43e-7b6b-4cc2-b5fb-21e361360755} <Debug> DynamicQueryHandler: Done processing query | ||
16329 | 2024.09.03 23:58:30.519702 [ 3 ] {6248f43e-7b6b-4cc2-b5fb-21e361360755} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
16330 | 2024.09.03 23:58:30.519746 [ 3 ] {} <Debug> HTTP-Session: 9d186ba9-40ed-49d3-8d20-dc021817f200 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16331 | 2024.09.03 23:58:30.519926 [ 197 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
16332 | 2024.09.03 23:58:30.520024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12074, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16333 | 2024.09.03 23:58:30.520265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16334 | 2024.09.03 23:58:30.520398 [ 3 ] {} <Debug> HTTP-Session: 3995c727-6a96-4d09-a106-2efcbbb5bd2a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16335 | 2024.09.03 23:58:30.520505 [ 3 ] {} <Debug> HTTP-Session: 3995c727-6a96-4d09-a106-2efcbbb5bd2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16336 | 2024.09.03 23:58:30.520601 [ 3 ] {} <Debug> HTTP-Session: 3995c727-6a96-4d09-a106-2efcbbb5bd2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16337 | 2024.09.03 23:58:30.520617 [ 197 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16338 | 2024.09.03 23:58:30.520711 [ 3 ] {} <Trace> HTTP-Session: 3995c727-6a96-4d09-a106-2efcbbb5bd2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16339 | 2024.09.03 23:58:30.520716 [ 197 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 36 rows starting from the beginning of the part | ||
16340 | 2024.09.03 23:58:30.520941 [ 197 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
16341 | 2024.09.03 23:58:30.521151 [ 3 ] {b10229ae-e197-4abf-9d84-bd3b33b9d65f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
16342 | 2024.09.03 23:58:30.521181 [ 197 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
16343 | 2024.09.03 23:58:30.521519 [ 197 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
16344 | 2024.09.03 23:58:30.521522 [ 3 ] {b10229ae-e197-4abf-9d84-bd3b33b9d65f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
16345 | 2024.09.03 23:58:30.521813 [ 197 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
16346 | 2024.09.03 23:58:30.522146 [ 197 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
16347 | 2024.09.03 23:58:30.523991 [ 3 ] {b10229ae-e197-4abf-9d84-bd3b33b9d65f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16348 | 2024.09.03 23:58:30.525968 [ 198 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 4 columns (4 merged, 0 gathered) in 0.006183914 sec., 6630.105140530738 rows/sec., 446.12 KiB/sec. | ||
16349 | 2024.09.03 23:58:30.525973 [ 3 ] {b10229ae-e197-4abf-9d84-bd3b33b9d65f} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16350 | 2024.09.03 23:58:30.526039 [ 3 ] {b10229ae-e197-4abf-9d84-bd3b33b9d65f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16351 | 2024.09.03 23:58:30.526156 [ 190 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
16352 | 2024.09.03 23:58:30.526894 [ 190 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_40_8} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16353 | 2024.09.03 23:58:30.526986 [ 3 ] {b10229ae-e197-4abf-9d84-bd3b33b9d65f} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
16354 | 2024.09.03 23:58:30.527009 [ 190 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_40_8} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
16355 | 2024.09.03 23:58:30.527124 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
16356 | 2024.09.03 23:58:30.527464 [ 3 ] {b10229ae-e197-4abf-9d84-bd3b33b9d65f} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16357 | 2024.09.03 23:58:30.527661 [ 3 ] {b10229ae-e197-4abf-9d84-bd3b33b9d65f} <Debug> executeQuery: Read 7 rows, 12.84 KiB in 0.00677 sec., 1033.97341211226 rows/sec., 1.85 MiB/sec. | ||
16358 | 2024.09.03 23:58:30.527913 [ 3 ] {b10229ae-e197-4abf-9d84-bd3b33b9d65f} <Debug> DynamicQueryHandler: Done processing query | ||
16359 | 2024.09.03 23:58:30.527937 [ 3 ] {b10229ae-e197-4abf-9d84-bd3b33b9d65f} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
16360 | 2024.09.03 23:58:30.527953 [ 3 ] {} <Debug> HTTP-Session: 3995c727-6a96-4d09-a106-2efcbbb5bd2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16361 | 2024.09.03 23:58:30.528078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16362 | 2024.09.03 23:58:30.528127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16363 | 2024.09.03 23:58:30.528146 [ 3 ] {} <Debug> HTTP-Session: 9ab19d1b-e3cd-4412-8c4a-0ca66505cd45 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16364 | 2024.09.03 23:58:30.528162 [ 3 ] {} <Debug> HTTP-Session: 9ab19d1b-e3cd-4412-8c4a-0ca66505cd45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16365 | 2024.09.03 23:58:30.528176 [ 3 ] {} <Debug> HTTP-Session: 9ab19d1b-e3cd-4412-8c4a-0ca66505cd45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16366 | 2024.09.03 23:58:30.528208 [ 3 ] {} <Trace> HTTP-Session: 9ab19d1b-e3cd-4412-8c4a-0ca66505cd45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16367 | 2024.09.03 23:58:30.528327 [ 3 ] {2fef8d36-e4e8-498f-9cfe-4946cf9533b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16368 | 2024.09.03 23:58:30.528371 [ 3 ] {2fef8d36-e4e8-498f-9cfe-4946cf9533b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16369 | 2024.09.03 23:58:30.528505 [ 3 ] {2fef8d36-e4e8-498f-9cfe-4946cf9533b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16370 | 2024.09.03 23:58:30.528831 [ 3 ] {2fef8d36-e4e8-498f-9cfe-4946cf9533b7} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16371 | 2024.09.03 23:58:30.528867 [ 3 ] {2fef8d36-e4e8-498f-9cfe-4946cf9533b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16372 | 2024.09.03 23:58:30.529223 [ 3 ] {2fef8d36-e4e8-498f-9cfe-4946cf9533b7} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
16373 | 2024.09.03 23:58:30.529535 [ 3 ] {2fef8d36-e4e8-498f-9cfe-4946cf9533b7} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16374 | 2024.09.03 23:58:30.529689 [ 3 ] {2fef8d36-e4e8-498f-9cfe-4946cf9533b7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.0014 sec., 58571.42857142857 rows/sec., 3.72 MiB/sec. | ||
16375 | 2024.09.03 23:58:30.529861 [ 3 ] {2fef8d36-e4e8-498f-9cfe-4946cf9533b7} <Debug> DynamicQueryHandler: Done processing query | ||
16376 | 2024.09.03 23:58:30.529884 [ 3 ] {2fef8d36-e4e8-498f-9cfe-4946cf9533b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16377 | 2024.09.03 23:58:30.529900 [ 3 ] {} <Debug> HTTP-Session: 9ab19d1b-e3cd-4412-8c4a-0ca66505cd45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16378 | 2024.09.03 23:58:33.282558 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
16379 | 2024.09.03 23:58:33.282652 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
16380 | 2024.09.03 23:58:35.493578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 22152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16381 | 2024.09.03 23:58:35.493692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16382 | 2024.09.03 23:58:35.493718 [ 3 ] {} <Debug> HTTP-Session: ece88932-a88e-4fc1-b8ec-231ab1b940a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16383 | 2024.09.03 23:58:35.493742 [ 3 ] {} <Debug> HTTP-Session: ece88932-a88e-4fc1-b8ec-231ab1b940a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16384 | 2024.09.03 23:58:35.493757 [ 3 ] {} <Debug> HTTP-Session: ece88932-a88e-4fc1-b8ec-231ab1b940a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16385 | 2024.09.03 23:58:35.493807 [ 3 ] {} <Trace> HTTP-Session: ece88932-a88e-4fc1-b8ec-231ab1b940a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16386 | 2024.09.03 23:58:35.494040 [ 3 ] {b5229809-8f38-4418-93af-5b19bb0b9ef9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16387 | 2024.09.03 23:58:35.494109 [ 3 ] {b5229809-8f38-4418-93af-5b19bb0b9ef9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16388 | 2024.09.03 23:58:35.494452 [ 3 ] {b5229809-8f38-4418-93af-5b19bb0b9ef9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16389 | 2024.09.03 23:58:35.495022 [ 3 ] {b5229809-8f38-4418-93af-5b19bb0b9ef9} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16390 | 2024.09.03 23:58:35.495071 [ 3 ] {b5229809-8f38-4418-93af-5b19bb0b9ef9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16391 | 2024.09.03 23:58:35.495517 [ 3 ] {b5229809-8f38-4418-93af-5b19bb0b9ef9} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
16392 | 2024.09.03 23:58:35.495918 [ 3 ] {b5229809-8f38-4418-93af-5b19bb0b9ef9} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16393 | 2024.09.03 23:58:35.496084 [ 3 ] {b5229809-8f38-4418-93af-5b19bb0b9ef9} <Debug> executeQuery: Read 148 rows, 13.14 KiB in 0.002134 sec., 69353.32708528584 rows/sec., 6.01 MiB/sec. | ||
16394 | 2024.09.03 23:58:35.496340 [ 3 ] {b5229809-8f38-4418-93af-5b19bb0b9ef9} <Debug> DynamicQueryHandler: Done processing query | ||
16395 | 2024.09.03 23:58:35.496368 [ 3 ] {b5229809-8f38-4418-93af-5b19bb0b9ef9} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
16396 | 2024.09.03 23:58:35.496385 [ 3 ] {} <Debug> HTTP-Session: ece88932-a88e-4fc1-b8ec-231ab1b940a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16397 | 2024.09.03 23:58:35.496535 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 6648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16398 | 2024.09.03 23:58:35.496592 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16399 | 2024.09.03 23:58:35.496613 [ 3 ] {} <Debug> HTTP-Session: 4d8313e5-e615-43b1-ae26-a8710925f782 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16400 | 2024.09.03 23:58:35.496631 [ 3 ] {} <Debug> HTTP-Session: 4d8313e5-e615-43b1-ae26-a8710925f782 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16401 | 2024.09.03 23:58:35.496646 [ 3 ] {} <Debug> HTTP-Session: 4d8313e5-e615-43b1-ae26-a8710925f782 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16402 | 2024.09.03 23:58:35.496682 [ 3 ] {} <Trace> HTTP-Session: 4d8313e5-e615-43b1-ae26-a8710925f782 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16403 | 2024.09.03 23:58:35.496797 [ 3 ] {be05fe4f-f645-4aca-81ba-5f386fe0e898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16404 | 2024.09.03 23:58:35.496848 [ 3 ] {be05fe4f-f645-4aca-81ba-5f386fe0e898} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16405 | 2024.09.03 23:58:35.497096 [ 3 ] {be05fe4f-f645-4aca-81ba-5f386fe0e898} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16406 | 2024.09.03 23:58:35.497478 [ 3 ] {be05fe4f-f645-4aca-81ba-5f386fe0e898} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16407 | 2024.09.03 23:58:35.497515 [ 3 ] {be05fe4f-f645-4aca-81ba-5f386fe0e898} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16408 | 2024.09.03 23:58:35.497869 [ 3 ] {be05fe4f-f645-4aca-81ba-5f386fe0e898} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
16409 | 2024.09.03 23:58:35.498220 [ 3 ] {be05fe4f-f645-4aca-81ba-5f386fe0e898} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16410 | 2024.09.03 23:58:35.498384 [ 3 ] {be05fe4f-f645-4aca-81ba-5f386fe0e898} <Debug> executeQuery: Read 46 rows, 3.46 KiB in 0.001616 sec., 28465.346534653465 rows/sec., 2.09 MiB/sec. | ||
16411 | 2024.09.03 23:58:35.498569 [ 3 ] {be05fe4f-f645-4aca-81ba-5f386fe0e898} <Debug> DynamicQueryHandler: Done processing query | ||
16412 | 2024.09.03 23:58:35.498594 [ 3 ] {be05fe4f-f645-4aca-81ba-5f386fe0e898} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
16413 | 2024.09.03 23:58:35.498610 [ 3 ] {} <Debug> HTTP-Session: 4d8313e5-e615-43b1-ae26-a8710925f782 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16414 | 2024.09.03 23:58:35.498786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 18673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16415 | 2024.09.03 23:58:35.498838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16416 | 2024.09.03 23:58:35.498857 [ 3 ] {} <Debug> HTTP-Session: 15492356-9085-4fa8-9aec-7cd042063e8a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16417 | 2024.09.03 23:58:35.498874 [ 3 ] {} <Debug> HTTP-Session: 15492356-9085-4fa8-9aec-7cd042063e8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16418 | 2024.09.03 23:58:35.498888 [ 3 ] {} <Debug> HTTP-Session: 15492356-9085-4fa8-9aec-7cd042063e8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16419 | 2024.09.03 23:58:35.498919 [ 3 ] {} <Trace> HTTP-Session: 15492356-9085-4fa8-9aec-7cd042063e8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16420 | 2024.09.03 23:58:35.499060 [ 3 ] {2f174534-5ab3-489f-b207-75204510b707} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16421 | 2024.09.03 23:58:35.499104 [ 3 ] {2f174534-5ab3-489f-b207-75204510b707} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16422 | 2024.09.03 23:58:35.499333 [ 3 ] {2f174534-5ab3-489f-b207-75204510b707} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16423 | 2024.09.03 23:58:35.499712 [ 3 ] {2f174534-5ab3-489f-b207-75204510b707} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16424 | 2024.09.03 23:58:35.499748 [ 3 ] {2f174534-5ab3-489f-b207-75204510b707} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16425 | 2024.09.03 23:58:35.500110 [ 3 ] {2f174534-5ab3-489f-b207-75204510b707} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
16426 | 2024.09.03 23:58:35.500456 [ 3 ] {2f174534-5ab3-489f-b207-75204510b707} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16427 | 2024.09.03 23:58:35.500616 [ 3 ] {2f174534-5ab3-489f-b207-75204510b707} <Debug> executeQuery: Read 110 rows, 8.80 KiB in 0.001616 sec., 68069.30693069307 rows/sec., 5.32 MiB/sec. | ||
16428 | 2024.09.03 23:58:35.500891 [ 3 ] {2f174534-5ab3-489f-b207-75204510b707} <Debug> DynamicQueryHandler: Done processing query | ||
16429 | 2024.09.03 23:58:35.500943 [ 3 ] {2f174534-5ab3-489f-b207-75204510b707} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
16430 | 2024.09.03 23:58:35.500994 [ 3 ] {} <Debug> HTTP-Session: 15492356-9085-4fa8-9aec-7cd042063e8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16431 | 2024.09.03 23:58:35.501232 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16432 | 2024.09.03 23:58:35.501286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16433 | 2024.09.03 23:58:35.501305 [ 3 ] {} <Debug> HTTP-Session: b9bbe373-ba2a-463b-827b-80f6c26c0309 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16434 | 2024.09.03 23:58:35.501323 [ 3 ] {} <Debug> HTTP-Session: b9bbe373-ba2a-463b-827b-80f6c26c0309 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16435 | 2024.09.03 23:58:35.501336 [ 3 ] {} <Debug> HTTP-Session: b9bbe373-ba2a-463b-827b-80f6c26c0309 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16436 | 2024.09.03 23:58:35.501369 [ 3 ] {} <Trace> HTTP-Session: b9bbe373-ba2a-463b-827b-80f6c26c0309 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16437 | 2024.09.03 23:58:35.501524 [ 3 ] {b55ed5bc-15b7-499a-b36a-8617bcba652f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16438 | 2024.09.03 23:58:35.501573 [ 3 ] {b55ed5bc-15b7-499a-b36a-8617bcba652f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16439 | 2024.09.03 23:58:35.501742 [ 3 ] {b55ed5bc-15b7-499a-b36a-8617bcba652f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16440 | 2024.09.03 23:58:35.502167 [ 3 ] {b55ed5bc-15b7-499a-b36a-8617bcba652f} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16441 | 2024.09.03 23:58:35.502203 [ 3 ] {b55ed5bc-15b7-499a-b36a-8617bcba652f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16442 | 2024.09.03 23:58:35.502600 [ 3 ] {b55ed5bc-15b7-499a-b36a-8617bcba652f} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
16443 | 2024.09.03 23:58:35.502940 [ 3 ] {b55ed5bc-15b7-499a-b36a-8617bcba652f} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16444 | 2024.09.03 23:58:35.503096 [ 3 ] {b55ed5bc-15b7-499a-b36a-8617bcba652f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001641 sec., 97501.52346130408 rows/sec., 6.79 MiB/sec. | ||
16445 | 2024.09.03 23:58:35.503273 [ 3 ] {b55ed5bc-15b7-499a-b36a-8617bcba652f} <Debug> DynamicQueryHandler: Done processing query | ||
16446 | 2024.09.03 23:58:35.503297 [ 3 ] {b55ed5bc-15b7-499a-b36a-8617bcba652f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16447 | 2024.09.03 23:58:35.503313 [ 3 ] {} <Debug> HTTP-Session: b9bbe373-ba2a-463b-827b-80f6c26c0309 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16448 | 2024.09.03 23:58:35.503545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 76679, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16449 | 2024.09.03 23:58:35.503595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16450 | 2024.09.03 23:58:35.503614 [ 3 ] {} <Debug> HTTP-Session: 869efb76-c728-45fc-85a4-cb4c70738547 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16451 | 2024.09.03 23:58:35.503630 [ 3 ] {} <Debug> HTTP-Session: 869efb76-c728-45fc-85a4-cb4c70738547 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16452 | 2024.09.03 23:58:35.503644 [ 3 ] {} <Debug> HTTP-Session: 869efb76-c728-45fc-85a4-cb4c70738547 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16453 | 2024.09.03 23:58:35.503675 [ 3 ] {} <Trace> HTTP-Session: 869efb76-c728-45fc-85a4-cb4c70738547 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16454 | 2024.09.03 23:58:35.504117 [ 3 ] {4ad7aabb-d085-46ff-926f-d94f43711988} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
16455 | 2024.09.03 23:58:35.504183 [ 3 ] {4ad7aabb-d085-46ff-926f-d94f43711988} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
16456 | 2024.09.03 23:58:35.504606 [ 3 ] {4ad7aabb-d085-46ff-926f-d94f43711988} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16457 | 2024.09.03 23:58:35.505384 [ 3 ] {4ad7aabb-d085-46ff-926f-d94f43711988} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16458 | 2024.09.03 23:58:35.505420 [ 3 ] {4ad7aabb-d085-46ff-926f-d94f43711988} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16459 | 2024.09.03 23:58:35.506066 [ 3 ] {4ad7aabb-d085-46ff-926f-d94f43711988} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
16460 | 2024.09.03 23:58:35.506472 [ 3 ] {4ad7aabb-d085-46ff-926f-d94f43711988} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16461 | 2024.09.03 23:58:35.506659 [ 131 ] {} <Debug> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
16462 | 2024.09.03 23:58:35.506663 [ 3 ] {4ad7aabb-d085-46ff-926f-d94f43711988} <Debug> executeQuery: Read 46 rows, 84.41 KiB in 0.002871 sec., 16022.291884360851 rows/sec., 28.71 MiB/sec. | ||
16463 | 2024.09.03 23:58:35.506756 [ 131 ] {} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16464 | 2024.09.03 23:58:35.506848 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16465 | 2024.09.03 23:58:35.507267 [ 190 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
16466 | 2024.09.03 23:58:35.507343 [ 3 ] {4ad7aabb-d085-46ff-926f-d94f43711988} <Debug> DynamicQueryHandler: Done processing query | ||
16467 | 2024.09.03 23:58:35.507422 [ 3 ] {4ad7aabb-d085-46ff-926f-d94f43711988} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
16468 | 2024.09.03 23:58:35.507521 [ 3 ] {} <Debug> HTTP-Session: 869efb76-c728-45fc-85a4-cb4c70738547 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16469 | 2024.09.03 23:58:35.507815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16470 | 2024.09.03 23:58:35.508002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16471 | 2024.09.03 23:58:35.508100 [ 3 ] {} <Debug> HTTP-Session: 646347bd-7fb5-4f0f-9dcb-84ef44c92117 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16472 | 2024.09.03 23:58:35.508184 [ 3 ] {} <Debug> HTTP-Session: 646347bd-7fb5-4f0f-9dcb-84ef44c92117 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16473 | 2024.09.03 23:58:35.508277 [ 3 ] {} <Debug> HTTP-Session: 646347bd-7fb5-4f0f-9dcb-84ef44c92117 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16474 | 2024.09.03 23:58:35.508419 [ 3 ] {} <Trace> HTTP-Session: 646347bd-7fb5-4f0f-9dcb-84ef44c92117 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16475 | 2024.09.03 23:58:35.508829 [ 3 ] {53115235-1ced-424c-8cf6-4c7d88ee6142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16476 | 2024.09.03 23:58:35.509016 [ 3 ] {53115235-1ced-424c-8cf6-4c7d88ee6142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16477 | 2024.09.03 23:58:35.509490 [ 190 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16478 | 2024.09.03 23:58:35.509562 [ 3 ] {53115235-1ced-424c-8cf6-4c7d88ee6142} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16479 | 2024.09.03 23:58:35.509589 [ 190 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1479 rows starting from the beginning of the part | ||
16480 | 2024.09.03 23:58:35.510161 [ 190 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 46 rows starting from the beginning of the part | ||
16481 | 2024.09.03 23:58:35.510341 [ 3 ] {53115235-1ced-424c-8cf6-4c7d88ee6142} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16482 | 2024.09.03 23:58:35.510405 [ 3 ] {53115235-1ced-424c-8cf6-4c7d88ee6142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16483 | 2024.09.03 23:58:35.510540 [ 190 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 7 rows starting from the beginning of the part | ||
16484 | 2024.09.03 23:58:35.510893 [ 190 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 46 rows starting from the beginning of the part | ||
16485 | 2024.09.03 23:58:35.511259 [ 190 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 7 rows starting from the beginning of the part | ||
16486 | 2024.09.03 23:58:35.511286 [ 3 ] {53115235-1ced-424c-8cf6-4c7d88ee6142} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
16487 | 2024.09.03 23:58:35.511584 [ 190 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 46 rows starting from the beginning of the part | ||
16488 | 2024.09.03 23:58:35.511998 [ 3 ] {53115235-1ced-424c-8cf6-4c7d88ee6142} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16489 | 2024.09.03 23:58:35.512260 [ 3 ] {53115235-1ced-424c-8cf6-4c7d88ee6142} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00359 sec., 16713.091922005573 rows/sec., 1.13 MiB/sec. | ||
16490 | 2024.09.03 23:58:35.512473 [ 3 ] {53115235-1ced-424c-8cf6-4c7d88ee6142} <Debug> DynamicQueryHandler: Done processing query | ||
16491 | 2024.09.03 23:58:35.512507 [ 3 ] {53115235-1ced-424c-8cf6-4c7d88ee6142} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16492 | 2024.09.03 23:58:35.512529 [ 3 ] {} <Debug> HTTP-Session: 646347bd-7fb5-4f0f-9dcb-84ef44c92117 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16493 | 2024.09.03 23:58:35.520033 [ 198 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1631 rows, containing 19 columns (19 merged, 0 gathered) in 0.013034701 sec., 125127.53457098863 rows/sec., 224.01 MiB/sec. | ||
16494 | 2024.09.03 23:58:35.521725 [ 199 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
16495 | 2024.09.03 23:58:35.522420 [ 199 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16496 | 2024.09.03 23:58:35.522517 [ 199 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
16497 | 2024.09.03 23:58:35.522686 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.56 MiB. | ||
16498 | 2024.09.03 23:58:36.000217 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.40 MiB, peak 222.31 MiB, free memory in arenas 0.00 B, will set to 213.72 MiB (RSS), difference: 3.32 MiB | ||
16499 | 2024.09.03 23:58:40.495557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16500 | 2024.09.03 23:58:40.495684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16501 | 2024.09.03 23:58:40.495710 [ 3 ] {} <Debug> HTTP-Session: fccfbd1e-6186-40eb-948a-d3ebd7f9281a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16502 | 2024.09.03 23:58:40.495735 [ 3 ] {} <Debug> HTTP-Session: fccfbd1e-6186-40eb-948a-d3ebd7f9281a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16503 | 2024.09.03 23:58:40.495750 [ 3 ] {} <Debug> HTTP-Session: fccfbd1e-6186-40eb-948a-d3ebd7f9281a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16504 | 2024.09.03 23:58:40.495799 [ 3 ] {} <Trace> HTTP-Session: fccfbd1e-6186-40eb-948a-d3ebd7f9281a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16505 | 2024.09.03 23:58:40.495977 [ 3 ] {a475a360-3a6c-4cf3-a43e-f7f12967885d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16506 | 2024.09.03 23:58:40.496047 [ 3 ] {a475a360-3a6c-4cf3-a43e-f7f12967885d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16507 | 2024.09.03 23:58:40.496387 [ 3 ] {a475a360-3a6c-4cf3-a43e-f7f12967885d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16508 | 2024.09.03 23:58:40.496829 [ 3 ] {a475a360-3a6c-4cf3-a43e-f7f12967885d} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16509 | 2024.09.03 23:58:40.496875 [ 3 ] {a475a360-3a6c-4cf3-a43e-f7f12967885d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16510 | 2024.09.03 23:58:40.497294 [ 3 ] {a475a360-3a6c-4cf3-a43e-f7f12967885d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
16511 | 2024.09.03 23:58:40.497689 [ 3 ] {a475a360-3a6c-4cf3-a43e-f7f12967885d} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16512 | 2024.09.03 23:58:40.497882 [ 3 ] {a475a360-3a6c-4cf3-a43e-f7f12967885d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001949 sec., 2052.334530528476 rows/sec., 167.35 KiB/sec. | ||
16513 | 2024.09.03 23:58:40.498160 [ 3 ] {a475a360-3a6c-4cf3-a43e-f7f12967885d} <Debug> DynamicQueryHandler: Done processing query | ||
16514 | 2024.09.03 23:58:40.498188 [ 3 ] {a475a360-3a6c-4cf3-a43e-f7f12967885d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16515 | 2024.09.03 23:58:40.498205 [ 3 ] {} <Debug> HTTP-Session: fccfbd1e-6186-40eb-948a-d3ebd7f9281a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16516 | 2024.09.03 23:58:40.498383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16517 | 2024.09.03 23:58:40.498438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16518 | 2024.09.03 23:58:40.498458 [ 3 ] {} <Debug> HTTP-Session: 4cc2baa8-d374-47fd-a873-6919d06d42b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16519 | 2024.09.03 23:58:40.498477 [ 3 ] {} <Debug> HTTP-Session: 4cc2baa8-d374-47fd-a873-6919d06d42b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16520 | 2024.09.03 23:58:40.498491 [ 3 ] {} <Debug> HTTP-Session: 4cc2baa8-d374-47fd-a873-6919d06d42b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16521 | 2024.09.03 23:58:40.498526 [ 3 ] {} <Trace> HTTP-Session: 4cc2baa8-d374-47fd-a873-6919d06d42b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16522 | 2024.09.03 23:58:40.498691 [ 3 ] {8c79918a-684d-4a6d-b09c-bf6e783152d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16523 | 2024.09.03 23:58:40.498739 [ 3 ] {8c79918a-684d-4a6d-b09c-bf6e783152d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16524 | 2024.09.03 23:58:40.498978 [ 3 ] {8c79918a-684d-4a6d-b09c-bf6e783152d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16525 | 2024.09.03 23:58:40.499458 [ 3 ] {8c79918a-684d-4a6d-b09c-bf6e783152d1} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16526 | 2024.09.03 23:58:40.499495 [ 3 ] {8c79918a-684d-4a6d-b09c-bf6e783152d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16527 | 2024.09.03 23:58:40.499876 [ 3 ] {8c79918a-684d-4a6d-b09c-bf6e783152d1} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
16528 | 2024.09.03 23:58:40.500234 [ 3 ] {8c79918a-684d-4a6d-b09c-bf6e783152d1} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16529 | 2024.09.03 23:58:40.500397 [ 3 ] {8c79918a-684d-4a6d-b09c-bf6e783152d1} <Debug> executeQuery: Read 205 rows, 18.36 KiB in 0.00178 sec., 115168.5393258427 rows/sec., 10.08 MiB/sec. | ||
16530 | 2024.09.03 23:58:40.500588 [ 3 ] {8c79918a-684d-4a6d-b09c-bf6e783152d1} <Debug> DynamicQueryHandler: Done processing query | ||
16531 | 2024.09.03 23:58:40.500612 [ 3 ] {8c79918a-684d-4a6d-b09c-bf6e783152d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
16532 | 2024.09.03 23:58:40.500628 [ 3 ] {} <Debug> HTTP-Session: 4cc2baa8-d374-47fd-a873-6919d06d42b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16533 | 2024.09.03 23:58:40.500783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16534 | 2024.09.03 23:58:40.500833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16535 | 2024.09.03 23:58:40.500853 [ 3 ] {} <Debug> HTTP-Session: 44d0b289-05d1-47e0-9d8c-c121db50f594 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16536 | 2024.09.03 23:58:40.500870 [ 3 ] {} <Debug> HTTP-Session: 44d0b289-05d1-47e0-9d8c-c121db50f594 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16537 | 2024.09.03 23:58:40.500884 [ 3 ] {} <Debug> HTTP-Session: 44d0b289-05d1-47e0-9d8c-c121db50f594 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16538 | 2024.09.03 23:58:40.500916 [ 3 ] {} <Trace> HTTP-Session: 44d0b289-05d1-47e0-9d8c-c121db50f594 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16539 | 2024.09.03 23:58:40.501016 [ 3 ] {1ab7c076-eb2a-41c5-af01-77911f358897} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16540 | 2024.09.03 23:58:40.501060 [ 3 ] {1ab7c076-eb2a-41c5-af01-77911f358897} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16541 | 2024.09.03 23:58:40.501287 [ 3 ] {1ab7c076-eb2a-41c5-af01-77911f358897} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16542 | 2024.09.03 23:58:40.501604 [ 3 ] {1ab7c076-eb2a-41c5-af01-77911f358897} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16543 | 2024.09.03 23:58:40.501641 [ 3 ] {1ab7c076-eb2a-41c5-af01-77911f358897} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16544 | 2024.09.03 23:58:40.501986 [ 3 ] {1ab7c076-eb2a-41c5-af01-77911f358897} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
16545 | 2024.09.03 23:58:40.502357 [ 3 ] {1ab7c076-eb2a-41c5-af01-77911f358897} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16546 | 2024.09.03 23:58:40.502514 [ 3 ] {1ab7c076-eb2a-41c5-af01-77911f358897} <Debug> executeQuery: Read 11 rows, 825.00 B in 0.001517 sec., 7251.153592617008 rows/sec., 531.09 KiB/sec. | ||
16547 | 2024.09.03 23:58:40.502687 [ 3 ] {1ab7c076-eb2a-41c5-af01-77911f358897} <Debug> DynamicQueryHandler: Done processing query | ||
16548 | 2024.09.03 23:58:40.502711 [ 3 ] {1ab7c076-eb2a-41c5-af01-77911f358897} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16549 | 2024.09.03 23:58:40.502728 [ 3 ] {} <Debug> HTTP-Session: 44d0b289-05d1-47e0-9d8c-c121db50f594 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16550 | 2024.09.03 23:58:40.502851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16551 | 2024.09.03 23:58:40.502901 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16552 | 2024.09.03 23:58:40.502920 [ 3 ] {} <Debug> HTTP-Session: 2e06dd91-0d5e-4b77-9674-af0aaf2c4d79 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16553 | 2024.09.03 23:58:40.502938 [ 3 ] {} <Debug> HTTP-Session: 2e06dd91-0d5e-4b77-9674-af0aaf2c4d79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16554 | 2024.09.03 23:58:40.502952 [ 3 ] {} <Debug> HTTP-Session: 2e06dd91-0d5e-4b77-9674-af0aaf2c4d79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16555 | 2024.09.03 23:58:40.502983 [ 3 ] {} <Trace> HTTP-Session: 2e06dd91-0d5e-4b77-9674-af0aaf2c4d79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16556 | 2024.09.03 23:58:40.503083 [ 3 ] {6864e99d-875f-46bc-aede-a959fb3c31fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
16557 | 2024.09.03 23:58:40.503127 [ 3 ] {6864e99d-875f-46bc-aede-a959fb3c31fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16558 | 2024.09.03 23:58:40.503352 [ 3 ] {6864e99d-875f-46bc-aede-a959fb3c31fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16559 | 2024.09.03 23:58:40.503666 [ 3 ] {6864e99d-875f-46bc-aede-a959fb3c31fa} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16560 | 2024.09.03 23:58:40.503702 [ 3 ] {6864e99d-875f-46bc-aede-a959fb3c31fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16561 | 2024.09.03 23:58:40.504061 [ 3 ] {6864e99d-875f-46bc-aede-a959fb3c31fa} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
16562 | 2024.09.03 23:58:40.504410 [ 3 ] {6864e99d-875f-46bc-aede-a959fb3c31fa} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16563 | 2024.09.03 23:58:40.504565 [ 3 ] {6864e99d-875f-46bc-aede-a959fb3c31fa} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001501 sec., 9327.11525649567 rows/sec., 653.21 KiB/sec. | ||
16564 | 2024.09.03 23:58:40.504741 [ 3 ] {6864e99d-875f-46bc-aede-a959fb3c31fa} <Debug> DynamicQueryHandler: Done processing query | ||
16565 | 2024.09.03 23:58:40.504765 [ 3 ] {6864e99d-875f-46bc-aede-a959fb3c31fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16566 | 2024.09.03 23:58:40.504781 [ 3 ] {} <Debug> HTTP-Session: 2e06dd91-0d5e-4b77-9674-af0aaf2c4d79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16567 | 2024.09.03 23:58:40.504899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16568 | 2024.09.03 23:58:40.504947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16569 | 2024.09.03 23:58:40.504966 [ 3 ] {} <Debug> HTTP-Session: 10639a51-ee59-423e-9271-e16d07465127 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16570 | 2024.09.03 23:58:40.504982 [ 3 ] {} <Debug> HTTP-Session: 10639a51-ee59-423e-9271-e16d07465127 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16571 | 2024.09.03 23:58:40.504996 [ 3 ] {} <Debug> HTTP-Session: 10639a51-ee59-423e-9271-e16d07465127 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16572 | 2024.09.03 23:58:40.505027 [ 3 ] {} <Trace> HTTP-Session: 10639a51-ee59-423e-9271-e16d07465127 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16573 | 2024.09.03 23:58:40.505122 [ 3 ] {5826dd77-fb35-4981-b153-9b05af3571d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
16574 | 2024.09.03 23:58:40.505164 [ 3 ] {5826dd77-fb35-4981-b153-9b05af3571d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
16575 | 2024.09.03 23:58:40.505388 [ 3 ] {5826dd77-fb35-4981-b153-9b05af3571d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16576 | 2024.09.03 23:58:40.505692 [ 3 ] {5826dd77-fb35-4981-b153-9b05af3571d6} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16577 | 2024.09.03 23:58:40.505729 [ 3 ] {5826dd77-fb35-4981-b153-9b05af3571d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16578 | 2024.09.03 23:58:40.506068 [ 3 ] {5826dd77-fb35-4981-b153-9b05af3571d6} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
16579 | 2024.09.03 23:58:40.506417 [ 3 ] {5826dd77-fb35-4981-b153-9b05af3571d6} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16580 | 2024.09.03 23:58:40.506574 [ 128 ] {} <Debug> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
16581 | 2024.09.03 23:58:40.506583 [ 3 ] {5826dd77-fb35-4981-b153-9b05af3571d6} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001478 sec., 4059.539918809202 rows/sec., 239.85 KiB/sec. | ||
16582 | 2024.09.03 23:58:40.506661 [ 128 ] {} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16583 | 2024.09.03 23:58:40.506738 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16584 | 2024.09.03 23:58:40.506937 [ 200 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
16585 | 2024.09.03 23:58:40.506942 [ 3 ] {5826dd77-fb35-4981-b153-9b05af3571d6} <Debug> DynamicQueryHandler: Done processing query | ||
16586 | 2024.09.03 23:58:40.507016 [ 3 ] {5826dd77-fb35-4981-b153-9b05af3571d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16587 | 2024.09.03 23:58:40.507036 [ 3 ] {} <Debug> HTTP-Session: 10639a51-ee59-423e-9271-e16d07465127 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16588 | 2024.09.03 23:58:40.507172 [ 200 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16589 | 2024.09.03 23:58:40.507220 [ 200 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
16590 | 2024.09.03 23:58:40.507278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 63634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16591 | 2024.09.03 23:58:40.507442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16592 | 2024.09.03 23:58:40.507510 [ 200 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
16593 | 2024.09.03 23:58:40.507523 [ 3 ] {} <Debug> HTTP-Session: ea8935dd-392b-4000-808f-ec8f85b15b32 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16594 | 2024.09.03 23:58:40.507601 [ 3 ] {} <Debug> HTTP-Session: ea8935dd-392b-4000-808f-ec8f85b15b32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16595 | 2024.09.03 23:58:40.507648 [ 3 ] {} <Debug> HTTP-Session: ea8935dd-392b-4000-808f-ec8f85b15b32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16596 | 2024.09.03 23:58:40.507786 [ 3 ] {} <Trace> HTTP-Session: ea8935dd-392b-4000-808f-ec8f85b15b32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16597 | 2024.09.03 23:58:40.507834 [ 200 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
16598 | 2024.09.03 23:58:40.508109 [ 200 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
16599 | 2024.09.03 23:58:40.508203 [ 3 ] {d6968b1d-6dc4-4d4f-8ebc-3d2e83c20352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16600 | 2024.09.03 23:58:40.508331 [ 3 ] {d6968b1d-6dc4-4d4f-8ebc-3d2e83c20352} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16601 | 2024.09.03 23:58:40.508454 [ 200 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
16602 | 2024.09.03 23:58:40.509303 [ 3 ] {d6968b1d-6dc4-4d4f-8ebc-3d2e83c20352} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16603 | 2024.09.03 23:58:40.510527 [ 3 ] {d6968b1d-6dc4-4d4f-8ebc-3d2e83c20352} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16604 | 2024.09.03 23:58:40.510603 [ 3 ] {d6968b1d-6dc4-4d4f-8ebc-3d2e83c20352} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16605 | 2024.09.03 23:58:40.511049 [ 200 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004198981 sec., 7144.590556613616 rows/sec., 453.51 KiB/sec. | ||
16606 | 2024.09.03 23:58:40.511261 [ 200 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
16607 | 2024.09.03 23:58:40.511528 [ 3 ] {d6968b1d-6dc4-4d4f-8ebc-3d2e83c20352} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
16608 | 2024.09.03 23:58:40.512393 [ 198 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_41_10} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16609 | 2024.09.03 23:58:40.512452 [ 3 ] {d6968b1d-6dc4-4d4f-8ebc-3d2e83c20352} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16610 | 2024.09.03 23:58:40.512525 [ 198 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_41_10} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
16611 | 2024.09.03 23:58:40.512723 [ 3 ] {d6968b1d-6dc4-4d4f-8ebc-3d2e83c20352} <Debug> executeQuery: Read 393 rows, 28.57 KiB in 0.004727 sec., 83139.41188914745 rows/sec., 5.90 MiB/sec. | ||
16612 | 2024.09.03 23:58:40.512741 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
16613 | 2024.09.03 23:58:40.512948 [ 3 ] {d6968b1d-6dc4-4d4f-8ebc-3d2e83c20352} <Debug> DynamicQueryHandler: Done processing query | ||
16614 | 2024.09.03 23:58:40.512974 [ 3 ] {d6968b1d-6dc4-4d4f-8ebc-3d2e83c20352} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
16615 | 2024.09.03 23:58:40.512990 [ 3 ] {} <Debug> HTTP-Session: ea8935dd-392b-4000-808f-ec8f85b15b32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16616 | 2024.09.03 23:58:40.513124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16617 | 2024.09.03 23:58:40.513173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16618 | 2024.09.03 23:58:40.513192 [ 3 ] {} <Debug> HTTP-Session: 26d2db04-114d-43c9-9a58-0405db02af6d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16619 | 2024.09.03 23:58:40.513208 [ 3 ] {} <Debug> HTTP-Session: 26d2db04-114d-43c9-9a58-0405db02af6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16620 | 2024.09.03 23:58:40.513222 [ 3 ] {} <Debug> HTTP-Session: 26d2db04-114d-43c9-9a58-0405db02af6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16621 | 2024.09.03 23:58:40.513253 [ 3 ] {} <Trace> HTTP-Session: 26d2db04-114d-43c9-9a58-0405db02af6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16622 | 2024.09.03 23:58:40.513350 [ 3 ] {032a8a10-ce12-4647-b3dc-2fca629194a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
16623 | 2024.09.03 23:58:40.513394 [ 3 ] {032a8a10-ce12-4647-b3dc-2fca629194a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16624 | 2024.09.03 23:58:40.513532 [ 3 ] {032a8a10-ce12-4647-b3dc-2fca629194a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16625 | 2024.09.03 23:58:40.513816 [ 3 ] {032a8a10-ce12-4647-b3dc-2fca629194a0} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16626 | 2024.09.03 23:58:40.513854 [ 3 ] {032a8a10-ce12-4647-b3dc-2fca629194a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16627 | 2024.09.03 23:58:40.514208 [ 3 ] {032a8a10-ce12-4647-b3dc-2fca629194a0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
16628 | 2024.09.03 23:58:40.514525 [ 3 ] {032a8a10-ce12-4647-b3dc-2fca629194a0} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16629 | 2024.09.03 23:58:40.514678 [ 3 ] {032a8a10-ce12-4647-b3dc-2fca629194a0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001349 sec., 4447.739065974796 rows/sec., 232.38 KiB/sec. | ||
16630 | 2024.09.03 23:58:40.514689 [ 128 ] {} <Debug> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
16631 | 2024.09.03 23:58:40.514771 [ 128 ] {} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16632 | 2024.09.03 23:58:40.514817 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16633 | 2024.09.03 23:58:40.514996 [ 3 ] {032a8a10-ce12-4647-b3dc-2fca629194a0} <Debug> DynamicQueryHandler: Done processing query | ||
16634 | 2024.09.03 23:58:40.515088 [ 3 ] {032a8a10-ce12-4647-b3dc-2fca629194a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16635 | 2024.09.03 23:58:40.515150 [ 3 ] {} <Debug> HTTP-Session: 26d2db04-114d-43c9-9a58-0405db02af6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16636 | 2024.09.03 23:58:40.515201 [ 195 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
16637 | 2024.09.03 23:58:40.515501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 45030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16638 | 2024.09.03 23:58:40.515710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16639 | 2024.09.03 23:58:40.515814 [ 3 ] {} <Debug> HTTP-Session: 1c81a214-f26f-44f4-bf77-4c2c3dc05268 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16640 | 2024.09.03 23:58:40.515889 [ 3 ] {} <Debug> HTTP-Session: 1c81a214-f26f-44f4-bf77-4c2c3dc05268 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16641 | 2024.09.03 23:58:40.515916 [ 195 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16642 | 2024.09.03 23:58:40.515941 [ 3 ] {} <Debug> HTTP-Session: 1c81a214-f26f-44f4-bf77-4c2c3dc05268 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16643 | 2024.09.03 23:58:40.515999 [ 195 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
16644 | 2024.09.03 23:58:40.516012 [ 3 ] {} <Trace> HTTP-Session: 1c81a214-f26f-44f4-bf77-4c2c3dc05268 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16645 | 2024.09.03 23:58:40.516155 [ 195 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
16646 | 2024.09.03 23:58:40.516355 [ 195 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
16647 | 2024.09.03 23:58:40.516645 [ 3 ] {0f4ed20e-a411-4e2d-9f18-4a266ef35853} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16648 | 2024.09.03 23:58:40.516705 [ 195 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
16649 | 2024.09.03 23:58:40.516981 [ 3 ] {0f4ed20e-a411-4e2d-9f18-4a266ef35853} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16650 | 2024.09.03 23:58:40.517005 [ 195 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
16651 | 2024.09.03 23:58:40.517297 [ 195 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::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 | ||
16652 | 2024.09.03 23:58:40.518147 [ 3 ] {0f4ed20e-a411-4e2d-9f18-4a266ef35853} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16653 | 2024.09.03 23:58:40.519139 [ 3 ] {0f4ed20e-a411-4e2d-9f18-4a266ef35853} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16654 | 2024.09.03 23:58:40.519205 [ 3 ] {0f4ed20e-a411-4e2d-9f18-4a266ef35853} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16655 | 2024.09.03 23:58:40.520283 [ 195 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.005338335 sec., 46081.783927010954 rows/sec., 2.35 MiB/sec. | ||
16656 | 2024.09.03 23:58:40.520320 [ 3 ] {0f4ed20e-a411-4e2d-9f18-4a266ef35853} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
16657 | 2024.09.03 23:58:40.520463 [ 195 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
16658 | 2024.09.03 23:58:40.521209 [ 3 ] {0f4ed20e-a411-4e2d-9f18-4a266ef35853} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16659 | 2024.09.03 23:58:40.521529 [ 3 ] {0f4ed20e-a411-4e2d-9f18-4a266ef35853} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.005299 sec., 45102.84959426307 rows/sec., 3.02 MiB/sec. | ||
16660 | 2024.09.03 23:58:40.521546 [ 193 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_41_8} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16661 | 2024.09.03 23:58:40.521931 [ 193 ] {2c46a73f-9b00-4a3d-8873-3fe7c52a409f::all_1_41_8} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
16662 | 2024.09.03 23:58:40.522016 [ 3 ] {0f4ed20e-a411-4e2d-9f18-4a266ef35853} <Debug> DynamicQueryHandler: Done processing query | ||
16663 | 2024.09.03 23:58:40.522075 [ 3 ] {0f4ed20e-a411-4e2d-9f18-4a266ef35853} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
16664 | 2024.09.03 23:58:40.522163 [ 3 ] {} <Debug> HTTP-Session: 1c81a214-f26f-44f4-bf77-4c2c3dc05268 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16665 | 2024.09.03 23:58:40.522307 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
16666 | 2024.09.03 23:58:40.522414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16667 | 2024.09.03 23:58:40.522489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16668 | 2024.09.03 23:58:40.522513 [ 3 ] {} <Debug> HTTP-Session: 9f4fbf59-0e83-40ff-a285-6987b854b5f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16669 | 2024.09.03 23:58:40.522530 [ 3 ] {} <Debug> HTTP-Session: 9f4fbf59-0e83-40ff-a285-6987b854b5f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16670 | 2024.09.03 23:58:40.522544 [ 3 ] {} <Debug> HTTP-Session: 9f4fbf59-0e83-40ff-a285-6987b854b5f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16671 | 2024.09.03 23:58:40.522576 [ 3 ] {} <Trace> HTTP-Session: 9f4fbf59-0e83-40ff-a285-6987b854b5f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16672 | 2024.09.03 23:58:40.522674 [ 3 ] {594bfc0a-8db6-4e37-bbba-c3fa12227688} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
16673 | 2024.09.03 23:58:40.522722 [ 3 ] {594bfc0a-8db6-4e37-bbba-c3fa12227688} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
16674 | 2024.09.03 23:58:40.522872 [ 3 ] {594bfc0a-8db6-4e37-bbba-c3fa12227688} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16675 | 2024.09.03 23:58:40.523165 [ 3 ] {594bfc0a-8db6-4e37-bbba-c3fa12227688} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16676 | 2024.09.03 23:58:40.523201 [ 3 ] {594bfc0a-8db6-4e37-bbba-c3fa12227688} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16677 | 2024.09.03 23:58:40.523562 [ 3 ] {594bfc0a-8db6-4e37-bbba-c3fa12227688} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
16678 | 2024.09.03 23:58:40.523892 [ 3 ] {594bfc0a-8db6-4e37-bbba-c3fa12227688} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16679 | 2024.09.03 23:58:40.524045 [ 3 ] {594bfc0a-8db6-4e37-bbba-c3fa12227688} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001391 sec., 718.9072609633357 rows/sec., 48.44 KiB/sec. | ||
16680 | 2024.09.03 23:58:40.524208 [ 3 ] {594bfc0a-8db6-4e37-bbba-c3fa12227688} <Debug> DynamicQueryHandler: Done processing query | ||
16681 | 2024.09.03 23:58:40.524233 [ 3 ] {594bfc0a-8db6-4e37-bbba-c3fa12227688} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
16682 | 2024.09.03 23:58:40.524249 [ 3 ] {} <Debug> HTTP-Session: 9f4fbf59-0e83-40ff-a285-6987b854b5f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16683 | 2024.09.03 23:58:40.524372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12081, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16684 | 2024.09.03 23:58:40.524421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16685 | 2024.09.03 23:58:40.524440 [ 3 ] {} <Debug> HTTP-Session: 5193834c-c2b6-447b-a8de-00c50d1d6cdb Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16686 | 2024.09.03 23:58:40.524456 [ 3 ] {} <Debug> HTTP-Session: 5193834c-c2b6-447b-a8de-00c50d1d6cdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16687 | 2024.09.03 23:58:40.524470 [ 3 ] {} <Debug> HTTP-Session: 5193834c-c2b6-447b-a8de-00c50d1d6cdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16688 | 2024.09.03 23:58:40.524501 [ 3 ] {} <Trace> HTTP-Session: 5193834c-c2b6-447b-a8de-00c50d1d6cdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16689 | 2024.09.03 23:58:40.524674 [ 3 ] {a4b13bcf-e94e-4bf7-9d22-4ae298f1b3ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
16690 | 2024.09.03 23:58:40.524738 [ 3 ] {a4b13bcf-e94e-4bf7-9d22-4ae298f1b3ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
16691 | 2024.09.03 23:58:40.525158 [ 3 ] {a4b13bcf-e94e-4bf7-9d22-4ae298f1b3ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16692 | 2024.09.03 23:58:40.525652 [ 3 ] {a4b13bcf-e94e-4bf7-9d22-4ae298f1b3ea} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16693 | 2024.09.03 23:58:40.525689 [ 3 ] {a4b13bcf-e94e-4bf7-9d22-4ae298f1b3ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16694 | 2024.09.03 23:58:40.526297 [ 3 ] {a4b13bcf-e94e-4bf7-9d22-4ae298f1b3ea} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
16695 | 2024.09.03 23:58:40.526711 [ 3 ] {a4b13bcf-e94e-4bf7-9d22-4ae298f1b3ea} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16696 | 2024.09.03 23:58:40.526885 [ 3 ] {a4b13bcf-e94e-4bf7-9d22-4ae298f1b3ea} <Debug> executeQuery: Read 7 rows, 12.84 KiB in 0.002303 sec., 3039.51367781155 rows/sec., 5.45 MiB/sec. | ||
16697 | 2024.09.03 23:58:40.527108 [ 3 ] {a4b13bcf-e94e-4bf7-9d22-4ae298f1b3ea} <Debug> DynamicQueryHandler: Done processing query | ||
16698 | 2024.09.03 23:58:40.527132 [ 3 ] {a4b13bcf-e94e-4bf7-9d22-4ae298f1b3ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
16699 | 2024.09.03 23:58:40.527148 [ 3 ] {} <Debug> HTTP-Session: 5193834c-c2b6-447b-a8de-00c50d1d6cdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16700 | 2024.09.03 23:58:40.527277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16701 | 2024.09.03 23:58:40.527328 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16702 | 2024.09.03 23:58:40.527348 [ 3 ] {} <Debug> HTTP-Session: 74bf569f-8d94-4751-aafd-d7352442ea58 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16703 | 2024.09.03 23:58:40.527364 [ 3 ] {} <Debug> HTTP-Session: 74bf569f-8d94-4751-aafd-d7352442ea58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16704 | 2024.09.03 23:58:40.527378 [ 3 ] {} <Debug> HTTP-Session: 74bf569f-8d94-4751-aafd-d7352442ea58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16705 | 2024.09.03 23:58:40.527409 [ 3 ] {} <Trace> HTTP-Session: 74bf569f-8d94-4751-aafd-d7352442ea58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16706 | 2024.09.03 23:58:40.527527 [ 3 ] {c3a7084d-1faf-4d88-9b9f-88d2c2a73984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16707 | 2024.09.03 23:58:40.527573 [ 3 ] {c3a7084d-1faf-4d88-9b9f-88d2c2a73984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16708 | 2024.09.03 23:58:40.527703 [ 3 ] {c3a7084d-1faf-4d88-9b9f-88d2c2a73984} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16709 | 2024.09.03 23:58:40.528004 [ 3 ] {c3a7084d-1faf-4d88-9b9f-88d2c2a73984} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16710 | 2024.09.03 23:58:40.528041 [ 3 ] {c3a7084d-1faf-4d88-9b9f-88d2c2a73984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16711 | 2024.09.03 23:58:40.528399 [ 3 ] {c3a7084d-1faf-4d88-9b9f-88d2c2a73984} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
16712 | 2024.09.03 23:58:40.528729 [ 3 ] {c3a7084d-1faf-4d88-9b9f-88d2c2a73984} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16713 | 2024.09.03 23:58:40.528895 [ 3 ] {c3a7084d-1faf-4d88-9b9f-88d2c2a73984} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001407 sec., 58280.02842928216 rows/sec., 3.70 MiB/sec. | ||
16714 | 2024.09.03 23:58:40.529060 [ 3 ] {c3a7084d-1faf-4d88-9b9f-88d2c2a73984} <Debug> DynamicQueryHandler: Done processing query | ||
16715 | 2024.09.03 23:58:40.529084 [ 3 ] {c3a7084d-1faf-4d88-9b9f-88d2c2a73984} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16716 | 2024.09.03 23:58:40.529100 [ 3 ] {} <Debug> HTTP-Session: 74bf569f-8d94-4751-aafd-d7352442ea58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16717 | 2024.09.03 23:58:45.493136 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16718 | 2024.09.03 23:58:45.493322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16719 | 2024.09.03 23:58:45.493369 [ 3 ] {} <Debug> HTTP-Session: 91eb7991-e6b0-4c86-ae3d-f99c592ac02d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16720 | 2024.09.03 23:58:45.493411 [ 3 ] {} <Debug> HTTP-Session: 91eb7991-e6b0-4c86-ae3d-f99c592ac02d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16721 | 2024.09.03 23:58:45.493441 [ 3 ] {} <Debug> HTTP-Session: 91eb7991-e6b0-4c86-ae3d-f99c592ac02d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16722 | 2024.09.03 23:58:45.493521 [ 3 ] {} <Trace> HTTP-Session: 91eb7991-e6b0-4c86-ae3d-f99c592ac02d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16723 | 2024.09.03 23:58:45.493799 [ 3 ] {0d91d8be-6262-425b-be00-68c5bbd8de00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16724 | 2024.09.03 23:58:45.493910 [ 3 ] {0d91d8be-6262-425b-be00-68c5bbd8de00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16725 | 2024.09.03 23:58:45.494258 [ 3 ] {0d91d8be-6262-425b-be00-68c5bbd8de00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16726 | 2024.09.03 23:58:45.494687 [ 3 ] {0d91d8be-6262-425b-be00-68c5bbd8de00} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16727 | 2024.09.03 23:58:45.494731 [ 3 ] {0d91d8be-6262-425b-be00-68c5bbd8de00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16728 | 2024.09.03 23:58:45.495143 [ 3 ] {0d91d8be-6262-425b-be00-68c5bbd8de00} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
16729 | 2024.09.03 23:58:45.495538 [ 3 ] {0d91d8be-6262-425b-be00-68c5bbd8de00} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16730 | 2024.09.03 23:58:45.495687 [ 3 ] {0d91d8be-6262-425b-be00-68c5bbd8de00} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001976 sec., 2024.2914979757086 rows/sec., 165.07 KiB/sec. | ||
16731 | 2024.09.03 23:58:45.495908 [ 3 ] {0d91d8be-6262-425b-be00-68c5bbd8de00} <Debug> DynamicQueryHandler: Done processing query | ||
16732 | 2024.09.03 23:58:45.495936 [ 3 ] {0d91d8be-6262-425b-be00-68c5bbd8de00} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16733 | 2024.09.03 23:58:45.495953 [ 3 ] {} <Debug> HTTP-Session: 91eb7991-e6b0-4c86-ae3d-f99c592ac02d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16734 | 2024.09.03 23:58:45.496163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 22419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16735 | 2024.09.03 23:58:45.496219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16736 | 2024.09.03 23:58:45.496240 [ 3 ] {} <Debug> HTTP-Session: 5cd41ecd-2328-48c2-9aa8-aaa2bffb7543 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16737 | 2024.09.03 23:58:45.496258 [ 3 ] {} <Debug> HTTP-Session: 5cd41ecd-2328-48c2-9aa8-aaa2bffb7543 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16738 | 2024.09.03 23:58:45.496272 [ 3 ] {} <Debug> HTTP-Session: 5cd41ecd-2328-48c2-9aa8-aaa2bffb7543 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16739 | 2024.09.03 23:58:45.496308 [ 3 ] {} <Trace> HTTP-Session: 5cd41ecd-2328-48c2-9aa8-aaa2bffb7543 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16740 | 2024.09.03 23:58:45.496458 [ 3 ] {69f5d3f4-e5f3-403d-b5a1-4b53193b412f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16741 | 2024.09.03 23:58:45.496507 [ 3 ] {69f5d3f4-e5f3-403d-b5a1-4b53193b412f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16742 | 2024.09.03 23:58:45.496749 [ 3 ] {69f5d3f4-e5f3-403d-b5a1-4b53193b412f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16743 | 2024.09.03 23:58:45.497159 [ 3 ] {69f5d3f4-e5f3-403d-b5a1-4b53193b412f} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16744 | 2024.09.03 23:58:45.497197 [ 3 ] {69f5d3f4-e5f3-403d-b5a1-4b53193b412f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16745 | 2024.09.03 23:58:45.497570 [ 3 ] {69f5d3f4-e5f3-403d-b5a1-4b53193b412f} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
16746 | 2024.09.03 23:58:45.497934 [ 3 ] {69f5d3f4-e5f3-403d-b5a1-4b53193b412f} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16747 | 2024.09.03 23:58:45.498063 [ 3 ] {69f5d3f4-e5f3-403d-b5a1-4b53193b412f} <Debug> executeQuery: Read 150 rows, 13.29 KiB in 0.001671 sec., 89766.60682226213 rows/sec., 7.76 MiB/sec. | ||
16748 | 2024.09.03 23:58:45.498069 [ 122 ] {} <Debug> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
16749 | 2024.09.03 23:58:45.498127 [ 122 ] {} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16750 | 2024.09.03 23:58:45.498163 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16751 | 2024.09.03 23:58:45.498314 [ 3 ] {69f5d3f4-e5f3-403d-b5a1-4b53193b412f} <Debug> DynamicQueryHandler: Done processing query | ||
16752 | 2024.09.03 23:58:45.498390 [ 3 ] {69f5d3f4-e5f3-403d-b5a1-4b53193b412f} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
16753 | 2024.09.03 23:58:45.498438 [ 3 ] {} <Debug> HTTP-Session: 5cd41ecd-2328-48c2-9aa8-aaa2bffb7543 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16754 | 2024.09.03 23:58:45.498456 [ 196 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::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 | ||
16755 | 2024.09.03 23:58:45.498770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 7208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16756 | 2024.09.03 23:58:45.498951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16757 | 2024.09.03 23:58:45.499043 [ 3 ] {} <Debug> HTTP-Session: 3656fe42-1c2f-41b0-837f-daf838c4df35 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16758 | 2024.09.03 23:58:45.499123 [ 3 ] {} <Debug> HTTP-Session: 3656fe42-1c2f-41b0-837f-daf838c4df35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16759 | 2024.09.03 23:58:45.499191 [ 3 ] {} <Debug> HTTP-Session: 3656fe42-1c2f-41b0-837f-daf838c4df35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16760 | 2024.09.03 23:58:45.499316 [ 196 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16761 | 2024.09.03 23:58:45.499337 [ 3 ] {} <Trace> HTTP-Session: 3656fe42-1c2f-41b0-837f-daf838c4df35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16762 | 2024.09.03 23:58:45.499469 [ 196 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1495 rows starting from the beginning of the part | ||
16763 | 2024.09.03 23:58:45.499664 [ 3 ] {6ce3a4a6-0115-43f1-9e49-8eddc9af7c9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16764 | 2024.09.03 23:58:45.499731 [ 196 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 1288 rows starting from the beginning of the part | ||
16765 | 2024.09.03 23:58:45.499834 [ 3 ] {6ce3a4a6-0115-43f1-9e49-8eddc9af7c9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16766 | 2024.09.03 23:58:45.500056 [ 196 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 203 rows starting from the beginning of the part | ||
16767 | 2024.09.03 23:58:45.500423 [ 196 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 148 rows starting from the beginning of the part | ||
16768 | 2024.09.03 23:58:45.500846 [ 196 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 205 rows starting from the beginning of the part | ||
16769 | 2024.09.03 23:58:45.501252 [ 196 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 150 rows starting from the beginning of the part | ||
16770 | 2024.09.03 23:58:45.501897 [ 3 ] {6ce3a4a6-0115-43f1-9e49-8eddc9af7c9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16771 | 2024.09.03 23:58:45.502640 [ 3 ] {6ce3a4a6-0115-43f1-9e49-8eddc9af7c9a} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16772 | 2024.09.03 23:58:45.502701 [ 3 ] {6ce3a4a6-0115-43f1-9e49-8eddc9af7c9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16773 | 2024.09.03 23:58:45.503609 [ 3 ] {6ce3a4a6-0115-43f1-9e49-8eddc9af7c9a} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
16774 | 2024.09.03 23:58:45.504120 [ 3 ] {6ce3a4a6-0115-43f1-9e49-8eddc9af7c9a} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16775 | 2024.09.03 23:58:45.504357 [ 3 ] {6ce3a4a6-0115-43f1-9e49-8eddc9af7c9a} <Debug> executeQuery: Read 50 rows, 3.74 KiB in 0.0048 sec., 10416.666666666668 rows/sec., 778.81 KiB/sec. | ||
16776 | 2024.09.03 23:58:45.505019 [ 3 ] {6ce3a4a6-0115-43f1-9e49-8eddc9af7c9a} <Debug> DynamicQueryHandler: Done processing query | ||
16777 | 2024.09.03 23:58:45.505092 [ 3 ] {6ce3a4a6-0115-43f1-9e49-8eddc9af7c9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
16778 | 2024.09.03 23:58:45.505165 [ 3 ] {} <Debug> HTTP-Session: 3656fe42-1c2f-41b0-837f-daf838c4df35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16779 | 2024.09.03 23:58:45.505347 [ 196 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3489 rows, containing 5 columns (5 merged, 0 gathered) in 0.007088043 sec., 492237.42011723126 rows/sec., 43.31 MiB/sec. | ||
16780 | 2024.09.03 23:58:45.505458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 19357, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16781 | 2024.09.03 23:58:45.505548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16782 | 2024.09.03 23:58:45.505575 [ 3 ] {} <Debug> HTTP-Session: 29f010d5-f484-4116-8fc0-6afa7bd412d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16783 | 2024.09.03 23:58:45.505609 [ 3 ] {} <Debug> HTTP-Session: 29f010d5-f484-4116-8fc0-6afa7bd412d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16784 | 2024.09.03 23:58:45.505633 [ 3 ] {} <Debug> HTTP-Session: 29f010d5-f484-4116-8fc0-6afa7bd412d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16785 | 2024.09.03 23:58:45.505677 [ 3 ] {} <Trace> HTTP-Session: 29f010d5-f484-4116-8fc0-6afa7bd412d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16786 | 2024.09.03 23:58:45.505718 [ 192 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
16787 | 2024.09.03 23:58:45.505966 [ 3 ] {23373846-4e22-49b3-b226-0a3030728f1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16788 | 2024.09.03 23:58:45.506049 [ 3 ] {23373846-4e22-49b3-b226-0a3030728f1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16789 | 2024.09.03 23:58:45.506940 [ 3 ] {23373846-4e22-49b3-b226-0a3030728f1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16790 | 2024.09.03 23:58:45.506948 [ 192 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_86_17} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16791 | 2024.09.03 23:58:45.507164 [ 192 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_86_17} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
16792 | 2024.09.03 23:58:45.507294 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
16793 | 2024.09.03 23:58:45.507509 [ 3 ] {23373846-4e22-49b3-b226-0a3030728f1b} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16794 | 2024.09.03 23:58:45.507551 [ 3 ] {23373846-4e22-49b3-b226-0a3030728f1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16795 | 2024.09.03 23:58:45.507926 [ 3 ] {23373846-4e22-49b3-b226-0a3030728f1b} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
16796 | 2024.09.03 23:58:45.508292 [ 3 ] {23373846-4e22-49b3-b226-0a3030728f1b} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16797 | 2024.09.03 23:58:45.508417 [ 3 ] {23373846-4e22-49b3-b226-0a3030728f1b} <Debug> executeQuery: Read 114 rows, 9.13 KiB in 0.0026 sec., 43846.15384615385 rows/sec., 3.43 MiB/sec. | ||
16798 | 2024.09.03 23:58:45.508426 [ 122 ] {} <Debug> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
16799 | 2024.09.03 23:58:45.508477 [ 122 ] {} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16800 | 2024.09.03 23:58:45.508510 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16801 | 2024.09.03 23:58:45.508640 [ 3 ] {23373846-4e22-49b3-b226-0a3030728f1b} <Debug> DynamicQueryHandler: Done processing query | ||
16802 | 2024.09.03 23:58:45.508650 [ 192 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::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 | ||
16803 | 2024.09.03 23:58:45.508670 [ 3 ] {23373846-4e22-49b3-b226-0a3030728f1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
16804 | 2024.09.03 23:58:45.508720 [ 3 ] {} <Debug> HTTP-Session: 29f010d5-f484-4116-8fc0-6afa7bd412d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16805 | 2024.09.03 23:58:45.508840 [ 192 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16806 | 2024.09.03 23:58:45.508883 [ 192 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1091 rows starting from the beginning of the part | ||
16807 | 2024.09.03 23:58:45.508984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 31023, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16808 | 2024.09.03 23:58:45.509158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16809 | 2024.09.03 23:58:45.509158 [ 192 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 566 rows starting from the beginning of the part | ||
16810 | 2024.09.03 23:58:45.509208 [ 3 ] {} <Debug> HTTP-Session: 56fca7ec-82eb-4550-9712-1f90754aa420 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16811 | 2024.09.03 23:58:45.509248 [ 3 ] {} <Debug> HTTP-Session: 56fca7ec-82eb-4550-9712-1f90754aa420 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16812 | 2024.09.03 23:58:45.509302 [ 3 ] {} <Debug> HTTP-Session: 56fca7ec-82eb-4550-9712-1f90754aa420 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16813 | 2024.09.03 23:58:45.509430 [ 3 ] {} <Trace> HTTP-Session: 56fca7ec-82eb-4550-9712-1f90754aa420 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16814 | 2024.09.03 23:58:45.509483 [ 192 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 389 rows starting from the beginning of the part | ||
16815 | 2024.09.03 23:58:45.509781 [ 192 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 110 rows starting from the beginning of the part | ||
16816 | 2024.09.03 23:58:45.509803 [ 3 ] {310b250e-64b6-44be-8cb5-83cbea2cbf36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16817 | 2024.09.03 23:58:45.509982 [ 3 ] {310b250e-64b6-44be-8cb5-83cbea2cbf36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16818 | 2024.09.03 23:58:45.510061 [ 192 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 393 rows starting from the beginning of the part | ||
16819 | 2024.09.03 23:58:45.510445 [ 192 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 114 rows starting from the beginning of the part | ||
16820 | 2024.09.03 23:58:45.511030 [ 3 ] {310b250e-64b6-44be-8cb5-83cbea2cbf36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16821 | 2024.09.03 23:58:45.511803 [ 3 ] {310b250e-64b6-44be-8cb5-83cbea2cbf36} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16822 | 2024.09.03 23:58:45.511887 [ 3 ] {310b250e-64b6-44be-8cb5-83cbea2cbf36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16823 | 2024.09.03 23:58:45.512967 [ 3 ] {310b250e-64b6-44be-8cb5-83cbea2cbf36} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
16824 | 2024.09.03 23:58:45.513634 [ 192 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2663 rows, containing 5 columns (5 merged, 0 gathered) in 0.005057568 sec., 526537.656043379 rows/sec., 40.50 MiB/sec. | ||
16825 | 2024.09.03 23:58:45.513647 [ 3 ] {310b250e-64b6-44be-8cb5-83cbea2cbf36} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16826 | 2024.09.03 23:58:45.513869 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
16827 | 2024.09.03 23:58:45.513883 [ 192 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
16828 | 2024.09.03 23:58:45.513903 [ 3 ] {310b250e-64b6-44be-8cb5-83cbea2cbf36} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.004288 sec., 37779.850746268654 rows/sec., 2.63 MiB/sec. | ||
16829 | 2024.09.03 23:58:45.513922 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16830 | 2024.09.03 23:58:45.513986 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16831 | 2024.09.03 23:58:45.514445 [ 186 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::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 | ||
16832 | 2024.09.03 23:58:45.514591 [ 3 ] {310b250e-64b6-44be-8cb5-83cbea2cbf36} <Debug> DynamicQueryHandler: Done processing query | ||
16833 | 2024.09.03 23:58:45.514673 [ 3 ] {310b250e-64b6-44be-8cb5-83cbea2cbf36} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16834 | 2024.09.03 23:58:45.514748 [ 3 ] {} <Debug> HTTP-Session: 56fca7ec-82eb-4550-9712-1f90754aa420 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16835 | 2024.09.03 23:58:45.515096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 76702, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16836 | 2024.09.03 23:58:45.515166 [ 186 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16837 | 2024.09.03 23:58:45.515220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16838 | 2024.09.03 23:58:45.515291 [ 186 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_81_16, total 24899 rows starting from the beginning of the part | ||
16839 | 2024.09.03 23:58:45.515307 [ 3 ] {} <Debug> HTTP-Session: 8fe3a5e3-f236-47f8-893a-519744660d65 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16840 | 2024.09.03 23:58:45.515347 [ 3 ] {} <Debug> HTTP-Session: 8fe3a5e3-f236-47f8-893a-519744660d65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16841 | 2024.09.03 23:58:45.515399 [ 3 ] {} <Debug> HTTP-Session: 8fe3a5e3-f236-47f8-893a-519744660d65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16842 | 2024.09.03 23:58:45.515628 [ 186 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 844 rows starting from the beginning of the part | ||
16843 | 2024.09.03 23:58:45.515643 [ 3 ] {} <Trace> HTTP-Session: 8fe3a5e3-f236-47f8-893a-519744660d65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16844 | 2024.09.03 23:58:45.516003 [ 191 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_86_17} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16845 | 2024.09.03 23:58:45.516075 [ 186 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 237 rows starting from the beginning of the part | ||
16846 | 2024.09.03 23:58:45.516403 [ 186 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part | ||
16847 | 2024.09.03 23:58:45.516449 [ 191 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_86_17} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
16848 | 2024.09.03 23:58:45.516562 [ 3 ] {b0732201-7f03-4fa0-b326-acacdcbe3672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
16849 | 2024.09.03 23:58:45.516817 [ 186 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 239 rows starting from the beginning of the part | ||
16850 | 2024.09.03 23:58:45.516981 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
16851 | 2024.09.03 23:58:45.517121 [ 3 ] {b0732201-7f03-4fa0-b326-acacdcbe3672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
16852 | 2024.09.03 23:58:45.517246 [ 186 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 162 rows starting from the beginning of the part | ||
16853 | 2024.09.03 23:58:45.518223 [ 3 ] {b0732201-7f03-4fa0-b326-acacdcbe3672} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16854 | 2024.09.03 23:58:45.519370 [ 3 ] {b0732201-7f03-4fa0-b326-acacdcbe3672} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16855 | 2024.09.03 23:58:45.519415 [ 3 ] {b0732201-7f03-4fa0-b326-acacdcbe3672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16856 | 2024.09.03 23:58:45.520301 [ 3 ] {b0732201-7f03-4fa0-b326-acacdcbe3672} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
16857 | 2024.09.03 23:58:45.520787 [ 3 ] {b0732201-7f03-4fa0-b326-acacdcbe3672} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16858 | 2024.09.03 23:58:45.520969 [ 3 ] {b0732201-7f03-4fa0-b326-acacdcbe3672} <Debug> executeQuery: Read 46 rows, 84.41 KiB in 0.005002 sec., 9196.321471411435 rows/sec., 16.48 MiB/sec. | ||
16859 | 2024.09.03 23:58:45.521497 [ 3 ] {b0732201-7f03-4fa0-b326-acacdcbe3672} <Debug> DynamicQueryHandler: Done processing query | ||
16860 | 2024.09.03 23:58:45.521530 [ 3 ] {b0732201-7f03-4fa0-b326-acacdcbe3672} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
16861 | 2024.09.03 23:58:45.521554 [ 3 ] {} <Debug> HTTP-Session: 8fe3a5e3-f236-47f8-893a-519744660d65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16862 | 2024.09.03 23:58:45.521699 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16863 | 2024.09.03 23:58:45.521757 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16864 | 2024.09.03 23:58:45.521778 [ 3 ] {} <Debug> HTTP-Session: aaee7836-1ec8-4be8-a883-8c8d51a0145e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16865 | 2024.09.03 23:58:45.521795 [ 3 ] {} <Debug> HTTP-Session: aaee7836-1ec8-4be8-a883-8c8d51a0145e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16866 | 2024.09.03 23:58:45.521809 [ 3 ] {} <Debug> HTTP-Session: aaee7836-1ec8-4be8-a883-8c8d51a0145e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16867 | 2024.09.03 23:58:45.521851 [ 3 ] {} <Trace> HTTP-Session: aaee7836-1ec8-4be8-a883-8c8d51a0145e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16868 | 2024.09.03 23:58:45.521970 [ 3 ] {17dcccd5-7d70-4bf5-905e-ac789a1b6904} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16869 | 2024.09.03 23:58:45.522016 [ 3 ] {17dcccd5-7d70-4bf5-905e-ac789a1b6904} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16870 | 2024.09.03 23:58:45.522171 [ 3 ] {17dcccd5-7d70-4bf5-905e-ac789a1b6904} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16871 | 2024.09.03 23:58:45.522509 [ 3 ] {17dcccd5-7d70-4bf5-905e-ac789a1b6904} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16872 | 2024.09.03 23:58:45.522547 [ 3 ] {17dcccd5-7d70-4bf5-905e-ac789a1b6904} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16873 | 2024.09.03 23:58:45.522973 [ 3 ] {17dcccd5-7d70-4bf5-905e-ac789a1b6904} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
16874 | 2024.09.03 23:58:45.523303 [ 3 ] {17dcccd5-7d70-4bf5-905e-ac789a1b6904} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16875 | 2024.09.03 23:58:45.523437 [ 3 ] {17dcccd5-7d70-4bf5-905e-ac789a1b6904} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001503 sec., 39920.159680638724 rows/sec., 2.69 MiB/sec. | ||
16876 | 2024.09.03 23:58:45.523452 [ 122 ] {} <Debug> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
16877 | 2024.09.03 23:58:45.523516 [ 122 ] {} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16878 | 2024.09.03 23:58:45.523578 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
16879 | 2024.09.03 23:58:45.523688 [ 3 ] {17dcccd5-7d70-4bf5-905e-ac789a1b6904} <Debug> DynamicQueryHandler: Done processing query | ||
16880 | 2024.09.03 23:58:45.523765 [ 3 ] {17dcccd5-7d70-4bf5-905e-ac789a1b6904} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16881 | 2024.09.03 23:58:45.523866 [ 3 ] {} <Debug> HTTP-Session: aaee7836-1ec8-4be8-a883-8c8d51a0145e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16882 | 2024.09.03 23:58:45.523955 [ 191 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
16883 | 2024.09.03 23:58:45.524138 [ 191 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16884 | 2024.09.03 23:58:45.524183 [ 191 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 5172 rows starting from the beginning of the part | ||
16885 | 2024.09.03 23:58:45.524483 [ 191 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
16886 | 2024.09.03 23:58:45.524928 [ 191 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
16887 | 2024.09.03 23:58:45.525121 [ 186 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26541 rows, containing 5 columns (5 merged, 0 gathered) in 0.010935476 sec., 2427054.8442518646 rows/sec., 163.81 MiB/sec. | ||
16888 | 2024.09.03 23:58:45.525184 [ 191 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
16889 | 2024.09.03 23:58:45.525417 [ 191 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
16890 | 2024.09.03 23:58:45.525522 [ 186 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
16891 | 2024.09.03 23:58:45.525667 [ 191 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
16892 | 2024.09.03 23:58:45.526725 [ 186 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16893 | 2024.09.03 23:58:45.526919 [ 186 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
16894 | 2024.09.03 23:58:45.527021 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
16895 | 2024.09.03 23:58:45.528705 [ 197 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5516 rows, containing 4 columns (4 merged, 0 gathered) in 0.005029278 sec., 1096777.708450398 rows/sec., 71.41 MiB/sec. | ||
16896 | 2024.09.03 23:58:45.529399 [ 197 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
16897 | 2024.09.03 23:58:45.530082 [ 197 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_86_17} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16898 | 2024.09.03 23:58:45.530178 [ 197 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_86_17} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
16899 | 2024.09.03 23:58:45.530293 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
16900 | 2024.09.03 23:58:48.282910 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache | ||
16901 | 2024.09.03 23:58:48.282991 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache | ||
16902 | 2024.09.03 23:58:50.496071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16903 | 2024.09.03 23:58:50.496197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16904 | 2024.09.03 23:58:50.496226 [ 3 ] {} <Debug> HTTP-Session: f53b0fb3-7c72-4451-b0c6-d816de20d3c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16905 | 2024.09.03 23:58:50.496254 [ 3 ] {} <Debug> HTTP-Session: f53b0fb3-7c72-4451-b0c6-d816de20d3c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16906 | 2024.09.03 23:58:50.496272 [ 3 ] {} <Debug> HTTP-Session: f53b0fb3-7c72-4451-b0c6-d816de20d3c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16907 | 2024.09.03 23:58:50.496328 [ 3 ] {} <Trace> HTTP-Session: f53b0fb3-7c72-4451-b0c6-d816de20d3c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16908 | 2024.09.03 23:58:50.496533 [ 3 ] {ac026e7b-acd9-4c76-9f84-7d0829bf8d47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16909 | 2024.09.03 23:58:50.496609 [ 3 ] {ac026e7b-acd9-4c76-9f84-7d0829bf8d47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16910 | 2024.09.03 23:58:50.497005 [ 3 ] {ac026e7b-acd9-4c76-9f84-7d0829bf8d47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16911 | 2024.09.03 23:58:50.497440 [ 3 ] {ac026e7b-acd9-4c76-9f84-7d0829bf8d47} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16912 | 2024.09.03 23:58:50.497486 [ 3 ] {ac026e7b-acd9-4c76-9f84-7d0829bf8d47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
16913 | 2024.09.03 23:58:50.497908 [ 3 ] {ac026e7b-acd9-4c76-9f84-7d0829bf8d47} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
16914 | 2024.09.03 23:58:50.498324 [ 3 ] {ac026e7b-acd9-4c76-9f84-7d0829bf8d47} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16915 | 2024.09.03 23:58:50.498515 [ 3 ] {ac026e7b-acd9-4c76-9f84-7d0829bf8d47} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002045 sec., 1955.9902200488998 rows/sec., 159.50 KiB/sec. | ||
16916 | 2024.09.03 23:58:50.498740 [ 3 ] {ac026e7b-acd9-4c76-9f84-7d0829bf8d47} <Debug> DynamicQueryHandler: Done processing query | ||
16917 | 2024.09.03 23:58:50.498768 [ 3 ] {ac026e7b-acd9-4c76-9f84-7d0829bf8d47} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16918 | 2024.09.03 23:58:50.498786 [ 3 ] {} <Debug> HTTP-Session: f53b0fb3-7c72-4451-b0c6-d816de20d3c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16919 | 2024.09.03 23:58:50.498989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16920 | 2024.09.03 23:58:50.499052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16921 | 2024.09.03 23:58:50.499072 [ 3 ] {} <Debug> HTTP-Session: 2a949a5e-f60f-4882-bee4-f8472f46980e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16922 | 2024.09.03 23:58:50.499090 [ 3 ] {} <Debug> HTTP-Session: 2a949a5e-f60f-4882-bee4-f8472f46980e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16923 | 2024.09.03 23:58:50.499104 [ 3 ] {} <Debug> HTTP-Session: 2a949a5e-f60f-4882-bee4-f8472f46980e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16924 | 2024.09.03 23:58:50.499140 [ 3 ] {} <Trace> HTTP-Session: 2a949a5e-f60f-4882-bee4-f8472f46980e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16925 | 2024.09.03 23:58:50.499299 [ 3 ] {664c8641-87eb-4e79-8a28-b5e7b1f1e218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16926 | 2024.09.03 23:58:50.499350 [ 3 ] {664c8641-87eb-4e79-8a28-b5e7b1f1e218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16927 | 2024.09.03 23:58:50.499592 [ 3 ] {664c8641-87eb-4e79-8a28-b5e7b1f1e218} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16928 | 2024.09.03 23:58:50.500080 [ 3 ] {664c8641-87eb-4e79-8a28-b5e7b1f1e218} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16929 | 2024.09.03 23:58:50.500118 [ 3 ] {664c8641-87eb-4e79-8a28-b5e7b1f1e218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
16930 | 2024.09.03 23:58:50.500504 [ 3 ] {664c8641-87eb-4e79-8a28-b5e7b1f1e218} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
16931 | 2024.09.03 23:58:50.500874 [ 3 ] {664c8641-87eb-4e79-8a28-b5e7b1f1e218} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16932 | 2024.09.03 23:58:50.501036 [ 3 ] {664c8641-87eb-4e79-8a28-b5e7b1f1e218} <Debug> executeQuery: Read 205 rows, 18.36 KiB in 0.001807 sec., 113447.70337576093 rows/sec., 9.92 MiB/sec. | ||
16933 | 2024.09.03 23:58:50.501224 [ 3 ] {664c8641-87eb-4e79-8a28-b5e7b1f1e218} <Debug> DynamicQueryHandler: Done processing query | ||
16934 | 2024.09.03 23:58:50.501249 [ 3 ] {664c8641-87eb-4e79-8a28-b5e7b1f1e218} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
16935 | 2024.09.03 23:58:50.501266 [ 3 ] {} <Debug> HTTP-Session: 2a949a5e-f60f-4882-bee4-f8472f46980e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16936 | 2024.09.03 23:58:50.501399 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16937 | 2024.09.03 23:58:50.501452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16938 | 2024.09.03 23:58:50.501472 [ 3 ] {} <Debug> HTTP-Session: 10f65aa3-c0cb-419e-b764-3719587d0615 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16939 | 2024.09.03 23:58:50.501489 [ 3 ] {} <Debug> HTTP-Session: 10f65aa3-c0cb-419e-b764-3719587d0615 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16940 | 2024.09.03 23:58:50.501503 [ 3 ] {} <Debug> HTTP-Session: 10f65aa3-c0cb-419e-b764-3719587d0615 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16941 | 2024.09.03 23:58:50.501536 [ 3 ] {} <Trace> HTTP-Session: 10f65aa3-c0cb-419e-b764-3719587d0615 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16942 | 2024.09.03 23:58:50.501642 [ 3 ] {a6ad0684-aabf-4dcf-ae8b-71ce8a6e7eaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16943 | 2024.09.03 23:58:50.501688 [ 3 ] {a6ad0684-aabf-4dcf-ae8b-71ce8a6e7eaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16944 | 2024.09.03 23:58:50.501921 [ 3 ] {a6ad0684-aabf-4dcf-ae8b-71ce8a6e7eaf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16945 | 2024.09.03 23:58:50.502241 [ 3 ] {a6ad0684-aabf-4dcf-ae8b-71ce8a6e7eaf} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16946 | 2024.09.03 23:58:50.502277 [ 3 ] {a6ad0684-aabf-4dcf-ae8b-71ce8a6e7eaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
16947 | 2024.09.03 23:58:50.502636 [ 3 ] {a6ad0684-aabf-4dcf-ae8b-71ce8a6e7eaf} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
16948 | 2024.09.03 23:58:50.503005 [ 3 ] {a6ad0684-aabf-4dcf-ae8b-71ce8a6e7eaf} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16949 | 2024.09.03 23:58:50.503170 [ 3 ] {a6ad0684-aabf-4dcf-ae8b-71ce8a6e7eaf} <Debug> executeQuery: Read 11 rows, 825.00 B in 0.001546 sec., 7115.135834411384 rows/sec., 521.13 KiB/sec. | ||
16950 | 2024.09.03 23:58:50.503464 [ 3 ] {a6ad0684-aabf-4dcf-ae8b-71ce8a6e7eaf} <Debug> DynamicQueryHandler: Done processing query | ||
16951 | 2024.09.03 23:58:50.503524 [ 3 ] {a6ad0684-aabf-4dcf-ae8b-71ce8a6e7eaf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16952 | 2024.09.03 23:58:50.503584 [ 3 ] {} <Debug> HTTP-Session: 10f65aa3-c0cb-419e-b764-3719587d0615 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16953 | 2024.09.03 23:58:50.503784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16954 | 2024.09.03 23:58:50.503840 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16955 | 2024.09.03 23:58:50.503860 [ 3 ] {} <Debug> HTTP-Session: 4e18ec02-56f8-43ad-b3c0-f4a173a5ee07 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16956 | 2024.09.03 23:58:50.503878 [ 3 ] {} <Debug> HTTP-Session: 4e18ec02-56f8-43ad-b3c0-f4a173a5ee07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16957 | 2024.09.03 23:58:50.503892 [ 3 ] {} <Debug> HTTP-Session: 4e18ec02-56f8-43ad-b3c0-f4a173a5ee07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16958 | 2024.09.03 23:58:50.503926 [ 3 ] {} <Trace> HTTP-Session: 4e18ec02-56f8-43ad-b3c0-f4a173a5ee07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16959 | 2024.09.03 23:58:50.504035 [ 3 ] {d0c88584-f1c6-4b3f-b674-c1b5f412a79c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
16960 | 2024.09.03 23:58:50.504081 [ 3 ] {d0c88584-f1c6-4b3f-b674-c1b5f412a79c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16961 | 2024.09.03 23:58:50.504328 [ 3 ] {d0c88584-f1c6-4b3f-b674-c1b5f412a79c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16962 | 2024.09.03 23:58:50.504635 [ 3 ] {d0c88584-f1c6-4b3f-b674-c1b5f412a79c} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16963 | 2024.09.03 23:58:50.504672 [ 3 ] {d0c88584-f1c6-4b3f-b674-c1b5f412a79c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
16964 | 2024.09.03 23:58:50.505051 [ 3 ] {d0c88584-f1c6-4b3f-b674-c1b5f412a79c} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
16965 | 2024.09.03 23:58:50.505415 [ 3 ] {d0c88584-f1c6-4b3f-b674-c1b5f412a79c} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16966 | 2024.09.03 23:58:50.505577 [ 3 ] {d0c88584-f1c6-4b3f-b674-c1b5f412a79c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001562 sec., 8962.868117797696 rows/sec., 627.70 KiB/sec. | ||
16967 | 2024.09.03 23:58:50.505754 [ 3 ] {d0c88584-f1c6-4b3f-b674-c1b5f412a79c} <Debug> DynamicQueryHandler: Done processing query | ||
16968 | 2024.09.03 23:58:50.505778 [ 3 ] {d0c88584-f1c6-4b3f-b674-c1b5f412a79c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16969 | 2024.09.03 23:58:50.505794 [ 3 ] {} <Debug> HTTP-Session: 4e18ec02-56f8-43ad-b3c0-f4a173a5ee07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16970 | 2024.09.03 23:58:50.505905 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16971 | 2024.09.03 23:58:50.505955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16972 | 2024.09.03 23:58:50.505974 [ 3 ] {} <Debug> HTTP-Session: 1c0856bf-cdb5-460b-98b0-fe7cea10c761 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16973 | 2024.09.03 23:58:50.505990 [ 3 ] {} <Debug> HTTP-Session: 1c0856bf-cdb5-460b-98b0-fe7cea10c761 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16974 | 2024.09.03 23:58:50.506004 [ 3 ] {} <Debug> HTTP-Session: 1c0856bf-cdb5-460b-98b0-fe7cea10c761 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16975 | 2024.09.03 23:58:50.506036 [ 3 ] {} <Trace> HTTP-Session: 1c0856bf-cdb5-460b-98b0-fe7cea10c761 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16976 | 2024.09.03 23:58:50.506132 [ 3 ] {ff9103a7-66af-4081-993e-ba2b5a7a4a07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
16977 | 2024.09.03 23:58:50.506174 [ 3 ] {ff9103a7-66af-4081-993e-ba2b5a7a4a07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
16978 | 2024.09.03 23:58:50.506402 [ 3 ] {ff9103a7-66af-4081-993e-ba2b5a7a4a07} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16979 | 2024.09.03 23:58:50.506704 [ 3 ] {ff9103a7-66af-4081-993e-ba2b5a7a4a07} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16980 | 2024.09.03 23:58:50.506740 [ 3 ] {ff9103a7-66af-4081-993e-ba2b5a7a4a07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
16981 | 2024.09.03 23:58:50.507086 [ 3 ] {ff9103a7-66af-4081-993e-ba2b5a7a4a07} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
16982 | 2024.09.03 23:58:50.507441 [ 3 ] {ff9103a7-66af-4081-993e-ba2b5a7a4a07} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16983 | 2024.09.03 23:58:50.507594 [ 3 ] {ff9103a7-66af-4081-993e-ba2b5a7a4a07} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00148 sec., 4054.054054054054 rows/sec., 239.52 KiB/sec. | ||
16984 | 2024.09.03 23:58:50.507763 [ 3 ] {ff9103a7-66af-4081-993e-ba2b5a7a4a07} <Debug> DynamicQueryHandler: Done processing query | ||
16985 | 2024.09.03 23:58:50.507787 [ 3 ] {ff9103a7-66af-4081-993e-ba2b5a7a4a07} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16986 | 2024.09.03 23:58:50.507803 [ 3 ] {} <Debug> HTTP-Session: 1c0856bf-cdb5-460b-98b0-fe7cea10c761 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16987 | 2024.09.03 23:58:50.507990 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 63634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16988 | 2024.09.03 23:58:50.508040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16989 | 2024.09.03 23:58:50.508059 [ 3 ] {} <Debug> HTTP-Session: b2f65f9c-a287-4cc1-90d4-ae547432f10d Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
16990 | 2024.09.03 23:58:50.508075 [ 3 ] {} <Debug> HTTP-Session: b2f65f9c-a287-4cc1-90d4-ae547432f10d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16991 | 2024.09.03 23:58:50.508089 [ 3 ] {} <Debug> HTTP-Session: b2f65f9c-a287-4cc1-90d4-ae547432f10d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16992 | 2024.09.03 23:58:50.508119 [ 3 ] {} <Trace> HTTP-Session: b2f65f9c-a287-4cc1-90d4-ae547432f10d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16993 | 2024.09.03 23:58:50.508323 [ 3 ] {a46809b1-7f40-4595-b12b-8febe14cb328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16994 | 2024.09.03 23:58:50.508366 [ 3 ] {a46809b1-7f40-4595-b12b-8febe14cb328} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16995 | 2024.09.03 23:58:50.508587 [ 3 ] {a46809b1-7f40-4595-b12b-8febe14cb328} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16996 | 2024.09.03 23:58:50.509147 [ 3 ] {a46809b1-7f40-4595-b12b-8febe14cb328} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16997 | 2024.09.03 23:58:50.509185 [ 3 ] {a46809b1-7f40-4595-b12b-8febe14cb328} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
16998 | 2024.09.03 23:58:50.509553 [ 3 ] {a46809b1-7f40-4595-b12b-8febe14cb328} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
16999 | 2024.09.03 23:58:50.509913 [ 3 ] {a46809b1-7f40-4595-b12b-8febe14cb328} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17000 | 2024.09.03 23:58:50.510071 [ 3 ] {a46809b1-7f40-4595-b12b-8febe14cb328} <Debug> executeQuery: Read 393 rows, 28.57 KiB in 0.001857 sec., 211631.66397415186 rows/sec., 15.02 MiB/sec. | ||
17001 | 2024.09.03 23:58:50.510257 [ 3 ] {a46809b1-7f40-4595-b12b-8febe14cb328} <Debug> DynamicQueryHandler: Done processing query | ||
17002 | 2024.09.03 23:58:50.510280 [ 3 ] {a46809b1-7f40-4595-b12b-8febe14cb328} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
17003 | 2024.09.03 23:58:50.510296 [ 3 ] {} <Debug> HTTP-Session: b2f65f9c-a287-4cc1-90d4-ae547432f10d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17004 | 2024.09.03 23:58:50.510428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17005 | 2024.09.03 23:58:50.510476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17006 | 2024.09.03 23:58:50.510495 [ 3 ] {} <Debug> HTTP-Session: cf897255-af8c-4d9a-9145-1857352a08d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17007 | 2024.09.03 23:58:50.510511 [ 3 ] {} <Debug> HTTP-Session: cf897255-af8c-4d9a-9145-1857352a08d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17008 | 2024.09.03 23:58:50.510525 [ 3 ] {} <Debug> HTTP-Session: cf897255-af8c-4d9a-9145-1857352a08d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17009 | 2024.09.03 23:58:50.510556 [ 3 ] {} <Trace> HTTP-Session: cf897255-af8c-4d9a-9145-1857352a08d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17010 | 2024.09.03 23:58:50.510653 [ 3 ] {418fa5b5-8f88-4be5-af11-086029b3da85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
17011 | 2024.09.03 23:58:50.510697 [ 3 ] {418fa5b5-8f88-4be5-af11-086029b3da85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
17012 | 2024.09.03 23:58:50.510827 [ 3 ] {418fa5b5-8f88-4be5-af11-086029b3da85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17013 | 2024.09.03 23:58:50.511211 [ 3 ] {418fa5b5-8f88-4be5-af11-086029b3da85} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17014 | 2024.09.03 23:58:50.511247 [ 3 ] {418fa5b5-8f88-4be5-af11-086029b3da85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17015 | 2024.09.03 23:58:50.511601 [ 3 ] {418fa5b5-8f88-4be5-af11-086029b3da85} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
17016 | 2024.09.03 23:58:50.511917 [ 3 ] {418fa5b5-8f88-4be5-af11-086029b3da85} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17017 | 2024.09.03 23:58:50.512071 [ 3 ] {418fa5b5-8f88-4be5-af11-086029b3da85} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001436 sec., 4178.272980501392 rows/sec., 218.30 KiB/sec. | ||
17018 | 2024.09.03 23:58:50.512238 [ 3 ] {418fa5b5-8f88-4be5-af11-086029b3da85} <Debug> DynamicQueryHandler: Done processing query | ||
17019 | 2024.09.03 23:58:50.512262 [ 3 ] {418fa5b5-8f88-4be5-af11-086029b3da85} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17020 | 2024.09.03 23:58:50.512277 [ 3 ] {} <Debug> HTTP-Session: cf897255-af8c-4d9a-9145-1857352a08d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17021 | 2024.09.03 23:58:50.512438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 45031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17022 | 2024.09.03 23:58:50.512486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17023 | 2024.09.03 23:58:50.512505 [ 3 ] {} <Debug> HTTP-Session: 09e4887e-4ea2-4273-8bca-5081f250a60a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17024 | 2024.09.03 23:58:50.512521 [ 3 ] {} <Debug> HTTP-Session: 09e4887e-4ea2-4273-8bca-5081f250a60a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17025 | 2024.09.03 23:58:50.512534 [ 3 ] {} <Debug> HTTP-Session: 09e4887e-4ea2-4273-8bca-5081f250a60a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17026 | 2024.09.03 23:58:50.512565 [ 3 ] {} <Trace> HTTP-Session: 09e4887e-4ea2-4273-8bca-5081f250a60a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17027 | 2024.09.03 23:58:50.512758 [ 3 ] {dee1d125-4303-4bb5-816b-16a322240258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17028 | 2024.09.03 23:58:50.512804 [ 3 ] {dee1d125-4303-4bb5-816b-16a322240258} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17029 | 2024.09.03 23:58:50.512947 [ 3 ] {dee1d125-4303-4bb5-816b-16a322240258} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17030 | 2024.09.03 23:58:50.513407 [ 3 ] {dee1d125-4303-4bb5-816b-16a322240258} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17031 | 2024.09.03 23:58:50.513443 [ 3 ] {dee1d125-4303-4bb5-816b-16a322240258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17032 | 2024.09.03 23:58:50.513815 [ 3 ] {dee1d125-4303-4bb5-816b-16a322240258} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
17033 | 2024.09.03 23:58:50.514149 [ 3 ] {dee1d125-4303-4bb5-816b-16a322240258} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17034 | 2024.09.03 23:58:50.514310 [ 3 ] {dee1d125-4303-4bb5-816b-16a322240258} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001652 sec., 144673.1234866828 rows/sec., 9.70 MiB/sec. | ||
17035 | 2024.09.03 23:58:50.514560 [ 3 ] {dee1d125-4303-4bb5-816b-16a322240258} <Debug> DynamicQueryHandler: Done processing query | ||
17036 | 2024.09.03 23:58:50.514615 [ 3 ] {dee1d125-4303-4bb5-816b-16a322240258} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
17037 | 2024.09.03 23:58:50.514674 [ 3 ] {} <Debug> HTTP-Session: 09e4887e-4ea2-4273-8bca-5081f250a60a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17038 | 2024.09.03 23:58:50.514876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17039 | 2024.09.03 23:58:50.514949 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17040 | 2024.09.03 23:58:50.514969 [ 3 ] {} <Debug> HTTP-Session: 5d5c4103-0ef6-4128-9a91-823d4abcb06f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17041 | 2024.09.03 23:58:50.514986 [ 3 ] {} <Debug> HTTP-Session: 5d5c4103-0ef6-4128-9a91-823d4abcb06f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17042 | 2024.09.03 23:58:50.515000 [ 3 ] {} <Debug> HTTP-Session: 5d5c4103-0ef6-4128-9a91-823d4abcb06f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17043 | 2024.09.03 23:58:50.515032 [ 3 ] {} <Trace> HTTP-Session: 5d5c4103-0ef6-4128-9a91-823d4abcb06f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17044 | 2024.09.03 23:58:50.515128 [ 3 ] {348bae6e-e1d8-4bc1-9cfc-e8196b84bd4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
17045 | 2024.09.03 23:58:50.515176 [ 3 ] {348bae6e-e1d8-4bc1-9cfc-e8196b84bd4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
17046 | 2024.09.03 23:58:50.515314 [ 3 ] {348bae6e-e1d8-4bc1-9cfc-e8196b84bd4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17047 | 2024.09.03 23:58:50.515563 [ 3 ] {348bae6e-e1d8-4bc1-9cfc-e8196b84bd4b} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17048 | 2024.09.03 23:58:50.515599 [ 3 ] {348bae6e-e1d8-4bc1-9cfc-e8196b84bd4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17049 | 2024.09.03 23:58:50.515947 [ 3 ] {348bae6e-e1d8-4bc1-9cfc-e8196b84bd4b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
17050 | 2024.09.03 23:58:50.516275 [ 3 ] {348bae6e-e1d8-4bc1-9cfc-e8196b84bd4b} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17051 | 2024.09.03 23:58:50.516432 [ 3 ] {348bae6e-e1d8-4bc1-9cfc-e8196b84bd4b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001322 sec., 756.4296520423601 rows/sec., 50.97 KiB/sec. | ||
17052 | 2024.09.03 23:58:50.516593 [ 3 ] {348bae6e-e1d8-4bc1-9cfc-e8196b84bd4b} <Debug> DynamicQueryHandler: Done processing query | ||
17053 | 2024.09.03 23:58:50.516617 [ 3 ] {348bae6e-e1d8-4bc1-9cfc-e8196b84bd4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
17054 | 2024.09.03 23:58:50.516633 [ 3 ] {} <Debug> HTTP-Session: 5d5c4103-0ef6-4128-9a91-823d4abcb06f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17055 | 2024.09.03 23:58:50.516748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17056 | 2024.09.03 23:58:50.516796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17057 | 2024.09.03 23:58:50.516815 [ 3 ] {} <Debug> HTTP-Session: 6689c194-ae86-4863-b930-74abaa704ca7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17058 | 2024.09.03 23:58:50.516831 [ 3 ] {} <Debug> HTTP-Session: 6689c194-ae86-4863-b930-74abaa704ca7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17059 | 2024.09.03 23:58:50.516845 [ 3 ] {} <Debug> HTTP-Session: 6689c194-ae86-4863-b930-74abaa704ca7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17060 | 2024.09.03 23:58:50.516875 [ 3 ] {} <Trace> HTTP-Session: 6689c194-ae86-4863-b930-74abaa704ca7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17061 | 2024.09.03 23:58:50.517042 [ 3 ] {549b402a-943e-46fd-8391-1e2358ba975d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
17062 | 2024.09.03 23:58:50.517105 [ 3 ] {549b402a-943e-46fd-8391-1e2358ba975d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
17063 | 2024.09.03 23:58:50.517519 [ 3 ] {549b402a-943e-46fd-8391-1e2358ba975d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17064 | 2024.09.03 23:58:50.517974 [ 3 ] {549b402a-943e-46fd-8391-1e2358ba975d} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17065 | 2024.09.03 23:58:50.518009 [ 3 ] {549b402a-943e-46fd-8391-1e2358ba975d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17066 | 2024.09.03 23:58:50.518592 [ 3 ] {549b402a-943e-46fd-8391-1e2358ba975d} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
17067 | 2024.09.03 23:58:50.518998 [ 3 ] {549b402a-943e-46fd-8391-1e2358ba975d} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17068 | 2024.09.03 23:58:50.519178 [ 3 ] {549b402a-943e-46fd-8391-1e2358ba975d} <Debug> executeQuery: Read 7 rows, 12.84 KiB in 0.002232 sec., 3136.200716845878 rows/sec., 5.62 MiB/sec. | ||
17069 | 2024.09.03 23:58:50.519373 [ 3 ] {549b402a-943e-46fd-8391-1e2358ba975d} <Debug> DynamicQueryHandler: Done processing query | ||
17070 | 2024.09.03 23:58:50.519398 [ 3 ] {549b402a-943e-46fd-8391-1e2358ba975d} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
17071 | 2024.09.03 23:58:50.519413 [ 3 ] {} <Debug> HTTP-Session: 6689c194-ae86-4863-b930-74abaa704ca7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17072 | 2024.09.03 23:58:50.519539 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17073 | 2024.09.03 23:58:50.519587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17074 | 2024.09.03 23:58:50.519606 [ 3 ] {} <Debug> HTTP-Session: 590654dc-421a-4c86-984b-e6184589c701 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17075 | 2024.09.03 23:58:50.519623 [ 3 ] {} <Debug> HTTP-Session: 590654dc-421a-4c86-984b-e6184589c701 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17076 | 2024.09.03 23:58:50.519636 [ 3 ] {} <Debug> HTTP-Session: 590654dc-421a-4c86-984b-e6184589c701 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17077 | 2024.09.03 23:58:50.519667 [ 3 ] {} <Trace> HTTP-Session: 590654dc-421a-4c86-984b-e6184589c701 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17078 | 2024.09.03 23:58:50.519781 [ 3 ] {f755625c-965a-4121-8c02-bf6df16cfba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17079 | 2024.09.03 23:58:50.519825 [ 3 ] {f755625c-965a-4121-8c02-bf6df16cfba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17080 | 2024.09.03 23:58:50.519969 [ 3 ] {f755625c-965a-4121-8c02-bf6df16cfba4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17081 | 2024.09.03 23:58:50.520273 [ 3 ] {f755625c-965a-4121-8c02-bf6df16cfba4} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17082 | 2024.09.03 23:58:50.520309 [ 3 ] {f755625c-965a-4121-8c02-bf6df16cfba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17083 | 2024.09.03 23:58:50.520657 [ 3 ] {f755625c-965a-4121-8c02-bf6df16cfba4} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
17084 | 2024.09.03 23:58:50.520975 [ 3 ] {f755625c-965a-4121-8c02-bf6df16cfba4} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17085 | 2024.09.03 23:58:50.521111 [ 3 ] {f755625c-965a-4121-8c02-bf6df16cfba4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001368 sec., 59941.52046783626 rows/sec., 3.81 MiB/sec. | ||
17086 | 2024.09.03 23:58:50.521350 [ 3 ] {f755625c-965a-4121-8c02-bf6df16cfba4} <Debug> DynamicQueryHandler: Done processing query | ||
17087 | 2024.09.03 23:58:50.521406 [ 3 ] {f755625c-965a-4121-8c02-bf6df16cfba4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17088 | 2024.09.03 23:58:50.521462 [ 3 ] {} <Debug> HTTP-Session: 590654dc-421a-4c86-984b-e6184589c701 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17089 | 2024.09.03 23:58:55.522505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17090 | 2024.09.03 23:58:55.522703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17091 | 2024.09.03 23:58:55.522750 [ 3 ] {} <Debug> HTTP-Session: 4f25e689-8ee8-4458-9edb-85a82a107e42 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17092 | 2024.09.03 23:58:55.522792 [ 3 ] {} <Debug> HTTP-Session: 4f25e689-8ee8-4458-9edb-85a82a107e42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17093 | 2024.09.03 23:58:55.522820 [ 3 ] {} <Debug> HTTP-Session: 4f25e689-8ee8-4458-9edb-85a82a107e42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17094 | 2024.09.03 23:58:55.522899 [ 3 ] {} <Trace> HTTP-Session: 4f25e689-8ee8-4458-9edb-85a82a107e42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17095 | 2024.09.03 23:58:55.523200 [ 3 ] {23fa04e5-d55f-47d0-8df3-c1963bd607dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
17096 | 2024.09.03 23:58:55.523309 [ 3 ] {23fa04e5-d55f-47d0-8df3-c1963bd607dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
17097 | 2024.09.03 23:58:55.523651 [ 3 ] {23fa04e5-d55f-47d0-8df3-c1963bd607dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17098 | 2024.09.03 23:58:55.524104 [ 3 ] {23fa04e5-d55f-47d0-8df3-c1963bd607dc} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17099 | 2024.09.03 23:58:55.524153 [ 3 ] {23fa04e5-d55f-47d0-8df3-c1963bd607dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17100 | 2024.09.03 23:58:55.524583 [ 3 ] {23fa04e5-d55f-47d0-8df3-c1963bd607dc} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
17101 | 2024.09.03 23:58:55.524969 [ 3 ] {23fa04e5-d55f-47d0-8df3-c1963bd607dc} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17102 | 2024.09.03 23:58:55.525166 [ 3 ] {23fa04e5-d55f-47d0-8df3-c1963bd607dc} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00205 sec., 2926.8292682926826 rows/sec., 238.66 KiB/sec. | ||
17103 | 2024.09.03 23:58:55.525501 [ 3 ] {23fa04e5-d55f-47d0-8df3-c1963bd607dc} <Debug> DynamicQueryHandler: Done processing query | ||
17104 | 2024.09.03 23:58:55.525531 [ 3 ] {23fa04e5-d55f-47d0-8df3-c1963bd607dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17105 | 2024.09.03 23:58:55.525548 [ 3 ] {} <Debug> HTTP-Session: 4f25e689-8ee8-4458-9edb-85a82a107e42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17106 | 2024.09.03 23:58:55.525821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 188128, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17107 | 2024.09.03 23:58:55.525875 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17108 | 2024.09.03 23:58:55.525894 [ 3 ] {} <Debug> HTTP-Session: 104f2f67-cd78-4183-b31d-9bbe9a3265f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17109 | 2024.09.03 23:58:55.525913 [ 3 ] {} <Debug> HTTP-Session: 104f2f67-cd78-4183-b31d-9bbe9a3265f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17110 | 2024.09.03 23:58:55.525927 [ 3 ] {} <Debug> HTTP-Session: 104f2f67-cd78-4183-b31d-9bbe9a3265f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17111 | 2024.09.03 23:58:55.525964 [ 3 ] {} <Trace> HTTP-Session: 104f2f67-cd78-4183-b31d-9bbe9a3265f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17112 | 2024.09.03 23:58:55.526450 [ 3 ] {01fd923e-3815-4983-8600-0c73d3b9f153} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17113 | 2024.09.03 23:58:55.526503 [ 3 ] {01fd923e-3815-4983-8600-0c73d3b9f153} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17114 | 2024.09.03 23:58:55.526767 [ 3 ] {01fd923e-3815-4983-8600-0c73d3b9f153} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17115 | 2024.09.03 23:58:55.528395 [ 3 ] {01fd923e-3815-4983-8600-0c73d3b9f153} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17116 | 2024.09.03 23:58:55.528437 [ 3 ] {01fd923e-3815-4983-8600-0c73d3b9f153} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17117 | 2024.09.03 23:58:55.528888 [ 3 ] {01fd923e-3815-4983-8600-0c73d3b9f153} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
17118 | 2024.09.03 23:58:55.529260 [ 3 ] {01fd923e-3815-4983-8600-0c73d3b9f153} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17119 | 2024.09.03 23:58:55.529422 [ 3 ] {01fd923e-3815-4983-8600-0c73d3b9f153} <Debug> executeQuery: Read 1291 rows, 109.92 KiB in 0.003284 sec., 393118.14859926916 rows/sec., 32.69 MiB/sec. | ||
17120 | 2024.09.03 23:58:55.529612 [ 3 ] {01fd923e-3815-4983-8600-0c73d3b9f153} <Debug> DynamicQueryHandler: Done processing query | ||
17121 | 2024.09.03 23:58:55.529636 [ 3 ] {01fd923e-3815-4983-8600-0c73d3b9f153} <Debug> MemoryTracker: Peak memory usage (for query): 4.99 MiB. | ||
17122 | 2024.09.03 23:58:55.529653 [ 3 ] {} <Debug> HTTP-Session: 104f2f67-cd78-4183-b31d-9bbe9a3265f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17123 | 2024.09.03 23:58:55.530015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 7487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17124 | 2024.09.03 23:58:55.530069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17125 | 2024.09.03 23:58:55.530089 [ 3 ] {} <Debug> HTTP-Session: 150f5f7a-2920-4f71-a2e5-6bd840330e36 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17126 | 2024.09.03 23:58:55.530106 [ 3 ] {} <Debug> HTTP-Session: 150f5f7a-2920-4f71-a2e5-6bd840330e36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17127 | 2024.09.03 23:58:55.530120 [ 3 ] {} <Debug> HTTP-Session: 150f5f7a-2920-4f71-a2e5-6bd840330e36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17128 | 2024.09.03 23:58:55.530153 [ 3 ] {} <Trace> HTTP-Session: 150f5f7a-2920-4f71-a2e5-6bd840330e36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17129 | 2024.09.03 23:58:55.530266 [ 3 ] {9b4a696d-eb0b-4a4c-9877-4f6c9afbad1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
17130 | 2024.09.03 23:58:55.530312 [ 3 ] {9b4a696d-eb0b-4a4c-9877-4f6c9afbad1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17131 | 2024.09.03 23:58:55.530540 [ 3 ] {9b4a696d-eb0b-4a4c-9877-4f6c9afbad1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17132 | 2024.09.03 23:58:55.530963 [ 3 ] {9b4a696d-eb0b-4a4c-9877-4f6c9afbad1f} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17133 | 2024.09.03 23:58:55.531001 [ 3 ] {9b4a696d-eb0b-4a4c-9877-4f6c9afbad1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17134 | 2024.09.03 23:58:55.531352 [ 3 ] {9b4a696d-eb0b-4a4c-9877-4f6c9afbad1f} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
17135 | 2024.09.03 23:58:55.531713 [ 3 ] {9b4a696d-eb0b-4a4c-9877-4f6c9afbad1f} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17136 | 2024.09.03 23:58:55.531853 [ 3 ] {9b4a696d-eb0b-4a4c-9877-4f6c9afbad1f} <Debug> executeQuery: Read 52 rows, 3.88 KiB in 0.001623 sec., 32039.433148490447 rows/sec., 2.33 MiB/sec. | ||
17137 | 2024.09.03 23:58:55.531925 [ 92 ] {} <Debug> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0 | ||
17138 | 2024.09.03 23:58:55.532022 [ 92 ] {} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17139 | 2024.09.03 23:58:55.532063 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17140 | 2024.09.03 23:58:55.532097 [ 3 ] {9b4a696d-eb0b-4a4c-9877-4f6c9afbad1f} <Debug> DynamicQueryHandler: Done processing query | ||
17141 | 2024.09.03 23:58:55.532151 [ 3 ] {9b4a696d-eb0b-4a4c-9877-4f6c9afbad1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
17142 | 2024.09.03 23:58:55.532220 [ 3 ] {} <Debug> HTTP-Session: 150f5f7a-2920-4f71-a2e5-6bd840330e36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17143 | 2024.09.03 23:58:55.532371 [ 203 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_80_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_75_15 to all_80_80_0 into Compact with storage Full | ||
17144 | 2024.09.03 23:58:55.532604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17145 | 2024.09.03 23:58:55.532853 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17146 | 2024.09.03 23:58:55.533007 [ 3 ] {} <Debug> HTTP-Session: 0d73fb97-2f36-44ff-86c7-a607b097e454 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17147 | 2024.09.03 23:58:55.533125 [ 3 ] {} <Debug> HTTP-Session: 0d73fb97-2f36-44ff-86c7-a607b097e454 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17148 | 2024.09.03 23:58:55.533210 [ 203 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_80_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17149 | 2024.09.03 23:58:55.533231 [ 3 ] {} <Debug> HTTP-Session: 0d73fb97-2f36-44ff-86c7-a607b097e454 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17150 | 2024.09.03 23:58:55.533358 [ 203 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_75_15, total 74 rows starting from the beginning of the part | ||
17151 | 2024.09.03 23:58:55.533499 [ 3 ] {} <Trace> HTTP-Session: 0d73fb97-2f36-44ff-86c7-a607b097e454 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17152 | 2024.09.03 23:58:55.533928 [ 203 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 46 rows starting from the beginning of the part | ||
17153 | 2024.09.03 23:58:55.534134 [ 3 ] {e8ea4aa1-c2dd-452a-97a8-2352b82e08aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
17154 | 2024.09.03 23:58:55.534220 [ 203 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 11 rows starting from the beginning of the part | ||
17155 | 2024.09.03 23:58:55.534260 [ 3 ] {e8ea4aa1-c2dd-452a-97a8-2352b82e08aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
17156 | 2024.09.03 23:58:55.534566 [ 203 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 50 rows starting from the beginning of the part | ||
17157 | 2024.09.03 23:58:55.534908 [ 203 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 11 rows starting from the beginning of the part | ||
17158 | 2024.09.03 23:58:55.535324 [ 203 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 52 rows starting from the beginning of the part | ||
17159 | 2024.09.03 23:58:55.535943 [ 3 ] {e8ea4aa1-c2dd-452a-97a8-2352b82e08aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17160 | 2024.09.03 23:58:55.537002 [ 3 ] {e8ea4aa1-c2dd-452a-97a8-2352b82e08aa} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17161 | 2024.09.03 23:58:55.537081 [ 3 ] {e8ea4aa1-c2dd-452a-97a8-2352b82e08aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17162 | 2024.09.03 23:58:55.538198 [ 3 ] {e8ea4aa1-c2dd-452a-97a8-2352b82e08aa} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
17163 | 2024.09.03 23:58:55.538259 [ 197 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_80_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 244 rows, containing 5 columns (5 merged, 0 gathered) in 0.006115011 sec., 39901.80884384345 rows/sec., 3.05 MiB/sec. | ||
17164 | 2024.09.03 23:58:55.538783 [ 197 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_80_16} <Trace> MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) | ||
17165 | 2024.09.03 23:58:55.539027 [ 3 ] {e8ea4aa1-c2dd-452a-97a8-2352b82e08aa} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17166 | 2024.09.03 23:58:55.539272 [ 92 ] {} <Debug> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
17167 | 2024.09.03 23:58:55.539340 [ 3 ] {e8ea4aa1-c2dd-452a-97a8-2352b82e08aa} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005458 sec., 41773.54342249908 rows/sec., 2.83 MiB/sec. | ||
17168 | 2024.09.03 23:58:55.539361 [ 92 ] {} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17169 | 2024.09.03 23:58:55.539450 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17170 | 2024.09.03 23:58:55.540288 [ 3 ] {e8ea4aa1-c2dd-452a-97a8-2352b82e08aa} <Debug> DynamicQueryHandler: Done processing query | ||
17171 | 2024.09.03 23:58:55.540389 [ 199 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::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 | ||
17172 | 2024.09.03 23:58:55.540434 [ 3 ] {e8ea4aa1-c2dd-452a-97a8-2352b82e08aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
17173 | 2024.09.03 23:58:55.540596 [ 3 ] {} <Debug> HTTP-Session: 0d73fb97-2f36-44ff-86c7-a607b097e454 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17174 | 2024.09.03 23:58:55.541342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 94714, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17175 | 2024.09.03 23:58:55.541580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17176 | 2024.09.03 23:58:55.541588 [ 199 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17177 | 2024.09.03 23:58:55.541690 [ 3 ] {} <Debug> HTTP-Session: 148e2381-e8b5-4106-8e7f-5f52207c6486 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17178 | 2024.09.03 23:58:55.541754 [ 199 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 281 rows starting from the beginning of the part | ||
17179 | 2024.09.03 23:58:55.541816 [ 3 ] {} <Debug> HTTP-Session: 148e2381-e8b5-4106-8e7f-5f52207c6486 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17180 | 2024.09.03 23:58:55.541895 [ 3 ] {} <Debug> HTTP-Session: 148e2381-e8b5-4106-8e7f-5f52207c6486 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17181 | 2024.09.03 23:58:55.542129 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_80_16} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17182 | 2024.09.03 23:58:55.542197 [ 3 ] {} <Trace> HTTP-Session: 148e2381-e8b5-4106-8e7f-5f52207c6486 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17183 | 2024.09.03 23:58:55.542334 [ 199 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 228 rows starting from the beginning of the part | ||
17184 | 2024.09.03 23:58:55.542673 [ 190 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_80_16} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16 | ||
17185 | 2024.09.03 23:58:55.542826 [ 199 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part | ||
17186 | 2024.09.03 23:58:55.542884 [ 3 ] {ffaa2d1e-de6e-4cbf-888b-744781f2716e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17187 | 2024.09.03 23:58:55.543121 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
17188 | 2024.09.03 23:58:55.543217 [ 3 ] {ffaa2d1e-de6e-4cbf-888b-744781f2716e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17189 | 2024.09.03 23:58:55.543306 [ 199 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part | ||
17190 | 2024.09.03 23:58:55.543696 [ 199 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part | ||
17191 | 2024.09.03 23:58:55.543962 [ 199 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 228 rows starting from the beginning of the part | ||
17192 | 2024.09.03 23:58:55.544746 [ 3 ] {ffaa2d1e-de6e-4cbf-888b-744781f2716e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17193 | 2024.09.03 23:58:55.546422 [ 3 ] {ffaa2d1e-de6e-4cbf-888b-744781f2716e} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17194 | 2024.09.03 23:58:55.546527 [ 3 ] {ffaa2d1e-de6e-4cbf-888b-744781f2716e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17195 | 2024.09.03 23:58:55.546575 [ 198 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 779 rows, containing 5 columns (5 merged, 0 gathered) in 0.00695014 sec., 112084.07312658451 rows/sec., 7.62 MiB/sec. | ||
17196 | 2024.09.03 23:58:55.546734 [ 198 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
17197 | 2024.09.03 23:58:55.547044 [ 3 ] {ffaa2d1e-de6e-4cbf-888b-744781f2716e} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
17198 | 2024.09.03 23:58:55.547320 [ 198 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_56_11} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17199 | 2024.09.03 23:58:55.547429 [ 198 ] {a6409227-5fcb-462c-999f-4e52fff94f5c::all_1_56_11} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
17200 | 2024.09.03 23:58:55.547524 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
17201 | 2024.09.03 23:58:55.547558 [ 3 ] {ffaa2d1e-de6e-4cbf-888b-744781f2716e} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17202 | 2024.09.03 23:58:55.547725 [ 3 ] {ffaa2d1e-de6e-4cbf-888b-744781f2716e} <Debug> executeQuery: Read 572 rows, 43.58 KiB in 0.005221 sec., 109557.55602375024 rows/sec., 8.15 MiB/sec. | ||
17203 | 2024.09.03 23:58:55.547934 [ 3 ] {ffaa2d1e-de6e-4cbf-888b-744781f2716e} <Debug> DynamicQueryHandler: Done processing query | ||
17204 | 2024.09.03 23:58:55.547959 [ 3 ] {ffaa2d1e-de6e-4cbf-888b-744781f2716e} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
17205 | 2024.09.03 23:58:55.547975 [ 3 ] {} <Debug> HTTP-Session: 148e2381-e8b5-4106-8e7f-5f52207c6486 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17206 | 2024.09.03 23:58:55.548279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 161182, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17207 | 2024.09.03 23:58:55.548327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17208 | 2024.09.03 23:58:55.548346 [ 3 ] {} <Debug> HTTP-Session: 001f6966-926f-4faf-a428-dc4bdb3fb61f Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17209 | 2024.09.03 23:58:55.548363 [ 3 ] {} <Debug> HTTP-Session: 001f6966-926f-4faf-a428-dc4bdb3fb61f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17210 | 2024.09.03 23:58:55.548376 [ 3 ] {} <Debug> HTTP-Session: 001f6966-926f-4faf-a428-dc4bdb3fb61f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17211 | 2024.09.03 23:58:55.548408 [ 3 ] {} <Trace> HTTP-Session: 001f6966-926f-4faf-a428-dc4bdb3fb61f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17212 | 2024.09.03 23:58:55.548820 [ 3 ] {27e47a43-5c3a-4bcb-9334-b22a11eda04d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17213 | 2024.09.03 23:58:55.548869 [ 3 ] {27e47a43-5c3a-4bcb-9334-b22a11eda04d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17214 | 2024.09.03 23:58:55.549017 [ 3 ] {27e47a43-5c3a-4bcb-9334-b22a11eda04d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17215 | 2024.09.03 23:58:55.549902 [ 3 ] {27e47a43-5c3a-4bcb-9334-b22a11eda04d} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17216 | 2024.09.03 23:58:55.549938 [ 3 ] {27e47a43-5c3a-4bcb-9334-b22a11eda04d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17217 | 2024.09.03 23:58:55.550367 [ 3 ] {27e47a43-5c3a-4bcb-9334-b22a11eda04d} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
17218 | 2024.09.03 23:58:55.550719 [ 3 ] {27e47a43-5c3a-4bcb-9334-b22a11eda04d} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17219 | 2024.09.03 23:58:55.550874 [ 3 ] {27e47a43-5c3a-4bcb-9334-b22a11eda04d} <Debug> executeQuery: Read 847 rows, 58.38 KiB in 0.002319 sec., 365243.6394997844 rows/sec., 24.58 MiB/sec. | ||
17220 | 2024.09.03 23:58:55.551130 [ 3 ] {27e47a43-5c3a-4bcb-9334-b22a11eda04d} <Debug> DynamicQueryHandler: Done processing query | ||
17221 | 2024.09.03 23:58:55.551188 [ 3 ] {27e47a43-5c3a-4bcb-9334-b22a11eda04d} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
17222 | 2024.09.03 23:58:55.551245 [ 3 ] {} <Debug> HTTP-Session: 001f6966-926f-4faf-a428-dc4bdb3fb61f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17223 | 2024.09.03 23:58:55.551687 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 76704, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17224 | 2024.09.03 23:58:55.551740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17225 | 2024.09.03 23:58:55.551759 [ 3 ] {} <Debug> HTTP-Session: b394a7a2-9575-4619-af87-65bc287b4cd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17226 | 2024.09.03 23:58:55.551776 [ 3 ] {} <Debug> HTTP-Session: b394a7a2-9575-4619-af87-65bc287b4cd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17227 | 2024.09.03 23:58:55.551790 [ 3 ] {} <Debug> HTTP-Session: b394a7a2-9575-4619-af87-65bc287b4cd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17228 | 2024.09.03 23:58:55.551822 [ 3 ] {} <Trace> HTTP-Session: b394a7a2-9575-4619-af87-65bc287b4cd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17229 | 2024.09.03 23:58:55.552375 [ 3 ] {46aa0803-7e99-475a-be53-354640644253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
17230 | 2024.09.03 23:58:55.552446 [ 3 ] {46aa0803-7e99-475a-be53-354640644253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
17231 | 2024.09.03 23:58:55.552878 [ 3 ] {46aa0803-7e99-475a-be53-354640644253} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17232 | 2024.09.03 23:58:55.553669 [ 3 ] {46aa0803-7e99-475a-be53-354640644253} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17233 | 2024.09.03 23:58:55.553707 [ 3 ] {46aa0803-7e99-475a-be53-354640644253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17234 | 2024.09.03 23:58:55.554361 [ 3 ] {46aa0803-7e99-475a-be53-354640644253} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
17235 | 2024.09.03 23:58:55.554772 [ 3 ] {46aa0803-7e99-475a-be53-354640644253} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17236 | 2024.09.03 23:58:55.554970 [ 3 ] {46aa0803-7e99-475a-be53-354640644253} <Debug> executeQuery: Read 46 rows, 84.41 KiB in 0.003053 sec., 15067.147068457254 rows/sec., 27.00 MiB/sec. | ||
17237 | 2024.09.03 23:58:55.555278 [ 3 ] {46aa0803-7e99-475a-be53-354640644253} <Debug> DynamicQueryHandler: Done processing query | ||
17238 | 2024.09.03 23:58:55.555315 [ 3 ] {46aa0803-7e99-475a-be53-354640644253} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
17239 | 2024.09.03 23:58:55.555342 [ 3 ] {} <Debug> HTTP-Session: b394a7a2-9575-4619-af87-65bc287b4cd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17240 | 2024.09.03 23:58:55.555493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17241 | 2024.09.03 23:58:55.555543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17242 | 2024.09.03 23:58:55.555562 [ 3 ] {} <Debug> HTTP-Session: 8316067a-4253-4942-913f-d87106641919 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17243 | 2024.09.03 23:58:55.555578 [ 3 ] {} <Debug> HTTP-Session: 8316067a-4253-4942-913f-d87106641919 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17244 | 2024.09.03 23:58:55.555592 [ 3 ] {} <Debug> HTTP-Session: 8316067a-4253-4942-913f-d87106641919 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17245 | 2024.09.03 23:58:55.555623 [ 3 ] {} <Trace> HTTP-Session: 8316067a-4253-4942-913f-d87106641919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17246 | 2024.09.03 23:58:55.555737 [ 3 ] {1092b360-241c-4f0e-b443-3958073dd608} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17247 | 2024.09.03 23:58:55.555782 [ 3 ] {1092b360-241c-4f0e-b443-3958073dd608} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17248 | 2024.09.03 23:58:55.555914 [ 3 ] {1092b360-241c-4f0e-b443-3958073dd608} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17249 | 2024.09.03 23:58:55.556223 [ 3 ] {1092b360-241c-4f0e-b443-3958073dd608} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17250 | 2024.09.03 23:58:55.556260 [ 3 ] {1092b360-241c-4f0e-b443-3958073dd608} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17251 | 2024.09.03 23:58:55.556615 [ 3 ] {1092b360-241c-4f0e-b443-3958073dd608} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
17252 | 2024.09.03 23:58:55.556939 [ 3 ] {1092b360-241c-4f0e-b443-3958073dd608} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17253 | 2024.09.03 23:58:55.557096 [ 3 ] {1092b360-241c-4f0e-b443-3958073dd608} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001391 sec., 43134.43565780014 rows/sec., 2.91 MiB/sec. | ||
17254 | 2024.09.03 23:58:55.557262 [ 3 ] {1092b360-241c-4f0e-b443-3958073dd608} <Debug> DynamicQueryHandler: Done processing query | ||
17255 | 2024.09.03 23:58:55.557285 [ 3 ] {1092b360-241c-4f0e-b443-3958073dd608} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17256 | 2024.09.03 23:58:55.557301 [ 3 ] {} <Debug> HTTP-Session: 8316067a-4253-4942-913f-d87106641919 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17257 | 2024.09.03 23:59:00.496505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17258 | 2024.09.03 23:59:00.496649 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17259 | 2024.09.03 23:59:00.496682 [ 3 ] {} <Debug> HTTP-Session: 4fb9320c-b65f-42af-a402-730368a0ab93 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17260 | 2024.09.03 23:59:00.496711 [ 3 ] {} <Debug> HTTP-Session: 4fb9320c-b65f-42af-a402-730368a0ab93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17261 | 2024.09.03 23:59:00.496730 [ 3 ] {} <Debug> HTTP-Session: 4fb9320c-b65f-42af-a402-730368a0ab93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17262 | 2024.09.03 23:59:00.496788 [ 3 ] {} <Trace> HTTP-Session: 4fb9320c-b65f-42af-a402-730368a0ab93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17263 | 2024.09.03 23:59:00.497058 [ 3 ] {23d7813c-7082-45ef-8d86-65fb8f79ee1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17264 | 2024.09.03 23:59:00.497135 [ 3 ] {23d7813c-7082-45ef-8d86-65fb8f79ee1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17265 | 2024.09.03 23:59:00.497516 [ 3 ] {23d7813c-7082-45ef-8d86-65fb8f79ee1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17266 | 2024.09.03 23:59:00.498123 [ 3 ] {23d7813c-7082-45ef-8d86-65fb8f79ee1d} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17267 | 2024.09.03 23:59:00.498172 [ 3 ] {23d7813c-7082-45ef-8d86-65fb8f79ee1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17268 | 2024.09.03 23:59:00.498640 [ 3 ] {23d7813c-7082-45ef-8d86-65fb8f79ee1d} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
17269 | 2024.09.03 23:59:00.499035 [ 3 ] {23d7813c-7082-45ef-8d86-65fb8f79ee1d} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17270 | 2024.09.03 23:59:00.499208 [ 3 ] {23d7813c-7082-45ef-8d86-65fb8f79ee1d} <Debug> executeQuery: Read 203 rows, 18.22 KiB in 0.002266 sec., 89585.17210944396 rows/sec., 7.85 MiB/sec. | ||
17271 | 2024.09.03 23:59:00.499456 [ 3 ] {23d7813c-7082-45ef-8d86-65fb8f79ee1d} <Debug> DynamicQueryHandler: Done processing query | ||
17272 | 2024.09.03 23:59:00.499495 [ 3 ] {23d7813c-7082-45ef-8d86-65fb8f79ee1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
17273 | 2024.09.03 23:59:00.499528 [ 3 ] {} <Debug> HTTP-Session: 4fb9320c-b65f-42af-a402-730368a0ab93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17274 | 2024.09.03 23:59:00.499708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1053, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17275 | 2024.09.03 23:59:00.499769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17276 | 2024.09.03 23:59:00.499790 [ 3 ] {} <Debug> HTTP-Session: 73e90e67-4461-4c4c-99f2-d23e4df9fc99 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17277 | 2024.09.03 23:59:00.499808 [ 3 ] {} <Debug> HTTP-Session: 73e90e67-4461-4c4c-99f2-d23e4df9fc99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17278 | 2024.09.03 23:59:00.499823 [ 3 ] {} <Debug> HTTP-Session: 73e90e67-4461-4c4c-99f2-d23e4df9fc99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17279 | 2024.09.03 23:59:00.499858 [ 3 ] {} <Trace> HTTP-Session: 73e90e67-4461-4c4c-99f2-d23e4df9fc99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17280 | 2024.09.03 23:59:00.499970 [ 3 ] {7d3f61dc-8030-4ab0-902c-e246171ccace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
17281 | 2024.09.03 23:59:00.500019 [ 3 ] {7d3f61dc-8030-4ab0-902c-e246171ccace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17282 | 2024.09.03 23:59:00.500264 [ 3 ] {7d3f61dc-8030-4ab0-902c-e246171ccace} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17283 | 2024.09.03 23:59:00.500630 [ 3 ] {7d3f61dc-8030-4ab0-902c-e246171ccace} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17284 | 2024.09.03 23:59:00.500668 [ 3 ] {7d3f61dc-8030-4ab0-902c-e246171ccace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17285 | 2024.09.03 23:59:00.501028 [ 3 ] {7d3f61dc-8030-4ab0-902c-e246171ccace} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
17286 | 2024.09.03 23:59:00.501390 [ 3 ] {7d3f61dc-8030-4ab0-902c-e246171ccace} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17287 | 2024.09.03 23:59:00.501544 [ 3 ] {7d3f61dc-8030-4ab0-902c-e246171ccace} <Debug> executeQuery: Read 7 rows, 539.00 B in 0.001601 sec., 4372.2673329169265 rows/sec., 328.77 KiB/sec. | ||
17288 | 2024.09.03 23:59:00.501724 [ 3 ] {7d3f61dc-8030-4ab0-902c-e246171ccace} <Debug> DynamicQueryHandler: Done processing query | ||
17289 | 2024.09.03 23:59:00.501749 [ 3 ] {7d3f61dc-8030-4ab0-902c-e246171ccace} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17290 | 2024.09.03 23:59:00.501765 [ 3 ] {} <Debug> HTTP-Session: 73e90e67-4461-4c4c-99f2-d23e4df9fc99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17291 | 2024.09.03 23:59:00.501890 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17292 | 2024.09.03 23:59:00.501944 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17293 | 2024.09.03 23:59:00.501962 [ 3 ] {} <Debug> HTTP-Session: 8ab51846-e05e-496e-884d-b3cefc2faab6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17294 | 2024.09.03 23:59:00.501980 [ 3 ] {} <Debug> HTTP-Session: 8ab51846-e05e-496e-884d-b3cefc2faab6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17295 | 2024.09.03 23:59:00.501994 [ 3 ] {} <Debug> HTTP-Session: 8ab51846-e05e-496e-884d-b3cefc2faab6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17296 | 2024.09.03 23:59:00.502027 [ 3 ] {} <Trace> HTTP-Session: 8ab51846-e05e-496e-884d-b3cefc2faab6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17297 | 2024.09.03 23:59:00.502131 [ 3 ] {aaa25773-a5fa-484d-ac24-a5ebf2c87388} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
17298 | 2024.09.03 23:59:00.502177 [ 3 ] {aaa25773-a5fa-484d-ac24-a5ebf2c87388} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
17299 | 2024.09.03 23:59:00.502408 [ 3 ] {aaa25773-a5fa-484d-ac24-a5ebf2c87388} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17300 | 2024.09.03 23:59:00.502733 [ 3 ] {aaa25773-a5fa-484d-ac24-a5ebf2c87388} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17301 | 2024.09.03 23:59:00.502770 [ 3 ] {aaa25773-a5fa-484d-ac24-a5ebf2c87388} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17302 | 2024.09.03 23:59:00.503126 [ 3 ] {aaa25773-a5fa-484d-ac24-a5ebf2c87388} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
17303 | 2024.09.03 23:59:00.503494 [ 3 ] {aaa25773-a5fa-484d-ac24-a5ebf2c87388} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17304 | 2024.09.03 23:59:00.503657 [ 3 ] {aaa25773-a5fa-484d-ac24-a5ebf2c87388} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001551 sec., 9026.434558349452 rows/sec., 632.15 KiB/sec. | ||
17305 | 2024.09.03 23:59:00.503832 [ 3 ] {aaa25773-a5fa-484d-ac24-a5ebf2c87388} <Debug> DynamicQueryHandler: Done processing query | ||
17306 | 2024.09.03 23:59:00.503858 [ 3 ] {aaa25773-a5fa-484d-ac24-a5ebf2c87388} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17307 | 2024.09.03 23:59:00.503874 [ 3 ] {} <Debug> HTTP-Session: 8ab51846-e05e-496e-884d-b3cefc2faab6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17308 | 2024.09.03 23:59:00.503995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17309 | 2024.09.03 23:59:00.504046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17310 | 2024.09.03 23:59:00.504065 [ 3 ] {} <Debug> HTTP-Session: 14c6d5b3-eec4-4e38-aab9-2a21159b8723 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17311 | 2024.09.03 23:59:00.504082 [ 3 ] {} <Debug> HTTP-Session: 14c6d5b3-eec4-4e38-aab9-2a21159b8723 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17312 | 2024.09.03 23:59:00.504095 [ 3 ] {} <Debug> HTTP-Session: 14c6d5b3-eec4-4e38-aab9-2a21159b8723 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17313 | 2024.09.03 23:59:00.504127 [ 3 ] {} <Trace> HTTP-Session: 14c6d5b3-eec4-4e38-aab9-2a21159b8723 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17314 | 2024.09.03 23:59:00.504225 [ 3 ] {134071c0-80a6-403a-8ef8-b049af2de7e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
17315 | 2024.09.03 23:59:00.504269 [ 3 ] {134071c0-80a6-403a-8ef8-b049af2de7e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
17316 | 2024.09.03 23:59:00.504499 [ 3 ] {134071c0-80a6-403a-8ef8-b049af2de7e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17317 | 2024.09.03 23:59:00.504836 [ 3 ] {134071c0-80a6-403a-8ef8-b049af2de7e2} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17318 | 2024.09.03 23:59:00.504874 [ 3 ] {134071c0-80a6-403a-8ef8-b049af2de7e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17319 | 2024.09.03 23:59:00.505227 [ 3 ] {134071c0-80a6-403a-8ef8-b049af2de7e2} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
17320 | 2024.09.03 23:59:00.505586 [ 3 ] {134071c0-80a6-403a-8ef8-b049af2de7e2} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17321 | 2024.09.03 23:59:00.505758 [ 3 ] {134071c0-80a6-403a-8ef8-b049af2de7e2} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00155 sec., 3870.967741935484 rows/sec., 228.70 KiB/sec. | ||
17322 | 2024.09.03 23:59:00.506060 [ 3 ] {134071c0-80a6-403a-8ef8-b049af2de7e2} <Debug> DynamicQueryHandler: Done processing query | ||
17323 | 2024.09.03 23:59:00.506109 [ 3 ] {134071c0-80a6-403a-8ef8-b049af2de7e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17324 | 2024.09.03 23:59:00.506134 [ 3 ] {} <Debug> HTTP-Session: 14c6d5b3-eec4-4e38-aab9-2a21159b8723 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17325 | 2024.09.03 23:59:00.506310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 62952, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17326 | 2024.09.03 23:59:00.506362 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17327 | 2024.09.03 23:59:00.506382 [ 3 ] {} <Debug> HTTP-Session: 1b586e22-2d18-4f9e-a166-f2a0538e2401 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17328 | 2024.09.03 23:59:00.506399 [ 3 ] {} <Debug> HTTP-Session: 1b586e22-2d18-4f9e-a166-f2a0538e2401 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17329 | 2024.09.03 23:59:00.506413 [ 3 ] {} <Debug> HTTP-Session: 1b586e22-2d18-4f9e-a166-f2a0538e2401 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17330 | 2024.09.03 23:59:00.506444 [ 3 ] {} <Trace> HTTP-Session: 1b586e22-2d18-4f9e-a166-f2a0538e2401 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17331 | 2024.09.03 23:59:00.506650 [ 3 ] {e35fb951-5bdd-48d1-830e-476b9789799c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17332 | 2024.09.03 23:59:00.506697 [ 3 ] {e35fb951-5bdd-48d1-830e-476b9789799c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17333 | 2024.09.03 23:59:00.506942 [ 3 ] {e35fb951-5bdd-48d1-830e-476b9789799c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17334 | 2024.09.03 23:59:00.507506 [ 3 ] {e35fb951-5bdd-48d1-830e-476b9789799c} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17335 | 2024.09.03 23:59:00.507544 [ 3 ] {e35fb951-5bdd-48d1-830e-476b9789799c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17336 | 2024.09.03 23:59:00.507936 [ 3 ] {e35fb951-5bdd-48d1-830e-476b9789799c} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
17337 | 2024.09.03 23:59:00.508288 [ 3 ] {e35fb951-5bdd-48d1-830e-476b9789799c} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17338 | 2024.09.03 23:59:00.508444 [ 3 ] {e35fb951-5bdd-48d1-830e-476b9789799c} <Debug> executeQuery: Read 389 rows, 28.24 KiB in 0.001894 sec., 205385.42766631467 rows/sec., 14.56 MiB/sec. | ||
17339 | 2024.09.03 23:59:00.508623 [ 3 ] {e35fb951-5bdd-48d1-830e-476b9789799c} <Debug> DynamicQueryHandler: Done processing query | ||
17340 | 2024.09.03 23:59:00.508647 [ 3 ] {e35fb951-5bdd-48d1-830e-476b9789799c} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
17341 | 2024.09.03 23:59:00.508663 [ 3 ] {} <Debug> HTTP-Session: 1b586e22-2d18-4f9e-a166-f2a0538e2401 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17342 | 2024.09.03 23:59:00.508804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17343 | 2024.09.03 23:59:00.508852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17344 | 2024.09.03 23:59:00.508871 [ 3 ] {} <Debug> HTTP-Session: 6efabe66-8eef-4b06-b9fb-fa676d947b33 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17345 | 2024.09.03 23:59:00.508887 [ 3 ] {} <Debug> HTTP-Session: 6efabe66-8eef-4b06-b9fb-fa676d947b33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17346 | 2024.09.03 23:59:00.508901 [ 3 ] {} <Debug> HTTP-Session: 6efabe66-8eef-4b06-b9fb-fa676d947b33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17347 | 2024.09.03 23:59:00.508931 [ 3 ] {} <Trace> HTTP-Session: 6efabe66-8eef-4b06-b9fb-fa676d947b33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17348 | 2024.09.03 23:59:00.509027 [ 3 ] {50bd9404-a3e3-42f9-ac6d-bb355e88d23a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
17349 | 2024.09.03 23:59:00.509072 [ 3 ] {50bd9404-a3e3-42f9-ac6d-bb355e88d23a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
17350 | 2024.09.03 23:59:00.509200 [ 3 ] {50bd9404-a3e3-42f9-ac6d-bb355e88d23a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17351 | 2024.09.03 23:59:00.509463 [ 3 ] {50bd9404-a3e3-42f9-ac6d-bb355e88d23a} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17352 | 2024.09.03 23:59:00.509499 [ 3 ] {50bd9404-a3e3-42f9-ac6d-bb355e88d23a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17353 | 2024.09.03 23:59:00.509845 [ 3 ] {50bd9404-a3e3-42f9-ac6d-bb355e88d23a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
17354 | 2024.09.03 23:59:00.510177 [ 3 ] {50bd9404-a3e3-42f9-ac6d-bb355e88d23a} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17355 | 2024.09.03 23:59:00.510330 [ 3 ] {50bd9404-a3e3-42f9-ac6d-bb355e88d23a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001324 sec., 4531.722054380664 rows/sec., 236.76 KiB/sec. | ||
17356 | 2024.09.03 23:59:00.510496 [ 3 ] {50bd9404-a3e3-42f9-ac6d-bb355e88d23a} <Debug> DynamicQueryHandler: Done processing query | ||
17357 | 2024.09.03 23:59:00.510520 [ 3 ] {50bd9404-a3e3-42f9-ac6d-bb355e88d23a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17358 | 2024.09.03 23:59:00.510536 [ 3 ] {} <Debug> HTTP-Session: 6efabe66-8eef-4b06-b9fb-fa676d947b33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17359 | 2024.09.03 23:59:00.510676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 44650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17360 | 2024.09.03 23:59:00.510726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17361 | 2024.09.03 23:59:00.510744 [ 3 ] {} <Debug> HTTP-Session: 9420462c-0928-4f23-8958-08f7479415c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17362 | 2024.09.03 23:59:00.510761 [ 3 ] {} <Debug> HTTP-Session: 9420462c-0928-4f23-8958-08f7479415c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17363 | 2024.09.03 23:59:00.510775 [ 3 ] {} <Debug> HTTP-Session: 9420462c-0928-4f23-8958-08f7479415c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17364 | 2024.09.03 23:59:00.510805 [ 3 ] {} <Trace> HTTP-Session: 9420462c-0928-4f23-8958-08f7479415c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17365 | 2024.09.03 23:59:00.510980 [ 3 ] {22678c82-20fe-4593-a87b-6e361aefdd35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17366 | 2024.09.03 23:59:00.511027 [ 3 ] {22678c82-20fe-4593-a87b-6e361aefdd35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17367 | 2024.09.03 23:59:00.511171 [ 3 ] {22678c82-20fe-4593-a87b-6e361aefdd35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17368 | 2024.09.03 23:59:00.511578 [ 3 ] {22678c82-20fe-4593-a87b-6e361aefdd35} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17369 | 2024.09.03 23:59:00.511614 [ 3 ] {22678c82-20fe-4593-a87b-6e361aefdd35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17370 | 2024.09.03 23:59:00.511985 [ 3 ] {22678c82-20fe-4593-a87b-6e361aefdd35} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
17371 | 2024.09.03 23:59:00.512318 [ 3 ] {22678c82-20fe-4593-a87b-6e361aefdd35} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17372 | 2024.09.03 23:59:00.512452 [ 3 ] {22678c82-20fe-4593-a87b-6e361aefdd35} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001553 sec., 152607.8557630393 rows/sec., 10.23 MiB/sec. | ||
17373 | 2024.09.03 23:59:00.512646 [ 3 ] {22678c82-20fe-4593-a87b-6e361aefdd35} <Debug> DynamicQueryHandler: Done processing query | ||
17374 | 2024.09.03 23:59:00.512670 [ 3 ] {22678c82-20fe-4593-a87b-6e361aefdd35} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
17375 | 2024.09.03 23:59:00.512686 [ 3 ] {} <Debug> HTTP-Session: 9420462c-0928-4f23-8958-08f7479415c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17376 | 2024.09.03 23:59:00.512801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17377 | 2024.09.03 23:59:00.512849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17378 | 2024.09.03 23:59:00.512868 [ 3 ] {} <Debug> HTTP-Session: 248941b5-3a94-4885-9961-05d05817bb7b Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17379 | 2024.09.03 23:59:00.512885 [ 3 ] {} <Debug> HTTP-Session: 248941b5-3a94-4885-9961-05d05817bb7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17380 | 2024.09.03 23:59:00.512899 [ 3 ] {} <Debug> HTTP-Session: 248941b5-3a94-4885-9961-05d05817bb7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17381 | 2024.09.03 23:59:00.512929 [ 3 ] {} <Trace> HTTP-Session: 248941b5-3a94-4885-9961-05d05817bb7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17382 | 2024.09.03 23:59:00.513021 [ 3 ] {b0605d90-83ad-405b-8bcd-9291431af8e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
17383 | 2024.09.03 23:59:00.513067 [ 3 ] {b0605d90-83ad-405b-8bcd-9291431af8e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
17384 | 2024.09.03 23:59:00.513206 [ 3 ] {b0605d90-83ad-405b-8bcd-9291431af8e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17385 | 2024.09.03 23:59:00.513456 [ 3 ] {b0605d90-83ad-405b-8bcd-9291431af8e5} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17386 | 2024.09.03 23:59:00.513491 [ 3 ] {b0605d90-83ad-405b-8bcd-9291431af8e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17387 | 2024.09.03 23:59:00.513829 [ 3 ] {b0605d90-83ad-405b-8bcd-9291431af8e5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
17388 | 2024.09.03 23:59:00.514149 [ 3 ] {b0605d90-83ad-405b-8bcd-9291431af8e5} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17389 | 2024.09.03 23:59:00.514300 [ 3 ] {b0605d90-83ad-405b-8bcd-9291431af8e5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001296 sec., 771.6049382716049 rows/sec., 51.99 KiB/sec. | ||
17390 | 2024.09.03 23:59:00.514570 [ 3 ] {b0605d90-83ad-405b-8bcd-9291431af8e5} <Debug> DynamicQueryHandler: Done processing query | ||
17391 | 2024.09.03 23:59:00.514624 [ 3 ] {b0605d90-83ad-405b-8bcd-9291431af8e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
17392 | 2024.09.03 23:59:00.514665 [ 3 ] {} <Debug> HTTP-Session: 248941b5-3a94-4885-9961-05d05817bb7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17393 | 2024.09.03 23:59:00.514794 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12099, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17394 | 2024.09.03 23:59:00.514843 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17395 | 2024.09.03 23:59:00.514862 [ 3 ] {} <Debug> HTTP-Session: 0eb82c76-0831-411a-a339-faff7b259f97 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17396 | 2024.09.03 23:59:00.514879 [ 3 ] {} <Debug> HTTP-Session: 0eb82c76-0831-411a-a339-faff7b259f97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17397 | 2024.09.03 23:59:00.514892 [ 3 ] {} <Debug> HTTP-Session: 0eb82c76-0831-411a-a339-faff7b259f97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17398 | 2024.09.03 23:59:00.514923 [ 3 ] {} <Trace> HTTP-Session: 0eb82c76-0831-411a-a339-faff7b259f97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17399 | 2024.09.03 23:59:00.515105 [ 3 ] {d5b21306-75a4-4e55-be1b-a23d58b0f811} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
17400 | 2024.09.03 23:59:00.515175 [ 3 ] {d5b21306-75a4-4e55-be1b-a23d58b0f811} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
17401 | 2024.09.03 23:59:00.515600 [ 3 ] {d5b21306-75a4-4e55-be1b-a23d58b0f811} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17402 | 2024.09.03 23:59:00.516075 [ 3 ] {d5b21306-75a4-4e55-be1b-a23d58b0f811} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17403 | 2024.09.03 23:59:00.516111 [ 3 ] {d5b21306-75a4-4e55-be1b-a23d58b0f811} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17404 | 2024.09.03 23:59:00.516700 [ 3 ] {d5b21306-75a4-4e55-be1b-a23d58b0f811} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
17405 | 2024.09.03 23:59:00.517104 [ 3 ] {d5b21306-75a4-4e55-be1b-a23d58b0f811} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17406 | 2024.09.03 23:59:00.517291 [ 3 ] {d5b21306-75a4-4e55-be1b-a23d58b0f811} <Debug> executeQuery: Read 7 rows, 12.84 KiB in 0.002294 sec., 3051.438535309503 rows/sec., 5.47 MiB/sec. | ||
17407 | 2024.09.03 23:59:00.517324 [ 69 ] {} <Debug> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
17408 | 2024.09.03 23:59:00.517480 [ 69 ] {} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17409 | 2024.09.03 23:59:00.517541 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17410 | 2024.09.03 23:59:00.517648 [ 3 ] {d5b21306-75a4-4e55-be1b-a23d58b0f811} <Debug> DynamicQueryHandler: Done processing query | ||
17411 | 2024.09.03 23:59:00.517685 [ 3 ] {d5b21306-75a4-4e55-be1b-a23d58b0f811} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
17412 | 2024.09.03 23:59:00.517704 [ 3 ] {} <Debug> HTTP-Session: 0eb82c76-0831-411a-a339-faff7b259f97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17413 | 2024.09.03 23:59:00.517713 [ 190 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::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 | ||
17414 | 2024.09.03 23:59:00.517842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17415 | 2024.09.03 23:59:00.517913 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17416 | 2024.09.03 23:59:00.517951 [ 3 ] {} <Debug> HTTP-Session: 1d059994-30eb-4597-a902-a4e039c42d56 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17417 | 2024.09.03 23:59:00.517982 [ 3 ] {} <Debug> HTTP-Session: 1d059994-30eb-4597-a902-a4e039c42d56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17418 | 2024.09.03 23:59:00.518006 [ 3 ] {} <Debug> HTTP-Session: 1d059994-30eb-4597-a902-a4e039c42d56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17419 | 2024.09.03 23:59:00.518056 [ 3 ] {} <Trace> HTTP-Session: 1d059994-30eb-4597-a902-a4e039c42d56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17420 | 2024.09.03 23:59:00.518193 [ 190 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17421 | 2024.09.03 23:59:00.518229 [ 3 ] {5bea07ae-63bf-484e-8bd9-75b4488b16b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17422 | 2024.09.03 23:59:00.518290 [ 190 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1631 rows starting from the beginning of the part | ||
17423 | 2024.09.03 23:59:00.518295 [ 3 ] {5bea07ae-63bf-484e-8bd9-75b4488b16b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17424 | 2024.09.03 23:59:00.518944 [ 3 ] {5bea07ae-63bf-484e-8bd9-75b4488b16b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17425 | 2024.09.03 23:59:00.519065 [ 190 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 7 rows starting from the beginning of the part | ||
17426 | 2024.09.03 23:59:00.519574 [ 190 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 46 rows starting from the beginning of the part | ||
17427 | 2024.09.03 23:59:00.519787 [ 3 ] {5bea07ae-63bf-484e-8bd9-75b4488b16b0} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17428 | 2024.09.03 23:59:00.519868 [ 3 ] {5bea07ae-63bf-484e-8bd9-75b4488b16b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17429 | 2024.09.03 23:59:00.520160 [ 190 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 7 rows starting from the beginning of the part | ||
17430 | 2024.09.03 23:59:00.520715 [ 190 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 46 rows starting from the beginning of the part | ||
17431 | 2024.09.03 23:59:00.520911 [ 3 ] {5bea07ae-63bf-484e-8bd9-75b4488b16b0} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
17432 | 2024.09.03 23:59:00.521137 [ 190 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 7 rows starting from the beginning of the part | ||
17433 | 2024.09.03 23:59:00.521856 [ 3 ] {5bea07ae-63bf-484e-8bd9-75b4488b16b0} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17434 | 2024.09.03 23:59:00.522087 [ 3 ] {5bea07ae-63bf-484e-8bd9-75b4488b16b0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003914 sec., 20950.434338272866 rows/sec., 1.33 MiB/sec. | ||
17435 | 2024.09.03 23:59:00.522303 [ 3 ] {5bea07ae-63bf-484e-8bd9-75b4488b16b0} <Debug> DynamicQueryHandler: Done processing query | ||
17436 | 2024.09.03 23:59:00.522337 [ 3 ] {5bea07ae-63bf-484e-8bd9-75b4488b16b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17437 | 2024.09.03 23:59:00.522369 [ 3 ] {} <Debug> HTTP-Session: 1d059994-30eb-4597-a902-a4e039c42d56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17438 | 2024.09.03 23:59:00.529477 [ 193 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1744 rows, containing 19 columns (19 merged, 0 gathered) in 0.011830754 sec., 147412.41344380923 rows/sec., 263.93 MiB/sec. | ||
17439 | 2024.09.03 23:59:00.531515 [ 193 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
17440 | 2024.09.03 23:59:00.532201 [ 193 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17441 | 2024.09.03 23:59:00.532301 [ 193 ] {aff0fa1b-b03b-4084-9f81-e3b5a1dbec30::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
17442 | 2024.09.03 23:59:00.532483 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.45 MiB. | ||
17443 | 2024.09.03 23:59:01.000161 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.47 MiB, peak 227.88 MiB, free memory in arenas 0.00 B, will set to 217.02 MiB (RSS), difference: 2.55 MiB | ||
17444 | 2024.09.03 23:59:03.283245 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache | ||
17445 | 2024.09.03 23:59:03.283343 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache | ||
17446 | 2024.09.03 23:59:05.493689 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 22152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17447 | 2024.09.03 23:59:05.493831 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17448 | 2024.09.03 23:59:05.493859 [ 3 ] {} <Debug> HTTP-Session: b58a9609-6bf1-4337-b088-e828103b1ad7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17449 | 2024.09.03 23:59:05.493888 [ 3 ] {} <Debug> HTTP-Session: b58a9609-6bf1-4337-b088-e828103b1ad7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17450 | 2024.09.03 23:59:05.493906 [ 3 ] {} <Debug> HTTP-Session: b58a9609-6bf1-4337-b088-e828103b1ad7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17451 | 2024.09.03 23:59:05.493961 [ 3 ] {} <Trace> HTTP-Session: b58a9609-6bf1-4337-b088-e828103b1ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17452 | 2024.09.03 23:59:05.494217 [ 3 ] {789be2f2-7c74-415f-8920-3d5348f14350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17453 | 2024.09.03 23:59:05.494294 [ 3 ] {789be2f2-7c74-415f-8920-3d5348f14350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17454 | 2024.09.03 23:59:05.494678 [ 3 ] {789be2f2-7c74-415f-8920-3d5348f14350} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17455 | 2024.09.03 23:59:05.495205 [ 3 ] {789be2f2-7c74-415f-8920-3d5348f14350} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17456 | 2024.09.03 23:59:05.495253 [ 3 ] {789be2f2-7c74-415f-8920-3d5348f14350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17457 | 2024.09.03 23:59:05.495691 [ 3 ] {789be2f2-7c74-415f-8920-3d5348f14350} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
17458 | 2024.09.03 23:59:05.496090 [ 3 ] {789be2f2-7c74-415f-8920-3d5348f14350} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17459 | 2024.09.03 23:59:05.496266 [ 3 ] {789be2f2-7c74-415f-8920-3d5348f14350} <Debug> executeQuery: Read 148 rows, 13.14 KiB in 0.002153 sec., 68741.29122155132 rows/sec., 5.96 MiB/sec. | ||
17460 | 2024.09.03 23:59:05.496492 [ 3 ] {789be2f2-7c74-415f-8920-3d5348f14350} <Debug> DynamicQueryHandler: Done processing query | ||
17461 | 2024.09.03 23:59:05.496520 [ 3 ] {789be2f2-7c74-415f-8920-3d5348f14350} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
17462 | 2024.09.03 23:59:05.496537 [ 3 ] {} <Debug> HTTP-Session: b58a9609-6bf1-4337-b088-e828103b1ad7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17463 | 2024.09.03 23:59:05.496688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 6648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17464 | 2024.09.03 23:59:05.496747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17465 | 2024.09.03 23:59:05.496767 [ 3 ] {} <Debug> HTTP-Session: 575c9c35-8eac-403a-b86e-e90fde782160 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17466 | 2024.09.03 23:59:05.496786 [ 3 ] {} <Debug> HTTP-Session: 575c9c35-8eac-403a-b86e-e90fde782160 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17467 | 2024.09.03 23:59:05.496800 [ 3 ] {} <Debug> HTTP-Session: 575c9c35-8eac-403a-b86e-e90fde782160 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17468 | 2024.09.03 23:59:05.496836 [ 3 ] {} <Trace> HTTP-Session: 575c9c35-8eac-403a-b86e-e90fde782160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17469 | 2024.09.03 23:59:05.496963 [ 3 ] {8f0db8f3-4f70-4b6f-8434-840a002479f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
17470 | 2024.09.03 23:59:05.497012 [ 3 ] {8f0db8f3-4f70-4b6f-8434-840a002479f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17471 | 2024.09.03 23:59:05.497251 [ 3 ] {8f0db8f3-4f70-4b6f-8434-840a002479f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17472 | 2024.09.03 23:59:05.497618 [ 3 ] {8f0db8f3-4f70-4b6f-8434-840a002479f9} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17473 | 2024.09.03 23:59:05.497657 [ 3 ] {8f0db8f3-4f70-4b6f-8434-840a002479f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17474 | 2024.09.03 23:59:05.498015 [ 3 ] {8f0db8f3-4f70-4b6f-8434-840a002479f9} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
17475 | 2024.09.03 23:59:05.498371 [ 3 ] {8f0db8f3-4f70-4b6f-8434-840a002479f9} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17476 | 2024.09.03 23:59:05.498509 [ 3 ] {8f0db8f3-4f70-4b6f-8434-840a002479f9} <Debug> executeQuery: Read 46 rows, 3.46 KiB in 0.001593 sec., 28876.333961079723 rows/sec., 2.12 MiB/sec. | ||
17477 | 2024.09.03 23:59:05.498703 [ 3 ] {8f0db8f3-4f70-4b6f-8434-840a002479f9} <Debug> DynamicQueryHandler: Done processing query | ||
17478 | 2024.09.03 23:59:05.498728 [ 3 ] {8f0db8f3-4f70-4b6f-8434-840a002479f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
17479 | 2024.09.03 23:59:05.498743 [ 3 ] {} <Debug> HTTP-Session: 575c9c35-8eac-403a-b86e-e90fde782160 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17480 | 2024.09.03 23:59:05.498923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 18673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17481 | 2024.09.03 23:59:05.498973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17482 | 2024.09.03 23:59:05.498992 [ 3 ] {} <Debug> HTTP-Session: bfca6aed-cf0e-4435-90ba-6c856074f7b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17483 | 2024.09.03 23:59:05.499009 [ 3 ] {} <Debug> HTTP-Session: bfca6aed-cf0e-4435-90ba-6c856074f7b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17484 | 2024.09.03 23:59:05.499023 [ 3 ] {} <Debug> HTTP-Session: bfca6aed-cf0e-4435-90ba-6c856074f7b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17485 | 2024.09.03 23:59:05.499055 [ 3 ] {} <Trace> HTTP-Session: bfca6aed-cf0e-4435-90ba-6c856074f7b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17486 | 2024.09.03 23:59:05.499186 [ 3 ] {3c94e175-8459-491c-b85f-5468be758e47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17487 | 2024.09.03 23:59:05.499231 [ 3 ] {3c94e175-8459-491c-b85f-5468be758e47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17488 | 2024.09.03 23:59:05.499467 [ 3 ] {3c94e175-8459-491c-b85f-5468be758e47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17489 | 2024.09.03 23:59:05.499877 [ 3 ] {3c94e175-8459-491c-b85f-5468be758e47} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17490 | 2024.09.03 23:59:05.499914 [ 3 ] {3c94e175-8459-491c-b85f-5468be758e47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17491 | 2024.09.03 23:59:05.500272 [ 3 ] {3c94e175-8459-491c-b85f-5468be758e47} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
17492 | 2024.09.03 23:59:05.500622 [ 3 ] {3c94e175-8459-491c-b85f-5468be758e47} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17493 | 2024.09.03 23:59:05.500769 [ 3 ] {3c94e175-8459-491c-b85f-5468be758e47} <Debug> executeQuery: Read 110 rows, 8.80 KiB in 0.001628 sec., 67567.56756756756 rows/sec., 5.28 MiB/sec. | ||
17494 | 2024.09.03 23:59:05.501047 [ 3 ] {3c94e175-8459-491c-b85f-5468be758e47} <Debug> DynamicQueryHandler: Done processing query | ||
17495 | 2024.09.03 23:59:05.501102 [ 3 ] {3c94e175-8459-491c-b85f-5468be758e47} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
17496 | 2024.09.03 23:59:05.501156 [ 3 ] {} <Debug> HTTP-Session: bfca6aed-cf0e-4435-90ba-6c856074f7b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17497 | 2024.09.03 23:59:05.501390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17498 | 2024.09.03 23:59:05.501445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17499 | 2024.09.03 23:59:05.501465 [ 3 ] {} <Debug> HTTP-Session: 5dc2247d-ea5a-421a-b931-30d30706703b Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17500 | 2024.09.03 23:59:05.501482 [ 3 ] {} <Debug> HTTP-Session: 5dc2247d-ea5a-421a-b931-30d30706703b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17501 | 2024.09.03 23:59:05.501496 [ 3 ] {} <Debug> HTTP-Session: 5dc2247d-ea5a-421a-b931-30d30706703b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17502 | 2024.09.03 23:59:05.501529 [ 3 ] {} <Trace> HTTP-Session: 5dc2247d-ea5a-421a-b931-30d30706703b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17503 | 2024.09.03 23:59:05.501681 [ 3 ] {6fac91c3-d219-464b-827a-25acffb3f417} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17504 | 2024.09.03 23:59:05.501730 [ 3 ] {6fac91c3-d219-464b-827a-25acffb3f417} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17505 | 2024.09.03 23:59:05.501895 [ 3 ] {6fac91c3-d219-464b-827a-25acffb3f417} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17506 | 2024.09.03 23:59:05.502288 [ 3 ] {6fac91c3-d219-464b-827a-25acffb3f417} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17507 | 2024.09.03 23:59:05.502324 [ 3 ] {6fac91c3-d219-464b-827a-25acffb3f417} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17508 | 2024.09.03 23:59:05.502705 [ 3 ] {6fac91c3-d219-464b-827a-25acffb3f417} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
17509 | 2024.09.03 23:59:05.503052 [ 3 ] {6fac91c3-d219-464b-827a-25acffb3f417} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17510 | 2024.09.03 23:59:05.503209 [ 3 ] {6fac91c3-d219-464b-827a-25acffb3f417} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001598 sec., 100125.15644555695 rows/sec., 6.97 MiB/sec. | ||
17511 | 2024.09.03 23:59:05.503378 [ 3 ] {6fac91c3-d219-464b-827a-25acffb3f417} <Debug> DynamicQueryHandler: Done processing query | ||
17512 | 2024.09.03 23:59:05.503401 [ 3 ] {6fac91c3-d219-464b-827a-25acffb3f417} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
17513 | 2024.09.03 23:59:05.503416 [ 3 ] {} <Debug> HTTP-Session: 5dc2247d-ea5a-421a-b931-30d30706703b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17514 | 2024.09.03 23:59:05.503668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 76679, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17515 | 2024.09.03 23:59:05.503717 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17516 | 2024.09.03 23:59:05.503736 [ 3 ] {} <Debug> HTTP-Session: 9ed5ebc8-1615-404b-8f0d-519dd2951ade Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17517 | 2024.09.03 23:59:05.503753 [ 3 ] {} <Debug> HTTP-Session: 9ed5ebc8-1615-404b-8f0d-519dd2951ade Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17518 | 2024.09.03 23:59:05.503767 [ 3 ] {} <Debug> HTTP-Session: 9ed5ebc8-1615-404b-8f0d-519dd2951ade Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17519 | 2024.09.03 23:59:05.503798 [ 3 ] {} <Trace> HTTP-Session: 9ed5ebc8-1615-404b-8f0d-519dd2951ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17520 | 2024.09.03 23:59:05.504242 [ 3 ] {61810d3a-01ba-4488-88db-b973d691bf6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
17521 | 2024.09.03 23:59:05.504309 [ 3 ] {61810d3a-01ba-4488-88db-b973d691bf6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
17522 | 2024.09.03 23:59:05.504720 [ 3 ] {61810d3a-01ba-4488-88db-b973d691bf6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17523 | 2024.09.03 23:59:05.505610 [ 3 ] {61810d3a-01ba-4488-88db-b973d691bf6a} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17524 | 2024.09.03 23:59:05.505647 [ 3 ] {61810d3a-01ba-4488-88db-b973d691bf6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17525 | 2024.09.03 23:59:05.506300 [ 3 ] {61810d3a-01ba-4488-88db-b973d691bf6a} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
17526 | 2024.09.03 23:59:05.506707 [ 3 ] {61810d3a-01ba-4488-88db-b973d691bf6a} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17527 | 2024.09.03 23:59:05.506895 [ 3 ] {61810d3a-01ba-4488-88db-b973d691bf6a} <Debug> executeQuery: Read 46 rows, 84.41 KiB in 0.002993 sec., 15369.194787838289 rows/sec., 27.54 MiB/sec. | ||
17528 | 2024.09.03 23:59:05.507137 [ 3 ] {61810d3a-01ba-4488-88db-b973d691bf6a} <Debug> DynamicQueryHandler: Done processing query | ||
17529 | 2024.09.03 23:59:05.507160 [ 3 ] {61810d3a-01ba-4488-88db-b973d691bf6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
17530 | 2024.09.03 23:59:05.507177 [ 3 ] {} <Debug> HTTP-Session: 9ed5ebc8-1615-404b-8f0d-519dd2951ade Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17531 | 2024.09.03 23:59:05.507324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17532 | 2024.09.03 23:59:05.507373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17533 | 2024.09.03 23:59:05.507391 [ 3 ] {} <Debug> HTTP-Session: 8597f2b2-23c0-4cfe-bb57-ad1505b61df3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17534 | 2024.09.03 23:59:05.507408 [ 3 ] {} <Debug> HTTP-Session: 8597f2b2-23c0-4cfe-bb57-ad1505b61df3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17535 | 2024.09.03 23:59:05.507422 [ 3 ] {} <Debug> HTTP-Session: 8597f2b2-23c0-4cfe-bb57-ad1505b61df3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17536 | 2024.09.03 23:59:05.507452 [ 3 ] {} <Trace> HTTP-Session: 8597f2b2-23c0-4cfe-bb57-ad1505b61df3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17537 | 2024.09.03 23:59:05.507566 [ 3 ] {b2b6b8c8-3b40-4d38-a388-1f8fad28253c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17538 | 2024.09.03 23:59:05.507612 [ 3 ] {b2b6b8c8-3b40-4d38-a388-1f8fad28253c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17539 | 2024.09.03 23:59:05.507742 [ 3 ] {b2b6b8c8-3b40-4d38-a388-1f8fad28253c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17540 | 2024.09.03 23:59:05.508076 [ 3 ] {b2b6b8c8-3b40-4d38-a388-1f8fad28253c} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17541 | 2024.09.03 23:59:05.508112 [ 3 ] {b2b6b8c8-3b40-4d38-a388-1f8fad28253c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17542 | 2024.09.03 23:59:05.508470 [ 3 ] {b2b6b8c8-3b40-4d38-a388-1f8fad28253c} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
17543 | 2024.09.03 23:59:05.508785 [ 3 ] {b2b6b8c8-3b40-4d38-a388-1f8fad28253c} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17544 | 2024.09.03 23:59:05.508940 [ 3 ] {b2b6b8c8-3b40-4d38-a388-1f8fad28253c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001408 sec., 42613.63636363637 rows/sec., 2.87 MiB/sec. | ||
17545 | 2024.09.03 23:59:05.509116 [ 3 ] {b2b6b8c8-3b40-4d38-a388-1f8fad28253c} <Debug> DynamicQueryHandler: Done processing query | ||
17546 | 2024.09.03 23:59:05.509139 [ 3 ] {b2b6b8c8-3b40-4d38-a388-1f8fad28253c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17547 | 2024.09.03 23:59:05.509155 [ 3 ] {} <Debug> HTTP-Session: 8597f2b2-23c0-4cfe-bb57-ad1505b61df3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17548 | 2024.09.03 23:59:07.721779 [ 89 ] {} <Debug> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515) (MergerMutator): Selected 5 parts from all_1_28_6 to all_32_32_0 | ||
17549 | 2024.09.03 23:59:07.721837 [ 89 ] {} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17550 | 2024.09.03 23:59:07.721859 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
17551 | 2024.09.03 23:59:07.722019 [ 200 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_32_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_28_6 to all_32_32_0 into Compact with storage Full | ||
17552 | 2024.09.03 23:59:07.722420 [ 200 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_32_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17553 | 2024.09.03 23:59:07.722459 [ 200 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 21 rows starting from the beginning of the part | ||
17554 | 2024.09.03 23:59:07.722539 [ 200 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 4 rows starting from the beginning of the part | ||
17555 | 2024.09.03 23:59:07.722765 [ 200 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part | ||
17556 | 2024.09.03 23:59:07.723033 [ 200 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 4 rows starting from the beginning of the part | ||
17557 | 2024.09.03 23:59:07.723133 [ 200 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
17558 | 2024.09.03 23:59:07.724379 [ 193 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_32_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39 rows, containing 5 columns (5 merged, 0 gathered) in 0.002456273 sec., 15877.71391860758 rows/sec., 1.32 MiB/sec. | ||
17559 | 2024.09.03 23:59:07.724541 [ 200 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_32_7} <Trace> MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary) | ||
17560 | 2024.09.03 23:59:07.724957 [ 200 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_32_7} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17561 | 2024.09.03 23:59:07.725042 [ 200 ] {b98983b1-6f5a-43b2-992f-3e0d2c9e6515::all_1_32_7} <Trace> oximeter.fields_ipaddr (b98983b1-6f5a-43b2-992f-3e0d2c9e6515) (MergerMutator): Merged 5 parts: [all_1_28_6, all_32_32_0] -> all_1_32_7 | ||
17562 | 2024.09.03 23:59:07.725125 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
17563 | 2024.09.03 23:59:10.496836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17564 | 2024.09.03 23:59:10.496983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17565 | 2024.09.03 23:59:10.497013 [ 3 ] {} <Debug> HTTP-Session: bbf62dac-03c1-4c52-ae5b-a1189ca8de34 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17566 | 2024.09.03 23:59:10.497040 [ 3 ] {} <Debug> HTTP-Session: bbf62dac-03c1-4c52-ae5b-a1189ca8de34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17567 | 2024.09.03 23:59:10.497059 [ 3 ] {} <Debug> HTTP-Session: bbf62dac-03c1-4c52-ae5b-a1189ca8de34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17568 | 2024.09.03 23:59:10.497116 [ 3 ] {} <Trace> HTTP-Session: bbf62dac-03c1-4c52-ae5b-a1189ca8de34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17569 | 2024.09.03 23:59:10.497398 [ 3 ] {8d2d8591-6ddf-4633-9aa3-e6233625bba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17570 | 2024.09.03 23:59:10.497477 [ 3 ] {8d2d8591-6ddf-4633-9aa3-e6233625bba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17571 | 2024.09.03 23:59:10.497860 [ 3 ] {8d2d8591-6ddf-4633-9aa3-e6233625bba5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17572 | 2024.09.03 23:59:10.498426 [ 3 ] {8d2d8591-6ddf-4633-9aa3-e6233625bba5} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17573 | 2024.09.03 23:59:10.498475 [ 3 ] {8d2d8591-6ddf-4633-9aa3-e6233625bba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
17574 | 2024.09.03 23:59:10.498938 [ 3 ] {8d2d8591-6ddf-4633-9aa3-e6233625bba5} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
17575 | 2024.09.03 23:59:10.499330 [ 3 ] {8d2d8591-6ddf-4633-9aa3-e6233625bba5} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17576 | 2024.09.03 23:59:10.499520 [ 98 ] {} <Debug> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
17577 | 2024.09.03 23:59:10.499526 [ 3 ] {8d2d8591-6ddf-4633-9aa3-e6233625bba5} <Debug> executeQuery: Read 203 rows, 18.22 KiB in 0.002238 sec., 90705.98748882931 rows/sec., 7.95 MiB/sec. | ||
17578 | 2024.09.03 23:59:10.499611 [ 98 ] {} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17579 | 2024.09.03 23:59:10.499685 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
17580 | 2024.09.03 23:59:10.499856 [ 194 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::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 | ||
17581 | 2024.09.03 23:59:10.499907 [ 3 ] {8d2d8591-6ddf-4633-9aa3-e6233625bba5} <Debug> DynamicQueryHandler: Done processing query | ||
17582 | 2024.09.03 23:59:10.499937 [ 3 ] {8d2d8591-6ddf-4633-9aa3-e6233625bba5} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
17583 | 2024.09.03 23:59:10.499964 [ 3 ] {} <Debug> HTTP-Session: bbf62dac-03c1-4c52-ae5b-a1189ca8de34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17584 | 2024.09.03 23:59:10.500021 [ 194 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17585 | 2024.09.03 23:59:10.500059 [ 194 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1495 rows starting from the beginning of the part | ||
17586 | 2024.09.03 23:59:10.500142 [ 194 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::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 | ||
17587 | 2024.09.03 23:59:10.500177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1053, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17588 | 2024.09.03 23:59:10.500368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17589 | 2024.09.03 23:59:10.500491 [ 3 ] {} <Debug> HTTP-Session: 3eef23d3-2bac-41da-b6fb-cbf250d1d260 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17590 | 2024.09.03 23:59:10.500533 [ 194 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 1291 rows starting from the beginning of the part | ||
17591 | 2024.09.03 23:59:10.500608 [ 3 ] {} <Debug> HTTP-Session: 3eef23d3-2bac-41da-b6fb-cbf250d1d260 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17592 | 2024.09.03 23:59:10.500690 [ 3 ] {} <Debug> HTTP-Session: 3eef23d3-2bac-41da-b6fb-cbf250d1d260 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17593 | 2024.09.03 23:59:10.500879 [ 3 ] {} <Trace> HTTP-Session: 3eef23d3-2bac-41da-b6fb-cbf250d1d260 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17594 | 2024.09.03 23:59:10.500927 [ 194 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::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 | ||
17595 | 2024.09.03 23:59:10.501163 [ 194 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 148 rows starting from the beginning of the part | ||
17596 | 2024.09.03 23:59:10.501168 [ 3 ] {5bc0ec69-c26f-4d0f-817b-18cfce8db331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
17597 | 2024.09.03 23:59:10.501353 [ 3 ] {5bc0ec69-c26f-4d0f-817b-18cfce8db331} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17598 | 2024.09.03 23:59:10.501441 [ 194 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 203 rows starting from the beginning of the part | ||
17599 | 2024.09.03 23:59:10.501961 [ 3 ] {5bc0ec69-c26f-4d0f-817b-18cfce8db331} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17600 | 2024.09.03 23:59:10.502441 [ 3 ] {5bc0ec69-c26f-4d0f-817b-18cfce8db331} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17601 | 2024.09.03 23:59:10.502490 [ 3 ] {5bc0ec69-c26f-4d0f-817b-18cfce8db331} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
17602 | 2024.09.03 23:59:10.503016 [ 3 ] {5bc0ec69-c26f-4d0f-817b-18cfce8db331} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
17603 | 2024.09.03 23:59:10.503416 [ 3 ] {5bc0ec69-c26f-4d0f-817b-18cfce8db331} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17604 | 2024.09.03 23:59:10.503711 [ 3 ] {5bc0ec69-c26f-4d0f-817b-18cfce8db331} <Debug> executeQuery: Read 7 rows, 539.00 B in 0.002666 sec., 2625.656414103526 rows/sec., 197.44 KiB/sec. | ||
17605 | 2024.09.03 23:59:10.503863 [ 194 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3545 rows, containing 5 columns (5 merged, 0 gathered) in 0.004062828 sec., 872544.936679574 rows/sec., 76.84 MiB/sec. | ||
17606 | 2024.09.03 23:59:10.503985 [ 3 ] {5bc0ec69-c26f-4d0f-817b-18cfce8db331} <Debug> DynamicQueryHandler: Done processing query | ||
17607 | 2024.09.03 23:59:10.504043 [ 3 ] {5bc0ec69-c26f-4d0f-817b-18cfce8db331} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17608 | 2024.09.03 23:59:10.504063 [ 3 ] {} <Debug> HTTP-Session: 3eef23d3-2bac-41da-b6fb-cbf250d1d260 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17609 | 2024.09.03 23:59:10.504074 [ 194 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
17610 | 2024.09.03 23:59:10.504211 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17611 | 2024.09.03 23:59:10.504284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17612 | 2024.09.03 23:59:10.504324 [ 3 ] {} <Debug> HTTP-Session: 638e2401-e8f7-443f-9808-12576ff68e06 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17613 | 2024.09.03 23:59:10.504350 [ 3 ] {} <Debug> HTTP-Session: 638e2401-e8f7-443f-9808-12576ff68e06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17614 | 2024.09.03 23:59:10.504379 [ 3 ] {} <Debug> HTTP-Session: 638e2401-e8f7-443f-9808-12576ff68e06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17615 | 2024.09.03 23:59:10.504421 [ 3 ] {} <Trace> HTTP-Session: 638e2401-e8f7-443f-9808-12576ff68e06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17616 | 2024.09.03 23:59:10.504547 [ 3 ] {7da3c4e9-7e4b-4554-9409-909f29ed12a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
17617 | 2024.09.03 23:59:10.504569 [ 194 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_91_18} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17618 | 2024.09.03 23:59:10.504632 [ 3 ] {7da3c4e9-7e4b-4554-9409-909f29ed12a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
17619 | 2024.09.03 23:59:10.504689 [ 194 ] {19bbe444-8edd-4f53-906e-a9ab0b860a18::all_1_91_18} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
17620 | 2024.09.03 23:59:10.504779 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
17621 | 2024.09.03 23:59:10.504921 [ 3 ] {7da3c4e9-7e4b-4554-9409-909f29ed12a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17622 | 2024.09.03 23:59:10.505241 [ 3 ] {7da3c4e9-7e4b-4554-9409-909f29ed12a2} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17623 | 2024.09.03 23:59:10.505279 [ 3 ] {7da3c4e9-7e4b-4554-9409-909f29ed12a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
17624 | 2024.09.03 23:59:10.505640 [ 3 ] {7da3c4e9-7e4b-4554-9409-909f29ed12a2} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
17625 | 2024.09.03 23:59:10.506003 [ 3 ] {7da3c4e9-7e4b-4554-9409-909f29ed12a2} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17626 | 2024.09.03 23:59:10.506178 [ 3 ] {7da3c4e9-7e4b-4554-9409-909f29ed12a2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00166 sec., 8433.734939759037 rows/sec., 590.64 KiB/sec. | ||
17627 | 2024.09.03 23:59:10.506344 [ 3 ] {7da3c4e9-7e4b-4554-9409-909f29ed12a2} <Debug> DynamicQueryHandler: Done processing query | ||
17628 | 2024.09.03 23:59:10.506368 [ 3 ] {7da3c4e9-7e4b-4554-9409-909f29ed12a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17629 | 2024.09.03 23:59:10.506384 [ 3 ] {} <Debug> HTTP-Session: 638e2401-e8f7-443f-9808-12576ff68e06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17630 | 2024.09.03 23:59:10.506499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17631 | 2024.09.03 23:59:10.506548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17632 | 2024.09.03 23:59:10.506568 [ 3 ] {} <Debug> HTTP-Session: 0049ab43-747a-4833-b7de-0fce10b611fb Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17633 | 2024.09.03 23:59:10.506585 [ 3 ] {} <Debug> HTTP-Session: 0049ab43-747a-4833-b7de-0fce10b611fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17634 | 2024.09.03 23:59:10.506599 [ 3 ] {} <Debug> HTTP-Session: 0049ab43-747a-4833-b7de-0fce10b611fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17635 | 2024.09.03 23:59:10.506630 [ 3 ] {} <Trace> HTTP-Session: 0049ab43-747a-4833-b7de-0fce10b611fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17636 | 2024.09.03 23:59:10.506726 [ 3 ] {6435f0fb-502b-47b9-8540-8bb81f2e5593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
17637 | 2024.09.03 23:59:10.506770 [ 3 ] {6435f0fb-502b-47b9-8540-8bb81f2e5593} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
17638 | 2024.09.03 23:59:10.506998 [ 3 ] {6435f0fb-502b-47b9-8540-8bb81f2e5593} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17639 | 2024.09.03 23:59:10.507337 [ 3 ] {6435f0fb-502b-47b9-8540-8bb81f2e5593} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17640 | 2024.09.03 23:59:10.507373 [ 3 ] {6435f0fb-502b-47b9-8540-8bb81f2e5593} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
17641 | 2024.09.03 23:59:10.507710 [ 3 ] {6435f0fb-502b-47b9-8540-8bb81f2e5593} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
17642 | 2024.09.03 23:59:10.508065 [ 3 ] {6435f0fb-502b-47b9-8540-8bb81f2e5593} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17643 | 2024.09.03 23:59:10.508229 [ 3 ] {6435f0fb-502b-47b9-8540-8bb81f2e5593} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001517 sec., 3955.174686882004 rows/sec., 233.68 KiB/sec. | ||
17644 | 2024.09.03 23:59:10.508406 [ 3 ] {6435f0fb-502b-47b9-8540-8bb81f2e5593} <Debug> DynamicQueryHandler: Done processing query | ||
17645 | 2024.09.03 23:59:10.508430 [ 3 ] {6435f0fb-502b-47b9-8540-8bb81f2e5593} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17646 | 2024.09.03 23:59:10.508446 [ 3 ] {} <Debug> HTTP-Session: 0049ab43-747a-4833-b7de-0fce10b611fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17647 | 2024.09.03 23:59:10.508625 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 62952, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17648 | 2024.09.03 23:59:10.508676 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17649 | 2024.09.03 23:59:10.508696 [ 3 ] {} <Debug> HTTP-Session: f6a5cc2f-b48f-40a3-b55e-57fbbedf4285 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17650 | 2024.09.03 23:59:10.508712 [ 3 ] {} <Debug> HTTP-Session: f6a5cc2f-b48f-40a3-b55e-57fbbedf4285 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17651 | 2024.09.03 23:59:10.508726 [ 3 ] {} <Debug> HTTP-Session: f6a5cc2f-b48f-40a3-b55e-57fbbedf4285 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17652 | 2024.09.03 23:59:10.508757 [ 3 ] {} <Trace> HTTP-Session: f6a5cc2f-b48f-40a3-b55e-57fbbedf4285 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17653 | 2024.09.03 23:59:10.508952 [ 3 ] {3972acdb-ddbd-4246-822b-bdcaa8d896c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17654 | 2024.09.03 23:59:10.508995 [ 3 ] {3972acdb-ddbd-4246-822b-bdcaa8d896c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17655 | 2024.09.03 23:59:10.509223 [ 3 ] {3972acdb-ddbd-4246-822b-bdcaa8d896c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17656 | 2024.09.03 23:59:10.509735 [ 3 ] {3972acdb-ddbd-4246-822b-bdcaa8d896c1} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17657 | 2024.09.03 23:59:10.509772 [ 3 ] {3972acdb-ddbd-4246-822b-bdcaa8d896c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
17658 | 2024.09.03 23:59:10.510132 [ 3 ] {3972acdb-ddbd-4246-822b-bdcaa8d896c1} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
17659 | 2024.09.03 23:59:10.510477 [ 3 ] {3972acdb-ddbd-4246-822b-bdcaa8d896c1} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17660 | 2024.09.03 23:59:10.510634 [ 3 ] {3972acdb-ddbd-4246-822b-bdcaa8d896c1} <Debug> executeQuery: Read 389 rows, 28.24 KiB in 0.001779 sec., 218662.1697582912 rows/sec., 15.50 MiB/sec. | ||
17661 | 2024.09.03 23:59:10.510636 [ 98 ] {} <Debug> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
17662 | 2024.09.03 23:59:10.510728 [ 98 ] {} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17663 | 2024.09.03 23:59:10.510789 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
17664 | 2024.09.03 23:59:10.510928 [ 3 ] {3972acdb-ddbd-4246-822b-bdcaa8d896c1} <Debug> DynamicQueryHandler: Done processing query | ||
17665 | 2024.09.03 23:59:10.510980 [ 3 ] {3972acdb-ddbd-4246-822b-bdcaa8d896c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
17666 | 2024.09.03 23:59:10.510996 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::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 | ||
17667 | 2024.09.03 23:59:10.511010 [ 3 ] {} <Debug> HTTP-Session: f6a5cc2f-b48f-40a3-b55e-57fbbedf4285 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17668 | 2024.09.03 23:59:10.511245 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17669 | 2024.09.03 23:59:10.511266 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17670 | 2024.09.03 23:59:10.511345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17671 | 2024.09.03 23:59:10.511351 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1091 rows starting from the beginning of the part | ||
17672 | 2024.09.03 23:59:10.511384 [ 3 ] {} <Debug> HTTP-Session: 589e7525-acf3-4589-a8bc-6b69b0765e67 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17673 | 2024.09.03 23:59:10.511426 [ 3 ] {} <Debug> HTTP-Session: 589e7525-acf3-4589-a8bc-6b69b0765e67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17674 | 2024.09.03 23:59:10.511463 [ 3 ] {} <Debug> HTTP-Session: 589e7525-acf3-4589-a8bc-6b69b0765e67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17675 | 2024.09.03 23:59:10.511598 [ 3 ] {} <Trace> HTTP-Session: 589e7525-acf3-4589-a8bc-6b69b0765e67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17676 | 2024.09.03 23:59:10.511713 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 393 rows starting from the beginning of the part | ||
17677 | 2024.09.03 23:59:10.511929 [ 3 ] {ba55cbfd-41f8-4408-85dc-59f5f8a7e641} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
17678 | 2024.09.03 23:59:10.512006 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 572 rows starting from the beginning of the part | ||
17679 | 2024.09.03 23:59:10.512075 [ 3 ] {ba55cbfd-41f8-4408-85dc-59f5f8a7e641} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
17680 | 2024.09.03 23:59:10.512342 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 389 rows starting from the beginning of the part | ||
17681 | 2024.09.03 23:59:10.512662 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 110 rows starting from the beginning of the part | ||
17682 | 2024.09.03 23:59:10.513038 [ 193 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 389 rows starting from the beginning of the part | ||
17683 | 2024.09.03 23:59:10.513246 [ 3 ] {ba55cbfd-41f8-4408-85dc-59f5f8a7e641} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17684 | 2024.09.03 23:59:10.514036 [ 3 ] {ba55cbfd-41f8-4408-85dc-59f5f8a7e641} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17685 | 2024.09.03 23:59:10.514107 [ 3 ] {ba55cbfd-41f8-4408-85dc-59f5f8a7e641} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
17686 | 2024.09.03 23:59:10.515012 [ 3 ] {ba55cbfd-41f8-4408-85dc-59f5f8a7e641} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
17687 | 2024.09.03 23:59:10.515756 [ 3 ] {ba55cbfd-41f8-4408-85dc-59f5f8a7e641} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17688 | 2024.09.03 23:59:10.515960 [ 3 ] {ba55cbfd-41f8-4408-85dc-59f5f8a7e641} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004168 sec., 1439.5393474088291 rows/sec., 75.21 KiB/sec. | ||
17689 | 2024.09.03 23:59:10.516428 [ 3 ] {ba55cbfd-41f8-4408-85dc-59f5f8a7e641} <Debug> DynamicQueryHandler: Done processing query | ||
17690 | 2024.09.03 23:59:10.516509 [ 3 ] {ba55cbfd-41f8-4408-85dc-59f5f8a7e641} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17691 | 2024.09.03 23:59:10.516615 [ 3 ] {} <Debug> HTTP-Session: 589e7525-acf3-4589-a8bc-6b69b0765e67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17692 | 2024.09.03 23:59:10.516940 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 44650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17693 | 2024.09.03 23:59:10.517101 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17694 | 2024.09.03 23:59:10.517156 [ 3 ] {} <Debug> HTTP-Session: ebaf5fff-74f8-49c4-9134-091f9ef55af6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17695 | 2024.09.03 23:59:10.517181 [ 188 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2944 rows, containing 5 columns (5 merged, 0 gathered) in 0.006300815 sec., 467241.14261409035 rows/sec., 35.72 MiB/sec. | ||
17696 | 2024.09.03 23:59:10.517194 [ 3 ] {} <Debug> HTTP-Session: ebaf5fff-74f8-49c4-9134-091f9ef55af6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17697 | 2024.09.03 23:59:10.517237 [ 3 ] {} <Debug> HTTP-Session: ebaf5fff-74f8-49c4-9134-091f9ef55af6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17698 | 2024.09.03 23:59:10.517285 [ 3 ] {} <Trace> HTTP-Session: ebaf5fff-74f8-49c4-9134-091f9ef55af6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17699 | 2024.09.03 23:59:10.517474 [ 189 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
17700 | 2024.09.03 23:59:10.517624 [ 3 ] {b03b9e7f-2972-4fdf-b442-819de5611872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17701 | 2024.09.03 23:59:10.517690 [ 3 ] {b03b9e7f-2972-4fdf-b442-819de5611872} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17702 | 2024.09.03 23:59:10.518503 [ 3 ] {b03b9e7f-2972-4fdf-b442-819de5611872} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17703 | 2024.09.03 23:59:10.518776 [ 189 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_91_18} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17704 | 2024.09.03 23:59:10.518939 [ 189 ] {bf32fe25-6f6c-48b6-b2c5-b5155936a751::all_1_91_18} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
17705 | 2024.09.03 23:59:10.519134 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
17706 | 2024.09.03 23:59:10.519250 [ 3 ] {b03b9e7f-2972-4fdf-b442-819de5611872} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17707 | 2024.09.03 23:59:10.519292 [ 3 ] {b03b9e7f-2972-4fdf-b442-819de5611872} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
17708 | 2024.09.03 23:59:10.519698 [ 3 ] {b03b9e7f-2972-4fdf-b442-819de5611872} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
17709 | 2024.09.03 23:59:10.520052 [ 3 ] {b03b9e7f-2972-4fdf-b442-819de5611872} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17710 | 2024.09.03 23:59:10.520216 [ 3 ] {b03b9e7f-2972-4fdf-b442-819de5611872} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002805 sec., 84491.97860962566 rows/sec., 5.66 MiB/sec. | ||
17711 | 2024.09.03 23:59:10.520224 [ 98 ] {} <Debug> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
17712 | 2024.09.03 23:59:10.520302 [ 98 ] {} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17713 | 2024.09.03 23:59:10.520363 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
17714 | 2024.09.03 23:59:10.520517 [ 3 ] {b03b9e7f-2972-4fdf-b442-819de5611872} <Debug> DynamicQueryHandler: Done processing query | ||
17715 | 2024.09.03 23:59:10.520550 [ 191 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::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 | ||
17716 | 2024.09.03 23:59:10.520562 [ 3 ] {b03b9e7f-2972-4fdf-b442-819de5611872} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
17717 | 2024.09.03 23:59:10.520641 [ 3 ] {} <Debug> HTTP-Session: ebaf5fff-74f8-49c4-9134-091f9ef55af6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17718 | 2024.09.03 23:59:10.520817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17719 | 2024.09.03 23:59:10.520854 [ 191 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17720 | 2024.09.03 23:59:10.520924 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17721 | 2024.09.03 23:59:10.520933 [ 191 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 26541 rows starting from the beginning of the part | ||
17722 | 2024.09.03 23:59:10.520964 [ 3 ] {} <Debug> HTTP-Session: 1955ff57-e500-4678-9bdf-ed6168b9be41 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17723 | 2024.09.03 23:59:10.521008 [ 3 ] {} <Debug> HTTP-Session: 1955ff57-e500-4678-9bdf-ed6168b9be41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17724 | 2024.09.03 23:59:10.521057 [ 3 ] {} <Debug> HTTP-Session: 1955ff57-e500-4678-9bdf-ed6168b9be41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17725 | 2024.09.03 23:59:10.521180 [ 3 ] {} <Trace> HTTP-Session: 1955ff57-e500-4678-9bdf-ed6168b9be41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17726 | 2024.09.03 23:59:10.521269 [ 191 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::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 | ||
17727 | 2024.09.03 23:59:10.521485 [ 3 ] {ae8b1da8-b67b-44b0-8a4a-2311245ad3af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
17728 | 2024.09.03 23:59:10.521578 [ 191 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 847 rows starting from the beginning of the part | ||
17729 | 2024.09.03 23:59:10.521630 [ 3 ] {ae8b1da8-b67b-44b0-8a4a-2311245ad3af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
17730 | 2024.09.03 23:59:10.521876 [ 191 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 237 rows starting from the beginning of the part | ||
17731 | 2024.09.03 23:59:10.522322 [ 191 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part | ||
17732 | 2024.09.03 23:59:10.522779 [ 191 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 237 rows starting from the beginning of the part | ||
17733 | 2024.09.03 23:59:10.523082 [ 3 ] {ae8b1da8-b67b-44b0-8a4a-2311245ad3af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17734 | 2024.09.03 23:59:10.523782 [ 3 ] {ae8b1da8-b67b-44b0-8a4a-2311245ad3af} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17735 | 2024.09.03 23:59:10.523857 [ 3 ] {ae8b1da8-b67b-44b0-8a4a-2311245ad3af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
17736 | 2024.09.03 23:59:10.524438 [ 3 ] {ae8b1da8-b67b-44b0-8a4a-2311245ad3af} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
17737 | 2024.09.03 23:59:10.524916 [ 3 ] {ae8b1da8-b67b-44b0-8a4a-2311245ad3af} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17738 | 2024.09.03 23:59:10.525167 [ 3 ] {ae8b1da8-b67b-44b0-8a4a-2311245ad3af} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003785 sec., 264.2007926023778 rows/sec., 17.80 KiB/sec. | ||
17739 | 2024.09.03 23:59:10.525776 [ 3 ] {ae8b1da8-b67b-44b0-8a4a-2311245ad3af} <Debug> DynamicQueryHandler: Done processing query | ||
17740 | 2024.09.03 23:59:10.525869 [ 3 ] {ae8b1da8-b67b-44b0-8a4a-2311245ad3af} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
17741 | 2024.09.03 23:59:10.525954 [ 3 ] {} <Debug> HTTP-Session: 1955ff57-e500-4678-9bdf-ed6168b9be41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17742 | 2024.09.03 23:59:10.526285 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12098, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17743 | 2024.09.03 23:59:10.526432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17744 | 2024.09.03 23:59:10.526525 [ 3 ] {} <Debug> HTTP-Session: 8165073d-d063-43ed-8744-912ba49a2450 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17745 | 2024.09.03 23:59:10.526579 [ 3 ] {} <Debug> HTTP-Session: 8165073d-d063-43ed-8744-912ba49a2450 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17746 | 2024.09.03 23:59:10.526622 [ 3 ] {} <Debug> HTTP-Session: 8165073d-d063-43ed-8744-912ba49a2450 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17747 | 2024.09.03 23:59:10.526724 [ 3 ] {} <Trace> HTTP-Session: 8165073d-d063-43ed-8744-912ba49a2450 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17748 | 2024.09.03 23:59:10.526990 [ 3 ] {f62cb9eb-29e5-4eca-88a8-3169dd41fe5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
17749 | 2024.09.03 23:59:10.527086 [ 3 ] {f62cb9eb-29e5-4eca-88a8-3169dd41fe5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
17750 | 2024.09.03 23:59:10.527749 [ 3 ] {f62cb9eb-29e5-4eca-88a8-3169dd41fe5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17751 | 2024.09.03 23:59:10.528257 [ 3 ] {f62cb9eb-29e5-4eca-88a8-3169dd41fe5c} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17752 | 2024.09.03 23:59:10.528294 [ 3 ] {f62cb9eb-29e5-4eca-88a8-3169dd41fe5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
17753 | 2024.09.03 23:59:10.529227 [ 3 ] {f62cb9eb-29e5-4eca-88a8-3169dd41fe5c} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
17754 | 2024.09.03 23:59:10.529784 [ 3 ] {f62cb9eb-29e5-4eca-88a8-3169dd41fe5c} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17755 | 2024.09.03 23:59:10.529978 [ 3 ] {f62cb9eb-29e5-4eca-88a8-3169dd41fe5c} <Debug> executeQuery: Read 7 rows, 12.84 KiB in 0.003092 sec., 2263.906856403622 rows/sec., 4.06 MiB/sec. | ||
17756 | 2024.09.03 23:59:10.530330 [ 3 ] {f62cb9eb-29e5-4eca-88a8-3169dd41fe5c} <Debug> DynamicQueryHandler: Done processing query | ||
17757 | 2024.09.03 23:59:10.530359 [ 3 ] {f62cb9eb-29e5-4eca-88a8-3169dd41fe5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
17758 | 2024.09.03 23:59:10.530377 [ 3 ] {} <Debug> HTTP-Session: 8165073d-d063-43ed-8744-912ba49a2450 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17759 | 2024.09.03 23:59:10.530531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17760 | 2024.09.03 23:59:10.530584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17761 | 2024.09.03 23:59:10.530604 [ 3 ] {} <Debug> HTTP-Session: 3788278b-9985-405f-93ba-7a79bd2a045c Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17762 | 2024.09.03 23:59:10.530621 [ 3 ] {} <Debug> HTTP-Session: 3788278b-9985-405f-93ba-7a79bd2a045c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17763 | 2024.09.03 23:59:10.530637 [ 3 ] {} <Debug> HTTP-Session: 3788278b-9985-405f-93ba-7a79bd2a045c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17764 | 2024.09.03 23:59:10.530672 [ 3 ] {} <Trace> HTTP-Session: 3788278b-9985-405f-93ba-7a79bd2a045c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17765 | 2024.09.03 23:59:10.530803 [ 3 ] {163854a4-aa6e-44e8-81ba-c1c0a88dc1c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17766 | 2024.09.03 23:59:10.530865 [ 3 ] {163854a4-aa6e-44e8-81ba-c1c0a88dc1c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17767 | 2024.09.03 23:59:10.531048 [ 3 ] {163854a4-aa6e-44e8-81ba-c1c0a88dc1c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17768 | 2024.09.03 23:59:10.531383 [ 3 ] {163854a4-aa6e-44e8-81ba-c1c0a88dc1c6} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17769 | 2024.09.03 23:59:10.531420 [ 3 ] {163854a4-aa6e-44e8-81ba-c1c0a88dc1c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
17770 | 2024.09.03 23:59:10.531926 [ 3 ] {163854a4-aa6e-44e8-81ba-c1c0a88dc1c6} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
17771 | 2024.09.03 23:59:10.532517 [ 3 ] {163854a4-aa6e-44e8-81ba-c1c0a88dc1c6} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17772 | 2024.09.03 23:59:10.532782 [ 188 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28261 rows, containing 5 columns (5 merged, 0 gathered) in 0.012331746 sec., 2291727.3839406036 rows/sec., 154.67 MiB/sec. | ||
17773 | 2024.09.03 23:59:10.532883 [ 98 ] {} <Debug> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
17774 | 2024.09.03 23:59:10.532926 [ 3 ] {163854a4-aa6e-44e8-81ba-c1c0a88dc1c6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002166 sec., 37857.80240073869 rows/sec., 2.40 MiB/sec. | ||
17775 | 2024.09.03 23:59:10.532944 [ 98 ] {} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17776 | 2024.09.03 23:59:10.533021 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
17777 | 2024.09.03 23:59:10.533337 [ 192 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
17778 | 2024.09.03 23:59:10.533373 [ 3 ] {163854a4-aa6e-44e8-81ba-c1c0a88dc1c6} <Debug> DynamicQueryHandler: Done processing query | ||
17779 | 2024.09.03 23:59:10.533383 [ 188 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
17780 | 2024.09.03 23:59:10.533439 [ 3 ] {163854a4-aa6e-44e8-81ba-c1c0a88dc1c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17781 | 2024.09.03 23:59:10.533514 [ 3 ] {} <Debug> HTTP-Session: 3788278b-9985-405f-93ba-7a79bd2a045c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17782 | 2024.09.03 23:59:10.533782 [ 192 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17783 | 2024.09.03 23:59:10.533836 [ 192 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5516 rows starting from the beginning of the part | ||
17784 | 2024.09.03 23:59:10.534110 [ 192 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
17785 | 2024.09.03 23:59:10.534494 [ 192 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
17786 | 2024.09.03 23:59:10.534753 [ 192 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
17787 | 2024.09.03 23:59:10.534985 [ 192 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
17788 | 2024.09.03 23:59:10.535202 [ 192 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::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 | ||
17789 | 2024.09.03 23:59:10.535309 [ 196 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17790 | 2024.09.03 23:59:10.535691 [ 196 ] {f28137a7-2f5f-4c45-bdad-ce665db7dcad::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
17791 | 2024.09.03 23:59:10.535809 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
17792 | 2024.09.03 23:59:10.537779 [ 186 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5882 rows, containing 4 columns (4 merged, 0 gathered) in 0.004611229 sec., 1275581.8459677454 rows/sec., 83.03 MiB/sec. | ||
17793 | 2024.09.03 23:59:10.538207 [ 186 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
17794 | 2024.09.03 23:59:10.538669 [ 186 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_91_18} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17795 | 2024.09.03 23:59:10.538775 [ 186 ] {87251b9c-7729-4a28-b6f8-1d1d1a15fc40::all_1_91_18} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
17796 | 2024.09.03 23:59:10.538869 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. | ||
17797 | 2024.09.03 23:59:15.493453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 22152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17798 | 2024.09.03 23:59:15.493583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17799 | 2024.09.03 23:59:15.493610 [ 3 ] {} <Debug> HTTP-Session: 3065eac7-bbd5-4d1c-bc34-2c0ab8846061 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17800 | 2024.09.03 23:59:15.493636 [ 3 ] {} <Debug> HTTP-Session: 3065eac7-bbd5-4d1c-bc34-2c0ab8846061 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17801 | 2024.09.03 23:59:15.493652 [ 3 ] {} <Debug> HTTP-Session: 3065eac7-bbd5-4d1c-bc34-2c0ab8846061 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17802 | 2024.09.03 23:59:15.493702 [ 3 ] {} <Trace> HTTP-Session: 3065eac7-bbd5-4d1c-bc34-2c0ab8846061 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17803 | 2024.09.03 23:59:15.493930 [ 3 ] {31696883-0bdf-425f-b541-312e38834c12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17804 | 2024.09.03 23:59:15.493998 [ 3 ] {31696883-0bdf-425f-b541-312e38834c12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17805 | 2024.09.03 23:59:15.494339 [ 3 ] {31696883-0bdf-425f-b541-312e38834c12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17806 | 2024.09.03 23:59:15.494901 [ 3 ] {31696883-0bdf-425f-b541-312e38834c12} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17807 | 2024.09.03 23:59:15.494944 [ 3 ] {31696883-0bdf-425f-b541-312e38834c12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
17808 | 2024.09.03 23:59:15.495391 [ 3 ] {31696883-0bdf-425f-b541-312e38834c12} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
17809 | 2024.09.03 23:59:15.495802 [ 3 ] {31696883-0bdf-425f-b541-312e38834c12} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17810 | 2024.09.03 23:59:15.495952 [ 3 ] {31696883-0bdf-425f-b541-312e38834c12} <Debug> executeQuery: Read 148 rows, 13.14 KiB in 0.002116 sec., 69943.28922495275 rows/sec., 6.06 MiB/sec. | ||
17811 | 2024.09.03 23:59:15.496199 [ 3 ] {31696883-0bdf-425f-b541-312e38834c12} <Debug> DynamicQueryHandler: Done processing query | ||
17812 | 2024.09.03 23:59:15.496241 [ 3 ] {31696883-0bdf-425f-b541-312e38834c12} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
17813 | 2024.09.03 23:59:15.496272 [ 3 ] {} <Debug> HTTP-Session: 3065eac7-bbd5-4d1c-bc34-2c0ab8846061 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17814 | 2024.09.03 23:59:15.496467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 6648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17815 | 2024.09.03 23:59:15.496523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17816 | 2024.09.03 23:59:15.496545 [ 3 ] {} <Debug> HTTP-Session: 53d23d9b-b3df-428c-898d-4af24b727a0a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17817 | 2024.09.03 23:59:15.496565 [ 3 ] {} <Debug> HTTP-Session: 53d23d9b-b3df-428c-898d-4af24b727a0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17818 | 2024.09.03 23:59:15.496579 [ 3 ] {} <Debug> HTTP-Session: 53d23d9b-b3df-428c-898d-4af24b727a0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17819 | 2024.09.03 23:59:15.496615 [ 3 ] {} <Trace> HTTP-Session: 53d23d9b-b3df-428c-898d-4af24b727a0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17820 | 2024.09.03 23:59:15.496748 [ 3 ] {80695bed-2d00-4b33-993f-49663c40c067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
17821 | 2024.09.03 23:59:15.496800 [ 3 ] {80695bed-2d00-4b33-993f-49663c40c067} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17822 | 2024.09.03 23:59:15.497039 [ 3 ] {80695bed-2d00-4b33-993f-49663c40c067} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17823 | 2024.09.03 23:59:15.497388 [ 3 ] {80695bed-2d00-4b33-993f-49663c40c067} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17824 | 2024.09.03 23:59:15.497426 [ 3 ] {80695bed-2d00-4b33-993f-49663c40c067} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
17825 | 2024.09.03 23:59:15.497792 [ 3 ] {80695bed-2d00-4b33-993f-49663c40c067} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
17826 | 2024.09.03 23:59:15.498162 [ 3 ] {80695bed-2d00-4b33-993f-49663c40c067} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17827 | 2024.09.03 23:59:15.498309 [ 3 ] {80695bed-2d00-4b33-993f-49663c40c067} <Debug> executeQuery: Read 46 rows, 3.46 KiB in 0.001612 sec., 28535.980148883376 rows/sec., 2.10 MiB/sec. | ||
17828 | 2024.09.03 23:59:15.498561 [ 3 ] {80695bed-2d00-4b33-993f-49663c40c067} <Debug> DynamicQueryHandler: Done processing query | ||
17829 | 2024.09.03 23:59:15.498604 [ 3 ] {80695bed-2d00-4b33-993f-49663c40c067} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
17830 | 2024.09.03 23:59:15.498667 [ 3 ] {} <Debug> HTTP-Session: 53d23d9b-b3df-428c-898d-4af24b727a0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17831 | 2024.09.03 23:59:15.498906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 18673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17832 | 2024.09.03 23:59:15.498971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17833 | 2024.09.03 23:59:15.498996 [ 3 ] {} <Debug> HTTP-Session: 2ed831e0-55ce-4d10-a3e3-724340f02e4e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17834 | 2024.09.03 23:59:15.499017 [ 3 ] {} <Debug> HTTP-Session: 2ed831e0-55ce-4d10-a3e3-724340f02e4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17835 | 2024.09.03 23:59:15.499035 [ 3 ] {} <Debug> HTTP-Session: 2ed831e0-55ce-4d10-a3e3-724340f02e4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17836 | 2024.09.03 23:59:15.499076 [ 3 ] {} <Trace> HTTP-Session: 2ed831e0-55ce-4d10-a3e3-724340f02e4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17837 | 2024.09.03 23:59:15.499238 [ 3 ] {eaa106fa-3afb-4552-8da0-ee187b181c73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17838 | 2024.09.03 23:59:15.499297 [ 3 ] {eaa106fa-3afb-4552-8da0-ee187b181c73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17839 | 2024.09.03 23:59:15.499580 [ 3 ] {eaa106fa-3afb-4552-8da0-ee187b181c73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17840 | 2024.09.03 23:59:15.499944 [ 3 ] {eaa106fa-3afb-4552-8da0-ee187b181c73} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17841 | 2024.09.03 23:59:15.499983 [ 3 ] {eaa106fa-3afb-4552-8da0-ee187b181c73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
17842 | 2024.09.03 23:59:15.500362 [ 3 ] {eaa106fa-3afb-4552-8da0-ee187b181c73} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
17843 | 2024.09.03 23:59:15.500788 [ 3 ] {eaa106fa-3afb-4552-8da0-ee187b181c73} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17844 | 2024.09.03 23:59:15.500969 [ 3 ] {eaa106fa-3afb-4552-8da0-ee187b181c73} <Debug> executeQuery: Read 110 rows, 8.80 KiB in 0.001788 sec., 61521.25279642058 rows/sec., 4.81 MiB/sec. | ||
17845 | 2024.09.03 23:59:15.501155 [ 3 ] {eaa106fa-3afb-4552-8da0-ee187b181c73} <Debug> DynamicQueryHandler: Done processing query | ||
17846 | 2024.09.03 23:59:15.501180 [ 3 ] {eaa106fa-3afb-4552-8da0-ee187b181c73} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
17847 | 2024.09.03 23:59:15.501195 [ 3 ] {} <Debug> HTTP-Session: 2ed831e0-55ce-4d10-a3e3-724340f02e4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17848 | 2024.09.03 23:59:15.501374 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17849 | 2024.09.03 23:59:15.501423 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17850 | 2024.09.03 23:59:15.501444 [ 3 ] {} <Debug> HTTP-Session: ccc9f247-4447-4cfe-9b27-3c223b5dd2ec Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17851 | 2024.09.03 23:59:15.501461 [ 3 ] {} <Debug> HTTP-Session: ccc9f247-4447-4cfe-9b27-3c223b5dd2ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17852 | 2024.09.03 23:59:15.501475 [ 3 ] {} <Debug> HTTP-Session: ccc9f247-4447-4cfe-9b27-3c223b5dd2ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17853 | 2024.09.03 23:59:15.501507 [ 3 ] {} <Trace> HTTP-Session: ccc9f247-4447-4cfe-9b27-3c223b5dd2ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17854 | 2024.09.03 23:59:15.501656 [ 3 ] {3d2d0810-bf2b-410a-94d2-bc7bc8d3f5d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17855 | 2024.09.03 23:59:15.501706 [ 3 ] {3d2d0810-bf2b-410a-94d2-bc7bc8d3f5d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17856 | 2024.09.03 23:59:15.501852 [ 3 ] {3d2d0810-bf2b-410a-94d2-bc7bc8d3f5d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17857 | 2024.09.03 23:59:15.502211 [ 3 ] {3d2d0810-bf2b-410a-94d2-bc7bc8d3f5d7} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17858 | 2024.09.03 23:59:15.502248 [ 3 ] {3d2d0810-bf2b-410a-94d2-bc7bc8d3f5d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
17859 | 2024.09.03 23:59:15.502632 [ 3 ] {3d2d0810-bf2b-410a-94d2-bc7bc8d3f5d7} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
17860 | 2024.09.03 23:59:15.502987 [ 3 ] {3d2d0810-bf2b-410a-94d2-bc7bc8d3f5d7} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17861 | 2024.09.03 23:59:15.503145 [ 3 ] {3d2d0810-bf2b-410a-94d2-bc7bc8d3f5d7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001552 sec., 103092.78350515464 rows/sec., 7.18 MiB/sec. | ||
17862 | 2024.09.03 23:59:15.503311 [ 3 ] {3d2d0810-bf2b-410a-94d2-bc7bc8d3f5d7} <Debug> DynamicQueryHandler: Done processing query | ||
17863 | 2024.09.03 23:59:15.503337 [ 3 ] {3d2d0810-bf2b-410a-94d2-bc7bc8d3f5d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
17864 | 2024.09.03 23:59:15.503353 [ 3 ] {} <Debug> HTTP-Session: ccc9f247-4447-4cfe-9b27-3c223b5dd2ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17865 | 2024.09.03 23:59:15.503543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 76642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17866 | 2024.09.03 23:59:15.503593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17867 | 2024.09.03 23:59:15.503614 [ 3 ] {} <Debug> HTTP-Session: 307bb738-c772-45d3-be0f-4bdb15d67326 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17868 | 2024.09.03 23:59:15.503631 [ 3 ] {} <Debug> HTTP-Session: 307bb738-c772-45d3-be0f-4bdb15d67326 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17869 | 2024.09.03 23:59:15.503645 [ 3 ] {} <Debug> HTTP-Session: 307bb738-c772-45d3-be0f-4bdb15d67326 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17870 | 2024.09.03 23:59:15.503676 [ 3 ] {} <Trace> HTTP-Session: 307bb738-c772-45d3-be0f-4bdb15d67326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17871 | 2024.09.03 23:59:15.504110 [ 3 ] {49bf5595-4a6b-4ebc-95a0-7e8104ddb248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
17872 | 2024.09.03 23:59:15.504177 [ 3 ] {49bf5595-4a6b-4ebc-95a0-7e8104ddb248} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
17873 | 2024.09.03 23:59:15.504599 [ 3 ] {49bf5595-4a6b-4ebc-95a0-7e8104ddb248} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17874 | 2024.09.03 23:59:15.505252 [ 3 ] {49bf5595-4a6b-4ebc-95a0-7e8104ddb248} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17875 | 2024.09.03 23:59:15.505289 [ 3 ] {49bf5595-4a6b-4ebc-95a0-7e8104ddb248} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
17876 | 2024.09.03 23:59:15.505939 [ 3 ] {49bf5595-4a6b-4ebc-95a0-7e8104ddb248} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
17877 | 2024.09.03 23:59:15.506361 [ 3 ] {49bf5595-4a6b-4ebc-95a0-7e8104ddb248} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17878 | 2024.09.03 23:59:15.506563 [ 3 ] {49bf5595-4a6b-4ebc-95a0-7e8104ddb248} <Debug> executeQuery: Read 46 rows, 84.41 KiB in 0.00278 sec., 16546.762589928057 rows/sec., 29.65 MiB/sec. | ||
17879 | 2024.09.03 23:59:15.506767 [ 3 ] {49bf5595-4a6b-4ebc-95a0-7e8104ddb248} <Debug> DynamicQueryHandler: Done processing query | ||
17880 | 2024.09.03 23:59:15.506793 [ 3 ] {49bf5595-4a6b-4ebc-95a0-7e8104ddb248} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
17881 | 2024.09.03 23:59:15.506810 [ 3 ] {} <Debug> HTTP-Session: 307bb738-c772-45d3-be0f-4bdb15d67326 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17882 | 2024.09.03 23:59:15.506980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17883 | 2024.09.03 23:59:15.507031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17884 | 2024.09.03 23:59:15.507052 [ 3 ] {} <Debug> HTTP-Session: ce7ca3e7-7cb6-492f-a3c7-3a7bc44a216b Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17885 | 2024.09.03 23:59:15.507069 [ 3 ] {} <Debug> HTTP-Session: ce7ca3e7-7cb6-492f-a3c7-3a7bc44a216b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17886 | 2024.09.03 23:59:15.507085 [ 3 ] {} <Debug> HTTP-Session: ce7ca3e7-7cb6-492f-a3c7-3a7bc44a216b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17887 | 2024.09.03 23:59:15.507115 [ 3 ] {} <Trace> HTTP-Session: ce7ca3e7-7cb6-492f-a3c7-3a7bc44a216b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17888 | 2024.09.03 23:59:15.507228 [ 3 ] {ba72e38e-757f-4d00-aee5-3296f24bd6fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17889 | 2024.09.03 23:59:15.507275 [ 3 ] {ba72e38e-757f-4d00-aee5-3296f24bd6fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17890 | 2024.09.03 23:59:15.507402 [ 3 ] {ba72e38e-757f-4d00-aee5-3296f24bd6fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17891 | 2024.09.03 23:59:15.507669 [ 3 ] {ba72e38e-757f-4d00-aee5-3296f24bd6fe} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17892 | 2024.09.03 23:59:15.507706 [ 3 ] {ba72e38e-757f-4d00-aee5-3296f24bd6fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
17893 | 2024.09.03 23:59:15.508069 [ 3 ] {ba72e38e-757f-4d00-aee5-3296f24bd6fe} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
17894 | 2024.09.03 23:59:15.508397 [ 3 ] {ba72e38e-757f-4d00-aee5-3296f24bd6fe} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17895 | 2024.09.03 23:59:15.508556 [ 3 ] {ba72e38e-757f-4d00-aee5-3296f24bd6fe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00136 sec., 44117.647058823524 rows/sec., 2.97 MiB/sec. | ||
17896 | 2024.09.03 23:59:15.508718 [ 3 ] {ba72e38e-757f-4d00-aee5-3296f24bd6fe} <Debug> DynamicQueryHandler: Done processing query | ||
17897 | 2024.09.03 23:59:15.508743 [ 3 ] {ba72e38e-757f-4d00-aee5-3296f24bd6fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17898 | 2024.09.03 23:59:15.508759 [ 3 ] {} <Debug> HTTP-Session: ce7ca3e7-7cb6-492f-a3c7-3a7bc44a216b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17899 | 2024.09.03 23:59:18.283604 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache | ||
17900 | 2024.09.03 23:59:18.283658 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache | ||
17901 | 2024.09.03 23:59:19.001619 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001155335 sec. | ||
17902 | 2024.09.03 23:59:20.496764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 30542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17903 | 2024.09.03 23:59:20.496939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17904 | 2024.09.03 23:59:20.496984 [ 3 ] {} <Debug> HTTP-Session: 03de2d56-f2c6-406e-921f-f717b7bcbe32 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17905 | 2024.09.03 23:59:20.497028 [ 3 ] {} <Debug> HTTP-Session: 03de2d56-f2c6-406e-921f-f717b7bcbe32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17906 | 2024.09.03 23:59:20.497056 [ 3 ] {} <Debug> HTTP-Session: 03de2d56-f2c6-406e-921f-f717b7bcbe32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17907 | 2024.09.03 23:59:20.497136 [ 3 ] {} <Trace> HTTP-Session: 03de2d56-f2c6-406e-921f-f717b7bcbe32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17908 | 2024.09.03 23:59:20.497422 [ 3 ] {d75ab06b-fbce-40f0-a525-88d98b0de839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17909 | 2024.09.03 23:59:20.497488 [ 3 ] {d75ab06b-fbce-40f0-a525-88d98b0de839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17910 | 2024.09.03 23:59:20.497824 [ 3 ] {d75ab06b-fbce-40f0-a525-88d98b0de839} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17911 | 2024.09.03 23:59:20.498343 [ 3 ] {d75ab06b-fbce-40f0-a525-88d98b0de839} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17912 | 2024.09.03 23:59:20.498383 [ 3 ] {d75ab06b-fbce-40f0-a525-88d98b0de839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
17913 | 2024.09.03 23:59:20.498825 [ 3 ] {d75ab06b-fbce-40f0-a525-88d98b0de839} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
17914 | 2024.09.03 23:59:20.499206 [ 3 ] {d75ab06b-fbce-40f0-a525-88d98b0de839} <Trace> oximeter.fields_string (19bbe444-8edd-4f53-906e-a9ab0b860a18): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17915 | 2024.09.03 23:59:20.499374 [ 3 ] {d75ab06b-fbce-40f0-a525-88d98b0de839} <Debug> executeQuery: Read 203 rows, 18.22 KiB in 0.002052 sec., 98927.87524366472 rows/sec., 8.67 MiB/sec. | ||
17916 | 2024.09.03 23:59:20.499578 [ 3 ] {d75ab06b-fbce-40f0-a525-88d98b0de839} <Debug> DynamicQueryHandler: Done processing query | ||
17917 | 2024.09.03 23:59:20.499603 [ 3 ] {d75ab06b-fbce-40f0-a525-88d98b0de839} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
17918 | 2024.09.03 23:59:20.499620 [ 3 ] {} <Debug> HTTP-Session: 03de2d56-f2c6-406e-921f-f717b7bcbe32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17919 | 2024.09.03 23:59:20.499786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1053, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17920 | 2024.09.03 23:59:20.499836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17921 | 2024.09.03 23:59:20.499855 [ 3 ] {} <Debug> HTTP-Session: d0db0cbc-026e-4260-9de7-4019aaeef467 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17922 | 2024.09.03 23:59:20.499872 [ 3 ] {} <Debug> HTTP-Session: d0db0cbc-026e-4260-9de7-4019aaeef467 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17923 | 2024.09.03 23:59:20.499886 [ 3 ] {} <Debug> HTTP-Session: d0db0cbc-026e-4260-9de7-4019aaeef467 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17924 | 2024.09.03 23:59:20.499917 [ 3 ] {} <Trace> HTTP-Session: d0db0cbc-026e-4260-9de7-4019aaeef467 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17925 | 2024.09.03 23:59:20.500017 [ 3 ] {d9f5f4cc-b149-411f-b16e-5550f1c0b7d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
17926 | 2024.09.03 23:59:20.500062 [ 3 ] {d9f5f4cc-b149-411f-b16e-5550f1c0b7d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17927 | 2024.09.03 23:59:20.500368 [ 3 ] {d9f5f4cc-b149-411f-b16e-5550f1c0b7d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17928 | 2024.09.03 23:59:20.500715 [ 3 ] {d9f5f4cc-b149-411f-b16e-5550f1c0b7d9} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17929 | 2024.09.03 23:59:20.500760 [ 3 ] {d9f5f4cc-b149-411f-b16e-5550f1c0b7d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
17930 | 2024.09.03 23:59:20.501202 [ 3 ] {d9f5f4cc-b149-411f-b16e-5550f1c0b7d9} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
17931 | 2024.09.03 23:59:20.501565 [ 3 ] {d9f5f4cc-b149-411f-b16e-5550f1c0b7d9} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17932 | 2024.09.03 23:59:20.501733 [ 3 ] {d9f5f4cc-b149-411f-b16e-5550f1c0b7d9} <Debug> executeQuery: Read 7 rows, 539.00 B in 0.001736 sec., 4032.2580645161293 rows/sec., 303.21 KiB/sec. | ||
17933 | 2024.09.03 23:59:20.501732 [ 108 ] {} <Debug> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Selected 6 parts from all_1_80_16 to all_85_85_0 | ||
17934 | 2024.09.03 23:59:20.501837 [ 108 ] {} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17935 | 2024.09.03 23:59:20.501885 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
17936 | 2024.09.03 23:59:20.502018 [ 3 ] {d9f5f4cc-b149-411f-b16e-5550f1c0b7d9} <Debug> DynamicQueryHandler: Done processing query | ||
17937 | 2024.09.03 23:59:20.502078 [ 3 ] {d9f5f4cc-b149-411f-b16e-5550f1c0b7d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17938 | 2024.09.03 23:59:20.502115 [ 3 ] {} <Debug> HTTP-Session: d0db0cbc-026e-4260-9de7-4019aaeef467 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17939 | 2024.09.03 23:59:20.502137 [ 187 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_85_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_80_16 to all_85_85_0 into Compact with storage Full | ||
17940 | 2024.09.03 23:59:20.502269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 1921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17941 | 2024.09.03 23:59:20.502392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17942 | 2024.09.03 23:59:20.502442 [ 3 ] {} <Debug> HTTP-Session: 2e724771-9a4b-44b5-b05b-46ab61bbfc36 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17943 | 2024.09.03 23:59:20.502489 [ 3 ] {} <Debug> HTTP-Session: 2e724771-9a4b-44b5-b05b-46ab61bbfc36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17944 | 2024.09.03 23:59:20.502503 [ 187 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_85_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17945 | 2024.09.03 23:59:20.502517 [ 3 ] {} <Debug> HTTP-Session: 2e724771-9a4b-44b5-b05b-46ab61bbfc36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17946 | 2024.09.03 23:59:20.502575 [ 187 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_80_16, total 74 rows starting from the beginning of the part | ||
17947 | 2024.09.03 23:59:20.502594 [ 3 ] {} <Trace> HTTP-Session: 2e724771-9a4b-44b5-b05b-46ab61bbfc36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17948 | 2024.09.03 23:59:20.502818 [ 187 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 7 rows starting from the beginning of the part | ||
17949 | 2024.09.03 23:59:20.502947 [ 3 ] {940c67a7-f85d-4885-9915-3d878270be61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
17950 | 2024.09.03 23:59:20.503107 [ 3 ] {940c67a7-f85d-4885-9915-3d878270be61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
17951 | 2024.09.03 23:59:20.503144 [ 187 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 46 rows starting from the beginning of the part | ||
17952 | 2024.09.03 23:59:20.503562 [ 187 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 7 rows starting from the beginning of the part | ||
17953 | 2024.09.03 23:59:20.503885 [ 187 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 46 rows starting from the beginning of the part | ||
17954 | 2024.09.03 23:59:20.504248 [ 187 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 7 rows starting from the beginning of the part | ||
17955 | 2024.09.03 23:59:20.505010 [ 3 ] {940c67a7-f85d-4885-9915-3d878270be61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17956 | 2024.09.03 23:59:20.505880 [ 3 ] {940c67a7-f85d-4885-9915-3d878270be61} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17957 | 2024.09.03 23:59:20.505954 [ 3 ] {940c67a7-f85d-4885-9915-3d878270be61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
17958 | 2024.09.03 23:59:20.506993 [ 3 ] {940c67a7-f85d-4885-9915-3d878270be61} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
17959 | 2024.09.03 23:59:20.507260 [ 187 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_85_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 5 columns (5 merged, 0 gathered) in 0.005272404 sec., 35467.69177779245 rows/sec., 2.71 MiB/sec. | ||
17960 | 2024.09.03 23:59:20.507540 [ 187 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_85_17} <Trace> MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary) | ||
17961 | 2024.09.03 23:59:20.507905 [ 3 ] {940c67a7-f85d-4885-9915-3d878270be61} <Trace> oximeter.fields_u32 (a6409227-5fcb-462c-999f-4e52fff94f5c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17962 | 2024.09.03 23:59:20.508360 [ 3 ] {940c67a7-f85d-4885-9915-3d878270be61} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005574 sec., 2511.6612845353425 rows/sec., 175.90 KiB/sec. | ||
17963 | 2024.09.03 23:59:20.508649 [ 187 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_85_17} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17964 | 2024.09.03 23:59:20.508746 [ 3 ] {940c67a7-f85d-4885-9915-3d878270be61} <Debug> DynamicQueryHandler: Done processing query | ||
17965 | 2024.09.03 23:59:20.508781 [ 187 ] {2eb473cb-1344-44ef-a554-02e2b150f647::all_1_85_17} <Trace> oximeter.fields_u16 (2eb473cb-1344-44ef-a554-02e2b150f647) (MergerMutator): Merged 6 parts: [all_1_80_16, all_85_85_0] -> all_1_85_17 | ||
17966 | 2024.09.03 23:59:20.508794 [ 3 ] {940c67a7-f85d-4885-9915-3d878270be61} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17967 | 2024.09.03 23:59:20.508831 [ 3 ] {} <Debug> HTTP-Session: 2e724771-9a4b-44b5-b05b-46ab61bbfc36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17968 | 2024.09.03 23:59:20.508939 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
17969 | 2024.09.03 23:59:20.509003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17970 | 2024.09.03 23:59:20.509059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17971 | 2024.09.03 23:59:20.509079 [ 3 ] {} <Debug> HTTP-Session: c7ee6e33-adb6-45bd-b741-c664e1fd6fb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17972 | 2024.09.03 23:59:20.509096 [ 3 ] {} <Debug> HTTP-Session: c7ee6e33-adb6-45bd-b741-c664e1fd6fb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17973 | 2024.09.03 23:59:20.509110 [ 3 ] {} <Debug> HTTP-Session: c7ee6e33-adb6-45bd-b741-c664e1fd6fb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17974 | 2024.09.03 23:59:20.509144 [ 3 ] {} <Trace> HTTP-Session: c7ee6e33-adb6-45bd-b741-c664e1fd6fb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17975 | 2024.09.03 23:59:20.509251 [ 3 ] {a7b957ce-6208-431c-b0e2-05383d92d7e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
17976 | 2024.09.03 23:59:20.509296 [ 3 ] {a7b957ce-6208-431c-b0e2-05383d92d7e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
17977 | 2024.09.03 23:59:20.509553 [ 3 ] {a7b957ce-6208-431c-b0e2-05383d92d7e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17978 | 2024.09.03 23:59:20.509938 [ 3 ] {a7b957ce-6208-431c-b0e2-05383d92d7e1} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17979 | 2024.09.03 23:59:20.509980 [ 3 ] {a7b957ce-6208-431c-b0e2-05383d92d7e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
17980 | 2024.09.03 23:59:20.510396 [ 3 ] {a7b957ce-6208-431c-b0e2-05383d92d7e1} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
17981 | 2024.09.03 23:59:20.510798 [ 3 ] {a7b957ce-6208-431c-b0e2-05383d92d7e1} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17982 | 2024.09.03 23:59:20.510970 [ 3 ] {a7b957ce-6208-431c-b0e2-05383d92d7e1} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001738 sec., 3452.2439585730726 rows/sec., 203.97 KiB/sec. | ||
17983 | 2024.09.03 23:59:20.510971 [ 108 ] {} <Debug> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
17984 | 2024.09.03 23:59:20.511050 [ 108 ] {} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17985 | 2024.09.03 23:59:20.511090 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
17986 | 2024.09.03 23:59:20.511253 [ 196 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
17987 | 2024.09.03 23:59:20.511277 [ 3 ] {a7b957ce-6208-431c-b0e2-05383d92d7e1} <Debug> DynamicQueryHandler: Done processing query | ||
17988 | 2024.09.03 23:59:20.511319 [ 3 ] {a7b957ce-6208-431c-b0e2-05383d92d7e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17989 | 2024.09.03 23:59:20.511351 [ 3 ] {} <Debug> HTTP-Session: c7ee6e33-adb6-45bd-b741-c664e1fd6fb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17990 | 2024.09.03 23:59:20.511466 [ 196 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17991 | 2024.09.03 23:59:20.511504 [ 196 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
17992 | 2024.09.03 23:59:20.511667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 62952, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17993 | 2024.09.03 23:59:20.511720 [ 196 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
17994 | 2024.09.03 23:59:20.511851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17995 | 2024.09.03 23:59:20.511998 [ 3 ] {} <Debug> HTTP-Session: 915c6097-5557-4491-a984-9dec7c7fdc27 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
17996 | 2024.09.03 23:59:20.512003 [ 196 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
17997 | 2024.09.03 23:59:20.512062 [ 3 ] {} <Debug> HTTP-Session: 915c6097-5557-4491-a984-9dec7c7fdc27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17998 | 2024.09.03 23:59:20.512142 [ 3 ] {} <Debug> HTTP-Session: 915c6097-5557-4491-a984-9dec7c7fdc27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17999 | 2024.09.03 23:59:20.512260 [ 196 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
18000 | 2024.09.03 23:59:20.512293 [ 3 ] {} <Trace> HTTP-Session: 915c6097-5557-4491-a984-9dec7c7fdc27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18001 | 2024.09.03 23:59:20.512543 [ 196 ] {32429de9-0019-46d8-a3bb-019360145e87::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 | ||
18002 | 2024.09.03 23:59:20.512917 [ 3 ] {f05b1d0a-360d-4023-9f51-25c07901e7a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
18003 | 2024.09.03 23:59:20.513049 [ 3 ] {f05b1d0a-360d-4023-9f51-25c07901e7a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
18004 | 2024.09.03 23:59:20.513844 [ 3 ] {f05b1d0a-360d-4023-9f51-25c07901e7a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18005 | 2024.09.03 23:59:20.515195 [ 3 ] {f05b1d0a-360d-4023-9f51-25c07901e7a1} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18006 | 2024.09.03 23:59:20.515253 [ 3 ] {f05b1d0a-360d-4023-9f51-25c07901e7a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
18007 | 2024.09.03 23:59:20.515253 [ 196 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004062067 sec., 7385.40255490616 rows/sec., 468.80 KiB/sec. | ||
18008 | 2024.09.03 23:59:20.515532 [ 199 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
18009 | 2024.09.03 23:59:20.516078 [ 3 ] {f05b1d0a-360d-4023-9f51-25c07901e7a1} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
18010 | 2024.09.03 23:59:20.516598 [ 199 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_45_11} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18011 | 2024.09.03 23:59:20.516914 [ 199 ] {32429de9-0019-46d8-a3bb-019360145e87::all_1_45_11} <Trace> oximeter.fields_u8 (32429de9-0019-46d8-a3bb-019360145e87) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
18012 | 2024.09.03 23:59:20.517191 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
18013 | 2024.09.03 23:59:20.517455 [ 3 ] {f05b1d0a-360d-4023-9f51-25c07901e7a1} <Trace> oximeter.fields_uuid (bf32fe25-6f6c-48b6-b2c5-b5155936a751): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18014 | 2024.09.03 23:59:20.517631 [ 3 ] {f05b1d0a-360d-4023-9f51-25c07901e7a1} <Debug> executeQuery: Read 389 rows, 28.24 KiB in 0.005025 sec., 77412.93532338309 rows/sec., 5.49 MiB/sec. | ||
18015 | 2024.09.03 23:59:20.517830 [ 3 ] {f05b1d0a-360d-4023-9f51-25c07901e7a1} <Debug> DynamicQueryHandler: Done processing query | ||
18016 | 2024.09.03 23:59:20.517855 [ 3 ] {f05b1d0a-360d-4023-9f51-25c07901e7a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
18017 | 2024.09.03 23:59:20.517871 [ 3 ] {} <Debug> HTTP-Session: 915c6097-5557-4491-a984-9dec7c7fdc27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18018 | 2024.09.03 23:59:20.518101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18019 | 2024.09.03 23:59:20.518152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18020 | 2024.09.03 23:59:20.518170 [ 3 ] {} <Debug> HTTP-Session: 913b876a-644e-4e33-9541-334c5bdce3c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
18021 | 2024.09.03 23:59:20.518188 [ 3 ] {} <Debug> HTTP-Session: 913b876a-644e-4e33-9541-334c5bdce3c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18022 | 2024.09.03 23:59:20.518203 [ 3 ] {} <Debug> HTTP-Session: 913b876a-644e-4e33-9541-334c5bdce3c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18023 | 2024.09.03 23:59:20.518234 [ 3 ] {} <Trace> HTTP-Session: 913b876a-644e-4e33-9541-334c5bdce3c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18024 | 2024.09.03 23:59:20.518333 [ 3 ] {55596f67-b5f4-4c25-b174-fedb2b207c12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
18025 | 2024.09.03 23:59:20.518378 [ 3 ] {55596f67-b5f4-4c25-b174-fedb2b207c12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
18026 | 2024.09.03 23:59:20.518518 [ 3 ] {55596f67-b5f4-4c25-b174-fedb2b207c12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18027 | 2024.09.03 23:59:20.518792 [ 3 ] {55596f67-b5f4-4c25-b174-fedb2b207c12} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18028 | 2024.09.03 23:59:20.518830 [ 3 ] {55596f67-b5f4-4c25-b174-fedb2b207c12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
18029 | 2024.09.03 23:59:20.519202 [ 3 ] {55596f67-b5f4-4c25-b174-fedb2b207c12} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
18030 | 2024.09.03 23:59:20.519536 [ 3 ] {55596f67-b5f4-4c25-b174-fedb2b207c12} <Trace> oximeter.measurements_bool (2c46a73f-9b00-4a3d-8873-3fe7c52a409f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18031 | 2024.09.03 23:59:20.519705 [ 3 ] {55596f67-b5f4-4c25-b174-fedb2b207c12} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001398 sec., 4291.845493562232 rows/sec., 224.23 KiB/sec. | ||
18032 | 2024.09.03 23:59:20.519873 [ 3 ] {55596f67-b5f4-4c25-b174-fedb2b207c12} <Debug> DynamicQueryHandler: Done processing query | ||
18033 | 2024.09.03 23:59:20.519898 [ 3 ] {55596f67-b5f4-4c25-b174-fedb2b207c12} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
18034 | 2024.09.03 23:59:20.519914 [ 3 ] {} <Debug> HTTP-Session: 913b876a-644e-4e33-9541-334c5bdce3c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18035 | 2024.09.03 23:59:20.520066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 44650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18036 | 2024.09.03 23:59:20.520117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18037 | 2024.09.03 23:59:20.520136 [ 3 ] {} <Debug> HTTP-Session: 21959a6c-397f-4300-871f-d46d9bfe5342 Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
18038 | 2024.09.03 23:59:20.520152 [ 3 ] {} <Debug> HTTP-Session: 21959a6c-397f-4300-871f-d46d9bfe5342 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18039 | 2024.09.03 23:59:20.520166 [ 3 ] {} <Debug> HTTP-Session: 21959a6c-397f-4300-871f-d46d9bfe5342 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18040 | 2024.09.03 23:59:20.520198 [ 3 ] {} <Trace> HTTP-Session: 21959a6c-397f-4300-871f-d46d9bfe5342 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18041 | 2024.09.03 23:59:20.520367 [ 3 ] {7ff7a378-fb95-447f-a933-534bd3ea508c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
18042 | 2024.09.03 23:59:20.520414 [ 3 ] {7ff7a378-fb95-447f-a933-534bd3ea508c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
18043 | 2024.09.03 23:59:20.520561 [ 3 ] {7ff7a378-fb95-447f-a933-534bd3ea508c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18044 | 2024.09.03 23:59:20.521003 [ 3 ] {7ff7a378-fb95-447f-a933-534bd3ea508c} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18045 | 2024.09.03 23:59:20.521039 [ 3 ] {7ff7a378-fb95-447f-a933-534bd3ea508c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
18046 | 2024.09.03 23:59:20.521424 [ 3 ] {7ff7a378-fb95-447f-a933-534bd3ea508c} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
18047 | 2024.09.03 23:59:20.521776 [ 3 ] {7ff7a378-fb95-447f-a933-534bd3ea508c} <Trace> oximeter.measurements_cumulativeu64 (f28137a7-2f5f-4c45-bdad-ce665db7dcad): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18048 | 2024.09.03 23:59:20.521928 [ 3 ] {7ff7a378-fb95-447f-a933-534bd3ea508c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001641 sec., 144424.13162705666 rows/sec., 9.68 MiB/sec. | ||
18049 | 2024.09.03 23:59:20.522088 [ 3 ] {7ff7a378-fb95-447f-a933-534bd3ea508c} <Debug> DynamicQueryHandler: Done processing query | ||
18050 | 2024.09.03 23:59:20.522117 [ 3 ] {7ff7a378-fb95-447f-a933-534bd3ea508c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
18051 | 2024.09.03 23:59:20.522134 [ 3 ] {} <Debug> HTTP-Session: 21959a6c-397f-4300-871f-d46d9bfe5342 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18052 | 2024.09.03 23:59:20.522298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18053 | 2024.09.03 23:59:20.522346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18054 | 2024.09.03 23:59:20.522366 [ 3 ] {} <Debug> HTTP-Session: 06d9a605-2b73-46c7-90f1-02899ee4332a Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
18055 | 2024.09.03 23:59:20.522383 [ 3 ] {} <Debug> HTTP-Session: 06d9a605-2b73-46c7-90f1-02899ee4332a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18056 | 2024.09.03 23:59:20.522396 [ 3 ] {} <Debug> HTTP-Session: 06d9a605-2b73-46c7-90f1-02899ee4332a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18057 | 2024.09.03 23:59:20.522427 [ 3 ] {} <Trace> HTTP-Session: 06d9a605-2b73-46c7-90f1-02899ee4332a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18058 | 2024.09.03 23:59:20.522523 [ 3 ] {4cc0c01f-9afc-48ca-8463-2d9bb5eb9e0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
18059 | 2024.09.03 23:59:20.522569 [ 3 ] {4cc0c01f-9afc-48ca-8463-2d9bb5eb9e0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
18060 | 2024.09.03 23:59:20.522700 [ 3 ] {4cc0c01f-9afc-48ca-8463-2d9bb5eb9e0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18061 | 2024.09.03 23:59:20.522953 [ 3 ] {4cc0c01f-9afc-48ca-8463-2d9bb5eb9e0d} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18062 | 2024.09.03 23:59:20.522990 [ 3 ] {4cc0c01f-9afc-48ca-8463-2d9bb5eb9e0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
18063 | 2024.09.03 23:59:20.523341 [ 3 ] {4cc0c01f-9afc-48ca-8463-2d9bb5eb9e0d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
18064 | 2024.09.03 23:59:20.523675 [ 3 ] {4cc0c01f-9afc-48ca-8463-2d9bb5eb9e0d} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18065 | 2024.09.03 23:59:20.523828 [ 108 ] {} <Debug> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
18066 | 2024.09.03 23:59:20.523835 [ 3 ] {4cc0c01f-9afc-48ca-8463-2d9bb5eb9e0d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001326 sec., 754.1478129713424 rows/sec., 50.82 KiB/sec. | ||
18067 | 2024.09.03 23:59:20.523876 [ 108 ] {} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18068 | 2024.09.03 23:59:20.523936 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
18069 | 2024.09.03 23:59:20.524116 [ 196 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
18070 | 2024.09.03 23:59:20.524168 [ 3 ] {4cc0c01f-9afc-48ca-8463-2d9bb5eb9e0d} <Debug> DynamicQueryHandler: Done processing query | ||
18071 | 2024.09.03 23:59:20.524214 [ 3 ] {4cc0c01f-9afc-48ca-8463-2d9bb5eb9e0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
18072 | 2024.09.03 23:59:20.524264 [ 3 ] {} <Debug> HTTP-Session: 06d9a605-2b73-46c7-90f1-02899ee4332a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18073 | 2024.09.03 23:59:20.524356 [ 196 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
18074 | 2024.09.03 23:59:20.524412 [ 196 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 41 rows starting from the beginning of the part | ||
18075 | 2024.09.03 23:59:20.524435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12101, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18076 | 2024.09.03 23:59:20.524576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18077 | 2024.09.03 23:59:20.524599 [ 196 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
18078 | 2024.09.03 23:59:20.524645 [ 3 ] {} <Debug> HTTP-Session: 68ec3a8b-9ac5-44c3-8aab-6a06f86ab9ab Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
18079 | 2024.09.03 23:59:20.524722 [ 3 ] {} <Debug> HTTP-Session: 68ec3a8b-9ac5-44c3-8aab-6a06f86ab9ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18080 | 2024.09.03 23:59:20.524806 [ 3 ] {} <Debug> HTTP-Session: 68ec3a8b-9ac5-44c3-8aab-6a06f86ab9ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18081 | 2024.09.03 23:59:20.524974 [ 3 ] {} <Trace> HTTP-Session: 68ec3a8b-9ac5-44c3-8aab-6a06f86ab9ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18082 | 2024.09.03 23:59:20.525042 [ 196 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
18083 | 2024.09.03 23:59:20.525273 [ 196 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
18084 | 2024.09.03 23:59:20.525383 [ 3 ] {d16e35e9-024b-45d8-a377-e03d746e435d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
18085 | 2024.09.03 23:59:20.525637 [ 196 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
18086 | 2024.09.03 23:59:20.525733 [ 3 ] {d16e35e9-024b-45d8-a377-e03d746e435d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
18087 | 2024.09.03 23:59:20.525887 [ 196 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::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 | ||
18088 | 2024.09.03 23:59:20.528169 [ 3 ] {d16e35e9-024b-45d8-a377-e03d746e435d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18089 | 2024.09.03 23:59:20.529950 [ 196 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 4 columns (4 merged, 0 gathered) in 0.005932528 sec., 7753.861422988648 rows/sec., 521.82 KiB/sec. | ||
18090 | 2024.09.03 23:59:20.530007 [ 3 ] {d16e35e9-024b-45d8-a377-e03d746e435d} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18091 | 2024.09.03 23:59:20.530070 [ 3 ] {d16e35e9-024b-45d8-a377-e03d746e435d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
18092 | 2024.09.03 23:59:20.530151 [ 196 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
18093 | 2024.09.03 23:59:20.531138 [ 196 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_45_9} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18094 | 2024.09.03 23:59:20.531390 [ 196 ] {a7c85e69-6e29-4d79-a982-11295d20fcbd::all_1_45_9} <Trace> oximeter.measurements_f64 (a7c85e69-6e29-4d79-a982-11295d20fcbd) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
18095 | 2024.09.03 23:59:20.531548 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
18096 | 2024.09.03 23:59:20.531675 [ 3 ] {d16e35e9-024b-45d8-a377-e03d746e435d} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
18097 | 2024.09.03 23:59:20.532121 [ 3 ] {d16e35e9-024b-45d8-a377-e03d746e435d} <Trace> oximeter.measurements_histogramu64 (aff0fa1b-b03b-4084-9f81-e3b5a1dbec30): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18098 | 2024.09.03 23:59:20.532330 [ 3 ] {d16e35e9-024b-45d8-a377-e03d746e435d} <Debug> executeQuery: Read 7 rows, 12.84 KiB in 0.007184 sec., 974.3875278396437 rows/sec., 1.75 MiB/sec. | ||
18099 | 2024.09.03 23:59:20.532566 [ 3 ] {d16e35e9-024b-45d8-a377-e03d746e435d} <Debug> DynamicQueryHandler: Done processing query | ||
18100 | 2024.09.03 23:59:20.532591 [ 3 ] {d16e35e9-024b-45d8-a377-e03d746e435d} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
18101 | 2024.09.03 23:59:20.532607 [ 3 ] {} <Debug> HTTP-Session: 68ec3a8b-9ac5-44c3-8aab-6a06f86ab9ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18102 | 2024.09.03 23:59:20.532754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54977, User-Agent: (none), Length: 12118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18103 | 2024.09.03 23:59:20.532804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18104 | 2024.09.03 23:59:20.532824 [ 3 ] {} <Debug> HTTP-Session: b27c9419-f317-4fce-bb1c-fbe1b4d4487e Authenticating user 'default' from [fd00:1122:3344:101::d]:54977 | ||
18105 | 2024.09.03 23:59:20.532840 [ 3 ] {} <Debug> HTTP-Session: b27c9419-f317-4fce-bb1c-fbe1b4d4487e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18106 | 2024.09.03 23:59:20.532854 [ 3 ] {} <Debug> HTTP-Session: b27c9419-f317-4fce-bb1c-fbe1b4d4487e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18107 | 2024.09.03 23:59:20.532885 [ 3 ] {} <Trace> HTTP-Session: b27c9419-f317-4fce-bb1c-fbe1b4d4487e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18108 | 2024.09.03 23:59:20.533007 [ 3 ] {5f018dfa-1a89-494a-8874-3fcaa5ecaba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54977) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
18109 | 2024.09.03 23:59:20.533053 [ 3 ] {5f018dfa-1a89-494a-8874-3fcaa5ecaba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
18110 | 2024.09.03 23:59:20.533185 [ 3 ] {5f018dfa-1a89-494a-8874-3fcaa5ecaba5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18111 | 2024.09.03 23:59:20.533489 [ 3 ] {5f018dfa-1a89-494a-8874-3fcaa5ecaba5} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18112 | 2024.09.03 23:59:20.533526 [ 3 ] {5f018dfa-1a89-494a-8874-3fcaa5ecaba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
18113 | 2024.09.03 23:59:20.533891 [ 3 ] {5f018dfa-1a89-494a-8874-3fcaa5ecaba5} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
18114 | 2024.09.03 23:59:20.534224 [ 3 ] {5f018dfa-1a89-494a-8874-3fcaa5ecaba5} <Trace> oximeter.measurements_u64 (87251b9c-7729-4a28-b6f8-1d1d1a15fc40): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18115 | 2024.09.03 23:59:20.534354 [ 3 ] {5f018dfa-1a89-494a-8874-3fcaa5ecaba5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001394 sec., 58823.529411764706 rows/sec., 3.74 MiB/sec. | ||
18116 | 2024.09.03 23:59:20.534525 [ 3 ] {5f018dfa-1a89-494a-8874-3fcaa5ecaba5} <Debug> DynamicQueryHandler: Done processing query | ||
18117 | 2024.09.03 23:59:20.534549 [ 3 ] {5f018dfa-1a89-494a-8874-3fcaa5ecaba5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
18118 | 2024.09.03 23:59:20.534566 [ 3 ] {} <Debug> HTTP-Session: b27c9419-f317-4fce-bb1c-fbe1b4d4487e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db |