1 | [ May 15 03:41:39 Enabled. ] | ||
2 | [ May 15 03:41:39 Rereading configuration. ] | ||
3 | [ May 15 03:41:41 Rereading configuration. ] | ||
4 | [ May 15 03:41:52 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
5 | + set -o errexit | ||
6 | + set -o pipefail | ||
7 | + . /lib/svc/share/smf_include.sh | ||
8 | ++ SMF_EXIT_OK=0 | ||
9 | ++ SMF_EXIT_NODAEMON=94 | ||
10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
15 | ++ SMF_EXIT_ERR_PERM=100 | ||
16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
19 | + LISTEN_PORT=8123 | ||
20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
21 | + DATASTORE=/data | ||
22 | + single_node=true | ||
23 | + command=() | ||
24 | + true | ||
25 | + command+=("/opt/oxide/clickhouse/clickhouse" "server" "--log-file" "/var/tmp/clickhouse-server.log" "--errorlog-file" "/var/tmp/clickhouse-server.errlog" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
26 | + exec /opt/oxide/clickhouse/clickhouse server --log-file /var/tmp/clickhouse-server.log --errorlog-file /var/tmp/clickhouse-server.errlog -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
27 | [ May 15 03:41:52 Method "start" exited with status 0. ] | ||
28 | Processing configuration file 'config.xml'. | ||
29 | There is no file 'config.xml', will use embedded config. | ||
30 | Logging trace to /var/tmp/clickhouse-server.log | ||
31 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
32 | 2024.05.15 03:41:53.611514 [ 1 ] {} <Information> Application: Will watch for the process with pid 23675 | ||
33 | 2024.05.15 03:41:53.612020 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
34 | 2024.05.15 03:41:53.871424 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23675 | ||
35 | 2024.05.15 03:41:53.872145 [ 1 ] {} <Information> Application: starting up | ||
36 | 2024.05.15 03:41:53.872841 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
37 | 2024.05.15 03:41:53.967418 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
38 | 2024.05.15 03:41:53.992462 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
39 | 2024.05.15 03:41:53.992507 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
40 | 2024.05.15 03:41:53.992526 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
41 | 2024.05.15 03:41:53.992591 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
42 | 2024.05.15 03:41:53.992869 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
43 | 2024.05.15 03:41:53.994431 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
44 | Processing configuration file 'config.xml'. | ||
45 | There is no file 'config.xml', will use embedded config. | ||
46 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
47 | 2024.05.15 03:41:53.994935 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
48 | 2024.05.15 03:41:53.995762 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
49 | 2024.05.15 03:41:53.995787 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
50 | 2024.05.15 03:41:53.995800 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
51 | 2024.05.15 03:41:53.995978 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.05.15 03:41:53.996970 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
53 | 2024.05.15 03:41:54.002671 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
54 | 2024.05.15 03:41:54.003420 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
55 | 2024.05.15 03:41:54.004807 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
56 | 2024.05.15 03:41:54.004878 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
57 | 2024.05.15 03:41:54.006521 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
58 | Processing configuration file 'config.xml'. | ||
59 | There is no file 'config.xml', will use embedded config. | ||
60 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
61 | 2024.05.15 03:41:54.006823 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
62 | 2024.05.15 03:41:54.011643 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
63 | 2024.05.15 03:41:54.012870 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
64 | 2024.05.15 03:41:54.014413 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
65 | 2024.05.15 03:41:54.015020 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
66 | 2024.05.15 03:41:54.015427 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
67 | 2024.05.15 03:41:54.015821 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
68 | 2024.05.15 03:41:54.017219 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
69 | 2024.05.15 03:41:54.017245 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
70 | 2024.05.15 03:41:54.017345 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
71 | 2024.05.15 03:41:54.017519 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
72 | 2024.05.15 03:41:54.026028 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
73 | 2024.05.15 03:41:54.026059 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000151302 sec | ||
74 | 2024.05.15 03:41:54.026100 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
75 | 2024.05.15 03:41:54.026112 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
76 | 2024.05.15 03:41:54.027303 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
77 | 2024.05.15 03:41:54.028400 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
78 | 2024.05.15 03:41:54.028423 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
79 | 2024.05.15 03:41:54.028457 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
80 | 2024.05.15 03:41:54.028473 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
81 | 2024.05.15 03:41:54.028485 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
82 | 2024.05.15 03:41:54.028518 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
83 | 2024.05.15 03:41:54.028530 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
84 | 2024.05.15 03:41:54.028545 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
85 | 2024.05.15 03:41:54.028580 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
86 | 2024.05.15 03:41:54.028593 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
87 | 2024.05.15 03:41:54.028607 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
88 | 2024.05.15 03:41:54.028622 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
89 | 2024.05.15 03:41:54.028656 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
90 | 2024.05.15 03:41:54.028671 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
91 | 2024.05.15 03:41:54.028686 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
92 | 2024.05.15 03:41:54.028714 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
93 | 2024.05.15 03:41:54.028729 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
94 | 2024.05.15 03:41:54.064812 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
95 | 2024.05.15 03:41:54.069230 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
96 | 2024.05.15 03:41:54.069258 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.7691e-05 sec | ||
97 | 2024.05.15 03:41:54.069271 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
98 | 2024.05.15 03:41:54.069287 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
99 | 2024.05.15 03:41:54.069312 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
100 | 2024.05.15 03:41:54.069497 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
101 | 2024.05.15 03:41:54.069540 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
102 | 2024.05.15 03:41:54.069555 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
103 | 2024.05.15 03:41:54.069571 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
104 | 2024.05.15 03:41:54.069584 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
105 | 2024.05.15 03:41:54.133611 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to create SSL context. SSL will be disabled. Error: Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: Configuration error: no certificate file has been specified (version 23.8.7.1) | ||
106 | 2024.05.15 03:41:54.409924 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to read RSA key pair from server certificate. Error: Code: 139. DB::Exception: Certificate file is not set. (NO_ELEMENTS_IN_CONFIG) (version 23.8.7.1) | ||
107 | 2024.05.15 03:41:54.409979 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
108 | 2024.05.15 03:41:54.483504 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
109 | 2024.05.15 03:41:54.483832 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.06 MiB (RSS), difference: 147.20 MiB | ||
110 | 2024.05.15 03:41:54.485002 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 3.464e-05 sec. | ||
111 | 2024.05.15 03:41:54.485453 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
112 | 2024.05.15 03:41:54.485584 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
113 | 2024.05.15 03:41:54.485645 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
114 | 2024.05.15 03:41:54.485668 [ 1 ] {} <Information> Application: Ready for connections. | ||
115 | 2024.05.15 03:41:54.509894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
116 | 2024.05.15 03:41:54.510083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
117 | 2024.05.15 03:41:54.510122 [ 3 ] {} <Debug> HTTP-Session: bd55edec-09c6-4474-8ee5-20b647f48c52 Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
118 | 2024.05.15 03:41:54.510155 [ 3 ] {} <Debug> HTTP-Session: bd55edec-09c6-4474-8ee5-20b647f48c52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2024.05.15 03:41:54.510178 [ 3 ] {} <Debug> HTTP-Session: bd55edec-09c6-4474-8ee5-20b647f48c52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2024.05.15 03:41:54.510268 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
121 | 2024.05.15 03:41:54.510304 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
122 | 2024.05.15 03:41:54.510325 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
123 | 2024.05.15 03:41:54.510392 [ 3 ] {} <Trace> HTTP-Session: bd55edec-09c6-4474-8ee5-20b647f48c52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
124 | 2024.05.15 03:41:54.511555 [ 3 ] {ce78b588-2fe9-4052-b9aa-32a9a71ab11d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
125 | 2024.05.15 03:41:54.552877 [ 3 ] {ce78b588-2fe9-4052-b9aa-32a9a71ab11d} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:37883) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
126 | |||
127 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
128 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
129 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
130 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
131 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
132 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
133 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
134 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
135 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
136 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
137 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
138 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
139 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
140 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
141 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
142 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
143 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
144 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
145 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
146 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
147 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
148 | 21. _thrp_setup @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
149 | |||
150 | 2024.05.15 03:41:54.553614 [ 3 ] {ce78b588-2fe9-4052-b9aa-32a9a71ab11d} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
151 | |||
152 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
153 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
154 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
155 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
156 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
157 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
158 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
159 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
160 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
161 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
162 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
163 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
164 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
165 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
166 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
167 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
168 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
169 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
170 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
171 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
172 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
173 | 21. _thrp_setup @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
174 | (version 23.8.7.1) | ||
175 | 2024.05.15 03:41:54.556406 [ 3 ] {} <Debug> HTTP-Session: bd55edec-09c6-4474-8ee5-20b647f48c52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2024.05.15 03:41:54.556895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
177 | 2024.05.15 03:41:54.556966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
178 | 2024.05.15 03:41:54.556992 [ 3 ] {} <Debug> HTTP-Session: ccab9fb3-35eb-4f0d-915b-67a90257fd69 Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
179 | 2024.05.15 03:41:54.557018 [ 3 ] {} <Debug> HTTP-Session: ccab9fb3-35eb-4f0d-915b-67a90257fd69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
180 | 2024.05.15 03:41:54.557032 [ 3 ] {} <Debug> HTTP-Session: ccab9fb3-35eb-4f0d-915b-67a90257fd69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2024.05.15 03:41:54.557078 [ 3 ] {} <Trace> HTTP-Session: ccab9fb3-35eb-4f0d-915b-67a90257fd69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
182 | 2024.05.15 03:41:54.558191 [ 3 ] {258750e1-f62c-4091-b512-3ec824c0e875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
183 | 2024.05.15 03:41:54.558312 [ 3 ] {258750e1-f62c-4091-b512-3ec824c0e875} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
184 | 2024.05.15 03:41:54.560408 [ 3 ] {258750e1-f62c-4091-b512-3ec824c0e875} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
185 | 2024.05.15 03:41:54.563808 [ 3 ] {258750e1-f62c-4091-b512-3ec824c0e875} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
186 | 2024.05.15 03:41:54.569948 [ 3 ] {258750e1-f62c-4091-b512-3ec824c0e875} <Debug> DynamicQueryHandler: Done processing query | ||
187 | 2024.05.15 03:41:54.569988 [ 3 ] {258750e1-f62c-4091-b512-3ec824c0e875} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
188 | 2024.05.15 03:41:54.570011 [ 3 ] {} <Debug> HTTP-Session: ccab9fb3-35eb-4f0d-915b-67a90257fd69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2024.05.15 03:41:54.572200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
190 | 2024.05.15 03:41:54.572263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
191 | 2024.05.15 03:41:54.572288 [ 3 ] {} <Debug> HTTP-Session: 5a787950-afed-4e1d-84b1-bff87f77d7d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
192 | 2024.05.15 03:41:54.572307 [ 3 ] {} <Debug> HTTP-Session: 5a787950-afed-4e1d-84b1-bff87f77d7d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
193 | 2024.05.15 03:41:54.572323 [ 3 ] {} <Debug> HTTP-Session: 5a787950-afed-4e1d-84b1-bff87f77d7d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2024.05.15 03:41:54.572362 [ 3 ] {} <Trace> HTTP-Session: 5a787950-afed-4e1d-84b1-bff87f77d7d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
195 | 2024.05.15 03:41:54.572502 [ 3 ] {fb445a67-0b7b-4e28-a133-9e7c323b881f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
196 | 2024.05.15 03:41:54.572766 [ 3 ] {fb445a67-0b7b-4e28-a133-9e7c323b881f} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:37883) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
197 | |||
198 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
199 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
200 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
201 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
202 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
203 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
204 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
205 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
206 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
207 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
208 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
209 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
210 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
211 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
212 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
213 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
214 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
215 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
216 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
217 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
218 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
219 | 21. _thrp_setup @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
220 | |||
221 | 2024.05.15 03:41:54.572886 [ 3 ] {fb445a67-0b7b-4e28-a133-9e7c323b881f} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
222 | |||
223 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
224 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
225 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
226 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
227 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
228 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
229 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
230 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
231 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
232 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
233 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
234 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
235 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
236 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
237 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
238 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
239 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
240 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
241 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
242 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
243 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
244 | 21. _thrp_setup @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
245 | (version 23.8.7.1) | ||
246 | 2024.05.15 03:41:54.573037 [ 3 ] {} <Debug> HTTP-Session: 5a787950-afed-4e1d-84b1-bff87f77d7d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
247 | 2024.05.15 03:41:54.573236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
248 | 2024.05.15 03:41:54.573289 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
249 | 2024.05.15 03:41:54.573308 [ 3 ] {} <Debug> HTTP-Session: c64e1773-13c8-4f4d-b3d1-654545b2a173 Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
250 | 2024.05.15 03:41:54.573331 [ 3 ] {} <Debug> HTTP-Session: c64e1773-13c8-4f4d-b3d1-654545b2a173 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
251 | 2024.05.15 03:41:54.573349 [ 3 ] {} <Debug> HTTP-Session: c64e1773-13c8-4f4d-b3d1-654545b2a173 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2024.05.15 03:41:54.573379 [ 3 ] {} <Trace> HTTP-Session: c64e1773-13c8-4f4d-b3d1-654545b2a173 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
253 | 2024.05.15 03:41:54.573548 [ 3 ] {e91e1037-56c5-4ffa-8eb1-6f1c16ef1026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
254 | 2024.05.15 03:41:54.573707 [ 3 ] {e91e1037-56c5-4ffa-8eb1-6f1c16ef1026} <Debug> DynamicQueryHandler: Done processing query | ||
255 | 2024.05.15 03:41:54.573729 [ 3 ] {} <Debug> HTTP-Session: c64e1773-13c8-4f4d-b3d1-654545b2a173 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2024.05.15 03:41:54.575813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
257 | 2024.05.15 03:41:54.575874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
258 | 2024.05.15 03:41:54.575902 [ 3 ] {} <Debug> HTTP-Session: 25119743-8200-472c-a69b-16190d330bd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
259 | 2024.05.15 03:41:54.575921 [ 3 ] {} <Debug> HTTP-Session: 25119743-8200-472c-a69b-16190d330bd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.05.15 03:41:54.575942 [ 3 ] {} <Debug> HTTP-Session: 25119743-8200-472c-a69b-16190d330bd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2024.05.15 03:41:54.575980 [ 3 ] {} <Trace> HTTP-Session: 25119743-8200-472c-a69b-16190d330bd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
262 | 2024.05.15 03:41:54.576082 [ 3 ] {9536abc9-c6ce-40d9-b3ed-02d638d5f344} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
263 | 2024.05.15 03:41:54.576150 [ 3 ] {9536abc9-c6ce-40d9-b3ed-02d638d5f344} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
264 | 2024.05.15 03:41:54.577506 [ 3 ] {9536abc9-c6ce-40d9-b3ed-02d638d5f344} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
265 | 2024.05.15 03:41:54.577538 [ 3 ] {9536abc9-c6ce-40d9-b3ed-02d638d5f344} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.533e-05 sec | ||
266 | 2024.05.15 03:41:54.577552 [ 3 ] {9536abc9-c6ce-40d9-b3ed-02d638d5f344} <Trace> ReferentialDeps: No tables | ||
267 | 2024.05.15 03:41:54.577569 [ 3 ] {9536abc9-c6ce-40d9-b3ed-02d638d5f344} <Trace> LoadingDeps: No tables | ||
268 | 2024.05.15 03:41:54.577590 [ 3 ] {9536abc9-c6ce-40d9-b3ed-02d638d5f344} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
269 | 2024.05.15 03:41:54.577709 [ 3 ] {9536abc9-c6ce-40d9-b3ed-02d638d5f344} <Debug> DynamicQueryHandler: Done processing query | ||
270 | 2024.05.15 03:41:54.577730 [ 3 ] {} <Debug> HTTP-Session: 25119743-8200-472c-a69b-16190d330bd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2024.05.15 03:41:54.577855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
272 | 2024.05.15 03:41:54.577906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
273 | 2024.05.15 03:41:54.577925 [ 3 ] {} <Debug> HTTP-Session: c81823d0-3594-4de7-9691-91bc1419167d Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
274 | 2024.05.15 03:41:54.577948 [ 3 ] {} <Debug> HTTP-Session: c81823d0-3594-4de7-9691-91bc1419167d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2024.05.15 03:41:54.577967 [ 3 ] {} <Debug> HTTP-Session: c81823d0-3594-4de7-9691-91bc1419167d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2024.05.15 03:41:54.577995 [ 3 ] {} <Trace> HTTP-Session: c81823d0-3594-4de7-9691-91bc1419167d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
277 | 2024.05.15 03:41:54.578134 [ 3 ] {ef49c4e1-c281-4eca-8ccc-550b1dad83cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) /* The version table contains metadata about the `oximeter` database */ | ||
278 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
279 | 2024.05.15 03:41:54.578182 [ 3 ] {ef49c4e1-c281-4eca-8ccc-550b1dad83cf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
280 | 2024.05.15 03:41:54.582650 [ 3 ] {ef49c4e1-c281-4eca-8ccc-550b1dad83cf} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
281 | 2024.05.15 03:41:54.583692 [ 3 ] {ef49c4e1-c281-4eca-8ccc-550b1dad83cf} <Debug> oximeter.version (a05d78ab-a1be-4da7-9028-a70655d42270): Loading data parts | ||
282 | 2024.05.15 03:41:54.584256 [ 3 ] {ef49c4e1-c281-4eca-8ccc-550b1dad83cf} <Debug> oximeter.version (a05d78ab-a1be-4da7-9028-a70655d42270): There are no data parts | ||
283 | 2024.05.15 03:41:54.587308 [ 3 ] {ef49c4e1-c281-4eca-8ccc-550b1dad83cf} <Debug> DynamicQueryHandler: Done processing query | ||
284 | 2024.05.15 03:41:54.587334 [ 3 ] {} <Debug> HTTP-Session: c81823d0-3594-4de7-9691-91bc1419167d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
285 | 2024.05.15 03:41:54.587499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
286 | 2024.05.15 03:41:54.587556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
287 | 2024.05.15 03:41:54.587580 [ 3 ] {} <Debug> HTTP-Session: f3652545-624e-4f21-a17b-cfac44b5c2e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
288 | 2024.05.15 03:41:54.587596 [ 3 ] {} <Debug> HTTP-Session: f3652545-624e-4f21-a17b-cfac44b5c2e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
289 | 2024.05.15 03:41:54.587613 [ 3 ] {} <Debug> HTTP-Session: f3652545-624e-4f21-a17b-cfac44b5c2e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.05.15 03:41:54.587648 [ 3 ] {} <Trace> HTTP-Session: f3652545-624e-4f21-a17b-cfac44b5c2e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
291 | 2024.05.15 03:41:54.587849 [ 3 ] {052367a6-95e5-47e1-9cdb-3146f56c4507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) /* The measurement tables contain all individual samples from each timeseries. | ||
292 | * | ||
293 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
294 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
295 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
296 | * by all samples from the same timeseries. | ||
297 | * | ||
298 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
299 | * and then uses that to index quickly into the measurements tables. | ||
300 | */ | ||
301 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
302 | 2024.05.15 03:41:54.587909 [ 3 ] {052367a6-95e5-47e1-9cdb-3146f56c4507} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
303 | 2024.05.15 03:41:54.596660 [ 3 ] {052367a6-95e5-47e1-9cdb-3146f56c4507} <Debug> oximeter.measurements_bool (39b9a25a-df1f-4825-9321-8b16382630c8): Loading data parts | ||
304 | 2024.05.15 03:41:54.596831 [ 3 ] {052367a6-95e5-47e1-9cdb-3146f56c4507} <Debug> oximeter.measurements_bool (39b9a25a-df1f-4825-9321-8b16382630c8): There are no data parts | ||
305 | 2024.05.15 03:41:54.598384 [ 3 ] {052367a6-95e5-47e1-9cdb-3146f56c4507} <Debug> DynamicQueryHandler: Done processing query | ||
306 | 2024.05.15 03:41:54.598410 [ 3 ] {} <Debug> HTTP-Session: f3652545-624e-4f21-a17b-cfac44b5c2e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.05.15 03:41:54.598559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
308 | 2024.05.15 03:41:54.598617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
309 | 2024.05.15 03:41:54.598642 [ 3 ] {} <Debug> HTTP-Session: 53f62c4f-dbc9-4d17-8b67-f41ea80ea1c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
310 | 2024.05.15 03:41:54.598659 [ 3 ] {} <Debug> HTTP-Session: 53f62c4f-dbc9-4d17-8b67-f41ea80ea1c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
311 | 2024.05.15 03:41:54.598678 [ 3 ] {} <Debug> HTTP-Session: 53f62c4f-dbc9-4d17-8b67-f41ea80ea1c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.05.15 03:41:54.598708 [ 3 ] {} <Trace> HTTP-Session: 53f62c4f-dbc9-4d17-8b67-f41ea80ea1c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
313 | 2024.05.15 03:41:54.598890 [ 3 ] {7fa73234-da9a-4941-8d22-116153d83944} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
314 | 2024.05.15 03:41:54.598941 [ 3 ] {7fa73234-da9a-4941-8d22-116153d83944} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
315 | 2024.05.15 03:41:54.600539 [ 3 ] {7fa73234-da9a-4941-8d22-116153d83944} <Debug> oximeter.measurements_i8 (862fa1f2-8505-4756-a2fe-7c2d9ec721ee): Loading data parts | ||
316 | 2024.05.15 03:41:54.600710 [ 3 ] {7fa73234-da9a-4941-8d22-116153d83944} <Debug> oximeter.measurements_i8 (862fa1f2-8505-4756-a2fe-7c2d9ec721ee): There are no data parts | ||
317 | 2024.05.15 03:41:54.601989 [ 3 ] {7fa73234-da9a-4941-8d22-116153d83944} <Debug> DynamicQueryHandler: Done processing query | ||
318 | 2024.05.15 03:41:54.602026 [ 3 ] {} <Debug> HTTP-Session: 53f62c4f-dbc9-4d17-8b67-f41ea80ea1c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.05.15 03:41:54.602155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
320 | 2024.05.15 03:41:54.602211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
321 | 2024.05.15 03:41:54.602238 [ 3 ] {} <Debug> HTTP-Session: 64eb0191-5cda-40be-9e67-5538ed68c732 Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
322 | 2024.05.15 03:41:54.602254 [ 3 ] {} <Debug> HTTP-Session: 64eb0191-5cda-40be-9e67-5538ed68c732 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
323 | 2024.05.15 03:41:54.602274 [ 3 ] {} <Debug> HTTP-Session: 64eb0191-5cda-40be-9e67-5538ed68c732 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
324 | 2024.05.15 03:41:54.602309 [ 3 ] {} <Trace> HTTP-Session: 64eb0191-5cda-40be-9e67-5538ed68c732 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
325 | 2024.05.15 03:41:54.602477 [ 3 ] {0d5584e5-d81e-4cf9-8bce-da927eef2bc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
326 | 2024.05.15 03:41:54.602532 [ 3 ] {0d5584e5-d81e-4cf9-8bce-da927eef2bc0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
327 | 2024.05.15 03:41:54.604025 [ 3 ] {0d5584e5-d81e-4cf9-8bce-da927eef2bc0} <Debug> oximeter.measurements_u8 (bb0c9ba0-1343-4364-8bc7-d676a09c4924): Loading data parts | ||
328 | 2024.05.15 03:41:54.604205 [ 3 ] {0d5584e5-d81e-4cf9-8bce-da927eef2bc0} <Debug> oximeter.measurements_u8 (bb0c9ba0-1343-4364-8bc7-d676a09c4924): There are no data parts | ||
329 | 2024.05.15 03:41:54.605767 [ 3 ] {0d5584e5-d81e-4cf9-8bce-da927eef2bc0} <Debug> DynamicQueryHandler: Done processing query | ||
330 | 2024.05.15 03:41:54.605800 [ 3 ] {} <Debug> HTTP-Session: 64eb0191-5cda-40be-9e67-5538ed68c732 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.05.15 03:41:54.605950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
332 | 2024.05.15 03:41:54.606029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
333 | 2024.05.15 03:41:54.606066 [ 3 ] {} <Debug> HTTP-Session: 4421fd58-c64d-46f1-8106-bb6c736a86c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
334 | 2024.05.15 03:41:54.606090 [ 3 ] {} <Debug> HTTP-Session: 4421fd58-c64d-46f1-8106-bb6c736a86c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
335 | 2024.05.15 03:41:54.606121 [ 3 ] {} <Debug> HTTP-Session: 4421fd58-c64d-46f1-8106-bb6c736a86c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
336 | 2024.05.15 03:41:54.606171 [ 3 ] {} <Trace> HTTP-Session: 4421fd58-c64d-46f1-8106-bb6c736a86c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
337 | 2024.05.15 03:41:54.606370 [ 3 ] {c8f7820c-9151-44ab-b7a5-faa8d961c2a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
338 | 2024.05.15 03:41:54.606422 [ 3 ] {c8f7820c-9151-44ab-b7a5-faa8d961c2a4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
339 | 2024.05.15 03:41:54.608330 [ 3 ] {c8f7820c-9151-44ab-b7a5-faa8d961c2a4} <Debug> oximeter.measurements_i16 (3374b6bc-8a41-425c-8a98-3e96b3aae5ea): Loading data parts | ||
340 | 2024.05.15 03:41:54.608523 [ 3 ] {c8f7820c-9151-44ab-b7a5-faa8d961c2a4} <Debug> oximeter.measurements_i16 (3374b6bc-8a41-425c-8a98-3e96b3aae5ea): There are no data parts | ||
341 | 2024.05.15 03:41:54.610612 [ 3 ] {c8f7820c-9151-44ab-b7a5-faa8d961c2a4} <Debug> DynamicQueryHandler: Done processing query | ||
342 | 2024.05.15 03:41:54.610650 [ 3 ] {} <Debug> HTTP-Session: 4421fd58-c64d-46f1-8106-bb6c736a86c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.05.15 03:41:54.610774 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
344 | 2024.05.15 03:41:54.610832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
345 | 2024.05.15 03:41:54.610860 [ 3 ] {} <Debug> HTTP-Session: cee5daec-78ec-44e9-9676-8805c0ab26fd Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
346 | 2024.05.15 03:41:54.610875 [ 3 ] {} <Debug> HTTP-Session: cee5daec-78ec-44e9-9676-8805c0ab26fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
347 | 2024.05.15 03:41:54.610893 [ 3 ] {} <Debug> HTTP-Session: cee5daec-78ec-44e9-9676-8805c0ab26fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
348 | 2024.05.15 03:41:54.610928 [ 3 ] {} <Trace> HTTP-Session: cee5daec-78ec-44e9-9676-8805c0ab26fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
349 | 2024.05.15 03:41:54.611102 [ 3 ] {7bb29b5b-f54f-4cf7-a562-0c34f0de1f7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
350 | 2024.05.15 03:41:54.611164 [ 3 ] {7bb29b5b-f54f-4cf7-a562-0c34f0de1f7f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
351 | 2024.05.15 03:41:54.612948 [ 3 ] {7bb29b5b-f54f-4cf7-a562-0c34f0de1f7f} <Debug> oximeter.measurements_u16 (1b830ee8-4732-4700-9bd3-556d4f5e7cd7): Loading data parts | ||
352 | 2024.05.15 03:41:54.613136 [ 3 ] {7bb29b5b-f54f-4cf7-a562-0c34f0de1f7f} <Debug> oximeter.measurements_u16 (1b830ee8-4732-4700-9bd3-556d4f5e7cd7): There are no data parts | ||
353 | 2024.05.15 03:41:54.614650 [ 3 ] {7bb29b5b-f54f-4cf7-a562-0c34f0de1f7f} <Debug> DynamicQueryHandler: Done processing query | ||
354 | 2024.05.15 03:41:54.614689 [ 3 ] {} <Debug> HTTP-Session: cee5daec-78ec-44e9-9676-8805c0ab26fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.05.15 03:41:54.614819 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
356 | 2024.05.15 03:41:54.614878 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
357 | 2024.05.15 03:41:54.614908 [ 3 ] {} <Debug> HTTP-Session: 645882be-fd32-41a7-a61e-0cdc9c3571b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
358 | 2024.05.15 03:41:54.614932 [ 3 ] {} <Debug> HTTP-Session: 645882be-fd32-41a7-a61e-0cdc9c3571b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
359 | 2024.05.15 03:41:54.614945 [ 3 ] {} <Debug> HTTP-Session: 645882be-fd32-41a7-a61e-0cdc9c3571b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
360 | 2024.05.15 03:41:54.614979 [ 3 ] {} <Trace> HTTP-Session: 645882be-fd32-41a7-a61e-0cdc9c3571b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
361 | 2024.05.15 03:41:54.615164 [ 3 ] {3de54426-41f1-48ff-9065-107399234cf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
362 | 2024.05.15 03:41:54.615218 [ 3 ] {3de54426-41f1-48ff-9065-107399234cf1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
363 | 2024.05.15 03:41:54.617457 [ 3 ] {3de54426-41f1-48ff-9065-107399234cf1} <Debug> oximeter.measurements_i32 (e0e2a5c2-39ca-4d91-be2a-e812967fa4cf): Loading data parts | ||
364 | 2024.05.15 03:41:54.617627 [ 3 ] {3de54426-41f1-48ff-9065-107399234cf1} <Debug> oximeter.measurements_i32 (e0e2a5c2-39ca-4d91-be2a-e812967fa4cf): There are no data parts | ||
365 | 2024.05.15 03:41:54.619300 [ 3 ] {3de54426-41f1-48ff-9065-107399234cf1} <Debug> DynamicQueryHandler: Done processing query | ||
366 | 2024.05.15 03:41:54.619339 [ 3 ] {} <Debug> HTTP-Session: 645882be-fd32-41a7-a61e-0cdc9c3571b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.05.15 03:41:54.619461 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
368 | 2024.05.15 03:41:54.619519 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
369 | 2024.05.15 03:41:54.619545 [ 3 ] {} <Debug> HTTP-Session: 299794f4-8f5d-4b91-b675-b11c5a5b6f3c Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
370 | 2024.05.15 03:41:54.619560 [ 3 ] {} <Debug> HTTP-Session: 299794f4-8f5d-4b91-b675-b11c5a5b6f3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
371 | 2024.05.15 03:41:54.619579 [ 3 ] {} <Debug> HTTP-Session: 299794f4-8f5d-4b91-b675-b11c5a5b6f3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2024.05.15 03:41:54.619614 [ 3 ] {} <Trace> HTTP-Session: 299794f4-8f5d-4b91-b675-b11c5a5b6f3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
373 | 2024.05.15 03:41:54.619790 [ 3 ] {3a0b1f71-6468-423f-a5fc-ae154e94b679} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
374 | 2024.05.15 03:41:54.619844 [ 3 ] {3a0b1f71-6468-423f-a5fc-ae154e94b679} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
375 | 2024.05.15 03:41:54.621595 [ 3 ] {3a0b1f71-6468-423f-a5fc-ae154e94b679} <Debug> oximeter.measurements_u32 (9bba17b4-6e2a-4508-a2c9-2c8e7e915ef3): Loading data parts | ||
376 | 2024.05.15 03:41:54.621782 [ 3 ] {3a0b1f71-6468-423f-a5fc-ae154e94b679} <Debug> oximeter.measurements_u32 (9bba17b4-6e2a-4508-a2c9-2c8e7e915ef3): There are no data parts | ||
377 | 2024.05.15 03:41:54.623835 [ 3 ] {3a0b1f71-6468-423f-a5fc-ae154e94b679} <Debug> DynamicQueryHandler: Done processing query | ||
378 | 2024.05.15 03:41:54.623871 [ 3 ] {} <Debug> HTTP-Session: 299794f4-8f5d-4b91-b675-b11c5a5b6f3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.05.15 03:41:54.624019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
380 | 2024.05.15 03:41:54.624076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
381 | 2024.05.15 03:41:54.624101 [ 3 ] {} <Debug> HTTP-Session: 912ffc30-f0f7-4883-b541-4f2c505e215d Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
382 | 2024.05.15 03:41:54.624125 [ 3 ] {} <Debug> HTTP-Session: 912ffc30-f0f7-4883-b541-4f2c505e215d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
383 | 2024.05.15 03:41:54.624137 [ 3 ] {} <Debug> HTTP-Session: 912ffc30-f0f7-4883-b541-4f2c505e215d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
384 | 2024.05.15 03:41:54.624172 [ 3 ] {} <Trace> HTTP-Session: 912ffc30-f0f7-4883-b541-4f2c505e215d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
385 | 2024.05.15 03:41:54.624345 [ 3 ] {85421c19-7226-48bb-bc9b-6f7dc3ef949a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
386 | 2024.05.15 03:41:54.624403 [ 3 ] {85421c19-7226-48bb-bc9b-6f7dc3ef949a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
387 | 2024.05.15 03:41:54.627186 [ 3 ] {85421c19-7226-48bb-bc9b-6f7dc3ef949a} <Debug> oximeter.measurements_i64 (03c997e7-7da7-489e-95a5-8374935fb67a): Loading data parts | ||
388 | 2024.05.15 03:41:54.627374 [ 3 ] {85421c19-7226-48bb-bc9b-6f7dc3ef949a} <Debug> oximeter.measurements_i64 (03c997e7-7da7-489e-95a5-8374935fb67a): There are no data parts | ||
389 | 2024.05.15 03:41:54.628613 [ 3 ] {85421c19-7226-48bb-bc9b-6f7dc3ef949a} <Debug> DynamicQueryHandler: Done processing query | ||
390 | 2024.05.15 03:41:54.628649 [ 3 ] {} <Debug> HTTP-Session: 912ffc30-f0f7-4883-b541-4f2c505e215d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.05.15 03:41:54.628788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
392 | 2024.05.15 03:41:54.628851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
393 | 2024.05.15 03:41:54.628869 [ 3 ] {} <Debug> HTTP-Session: 88aa29ee-769a-44e6-b9e0-1452913c5659 Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
394 | 2024.05.15 03:41:54.628893 [ 3 ] {} <Debug> HTTP-Session: 88aa29ee-769a-44e6-b9e0-1452913c5659 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
395 | 2024.05.15 03:41:54.628907 [ 3 ] {} <Debug> HTTP-Session: 88aa29ee-769a-44e6-b9e0-1452913c5659 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
396 | 2024.05.15 03:41:54.628942 [ 3 ] {} <Trace> HTTP-Session: 88aa29ee-769a-44e6-b9e0-1452913c5659 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
397 | 2024.05.15 03:41:54.629186 [ 3 ] {c4783ae0-9d53-4dc2-9b80-c8b163fbb4d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
398 | 2024.05.15 03:41:54.629271 [ 3 ] {c4783ae0-9d53-4dc2-9b80-c8b163fbb4d4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
399 | 2024.05.15 03:41:54.630860 [ 3 ] {c4783ae0-9d53-4dc2-9b80-c8b163fbb4d4} <Debug> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Loading data parts | ||
400 | 2024.05.15 03:41:54.631111 [ 3 ] {c4783ae0-9d53-4dc2-9b80-c8b163fbb4d4} <Debug> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): There are no data parts | ||
401 | 2024.05.15 03:41:54.632392 [ 3 ] {c4783ae0-9d53-4dc2-9b80-c8b163fbb4d4} <Debug> DynamicQueryHandler: Done processing query | ||
402 | 2024.05.15 03:41:54.632429 [ 3 ] {} <Debug> HTTP-Session: 88aa29ee-769a-44e6-b9e0-1452913c5659 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.05.15 03:41:54.632561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
404 | 2024.05.15 03:41:54.632610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
405 | 2024.05.15 03:41:54.632636 [ 3 ] {} <Debug> HTTP-Session: a98db46b-95fd-48c9-9dfa-75b0df1af9f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
406 | 2024.05.15 03:41:54.632661 [ 3 ] {} <Debug> HTTP-Session: a98db46b-95fd-48c9-9dfa-75b0df1af9f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
407 | 2024.05.15 03:41:54.632674 [ 3 ] {} <Debug> HTTP-Session: a98db46b-95fd-48c9-9dfa-75b0df1af9f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
408 | 2024.05.15 03:41:54.632710 [ 3 ] {} <Trace> HTTP-Session: a98db46b-95fd-48c9-9dfa-75b0df1af9f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
409 | 2024.05.15 03:41:54.632888 [ 3 ] {c78cb976-43db-4194-961f-09c726a4d915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
410 | 2024.05.15 03:41:54.632947 [ 3 ] {c78cb976-43db-4194-961f-09c726a4d915} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
411 | 2024.05.15 03:41:54.634438 [ 3 ] {c78cb976-43db-4194-961f-09c726a4d915} <Debug> oximeter.measurements_f32 (ec8aca2e-5e37-4050-8327-6f5b412762a6): Loading data parts | ||
412 | 2024.05.15 03:41:54.634641 [ 3 ] {c78cb976-43db-4194-961f-09c726a4d915} <Debug> oximeter.measurements_f32 (ec8aca2e-5e37-4050-8327-6f5b412762a6): There are no data parts | ||
413 | 2024.05.15 03:41:54.635916 [ 3 ] {c78cb976-43db-4194-961f-09c726a4d915} <Debug> DynamicQueryHandler: Done processing query | ||
414 | 2024.05.15 03:41:54.635941 [ 3 ] {} <Debug> HTTP-Session: a98db46b-95fd-48c9-9dfa-75b0df1af9f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.05.15 03:41:54.636060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
416 | 2024.05.15 03:41:54.636129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
417 | 2024.05.15 03:41:54.636149 [ 3 ] {} <Debug> HTTP-Session: 3e4e6eb9-c357-45b2-8467-7eedaa56d2f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
418 | 2024.05.15 03:41:54.636174 [ 3 ] {} <Debug> HTTP-Session: 3e4e6eb9-c357-45b2-8467-7eedaa56d2f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
419 | 2024.05.15 03:41:54.636195 [ 3 ] {} <Debug> HTTP-Session: 3e4e6eb9-c357-45b2-8467-7eedaa56d2f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
420 | 2024.05.15 03:41:54.636223 [ 3 ] {} <Trace> HTTP-Session: 3e4e6eb9-c357-45b2-8467-7eedaa56d2f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
421 | 2024.05.15 03:41:54.636400 [ 3 ] {0fc06dd0-c483-4fde-8cbc-a92e81f67525} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
422 | 2024.05.15 03:41:54.636461 [ 3 ] {0fc06dd0-c483-4fde-8cbc-a92e81f67525} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
423 | 2024.05.15 03:41:54.637928 [ 3 ] {0fc06dd0-c483-4fde-8cbc-a92e81f67525} <Debug> oximeter.measurements_f64 (ddbdef3c-bbc9-4cd4-abb8-c67b2fd098f8): Loading data parts | ||
424 | 2024.05.15 03:41:54.638085 [ 3 ] {0fc06dd0-c483-4fde-8cbc-a92e81f67525} <Debug> oximeter.measurements_f64 (ddbdef3c-bbc9-4cd4-abb8-c67b2fd098f8): There are no data parts | ||
425 | 2024.05.15 03:41:54.639333 [ 3 ] {0fc06dd0-c483-4fde-8cbc-a92e81f67525} <Debug> DynamicQueryHandler: Done processing query | ||
426 | 2024.05.15 03:41:54.639371 [ 3 ] {} <Debug> HTTP-Session: 3e4e6eb9-c357-45b2-8467-7eedaa56d2f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.05.15 03:41:54.639488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
428 | 2024.05.15 03:41:54.639544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
429 | 2024.05.15 03:41:54.639562 [ 3 ] {} <Debug> HTTP-Session: c8ba058f-e3ea-4b12-afb4-66925f671c9a Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
430 | 2024.05.15 03:41:54.639587 [ 3 ] {} <Debug> HTTP-Session: c8ba058f-e3ea-4b12-afb4-66925f671c9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
431 | 2024.05.15 03:41:54.639600 [ 3 ] {} <Debug> HTTP-Session: c8ba058f-e3ea-4b12-afb4-66925f671c9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
432 | 2024.05.15 03:41:54.639634 [ 3 ] {} <Trace> HTTP-Session: c8ba058f-e3ea-4b12-afb4-66925f671c9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
433 | 2024.05.15 03:41:54.639807 [ 3 ] {cb968877-a96f-4db4-8051-d5cbb3526424} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
434 | 2024.05.15 03:41:54.639867 [ 3 ] {cb968877-a96f-4db4-8051-d5cbb3526424} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
435 | 2024.05.15 03:41:54.641345 [ 3 ] {cb968877-a96f-4db4-8051-d5cbb3526424} <Debug> oximeter.measurements_string (8f8bf0fa-e7ba-4ae6-aa83-26851e948c45): Loading data parts | ||
436 | 2024.05.15 03:41:54.641521 [ 3 ] {cb968877-a96f-4db4-8051-d5cbb3526424} <Debug> oximeter.measurements_string (8f8bf0fa-e7ba-4ae6-aa83-26851e948c45): There are no data parts | ||
437 | 2024.05.15 03:41:54.642889 [ 3 ] {cb968877-a96f-4db4-8051-d5cbb3526424} <Debug> DynamicQueryHandler: Done processing query | ||
438 | 2024.05.15 03:41:54.642919 [ 3 ] {} <Debug> HTTP-Session: c8ba058f-e3ea-4b12-afb4-66925f671c9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
439 | 2024.05.15 03:41:54.643072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
440 | 2024.05.15 03:41:54.643144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
441 | 2024.05.15 03:41:54.643168 [ 3 ] {} <Debug> HTTP-Session: ba222e69-e738-4c2e-80d4-dbd28775cbbe Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
442 | 2024.05.15 03:41:54.643200 [ 3 ] {} <Debug> HTTP-Session: ba222e69-e738-4c2e-80d4-dbd28775cbbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
443 | 2024.05.15 03:41:54.643229 [ 3 ] {} <Debug> HTTP-Session: ba222e69-e738-4c2e-80d4-dbd28775cbbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
444 | 2024.05.15 03:41:54.643266 [ 3 ] {} <Trace> HTTP-Session: ba222e69-e738-4c2e-80d4-dbd28775cbbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
445 | 2024.05.15 03:41:54.643482 [ 3 ] {f34a9cce-c482-47f8-8b46-92bb85ea5bb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
446 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
447 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
448 | * a string isn't palatable for a few reasons. | ||
449 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
450 | * details. | ||
451 | */ | ||
452 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
453 | 2024.05.15 03:41:54.643558 [ 3 ] {f34a9cce-c482-47f8-8b46-92bb85ea5bb2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
454 | 2024.05.15 03:41:54.645249 [ 3 ] {f34a9cce-c482-47f8-8b46-92bb85ea5bb2} <Debug> oximeter.measurements_bytes (f14417a9-b9c7-4b00-9df9-0314d657f851): Loading data parts | ||
455 | 2024.05.15 03:41:54.645428 [ 3 ] {f34a9cce-c482-47f8-8b46-92bb85ea5bb2} <Debug> oximeter.measurements_bytes (f14417a9-b9c7-4b00-9df9-0314d657f851): There are no data parts | ||
456 | 2024.05.15 03:41:54.646684 [ 3 ] {f34a9cce-c482-47f8-8b46-92bb85ea5bb2} <Debug> DynamicQueryHandler: Done processing query | ||
457 | 2024.05.15 03:41:54.646710 [ 3 ] {} <Debug> HTTP-Session: ba222e69-e738-4c2e-80d4-dbd28775cbbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.05.15 03:41:54.646849 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
459 | 2024.05.15 03:41:54.646909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
460 | 2024.05.15 03:41:54.646929 [ 3 ] {} <Debug> HTTP-Session: 1a70cc25-3eac-4a2f-8bd4-8048518ae2ce Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
461 | 2024.05.15 03:41:54.646953 [ 3 ] {} <Debug> HTTP-Session: 1a70cc25-3eac-4a2f-8bd4-8048518ae2ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
462 | 2024.05.15 03:41:54.646974 [ 3 ] {} <Debug> HTTP-Session: 1a70cc25-3eac-4a2f-8bd4-8048518ae2ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
463 | 2024.05.15 03:41:54.647003 [ 3 ] {} <Trace> HTTP-Session: 1a70cc25-3eac-4a2f-8bd4-8048518ae2ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
464 | 2024.05.15 03:41:54.647196 [ 3 ] {160bdbf0-22a8-48f6-97b7-d073510dbad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
465 | 2024.05.15 03:41:54.647252 [ 3 ] {160bdbf0-22a8-48f6-97b7-d073510dbad6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
466 | 2024.05.15 03:41:54.648732 [ 3 ] {160bdbf0-22a8-48f6-97b7-d073510dbad6} <Debug> oximeter.measurements_cumulativei64 (f4ece79c-0a08-436a-9389-545071117642): Loading data parts | ||
467 | 2024.05.15 03:41:54.648939 [ 3 ] {160bdbf0-22a8-48f6-97b7-d073510dbad6} <Debug> oximeter.measurements_cumulativei64 (f4ece79c-0a08-436a-9389-545071117642): There are no data parts | ||
468 | 2024.05.15 03:41:54.650167 [ 3 ] {160bdbf0-22a8-48f6-97b7-d073510dbad6} <Debug> DynamicQueryHandler: Done processing query | ||
469 | 2024.05.15 03:41:54.650206 [ 3 ] {} <Debug> HTTP-Session: 1a70cc25-3eac-4a2f-8bd4-8048518ae2ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
470 | 2024.05.15 03:41:54.650338 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
471 | 2024.05.15 03:41:54.650407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
472 | 2024.05.15 03:41:54.650425 [ 3 ] {} <Debug> HTTP-Session: bcfe74b2-7a51-4cdc-b2bd-2909ea08f579 Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
473 | 2024.05.15 03:41:54.650451 [ 3 ] {} <Debug> HTTP-Session: bcfe74b2-7a51-4cdc-b2bd-2909ea08f579 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
474 | 2024.05.15 03:41:54.650463 [ 3 ] {} <Debug> HTTP-Session: bcfe74b2-7a51-4cdc-b2bd-2909ea08f579 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
475 | 2024.05.15 03:41:54.650500 [ 3 ] {} <Trace> HTTP-Session: bcfe74b2-7a51-4cdc-b2bd-2909ea08f579 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
476 | 2024.05.15 03:41:54.650691 [ 3 ] {6ddf10a0-fdbb-4f49-9d74-69cc238bdcdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
477 | 2024.05.15 03:41:54.650756 [ 3 ] {6ddf10a0-fdbb-4f49-9d74-69cc238bdcdb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
478 | 2024.05.15 03:41:54.652286 [ 3 ] {6ddf10a0-fdbb-4f49-9d74-69cc238bdcdb} <Debug> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Loading data parts | ||
479 | 2024.05.15 03:41:54.652552 [ 3 ] {6ddf10a0-fdbb-4f49-9d74-69cc238bdcdb} <Debug> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): There are no data parts | ||
480 | 2024.05.15 03:41:54.653873 [ 3 ] {6ddf10a0-fdbb-4f49-9d74-69cc238bdcdb} <Debug> DynamicQueryHandler: Done processing query | ||
481 | 2024.05.15 03:41:54.653905 [ 3 ] {} <Debug> HTTP-Session: bcfe74b2-7a51-4cdc-b2bd-2909ea08f579 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
482 | 2024.05.15 03:41:54.654054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
483 | 2024.05.15 03:41:54.654123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
484 | 2024.05.15 03:41:54.654147 [ 3 ] {} <Debug> HTTP-Session: 8287255a-e48f-4d76-ba3b-11b76fdc833b Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
485 | 2024.05.15 03:41:54.654177 [ 3 ] {} <Debug> HTTP-Session: 8287255a-e48f-4d76-ba3b-11b76fdc833b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
486 | 2024.05.15 03:41:54.654200 [ 3 ] {} <Debug> HTTP-Session: 8287255a-e48f-4d76-ba3b-11b76fdc833b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
487 | 2024.05.15 03:41:54.654237 [ 3 ] {} <Trace> HTTP-Session: 8287255a-e48f-4d76-ba3b-11b76fdc833b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
488 | 2024.05.15 03:41:54.654448 [ 3 ] {e80a76fb-c3c1-4949-bbe8-af42648dd6e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
489 | 2024.05.15 03:41:54.654513 [ 3 ] {e80a76fb-c3c1-4949-bbe8-af42648dd6e0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
490 | 2024.05.15 03:41:54.656064 [ 3 ] {e80a76fb-c3c1-4949-bbe8-af42648dd6e0} <Debug> oximeter.measurements_cumulativef32 (f89a1994-a475-485b-8cde-27f3dff004ea): Loading data parts | ||
491 | 2024.05.15 03:41:54.656241 [ 3 ] {e80a76fb-c3c1-4949-bbe8-af42648dd6e0} <Debug> oximeter.measurements_cumulativef32 (f89a1994-a475-485b-8cde-27f3dff004ea): There are no data parts | ||
492 | 2024.05.15 03:41:54.657581 [ 3 ] {e80a76fb-c3c1-4949-bbe8-af42648dd6e0} <Debug> DynamicQueryHandler: Done processing query | ||
493 | 2024.05.15 03:41:54.657618 [ 3 ] {} <Debug> HTTP-Session: 8287255a-e48f-4d76-ba3b-11b76fdc833b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
494 | 2024.05.15 03:41:54.657737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
495 | 2024.05.15 03:41:54.657794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
496 | 2024.05.15 03:41:54.657822 [ 3 ] {} <Debug> HTTP-Session: 9bb63e12-cc29-440f-ad15-a07e50632cfb Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
497 | 2024.05.15 03:41:54.657848 [ 3 ] {} <Debug> HTTP-Session: 9bb63e12-cc29-440f-ad15-a07e50632cfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
498 | 2024.05.15 03:41:54.657861 [ 3 ] {} <Debug> HTTP-Session: 9bb63e12-cc29-440f-ad15-a07e50632cfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
499 | 2024.05.15 03:41:54.657897 [ 3 ] {} <Trace> HTTP-Session: 9bb63e12-cc29-440f-ad15-a07e50632cfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
500 | 2024.05.15 03:41:54.658089 [ 3 ] {33687255-6bd2-43a8-8e05-86a803439a6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
501 | 2024.05.15 03:41:54.658155 [ 3 ] {33687255-6bd2-43a8-8e05-86a803439a6d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
502 | 2024.05.15 03:41:54.659803 [ 3 ] {33687255-6bd2-43a8-8e05-86a803439a6d} <Debug> oximeter.measurements_cumulativef64 (7b59d939-99d3-432c-a534-b512b3d79f69): Loading data parts | ||
503 | 2024.05.15 03:41:54.659966 [ 3 ] {33687255-6bd2-43a8-8e05-86a803439a6d} <Debug> oximeter.measurements_cumulativef64 (7b59d939-99d3-432c-a534-b512b3d79f69): There are no data parts | ||
504 | 2024.05.15 03:41:54.661240 [ 3 ] {33687255-6bd2-43a8-8e05-86a803439a6d} <Debug> DynamicQueryHandler: Done processing query | ||
505 | 2024.05.15 03:41:54.661266 [ 3 ] {} <Debug> HTTP-Session: 9bb63e12-cc29-440f-ad15-a07e50632cfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
506 | 2024.05.15 03:41:54.661397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
507 | 2024.05.15 03:41:54.661456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
508 | 2024.05.15 03:41:54.661474 [ 3 ] {} <Debug> HTTP-Session: e6ebdf94-ccea-47b9-8b96-8dc3e8a2b75e Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
509 | 2024.05.15 03:41:54.661499 [ 3 ] {} <Debug> HTTP-Session: e6ebdf94-ccea-47b9-8b96-8dc3e8a2b75e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
510 | 2024.05.15 03:41:54.661522 [ 3 ] {} <Debug> HTTP-Session: e6ebdf94-ccea-47b9-8b96-8dc3e8a2b75e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2024.05.15 03:41:54.661551 [ 3 ] {} <Trace> HTTP-Session: e6ebdf94-ccea-47b9-8b96-8dc3e8a2b75e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
512 | 2024.05.15 03:41:54.661751 [ 3 ] {467ed144-0ede-466e-b80a-6ee443b74bac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
513 | * NOTE: Array types cannot be Nullable, see | ||
514 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
515 | * for more details. | ||
516 | * | ||
517 | * This means we need to use empty arrays to indicate a missing value. This | ||
518 | * is unfortunate, and at this point relies on the fact that an | ||
519 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
520 | * to figure out another way to represent missing samples here. | ||
521 | */ | ||
522 | bins Array(Int8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
523 | 2024.05.15 03:41:54.661818 [ 3 ] {467ed144-0ede-466e-b80a-6ee443b74bac} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
524 | 2024.05.15 03:41:54.663342 [ 3 ] {467ed144-0ede-466e-b80a-6ee443b74bac} <Debug> oximeter.measurements_histogrami8 (0e1c5727-0cc7-4df6-8524-18a78d9f90b5): Loading data parts | ||
525 | 2024.05.15 03:41:54.663492 [ 3 ] {467ed144-0ede-466e-b80a-6ee443b74bac} <Debug> oximeter.measurements_histogrami8 (0e1c5727-0cc7-4df6-8524-18a78d9f90b5): There are no data parts | ||
526 | 2024.05.15 03:41:54.664779 [ 3 ] {467ed144-0ede-466e-b80a-6ee443b74bac} <Debug> DynamicQueryHandler: Done processing query | ||
527 | 2024.05.15 03:41:54.664804 [ 3 ] {} <Debug> HTTP-Session: e6ebdf94-ccea-47b9-8b96-8dc3e8a2b75e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
528 | 2024.05.15 03:41:54.664951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
529 | 2024.05.15 03:41:54.665009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
530 | 2024.05.15 03:41:54.665039 [ 3 ] {} <Debug> HTTP-Session: 3234c020-a9bc-46ce-a5fb-1e5cdd8fba89 Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
531 | 2024.05.15 03:41:54.665054 [ 3 ] {} <Debug> HTTP-Session: 3234c020-a9bc-46ce-a5fb-1e5cdd8fba89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
532 | 2024.05.15 03:41:54.665077 [ 3 ] {} <Debug> HTTP-Session: 3234c020-a9bc-46ce-a5fb-1e5cdd8fba89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
533 | 2024.05.15 03:41:54.665107 [ 3 ] {} <Trace> HTTP-Session: 3234c020-a9bc-46ce-a5fb-1e5cdd8fba89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
534 | 2024.05.15 03:41:54.665300 [ 3 ] {b4565be8-f60b-46d5-abd7-af30979b69fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
535 | 2024.05.15 03:41:54.665368 [ 3 ] {b4565be8-f60b-46d5-abd7-af30979b69fe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
536 | 2024.05.15 03:41:54.666891 [ 3 ] {b4565be8-f60b-46d5-abd7-af30979b69fe} <Debug> oximeter.measurements_histogramu8 (340db9c9-472b-456c-bd53-9410c46d39ac): Loading data parts | ||
537 | 2024.05.15 03:41:54.667055 [ 3 ] {b4565be8-f60b-46d5-abd7-af30979b69fe} <Debug> oximeter.measurements_histogramu8 (340db9c9-472b-456c-bd53-9410c46d39ac): There are no data parts | ||
538 | 2024.05.15 03:41:54.668320 [ 3 ] {b4565be8-f60b-46d5-abd7-af30979b69fe} <Debug> DynamicQueryHandler: Done processing query | ||
539 | 2024.05.15 03:41:54.668358 [ 3 ] {} <Debug> HTTP-Session: 3234c020-a9bc-46ce-a5fb-1e5cdd8fba89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
540 | 2024.05.15 03:41:54.668480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
541 | 2024.05.15 03:41:54.668538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
542 | 2024.05.15 03:41:54.668567 [ 3 ] {} <Debug> HTTP-Session: 81e53f19-2d68-4a05-a2fc-333a57c1e3aa Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
543 | 2024.05.15 03:41:54.668592 [ 3 ] {} <Debug> HTTP-Session: 81e53f19-2d68-4a05-a2fc-333a57c1e3aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
544 | 2024.05.15 03:41:54.668605 [ 3 ] {} <Debug> HTTP-Session: 81e53f19-2d68-4a05-a2fc-333a57c1e3aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
545 | 2024.05.15 03:41:54.668643 [ 3 ] {} <Trace> HTTP-Session: 81e53f19-2d68-4a05-a2fc-333a57c1e3aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
546 | 2024.05.15 03:41:54.668839 [ 3 ] {66955967-6f34-48ba-b5c2-2745702faf4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
547 | 2024.05.15 03:41:54.668905 [ 3 ] {66955967-6f34-48ba-b5c2-2745702faf4f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
548 | 2024.05.15 03:41:54.670448 [ 3 ] {66955967-6f34-48ba-b5c2-2745702faf4f} <Debug> oximeter.measurements_histogrami16 (f07d6a65-3cac-47cf-b937-aa10b8f34c69): Loading data parts | ||
549 | 2024.05.15 03:41:54.670610 [ 3 ] {66955967-6f34-48ba-b5c2-2745702faf4f} <Debug> oximeter.measurements_histogrami16 (f07d6a65-3cac-47cf-b937-aa10b8f34c69): There are no data parts | ||
550 | 2024.05.15 03:41:54.671882 [ 3 ] {66955967-6f34-48ba-b5c2-2745702faf4f} <Debug> DynamicQueryHandler: Done processing query | ||
551 | 2024.05.15 03:41:54.671907 [ 3 ] {} <Debug> HTTP-Session: 81e53f19-2d68-4a05-a2fc-333a57c1e3aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
552 | 2024.05.15 03:41:54.672042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
553 | 2024.05.15 03:41:54.672102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
554 | 2024.05.15 03:41:54.672120 [ 3 ] {} <Debug> HTTP-Session: f05297f0-2024-4c95-b968-5ace34eafdaa Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
555 | 2024.05.15 03:41:54.672147 [ 3 ] {} <Debug> HTTP-Session: f05297f0-2024-4c95-b968-5ace34eafdaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
556 | 2024.05.15 03:41:54.672170 [ 3 ] {} <Debug> HTTP-Session: f05297f0-2024-4c95-b968-5ace34eafdaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
557 | 2024.05.15 03:41:54.672200 [ 3 ] {} <Trace> HTTP-Session: f05297f0-2024-4c95-b968-5ace34eafdaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
558 | 2024.05.15 03:41:54.672402 [ 3 ] {e98bfeed-32d8-4bad-a97a-34ad4bcf9021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
559 | 2024.05.15 03:41:54.672471 [ 3 ] {e98bfeed-32d8-4bad-a97a-34ad4bcf9021} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
560 | 2024.05.15 03:41:54.674030 [ 3 ] {e98bfeed-32d8-4bad-a97a-34ad4bcf9021} <Debug> oximeter.measurements_histogramu16 (58bb4fc0-9b12-4c30-9327-d57016248072): Loading data parts | ||
561 | 2024.05.15 03:41:54.674192 [ 3 ] {e98bfeed-32d8-4bad-a97a-34ad4bcf9021} <Debug> oximeter.measurements_histogramu16 (58bb4fc0-9b12-4c30-9327-d57016248072): There are no data parts | ||
562 | 2024.05.15 03:41:54.675448 [ 3 ] {e98bfeed-32d8-4bad-a97a-34ad4bcf9021} <Debug> DynamicQueryHandler: Done processing query | ||
563 | 2024.05.15 03:41:54.675485 [ 3 ] {} <Debug> HTTP-Session: f05297f0-2024-4c95-b968-5ace34eafdaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
564 | 2024.05.15 03:41:54.675590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
565 | 2024.05.15 03:41:54.675644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
566 | 2024.05.15 03:41:54.675673 [ 3 ] {} <Debug> HTTP-Session: f743ef35-1f88-48bf-9619-d9a168384b9c Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
567 | 2024.05.15 03:41:54.675688 [ 3 ] {} <Debug> HTTP-Session: f743ef35-1f88-48bf-9619-d9a168384b9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
568 | 2024.05.15 03:41:54.675708 [ 3 ] {} <Debug> HTTP-Session: f743ef35-1f88-48bf-9619-d9a168384b9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
569 | 2024.05.15 03:41:54.675745 [ 3 ] {} <Trace> HTTP-Session: f743ef35-1f88-48bf-9619-d9a168384b9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
570 | 2024.05.15 03:41:54.675916 [ 3 ] {f115f2af-4a4d-4f85-a784-e01e68538d8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
571 | 2024.05.15 03:41:54.675981 [ 3 ] {f115f2af-4a4d-4f85-a784-e01e68538d8b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
572 | 2024.05.15 03:41:54.677593 [ 3 ] {f115f2af-4a4d-4f85-a784-e01e68538d8b} <Debug> oximeter.measurements_histogrami32 (938be660-ad91-4fc0-88df-67dff992ec9a): Loading data parts | ||
573 | 2024.05.15 03:41:54.677762 [ 3 ] {f115f2af-4a4d-4f85-a784-e01e68538d8b} <Debug> oximeter.measurements_histogrami32 (938be660-ad91-4fc0-88df-67dff992ec9a): There are no data parts | ||
574 | 2024.05.15 03:41:54.679031 [ 3 ] {f115f2af-4a4d-4f85-a784-e01e68538d8b} <Debug> DynamicQueryHandler: Done processing query | ||
575 | 2024.05.15 03:41:54.679070 [ 3 ] {} <Debug> HTTP-Session: f743ef35-1f88-48bf-9619-d9a168384b9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
576 | 2024.05.15 03:41:54.679218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
577 | 2024.05.15 03:41:54.679276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
578 | 2024.05.15 03:41:54.679296 [ 3 ] {} <Debug> HTTP-Session: 899707f1-5f26-4fa2-99b9-c54a97360a30 Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
579 | 2024.05.15 03:41:54.679324 [ 3 ] {} <Debug> HTTP-Session: 899707f1-5f26-4fa2-99b9-c54a97360a30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
580 | 2024.05.15 03:41:54.679337 [ 3 ] {} <Debug> HTTP-Session: 899707f1-5f26-4fa2-99b9-c54a97360a30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2024.05.15 03:41:54.679376 [ 3 ] {} <Trace> HTTP-Session: 899707f1-5f26-4fa2-99b9-c54a97360a30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
582 | 2024.05.15 03:41:54.679572 [ 3 ] {80ca2d7d-047b-43e8-a4b2-140b0d8497cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
583 | 2024.05.15 03:41:54.679642 [ 3 ] {80ca2d7d-047b-43e8-a4b2-140b0d8497cc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
584 | 2024.05.15 03:41:54.681180 [ 3 ] {80ca2d7d-047b-43e8-a4b2-140b0d8497cc} <Debug> oximeter.measurements_histogramu32 (2aabdee2-f2f2-43bf-9e65-5bafbaef6859): Loading data parts | ||
585 | 2024.05.15 03:41:54.681317 [ 3 ] {80ca2d7d-047b-43e8-a4b2-140b0d8497cc} <Debug> oximeter.measurements_histogramu32 (2aabdee2-f2f2-43bf-9e65-5bafbaef6859): There are no data parts | ||
586 | 2024.05.15 03:41:54.682611 [ 3 ] {80ca2d7d-047b-43e8-a4b2-140b0d8497cc} <Debug> DynamicQueryHandler: Done processing query | ||
587 | 2024.05.15 03:41:54.682636 [ 3 ] {} <Debug> HTTP-Session: 899707f1-5f26-4fa2-99b9-c54a97360a30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
588 | 2024.05.15 03:41:54.682761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
589 | 2024.05.15 03:41:54.682820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
590 | 2024.05.15 03:41:54.682851 [ 3 ] {} <Debug> HTTP-Session: ad696fb6-0e4c-4886-88bb-6055c94aa2f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
591 | 2024.05.15 03:41:54.682866 [ 3 ] {} <Debug> HTTP-Session: ad696fb6-0e4c-4886-88bb-6055c94aa2f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
592 | 2024.05.15 03:41:54.682890 [ 3 ] {} <Debug> HTTP-Session: ad696fb6-0e4c-4886-88bb-6055c94aa2f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.05.15 03:41:54.682919 [ 3 ] {} <Trace> HTTP-Session: ad696fb6-0e4c-4886-88bb-6055c94aa2f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
594 | 2024.05.15 03:41:54.683122 [ 3 ] {8dda4435-3aef-4264-8f1e-d4ca9811ce0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
595 | 2024.05.15 03:41:54.683182 [ 3 ] {8dda4435-3aef-4264-8f1e-d4ca9811ce0a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
596 | 2024.05.15 03:41:54.685390 [ 3 ] {8dda4435-3aef-4264-8f1e-d4ca9811ce0a} <Debug> oximeter.measurements_histogrami64 (c1f2355d-4a67-4f15-891c-c4fde982480b): Loading data parts | ||
597 | 2024.05.15 03:41:54.686012 [ 3 ] {8dda4435-3aef-4264-8f1e-d4ca9811ce0a} <Debug> oximeter.measurements_histogrami64 (c1f2355d-4a67-4f15-891c-c4fde982480b): There are no data parts | ||
598 | 2024.05.15 03:41:54.687570 [ 3 ] {8dda4435-3aef-4264-8f1e-d4ca9811ce0a} <Debug> DynamicQueryHandler: Done processing query | ||
599 | 2024.05.15 03:41:54.687597 [ 3 ] {} <Debug> HTTP-Session: ad696fb6-0e4c-4886-88bb-6055c94aa2f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
600 | 2024.05.15 03:41:54.687716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
601 | 2024.05.15 03:41:54.687790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
602 | 2024.05.15 03:41:54.687809 [ 3 ] {} <Debug> HTTP-Session: 4c01218b-ccab-47f5-bdcd-b7b0bc8980bd Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
603 | 2024.05.15 03:41:54.687837 [ 3 ] {} <Debug> HTTP-Session: 4c01218b-ccab-47f5-bdcd-b7b0bc8980bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
604 | 2024.05.15 03:41:54.687851 [ 3 ] {} <Debug> HTTP-Session: 4c01218b-ccab-47f5-bdcd-b7b0bc8980bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2024.05.15 03:41:54.687891 [ 3 ] {} <Trace> HTTP-Session: 4c01218b-ccab-47f5-bdcd-b7b0bc8980bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
606 | 2024.05.15 03:41:54.688087 [ 3 ] {397e8cfc-ebda-42ba-9636-28cf35cb68a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
607 | 2024.05.15 03:41:54.688158 [ 3 ] {397e8cfc-ebda-42ba-9636-28cf35cb68a2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
608 | 2024.05.15 03:41:54.689841 [ 3 ] {397e8cfc-ebda-42ba-9636-28cf35cb68a2} <Debug> oximeter.measurements_histogramu64 (f4c28f42-728f-4ee2-b246-28b1d61c6e6e): Loading data parts | ||
609 | 2024.05.15 03:41:54.690015 [ 3 ] {397e8cfc-ebda-42ba-9636-28cf35cb68a2} <Debug> oximeter.measurements_histogramu64 (f4c28f42-728f-4ee2-b246-28b1d61c6e6e): There are no data parts | ||
610 | 2024.05.15 03:41:54.691332 [ 3 ] {397e8cfc-ebda-42ba-9636-28cf35cb68a2} <Debug> DynamicQueryHandler: Done processing query | ||
611 | 2024.05.15 03:41:54.691361 [ 3 ] {} <Debug> HTTP-Session: 4c01218b-ccab-47f5-bdcd-b7b0bc8980bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
612 | 2024.05.15 03:41:54.691500 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
613 | 2024.05.15 03:41:54.691559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
614 | 2024.05.15 03:41:54.691590 [ 3 ] {} <Debug> HTTP-Session: 40e69d6d-dede-4324-bf0b-e95f2b4d7461 Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
615 | 2024.05.15 03:41:54.691605 [ 3 ] {} <Debug> HTTP-Session: 40e69d6d-dede-4324-bf0b-e95f2b4d7461 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
616 | 2024.05.15 03:41:54.691629 [ 3 ] {} <Debug> HTTP-Session: 40e69d6d-dede-4324-bf0b-e95f2b4d7461 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2024.05.15 03:41:54.691675 [ 3 ] {} <Trace> HTTP-Session: 40e69d6d-dede-4324-bf0b-e95f2b4d7461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
618 | 2024.05.15 03:41:54.691868 [ 3 ] {b7a6f671-e4cb-47e4-8b9b-d9e2ec5826e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
619 | 2024.05.15 03:41:54.691939 [ 3 ] {b7a6f671-e4cb-47e4-8b9b-d9e2ec5826e0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
620 | 2024.05.15 03:41:54.693744 [ 3 ] {b7a6f671-e4cb-47e4-8b9b-d9e2ec5826e0} <Debug> oximeter.measurements_histogramf32 (462896f9-362c-4571-a2c0-196572def7f6): Loading data parts | ||
621 | 2024.05.15 03:41:54.693911 [ 3 ] {b7a6f671-e4cb-47e4-8b9b-d9e2ec5826e0} <Debug> oximeter.measurements_histogramf32 (462896f9-362c-4571-a2c0-196572def7f6): There are no data parts | ||
622 | 2024.05.15 03:41:54.695559 [ 3 ] {b7a6f671-e4cb-47e4-8b9b-d9e2ec5826e0} <Debug> DynamicQueryHandler: Done processing query | ||
623 | 2024.05.15 03:41:54.695604 [ 3 ] {} <Debug> HTTP-Session: 40e69d6d-dede-4324-bf0b-e95f2b4d7461 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
624 | 2024.05.15 03:41:54.695735 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
625 | 2024.05.15 03:41:54.695783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
626 | 2024.05.15 03:41:54.695816 [ 3 ] {} <Debug> HTTP-Session: df6c07bd-c49e-4330-a0d0-f9b0855ce0b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
627 | 2024.05.15 03:41:54.695843 [ 3 ] {} <Debug> HTTP-Session: df6c07bd-c49e-4330-a0d0-f9b0855ce0b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
628 | 2024.05.15 03:41:54.695857 [ 3 ] {} <Debug> HTTP-Session: df6c07bd-c49e-4330-a0d0-f9b0855ce0b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
629 | 2024.05.15 03:41:54.695897 [ 3 ] {} <Trace> HTTP-Session: df6c07bd-c49e-4330-a0d0-f9b0855ce0b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
630 | 2024.05.15 03:41:54.696098 [ 3 ] {64af25ba-21a3-4f54-b86b-5b3f3933ce29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
631 | 2024.05.15 03:41:54.696170 [ 3 ] {64af25ba-21a3-4f54-b86b-5b3f3933ce29} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
632 | 2024.05.15 03:41:54.698144 [ 3 ] {64af25ba-21a3-4f54-b86b-5b3f3933ce29} <Debug> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Loading data parts | ||
633 | 2024.05.15 03:41:54.698354 [ 3 ] {64af25ba-21a3-4f54-b86b-5b3f3933ce29} <Debug> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): There are no data parts | ||
634 | 2024.05.15 03:41:54.699761 [ 3 ] {64af25ba-21a3-4f54-b86b-5b3f3933ce29} <Debug> DynamicQueryHandler: Done processing query | ||
635 | 2024.05.15 03:41:54.699788 [ 3 ] {} <Debug> HTTP-Session: df6c07bd-c49e-4330-a0d0-f9b0855ce0b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
636 | 2024.05.15 03:41:54.699932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
637 | 2024.05.15 03:41:54.699996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
638 | 2024.05.15 03:41:54.700014 [ 3 ] {} <Debug> HTTP-Session: b8f50ead-eaa6-4dc9-80b0-53a456f3407f Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
639 | 2024.05.15 03:41:54.700041 [ 3 ] {} <Debug> HTTP-Session: b8f50ead-eaa6-4dc9-80b0-53a456f3407f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
640 | 2024.05.15 03:41:54.700067 [ 3 ] {} <Debug> HTTP-Session: b8f50ead-eaa6-4dc9-80b0-53a456f3407f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2024.05.15 03:41:54.700096 [ 3 ] {} <Trace> HTTP-Session: b8f50ead-eaa6-4dc9-80b0-53a456f3407f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
642 | 2024.05.15 03:41:54.700251 [ 3 ] {df2b83e5-7c62-4b19-8aef-bc0da92b1240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) /* The field tables store named dimensions of each timeseries. | ||
643 | * | ||
644 | * As with the measurement tables, there is one field table for each field data | ||
645 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
646 | * this behavior **must not** be relied upon for query correctness. | ||
647 | * | ||
648 | * The index for the fields differs from the measurements, however. Rows are | ||
649 | * sorted by timeseries name, then field name, field value, and finally | ||
650 | * timeseries key. This reflects the most common pattern for looking them up: | ||
651 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
652 | * usually then used to look up measurements. | ||
653 | * | ||
654 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
655 | * timeseries name and then key, since it would improve lookups where one | ||
656 | * already has the key. Realistically though, these tables are quite small and | ||
657 | * so performance benefits will be low in absolute terms. | ||
658 | */ | ||
659 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
660 | 2024.05.15 03:41:54.700319 [ 3 ] {df2b83e5-7c62-4b19-8aef-bc0da92b1240} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
661 | 2024.05.15 03:41:54.701771 [ 3 ] {df2b83e5-7c62-4b19-8aef-bc0da92b1240} <Debug> oximeter.fields_bool (128fbd09-9581-4f7a-8eae-9d3633133f54): Loading data parts | ||
662 | 2024.05.15 03:41:54.701951 [ 3 ] {df2b83e5-7c62-4b19-8aef-bc0da92b1240} <Debug> oximeter.fields_bool (128fbd09-9581-4f7a-8eae-9d3633133f54): There are no data parts | ||
663 | 2024.05.15 03:41:54.703187 [ 3 ] {df2b83e5-7c62-4b19-8aef-bc0da92b1240} <Debug> DynamicQueryHandler: Done processing query | ||
664 | 2024.05.15 03:41:54.703228 [ 3 ] {} <Debug> HTTP-Session: b8f50ead-eaa6-4dc9-80b0-53a456f3407f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
665 | 2024.05.15 03:41:54.703330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
666 | 2024.05.15 03:41:54.703390 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
667 | 2024.05.15 03:41:54.703420 [ 3 ] {} <Debug> HTTP-Session: 24ff4433-2360-4585-b4af-1046d1220681 Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
668 | 2024.05.15 03:41:54.703446 [ 3 ] {} <Debug> HTTP-Session: 24ff4433-2360-4585-b4af-1046d1220681 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
669 | 2024.05.15 03:41:54.703459 [ 3 ] {} <Debug> HTTP-Session: 24ff4433-2360-4585-b4af-1046d1220681 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.05.15 03:41:54.703499 [ 3 ] {} <Trace> HTTP-Session: 24ff4433-2360-4585-b4af-1046d1220681 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
671 | 2024.05.15 03:41:54.703650 [ 3 ] {a747c426-12ad-4210-a854-788a89aa3cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
672 | 2024.05.15 03:41:54.703701 [ 3 ] {a747c426-12ad-4210-a854-788a89aa3cfd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
673 | 2024.05.15 03:41:54.705084 [ 3 ] {a747c426-12ad-4210-a854-788a89aa3cfd} <Debug> oximeter.fields_i8 (9722f5c6-5e53-4a0a-adcf-7c2333ed8f00): Loading data parts | ||
674 | 2024.05.15 03:41:54.705234 [ 3 ] {a747c426-12ad-4210-a854-788a89aa3cfd} <Debug> oximeter.fields_i8 (9722f5c6-5e53-4a0a-adcf-7c2333ed8f00): There are no data parts | ||
675 | 2024.05.15 03:41:54.706463 [ 3 ] {a747c426-12ad-4210-a854-788a89aa3cfd} <Debug> DynamicQueryHandler: Done processing query | ||
676 | 2024.05.15 03:41:54.706502 [ 3 ] {} <Debug> HTTP-Session: 24ff4433-2360-4585-b4af-1046d1220681 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
677 | 2024.05.15 03:41:54.706604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
678 | 2024.05.15 03:41:54.706661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
679 | 2024.05.15 03:41:54.706691 [ 3 ] {} <Debug> HTTP-Session: 9d473239-1699-4363-9961-e2c53e67f731 Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
680 | 2024.05.15 03:41:54.706705 [ 3 ] {} <Debug> HTTP-Session: 9d473239-1699-4363-9961-e2c53e67f731 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
681 | 2024.05.15 03:41:54.706728 [ 3 ] {} <Debug> HTTP-Session: 9d473239-1699-4363-9961-e2c53e67f731 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.05.15 03:41:54.706767 [ 3 ] {} <Trace> HTTP-Session: 9d473239-1699-4363-9961-e2c53e67f731 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
683 | 2024.05.15 03:41:54.706896 [ 3 ] {c140477a-045e-4dcd-b0c6-43dda94ede69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
684 | 2024.05.15 03:41:54.706955 [ 3 ] {c140477a-045e-4dcd-b0c6-43dda94ede69} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
685 | 2024.05.15 03:41:54.708390 [ 3 ] {c140477a-045e-4dcd-b0c6-43dda94ede69} <Debug> oximeter.fields_u8 (662cc58d-e492-47ca-80ef-02db66aa990b): Loading data parts | ||
686 | 2024.05.15 03:41:54.708549 [ 3 ] {c140477a-045e-4dcd-b0c6-43dda94ede69} <Debug> oximeter.fields_u8 (662cc58d-e492-47ca-80ef-02db66aa990b): There are no data parts | ||
687 | 2024.05.15 03:41:54.709795 [ 3 ] {c140477a-045e-4dcd-b0c6-43dda94ede69} <Debug> DynamicQueryHandler: Done processing query | ||
688 | 2024.05.15 03:41:54.709820 [ 3 ] {} <Debug> HTTP-Session: 9d473239-1699-4363-9961-e2c53e67f731 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
689 | 2024.05.15 03:41:54.709942 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
690 | 2024.05.15 03:41:54.710002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
691 | 2024.05.15 03:41:54.710020 [ 3 ] {} <Debug> HTTP-Session: 8a9992b4-f575-4040-89fa-b836b077f2ac Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
692 | 2024.05.15 03:41:54.710047 [ 3 ] {} <Debug> HTTP-Session: 8a9992b4-f575-4040-89fa-b836b077f2ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
693 | 2024.05.15 03:41:54.710070 [ 3 ] {} <Debug> HTTP-Session: 8a9992b4-f575-4040-89fa-b836b077f2ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.05.15 03:41:54.710100 [ 3 ] {} <Trace> HTTP-Session: 8a9992b4-f575-4040-89fa-b836b077f2ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
695 | 2024.05.15 03:41:54.710248 [ 3 ] {bf20859d-89cc-4f20-8e48-1fa061561228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
696 | 2024.05.15 03:41:54.710313 [ 3 ] {bf20859d-89cc-4f20-8e48-1fa061561228} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
697 | 2024.05.15 03:41:54.711756 [ 3 ] {bf20859d-89cc-4f20-8e48-1fa061561228} <Debug> oximeter.fields_i16 (5d5b3f4c-9320-48ca-a9b9-3d8387c667d1): Loading data parts | ||
698 | 2024.05.15 03:41:54.711913 [ 3 ] {bf20859d-89cc-4f20-8e48-1fa061561228} <Debug> oximeter.fields_i16 (5d5b3f4c-9320-48ca-a9b9-3d8387c667d1): There are no data parts | ||
699 | 2024.05.15 03:41:54.713147 [ 3 ] {bf20859d-89cc-4f20-8e48-1fa061561228} <Debug> DynamicQueryHandler: Done processing query | ||
700 | 2024.05.15 03:41:54.713171 [ 3 ] {} <Debug> HTTP-Session: 8a9992b4-f575-4040-89fa-b836b077f2ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
701 | 2024.05.15 03:41:54.713294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
702 | 2024.05.15 03:41:54.713354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
703 | 2024.05.15 03:41:54.713372 [ 3 ] {} <Debug> HTTP-Session: a0267470-b1df-434b-8cc5-3ce7d6fba4e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
704 | 2024.05.15 03:41:54.713399 [ 3 ] {} <Debug> HTTP-Session: a0267470-b1df-434b-8cc5-3ce7d6fba4e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
705 | 2024.05.15 03:41:54.713423 [ 3 ] {} <Debug> HTTP-Session: a0267470-b1df-434b-8cc5-3ce7d6fba4e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.05.15 03:41:54.713452 [ 3 ] {} <Trace> HTTP-Session: a0267470-b1df-434b-8cc5-3ce7d6fba4e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
707 | 2024.05.15 03:41:54.713599 [ 3 ] {1d8c2f43-5e1f-43a4-ae4a-c163a1013d95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
708 | 2024.05.15 03:41:54.713664 [ 3 ] {1d8c2f43-5e1f-43a4-ae4a-c163a1013d95} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
709 | 2024.05.15 03:41:54.715093 [ 3 ] {1d8c2f43-5e1f-43a4-ae4a-c163a1013d95} <Debug> oximeter.fields_u16 (27df60cb-3085-4c57-b33a-a2ff697a542d): Loading data parts | ||
710 | 2024.05.15 03:41:54.715252 [ 3 ] {1d8c2f43-5e1f-43a4-ae4a-c163a1013d95} <Debug> oximeter.fields_u16 (27df60cb-3085-4c57-b33a-a2ff697a542d): There are no data parts | ||
711 | 2024.05.15 03:41:54.716501 [ 3 ] {1d8c2f43-5e1f-43a4-ae4a-c163a1013d95} <Debug> DynamicQueryHandler: Done processing query | ||
712 | 2024.05.15 03:41:54.716525 [ 3 ] {} <Debug> HTTP-Session: a0267470-b1df-434b-8cc5-3ce7d6fba4e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
713 | 2024.05.15 03:41:54.716651 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
714 | 2024.05.15 03:41:54.716712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
715 | 2024.05.15 03:41:54.716730 [ 3 ] {} <Debug> HTTP-Session: 4dd1a8d5-2ebf-465f-8cb6-9b26c83ee0c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
716 | 2024.05.15 03:41:54.716758 [ 3 ] {} <Debug> HTTP-Session: 4dd1a8d5-2ebf-465f-8cb6-9b26c83ee0c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
717 | 2024.05.15 03:41:54.716782 [ 3 ] {} <Debug> HTTP-Session: 4dd1a8d5-2ebf-465f-8cb6-9b26c83ee0c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.05.15 03:41:54.716811 [ 3 ] {} <Trace> HTTP-Session: 4dd1a8d5-2ebf-465f-8cb6-9b26c83ee0c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
719 | 2024.05.15 03:41:54.716960 [ 3 ] {a1dcb7eb-81fa-4e0a-aa82-e6ab3a2ebc9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
720 | 2024.05.15 03:41:54.717014 [ 3 ] {a1dcb7eb-81fa-4e0a-aa82-e6ab3a2ebc9c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
721 | 2024.05.15 03:41:54.718391 [ 3 ] {a1dcb7eb-81fa-4e0a-aa82-e6ab3a2ebc9c} <Debug> oximeter.fields_i32 (97306518-ab39-4760-8887-4268038d8bff): Loading data parts | ||
722 | 2024.05.15 03:41:54.718568 [ 3 ] {a1dcb7eb-81fa-4e0a-aa82-e6ab3a2ebc9c} <Debug> oximeter.fields_i32 (97306518-ab39-4760-8887-4268038d8bff): There are no data parts | ||
723 | 2024.05.15 03:41:54.719795 [ 3 ] {a1dcb7eb-81fa-4e0a-aa82-e6ab3a2ebc9c} <Debug> DynamicQueryHandler: Done processing query | ||
724 | 2024.05.15 03:41:54.719835 [ 3 ] {} <Debug> HTTP-Session: 4dd1a8d5-2ebf-465f-8cb6-9b26c83ee0c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
725 | 2024.05.15 03:41:54.719963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
726 | 2024.05.15 03:41:54.720008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
727 | 2024.05.15 03:41:54.720040 [ 3 ] {} <Debug> HTTP-Session: d9ab4160-2c65-4759-b2d3-b7ff969f17a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
728 | 2024.05.15 03:41:54.720070 [ 3 ] {} <Debug> HTTP-Session: d9ab4160-2c65-4759-b2d3-b7ff969f17a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
729 | 2024.05.15 03:41:54.720083 [ 3 ] {} <Debug> HTTP-Session: d9ab4160-2c65-4759-b2d3-b7ff969f17a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.05.15 03:41:54.720123 [ 3 ] {} <Trace> HTTP-Session: d9ab4160-2c65-4759-b2d3-b7ff969f17a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
731 | 2024.05.15 03:41:54.720273 [ 3 ] {fc0a0f0c-8352-4c10-b427-6cd6e48d691a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
732 | 2024.05.15 03:41:54.720325 [ 3 ] {fc0a0f0c-8352-4c10-b427-6cd6e48d691a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
733 | 2024.05.15 03:41:54.721691 [ 3 ] {fc0a0f0c-8352-4c10-b427-6cd6e48d691a} <Debug> oximeter.fields_u32 (01b26002-c553-4b7a-ace0-603a5ca4ad00): Loading data parts | ||
734 | 2024.05.15 03:41:54.721853 [ 3 ] {fc0a0f0c-8352-4c10-b427-6cd6e48d691a} <Debug> oximeter.fields_u32 (01b26002-c553-4b7a-ace0-603a5ca4ad00): There are no data parts | ||
735 | 2024.05.15 03:41:54.723158 [ 3 ] {fc0a0f0c-8352-4c10-b427-6cd6e48d691a} <Debug> DynamicQueryHandler: Done processing query | ||
736 | 2024.05.15 03:41:54.723223 [ 3 ] {} <Debug> HTTP-Session: d9ab4160-2c65-4759-b2d3-b7ff969f17a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
737 | 2024.05.15 03:41:54.723364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
738 | 2024.05.15 03:41:54.723426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
739 | 2024.05.15 03:41:54.723458 [ 3 ] {} <Debug> HTTP-Session: bd8faa20-2d52-4fcd-9125-1b9b0bb4752a Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
740 | 2024.05.15 03:41:54.723473 [ 3 ] {} <Debug> HTTP-Session: bd8faa20-2d52-4fcd-9125-1b9b0bb4752a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
741 | 2024.05.15 03:41:54.723500 [ 3 ] {} <Debug> HTTP-Session: bd8faa20-2d52-4fcd-9125-1b9b0bb4752a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.05.15 03:41:54.723540 [ 3 ] {} <Trace> HTTP-Session: bd8faa20-2d52-4fcd-9125-1b9b0bb4752a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
743 | 2024.05.15 03:41:54.723689 [ 3 ] {a78fdd02-de4f-40c2-97fe-496d032b69be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
744 | 2024.05.15 03:41:54.723743 [ 3 ] {a78fdd02-de4f-40c2-97fe-496d032b69be} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
745 | 2024.05.15 03:41:54.725133 [ 3 ] {a78fdd02-de4f-40c2-97fe-496d032b69be} <Debug> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Loading data parts | ||
746 | 2024.05.15 03:41:54.725312 [ 3 ] {a78fdd02-de4f-40c2-97fe-496d032b69be} <Debug> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): There are no data parts | ||
747 | 2024.05.15 03:41:54.726548 [ 3 ] {a78fdd02-de4f-40c2-97fe-496d032b69be} <Debug> DynamicQueryHandler: Done processing query | ||
748 | 2024.05.15 03:41:54.726572 [ 3 ] {} <Debug> HTTP-Session: bd8faa20-2d52-4fcd-9125-1b9b0bb4752a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
749 | 2024.05.15 03:41:54.726708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
750 | 2024.05.15 03:41:54.726769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
751 | 2024.05.15 03:41:54.726800 [ 3 ] {} <Debug> HTTP-Session: e6f30375-da30-440d-86f4-c504f058e758 Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
752 | 2024.05.15 03:41:54.726815 [ 3 ] {} <Debug> HTTP-Session: e6f30375-da30-440d-86f4-c504f058e758 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
753 | 2024.05.15 03:41:54.726839 [ 3 ] {} <Debug> HTTP-Session: e6f30375-da30-440d-86f4-c504f058e758 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.05.15 03:41:54.726879 [ 3 ] {} <Trace> HTTP-Session: e6f30375-da30-440d-86f4-c504f058e758 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
755 | 2024.05.15 03:41:54.727034 [ 3 ] {325919aa-82f4-465e-b53b-31c94c21709b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
756 | 2024.05.15 03:41:54.727089 [ 3 ] {325919aa-82f4-465e-b53b-31c94c21709b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
757 | 2024.05.15 03:41:54.728466 [ 3 ] {325919aa-82f4-465e-b53b-31c94c21709b} <Debug> oximeter.fields_u64 (e71cb74e-bdc8-402a-a3e3-885d08a40654): Loading data parts | ||
758 | 2024.05.15 03:41:54.728624 [ 3 ] {325919aa-82f4-465e-b53b-31c94c21709b} <Debug> oximeter.fields_u64 (e71cb74e-bdc8-402a-a3e3-885d08a40654): There are no data parts | ||
759 | 2024.05.15 03:41:54.729857 [ 3 ] {325919aa-82f4-465e-b53b-31c94c21709b} <Debug> DynamicQueryHandler: Done processing query | ||
760 | 2024.05.15 03:41:54.729881 [ 3 ] {} <Debug> HTTP-Session: e6f30375-da30-440d-86f4-c504f058e758 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
761 | 2024.05.15 03:41:54.730010 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
762 | 2024.05.15 03:41:54.730073 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
763 | 2024.05.15 03:41:54.730092 [ 3 ] {} <Debug> HTTP-Session: 007396b0-122c-4307-852b-48f8b190e02c Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
764 | 2024.05.15 03:41:54.730110 [ 3 ] {} <Debug> HTTP-Session: 007396b0-122c-4307-852b-48f8b190e02c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
765 | 2024.05.15 03:41:54.730138 [ 3 ] {} <Debug> HTTP-Session: 007396b0-122c-4307-852b-48f8b190e02c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.05.15 03:41:54.730168 [ 3 ] {} <Trace> HTTP-Session: 007396b0-122c-4307-852b-48f8b190e02c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
767 | 2024.05.15 03:41:54.730305 [ 3 ] {d6477e10-ada5-4ef9-91b3-2d5f1e617fef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
768 | 2024.05.15 03:41:54.730357 [ 3 ] {d6477e10-ada5-4ef9-91b3-2d5f1e617fef} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
769 | 2024.05.15 03:41:54.731744 [ 3 ] {d6477e10-ada5-4ef9-91b3-2d5f1e617fef} <Debug> oximeter.fields_ipaddr (7e29aa15-b077-4ae6-87e9-229bbccebf70): Loading data parts | ||
770 | 2024.05.15 03:41:54.731938 [ 3 ] {d6477e10-ada5-4ef9-91b3-2d5f1e617fef} <Debug> oximeter.fields_ipaddr (7e29aa15-b077-4ae6-87e9-229bbccebf70): There are no data parts | ||
771 | 2024.05.15 03:41:54.733171 [ 3 ] {d6477e10-ada5-4ef9-91b3-2d5f1e617fef} <Debug> DynamicQueryHandler: Done processing query | ||
772 | 2024.05.15 03:41:54.733196 [ 3 ] {} <Debug> HTTP-Session: 007396b0-122c-4307-852b-48f8b190e02c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
773 | 2024.05.15 03:41:54.733315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
774 | 2024.05.15 03:41:54.733361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
775 | 2024.05.15 03:41:54.733379 [ 3 ] {} <Debug> HTTP-Session: c9fc5f7a-1491-48ad-a497-3df0b74cc62e Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
776 | 2024.05.15 03:41:54.733395 [ 3 ] {} <Debug> HTTP-Session: c9fc5f7a-1491-48ad-a497-3df0b74cc62e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
777 | 2024.05.15 03:41:54.733409 [ 3 ] {} <Debug> HTTP-Session: c9fc5f7a-1491-48ad-a497-3df0b74cc62e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.05.15 03:41:54.733439 [ 3 ] {} <Trace> HTTP-Session: c9fc5f7a-1491-48ad-a497-3df0b74cc62e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
779 | 2024.05.15 03:41:54.733576 [ 3 ] {a14cedc6-b3e6-4bb8-8ffa-ea228e4a2e34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
780 | 2024.05.15 03:41:54.733614 [ 3 ] {a14cedc6-b3e6-4bb8-8ffa-ea228e4a2e34} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
781 | 2024.05.15 03:41:54.734989 [ 3 ] {a14cedc6-b3e6-4bb8-8ffa-ea228e4a2e34} <Debug> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Loading data parts | ||
782 | 2024.05.15 03:41:54.735151 [ 3 ] {a14cedc6-b3e6-4bb8-8ffa-ea228e4a2e34} <Debug> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): There are no data parts | ||
783 | 2024.05.15 03:41:54.737328 [ 3 ] {a14cedc6-b3e6-4bb8-8ffa-ea228e4a2e34} <Debug> DynamicQueryHandler: Done processing query | ||
784 | 2024.05.15 03:41:54.737353 [ 3 ] {} <Debug> HTTP-Session: c9fc5f7a-1491-48ad-a497-3df0b74cc62e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
785 | 2024.05.15 03:41:54.737469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
786 | 2024.05.15 03:41:54.737516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
787 | 2024.05.15 03:41:54.737535 [ 3 ] {} <Debug> HTTP-Session: 7f0e084d-f666-4adf-b9fa-1c605aeeb103 Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
788 | 2024.05.15 03:41:54.737550 [ 3 ] {} <Debug> HTTP-Session: 7f0e084d-f666-4adf-b9fa-1c605aeeb103 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
789 | 2024.05.15 03:41:54.737563 [ 3 ] {} <Debug> HTTP-Session: 7f0e084d-f666-4adf-b9fa-1c605aeeb103 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.05.15 03:41:54.737596 [ 3 ] {} <Trace> HTTP-Session: 7f0e084d-f666-4adf-b9fa-1c605aeeb103 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
791 | 2024.05.15 03:41:54.737745 [ 3 ] {0032e1f4-22ff-416b-af29-b0398b44f00d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
792 | 2024.05.15 03:41:54.737783 [ 3 ] {0032e1f4-22ff-416b-af29-b0398b44f00d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
793 | 2024.05.15 03:41:54.739412 [ 3 ] {0032e1f4-22ff-416b-af29-b0398b44f00d} <Debug> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Loading data parts | ||
794 | 2024.05.15 03:41:54.739613 [ 3 ] {0032e1f4-22ff-416b-af29-b0398b44f00d} <Debug> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): There are no data parts | ||
795 | 2024.05.15 03:41:54.740951 [ 3 ] {0032e1f4-22ff-416b-af29-b0398b44f00d} <Debug> DynamicQueryHandler: Done processing query | ||
796 | 2024.05.15 03:41:54.740978 [ 3 ] {} <Debug> HTTP-Session: 7f0e084d-f666-4adf-b9fa-1c605aeeb103 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
797 | 2024.05.15 03:41:54.741103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
798 | 2024.05.15 03:41:54.741152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
799 | 2024.05.15 03:41:54.741171 [ 3 ] {} <Debug> HTTP-Session: 298279fa-fc57-4917-bcb0-fa8e6ca680a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
800 | 2024.05.15 03:41:54.741187 [ 3 ] {} <Debug> HTTP-Session: 298279fa-fc57-4917-bcb0-fa8e6ca680a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
801 | 2024.05.15 03:41:54.741200 [ 3 ] {} <Debug> HTTP-Session: 298279fa-fc57-4917-bcb0-fa8e6ca680a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
802 | 2024.05.15 03:41:54.741230 [ 3 ] {} <Trace> HTTP-Session: 298279fa-fc57-4917-bcb0-fa8e6ca680a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
803 | 2024.05.15 03:41:54.741445 [ 3 ] {88848444-9024-434a-bc5e-56531d420cb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) /* The timeseries schema table stores the extracted schema for the samples | ||
804 | * oximeter collects. | ||
805 | */ | ||
806 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
807 | 2024.05.15 03:41:54.741503 [ 3 ] {88848444-9024-434a-bc5e-56531d420cb2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
808 | 2024.05.15 03:41:54.743290 [ 3 ] {88848444-9024-434a-bc5e-56531d420cb2} <Debug> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0): Loading data parts | ||
809 | 2024.05.15 03:41:54.743451 [ 3 ] {88848444-9024-434a-bc5e-56531d420cb2} <Debug> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0): There are no data parts | ||
810 | 2024.05.15 03:41:54.744721 [ 3 ] {88848444-9024-434a-bc5e-56531d420cb2} <Debug> DynamicQueryHandler: Done processing query | ||
811 | 2024.05.15 03:41:54.744747 [ 3 ] {} <Debug> HTTP-Session: 298279fa-fc57-4917-bcb0-fa8e6ca680a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
812 | 2024.05.15 03:41:54.744891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37883, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
813 | 2024.05.15 03:41:54.744937 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
814 | 2024.05.15 03:41:54.744956 [ 3 ] {} <Debug> HTTP-Session: cfac8708-46d6-4f5f-a165-a33399f3fe07 Authenticating user 'default' from [fd00:1122:3344:101::d]:37883 | ||
815 | 2024.05.15 03:41:54.744972 [ 3 ] {} <Debug> HTTP-Session: cfac8708-46d6-4f5f-a165-a33399f3fe07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
816 | 2024.05.15 03:41:54.744986 [ 3 ] {} <Debug> HTTP-Session: cfac8708-46d6-4f5f-a165-a33399f3fe07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
817 | 2024.05.15 03:41:54.745015 [ 3 ] {} <Trace> HTTP-Session: cfac8708-46d6-4f5f-a165-a33399f3fe07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
818 | 2024.05.15 03:41:54.745183 [ 3 ] {fd78a071-6eec-44d8-8421-cf56d26ef760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37883) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
819 | 2024.05.15 03:41:54.746878 [ 3 ] {fd78a071-6eec-44d8-8421-cf56d26ef760} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
820 | 2024.05.15 03:41:54.750761 [ 3 ] {fd78a071-6eec-44d8-8421-cf56d26ef760} <Trace> oximeter.version (a05d78ab-a1be-4da7-9028-a70655d42270): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
821 | 2024.05.15 03:41:54.750797 [ 3 ] {fd78a071-6eec-44d8-8421-cf56d26ef760} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
822 | 2024.05.15 03:41:54.755210 [ 3 ] {fd78a071-6eec-44d8-8421-cf56d26ef760} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
823 | 2024.05.15 03:41:54.756246 [ 3 ] {fd78a071-6eec-44d8-8421-cf56d26ef760} <Trace> oximeter.version (a05d78ab-a1be-4da7-9028-a70655d42270): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
824 | 2024.05.15 03:41:54.756522 [ 3 ] {fd78a071-6eec-44d8-8421-cf56d26ef760} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.01142 sec., 87.56567425569177 rows/sec., 1.37 KiB/sec. | ||
825 | 2024.05.15 03:41:54.756685 [ 3 ] {fd78a071-6eec-44d8-8421-cf56d26ef760} <Debug> DynamicQueryHandler: Done processing query | ||
826 | 2024.05.15 03:41:54.756709 [ 3 ] {fd78a071-6eec-44d8-8421-cf56d26ef760} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
827 | 2024.05.15 03:41:54.756724 [ 3 ] {} <Debug> HTTP-Session: cfac8708-46d6-4f5f-a165-a33399f3fe07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
828 | 2024.05.15 03:41:55.000185 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.61 MiB, peak 165.75 MiB, free memory in arenas 0.00 B, will set to 173.64 MiB (RSS), difference: 13.03 MiB | ||
829 | 2024.05.15 03:42:09.017590 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache | ||
830 | 2024.05.15 03:42:09.017655 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache | ||
831 | 2024.05.15 03:42:09.766716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
832 | 2024.05.15 03:42:09.766827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
833 | 2024.05.15 03:42:09.766852 [ 3 ] {} <Debug> HTTP-Session: 9f4f1c5e-ee03-471f-9ac6-9902a7940840 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
834 | 2024.05.15 03:42:09.766876 [ 3 ] {} <Debug> HTTP-Session: 9f4f1c5e-ee03-471f-9ac6-9902a7940840 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
835 | 2024.05.15 03:42:09.766891 [ 3 ] {} <Debug> HTTP-Session: 9f4f1c5e-ee03-471f-9ac6-9902a7940840 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
836 | 2024.05.15 03:42:09.766939 [ 3 ] {} <Trace> HTTP-Session: 9f4f1c5e-ee03-471f-9ac6-9902a7940840 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
837 | 2024.05.15 03:42:09.767129 [ 3 ] {7c9c4c75-e21a-4fc2-a4be-d5243629567d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
838 | 2024.05.15 03:42:09.767468 [ 3 ] {7c9c4c75-e21a-4fc2-a4be-d5243629567d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
839 | 2024.05.15 03:42:09.767609 [ 3 ] {7c9c4c75-e21a-4fc2-a4be-d5243629567d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
840 | 2024.05.15 03:42:09.768731 [ 3 ] {7c9c4c75-e21a-4fc2-a4be-d5243629567d} <Debug> DynamicQueryHandler: Done processing query | ||
841 | 2024.05.15 03:42:09.768763 [ 3 ] {7c9c4c75-e21a-4fc2-a4be-d5243629567d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
842 | 2024.05.15 03:42:09.768780 [ 3 ] {} <Debug> HTTP-Session: 9f4f1c5e-ee03-471f-9ac6-9902a7940840 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
843 | 2024.05.15 03:42:09.772711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
844 | 2024.05.15 03:42:09.772771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
845 | 2024.05.15 03:42:09.772791 [ 3 ] {} <Debug> HTTP-Session: f846a7cf-8874-47b3-a9de-9ad198a48340 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
846 | 2024.05.15 03:42:09.772810 [ 3 ] {} <Debug> HTTP-Session: f846a7cf-8874-47b3-a9de-9ad198a48340 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
847 | 2024.05.15 03:42:09.772824 [ 3 ] {} <Debug> HTTP-Session: f846a7cf-8874-47b3-a9de-9ad198a48340 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
848 | 2024.05.15 03:42:09.772859 [ 3 ] {} <Trace> HTTP-Session: f846a7cf-8874-47b3-a9de-9ad198a48340 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
849 | 2024.05.15 03:42:09.773027 [ 3 ] {3b5d75b9-13c1-428e-90e2-c216db89d2ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
850 | 2024.05.15 03:42:09.775156 [ 3 ] {3b5d75b9-13c1-428e-90e2-c216db89d2ee} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
851 | 2024.05.15 03:42:09.775211 [ 3 ] {3b5d75b9-13c1-428e-90e2-c216db89d2ee} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
852 | 2024.05.15 03:42:09.776218 [ 3 ] {3b5d75b9-13c1-428e-90e2-c216db89d2ee} <Debug> DynamicQueryHandler: Done processing query | ||
853 | 2024.05.15 03:42:09.776245 [ 3 ] {3b5d75b9-13c1-428e-90e2-c216db89d2ee} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
854 | 2024.05.15 03:42:09.776262 [ 3 ] {} <Debug> HTTP-Session: f846a7cf-8874-47b3-a9de-9ad198a48340 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
855 | 2024.05.15 03:42:09.776521 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
856 | 2024.05.15 03:42:09.776572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
857 | 2024.05.15 03:42:09.776593 [ 3 ] {} <Debug> HTTP-Session: 1d804f12-54b0-4009-90e9-a1271cc495b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
858 | 2024.05.15 03:42:09.776612 [ 3 ] {} <Debug> HTTP-Session: 1d804f12-54b0-4009-90e9-a1271cc495b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
859 | 2024.05.15 03:42:09.776627 [ 3 ] {} <Debug> HTTP-Session: 1d804f12-54b0-4009-90e9-a1271cc495b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
860 | 2024.05.15 03:42:09.776662 [ 3 ] {} <Trace> HTTP-Session: 1d804f12-54b0-4009-90e9-a1271cc495b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
861 | 2024.05.15 03:42:09.776794 [ 3 ] {0a69e110-412b-48ba-b36c-655ba10b93d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
862 | 2024.05.15 03:42:09.777152 [ 3 ] {0a69e110-412b-48ba-b36c-655ba10b93d5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
863 | 2024.05.15 03:42:09.777203 [ 3 ] {0a69e110-412b-48ba-b36c-655ba10b93d5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
864 | 2024.05.15 03:42:09.778221 [ 3 ] {0a69e110-412b-48ba-b36c-655ba10b93d5} <Debug> DynamicQueryHandler: Done processing query | ||
865 | 2024.05.15 03:42:09.778246 [ 3 ] {0a69e110-412b-48ba-b36c-655ba10b93d5} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
866 | 2024.05.15 03:42:09.778262 [ 3 ] {} <Debug> HTTP-Session: 1d804f12-54b0-4009-90e9-a1271cc495b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
867 | 2024.05.15 03:42:09.778467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
868 | 2024.05.15 03:42:09.778515 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
869 | 2024.05.15 03:42:09.778534 [ 3 ] {} <Debug> HTTP-Session: 6dc65e42-47e2-4c8b-928d-e5990d48602f Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
870 | 2024.05.15 03:42:09.778551 [ 3 ] {} <Debug> HTTP-Session: 6dc65e42-47e2-4c8b-928d-e5990d48602f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
871 | 2024.05.15 03:42:09.778566 [ 3 ] {} <Debug> HTTP-Session: 6dc65e42-47e2-4c8b-928d-e5990d48602f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
872 | 2024.05.15 03:42:09.778599 [ 3 ] {} <Trace> HTTP-Session: 6dc65e42-47e2-4c8b-928d-e5990d48602f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
873 | 2024.05.15 03:42:09.778725 [ 3 ] {77c55ff3-655c-445a-aa3b-7b44d4a61579} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
874 | 2024.05.15 03:42:09.779055 [ 3 ] {77c55ff3-655c-445a-aa3b-7b44d4a61579} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
875 | 2024.05.15 03:42:09.779108 [ 3 ] {77c55ff3-655c-445a-aa3b-7b44d4a61579} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
876 | 2024.05.15 03:42:09.779995 [ 3 ] {77c55ff3-655c-445a-aa3b-7b44d4a61579} <Debug> DynamicQueryHandler: Done processing query | ||
877 | 2024.05.15 03:42:09.780020 [ 3 ] {77c55ff3-655c-445a-aa3b-7b44d4a61579} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
878 | 2024.05.15 03:42:09.780037 [ 3 ] {} <Debug> HTTP-Session: 6dc65e42-47e2-4c8b-928d-e5990d48602f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
879 | 2024.05.15 03:42:09.780235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
880 | 2024.05.15 03:42:09.780283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
881 | 2024.05.15 03:42:09.780301 [ 3 ] {} <Debug> HTTP-Session: f2c9ce80-e695-479d-bbd4-b402b873da62 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
882 | 2024.05.15 03:42:09.780317 [ 3 ] {} <Debug> HTTP-Session: f2c9ce80-e695-479d-bbd4-b402b873da62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
883 | 2024.05.15 03:42:09.780332 [ 3 ] {} <Debug> HTTP-Session: f2c9ce80-e695-479d-bbd4-b402b873da62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
884 | 2024.05.15 03:42:09.780363 [ 3 ] {} <Trace> HTTP-Session: f2c9ce80-e695-479d-bbd4-b402b873da62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
885 | 2024.05.15 03:42:09.780490 [ 3 ] {c3f8e3a9-d04b-49ff-b919-c6a554227dc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
886 | 2024.05.15 03:42:09.780807 [ 3 ] {c3f8e3a9-d04b-49ff-b919-c6a554227dc9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
887 | 2024.05.15 03:42:09.780858 [ 3 ] {c3f8e3a9-d04b-49ff-b919-c6a554227dc9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
888 | 2024.05.15 03:42:09.781716 [ 3 ] {c3f8e3a9-d04b-49ff-b919-c6a554227dc9} <Debug> DynamicQueryHandler: Done processing query | ||
889 | 2024.05.15 03:42:09.781740 [ 3 ] {c3f8e3a9-d04b-49ff-b919-c6a554227dc9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
890 | 2024.05.15 03:42:09.781756 [ 3 ] {} <Debug> HTTP-Session: f2c9ce80-e695-479d-bbd4-b402b873da62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
891 | 2024.05.15 03:42:09.781947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
892 | 2024.05.15 03:42:09.781994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
893 | 2024.05.15 03:42:09.782014 [ 3 ] {} <Debug> HTTP-Session: 02a35ff1-b5d8-4d19-8252-7bab4427b255 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
894 | 2024.05.15 03:42:09.782030 [ 3 ] {} <Debug> HTTP-Session: 02a35ff1-b5d8-4d19-8252-7bab4427b255 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
895 | 2024.05.15 03:42:09.782043 [ 3 ] {} <Debug> HTTP-Session: 02a35ff1-b5d8-4d19-8252-7bab4427b255 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
896 | 2024.05.15 03:42:09.782072 [ 3 ] {} <Trace> HTTP-Session: 02a35ff1-b5d8-4d19-8252-7bab4427b255 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
897 | 2024.05.15 03:42:09.782194 [ 3 ] {57d82203-30f3-43bb-a7cb-5a8ffd40eee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
898 | 2024.05.15 03:42:09.782508 [ 3 ] {57d82203-30f3-43bb-a7cb-5a8ffd40eee8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
899 | 2024.05.15 03:42:09.782558 [ 3 ] {57d82203-30f3-43bb-a7cb-5a8ffd40eee8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
900 | 2024.05.15 03:42:09.783427 [ 3 ] {57d82203-30f3-43bb-a7cb-5a8ffd40eee8} <Debug> DynamicQueryHandler: Done processing query | ||
901 | 2024.05.15 03:42:09.783453 [ 3 ] {57d82203-30f3-43bb-a7cb-5a8ffd40eee8} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
902 | 2024.05.15 03:42:09.783469 [ 3 ] {} <Debug> HTTP-Session: 02a35ff1-b5d8-4d19-8252-7bab4427b255 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
903 | 2024.05.15 03:42:09.783678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
904 | 2024.05.15 03:42:09.783724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
905 | 2024.05.15 03:42:09.783743 [ 3 ] {} <Debug> HTTP-Session: 394d35f5-4cdf-4478-aeeb-edbd85eae100 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
906 | 2024.05.15 03:42:09.783759 [ 3 ] {} <Debug> HTTP-Session: 394d35f5-4cdf-4478-aeeb-edbd85eae100 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
907 | 2024.05.15 03:42:09.783773 [ 3 ] {} <Debug> HTTP-Session: 394d35f5-4cdf-4478-aeeb-edbd85eae100 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
908 | 2024.05.15 03:42:09.783802 [ 3 ] {} <Trace> HTTP-Session: 394d35f5-4cdf-4478-aeeb-edbd85eae100 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
909 | 2024.05.15 03:42:09.783924 [ 3 ] {c2bd0faf-b3c4-4931-9a17-fc4cb6f4e1e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
910 | 2024.05.15 03:42:09.784240 [ 3 ] {c2bd0faf-b3c4-4931-9a17-fc4cb6f4e1e1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
911 | 2024.05.15 03:42:09.784292 [ 3 ] {c2bd0faf-b3c4-4931-9a17-fc4cb6f4e1e1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
912 | 2024.05.15 03:42:09.785220 [ 3 ] {c2bd0faf-b3c4-4931-9a17-fc4cb6f4e1e1} <Debug> DynamicQueryHandler: Done processing query | ||
913 | 2024.05.15 03:42:09.785245 [ 3 ] {c2bd0faf-b3c4-4931-9a17-fc4cb6f4e1e1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
914 | 2024.05.15 03:42:09.785261 [ 3 ] {} <Debug> HTTP-Session: 394d35f5-4cdf-4478-aeeb-edbd85eae100 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
915 | 2024.05.15 03:42:09.785452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
916 | 2024.05.15 03:42:09.785498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
917 | 2024.05.15 03:42:09.785516 [ 3 ] {} <Debug> HTTP-Session: 3127619b-e891-459f-8d9f-1e0d2e8d0858 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
918 | 2024.05.15 03:42:09.785532 [ 3 ] {} <Debug> HTTP-Session: 3127619b-e891-459f-8d9f-1e0d2e8d0858 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
919 | 2024.05.15 03:42:09.785547 [ 3 ] {} <Debug> HTTP-Session: 3127619b-e891-459f-8d9f-1e0d2e8d0858 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
920 | 2024.05.15 03:42:09.785576 [ 3 ] {} <Trace> HTTP-Session: 3127619b-e891-459f-8d9f-1e0d2e8d0858 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
921 | 2024.05.15 03:42:09.785702 [ 3 ] {f6c4d08f-020e-4ed8-9dbf-229251661b9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
922 | 2024.05.15 03:42:09.786024 [ 3 ] {f6c4d08f-020e-4ed8-9dbf-229251661b9c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
923 | 2024.05.15 03:42:09.786074 [ 3 ] {f6c4d08f-020e-4ed8-9dbf-229251661b9c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
924 | 2024.05.15 03:42:09.786984 [ 3 ] {f6c4d08f-020e-4ed8-9dbf-229251661b9c} <Debug> DynamicQueryHandler: Done processing query | ||
925 | 2024.05.15 03:42:09.787010 [ 3 ] {f6c4d08f-020e-4ed8-9dbf-229251661b9c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
926 | 2024.05.15 03:42:09.787028 [ 3 ] {} <Debug> HTTP-Session: 3127619b-e891-459f-8d9f-1e0d2e8d0858 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
927 | 2024.05.15 03:42:09.787268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
928 | 2024.05.15 03:42:09.787318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
929 | 2024.05.15 03:42:09.787338 [ 3 ] {} <Debug> HTTP-Session: e8108377-d2a5-4e38-b27a-ec266697775d Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
930 | 2024.05.15 03:42:09.787355 [ 3 ] {} <Debug> HTTP-Session: e8108377-d2a5-4e38-b27a-ec266697775d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
931 | 2024.05.15 03:42:09.787369 [ 3 ] {} <Debug> HTTP-Session: e8108377-d2a5-4e38-b27a-ec266697775d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
932 | 2024.05.15 03:42:09.787400 [ 3 ] {} <Trace> HTTP-Session: e8108377-d2a5-4e38-b27a-ec266697775d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
933 | 2024.05.15 03:42:09.787533 [ 3 ] {a28091a0-3caa-4d99-b5c3-fd060de0bb94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
934 | 2024.05.15 03:42:09.787877 [ 3 ] {a28091a0-3caa-4d99-b5c3-fd060de0bb94} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
935 | 2024.05.15 03:42:09.787929 [ 3 ] {a28091a0-3caa-4d99-b5c3-fd060de0bb94} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
936 | 2024.05.15 03:42:09.788824 [ 3 ] {a28091a0-3caa-4d99-b5c3-fd060de0bb94} <Debug> DynamicQueryHandler: Done processing query | ||
937 | 2024.05.15 03:42:09.788850 [ 3 ] {a28091a0-3caa-4d99-b5c3-fd060de0bb94} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
938 | 2024.05.15 03:42:09.788867 [ 3 ] {} <Debug> HTTP-Session: e8108377-d2a5-4e38-b27a-ec266697775d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
939 | 2024.05.15 03:42:09.789063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
940 | 2024.05.15 03:42:09.789111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
941 | 2024.05.15 03:42:09.789131 [ 3 ] {} <Debug> HTTP-Session: fa3df417-fef2-43ea-b1bf-8a11fcf3cbd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
942 | 2024.05.15 03:42:09.789147 [ 3 ] {} <Debug> HTTP-Session: fa3df417-fef2-43ea-b1bf-8a11fcf3cbd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
943 | 2024.05.15 03:42:09.789160 [ 3 ] {} <Debug> HTTP-Session: fa3df417-fef2-43ea-b1bf-8a11fcf3cbd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
944 | 2024.05.15 03:42:09.789190 [ 3 ] {} <Trace> HTTP-Session: fa3df417-fef2-43ea-b1bf-8a11fcf3cbd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
945 | 2024.05.15 03:42:09.789316 [ 3 ] {fd85456f-2ac2-4544-a1a3-eee39c0ec261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
946 | 2024.05.15 03:42:09.789650 [ 3 ] {fd85456f-2ac2-4544-a1a3-eee39c0ec261} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
947 | 2024.05.15 03:42:09.789703 [ 3 ] {fd85456f-2ac2-4544-a1a3-eee39c0ec261} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
948 | 2024.05.15 03:42:09.790573 [ 3 ] {fd85456f-2ac2-4544-a1a3-eee39c0ec261} <Debug> DynamicQueryHandler: Done processing query | ||
949 | 2024.05.15 03:42:09.790599 [ 3 ] {fd85456f-2ac2-4544-a1a3-eee39c0ec261} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
950 | 2024.05.15 03:42:09.790615 [ 3 ] {} <Debug> HTTP-Session: fa3df417-fef2-43ea-b1bf-8a11fcf3cbd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
951 | 2024.05.15 03:42:09.790816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
952 | 2024.05.15 03:42:09.790863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
953 | 2024.05.15 03:42:09.790881 [ 3 ] {} <Debug> HTTP-Session: d0838b44-c5ca-41f1-a133-743c0ccee675 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
954 | 2024.05.15 03:42:09.790898 [ 3 ] {} <Debug> HTTP-Session: d0838b44-c5ca-41f1-a133-743c0ccee675 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
955 | 2024.05.15 03:42:09.790912 [ 3 ] {} <Debug> HTTP-Session: d0838b44-c5ca-41f1-a133-743c0ccee675 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
956 | 2024.05.15 03:42:09.790942 [ 3 ] {} <Trace> HTTP-Session: d0838b44-c5ca-41f1-a133-743c0ccee675 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
957 | 2024.05.15 03:42:09.791069 [ 3 ] {3c7fc3ad-c77b-4b5b-8465-3a7dba2c80b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
958 | 2024.05.15 03:42:09.791401 [ 3 ] {3c7fc3ad-c77b-4b5b-8465-3a7dba2c80b6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
959 | 2024.05.15 03:42:09.791452 [ 3 ] {3c7fc3ad-c77b-4b5b-8465-3a7dba2c80b6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
960 | 2024.05.15 03:42:09.792360 [ 3 ] {3c7fc3ad-c77b-4b5b-8465-3a7dba2c80b6} <Debug> DynamicQueryHandler: Done processing query | ||
961 | 2024.05.15 03:42:09.792385 [ 3 ] {3c7fc3ad-c77b-4b5b-8465-3a7dba2c80b6} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
962 | 2024.05.15 03:42:09.792401 [ 3 ] {} <Debug> HTTP-Session: d0838b44-c5ca-41f1-a133-743c0ccee675 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
963 | 2024.05.15 03:42:09.792598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
964 | 2024.05.15 03:42:09.792645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
965 | 2024.05.15 03:42:09.792665 [ 3 ] {} <Debug> HTTP-Session: a340c40e-0e4f-4b1c-9f1e-2f2fd93da841 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
966 | 2024.05.15 03:42:09.792682 [ 3 ] {} <Debug> HTTP-Session: a340c40e-0e4f-4b1c-9f1e-2f2fd93da841 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
967 | 2024.05.15 03:42:09.792695 [ 3 ] {} <Debug> HTTP-Session: a340c40e-0e4f-4b1c-9f1e-2f2fd93da841 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
968 | 2024.05.15 03:42:09.792724 [ 3 ] {} <Trace> HTTP-Session: a340c40e-0e4f-4b1c-9f1e-2f2fd93da841 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
969 | 2024.05.15 03:42:09.792852 [ 3 ] {1770026a-6a94-4f02-a420-409868ff6e3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
970 | 2024.05.15 03:42:09.793188 [ 3 ] {1770026a-6a94-4f02-a420-409868ff6e3b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
971 | 2024.05.15 03:42:09.793238 [ 3 ] {1770026a-6a94-4f02-a420-409868ff6e3b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
972 | 2024.05.15 03:42:09.794098 [ 3 ] {1770026a-6a94-4f02-a420-409868ff6e3b} <Debug> DynamicQueryHandler: Done processing query | ||
973 | 2024.05.15 03:42:09.794124 [ 3 ] {1770026a-6a94-4f02-a420-409868ff6e3b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
974 | 2024.05.15 03:42:09.794139 [ 3 ] {} <Debug> HTTP-Session: a340c40e-0e4f-4b1c-9f1e-2f2fd93da841 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
975 | 2024.05.15 03:42:09.794340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
976 | 2024.05.15 03:42:09.794386 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
977 | 2024.05.15 03:42:09.794405 [ 3 ] {} <Debug> HTTP-Session: f44c716d-24eb-496f-9fa8-39b8327cac6a Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
978 | 2024.05.15 03:42:09.794421 [ 3 ] {} <Debug> HTTP-Session: f44c716d-24eb-496f-9fa8-39b8327cac6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
979 | 2024.05.15 03:42:09.794435 [ 3 ] {} <Debug> HTTP-Session: f44c716d-24eb-496f-9fa8-39b8327cac6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
980 | 2024.05.15 03:42:09.794465 [ 3 ] {} <Trace> HTTP-Session: f44c716d-24eb-496f-9fa8-39b8327cac6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
981 | 2024.05.15 03:42:09.794591 [ 3 ] {598100c8-28fd-4f84-86fb-59fa99ccfbd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
982 | 2024.05.15 03:42:09.794931 [ 3 ] {598100c8-28fd-4f84-86fb-59fa99ccfbd2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
983 | 2024.05.15 03:42:09.794982 [ 3 ] {598100c8-28fd-4f84-86fb-59fa99ccfbd2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
984 | 2024.05.15 03:42:09.795848 [ 3 ] {598100c8-28fd-4f84-86fb-59fa99ccfbd2} <Debug> DynamicQueryHandler: Done processing query | ||
985 | 2024.05.15 03:42:09.795873 [ 3 ] {598100c8-28fd-4f84-86fb-59fa99ccfbd2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
986 | 2024.05.15 03:42:09.795890 [ 3 ] {} <Debug> HTTP-Session: f44c716d-24eb-496f-9fa8-39b8327cac6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
987 | 2024.05.15 03:42:09.796101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
988 | 2024.05.15 03:42:09.796149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
989 | 2024.05.15 03:42:09.796168 [ 3 ] {} <Debug> HTTP-Session: 1ffec414-af2a-4e44-a6ae-fd52437c0404 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
990 | 2024.05.15 03:42:09.796184 [ 3 ] {} <Debug> HTTP-Session: 1ffec414-af2a-4e44-a6ae-fd52437c0404 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
991 | 2024.05.15 03:42:09.796198 [ 3 ] {} <Debug> HTTP-Session: 1ffec414-af2a-4e44-a6ae-fd52437c0404 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
992 | 2024.05.15 03:42:09.796227 [ 3 ] {} <Trace> HTTP-Session: 1ffec414-af2a-4e44-a6ae-fd52437c0404 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
993 | 2024.05.15 03:42:09.796353 [ 3 ] {b47a781b-5ae0-4096-9e11-5bf43e32ab1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
994 | 2024.05.15 03:42:09.796691 [ 3 ] {b47a781b-5ae0-4096-9e11-5bf43e32ab1e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
995 | 2024.05.15 03:42:09.796738 [ 3 ] {b47a781b-5ae0-4096-9e11-5bf43e32ab1e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
996 | 2024.05.15 03:42:09.797621 [ 3 ] {b47a781b-5ae0-4096-9e11-5bf43e32ab1e} <Debug> DynamicQueryHandler: Done processing query | ||
997 | 2024.05.15 03:42:09.797648 [ 3 ] {b47a781b-5ae0-4096-9e11-5bf43e32ab1e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
998 | 2024.05.15 03:42:09.797665 [ 3 ] {} <Debug> HTTP-Session: 1ffec414-af2a-4e44-a6ae-fd52437c0404 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
999 | 2024.05.15 03:42:09.799265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1000 | 2024.05.15 03:42:09.799323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1001 | 2024.05.15 03:42:09.799346 [ 3 ] {} <Debug> HTTP-Session: efc3e09b-e64e-4ec2-aab1-5a216f3f3bf1 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1002 | 2024.05.15 03:42:09.799365 [ 3 ] {} <Debug> HTTP-Session: efc3e09b-e64e-4ec2-aab1-5a216f3f3bf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1003 | 2024.05.15 03:42:09.799382 [ 3 ] {} <Debug> HTTP-Session: efc3e09b-e64e-4ec2-aab1-5a216f3f3bf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1004 | 2024.05.15 03:42:09.799418 [ 3 ] {} <Trace> HTTP-Session: efc3e09b-e64e-4ec2-aab1-5a216f3f3bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1005 | 2024.05.15 03:42:09.799574 [ 3 ] {88b2f796-04b0-4e62-bd3c-8d19db176fcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) 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) | ||
1006 | 2024.05.15 03:42:09.800005 [ 3 ] {88b2f796-04b0-4e62-bd3c-8d19db176fcc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1007 | 2024.05.15 03:42:09.800067 [ 3 ] {88b2f796-04b0-4e62-bd3c-8d19db176fcc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1008 | 2024.05.15 03:42:09.800933 [ 3 ] {88b2f796-04b0-4e62-bd3c-8d19db176fcc} <Debug> DynamicQueryHandler: Done processing query | ||
1009 | 2024.05.15 03:42:09.800958 [ 3 ] {88b2f796-04b0-4e62-bd3c-8d19db176fcc} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1010 | 2024.05.15 03:42:09.800974 [ 3 ] {} <Debug> HTTP-Session: efc3e09b-e64e-4ec2-aab1-5a216f3f3bf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1011 | 2024.05.15 03:42:09.801957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1012 | 2024.05.15 03:42:09.802002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1013 | 2024.05.15 03:42:09.802021 [ 3 ] {} <Debug> HTTP-Session: 5fabcdf0-1f9d-436d-af94-235bc7bb7e3f Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1014 | 2024.05.15 03:42:09.802036 [ 3 ] {} <Debug> HTTP-Session: 5fabcdf0-1f9d-436d-af94-235bc7bb7e3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1015 | 2024.05.15 03:42:09.802049 [ 3 ] {} <Debug> HTTP-Session: 5fabcdf0-1f9d-436d-af94-235bc7bb7e3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1016 | 2024.05.15 03:42:09.802078 [ 3 ] {} <Trace> HTTP-Session: 5fabcdf0-1f9d-436d-af94-235bc7bb7e3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1017 | 2024.05.15 03:42:09.802207 [ 3 ] {36e88740-c5d1-4853-b6b7-c62fc849e0b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) 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) | ||
1018 | 2024.05.15 03:42:09.802685 [ 3 ] {36e88740-c5d1-4853-b6b7-c62fc849e0b7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1019 | 2024.05.15 03:42:09.802739 [ 3 ] {36e88740-c5d1-4853-b6b7-c62fc849e0b7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1020 | 2024.05.15 03:42:09.803637 [ 3 ] {36e88740-c5d1-4853-b6b7-c62fc849e0b7} <Debug> DynamicQueryHandler: Done processing query | ||
1021 | 2024.05.15 03:42:09.803662 [ 3 ] {36e88740-c5d1-4853-b6b7-c62fc849e0b7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1022 | 2024.05.15 03:42:09.803677 [ 3 ] {} <Debug> HTTP-Session: 5fabcdf0-1f9d-436d-af94-235bc7bb7e3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1023 | 2024.05.15 03:42:09.803866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1024 | 2024.05.15 03:42:09.803912 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1025 | 2024.05.15 03:42:09.803931 [ 3 ] {} <Debug> HTTP-Session: 5e2e2b76-61c5-486d-b54b-ffe09bfe2bfa Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1026 | 2024.05.15 03:42:09.803946 [ 3 ] {} <Debug> HTTP-Session: 5e2e2b76-61c5-486d-b54b-ffe09bfe2bfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1027 | 2024.05.15 03:42:09.803959 [ 3 ] {} <Debug> HTTP-Session: 5e2e2b76-61c5-486d-b54b-ffe09bfe2bfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1028 | 2024.05.15 03:42:09.803989 [ 3 ] {} <Trace> HTTP-Session: 5e2e2b76-61c5-486d-b54b-ffe09bfe2bfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1029 | 2024.05.15 03:42:09.804126 [ 3 ] {f9005698-dcb6-4eed-be3f-e73b381f291d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) 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) | ||
1030 | 2024.05.15 03:42:09.804482 [ 3 ] {f9005698-dcb6-4eed-be3f-e73b381f291d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1031 | 2024.05.15 03:42:09.804531 [ 3 ] {f9005698-dcb6-4eed-be3f-e73b381f291d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1032 | 2024.05.15 03:42:09.805400 [ 3 ] {f9005698-dcb6-4eed-be3f-e73b381f291d} <Debug> DynamicQueryHandler: Done processing query | ||
1033 | 2024.05.15 03:42:09.805426 [ 3 ] {f9005698-dcb6-4eed-be3f-e73b381f291d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1034 | 2024.05.15 03:42:09.805442 [ 3 ] {} <Debug> HTTP-Session: 5e2e2b76-61c5-486d-b54b-ffe09bfe2bfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1035 | 2024.05.15 03:42:09.805626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 722, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1036 | 2024.05.15 03:42:09.805671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1037 | 2024.05.15 03:42:09.805690 [ 3 ] {} <Debug> HTTP-Session: 55cb4e5a-a9ea-4c42-8f9f-64f54a7d88e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1038 | 2024.05.15 03:42:09.805706 [ 3 ] {} <Debug> HTTP-Session: 55cb4e5a-a9ea-4c42-8f9f-64f54a7d88e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1039 | 2024.05.15 03:42:09.805719 [ 3 ] {} <Debug> HTTP-Session: 55cb4e5a-a9ea-4c42-8f9f-64f54a7d88e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1040 | 2024.05.15 03:42:09.805749 [ 3 ] {} <Trace> HTTP-Session: 55cb4e5a-a9ea-4c42-8f9f-64f54a7d88e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1041 | 2024.05.15 03:42:09.805879 [ 3 ] {2392d3c2-ad43-49e9-b6ce-a2e53c1b4e8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) 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) | ||
1042 | 2024.05.15 03:42:09.806232 [ 3 ] {2392d3c2-ad43-49e9-b6ce-a2e53c1b4e8d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1043 | 2024.05.15 03:42:09.806282 [ 3 ] {2392d3c2-ad43-49e9-b6ce-a2e53c1b4e8d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1044 | 2024.05.15 03:42:09.807097 [ 3 ] {2392d3c2-ad43-49e9-b6ce-a2e53c1b4e8d} <Debug> DynamicQueryHandler: Done processing query | ||
1045 | 2024.05.15 03:42:09.807122 [ 3 ] {2392d3c2-ad43-49e9-b6ce-a2e53c1b4e8d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1046 | 2024.05.15 03:42:09.807137 [ 3 ] {} <Debug> HTTP-Session: 55cb4e5a-a9ea-4c42-8f9f-64f54a7d88e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1047 | 2024.05.15 03:42:09.808763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 4876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1048 | 2024.05.15 03:42:09.808812 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1049 | 2024.05.15 03:42:09.808833 [ 3 ] {} <Debug> HTTP-Session: d448324d-e371-4779-9336-f16550cecc9c Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1050 | 2024.05.15 03:42:09.808849 [ 3 ] {} <Debug> HTTP-Session: d448324d-e371-4779-9336-f16550cecc9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1051 | 2024.05.15 03:42:09.808863 [ 3 ] {} <Debug> HTTP-Session: d448324d-e371-4779-9336-f16550cecc9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1052 | 2024.05.15 03:42:09.808893 [ 3 ] {} <Trace> HTTP-Session: d448324d-e371-4779-9336-f16550cecc9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1053 | 2024.05.15 03:42:09.809015 [ 3 ] {59e9cd9a-8354-4192-b409-eae9c51c274e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1054 | 2024.05.15 03:42:09.809059 [ 3 ] {59e9cd9a-8354-4192-b409-eae9c51c274e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1055 | 2024.05.15 03:42:09.809255 [ 3 ] {59e9cd9a-8354-4192-b409-eae9c51c274e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1056 | 2024.05.15 03:42:09.809789 [ 3 ] {59e9cd9a-8354-4192-b409-eae9c51c274e} <Trace> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1057 | 2024.05.15 03:42:09.809830 [ 3 ] {59e9cd9a-8354-4192-b409-eae9c51c274e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1058 | 2024.05.15 03:42:09.810370 [ 3 ] {59e9cd9a-8354-4192-b409-eae9c51c274e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1059 | 2024.05.15 03:42:09.810693 [ 3 ] {59e9cd9a-8354-4192-b409-eae9c51c274e} <Trace> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1060 | 2024.05.15 03:42:09.810854 [ 3 ] {59e9cd9a-8354-4192-b409-eae9c51c274e} <Debug> executeQuery: Read 18 rows, 2.44 KiB in 0.00188 sec., 9574.468085106384 rows/sec., 1.27 MiB/sec. | ||
1061 | 2024.05.15 03:42:09.811041 [ 3 ] {59e9cd9a-8354-4192-b409-eae9c51c274e} <Debug> DynamicQueryHandler: Done processing query | ||
1062 | 2024.05.15 03:42:09.811065 [ 3 ] {59e9cd9a-8354-4192-b409-eae9c51c274e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1063 | 2024.05.15 03:42:09.811082 [ 3 ] {} <Debug> HTTP-Session: d448324d-e371-4779-9336-f16550cecc9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1064 | 2024.05.15 03:42:09.811204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 2059, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1065 | 2024.05.15 03:42:09.811253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1066 | 2024.05.15 03:42:09.811271 [ 3 ] {} <Debug> HTTP-Session: 7503635f-0bd2-4b74-8657-3d19c4ad0bdd Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1067 | 2024.05.15 03:42:09.811287 [ 3 ] {} <Debug> HTTP-Session: 7503635f-0bd2-4b74-8657-3d19c4ad0bdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1068 | 2024.05.15 03:42:09.811300 [ 3 ] {} <Debug> HTTP-Session: 7503635f-0bd2-4b74-8657-3d19c4ad0bdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1069 | 2024.05.15 03:42:09.811330 [ 3 ] {} <Trace> HTTP-Session: 7503635f-0bd2-4b74-8657-3d19c4ad0bdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1070 | 2024.05.15 03:42:09.811434 [ 3 ] {afbd28eb-5596-4aa2-ba60-496efcc79352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1071 | 2024.05.15 03:42:09.811477 [ 3 ] {afbd28eb-5596-4aa2-ba60-496efcc79352} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1072 | 2024.05.15 03:42:09.811608 [ 3 ] {afbd28eb-5596-4aa2-ba60-496efcc79352} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1073 | 2024.05.15 03:42:09.813566 [ 3 ] {afbd28eb-5596-4aa2-ba60-496efcc79352} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1074 | 2024.05.15 03:42:09.813602 [ 3 ] {afbd28eb-5596-4aa2-ba60-496efcc79352} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1075 | 2024.05.15 03:42:09.813910 [ 3 ] {afbd28eb-5596-4aa2-ba60-496efcc79352} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1076 | 2024.05.15 03:42:09.814218 [ 3 ] {afbd28eb-5596-4aa2-ba60-496efcc79352} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1077 | 2024.05.15 03:42:09.814364 [ 3 ] {afbd28eb-5596-4aa2-ba60-496efcc79352} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.002955 sec., 4737.732656514382 rows/sec., 384.02 KiB/sec. | ||
1078 | 2024.05.15 03:42:09.814528 [ 3 ] {afbd28eb-5596-4aa2-ba60-496efcc79352} <Debug> DynamicQueryHandler: Done processing query | ||
1079 | 2024.05.15 03:42:09.814552 [ 3 ] {afbd28eb-5596-4aa2-ba60-496efcc79352} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1080 | 2024.05.15 03:42:09.814568 [ 3 ] {} <Debug> HTTP-Session: 7503635f-0bd2-4b74-8657-3d19c4ad0bdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1081 | 2024.05.15 03:42:09.814755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1082 | 2024.05.15 03:42:09.814804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1083 | 2024.05.15 03:42:09.814822 [ 3 ] {} <Debug> HTTP-Session: e0d0fef9-3301-4991-baed-98a1b4be3c9f Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1084 | 2024.05.15 03:42:09.814838 [ 3 ] {} <Debug> HTTP-Session: e0d0fef9-3301-4991-baed-98a1b4be3c9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1085 | 2024.05.15 03:42:09.814851 [ 3 ] {} <Debug> HTTP-Session: e0d0fef9-3301-4991-baed-98a1b4be3c9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1086 | 2024.05.15 03:42:09.814882 [ 3 ] {} <Trace> HTTP-Session: e0d0fef9-3301-4991-baed-98a1b4be3c9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1087 | 2024.05.15 03:42:09.814997 [ 3 ] {e45b00aa-c804-4b78-a610-9f4cdaa9c510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1088 | 2024.05.15 03:42:09.815038 [ 3 ] {e45b00aa-c804-4b78-a610-9f4cdaa9c510} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1089 | 2024.05.15 03:42:09.815164 [ 3 ] {e45b00aa-c804-4b78-a610-9f4cdaa9c510} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1090 | 2024.05.15 03:42:09.817465 [ 3 ] {e45b00aa-c804-4b78-a610-9f4cdaa9c510} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1091 | 2024.05.15 03:42:09.817501 [ 3 ] {e45b00aa-c804-4b78-a610-9f4cdaa9c510} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1092 | 2024.05.15 03:42:09.817822 [ 3 ] {e45b00aa-c804-4b78-a610-9f4cdaa9c510} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1093 | 2024.05.15 03:42:09.818125 [ 3 ] {e45b00aa-c804-4b78-a610-9f4cdaa9c510} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1094 | 2024.05.15 03:42:09.818262 [ 3 ] {e45b00aa-c804-4b78-a610-9f4cdaa9c510} <Debug> executeQuery: Read 68 rows, 5.76 KiB in 0.003302 sec., 20593.57964869776 rows/sec., 1.70 MiB/sec. | ||
1095 | 2024.05.15 03:42:09.818532 [ 3 ] {e45b00aa-c804-4b78-a610-9f4cdaa9c510} <Debug> DynamicQueryHandler: Done processing query | ||
1096 | 2024.05.15 03:42:09.818557 [ 3 ] {e45b00aa-c804-4b78-a610-9f4cdaa9c510} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1097 | 2024.05.15 03:42:09.818573 [ 3 ] {} <Debug> HTTP-Session: e0d0fef9-3301-4991-baed-98a1b4be3c9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1098 | 2024.05.15 03:42:09.818712 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 8866, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1099 | 2024.05.15 03:42:09.818761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1100 | 2024.05.15 03:42:09.818779 [ 3 ] {} <Debug> HTTP-Session: 1ef30059-d1d3-4aed-bab8-4f275f4b33fc Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1101 | 2024.05.15 03:42:09.818795 [ 3 ] {} <Debug> HTTP-Session: 1ef30059-d1d3-4aed-bab8-4f275f4b33fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1102 | 2024.05.15 03:42:09.818808 [ 3 ] {} <Debug> HTTP-Session: 1ef30059-d1d3-4aed-bab8-4f275f4b33fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1103 | 2024.05.15 03:42:09.818838 [ 3 ] {} <Trace> HTTP-Session: 1ef30059-d1d3-4aed-bab8-4f275f4b33fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1104 | 2024.05.15 03:42:09.818947 [ 3 ] {f9305dbf-76c8-47a9-8927-27b3d2ab0861} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1105 | 2024.05.15 03:42:09.818989 [ 3 ] {f9305dbf-76c8-47a9-8927-27b3d2ab0861} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1106 | 2024.05.15 03:42:09.819656 [ 3 ] {f9305dbf-76c8-47a9-8927-27b3d2ab0861} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1107 | 2024.05.15 03:42:09.820570 [ 3 ] {f9305dbf-76c8-47a9-8927-27b3d2ab0861} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1108 | 2024.05.15 03:42:09.820605 [ 3 ] {f9305dbf-76c8-47a9-8927-27b3d2ab0861} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1109 | 2024.05.15 03:42:09.820940 [ 3 ] {f9305dbf-76c8-47a9-8927-27b3d2ab0861} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1110 | 2024.05.15 03:42:09.821238 [ 3 ] {f9305dbf-76c8-47a9-8927-27b3d2ab0861} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1111 | 2024.05.15 03:42:09.821358 [ 3 ] {f9305dbf-76c8-47a9-8927-27b3d2ab0861} <Debug> executeQuery: Read 52 rows, 4.17 KiB in 0.002446 sec., 21259.19869174162 rows/sec., 1.67 MiB/sec. | ||
1112 | 2024.05.15 03:42:09.821613 [ 3 ] {f9305dbf-76c8-47a9-8927-27b3d2ab0861} <Debug> DynamicQueryHandler: Done processing query | ||
1113 | 2024.05.15 03:42:09.821637 [ 3 ] {f9305dbf-76c8-47a9-8927-27b3d2ab0861} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1114 | 2024.05.15 03:42:09.821654 [ 3 ] {} <Debug> HTTP-Session: 1ef30059-d1d3-4aed-bab8-4f275f4b33fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1115 | 2024.05.15 03:42:09.821796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 11497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1116 | 2024.05.15 03:42:09.821844 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1117 | 2024.05.15 03:42:09.821863 [ 3 ] {} <Debug> HTTP-Session: 0890451f-4f9b-48a0-82e9-566d5a130248 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1118 | 2024.05.15 03:42:09.821879 [ 3 ] {} <Debug> HTTP-Session: 0890451f-4f9b-48a0-82e9-566d5a130248 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1119 | 2024.05.15 03:42:09.821892 [ 3 ] {} <Debug> HTTP-Session: 0890451f-4f9b-48a0-82e9-566d5a130248 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1120 | 2024.05.15 03:42:09.821920 [ 3 ] {} <Trace> HTTP-Session: 0890451f-4f9b-48a0-82e9-566d5a130248 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1121 | 2024.05.15 03:42:09.822038 [ 3 ] {a3aa7272-2cff-4e2c-8c27-f01906e64a86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1122 | 2024.05.15 03:42:09.822084 [ 3 ] {a3aa7272-2cff-4e2c-8c27-f01906e64a86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1123 | 2024.05.15 03:42:09.822244 [ 3 ] {a3aa7272-2cff-4e2c-8c27-f01906e64a86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1124 | 2024.05.15 03:42:09.822594 [ 3 ] {a3aa7272-2cff-4e2c-8c27-f01906e64a86} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1125 | 2024.05.15 03:42:09.822627 [ 3 ] {a3aa7272-2cff-4e2c-8c27-f01906e64a86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1126 | 2024.05.15 03:42:09.823062 [ 3 ] {a3aa7272-2cff-4e2c-8c27-f01906e64a86} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1127 | 2024.05.15 03:42:09.823395 [ 3 ] {a3aa7272-2cff-4e2c-8c27-f01906e64a86} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1128 | 2024.05.15 03:42:09.823545 [ 3 ] {a3aa7272-2cff-4e2c-8c27-f01906e64a86} <Debug> executeQuery: Read 60 rows, 4.26 KiB in 0.001548 sec., 38759.689922480626 rows/sec., 2.69 MiB/sec. | ||
1129 | 2024.05.15 03:42:09.823718 [ 3 ] {a3aa7272-2cff-4e2c-8c27-f01906e64a86} <Debug> DynamicQueryHandler: Done processing query | ||
1130 | 2024.05.15 03:42:09.823741 [ 3 ] {a3aa7272-2cff-4e2c-8c27-f01906e64a86} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1131 | 2024.05.15 03:42:09.823757 [ 3 ] {} <Debug> HTTP-Session: 0890451f-4f9b-48a0-82e9-566d5a130248 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1132 | 2024.05.15 03:42:09.823932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 15024, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1133 | 2024.05.15 03:42:09.823979 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1134 | 2024.05.15 03:42:09.823998 [ 3 ] {} <Debug> HTTP-Session: a8f4b37c-e10b-4ef4-9fcc-c0a28f26c335 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1135 | 2024.05.15 03:42:09.824014 [ 3 ] {} <Debug> HTTP-Session: a8f4b37c-e10b-4ef4-9fcc-c0a28f26c335 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1136 | 2024.05.15 03:42:09.824027 [ 3 ] {} <Debug> HTTP-Session: a8f4b37c-e10b-4ef4-9fcc-c0a28f26c335 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1137 | 2024.05.15 03:42:09.824056 [ 3 ] {} <Trace> HTTP-Session: a8f4b37c-e10b-4ef4-9fcc-c0a28f26c335 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1138 | 2024.05.15 03:42:09.824227 [ 3 ] {71e71799-76b2-4bc4-bc68-0e1106b60911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1139 | 2024.05.15 03:42:09.824273 [ 3 ] {71e71799-76b2-4bc4-bc68-0e1106b60911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1140 | 2024.05.15 03:42:09.824451 [ 3 ] {71e71799-76b2-4bc4-bc68-0e1106b60911} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1141 | 2024.05.15 03:42:09.824911 [ 3 ] {71e71799-76b2-4bc4-bc68-0e1106b60911} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1142 | 2024.05.15 03:42:09.824947 [ 3 ] {71e71799-76b2-4bc4-bc68-0e1106b60911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1143 | 2024.05.15 03:42:09.827825 [ 3 ] {71e71799-76b2-4bc4-bc68-0e1106b60911} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1144 | 2024.05.15 03:42:09.828157 [ 3 ] {71e71799-76b2-4bc4-bc68-0e1106b60911} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1145 | 2024.05.15 03:42:09.828298 [ 3 ] {71e71799-76b2-4bc4-bc68-0e1106b60911} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.00422 sec., 3317.535545023697 rows/sec., 4.48 MiB/sec. | ||
1146 | 2024.05.15 03:42:09.828459 [ 3 ] {71e71799-76b2-4bc4-bc68-0e1106b60911} <Debug> DynamicQueryHandler: Done processing query | ||
1147 | 2024.05.15 03:42:09.828481 [ 3 ] {71e71799-76b2-4bc4-bc68-0e1106b60911} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1148 | 2024.05.15 03:42:09.828497 [ 3 ] {} <Debug> HTTP-Session: a8f4b37c-e10b-4ef4-9fcc-c0a28f26c335 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1149 | 2024.05.15 03:42:09.828674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 2433, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1150 | 2024.05.15 03:42:09.828723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1151 | 2024.05.15 03:42:09.828741 [ 3 ] {} <Debug> HTTP-Session: 165bde4e-f226-4b91-b573-5799dd06c73a Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1152 | 2024.05.15 03:42:09.828757 [ 3 ] {} <Debug> HTTP-Session: 165bde4e-f226-4b91-b573-5799dd06c73a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1153 | 2024.05.15 03:42:09.828770 [ 3 ] {} <Debug> HTTP-Session: 165bde4e-f226-4b91-b573-5799dd06c73a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1154 | 2024.05.15 03:42:09.828800 [ 3 ] {} <Trace> HTTP-Session: 165bde4e-f226-4b91-b573-5799dd06c73a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1155 | 2024.05.15 03:42:09.828899 [ 3 ] {33cdc416-7cb9-4b1a-8f09-22c940425727} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1156 | 2024.05.15 03:42:09.828941 [ 3 ] {33cdc416-7cb9-4b1a-8f09-22c940425727} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1157 | 2024.05.15 03:42:09.829066 [ 3 ] {33cdc416-7cb9-4b1a-8f09-22c940425727} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1158 | 2024.05.15 03:42:09.829339 [ 3 ] {33cdc416-7cb9-4b1a-8f09-22c940425727} <Trace> oximeter.measurements_i64 (03c997e7-7da7-489e-95a5-8374935fb67a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1159 | 2024.05.15 03:42:09.829374 [ 3 ] {33cdc416-7cb9-4b1a-8f09-22c940425727} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1160 | 2024.05.15 03:42:09.829713 [ 3 ] {33cdc416-7cb9-4b1a-8f09-22c940425727} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1161 | 2024.05.15 03:42:09.830029 [ 3 ] {33cdc416-7cb9-4b1a-8f09-22c940425727} <Trace> oximeter.measurements_i64 (03c997e7-7da7-489e-95a5-8374935fb67a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1162 | 2024.05.15 03:42:09.830175 [ 3 ] {33cdc416-7cb9-4b1a-8f09-22c940425727} <Debug> executeQuery: Read 15 rows, 1.12 KiB in 0.001305 sec., 11494.252873563219 rows/sec., 855.33 KiB/sec. | ||
1163 | 2024.05.15 03:42:09.830441 [ 3 ] {33cdc416-7cb9-4b1a-8f09-22c940425727} <Debug> DynamicQueryHandler: Done processing query | ||
1164 | 2024.05.15 03:42:09.830464 [ 3 ] {33cdc416-7cb9-4b1a-8f09-22c940425727} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1165 | 2024.05.15 03:42:09.830480 [ 3 ] {} <Debug> HTTP-Session: 165bde4e-f226-4b91-b573-5799dd06c73a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1166 | 2024.05.15 03:42:09.830591 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 2802, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1167 | 2024.05.15 03:42:09.830640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1168 | 2024.05.15 03:42:09.830660 [ 3 ] {} <Debug> HTTP-Session: a7634df8-8b15-4226-a538-0823937ad87b Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1169 | 2024.05.15 03:42:09.830677 [ 3 ] {} <Debug> HTTP-Session: a7634df8-8b15-4226-a538-0823937ad87b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1170 | 2024.05.15 03:42:09.830690 [ 3 ] {} <Debug> HTTP-Session: a7634df8-8b15-4226-a538-0823937ad87b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1171 | 2024.05.15 03:42:09.830721 [ 3 ] {} <Trace> HTTP-Session: a7634df8-8b15-4226-a538-0823937ad87b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1172 | 2024.05.15 03:42:09.830821 [ 3 ] {a2ffe130-ac25-4b51-b89b-95d5669972ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1173 | 2024.05.15 03:42:09.830864 [ 3 ] {a2ffe130-ac25-4b51-b89b-95d5669972ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1174 | 2024.05.15 03:42:09.831007 [ 3 ] {a2ffe130-ac25-4b51-b89b-95d5669972ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1175 | 2024.05.15 03:42:09.831284 [ 3 ] {a2ffe130-ac25-4b51-b89b-95d5669972ce} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1176 | 2024.05.15 03:42:09.831318 [ 3 ] {a2ffe130-ac25-4b51-b89b-95d5669972ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1177 | 2024.05.15 03:42:09.831657 [ 3 ] {a2ffe130-ac25-4b51-b89b-95d5669972ce} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1178 | 2024.05.15 03:42:09.831963 [ 3 ] {a2ffe130-ac25-4b51-b89b-95d5669972ce} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1179 | 2024.05.15 03:42:09.832115 [ 3 ] {a2ffe130-ac25-4b51-b89b-95d5669972ce} <Debug> executeQuery: Read 18 rows, 1.26 KiB in 0.001323 sec., 13605.442176870749 rows/sec., 954.42 KiB/sec. | ||
1180 | 2024.05.15 03:42:09.832385 [ 3 ] {a2ffe130-ac25-4b51-b89b-95d5669972ce} <Debug> DynamicQueryHandler: Done processing query | ||
1181 | 2024.05.15 03:42:09.832408 [ 3 ] {a2ffe130-ac25-4b51-b89b-95d5669972ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1182 | 2024.05.15 03:42:09.832423 [ 3 ] {} <Debug> HTTP-Session: a7634df8-8b15-4226-a538-0823937ad87b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1183 | 2024.05.15 03:42:14.763717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 3627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1184 | 2024.05.15 03:42:14.763849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1185 | 2024.05.15 03:42:14.763873 [ 3 ] {} <Debug> HTTP-Session: 1347e748-0974-45eb-abe8-0bdbf9ac0864 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1186 | 2024.05.15 03:42:14.763897 [ 3 ] {} <Debug> HTTP-Session: 1347e748-0974-45eb-abe8-0bdbf9ac0864 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1187 | 2024.05.15 03:42:14.763911 [ 3 ] {} <Debug> HTTP-Session: 1347e748-0974-45eb-abe8-0bdbf9ac0864 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1188 | 2024.05.15 03:42:14.763959 [ 3 ] {} <Trace> HTTP-Session: 1347e748-0974-45eb-abe8-0bdbf9ac0864 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1189 | 2024.05.15 03:42:14.764145 [ 3 ] {d925eb2b-9bf7-4ab0-9d90-6f76b84324f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1190 | 2024.05.15 03:42:14.764210 [ 3 ] {d925eb2b-9bf7-4ab0-9d90-6f76b84324f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1191 | 2024.05.15 03:42:14.764395 [ 3 ] {d925eb2b-9bf7-4ab0-9d90-6f76b84324f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1192 | 2024.05.15 03:42:14.764845 [ 3 ] {d925eb2b-9bf7-4ab0-9d90-6f76b84324f1} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1193 | 2024.05.15 03:42:14.764891 [ 3 ] {d925eb2b-9bf7-4ab0-9d90-6f76b84324f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1194 | 2024.05.15 03:42:14.765265 [ 3 ] {d925eb2b-9bf7-4ab0-9d90-6f76b84324f1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1195 | 2024.05.15 03:42:14.765590 [ 3 ] {d925eb2b-9bf7-4ab0-9d90-6f76b84324f1} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1196 | 2024.05.15 03:42:14.765793 [ 3 ] {d925eb2b-9bf7-4ab0-9d90-6f76b84324f1} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001694 sec., 15348.288075560804 rows/sec., 1.16 MiB/sec. | ||
1197 | 2024.05.15 03:42:14.766014 [ 3 ] {d925eb2b-9bf7-4ab0-9d90-6f76b84324f1} <Debug> DynamicQueryHandler: Done processing query | ||
1198 | 2024.05.15 03:42:14.766040 [ 3 ] {d925eb2b-9bf7-4ab0-9d90-6f76b84324f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1199 | 2024.05.15 03:42:14.766057 [ 3 ] {} <Debug> HTTP-Session: 1347e748-0974-45eb-abe8-0bdbf9ac0864 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1200 | 2024.05.15 03:42:14.766196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 4788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1201 | 2024.05.15 03:42:14.766254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1202 | 2024.05.15 03:42:14.766274 [ 3 ] {} <Debug> HTTP-Session: 0ef56a91-0c02-49d1-b7b4-31069ba66798 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1203 | 2024.05.15 03:42:14.766291 [ 3 ] {} <Debug> HTTP-Session: 0ef56a91-0c02-49d1-b7b4-31069ba66798 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1204 | 2024.05.15 03:42:14.766305 [ 3 ] {} <Debug> HTTP-Session: 0ef56a91-0c02-49d1-b7b4-31069ba66798 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1205 | 2024.05.15 03:42:14.766339 [ 3 ] {} <Trace> HTTP-Session: 0ef56a91-0c02-49d1-b7b4-31069ba66798 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1206 | 2024.05.15 03:42:14.766449 [ 3 ] {34588173-abb4-4c9f-a0a8-c00fb605e6f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1207 | 2024.05.15 03:42:14.766494 [ 3 ] {34588173-abb4-4c9f-a0a8-c00fb605e6f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1208 | 2024.05.15 03:42:14.766624 [ 3 ] {34588173-abb4-4c9f-a0a8-c00fb605e6f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1209 | 2024.05.15 03:42:14.766971 [ 3 ] {34588173-abb4-4c9f-a0a8-c00fb605e6f7} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1210 | 2024.05.15 03:42:14.767007 [ 3 ] {34588173-abb4-4c9f-a0a8-c00fb605e6f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1211 | 2024.05.15 03:42:14.767314 [ 3 ] {34588173-abb4-4c9f-a0a8-c00fb605e6f7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1212 | 2024.05.15 03:42:14.767613 [ 3 ] {34588173-abb4-4c9f-a0a8-c00fb605e6f7} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1213 | 2024.05.15 03:42:14.767759 [ 3 ] {34588173-abb4-4c9f-a0a8-c00fb605e6f7} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001334 sec., 20989.505247376313 rows/sec., 1.64 MiB/sec. | ||
1214 | 2024.05.15 03:42:14.768018 [ 3 ] {34588173-abb4-4c9f-a0a8-c00fb605e6f7} <Debug> DynamicQueryHandler: Done processing query | ||
1215 | 2024.05.15 03:42:14.768042 [ 3 ] {34588173-abb4-4c9f-a0a8-c00fb605e6f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1216 | 2024.05.15 03:42:14.768057 [ 3 ] {} <Debug> HTTP-Session: 0ef56a91-0c02-49d1-b7b4-31069ba66798 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1217 | 2024.05.15 03:42:14.768221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 19117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1218 | 2024.05.15 03:42:14.768271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1219 | 2024.05.15 03:42:14.768290 [ 3 ] {} <Debug> HTTP-Session: df9dc6a4-7cc2-49e7-a71e-43e7411a787c Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1220 | 2024.05.15 03:42:14.768306 [ 3 ] {} <Debug> HTTP-Session: df9dc6a4-7cc2-49e7-a71e-43e7411a787c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1221 | 2024.05.15 03:42:14.768320 [ 3 ] {} <Debug> HTTP-Session: df9dc6a4-7cc2-49e7-a71e-43e7411a787c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1222 | 2024.05.15 03:42:14.768352 [ 3 ] {} <Trace> HTTP-Session: df9dc6a4-7cc2-49e7-a71e-43e7411a787c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1223 | 2024.05.15 03:42:14.768487 [ 3 ] {1568f31c-3216-49c1-aefb-a48e990bada8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1224 | 2024.05.15 03:42:14.768535 [ 3 ] {1568f31c-3216-49c1-aefb-a48e990bada8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1225 | 2024.05.15 03:42:14.768696 [ 3 ] {1568f31c-3216-49c1-aefb-a48e990bada8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1226 | 2024.05.15 03:42:14.769064 [ 3 ] {1568f31c-3216-49c1-aefb-a48e990bada8} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1227 | 2024.05.15 03:42:14.769101 [ 3 ] {1568f31c-3216-49c1-aefb-a48e990bada8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1228 | 2024.05.15 03:42:14.769474 [ 3 ] {1568f31c-3216-49c1-aefb-a48e990bada8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1229 | 2024.05.15 03:42:14.769799 [ 3 ] {1568f31c-3216-49c1-aefb-a48e990bada8} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1230 | 2024.05.15 03:42:14.769951 [ 3 ] {1568f31c-3216-49c1-aefb-a48e990bada8} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001516 sec., 65963.06068601583 rows/sec., 4.57 MiB/sec. | ||
1231 | 2024.05.15 03:42:14.770134 [ 3 ] {1568f31c-3216-49c1-aefb-a48e990bada8} <Debug> DynamicQueryHandler: Done processing query | ||
1232 | 2024.05.15 03:42:14.770157 [ 3 ] {1568f31c-3216-49c1-aefb-a48e990bada8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1233 | 2024.05.15 03:42:14.770174 [ 3 ] {} <Debug> HTTP-Session: df9dc6a4-7cc2-49e7-a71e-43e7411a787c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1234 | 2024.05.15 03:42:14.770297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 4632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1235 | 2024.05.15 03:42:14.770347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1236 | 2024.05.15 03:42:14.770366 [ 3 ] {} <Debug> HTTP-Session: f08faaca-2319-443e-8fde-ef83fc3d6fd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1237 | 2024.05.15 03:42:14.770382 [ 3 ] {} <Debug> HTTP-Session: f08faaca-2319-443e-8fde-ef83fc3d6fd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1238 | 2024.05.15 03:42:14.770396 [ 3 ] {} <Debug> HTTP-Session: f08faaca-2319-443e-8fde-ef83fc3d6fd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1239 | 2024.05.15 03:42:14.770427 [ 3 ] {} <Trace> HTTP-Session: f08faaca-2319-443e-8fde-ef83fc3d6fd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1240 | 2024.05.15 03:42:14.770538 [ 3 ] {30bac6b5-6c25-4be3-9006-6f8fe2e76b49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1241 | 2024.05.15 03:42:14.770582 [ 3 ] {30bac6b5-6c25-4be3-9006-6f8fe2e76b49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1242 | 2024.05.15 03:42:14.770707 [ 3 ] {30bac6b5-6c25-4be3-9006-6f8fe2e76b49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1243 | 2024.05.15 03:42:14.771006 [ 3 ] {30bac6b5-6c25-4be3-9006-6f8fe2e76b49} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1244 | 2024.05.15 03:42:14.771041 [ 3 ] {30bac6b5-6c25-4be3-9006-6f8fe2e76b49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1245 | 2024.05.15 03:42:14.771379 [ 3 ] {30bac6b5-6c25-4be3-9006-6f8fe2e76b49} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1246 | 2024.05.15 03:42:14.771691 [ 3 ] {30bac6b5-6c25-4be3-9006-6f8fe2e76b49} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1247 | 2024.05.15 03:42:14.771835 [ 3 ] {30bac6b5-6c25-4be3-9006-6f8fe2e76b49} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001328 sec., 22590.36144578313 rows/sec., 1.55 MiB/sec. | ||
1248 | 2024.05.15 03:42:14.771988 [ 3 ] {30bac6b5-6c25-4be3-9006-6f8fe2e76b49} <Debug> DynamicQueryHandler: Done processing query | ||
1249 | 2024.05.15 03:42:14.772011 [ 3 ] {30bac6b5-6c25-4be3-9006-6f8fe2e76b49} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1250 | 2024.05.15 03:42:14.772026 [ 3 ] {} <Debug> HTTP-Session: f08faaca-2319-443e-8fde-ef83fc3d6fd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1251 | 2024.05.15 03:42:19.765090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 2059, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1252 | 2024.05.15 03:42:19.765274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1253 | 2024.05.15 03:42:19.765317 [ 3 ] {} <Debug> HTTP-Session: 4c07e808-9e2e-42bc-b6c0-46b281e99348 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1254 | 2024.05.15 03:42:19.765357 [ 3 ] {} <Debug> HTTP-Session: 4c07e808-9e2e-42bc-b6c0-46b281e99348 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1255 | 2024.05.15 03:42:19.765384 [ 3 ] {} <Debug> HTTP-Session: 4c07e808-9e2e-42bc-b6c0-46b281e99348 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1256 | 2024.05.15 03:42:19.765464 [ 3 ] {} <Trace> HTTP-Session: 4c07e808-9e2e-42bc-b6c0-46b281e99348 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1257 | 2024.05.15 03:42:19.765678 [ 3 ] {7a80668f-4a87-4db8-a4ad-4e570831d23c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1258 | 2024.05.15 03:42:19.765744 [ 3 ] {7a80668f-4a87-4db8-a4ad-4e570831d23c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1259 | 2024.05.15 03:42:19.765933 [ 3 ] {7a80668f-4a87-4db8-a4ad-4e570831d23c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1260 | 2024.05.15 03:42:19.766352 [ 3 ] {7a80668f-4a87-4db8-a4ad-4e570831d23c} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1261 | 2024.05.15 03:42:19.766395 [ 3 ] {7a80668f-4a87-4db8-a4ad-4e570831d23c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1262 | 2024.05.15 03:42:19.766897 [ 3 ] {7a80668f-4a87-4db8-a4ad-4e570831d23c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1263 | 2024.05.15 03:42:19.767474 [ 3 ] {7a80668f-4a87-4db8-a4ad-4e570831d23c} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1264 | 2024.05.15 03:42:19.767645 [ 3 ] {7a80668f-4a87-4db8-a4ad-4e570831d23c} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.002014 sec., 6951.340615690168 rows/sec., 563.44 KiB/sec. | ||
1265 | 2024.05.15 03:42:19.767865 [ 3 ] {7a80668f-4a87-4db8-a4ad-4e570831d23c} <Debug> DynamicQueryHandler: Done processing query | ||
1266 | 2024.05.15 03:42:19.767890 [ 3 ] {7a80668f-4a87-4db8-a4ad-4e570831d23c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1267 | 2024.05.15 03:42:19.767907 [ 3 ] {} <Debug> HTTP-Session: 4c07e808-9e2e-42bc-b6c0-46b281e99348 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1268 | 2024.05.15 03:42:19.768098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1269 | 2024.05.15 03:42:19.768151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1270 | 2024.05.15 03:42:19.768170 [ 3 ] {} <Debug> HTTP-Session: f2ac5971-7278-4429-a1b2-b14bef71be2f Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1271 | 2024.05.15 03:42:19.768187 [ 3 ] {} <Debug> HTTP-Session: f2ac5971-7278-4429-a1b2-b14bef71be2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1272 | 2024.05.15 03:42:19.768200 [ 3 ] {} <Debug> HTTP-Session: f2ac5971-7278-4429-a1b2-b14bef71be2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1273 | 2024.05.15 03:42:19.768234 [ 3 ] {} <Trace> HTTP-Session: f2ac5971-7278-4429-a1b2-b14bef71be2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1274 | 2024.05.15 03:42:19.768360 [ 3 ] {c2374d1e-94df-4794-81d8-ae3dad2656a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1275 | 2024.05.15 03:42:19.768405 [ 3 ] {c2374d1e-94df-4794-81d8-ae3dad2656a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1276 | 2024.05.15 03:42:19.768535 [ 3 ] {c2374d1e-94df-4794-81d8-ae3dad2656a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1277 | 2024.05.15 03:42:19.768873 [ 3 ] {c2374d1e-94df-4794-81d8-ae3dad2656a5} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1278 | 2024.05.15 03:42:19.768909 [ 3 ] {c2374d1e-94df-4794-81d8-ae3dad2656a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1279 | 2024.05.15 03:42:19.769335 [ 3 ] {c2374d1e-94df-4794-81d8-ae3dad2656a5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1280 | 2024.05.15 03:42:19.769926 [ 3 ] {c2374d1e-94df-4794-81d8-ae3dad2656a5} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1281 | 2024.05.15 03:42:19.770085 [ 3 ] {c2374d1e-94df-4794-81d8-ae3dad2656a5} <Debug> executeQuery: Read 68 rows, 5.76 KiB in 0.00177 sec., 38418.07909604519 rows/sec., 3.18 MiB/sec. | ||
1282 | 2024.05.15 03:42:19.770242 [ 3 ] {c2374d1e-94df-4794-81d8-ae3dad2656a5} <Debug> DynamicQueryHandler: Done processing query | ||
1283 | 2024.05.15 03:42:19.770265 [ 3 ] {c2374d1e-94df-4794-81d8-ae3dad2656a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1284 | 2024.05.15 03:42:19.770280 [ 3 ] {} <Debug> HTTP-Session: f2ac5971-7278-4429-a1b2-b14bef71be2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1285 | 2024.05.15 03:42:19.770413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 7160, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1286 | 2024.05.15 03:42:19.770460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1287 | 2024.05.15 03:42:19.770478 [ 3 ] {} <Debug> HTTP-Session: 04a1b5fa-98ab-47cf-b8f2-d716fd16d35f Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1288 | 2024.05.15 03:42:19.770494 [ 3 ] {} <Debug> HTTP-Session: 04a1b5fa-98ab-47cf-b8f2-d716fd16d35f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1289 | 2024.05.15 03:42:19.770507 [ 3 ] {} <Debug> HTTP-Session: 04a1b5fa-98ab-47cf-b8f2-d716fd16d35f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1290 | 2024.05.15 03:42:19.770539 [ 3 ] {} <Trace> HTTP-Session: 04a1b5fa-98ab-47cf-b8f2-d716fd16d35f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1291 | 2024.05.15 03:42:19.770648 [ 3 ] {cad947e1-67b5-4c00-b874-420e3bd14bc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1292 | 2024.05.15 03:42:19.770690 [ 3 ] {cad947e1-67b5-4c00-b874-420e3bd14bc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1293 | 2024.05.15 03:42:19.770813 [ 3 ] {cad947e1-67b5-4c00-b874-420e3bd14bc5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1294 | 2024.05.15 03:42:19.771147 [ 3 ] {cad947e1-67b5-4c00-b874-420e3bd14bc5} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1295 | 2024.05.15 03:42:19.771197 [ 3 ] {cad947e1-67b5-4c00-b874-420e3bd14bc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1296 | 2024.05.15 03:42:19.771630 [ 3 ] {cad947e1-67b5-4c00-b874-420e3bd14bc5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1297 | 2024.05.15 03:42:19.772170 [ 3 ] {cad947e1-67b5-4c00-b874-420e3bd14bc5} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1298 | 2024.05.15 03:42:19.772323 [ 3 ] {cad947e1-67b5-4c00-b874-420e3bd14bc5} <Debug> executeQuery: Read 42 rows, 3.36 KiB in 0.001701 sec., 24691.35802469136 rows/sec., 1.93 MiB/sec. | ||
1299 | 2024.05.15 03:42:19.772486 [ 3 ] {cad947e1-67b5-4c00-b874-420e3bd14bc5} <Debug> DynamicQueryHandler: Done processing query | ||
1300 | 2024.05.15 03:42:19.772509 [ 3 ] {cad947e1-67b5-4c00-b874-420e3bd14bc5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1301 | 2024.05.15 03:42:19.772523 [ 3 ] {} <Debug> HTTP-Session: 04a1b5fa-98ab-47cf-b8f2-d716fd16d35f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1302 | 2024.05.15 03:42:19.772806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 19117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1303 | 2024.05.15 03:42:19.772855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1304 | 2024.05.15 03:42:19.772873 [ 3 ] {} <Debug> HTTP-Session: b1280e50-4f6c-4b3b-ad0f-6724cd2786a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1305 | 2024.05.15 03:42:19.772889 [ 3 ] {} <Debug> HTTP-Session: b1280e50-4f6c-4b3b-ad0f-6724cd2786a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1306 | 2024.05.15 03:42:19.772903 [ 3 ] {} <Debug> HTTP-Session: b1280e50-4f6c-4b3b-ad0f-6724cd2786a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1307 | 2024.05.15 03:42:19.772934 [ 3 ] {} <Trace> HTTP-Session: b1280e50-4f6c-4b3b-ad0f-6724cd2786a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1308 | 2024.05.15 03:42:19.773066 [ 3 ] {ea388338-293d-4539-9ebc-c00dfa564dca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1309 | 2024.05.15 03:42:19.773112 [ 3 ] {ea388338-293d-4539-9ebc-c00dfa564dca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1310 | 2024.05.15 03:42:19.773253 [ 3 ] {ea388338-293d-4539-9ebc-c00dfa564dca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1311 | 2024.05.15 03:42:19.773619 [ 3 ] {ea388338-293d-4539-9ebc-c00dfa564dca} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1312 | 2024.05.15 03:42:19.773653 [ 3 ] {ea388338-293d-4539-9ebc-c00dfa564dca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1313 | 2024.05.15 03:42:19.774145 [ 3 ] {ea388338-293d-4539-9ebc-c00dfa564dca} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1314 | 2024.05.15 03:42:19.774755 [ 3 ] {ea388338-293d-4539-9ebc-c00dfa564dca} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1315 | 2024.05.15 03:42:19.774920 [ 3 ] {ea388338-293d-4539-9ebc-c00dfa564dca} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001908 sec., 52410.90146750524 rows/sec., 3.63 MiB/sec. | ||
1316 | 2024.05.15 03:42:19.775244 [ 3 ] {ea388338-293d-4539-9ebc-c00dfa564dca} <Debug> DynamicQueryHandler: Done processing query | ||
1317 | 2024.05.15 03:42:19.775267 [ 3 ] {ea388338-293d-4539-9ebc-c00dfa564dca} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1318 | 2024.05.15 03:42:19.775282 [ 3 ] {} <Debug> HTTP-Session: b1280e50-4f6c-4b3b-ad0f-6724cd2786a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1319 | 2024.05.15 03:42:19.775453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 15024, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1320 | 2024.05.15 03:42:19.775501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1321 | 2024.05.15 03:42:19.775520 [ 3 ] {} <Debug> HTTP-Session: 5b0f3bf2-c8ff-4ea2-b611-88e3767e0c39 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1322 | 2024.05.15 03:42:19.775536 [ 3 ] {} <Debug> HTTP-Session: 5b0f3bf2-c8ff-4ea2-b611-88e3767e0c39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1323 | 2024.05.15 03:42:19.775550 [ 3 ] {} <Debug> HTTP-Session: 5b0f3bf2-c8ff-4ea2-b611-88e3767e0c39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1324 | 2024.05.15 03:42:19.775579 [ 3 ] {} <Trace> HTTP-Session: 5b0f3bf2-c8ff-4ea2-b611-88e3767e0c39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1325 | 2024.05.15 03:42:19.775747 [ 3 ] {00696321-b6aa-4117-bfd5-5e4765d0b908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1326 | 2024.05.15 03:42:19.775801 [ 3 ] {00696321-b6aa-4117-bfd5-5e4765d0b908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1327 | 2024.05.15 03:42:19.775977 [ 3 ] {00696321-b6aa-4117-bfd5-5e4765d0b908} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1328 | 2024.05.15 03:42:19.776480 [ 3 ] {00696321-b6aa-4117-bfd5-5e4765d0b908} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1329 | 2024.05.15 03:42:19.776515 [ 3 ] {00696321-b6aa-4117-bfd5-5e4765d0b908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1330 | 2024.05.15 03:42:19.777029 [ 3 ] {00696321-b6aa-4117-bfd5-5e4765d0b908} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1331 | 2024.05.15 03:42:19.777734 [ 3 ] {00696321-b6aa-4117-bfd5-5e4765d0b908} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1332 | 2024.05.15 03:42:19.777887 [ 3 ] {00696321-b6aa-4117-bfd5-5e4765d0b908} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.002234 sec., 6266.786034019696 rows/sec., 8.46 MiB/sec. | ||
1333 | 2024.05.15 03:42:19.778058 [ 3 ] {00696321-b6aa-4117-bfd5-5e4765d0b908} <Debug> DynamicQueryHandler: Done processing query | ||
1334 | 2024.05.15 03:42:19.778081 [ 3 ] {00696321-b6aa-4117-bfd5-5e4765d0b908} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1335 | 2024.05.15 03:42:19.778097 [ 3 ] {} <Debug> HTTP-Session: 5b0f3bf2-c8ff-4ea2-b611-88e3767e0c39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1336 | 2024.05.15 03:42:19.778213 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 4632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1337 | 2024.05.15 03:42:19.778260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1338 | 2024.05.15 03:42:19.778278 [ 3 ] {} <Debug> HTTP-Session: 164c0490-384f-4609-af8b-35b63ece7d79 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1339 | 2024.05.15 03:42:19.778294 [ 3 ] {} <Debug> HTTP-Session: 164c0490-384f-4609-af8b-35b63ece7d79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1340 | 2024.05.15 03:42:19.778307 [ 3 ] {} <Debug> HTTP-Session: 164c0490-384f-4609-af8b-35b63ece7d79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1341 | 2024.05.15 03:42:19.778338 [ 3 ] {} <Trace> HTTP-Session: 164c0490-384f-4609-af8b-35b63ece7d79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1342 | 2024.05.15 03:42:19.778441 [ 3 ] {11d43120-f668-4ecc-876a-23a66c87c6ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1343 | 2024.05.15 03:42:19.778483 [ 3 ] {11d43120-f668-4ecc-876a-23a66c87c6ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1344 | 2024.05.15 03:42:19.778607 [ 3 ] {11d43120-f668-4ecc-876a-23a66c87c6ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1345 | 2024.05.15 03:42:19.778873 [ 3 ] {11d43120-f668-4ecc-876a-23a66c87c6ae} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1346 | 2024.05.15 03:42:19.778906 [ 3 ] {11d43120-f668-4ecc-876a-23a66c87c6ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1347 | 2024.05.15 03:42:19.779382 [ 3 ] {11d43120-f668-4ecc-876a-23a66c87c6ae} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1348 | 2024.05.15 03:42:19.779974 [ 3 ] {11d43120-f668-4ecc-876a-23a66c87c6ae} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1349 | 2024.05.15 03:42:19.780123 [ 3 ] {11d43120-f668-4ecc-876a-23a66c87c6ae} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001715 sec., 17492.71137026239 rows/sec., 1.20 MiB/sec. | ||
1350 | 2024.05.15 03:42:19.780271 [ 3 ] {11d43120-f668-4ecc-876a-23a66c87c6ae} <Debug> DynamicQueryHandler: Done processing query | ||
1351 | 2024.05.15 03:42:19.780293 [ 3 ] {11d43120-f668-4ecc-876a-23a66c87c6ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1352 | 2024.05.15 03:42:19.780309 [ 3 ] {} <Debug> HTTP-Session: 164c0490-384f-4609-af8b-35b63ece7d79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1353 | 2024.05.15 03:42:24.017901 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1354 | 2024.05.15 03:42:24.017963 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1355 | 2024.05.15 03:42:24.764018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 3627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1356 | 2024.05.15 03:42:24.764130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1357 | 2024.05.15 03:42:24.764154 [ 3 ] {} <Debug> HTTP-Session: b790611d-77a9-4d95-8dbc-acb999008c4c Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1358 | 2024.05.15 03:42:24.764178 [ 3 ] {} <Debug> HTTP-Session: b790611d-77a9-4d95-8dbc-acb999008c4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1359 | 2024.05.15 03:42:24.764193 [ 3 ] {} <Debug> HTTP-Session: b790611d-77a9-4d95-8dbc-acb999008c4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1360 | 2024.05.15 03:42:24.764241 [ 3 ] {} <Trace> HTTP-Session: b790611d-77a9-4d95-8dbc-acb999008c4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1361 | 2024.05.15 03:42:24.764425 [ 3 ] {ee74c6e9-4fc8-4443-808f-0f92028f6fda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1362 | 2024.05.15 03:42:24.764491 [ 3 ] {ee74c6e9-4fc8-4443-808f-0f92028f6fda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1363 | 2024.05.15 03:42:24.764675 [ 3 ] {ee74c6e9-4fc8-4443-808f-0f92028f6fda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1364 | 2024.05.15 03:42:24.765096 [ 3 ] {ee74c6e9-4fc8-4443-808f-0f92028f6fda} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1365 | 2024.05.15 03:42:24.765143 [ 3 ] {ee74c6e9-4fc8-4443-808f-0f92028f6fda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1366 | 2024.05.15 03:42:24.765704 [ 3 ] {ee74c6e9-4fc8-4443-808f-0f92028f6fda} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1367 | 2024.05.15 03:42:24.766393 [ 3 ] {ee74c6e9-4fc8-4443-808f-0f92028f6fda} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1368 | 2024.05.15 03:42:24.766577 [ 3 ] {ee74c6e9-4fc8-4443-808f-0f92028f6fda} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.002208 sec., 11775.36231884058 rows/sec., 908.89 KiB/sec. | ||
1369 | 2024.05.15 03:42:24.766905 [ 3 ] {ee74c6e9-4fc8-4443-808f-0f92028f6fda} <Debug> DynamicQueryHandler: Done processing query | ||
1370 | 2024.05.15 03:42:24.766933 [ 3 ] {ee74c6e9-4fc8-4443-808f-0f92028f6fda} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1371 | 2024.05.15 03:42:24.766951 [ 3 ] {} <Debug> HTTP-Session: b790611d-77a9-4d95-8dbc-acb999008c4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1372 | 2024.05.15 03:42:24.767113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 4788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1373 | 2024.05.15 03:42:24.767170 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1374 | 2024.05.15 03:42:24.767190 [ 3 ] {} <Debug> HTTP-Session: 3b46086b-7b6c-4154-a4be-d274c1843e36 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1375 | 2024.05.15 03:42:24.767209 [ 3 ] {} <Debug> HTTP-Session: 3b46086b-7b6c-4154-a4be-d274c1843e36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1376 | 2024.05.15 03:42:24.767223 [ 3 ] {} <Debug> HTTP-Session: 3b46086b-7b6c-4154-a4be-d274c1843e36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1377 | 2024.05.15 03:42:24.767258 [ 3 ] {} <Trace> HTTP-Session: 3b46086b-7b6c-4154-a4be-d274c1843e36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1378 | 2024.05.15 03:42:24.767370 [ 3 ] {7259a22f-2ade-492e-afda-b640a688bc10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1379 | 2024.05.15 03:42:24.767416 [ 3 ] {7259a22f-2ade-492e-afda-b640a688bc10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1380 | 2024.05.15 03:42:24.767568 [ 3 ] {7259a22f-2ade-492e-afda-b640a688bc10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1381 | 2024.05.15 03:42:24.767964 [ 3 ] {7259a22f-2ade-492e-afda-b640a688bc10} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1382 | 2024.05.15 03:42:24.768001 [ 3 ] {7259a22f-2ade-492e-afda-b640a688bc10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1383 | 2024.05.15 03:42:24.768518 [ 3 ] {7259a22f-2ade-492e-afda-b640a688bc10} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1384 | 2024.05.15 03:42:24.769142 [ 3 ] {7259a22f-2ade-492e-afda-b640a688bc10} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1385 | 2024.05.15 03:42:24.769297 [ 3 ] {7259a22f-2ade-492e-afda-b640a688bc10} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001956 sec., 14314.928425357873 rows/sec., 1.12 MiB/sec. | ||
1386 | 2024.05.15 03:42:24.769466 [ 3 ] {7259a22f-2ade-492e-afda-b640a688bc10} <Debug> DynamicQueryHandler: Done processing query | ||
1387 | 2024.05.15 03:42:24.769490 [ 3 ] {7259a22f-2ade-492e-afda-b640a688bc10} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1388 | 2024.05.15 03:42:24.769506 [ 3 ] {} <Debug> HTTP-Session: 3b46086b-7b6c-4154-a4be-d274c1843e36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1389 | 2024.05.15 03:42:24.769679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 19117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1390 | 2024.05.15 03:42:24.769728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1391 | 2024.05.15 03:42:24.769748 [ 3 ] {} <Debug> HTTP-Session: 98378362-763a-4351-a58f-f9cfac3b5c8d Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1392 | 2024.05.15 03:42:24.769765 [ 3 ] {} <Debug> HTTP-Session: 98378362-763a-4351-a58f-f9cfac3b5c8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1393 | 2024.05.15 03:42:24.769778 [ 3 ] {} <Debug> HTTP-Session: 98378362-763a-4351-a58f-f9cfac3b5c8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1394 | 2024.05.15 03:42:24.769812 [ 3 ] {} <Trace> HTTP-Session: 98378362-763a-4351-a58f-f9cfac3b5c8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1395 | 2024.05.15 03:42:24.769946 [ 3 ] {f6ccbc62-dcbf-4b31-bb19-c967c4b0528a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1396 | 2024.05.15 03:42:24.769993 [ 3 ] {f6ccbc62-dcbf-4b31-bb19-c967c4b0528a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1397 | 2024.05.15 03:42:24.770139 [ 3 ] {f6ccbc62-dcbf-4b31-bb19-c967c4b0528a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1398 | 2024.05.15 03:42:24.770522 [ 3 ] {f6ccbc62-dcbf-4b31-bb19-c967c4b0528a} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1399 | 2024.05.15 03:42:24.770559 [ 3 ] {f6ccbc62-dcbf-4b31-bb19-c967c4b0528a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1400 | 2024.05.15 03:42:24.771228 [ 3 ] {f6ccbc62-dcbf-4b31-bb19-c967c4b0528a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1401 | 2024.05.15 03:42:24.771975 [ 3 ] {f6ccbc62-dcbf-4b31-bb19-c967c4b0528a} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1402 | 2024.05.15 03:42:24.772135 [ 3 ] {f6ccbc62-dcbf-4b31-bb19-c967c4b0528a} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.002244 sec., 44563.27985739751 rows/sec., 3.09 MiB/sec. | ||
1403 | 2024.05.15 03:42:24.772308 [ 3 ] {f6ccbc62-dcbf-4b31-bb19-c967c4b0528a} <Debug> DynamicQueryHandler: Done processing query | ||
1404 | 2024.05.15 03:42:24.772331 [ 3 ] {f6ccbc62-dcbf-4b31-bb19-c967c4b0528a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1405 | 2024.05.15 03:42:24.772347 [ 3 ] {} <Debug> HTTP-Session: 98378362-763a-4351-a58f-f9cfac3b5c8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1406 | 2024.05.15 03:42:24.772465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 4632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1407 | 2024.05.15 03:42:24.772514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1408 | 2024.05.15 03:42:24.772534 [ 3 ] {} <Debug> HTTP-Session: ff79eba0-e7f7-4e24-88d6-73c6d7a5326a Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1409 | 2024.05.15 03:42:24.772550 [ 3 ] {} <Debug> HTTP-Session: ff79eba0-e7f7-4e24-88d6-73c6d7a5326a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1410 | 2024.05.15 03:42:24.772564 [ 3 ] {} <Debug> HTTP-Session: ff79eba0-e7f7-4e24-88d6-73c6d7a5326a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1411 | 2024.05.15 03:42:24.772595 [ 3 ] {} <Trace> HTTP-Session: ff79eba0-e7f7-4e24-88d6-73c6d7a5326a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1412 | 2024.05.15 03:42:24.772699 [ 3 ] {37d2b830-0422-404f-a28f-d25530ad1f3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1413 | 2024.05.15 03:42:24.772742 [ 3 ] {37d2b830-0422-404f-a28f-d25530ad1f3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1414 | 2024.05.15 03:42:24.772872 [ 3 ] {37d2b830-0422-404f-a28f-d25530ad1f3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1415 | 2024.05.15 03:42:24.773163 [ 3 ] {37d2b830-0422-404f-a28f-d25530ad1f3d} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1416 | 2024.05.15 03:42:24.773199 [ 3 ] {37d2b830-0422-404f-a28f-d25530ad1f3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1417 | 2024.05.15 03:42:24.773718 [ 3 ] {37d2b830-0422-404f-a28f-d25530ad1f3d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1418 | 2024.05.15 03:42:24.774390 [ 3 ] {37d2b830-0422-404f-a28f-d25530ad1f3d} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1419 | 2024.05.15 03:42:24.774549 [ 3 ] {37d2b830-0422-404f-a28f-d25530ad1f3d} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001871 sec., 16034.206306787813 rows/sec., 1.10 MiB/sec. | ||
1420 | 2024.05.15 03:42:24.774711 [ 3 ] {37d2b830-0422-404f-a28f-d25530ad1f3d} <Debug> DynamicQueryHandler: Done processing query | ||
1421 | 2024.05.15 03:42:24.774734 [ 3 ] {37d2b830-0422-404f-a28f-d25530ad1f3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1422 | 2024.05.15 03:42:24.774750 [ 3 ] {} <Debug> HTTP-Session: ff79eba0-e7f7-4e24-88d6-73c6d7a5326a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1423 | 2024.05.15 03:42:29.764090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 2059, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1424 | 2024.05.15 03:42:29.764265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1425 | 2024.05.15 03:42:29.764310 [ 3 ] {} <Debug> HTTP-Session: 0e4c3011-4f79-4ce4-881b-f5daf6660cb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1426 | 2024.05.15 03:42:29.764350 [ 3 ] {} <Debug> HTTP-Session: 0e4c3011-4f79-4ce4-881b-f5daf6660cb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1427 | 2024.05.15 03:42:29.764377 [ 3 ] {} <Debug> HTTP-Session: 0e4c3011-4f79-4ce4-881b-f5daf6660cb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1428 | 2024.05.15 03:42:29.764453 [ 3 ] {} <Trace> HTTP-Session: 0e4c3011-4f79-4ce4-881b-f5daf6660cb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1429 | 2024.05.15 03:42:29.764724 [ 3 ] {2407d633-7bf9-4ee9-835e-1b15b5d0980c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1430 | 2024.05.15 03:42:29.764824 [ 3 ] {2407d633-7bf9-4ee9-835e-1b15b5d0980c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1431 | 2024.05.15 03:42:29.765011 [ 3 ] {2407d633-7bf9-4ee9-835e-1b15b5d0980c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1432 | 2024.05.15 03:42:29.765462 [ 3 ] {2407d633-7bf9-4ee9-835e-1b15b5d0980c} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1433 | 2024.05.15 03:42:29.765502 [ 3 ] {2407d633-7bf9-4ee9-835e-1b15b5d0980c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1434 | 2024.05.15 03:42:29.766028 [ 3 ] {2407d633-7bf9-4ee9-835e-1b15b5d0980c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1435 | 2024.05.15 03:42:29.766620 [ 3 ] {2407d633-7bf9-4ee9-835e-1b15b5d0980c} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1436 | 2024.05.15 03:42:29.766766 [ 3 ] {2407d633-7bf9-4ee9-835e-1b15b5d0980c} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.002131 sec., 6569.685593618019 rows/sec., 532.50 KiB/sec. | ||
1437 | 2024.05.15 03:42:29.766997 [ 3 ] {2407d633-7bf9-4ee9-835e-1b15b5d0980c} <Debug> DynamicQueryHandler: Done processing query | ||
1438 | 2024.05.15 03:42:29.767023 [ 3 ] {2407d633-7bf9-4ee9-835e-1b15b5d0980c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1439 | 2024.05.15 03:42:29.767039 [ 3 ] {} <Debug> HTTP-Session: 0e4c3011-4f79-4ce4-881b-f5daf6660cb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1440 | 2024.05.15 03:42:29.767238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1441 | 2024.05.15 03:42:29.767296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1442 | 2024.05.15 03:42:29.767315 [ 3 ] {} <Debug> HTTP-Session: 374ec3a1-d95c-4a57-8ded-79c2bb818ea8 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1443 | 2024.05.15 03:42:29.767333 [ 3 ] {} <Debug> HTTP-Session: 374ec3a1-d95c-4a57-8ded-79c2bb818ea8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1444 | 2024.05.15 03:42:29.767347 [ 3 ] {} <Debug> HTTP-Session: 374ec3a1-d95c-4a57-8ded-79c2bb818ea8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1445 | 2024.05.15 03:42:29.767382 [ 3 ] {} <Trace> HTTP-Session: 374ec3a1-d95c-4a57-8ded-79c2bb818ea8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1446 | 2024.05.15 03:42:29.767503 [ 3 ] {1bbff967-d1e6-4465-9e8f-e880ed7f9d97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1447 | 2024.05.15 03:42:29.767547 [ 3 ] {1bbff967-d1e6-4465-9e8f-e880ed7f9d97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1448 | 2024.05.15 03:42:29.767673 [ 3 ] {1bbff967-d1e6-4465-9e8f-e880ed7f9d97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1449 | 2024.05.15 03:42:29.768066 [ 3 ] {1bbff967-d1e6-4465-9e8f-e880ed7f9d97} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1450 | 2024.05.15 03:42:29.768102 [ 3 ] {1bbff967-d1e6-4465-9e8f-e880ed7f9d97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1451 | 2024.05.15 03:42:29.768560 [ 3 ] {1bbff967-d1e6-4465-9e8f-e880ed7f9d97} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1452 | 2024.05.15 03:42:29.769121 [ 3 ] {1bbff967-d1e6-4465-9e8f-e880ed7f9d97} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1453 | 2024.05.15 03:42:29.769275 [ 3 ] {1bbff967-d1e6-4465-9e8f-e880ed7f9d97} <Debug> executeQuery: Read 68 rows, 5.76 KiB in 0.001814 sec., 37486.218302094814 rows/sec., 3.10 MiB/sec. | ||
1454 | 2024.05.15 03:42:29.769476 [ 3 ] {1bbff967-d1e6-4465-9e8f-e880ed7f9d97} <Debug> DynamicQueryHandler: Done processing query | ||
1455 | 2024.05.15 03:42:29.769500 [ 3 ] {1bbff967-d1e6-4465-9e8f-e880ed7f9d97} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1456 | 2024.05.15 03:42:29.769516 [ 3 ] {} <Debug> HTTP-Session: 374ec3a1-d95c-4a57-8ded-79c2bb818ea8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1457 | 2024.05.15 03:42:29.769642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 7160, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1458 | 2024.05.15 03:42:29.769764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1459 | 2024.05.15 03:42:29.769784 [ 3 ] {} <Debug> HTTP-Session: 8f38c63a-d5b3-416b-892f-371deec6e731 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1460 | 2024.05.15 03:42:29.769800 [ 3 ] {} <Debug> HTTP-Session: 8f38c63a-d5b3-416b-892f-371deec6e731 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1461 | 2024.05.15 03:42:29.769815 [ 3 ] {} <Debug> HTTP-Session: 8f38c63a-d5b3-416b-892f-371deec6e731 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1462 | 2024.05.15 03:42:29.769848 [ 3 ] {} <Trace> HTTP-Session: 8f38c63a-d5b3-416b-892f-371deec6e731 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1463 | 2024.05.15 03:42:29.769956 [ 3 ] {2d55b944-74f1-4f83-be67-b6557111f3c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1464 | 2024.05.15 03:42:29.769999 [ 3 ] {2d55b944-74f1-4f83-be67-b6557111f3c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1465 | 2024.05.15 03:42:29.770131 [ 3 ] {2d55b944-74f1-4f83-be67-b6557111f3c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1466 | 2024.05.15 03:42:29.770467 [ 3 ] {2d55b944-74f1-4f83-be67-b6557111f3c7} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1467 | 2024.05.15 03:42:29.770528 [ 3 ] {2d55b944-74f1-4f83-be67-b6557111f3c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1468 | 2024.05.15 03:42:29.771127 [ 3 ] {2d55b944-74f1-4f83-be67-b6557111f3c7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1469 | 2024.05.15 03:42:29.771775 [ 3 ] {2d55b944-74f1-4f83-be67-b6557111f3c7} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1470 | 2024.05.15 03:42:29.771977 [ 3 ] {2d55b944-74f1-4f83-be67-b6557111f3c7} <Debug> executeQuery: Read 42 rows, 3.36 KiB in 0.002051 sec., 20477.815699658706 rows/sec., 1.60 MiB/sec. | ||
1471 | 2024.05.15 03:42:29.772187 [ 3 ] {2d55b944-74f1-4f83-be67-b6557111f3c7} <Debug> DynamicQueryHandler: Done processing query | ||
1472 | 2024.05.15 03:42:29.772210 [ 3 ] {2d55b944-74f1-4f83-be67-b6557111f3c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1473 | 2024.05.15 03:42:29.772226 [ 3 ] {} <Debug> HTTP-Session: 8f38c63a-d5b3-416b-892f-371deec6e731 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1474 | 2024.05.15 03:42:29.772357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 19117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1475 | 2024.05.15 03:42:29.772407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1476 | 2024.05.15 03:42:29.772426 [ 3 ] {} <Debug> HTTP-Session: 8d8dac85-c626-43cb-bdcc-e4e55ce5c9e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1477 | 2024.05.15 03:42:29.772442 [ 3 ] {} <Debug> HTTP-Session: 8d8dac85-c626-43cb-bdcc-e4e55ce5c9e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1478 | 2024.05.15 03:42:29.772455 [ 3 ] {} <Debug> HTTP-Session: 8d8dac85-c626-43cb-bdcc-e4e55ce5c9e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1479 | 2024.05.15 03:42:29.772486 [ 3 ] {} <Trace> HTTP-Session: 8d8dac85-c626-43cb-bdcc-e4e55ce5c9e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1480 | 2024.05.15 03:42:29.772656 [ 3 ] {3e31c650-fa7b-4945-8ef2-ad728f5d8e29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1481 | 2024.05.15 03:42:29.772704 [ 3 ] {3e31c650-fa7b-4945-8ef2-ad728f5d8e29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1482 | 2024.05.15 03:42:29.772855 [ 3 ] {3e31c650-fa7b-4945-8ef2-ad728f5d8e29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1483 | 2024.05.15 03:42:29.773203 [ 3 ] {3e31c650-fa7b-4945-8ef2-ad728f5d8e29} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1484 | 2024.05.15 03:42:29.773237 [ 3 ] {3e31c650-fa7b-4945-8ef2-ad728f5d8e29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1485 | 2024.05.15 03:42:29.773787 [ 3 ] {3e31c650-fa7b-4945-8ef2-ad728f5d8e29} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1486 | 2024.05.15 03:42:29.774407 [ 3 ] {3e31c650-fa7b-4945-8ef2-ad728f5d8e29} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1487 | 2024.05.15 03:42:29.774601 [ 3 ] {3e31c650-fa7b-4945-8ef2-ad728f5d8e29} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001996 sec., 50100.2004008016 rows/sec., 3.47 MiB/sec. | ||
1488 | 2024.05.15 03:42:29.774770 [ 3 ] {3e31c650-fa7b-4945-8ef2-ad728f5d8e29} <Debug> DynamicQueryHandler: Done processing query | ||
1489 | 2024.05.15 03:42:29.774794 [ 3 ] {3e31c650-fa7b-4945-8ef2-ad728f5d8e29} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1490 | 2024.05.15 03:42:29.774809 [ 3 ] {} <Debug> HTTP-Session: 8d8dac85-c626-43cb-bdcc-e4e55ce5c9e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1491 | 2024.05.15 03:42:29.774998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 15024, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1492 | 2024.05.15 03:42:29.775047 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1493 | 2024.05.15 03:42:29.775065 [ 3 ] {} <Debug> HTTP-Session: 7a6f0b08-8ebd-478b-98d5-b75df51e3dad Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1494 | 2024.05.15 03:42:29.775081 [ 3 ] {} <Debug> HTTP-Session: 7a6f0b08-8ebd-478b-98d5-b75df51e3dad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1495 | 2024.05.15 03:42:29.775094 [ 3 ] {} <Debug> HTTP-Session: 7a6f0b08-8ebd-478b-98d5-b75df51e3dad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1496 | 2024.05.15 03:42:29.775124 [ 3 ] {} <Trace> HTTP-Session: 7a6f0b08-8ebd-478b-98d5-b75df51e3dad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1497 | 2024.05.15 03:42:29.775296 [ 3 ] {9011168e-0c6b-4f12-8977-7a24498a864a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1498 | 2024.05.15 03:42:29.775342 [ 3 ] {9011168e-0c6b-4f12-8977-7a24498a864a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1499 | 2024.05.15 03:42:29.775504 [ 3 ] {9011168e-0c6b-4f12-8977-7a24498a864a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1500 | 2024.05.15 03:42:29.775987 [ 3 ] {9011168e-0c6b-4f12-8977-7a24498a864a} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1501 | 2024.05.15 03:42:29.776022 [ 3 ] {9011168e-0c6b-4f12-8977-7a24498a864a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1502 | 2024.05.15 03:42:29.776526 [ 3 ] {9011168e-0c6b-4f12-8977-7a24498a864a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1503 | 2024.05.15 03:42:29.777139 [ 3 ] {9011168e-0c6b-4f12-8977-7a24498a864a} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1504 | 2024.05.15 03:42:29.777293 [ 3 ] {9011168e-0c6b-4f12-8977-7a24498a864a} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.002097 sec., 6676.204101096805 rows/sec., 9.01 MiB/sec. | ||
1505 | 2024.05.15 03:42:29.777465 [ 3 ] {9011168e-0c6b-4f12-8977-7a24498a864a} <Debug> DynamicQueryHandler: Done processing query | ||
1506 | 2024.05.15 03:42:29.777489 [ 3 ] {9011168e-0c6b-4f12-8977-7a24498a864a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1507 | 2024.05.15 03:42:29.777504 [ 3 ] {} <Debug> HTTP-Session: 7a6f0b08-8ebd-478b-98d5-b75df51e3dad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1508 | 2024.05.15 03:42:29.777620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 4632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1509 | 2024.05.15 03:42:29.777669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1510 | 2024.05.15 03:42:29.777687 [ 3 ] {} <Debug> HTTP-Session: ee5add08-2808-4cf6-b6e3-4d4982234da5 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1511 | 2024.05.15 03:42:29.777703 [ 3 ] {} <Debug> HTTP-Session: ee5add08-2808-4cf6-b6e3-4d4982234da5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1512 | 2024.05.15 03:42:29.777716 [ 3 ] {} <Debug> HTTP-Session: ee5add08-2808-4cf6-b6e3-4d4982234da5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1513 | 2024.05.15 03:42:29.777745 [ 3 ] {} <Trace> HTTP-Session: ee5add08-2808-4cf6-b6e3-4d4982234da5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1514 | 2024.05.15 03:42:29.777855 [ 3 ] {538c4fd0-c6f3-4be3-8dc7-587b239722fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1515 | 2024.05.15 03:42:29.777898 [ 3 ] {538c4fd0-c6f3-4be3-8dc7-587b239722fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1516 | 2024.05.15 03:42:29.778020 [ 3 ] {538c4fd0-c6f3-4be3-8dc7-587b239722fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1517 | 2024.05.15 03:42:29.778368 [ 3 ] {538c4fd0-c6f3-4be3-8dc7-587b239722fe} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1518 | 2024.05.15 03:42:29.778403 [ 3 ] {538c4fd0-c6f3-4be3-8dc7-587b239722fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1519 | 2024.05.15 03:42:29.778885 [ 3 ] {538c4fd0-c6f3-4be3-8dc7-587b239722fe} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1520 | 2024.05.15 03:42:29.779533 [ 3 ] {538c4fd0-c6f3-4be3-8dc7-587b239722fe} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1521 | 2024.05.15 03:42:29.779732 [ 3 ] {538c4fd0-c6f3-4be3-8dc7-587b239722fe} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001903 sec., 15764.582238570678 rows/sec., 1.08 MiB/sec. | ||
1522 | 2024.05.15 03:42:29.779987 [ 3 ] {538c4fd0-c6f3-4be3-8dc7-587b239722fe} <Debug> DynamicQueryHandler: Done processing query | ||
1523 | 2024.05.15 03:42:29.780011 [ 3 ] {538c4fd0-c6f3-4be3-8dc7-587b239722fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1524 | 2024.05.15 03:42:29.780026 [ 3 ] {} <Debug> HTTP-Session: ee5add08-2808-4cf6-b6e3-4d4982234da5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1525 | 2024.05.15 03:42:34.764901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 3627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1526 | 2024.05.15 03:42:34.765094 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1527 | 2024.05.15 03:42:34.765140 [ 3 ] {} <Debug> HTTP-Session: 1295aea5-15b5-4e3b-af70-ead6101388d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1528 | 2024.05.15 03:42:34.765182 [ 3 ] {} <Debug> HTTP-Session: 1295aea5-15b5-4e3b-af70-ead6101388d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1529 | 2024.05.15 03:42:34.765210 [ 3 ] {} <Debug> HTTP-Session: 1295aea5-15b5-4e3b-af70-ead6101388d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1530 | 2024.05.15 03:42:34.765289 [ 3 ] {} <Trace> HTTP-Session: 1295aea5-15b5-4e3b-af70-ead6101388d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1531 | 2024.05.15 03:42:34.765585 [ 3 ] {1e29de05-9d34-421f-b42f-7debeeada3cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1532 | 2024.05.15 03:42:34.765692 [ 3 ] {1e29de05-9d34-421f-b42f-7debeeada3cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1533 | 2024.05.15 03:42:34.765985 [ 3 ] {1e29de05-9d34-421f-b42f-7debeeada3cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1534 | 2024.05.15 03:42:34.766478 [ 3 ] {1e29de05-9d34-421f-b42f-7debeeada3cc} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1535 | 2024.05.15 03:42:34.766522 [ 3 ] {1e29de05-9d34-421f-b42f-7debeeada3cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1536 | 2024.05.15 03:42:34.766983 [ 3 ] {1e29de05-9d34-421f-b42f-7debeeada3cc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1537 | 2024.05.15 03:42:34.767516 [ 3 ] {1e29de05-9d34-421f-b42f-7debeeada3cc} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1538 | 2024.05.15 03:42:34.767688 [ 3 ] {1e29de05-9d34-421f-b42f-7debeeada3cc} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.002198 sec., 11828.935395814377 rows/sec., 913.03 KiB/sec. | ||
1539 | 2024.05.15 03:42:34.767697 [ 85 ] {} <Debug> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1540 | 2024.05.15 03:42:34.767831 [ 85 ] {} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1541 | 2024.05.15 03:42:34.767868 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1542 | 2024.05.15 03:42:34.767975 [ 3 ] {1e29de05-9d34-421f-b42f-7debeeada3cc} <Debug> DynamicQueryHandler: Done processing query | ||
1543 | 2024.05.15 03:42:34.768024 [ 3 ] {1e29de05-9d34-421f-b42f-7debeeada3cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1544 | 2024.05.15 03:42:34.768083 [ 3 ] {} <Debug> HTTP-Session: 1295aea5-15b5-4e3b-af70-ead6101388d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1545 | 2024.05.15 03:42:34.768314 [ 197 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::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 | ||
1546 | 2024.05.15 03:42:34.768337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 4788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1547 | 2024.05.15 03:42:34.768437 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1548 | 2024.05.15 03:42:34.768483 [ 3 ] {} <Debug> HTTP-Session: b164f63e-cb8e-4fc1-8069-a2f9ebb28c1d Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1549 | 2024.05.15 03:42:34.768516 [ 3 ] {} <Debug> HTTP-Session: b164f63e-cb8e-4fc1-8069-a2f9ebb28c1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1550 | 2024.05.15 03:42:34.768535 [ 3 ] {} <Debug> HTTP-Session: b164f63e-cb8e-4fc1-8069-a2f9ebb28c1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1551 | 2024.05.15 03:42:34.768622 [ 3 ] {} <Trace> HTTP-Session: b164f63e-cb8e-4fc1-8069-a2f9ebb28c1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1552 | 2024.05.15 03:42:34.768815 [ 197 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1553 | 2024.05.15 03:42:34.768857 [ 3 ] {8190dfa5-a151-4c59-9a6f-96286479aac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1554 | 2024.05.15 03:42:34.768922 [ 3 ] {8190dfa5-a151-4c59-9a6f-96286479aac1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1555 | 2024.05.15 03:42:34.768970 [ 197 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 68 rows starting from the beginning of the part | ||
1556 | 2024.05.15 03:42:34.769160 [ 3 ] {8190dfa5-a151-4c59-9a6f-96286479aac1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1557 | 2024.05.15 03:42:34.769483 [ 3 ] {8190dfa5-a151-4c59-9a6f-96286479aac1} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1558 | 2024.05.15 03:42:34.769522 [ 3 ] {8190dfa5-a151-4c59-9a6f-96286479aac1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1559 | 2024.05.15 03:42:34.769949 [ 3 ] {8190dfa5-a151-4c59-9a6f-96286479aac1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1560 | 2024.05.15 03:42:34.770549 [ 3 ] {8190dfa5-a151-4c59-9a6f-96286479aac1} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1561 | 2024.05.15 03:42:34.770704 [ 85 ] {} <Debug> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1562 | 2024.05.15 03:42:34.770713 [ 3 ] {8190dfa5-a151-4c59-9a6f-96286479aac1} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001912 sec., 14644.351464435145 rows/sec., 1.14 MiB/sec. | ||
1563 | 2024.05.15 03:42:34.770749 [ 85 ] {} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1564 | 2024.05.15 03:42:34.770809 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1565 | 2024.05.15 03:42:34.771047 [ 3 ] {8190dfa5-a151-4c59-9a6f-96286479aac1} <Debug> DynamicQueryHandler: Done processing query | ||
1566 | 2024.05.15 03:42:34.771046 [ 190 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::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 | ||
1567 | 2024.05.15 03:42:34.771082 [ 3 ] {8190dfa5-a151-4c59-9a6f-96286479aac1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1568 | 2024.05.15 03:42:34.771319 [ 197 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
1569 | 2024.05.15 03:42:34.771441 [ 3 ] {} <Debug> HTTP-Session: b164f63e-cb8e-4fc1-8069-a2f9ebb28c1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1570 | 2024.05.15 03:42:34.771834 [ 197 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 68 rows starting from the beginning of the part | ||
1571 | 2024.05.15 03:42:34.771854 [ 190 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1572 | 2024.05.15 03:42:34.771985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 19117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1573 | 2024.05.15 03:42:34.772036 [ 190 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 52 rows starting from the beginning of the part | ||
1574 | 2024.05.15 03:42:34.772127 [ 197 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part | ||
1575 | 2024.05.15 03:42:34.772219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1576 | 2024.05.15 03:42:34.772526 [ 3 ] {} <Debug> HTTP-Session: 05320121-1c49-4ba1-81a5-ffc52d2dea60 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1577 | 2024.05.15 03:42:34.772642 [ 3 ] {} <Debug> HTTP-Session: 05320121-1c49-4ba1-81a5-ffc52d2dea60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1578 | 2024.05.15 03:42:34.772798 [ 3 ] {} <Debug> HTTP-Session: 05320121-1c49-4ba1-81a5-ffc52d2dea60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1579 | 2024.05.15 03:42:34.772875 [ 197 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 68 rows starting from the beginning of the part | ||
1580 | 2024.05.15 03:42:34.772921 [ 190 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part | ||
1581 | 2024.05.15 03:42:34.772966 [ 3 ] {} <Trace> HTTP-Session: 05320121-1c49-4ba1-81a5-ffc52d2dea60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1582 | 2024.05.15 03:42:34.773185 [ 197 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part | ||
1583 | 2024.05.15 03:42:34.773286 [ 190 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 42 rows starting from the beginning of the part | ||
1584 | 2024.05.15 03:42:34.773863 [ 190 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part | ||
1585 | 2024.05.15 03:42:34.774280 [ 190 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 42 rows starting from the beginning of the part | ||
1586 | 2024.05.15 03:42:34.774583 [ 190 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 28 rows starting from the beginning of the part | ||
1587 | 2024.05.15 03:42:34.775430 [ 3 ] {fbf6e511-f6c6-47db-b8c9-fc0e8c23c71c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1588 | 2024.05.15 03:42:34.775547 [ 3 ] {fbf6e511-f6c6-47db-b8c9-fc0e8c23c71c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1589 | 2024.05.15 03:42:34.777600 [ 3 ] {fbf6e511-f6c6-47db-b8c9-fc0e8c23c71c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1590 | 2024.05.15 03:42:34.778510 [ 189 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 4 columns (4 merged, 0 gathered) in 0.010476837 sec., 26916.520701811056 rows/sec., 2.17 MiB/sec. | ||
1591 | 2024.05.15 03:42:34.779021 [ 189 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1592 | 2024.05.15 03:42:34.779378 [ 190 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 220 rows, containing 4 columns (4 merged, 0 gathered) in 0.008440796 sec., 26063.892552313784 rows/sec., 2.04 MiB/sec. | ||
1593 | 2024.05.15 03:42:34.779801 [ 3 ] {fbf6e511-f6c6-47db-b8c9-fc0e8c23c71c} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1594 | 2024.05.15 03:42:34.779820 [ 190 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1595 | 2024.05.15 03:42:34.779980 [ 3 ] {fbf6e511-f6c6-47db-b8c9-fc0e8c23c71c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1596 | 2024.05.15 03:42:34.780641 [ 197 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_6_1} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1597 | 2024.05.15 03:42:34.780913 [ 197 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_6_1} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1598 | 2024.05.15 03:42:34.781139 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
1599 | 2024.05.15 03:42:34.781397 [ 189 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_6_1} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1600 | 2024.05.15 03:42:34.781456 [ 3 ] {fbf6e511-f6c6-47db-b8c9-fc0e8c23c71c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1601 | 2024.05.15 03:42:34.781551 [ 189 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_6_1} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1602 | 2024.05.15 03:42:34.781686 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
1603 | 2024.05.15 03:42:34.782208 [ 3 ] {fbf6e511-f6c6-47db-b8c9-fc0e8c23c71c} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1604 | 2024.05.15 03:42:34.782385 [ 85 ] {} <Debug> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1605 | 2024.05.15 03:42:34.782392 [ 3 ] {fbf6e511-f6c6-47db-b8c9-fc0e8c23c71c} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.007724 sec., 12946.65976178146 rows/sec., 919.16 KiB/sec. | ||
1606 | 2024.05.15 03:42:34.782430 [ 85 ] {} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1607 | 2024.05.15 03:42:34.782507 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1608 | 2024.05.15 03:42:34.782750 [ 190 ] {71f1229b-f75c-406d-b583-5004b931a391::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 | ||
1609 | 2024.05.15 03:42:34.782812 [ 3 ] {fbf6e511-f6c6-47db-b8c9-fc0e8c23c71c} <Debug> DynamicQueryHandler: Done processing query | ||
1610 | 2024.05.15 03:42:34.782864 [ 3 ] {fbf6e511-f6c6-47db-b8c9-fc0e8c23c71c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1611 | 2024.05.15 03:42:34.782912 [ 3 ] {} <Debug> HTTP-Session: 05320121-1c49-4ba1-81a5-ffc52d2dea60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1612 | 2024.05.15 03:42:34.783001 [ 190 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1613 | 2024.05.15 03:42:34.783038 [ 190 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 60 rows starting from the beginning of the part | ||
1614 | 2024.05.15 03:42:34.783133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 4632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1615 | 2024.05.15 03:42:34.783312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1616 | 2024.05.15 03:42:34.783319 [ 190 ] {71f1229b-f75c-406d-b583-5004b931a391::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 | ||
1617 | 2024.05.15 03:42:34.783361 [ 3 ] {} <Debug> HTTP-Session: 6636838f-19a1-42c9-bb71-2097590a15f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1618 | 2024.05.15 03:42:34.783398 [ 3 ] {} <Debug> HTTP-Session: 6636838f-19a1-42c9-bb71-2097590a15f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1619 | 2024.05.15 03:42:34.783466 [ 3 ] {} <Debug> HTTP-Session: 6636838f-19a1-42c9-bb71-2097590a15f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1620 | 2024.05.15 03:42:34.783601 [ 3 ] {} <Trace> HTTP-Session: 6636838f-19a1-42c9-bb71-2097590a15f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1621 | 2024.05.15 03:42:34.783628 [ 190 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 100 rows starting from the beginning of the part | ||
1622 | 2024.05.15 03:42:34.783932 [ 190 ] {71f1229b-f75c-406d-b583-5004b931a391::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 | ||
1623 | 2024.05.15 03:42:34.783949 [ 3 ] {2f5e8220-4eb7-43f0-859c-89c4879e8976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1624 | 2024.05.15 03:42:34.784101 [ 3 ] {2f5e8220-4eb7-43f0-859c-89c4879e8976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1625 | 2024.05.15 03:42:34.784237 [ 190 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 100 rows starting from the beginning of the part | ||
1626 | 2024.05.15 03:42:34.784613 [ 190 ] {71f1229b-f75c-406d-b583-5004b931a391::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 | ||
1627 | 2024.05.15 03:42:34.785226 [ 3 ] {2f5e8220-4eb7-43f0-859c-89c4879e8976} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1628 | 2024.05.15 03:42:34.785963 [ 3 ] {2f5e8220-4eb7-43f0-859c-89c4879e8976} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1629 | 2024.05.15 03:42:34.786035 [ 3 ] {2f5e8220-4eb7-43f0-859c-89c4879e8976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1630 | 2024.05.15 03:42:34.787360 [ 3 ] {2f5e8220-4eb7-43f0-859c-89c4879e8976} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1631 | 2024.05.15 03:42:34.788011 [ 3 ] {2f5e8220-4eb7-43f0-859c-89c4879e8976} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1632 | 2024.05.15 03:42:34.788166 [ 85 ] {} <Debug> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1633 | 2024.05.15 03:42:34.788181 [ 3 ] {2f5e8220-4eb7-43f0-859c-89c4879e8976} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004406 sec., 6808.896958692691 rows/sec., 477.64 KiB/sec. | ||
1634 | 2024.05.15 03:42:34.788210 [ 85 ] {} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1635 | 2024.05.15 03:42:34.788273 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1636 | 2024.05.15 03:42:34.788470 [ 189 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::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 | ||
1637 | 2024.05.15 03:42:34.788537 [ 3 ] {2f5e8220-4eb7-43f0-859c-89c4879e8976} <Debug> DynamicQueryHandler: Done processing query | ||
1638 | 2024.05.15 03:42:34.788586 [ 3 ] {2f5e8220-4eb7-43f0-859c-89c4879e8976} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1639 | 2024.05.15 03:42:34.788629 [ 3 ] {} <Debug> HTTP-Session: 6636838f-19a1-42c9-bb71-2097590a15f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1640 | 2024.05.15 03:42:34.788719 [ 189 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1641 | 2024.05.15 03:42:34.788760 [ 189 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
1642 | 2024.05.15 03:42:34.788905 [ 189 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::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 | ||
1643 | 2024.05.15 03:42:34.789006 [ 189 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part | ||
1644 | 2024.05.15 03:42:34.789166 [ 189 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::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 | ||
1645 | 2024.05.15 03:42:34.789479 [ 189 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
1646 | 2024.05.15 03:42:34.789779 [ 189 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::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 | ||
1647 | 2024.05.15 03:42:34.790363 [ 190 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.007737909 sec., 72370.97257153063 rows/sec., 5.02 MiB/sec. | ||
1648 | 2024.05.15 03:42:34.790664 [ 197 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1649 | 2024.05.15 03:42:34.791454 [ 188 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 4 columns (4 merged, 0 gathered) in 0.003080251 sec., 54541.00980731765 rows/sec., 3.74 MiB/sec. | ||
1650 | 2024.05.15 03:42:34.791632 [ 197 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1651 | 2024.05.15 03:42:34.791739 [ 197 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1652 | 2024.05.15 03:42:34.791769 [ 188 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1653 | 2024.05.15 03:42:34.791876 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
1654 | 2024.05.15 03:42:34.792664 [ 188 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_6_1} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1655 | 2024.05.15 03:42:34.792758 [ 188 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_6_1} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1656 | 2024.05.15 03:42:34.792861 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
1657 | 2024.05.15 03:42:39.018002 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1658 | 2024.05.15 03:42:39.018079 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1659 | 2024.05.15 03:42:39.764292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 2059, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1660 | 2024.05.15 03:42:39.764463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1661 | 2024.05.15 03:42:39.764506 [ 3 ] {} <Debug> HTTP-Session: ae2dce7b-4630-46ed-a038-d1280d20c5fb Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1662 | 2024.05.15 03:42:39.764546 [ 3 ] {} <Debug> HTTP-Session: ae2dce7b-4630-46ed-a038-d1280d20c5fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1663 | 2024.05.15 03:42:39.764574 [ 3 ] {} <Debug> HTTP-Session: ae2dce7b-4630-46ed-a038-d1280d20c5fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1664 | 2024.05.15 03:42:39.764654 [ 3 ] {} <Trace> HTTP-Session: ae2dce7b-4630-46ed-a038-d1280d20c5fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1665 | 2024.05.15 03:42:39.764944 [ 3 ] {8eb803e7-3f59-4a0a-abaf-66176432a68b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1666 | 2024.05.15 03:42:39.765053 [ 3 ] {8eb803e7-3f59-4a0a-abaf-66176432a68b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1667 | 2024.05.15 03:42:39.765272 [ 3 ] {8eb803e7-3f59-4a0a-abaf-66176432a68b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1668 | 2024.05.15 03:42:39.765761 [ 3 ] {8eb803e7-3f59-4a0a-abaf-66176432a68b} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1669 | 2024.05.15 03:42:39.765809 [ 3 ] {8eb803e7-3f59-4a0a-abaf-66176432a68b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1670 | 2024.05.15 03:42:39.766186 [ 3 ] {8eb803e7-3f59-4a0a-abaf-66176432a68b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1671 | 2024.05.15 03:42:39.766531 [ 3 ] {8eb803e7-3f59-4a0a-abaf-66176432a68b} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1672 | 2024.05.15 03:42:39.766699 [ 3 ] {8eb803e7-3f59-4a0a-abaf-66176432a68b} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001841 sec., 7604.5627376425855 rows/sec., 616.39 KiB/sec. | ||
1673 | 2024.05.15 03:42:39.767006 [ 3 ] {8eb803e7-3f59-4a0a-abaf-66176432a68b} <Debug> DynamicQueryHandler: Done processing query | ||
1674 | 2024.05.15 03:42:39.767035 [ 3 ] {8eb803e7-3f59-4a0a-abaf-66176432a68b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1675 | 2024.05.15 03:42:39.767051 [ 3 ] {} <Debug> HTTP-Session: ae2dce7b-4630-46ed-a038-d1280d20c5fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1676 | 2024.05.15 03:42:39.767222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1677 | 2024.05.15 03:42:39.767279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1678 | 2024.05.15 03:42:39.767298 [ 3 ] {} <Debug> HTTP-Session: 939cfbbe-ad6b-4d01-ae1f-71d8faa361e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1679 | 2024.05.15 03:42:39.767316 [ 3 ] {} <Debug> HTTP-Session: 939cfbbe-ad6b-4d01-ae1f-71d8faa361e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1680 | 2024.05.15 03:42:39.767329 [ 3 ] {} <Debug> HTTP-Session: 939cfbbe-ad6b-4d01-ae1f-71d8faa361e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1681 | 2024.05.15 03:42:39.767366 [ 3 ] {} <Trace> HTTP-Session: 939cfbbe-ad6b-4d01-ae1f-71d8faa361e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1682 | 2024.05.15 03:42:39.767496 [ 3 ] {7aad9eba-c9b8-41c4-a139-8c3d41b1c8f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1683 | 2024.05.15 03:42:39.767542 [ 3 ] {7aad9eba-c9b8-41c4-a139-8c3d41b1c8f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1684 | 2024.05.15 03:42:39.767689 [ 3 ] {7aad9eba-c9b8-41c4-a139-8c3d41b1c8f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1685 | 2024.05.15 03:42:39.768101 [ 3 ] {7aad9eba-c9b8-41c4-a139-8c3d41b1c8f8} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1686 | 2024.05.15 03:42:39.768138 [ 3 ] {7aad9eba-c9b8-41c4-a139-8c3d41b1c8f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1687 | 2024.05.15 03:42:39.768451 [ 3 ] {7aad9eba-c9b8-41c4-a139-8c3d41b1c8f8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1688 | 2024.05.15 03:42:39.768759 [ 3 ] {7aad9eba-c9b8-41c4-a139-8c3d41b1c8f8} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1689 | 2024.05.15 03:42:39.768929 [ 3 ] {7aad9eba-c9b8-41c4-a139-8c3d41b1c8f8} <Debug> executeQuery: Read 68 rows, 5.76 KiB in 0.00147 sec., 46258.50340136055 rows/sec., 3.82 MiB/sec. | ||
1690 | 2024.05.15 03:42:39.769218 [ 3 ] {7aad9eba-c9b8-41c4-a139-8c3d41b1c8f8} <Debug> DynamicQueryHandler: Done processing query | ||
1691 | 2024.05.15 03:42:39.769244 [ 3 ] {7aad9eba-c9b8-41c4-a139-8c3d41b1c8f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1692 | 2024.05.15 03:42:39.769260 [ 3 ] {} <Debug> HTTP-Session: 939cfbbe-ad6b-4d01-ae1f-71d8faa361e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1693 | 2024.05.15 03:42:39.769384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 7160, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1694 | 2024.05.15 03:42:39.769435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1695 | 2024.05.15 03:42:39.769454 [ 3 ] {} <Debug> HTTP-Session: aaca2867-30fb-470c-b409-1f51e6617645 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1696 | 2024.05.15 03:42:39.769471 [ 3 ] {} <Debug> HTTP-Session: aaca2867-30fb-470c-b409-1f51e6617645 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1697 | 2024.05.15 03:42:39.769484 [ 3 ] {} <Debug> HTTP-Session: aaca2867-30fb-470c-b409-1f51e6617645 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1698 | 2024.05.15 03:42:39.769516 [ 3 ] {} <Trace> HTTP-Session: aaca2867-30fb-470c-b409-1f51e6617645 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1699 | 2024.05.15 03:42:39.769626 [ 3 ] {f384d57a-8a73-484a-bbe6-351603ee02f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1700 | 2024.05.15 03:42:39.769669 [ 3 ] {f384d57a-8a73-484a-bbe6-351603ee02f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1701 | 2024.05.15 03:42:39.769815 [ 3 ] {f384d57a-8a73-484a-bbe6-351603ee02f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1702 | 2024.05.15 03:42:39.770130 [ 3 ] {f384d57a-8a73-484a-bbe6-351603ee02f9} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1703 | 2024.05.15 03:42:39.770168 [ 3 ] {f384d57a-8a73-484a-bbe6-351603ee02f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1704 | 2024.05.15 03:42:39.770488 [ 3 ] {f384d57a-8a73-484a-bbe6-351603ee02f9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1705 | 2024.05.15 03:42:39.770792 [ 3 ] {f384d57a-8a73-484a-bbe6-351603ee02f9} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1706 | 2024.05.15 03:42:39.770909 [ 3 ] {f384d57a-8a73-484a-bbe6-351603ee02f9} <Debug> executeQuery: Read 42 rows, 3.36 KiB in 0.001319 sec., 31842.304776345714 rows/sec., 2.49 MiB/sec. | ||
1707 | 2024.05.15 03:42:39.771168 [ 3 ] {f384d57a-8a73-484a-bbe6-351603ee02f9} <Debug> DynamicQueryHandler: Done processing query | ||
1708 | 2024.05.15 03:42:39.771192 [ 3 ] {f384d57a-8a73-484a-bbe6-351603ee02f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1709 | 2024.05.15 03:42:39.771208 [ 3 ] {} <Debug> HTTP-Session: aaca2867-30fb-470c-b409-1f51e6617645 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1710 | 2024.05.15 03:42:39.771341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 19117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1711 | 2024.05.15 03:42:39.771390 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1712 | 2024.05.15 03:42:39.771409 [ 3 ] {} <Debug> HTTP-Session: 5863b204-9eea-453d-8653-d7930d979242 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1713 | 2024.05.15 03:42:39.771426 [ 3 ] {} <Debug> HTTP-Session: 5863b204-9eea-453d-8653-d7930d979242 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1714 | 2024.05.15 03:42:39.771439 [ 3 ] {} <Debug> HTTP-Session: 5863b204-9eea-453d-8653-d7930d979242 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1715 | 2024.05.15 03:42:39.771469 [ 3 ] {} <Trace> HTTP-Session: 5863b204-9eea-453d-8653-d7930d979242 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1716 | 2024.05.15 03:42:39.771604 [ 3 ] {d301d705-8c45-4ede-871f-64a7ddca5757} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1717 | 2024.05.15 03:42:39.771650 [ 3 ] {d301d705-8c45-4ede-871f-64a7ddca5757} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1718 | 2024.05.15 03:42:39.771806 [ 3 ] {d301d705-8c45-4ede-871f-64a7ddca5757} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1719 | 2024.05.15 03:42:39.772151 [ 3 ] {d301d705-8c45-4ede-871f-64a7ddca5757} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1720 | 2024.05.15 03:42:39.772186 [ 3 ] {d301d705-8c45-4ede-871f-64a7ddca5757} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1721 | 2024.05.15 03:42:39.772569 [ 3 ] {d301d705-8c45-4ede-871f-64a7ddca5757} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1722 | 2024.05.15 03:42:39.772907 [ 3 ] {d301d705-8c45-4ede-871f-64a7ddca5757} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1723 | 2024.05.15 03:42:39.773027 [ 3 ] {d301d705-8c45-4ede-871f-64a7ddca5757} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001479 sec., 67613.25219743069 rows/sec., 4.69 MiB/sec. | ||
1724 | 2024.05.15 03:42:39.773193 [ 3 ] {d301d705-8c45-4ede-871f-64a7ddca5757} <Debug> DynamicQueryHandler: Done processing query | ||
1725 | 2024.05.15 03:42:39.773217 [ 3 ] {d301d705-8c45-4ede-871f-64a7ddca5757} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1726 | 2024.05.15 03:42:39.773232 [ 3 ] {} <Debug> HTTP-Session: 5863b204-9eea-453d-8653-d7930d979242 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1727 | 2024.05.15 03:42:39.773392 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 15024, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1728 | 2024.05.15 03:42:39.773439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1729 | 2024.05.15 03:42:39.773458 [ 3 ] {} <Debug> HTTP-Session: 6661b02c-1eec-4197-ac80-4606f264aef0 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1730 | 2024.05.15 03:42:39.773474 [ 3 ] {} <Debug> HTTP-Session: 6661b02c-1eec-4197-ac80-4606f264aef0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1731 | 2024.05.15 03:42:39.773488 [ 3 ] {} <Debug> HTTP-Session: 6661b02c-1eec-4197-ac80-4606f264aef0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1732 | 2024.05.15 03:42:39.773518 [ 3 ] {} <Trace> HTTP-Session: 6661b02c-1eec-4197-ac80-4606f264aef0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1733 | 2024.05.15 03:42:39.773691 [ 3 ] {a25df20f-c0f0-458a-adf9-9e81b6df00d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1734 | 2024.05.15 03:42:39.773739 [ 3 ] {a25df20f-c0f0-458a-adf9-9e81b6df00d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1735 | 2024.05.15 03:42:39.773894 [ 3 ] {a25df20f-c0f0-458a-adf9-9e81b6df00d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1736 | 2024.05.15 03:42:39.774287 [ 3 ] {a25df20f-c0f0-458a-adf9-9e81b6df00d6} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1737 | 2024.05.15 03:42:39.774321 [ 3 ] {a25df20f-c0f0-458a-adf9-9e81b6df00d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1738 | 2024.05.15 03:42:39.774715 [ 3 ] {a25df20f-c0f0-458a-adf9-9e81b6df00d6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1739 | 2024.05.15 03:42:39.775051 [ 3 ] {a25df20f-c0f0-458a-adf9-9e81b6df00d6} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1740 | 2024.05.15 03:42:39.775179 [ 3 ] {a25df20f-c0f0-458a-adf9-9e81b6df00d6} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.001588 sec., 8816.120906801007 rows/sec., 11.90 MiB/sec. | ||
1741 | 2024.05.15 03:42:39.775474 [ 3 ] {a25df20f-c0f0-458a-adf9-9e81b6df00d6} <Debug> DynamicQueryHandler: Done processing query | ||
1742 | 2024.05.15 03:42:39.775499 [ 3 ] {a25df20f-c0f0-458a-adf9-9e81b6df00d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1743 | 2024.05.15 03:42:39.775515 [ 3 ] {} <Debug> HTTP-Session: 6661b02c-1eec-4197-ac80-4606f264aef0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1744 | 2024.05.15 03:42:39.775665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 4632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1745 | 2024.05.15 03:42:39.775714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1746 | 2024.05.15 03:42:39.775733 [ 3 ] {} <Debug> HTTP-Session: b57d8c22-a6f4-4fec-8383-f58adf6f8970 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1747 | 2024.05.15 03:42:39.775750 [ 3 ] {} <Debug> HTTP-Session: b57d8c22-a6f4-4fec-8383-f58adf6f8970 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1748 | 2024.05.15 03:42:39.775764 [ 3 ] {} <Debug> HTTP-Session: b57d8c22-a6f4-4fec-8383-f58adf6f8970 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1749 | 2024.05.15 03:42:39.775794 [ 3 ] {} <Trace> HTTP-Session: b57d8c22-a6f4-4fec-8383-f58adf6f8970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1750 | 2024.05.15 03:42:39.775913 [ 3 ] {169a5bfd-ba79-4319-9f4b-f51f23ad290b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1751 | 2024.05.15 03:42:39.775958 [ 3 ] {169a5bfd-ba79-4319-9f4b-f51f23ad290b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1752 | 2024.05.15 03:42:39.776101 [ 3 ] {169a5bfd-ba79-4319-9f4b-f51f23ad290b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1753 | 2024.05.15 03:42:39.776368 [ 3 ] {169a5bfd-ba79-4319-9f4b-f51f23ad290b} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1754 | 2024.05.15 03:42:39.776403 [ 3 ] {169a5bfd-ba79-4319-9f4b-f51f23ad290b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1755 | 2024.05.15 03:42:39.776751 [ 3 ] {169a5bfd-ba79-4319-9f4b-f51f23ad290b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1756 | 2024.05.15 03:42:39.777071 [ 3 ] {169a5bfd-ba79-4319-9f4b-f51f23ad290b} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1757 | 2024.05.15 03:42:39.777195 [ 3 ] {169a5bfd-ba79-4319-9f4b-f51f23ad290b} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00132 sec., 22727.272727272728 rows/sec., 1.56 MiB/sec. | ||
1758 | 2024.05.15 03:42:39.777387 [ 3 ] {169a5bfd-ba79-4319-9f4b-f51f23ad290b} <Debug> DynamicQueryHandler: Done processing query | ||
1759 | 2024.05.15 03:42:39.777410 [ 3 ] {169a5bfd-ba79-4319-9f4b-f51f23ad290b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1760 | 2024.05.15 03:42:39.777426 [ 3 ] {} <Debug> HTTP-Session: b57d8c22-a6f4-4fec-8383-f58adf6f8970 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1761 | 2024.05.15 03:42:44.764124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 3627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1762 | 2024.05.15 03:42:44.764313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1763 | 2024.05.15 03:42:44.764357 [ 3 ] {} <Debug> HTTP-Session: 13cfe2e5-8823-426a-bab2-9f277fe4a042 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1764 | 2024.05.15 03:42:44.764397 [ 3 ] {} <Debug> HTTP-Session: 13cfe2e5-8823-426a-bab2-9f277fe4a042 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1765 | 2024.05.15 03:42:44.764425 [ 3 ] {} <Debug> HTTP-Session: 13cfe2e5-8823-426a-bab2-9f277fe4a042 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1766 | 2024.05.15 03:42:44.764503 [ 3 ] {} <Trace> HTTP-Session: 13cfe2e5-8823-426a-bab2-9f277fe4a042 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1767 | 2024.05.15 03:42:44.764795 [ 3 ] {c2ccc28e-1c02-4f23-ba1f-b97a9768b396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1768 | 2024.05.15 03:42:44.764903 [ 3 ] {c2ccc28e-1c02-4f23-ba1f-b97a9768b396} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1769 | 2024.05.15 03:42:44.765213 [ 3 ] {c2ccc28e-1c02-4f23-ba1f-b97a9768b396} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1770 | 2024.05.15 03:42:44.765707 [ 3 ] {c2ccc28e-1c02-4f23-ba1f-b97a9768b396} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1771 | 2024.05.15 03:42:44.765754 [ 3 ] {c2ccc28e-1c02-4f23-ba1f-b97a9768b396} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1772 | 2024.05.15 03:42:44.766128 [ 3 ] {c2ccc28e-1c02-4f23-ba1f-b97a9768b396} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1773 | 2024.05.15 03:42:44.766460 [ 3 ] {c2ccc28e-1c02-4f23-ba1f-b97a9768b396} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1774 | 2024.05.15 03:42:44.766628 [ 3 ] {c2ccc28e-1c02-4f23-ba1f-b97a9768b396} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001924 sec., 13513.513513513513 rows/sec., 1.02 MiB/sec. | ||
1775 | 2024.05.15 03:42:44.766845 [ 3 ] {c2ccc28e-1c02-4f23-ba1f-b97a9768b396} <Debug> DynamicQueryHandler: Done processing query | ||
1776 | 2024.05.15 03:42:44.766873 [ 3 ] {c2ccc28e-1c02-4f23-ba1f-b97a9768b396} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1777 | 2024.05.15 03:42:44.766889 [ 3 ] {} <Debug> HTTP-Session: 13cfe2e5-8823-426a-bab2-9f277fe4a042 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1778 | 2024.05.15 03:42:44.767073 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 4788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1779 | 2024.05.15 03:42:44.767127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1780 | 2024.05.15 03:42:44.767147 [ 3 ] {} <Debug> HTTP-Session: ed013e6f-bcbd-4258-8147-139d8f4bb376 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1781 | 2024.05.15 03:42:44.767165 [ 3 ] {} <Debug> HTTP-Session: ed013e6f-bcbd-4258-8147-139d8f4bb376 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1782 | 2024.05.15 03:42:44.767178 [ 3 ] {} <Debug> HTTP-Session: ed013e6f-bcbd-4258-8147-139d8f4bb376 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1783 | 2024.05.15 03:42:44.767213 [ 3 ] {} <Trace> HTTP-Session: ed013e6f-bcbd-4258-8147-139d8f4bb376 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1784 | 2024.05.15 03:42:44.767323 [ 3 ] {8769e8ef-b229-4203-845f-88fcc67dfeb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1785 | 2024.05.15 03:42:44.767368 [ 3 ] {8769e8ef-b229-4203-845f-88fcc67dfeb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1786 | 2024.05.15 03:42:44.767501 [ 3 ] {8769e8ef-b229-4203-845f-88fcc67dfeb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1787 | 2024.05.15 03:42:44.767795 [ 3 ] {8769e8ef-b229-4203-845f-88fcc67dfeb7} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1788 | 2024.05.15 03:42:44.767832 [ 3 ] {8769e8ef-b229-4203-845f-88fcc67dfeb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1789 | 2024.05.15 03:42:44.768148 [ 3 ] {8769e8ef-b229-4203-845f-88fcc67dfeb7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1790 | 2024.05.15 03:42:44.768463 [ 3 ] {8769e8ef-b229-4203-845f-88fcc67dfeb7} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1791 | 2024.05.15 03:42:44.768609 [ 3 ] {8769e8ef-b229-4203-845f-88fcc67dfeb7} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001321 sec., 21196.063588190766 rows/sec., 1.65 MiB/sec. | ||
1792 | 2024.05.15 03:42:44.768777 [ 3 ] {8769e8ef-b229-4203-845f-88fcc67dfeb7} <Debug> DynamicQueryHandler: Done processing query | ||
1793 | 2024.05.15 03:42:44.768800 [ 3 ] {8769e8ef-b229-4203-845f-88fcc67dfeb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1794 | 2024.05.15 03:42:44.768816 [ 3 ] {} <Debug> HTTP-Session: ed013e6f-bcbd-4258-8147-139d8f4bb376 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1795 | 2024.05.15 03:42:44.768943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 19117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1796 | 2024.05.15 03:42:44.768992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1797 | 2024.05.15 03:42:44.769011 [ 3 ] {} <Debug> HTTP-Session: e8644752-49f2-4b18-8f20-e696bd24004f Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1798 | 2024.05.15 03:42:44.769027 [ 3 ] {} <Debug> HTTP-Session: e8644752-49f2-4b18-8f20-e696bd24004f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1799 | 2024.05.15 03:42:44.769041 [ 3 ] {} <Debug> HTTP-Session: e8644752-49f2-4b18-8f20-e696bd24004f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1800 | 2024.05.15 03:42:44.769072 [ 3 ] {} <Trace> HTTP-Session: e8644752-49f2-4b18-8f20-e696bd24004f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1801 | 2024.05.15 03:42:44.769207 [ 3 ] {4cfdc802-847f-47a0-a09b-cc148e904ac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1802 | 2024.05.15 03:42:44.769252 [ 3 ] {4cfdc802-847f-47a0-a09b-cc148e904ac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1803 | 2024.05.15 03:42:44.769395 [ 3 ] {4cfdc802-847f-47a0-a09b-cc148e904ac7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1804 | 2024.05.15 03:42:44.769763 [ 3 ] {4cfdc802-847f-47a0-a09b-cc148e904ac7} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1805 | 2024.05.15 03:42:44.769798 [ 3 ] {4cfdc802-847f-47a0-a09b-cc148e904ac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1806 | 2024.05.15 03:42:44.770176 [ 3 ] {4cfdc802-847f-47a0-a09b-cc148e904ac7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1807 | 2024.05.15 03:42:44.770503 [ 3 ] {4cfdc802-847f-47a0-a09b-cc148e904ac7} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1808 | 2024.05.15 03:42:44.770673 [ 3 ] {4cfdc802-847f-47a0-a09b-cc148e904ac7} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001516 sec., 65963.06068601583 rows/sec., 4.57 MiB/sec. | ||
1809 | 2024.05.15 03:42:44.770960 [ 3 ] {4cfdc802-847f-47a0-a09b-cc148e904ac7} <Debug> DynamicQueryHandler: Done processing query | ||
1810 | 2024.05.15 03:42:44.770984 [ 3 ] {4cfdc802-847f-47a0-a09b-cc148e904ac7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1811 | 2024.05.15 03:42:44.771000 [ 3 ] {} <Debug> HTTP-Session: e8644752-49f2-4b18-8f20-e696bd24004f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1812 | 2024.05.15 03:42:44.771113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 4632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1813 | 2024.05.15 03:42:44.771162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1814 | 2024.05.15 03:42:44.771181 [ 3 ] {} <Debug> HTTP-Session: 86389902-835a-4d26-9a30-e2df2847fd4f Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1815 | 2024.05.15 03:42:44.771198 [ 3 ] {} <Debug> HTTP-Session: 86389902-835a-4d26-9a30-e2df2847fd4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1816 | 2024.05.15 03:42:44.771211 [ 3 ] {} <Debug> HTTP-Session: 86389902-835a-4d26-9a30-e2df2847fd4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1817 | 2024.05.15 03:42:44.771242 [ 3 ] {} <Trace> HTTP-Session: 86389902-835a-4d26-9a30-e2df2847fd4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1818 | 2024.05.15 03:42:44.771353 [ 3 ] {80397c42-c6c2-4067-8cb4-adb446dc40d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1819 | 2024.05.15 03:42:44.771396 [ 3 ] {80397c42-c6c2-4067-8cb4-adb446dc40d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1820 | 2024.05.15 03:42:44.771538 [ 3 ] {80397c42-c6c2-4067-8cb4-adb446dc40d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1821 | 2024.05.15 03:42:44.771818 [ 3 ] {80397c42-c6c2-4067-8cb4-adb446dc40d3} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1822 | 2024.05.15 03:42:44.771853 [ 3 ] {80397c42-c6c2-4067-8cb4-adb446dc40d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1823 | 2024.05.15 03:42:44.772199 [ 3 ] {80397c42-c6c2-4067-8cb4-adb446dc40d3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1824 | 2024.05.15 03:42:44.772511 [ 3 ] {80397c42-c6c2-4067-8cb4-adb446dc40d3} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1825 | 2024.05.15 03:42:44.772671 [ 3 ] {80397c42-c6c2-4067-8cb4-adb446dc40d3} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001346 sec., 22288.261515601782 rows/sec., 1.53 MiB/sec. | ||
1826 | 2024.05.15 03:42:44.772940 [ 3 ] {80397c42-c6c2-4067-8cb4-adb446dc40d3} <Debug> DynamicQueryHandler: Done processing query | ||
1827 | 2024.05.15 03:42:44.772964 [ 3 ] {80397c42-c6c2-4067-8cb4-adb446dc40d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1828 | 2024.05.15 03:42:44.772979 [ 3 ] {} <Debug> HTTP-Session: 86389902-835a-4d26-9a30-e2df2847fd4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1829 | 2024.05.15 03:42:49.765605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 2059, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1830 | 2024.05.15 03:42:49.765735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1831 | 2024.05.15 03:42:49.765758 [ 3 ] {} <Debug> HTTP-Session: 7e37f583-e460-48f9-8d45-df914b5a0e58 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1832 | 2024.05.15 03:42:49.765783 [ 3 ] {} <Debug> HTTP-Session: 7e37f583-e460-48f9-8d45-df914b5a0e58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1833 | 2024.05.15 03:42:49.765798 [ 3 ] {} <Debug> HTTP-Session: 7e37f583-e460-48f9-8d45-df914b5a0e58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1834 | 2024.05.15 03:42:49.765847 [ 3 ] {} <Trace> HTTP-Session: 7e37f583-e460-48f9-8d45-df914b5a0e58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1835 | 2024.05.15 03:42:49.766032 [ 3 ] {601ad230-aab4-4a5a-b294-e355b2fc98be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1836 | 2024.05.15 03:42:49.766097 [ 3 ] {601ad230-aab4-4a5a-b294-e355b2fc98be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1837 | 2024.05.15 03:42:49.766283 [ 3 ] {601ad230-aab4-4a5a-b294-e355b2fc98be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1838 | 2024.05.15 03:42:49.766717 [ 3 ] {601ad230-aab4-4a5a-b294-e355b2fc98be} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1839 | 2024.05.15 03:42:49.766763 [ 3 ] {601ad230-aab4-4a5a-b294-e355b2fc98be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1840 | 2024.05.15 03:42:49.767124 [ 3 ] {601ad230-aab4-4a5a-b294-e355b2fc98be} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1841 | 2024.05.15 03:42:49.767464 [ 3 ] {601ad230-aab4-4a5a-b294-e355b2fc98be} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1842 | 2024.05.15 03:42:49.767645 [ 3 ] {601ad230-aab4-4a5a-b294-e355b2fc98be} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001654 sec., 8464.328899637243 rows/sec., 686.07 KiB/sec. | ||
1843 | 2024.05.15 03:42:49.767645 [ 72 ] {} <Debug> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
1844 | 2024.05.15 03:42:49.767747 [ 72 ] {} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1845 | 2024.05.15 03:42:49.767803 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1846 | 2024.05.15 03:42:49.767939 [ 3 ] {601ad230-aab4-4a5a-b294-e355b2fc98be} <Debug> DynamicQueryHandler: Done processing query | ||
1847 | 2024.05.15 03:42:49.767995 [ 3 ] {601ad230-aab4-4a5a-b294-e355b2fc98be} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1848 | 2024.05.15 03:42:49.768005 [ 187 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::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 | ||
1849 | 2024.05.15 03:42:49.768027 [ 3 ] {} <Debug> HTTP-Session: 7e37f583-e460-48f9-8d45-df914b5a0e58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1850 | 2024.05.15 03:42:49.768157 [ 187 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1851 | 2024.05.15 03:42:49.768192 [ 187 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
1852 | 2024.05.15 03:42:49.768238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1853 | 2024.05.15 03:42:49.768305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1854 | 2024.05.15 03:42:49.768306 [ 187 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
1855 | 2024.05.15 03:42:49.768351 [ 3 ] {} <Debug> HTTP-Session: 91dda9ca-4941-4e1d-9ffe-3ebbbd34427e Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1856 | 2024.05.15 03:42:49.768423 [ 3 ] {} <Debug> HTTP-Session: 91dda9ca-4941-4e1d-9ffe-3ebbbd34427e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1857 | 2024.05.15 03:42:49.768507 [ 3 ] {} <Debug> HTTP-Session: 91dda9ca-4941-4e1d-9ffe-3ebbbd34427e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1858 | 2024.05.15 03:42:49.768698 [ 3 ] {} <Trace> HTTP-Session: 91dda9ca-4941-4e1d-9ffe-3ebbbd34427e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1859 | 2024.05.15 03:42:49.768699 [ 187 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
1860 | 2024.05.15 03:42:49.769019 [ 187 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
1861 | 2024.05.15 03:42:49.769102 [ 3 ] {e1668be6-d406-4335-b959-c082c732eecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1862 | 2024.05.15 03:42:49.769276 [ 3 ] {e1668be6-d406-4335-b959-c082c732eecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1863 | 2024.05.15 03:42:49.769293 [ 187 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
1864 | 2024.05.15 03:42:49.769963 [ 3 ] {e1668be6-d406-4335-b959-c082c732eecb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1865 | 2024.05.15 03:42:49.770500 [ 3 ] {e1668be6-d406-4335-b959-c082c732eecb} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1866 | 2024.05.15 03:42:49.770550 [ 3 ] {e1668be6-d406-4335-b959-c082c732eecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1867 | 2024.05.15 03:42:49.771004 [ 197 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 4 columns (4 merged, 0 gathered) in 0.003096422 sec., 22606.737712107715 rows/sec., 1.79 MiB/sec. | ||
1868 | 2024.05.15 03:42:49.771053 [ 3 ] {e1668be6-d406-4335-b959-c082c732eecb} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1869 | 2024.05.15 03:42:49.771273 [ 197 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
1870 | 2024.05.15 03:42:49.771709 [ 3 ] {e1668be6-d406-4335-b959-c082c732eecb} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1871 | 2024.05.15 03:42:49.772133 [ 3 ] {e1668be6-d406-4335-b959-c082c732eecb} <Debug> executeQuery: Read 68 rows, 5.76 KiB in 0.00319 sec., 21316.614420062695 rows/sec., 1.76 MiB/sec. | ||
1872 | 2024.05.15 03:42:49.772385 [ 197 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_5_1} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1873 | 2024.05.15 03:42:49.772607 [ 197 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_5_1} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
1874 | 2024.05.15 03:42:49.772663 [ 3 ] {e1668be6-d406-4335-b959-c082c732eecb} <Debug> DynamicQueryHandler: Done processing query | ||
1875 | 2024.05.15 03:42:49.772734 [ 3 ] {e1668be6-d406-4335-b959-c082c732eecb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1876 | 2024.05.15 03:42:49.772769 [ 3 ] {} <Debug> HTTP-Session: 91dda9ca-4941-4e1d-9ffe-3ebbbd34427e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1877 | 2024.05.15 03:42:49.772770 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
1878 | 2024.05.15 03:42:49.772920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 7160, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1879 | 2024.05.15 03:42:49.772977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1880 | 2024.05.15 03:42:49.772996 [ 3 ] {} <Debug> HTTP-Session: 73b4c860-1df7-4b47-a57d-85771f7d767b Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1881 | 2024.05.15 03:42:49.773014 [ 3 ] {} <Debug> HTTP-Session: 73b4c860-1df7-4b47-a57d-85771f7d767b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1882 | 2024.05.15 03:42:49.773028 [ 3 ] {} <Debug> HTTP-Session: 73b4c860-1df7-4b47-a57d-85771f7d767b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1883 | 2024.05.15 03:42:49.773059 [ 3 ] {} <Trace> HTTP-Session: 73b4c860-1df7-4b47-a57d-85771f7d767b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1884 | 2024.05.15 03:42:49.773182 [ 3 ] {d494235e-f9d3-4bdc-bcd4-067547f95efe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1885 | 2024.05.15 03:42:49.773226 [ 3 ] {d494235e-f9d3-4bdc-bcd4-067547f95efe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1886 | 2024.05.15 03:42:49.773378 [ 3 ] {d494235e-f9d3-4bdc-bcd4-067547f95efe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1887 | 2024.05.15 03:42:49.773684 [ 3 ] {d494235e-f9d3-4bdc-bcd4-067547f95efe} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1888 | 2024.05.15 03:42:49.773720 [ 3 ] {d494235e-f9d3-4bdc-bcd4-067547f95efe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1889 | 2024.05.15 03:42:49.774031 [ 3 ] {d494235e-f9d3-4bdc-bcd4-067547f95efe} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1890 | 2024.05.15 03:42:49.774325 [ 3 ] {d494235e-f9d3-4bdc-bcd4-067547f95efe} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1891 | 2024.05.15 03:42:49.774473 [ 3 ] {d494235e-f9d3-4bdc-bcd4-067547f95efe} <Debug> executeQuery: Read 42 rows, 3.36 KiB in 0.001332 sec., 31531.53153153153 rows/sec., 2.46 MiB/sec. | ||
1892 | 2024.05.15 03:42:49.774640 [ 3 ] {d494235e-f9d3-4bdc-bcd4-067547f95efe} <Debug> DynamicQueryHandler: Done processing query | ||
1893 | 2024.05.15 03:42:49.774663 [ 3 ] {d494235e-f9d3-4bdc-bcd4-067547f95efe} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1894 | 2024.05.15 03:42:49.774679 [ 3 ] {} <Debug> HTTP-Session: 73b4c860-1df7-4b47-a57d-85771f7d767b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1895 | 2024.05.15 03:42:49.774891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 19117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1896 | 2024.05.15 03:42:49.774940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1897 | 2024.05.15 03:42:49.774958 [ 3 ] {} <Debug> HTTP-Session: 6d137f89-4ba8-46f1-953c-e39e494a9c13 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1898 | 2024.05.15 03:42:49.774975 [ 3 ] {} <Debug> HTTP-Session: 6d137f89-4ba8-46f1-953c-e39e494a9c13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1899 | 2024.05.15 03:42:49.774989 [ 3 ] {} <Debug> HTTP-Session: 6d137f89-4ba8-46f1-953c-e39e494a9c13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1900 | 2024.05.15 03:42:49.775018 [ 3 ] {} <Trace> HTTP-Session: 6d137f89-4ba8-46f1-953c-e39e494a9c13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1901 | 2024.05.15 03:42:49.775158 [ 3 ] {052481c1-ca83-41f3-b752-ded5561413ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1902 | 2024.05.15 03:42:49.775204 [ 3 ] {052481c1-ca83-41f3-b752-ded5561413ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1903 | 2024.05.15 03:42:49.775348 [ 3 ] {052481c1-ca83-41f3-b752-ded5561413ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1904 | 2024.05.15 03:42:49.775700 [ 3 ] {052481c1-ca83-41f3-b752-ded5561413ea} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1905 | 2024.05.15 03:42:49.775735 [ 3 ] {052481c1-ca83-41f3-b752-ded5561413ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1906 | 2024.05.15 03:42:49.776113 [ 3 ] {052481c1-ca83-41f3-b752-ded5561413ea} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1907 | 2024.05.15 03:42:49.776450 [ 3 ] {052481c1-ca83-41f3-b752-ded5561413ea} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1908 | 2024.05.15 03:42:49.776580 [ 3 ] {052481c1-ca83-41f3-b752-ded5561413ea} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001483 sec., 67430.88334457182 rows/sec., 4.68 MiB/sec. | ||
1909 | 2024.05.15 03:42:49.776792 [ 3 ] {052481c1-ca83-41f3-b752-ded5561413ea} <Debug> DynamicQueryHandler: Done processing query | ||
1910 | 2024.05.15 03:42:49.776816 [ 3 ] {052481c1-ca83-41f3-b752-ded5561413ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1911 | 2024.05.15 03:42:49.776831 [ 3 ] {} <Debug> HTTP-Session: 6d137f89-4ba8-46f1-953c-e39e494a9c13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1912 | 2024.05.15 03:42:49.777008 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 15024, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1913 | 2024.05.15 03:42:49.777056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1914 | 2024.05.15 03:42:49.777074 [ 3 ] {} <Debug> HTTP-Session: 4314a824-7d6b-4f0d-a4ac-e1cc9b3a0a35 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1915 | 2024.05.15 03:42:49.777090 [ 3 ] {} <Debug> HTTP-Session: 4314a824-7d6b-4f0d-a4ac-e1cc9b3a0a35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1916 | 2024.05.15 03:42:49.777103 [ 3 ] {} <Debug> HTTP-Session: 4314a824-7d6b-4f0d-a4ac-e1cc9b3a0a35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1917 | 2024.05.15 03:42:49.777132 [ 3 ] {} <Trace> HTTP-Session: 4314a824-7d6b-4f0d-a4ac-e1cc9b3a0a35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1918 | 2024.05.15 03:42:49.777394 [ 3 ] {75e68858-9072-48e4-b13d-d37fe63fccc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1919 | 2024.05.15 03:42:49.777442 [ 3 ] {75e68858-9072-48e4-b13d-d37fe63fccc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1920 | 2024.05.15 03:42:49.777608 [ 3 ] {75e68858-9072-48e4-b13d-d37fe63fccc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1921 | 2024.05.15 03:42:49.777971 [ 3 ] {75e68858-9072-48e4-b13d-d37fe63fccc9} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1922 | 2024.05.15 03:42:49.778006 [ 3 ] {75e68858-9072-48e4-b13d-d37fe63fccc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1923 | 2024.05.15 03:42:49.778391 [ 3 ] {75e68858-9072-48e4-b13d-d37fe63fccc9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1924 | 2024.05.15 03:42:49.778718 [ 3 ] {75e68858-9072-48e4-b13d-d37fe63fccc9} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1925 | 2024.05.15 03:42:49.778884 [ 3 ] {75e68858-9072-48e4-b13d-d37fe63fccc9} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.001663 sec., 8418.52074564041 rows/sec., 11.36 MiB/sec. | ||
1926 | 2024.05.15 03:42:49.779051 [ 3 ] {75e68858-9072-48e4-b13d-d37fe63fccc9} <Debug> DynamicQueryHandler: Done processing query | ||
1927 | 2024.05.15 03:42:49.779074 [ 3 ] {75e68858-9072-48e4-b13d-d37fe63fccc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1928 | 2024.05.15 03:42:49.779089 [ 3 ] {} <Debug> HTTP-Session: 4314a824-7d6b-4f0d-a4ac-e1cc9b3a0a35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1929 | 2024.05.15 03:42:49.779205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 4632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1930 | 2024.05.15 03:42:49.779252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1931 | 2024.05.15 03:42:49.779271 [ 3 ] {} <Debug> HTTP-Session: d8856630-5b24-4022-8823-d880cf8e81bc Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1932 | 2024.05.15 03:42:49.779286 [ 3 ] {} <Debug> HTTP-Session: d8856630-5b24-4022-8823-d880cf8e81bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1933 | 2024.05.15 03:42:49.779299 [ 3 ] {} <Debug> HTTP-Session: d8856630-5b24-4022-8823-d880cf8e81bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1934 | 2024.05.15 03:42:49.779330 [ 3 ] {} <Trace> HTTP-Session: d8856630-5b24-4022-8823-d880cf8e81bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1935 | 2024.05.15 03:42:49.779438 [ 3 ] {014c7268-77b8-45a7-b3e4-333c787cfebb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1936 | 2024.05.15 03:42:49.779480 [ 3 ] {014c7268-77b8-45a7-b3e4-333c787cfebb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1937 | 2024.05.15 03:42:49.779604 [ 3 ] {014c7268-77b8-45a7-b3e4-333c787cfebb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1938 | 2024.05.15 03:42:49.779879 [ 3 ] {014c7268-77b8-45a7-b3e4-333c787cfebb} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1939 | 2024.05.15 03:42:49.779914 [ 3 ] {014c7268-77b8-45a7-b3e4-333c787cfebb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1940 | 2024.05.15 03:42:49.780261 [ 3 ] {014c7268-77b8-45a7-b3e4-333c787cfebb} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1941 | 2024.05.15 03:42:49.780578 [ 3 ] {014c7268-77b8-45a7-b3e4-333c787cfebb} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1942 | 2024.05.15 03:42:49.780723 [ 3 ] {014c7268-77b8-45a7-b3e4-333c787cfebb} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001312 sec., 22865.853658536584 rows/sec., 1.57 MiB/sec. | ||
1943 | 2024.05.15 03:42:49.780886 [ 3 ] {014c7268-77b8-45a7-b3e4-333c787cfebb} <Debug> DynamicQueryHandler: Done processing query | ||
1944 | 2024.05.15 03:42:49.780910 [ 3 ] {014c7268-77b8-45a7-b3e4-333c787cfebb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1945 | 2024.05.15 03:42:49.780925 [ 3 ] {} <Debug> HTTP-Session: d8856630-5b24-4022-8823-d880cf8e81bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1946 | 2024.05.15 03:42:54.018145 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1947 | 2024.05.15 03:42:54.018249 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1948 | 2024.05.15 03:42:54.764545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 3627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1949 | 2024.05.15 03:42:54.764656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1950 | 2024.05.15 03:42:54.764681 [ 3 ] {} <Debug> HTTP-Session: c359062d-662b-4035-854f-df93ddbd2d80 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1951 | 2024.05.15 03:42:54.764707 [ 3 ] {} <Debug> HTTP-Session: c359062d-662b-4035-854f-df93ddbd2d80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1952 | 2024.05.15 03:42:54.764729 [ 3 ] {} <Debug> HTTP-Session: c359062d-662b-4035-854f-df93ddbd2d80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1953 | 2024.05.15 03:42:54.764788 [ 3 ] {} <Trace> HTTP-Session: c359062d-662b-4035-854f-df93ddbd2d80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1954 | 2024.05.15 03:42:54.764981 [ 3 ] {a6cee095-e91d-400f-b0f0-989b787743e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1955 | 2024.05.15 03:42:54.765046 [ 3 ] {a6cee095-e91d-400f-b0f0-989b787743e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1956 | 2024.05.15 03:42:54.765229 [ 3 ] {a6cee095-e91d-400f-b0f0-989b787743e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1957 | 2024.05.15 03:42:54.765663 [ 3 ] {a6cee095-e91d-400f-b0f0-989b787743e8} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1958 | 2024.05.15 03:42:54.765708 [ 3 ] {a6cee095-e91d-400f-b0f0-989b787743e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1959 | 2024.05.15 03:42:54.766090 [ 3 ] {a6cee095-e91d-400f-b0f0-989b787743e8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1960 | 2024.05.15 03:42:54.766424 [ 3 ] {a6cee095-e91d-400f-b0f0-989b787743e8} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1961 | 2024.05.15 03:42:54.766588 [ 3 ] {a6cee095-e91d-400f-b0f0-989b787743e8} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001659 sec., 15672.091621458709 rows/sec., 1.18 MiB/sec. | ||
1962 | 2024.05.15 03:42:54.766925 [ 3 ] {a6cee095-e91d-400f-b0f0-989b787743e8} <Debug> DynamicQueryHandler: Done processing query | ||
1963 | 2024.05.15 03:42:54.766955 [ 3 ] {a6cee095-e91d-400f-b0f0-989b787743e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1964 | 2024.05.15 03:42:54.766973 [ 3 ] {} <Debug> HTTP-Session: c359062d-662b-4035-854f-df93ddbd2d80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1965 | 2024.05.15 03:42:54.767112 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 4788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1966 | 2024.05.15 03:42:54.767168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1967 | 2024.05.15 03:42:54.767187 [ 3 ] {} <Debug> HTTP-Session: cc5820f6-b3e2-44ec-a592-3f380c4c181a Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1968 | 2024.05.15 03:42:54.767205 [ 3 ] {} <Debug> HTTP-Session: cc5820f6-b3e2-44ec-a592-3f380c4c181a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1969 | 2024.05.15 03:42:54.767218 [ 3 ] {} <Debug> HTTP-Session: cc5820f6-b3e2-44ec-a592-3f380c4c181a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1970 | 2024.05.15 03:42:54.767255 [ 3 ] {} <Trace> HTTP-Session: cc5820f6-b3e2-44ec-a592-3f380c4c181a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1971 | 2024.05.15 03:42:54.767370 [ 3 ] {95ea1c4f-eb2c-4211-91ae-f292dab28d0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1972 | 2024.05.15 03:42:54.767416 [ 3 ] {95ea1c4f-eb2c-4211-91ae-f292dab28d0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1973 | 2024.05.15 03:42:54.767572 [ 3 ] {95ea1c4f-eb2c-4211-91ae-f292dab28d0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1974 | 2024.05.15 03:42:54.767925 [ 3 ] {95ea1c4f-eb2c-4211-91ae-f292dab28d0b} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1975 | 2024.05.15 03:42:54.767962 [ 3 ] {95ea1c4f-eb2c-4211-91ae-f292dab28d0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1976 | 2024.05.15 03:42:54.768274 [ 3 ] {95ea1c4f-eb2c-4211-91ae-f292dab28d0b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1977 | 2024.05.15 03:42:54.768582 [ 3 ] {95ea1c4f-eb2c-4211-91ae-f292dab28d0b} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1978 | 2024.05.15 03:42:54.768737 [ 3 ] {95ea1c4f-eb2c-4211-91ae-f292dab28d0b} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001395 sec., 20071.68458781362 rows/sec., 1.57 MiB/sec. | ||
1979 | 2024.05.15 03:42:54.769051 [ 3 ] {95ea1c4f-eb2c-4211-91ae-f292dab28d0b} <Debug> DynamicQueryHandler: Done processing query | ||
1980 | 2024.05.15 03:42:54.769078 [ 3 ] {95ea1c4f-eb2c-4211-91ae-f292dab28d0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1981 | 2024.05.15 03:42:54.769095 [ 3 ] {} <Debug> HTTP-Session: cc5820f6-b3e2-44ec-a592-3f380c4c181a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1982 | 2024.05.15 03:42:54.769245 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 19117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1983 | 2024.05.15 03:42:54.769299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1984 | 2024.05.15 03:42:54.769319 [ 3 ] {} <Debug> HTTP-Session: 543dae42-f845-4c9a-8d3f-94fba05eeb26 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
1985 | 2024.05.15 03:42:54.769336 [ 3 ] {} <Debug> HTTP-Session: 543dae42-f845-4c9a-8d3f-94fba05eeb26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1986 | 2024.05.15 03:42:54.769350 [ 3 ] {} <Debug> HTTP-Session: 543dae42-f845-4c9a-8d3f-94fba05eeb26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1987 | 2024.05.15 03:42:54.769385 [ 3 ] {} <Trace> HTTP-Session: 543dae42-f845-4c9a-8d3f-94fba05eeb26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1988 | 2024.05.15 03:42:54.769528 [ 3 ] {c0109f83-10b2-4fd5-86d2-c10eab39cecf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1989 | 2024.05.15 03:42:54.769578 [ 3 ] {c0109f83-10b2-4fd5-86d2-c10eab39cecf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1990 | 2024.05.15 03:42:54.769746 [ 3 ] {c0109f83-10b2-4fd5-86d2-c10eab39cecf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1991 | 2024.05.15 03:42:54.770113 [ 3 ] {c0109f83-10b2-4fd5-86d2-c10eab39cecf} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1992 | 2024.05.15 03:42:54.770149 [ 3 ] {c0109f83-10b2-4fd5-86d2-c10eab39cecf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1993 | 2024.05.15 03:42:54.770537 [ 3 ] {c0109f83-10b2-4fd5-86d2-c10eab39cecf} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1994 | 2024.05.15 03:42:54.770897 [ 3 ] {c0109f83-10b2-4fd5-86d2-c10eab39cecf} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1995 | 2024.05.15 03:42:54.771068 [ 3 ] {c0109f83-10b2-4fd5-86d2-c10eab39cecf} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001594 sec., 62735.257214554586 rows/sec., 4.35 MiB/sec. | ||
1996 | 2024.05.15 03:42:54.771612 [ 3 ] {c0109f83-10b2-4fd5-86d2-c10eab39cecf} <Debug> DynamicQueryHandler: Done processing query | ||
1997 | 2024.05.15 03:42:54.771637 [ 3 ] {c0109f83-10b2-4fd5-86d2-c10eab39cecf} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1998 | 2024.05.15 03:42:54.771653 [ 3 ] {} <Debug> HTTP-Session: 543dae42-f845-4c9a-8d3f-94fba05eeb26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1999 | 2024.05.15 03:42:54.771777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 4632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2000 | 2024.05.15 03:42:54.771829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2001 | 2024.05.15 03:42:54.771848 [ 3 ] {} <Debug> HTTP-Session: bf9472a7-cd91-4d3c-848d-9efd562f2175 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2002 | 2024.05.15 03:42:54.771865 [ 3 ] {} <Debug> HTTP-Session: bf9472a7-cd91-4d3c-848d-9efd562f2175 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2003 | 2024.05.15 03:42:54.771878 [ 3 ] {} <Debug> HTTP-Session: bf9472a7-cd91-4d3c-848d-9efd562f2175 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2004 | 2024.05.15 03:42:54.771910 [ 3 ] {} <Trace> HTTP-Session: bf9472a7-cd91-4d3c-848d-9efd562f2175 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2005 | 2024.05.15 03:42:54.772020 [ 3 ] {315bd57c-a02a-44b5-b53d-e8df1b3e7134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2006 | 2024.05.15 03:42:54.772066 [ 3 ] {315bd57c-a02a-44b5-b53d-e8df1b3e7134} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2007 | 2024.05.15 03:42:54.772220 [ 3 ] {315bd57c-a02a-44b5-b53d-e8df1b3e7134} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2008 | 2024.05.15 03:42:54.772519 [ 3 ] {315bd57c-a02a-44b5-b53d-e8df1b3e7134} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2009 | 2024.05.15 03:42:54.772555 [ 3 ] {315bd57c-a02a-44b5-b53d-e8df1b3e7134} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2010 | 2024.05.15 03:42:54.772905 [ 3 ] {315bd57c-a02a-44b5-b53d-e8df1b3e7134} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2011 | 2024.05.15 03:42:54.773221 [ 3 ] {315bd57c-a02a-44b5-b53d-e8df1b3e7134} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2012 | 2024.05.15 03:42:54.773355 [ 3 ] {315bd57c-a02a-44b5-b53d-e8df1b3e7134} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001366 sec., 21961.932650073206 rows/sec., 1.50 MiB/sec. | ||
2013 | 2024.05.15 03:42:54.773627 [ 3 ] {315bd57c-a02a-44b5-b53d-e8df1b3e7134} <Debug> DynamicQueryHandler: Done processing query | ||
2014 | 2024.05.15 03:42:54.773652 [ 3 ] {315bd57c-a02a-44b5-b53d-e8df1b3e7134} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2015 | 2024.05.15 03:42:54.773668 [ 3 ] {} <Debug> HTTP-Session: bf9472a7-cd91-4d3c-848d-9efd562f2175 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2016 | 2024.05.15 03:42:59.762854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2017 | 2024.05.15 03:42:59.762994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2018 | 2024.05.15 03:42:59.763023 [ 3 ] {} <Debug> HTTP-Session: 69b06f2b-c8bd-4da5-9143-258d4d92ff16 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2019 | 2024.05.15 03:42:59.763052 [ 3 ] {} <Debug> HTTP-Session: 69b06f2b-c8bd-4da5-9143-258d4d92ff16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2020 | 2024.05.15 03:42:59.763071 [ 3 ] {} <Debug> HTTP-Session: 69b06f2b-c8bd-4da5-9143-258d4d92ff16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2021 | 2024.05.15 03:42:59.763127 [ 3 ] {} <Trace> HTTP-Session: 69b06f2b-c8bd-4da5-9143-258d4d92ff16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2022 | 2024.05.15 03:42:59.763388 [ 3 ] {bb5c27d1-aeb1-4cba-b94e-55634af7753f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) 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) | ||
2023 | 2024.05.15 03:42:59.763876 [ 3 ] {bb5c27d1-aeb1-4cba-b94e-55634af7753f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2024 | 2024.05.15 03:42:59.764043 [ 3 ] {bb5c27d1-aeb1-4cba-b94e-55634af7753f} <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 | ||
2025 | 2024.05.15 03:42:59.764354 [ 3 ] {bb5c27d1-aeb1-4cba-b94e-55634af7753f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2026 | 2024.05.15 03:42:59.764589 [ 3 ] {bb5c27d1-aeb1-4cba-b94e-55634af7753f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2027 | 2024.05.15 03:42:59.765008 [ 3 ] {bb5c27d1-aeb1-4cba-b94e-55634af7753f} <Debug> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
2028 | 2024.05.15 03:42:59.766187 [ 3 ] {bb5c27d1-aeb1-4cba-b94e-55634af7753f} <Trace> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2029 | 2024.05.15 03:42:59.766282 [ 3 ] {bb5c27d1-aeb1-4cba-b94e-55634af7753f} <Debug> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (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 | ||
2030 | 2024.05.15 03:42:59.766303 [ 3 ] {bb5c27d1-aeb1-4cba-b94e-55634af7753f} <Trace> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2031 | 2024.05.15 03:42:59.766389 [ 3 ] {bb5c27d1-aeb1-4cba-b94e-55634af7753f} <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'))" | ||
2032 | 2024.05.15 03:42:59.766415 [ 3 ] {bb5c27d1-aeb1-4cba-b94e-55634af7753f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
2033 | 2024.05.15 03:42:59.768077 [ 3 ] {bb5c27d1-aeb1-4cba-b94e-55634af7753f} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.004806 sec., 3745.318352059925 rows/sec., 157.27 KiB/sec. | ||
2034 | 2024.05.15 03:42:59.768396 [ 3 ] {bb5c27d1-aeb1-4cba-b94e-55634af7753f} <Debug> DynamicQueryHandler: Done processing query | ||
2035 | 2024.05.15 03:42:59.768425 [ 3 ] {bb5c27d1-aeb1-4cba-b94e-55634af7753f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
2036 | 2024.05.15 03:42:59.768443 [ 3 ] {} <Debug> HTTP-Session: 69b06f2b-c8bd-4da5-9143-258d4d92ff16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2037 | 2024.05.15 03:42:59.768693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2038 | 2024.05.15 03:42:59.768754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2039 | 2024.05.15 03:42:59.768774 [ 3 ] {} <Debug> HTTP-Session: b9f3351a-179d-4c1f-9d17-edcb49458b7b Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2040 | 2024.05.15 03:42:59.768793 [ 3 ] {} <Debug> HTTP-Session: b9f3351a-179d-4c1f-9d17-edcb49458b7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2041 | 2024.05.15 03:42:59.768806 [ 3 ] {} <Debug> HTTP-Session: b9f3351a-179d-4c1f-9d17-edcb49458b7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2042 | 2024.05.15 03:42:59.768844 [ 3 ] {} <Trace> HTTP-Session: b9f3351a-179d-4c1f-9d17-edcb49458b7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2043 | 2024.05.15 03:42:59.769001 [ 3 ] {706f700e-3b83-49bf-ab7e-e75ea94c9eca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) 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', 'physical_data_link:errors_received') FORMAT JSONEachRow; (stage: Complete) | ||
2044 | 2024.05.15 03:42:59.769279 [ 3 ] {706f700e-3b83-49bf-ab7e-e75ea94c9eca} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2045 | 2024.05.15 03:42:59.769321 [ 3 ] {706f700e-3b83-49bf-ab7e-e75ea94c9eca} <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', 'physical_data_link:errors_received')" moved to PREWHERE | ||
2046 | 2024.05.15 03:42:59.769589 [ 3 ] {706f700e-3b83-49bf-ab7e-e75ea94c9eca} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2047 | 2024.05.15 03:42:59.769657 [ 3 ] {706f700e-3b83-49bf-ab7e-e75ea94c9eca} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2048 | 2024.05.15 03:42:59.769804 [ 3 ] {706f700e-3b83-49bf-ab7e-e75ea94c9eca} <Debug> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
2049 | 2024.05.15 03:42:59.769838 [ 3 ] {706f700e-3b83-49bf-ab7e-e75ea94c9eca} <Trace> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2050 | 2024.05.15 03:42:59.769863 [ 3 ] {706f700e-3b83-49bf-ab7e-e75ea94c9eca} <Debug> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (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 | ||
2051 | 2024.05.15 03:42:59.769880 [ 3 ] {706f700e-3b83-49bf-ab7e-e75ea94c9eca} <Trace> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2052 | 2024.05.15 03:42:59.769923 [ 3 ] {706f700e-3b83-49bf-ab7e-e75ea94c9eca} <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', 'physical_data_link:errors_received'))" | ||
2053 | 2024.05.15 03:42:59.769944 [ 3 ] {706f700e-3b83-49bf-ab7e-e75ea94c9eca} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
2054 | 2024.05.15 03:42:59.770745 [ 3 ] {706f700e-3b83-49bf-ab7e-e75ea94c9eca} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.001816 sec., 9911.894273127753 rows/sec., 416.22 KiB/sec. | ||
2055 | 2024.05.15 03:42:59.770998 [ 3 ] {706f700e-3b83-49bf-ab7e-e75ea94c9eca} <Debug> DynamicQueryHandler: Done processing query | ||
2056 | 2024.05.15 03:42:59.771023 [ 3 ] {706f700e-3b83-49bf-ab7e-e75ea94c9eca} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
2057 | 2024.05.15 03:42:59.771040 [ 3 ] {} <Debug> HTTP-Session: b9f3351a-179d-4c1f-9d17-edcb49458b7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2058 | 2024.05.15 03:42:59.771265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2059 | 2024.05.15 03:42:59.771314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2060 | 2024.05.15 03:42:59.771333 [ 3 ] {} <Debug> HTTP-Session: d0f3e64c-7b6d-48ff-b93f-e55cfb9d11c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2061 | 2024.05.15 03:42:59.771350 [ 3 ] {} <Debug> HTTP-Session: d0f3e64c-7b6d-48ff-b93f-e55cfb9d11c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2062 | 2024.05.15 03:42:59.771363 [ 3 ] {} <Debug> HTTP-Session: d0f3e64c-7b6d-48ff-b93f-e55cfb9d11c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2063 | 2024.05.15 03:42:59.771394 [ 3 ] {} <Trace> HTTP-Session: d0f3e64c-7b6d-48ff-b93f-e55cfb9d11c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2064 | 2024.05.15 03:42:59.771536 [ 3 ] {917fa040-3dc4-4274-bdf1-f7b502d8d472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) 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', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) | ||
2065 | 2024.05.15 03:42:59.771797 [ 3 ] {917fa040-3dc4-4274-bdf1-f7b502d8d472} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2066 | 2024.05.15 03:42:59.771836 [ 3 ] {917fa040-3dc4-4274-bdf1-f7b502d8d472} <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', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE | ||
2067 | 2024.05.15 03:42:59.772095 [ 3 ] {917fa040-3dc4-4274-bdf1-f7b502d8d472} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2068 | 2024.05.15 03:42:59.772160 [ 3 ] {917fa040-3dc4-4274-bdf1-f7b502d8d472} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2069 | 2024.05.15 03:42:59.772298 [ 3 ] {917fa040-3dc4-4274-bdf1-f7b502d8d472} <Debug> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
2070 | 2024.05.15 03:42:59.772331 [ 3 ] {917fa040-3dc4-4274-bdf1-f7b502d8d472} <Trace> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2071 | 2024.05.15 03:42:59.772353 [ 3 ] {917fa040-3dc4-4274-bdf1-f7b502d8d472} <Debug> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (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 | ||
2072 | 2024.05.15 03:42:59.772369 [ 3 ] {917fa040-3dc4-4274-bdf1-f7b502d8d472} <Trace> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2073 | 2024.05.15 03:42:59.772410 [ 3 ] {917fa040-3dc4-4274-bdf1-f7b502d8d472} <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', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" | ||
2074 | 2024.05.15 03:42:59.772433 [ 3 ] {917fa040-3dc4-4274-bdf1-f7b502d8d472} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
2075 | 2024.05.15 03:42:59.773293 [ 3 ] {917fa040-3dc4-4274-bdf1-f7b502d8d472} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.001816 sec., 9911.894273127753 rows/sec., 416.22 KiB/sec. | ||
2076 | 2024.05.15 03:42:59.773540 [ 3 ] {917fa040-3dc4-4274-bdf1-f7b502d8d472} <Debug> DynamicQueryHandler: Done processing query | ||
2077 | 2024.05.15 03:42:59.773565 [ 3 ] {917fa040-3dc4-4274-bdf1-f7b502d8d472} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
2078 | 2024.05.15 03:42:59.773581 [ 3 ] {} <Debug> HTTP-Session: d0f3e64c-7b6d-48ff-b93f-e55cfb9d11c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2079 | 2024.05.15 03:42:59.773816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 883, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2080 | 2024.05.15 03:42:59.773867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2081 | 2024.05.15 03:42:59.773886 [ 3 ] {} <Debug> HTTP-Session: 1abcc58a-c72d-4467-8a07-bea46fe1de95 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2082 | 2024.05.15 03:42:59.773902 [ 3 ] {} <Debug> HTTP-Session: 1abcc58a-c72d-4467-8a07-bea46fe1de95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2083 | 2024.05.15 03:42:59.773916 [ 3 ] {} <Debug> HTTP-Session: 1abcc58a-c72d-4467-8a07-bea46fe1de95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2084 | 2024.05.15 03:42:59.773948 [ 3 ] {} <Trace> HTTP-Session: 1abcc58a-c72d-4467-8a07-bea46fe1de95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2085 | 2024.05.15 03:42:59.774092 [ 3 ] {9f5ec500-3824-4811-a35b-dc0fc9f29d52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) 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', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) | ||
2086 | 2024.05.15 03:42:59.774357 [ 3 ] {9f5ec500-3824-4811-a35b-dc0fc9f29d52} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2087 | 2024.05.15 03:42:59.774399 [ 3 ] {9f5ec500-3824-4811-a35b-dc0fc9f29d52} <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', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE | ||
2088 | 2024.05.15 03:42:59.774660 [ 3 ] {9f5ec500-3824-4811-a35b-dc0fc9f29d52} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2089 | 2024.05.15 03:42:59.774725 [ 3 ] {9f5ec500-3824-4811-a35b-dc0fc9f29d52} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2090 | 2024.05.15 03:42:59.774864 [ 3 ] {9f5ec500-3824-4811-a35b-dc0fc9f29d52} <Debug> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
2091 | 2024.05.15 03:42:59.774897 [ 3 ] {9f5ec500-3824-4811-a35b-dc0fc9f29d52} <Trace> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2092 | 2024.05.15 03:42:59.774920 [ 3 ] {9f5ec500-3824-4811-a35b-dc0fc9f29d52} <Debug> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (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 | ||
2093 | 2024.05.15 03:42:59.774936 [ 3 ] {9f5ec500-3824-4811-a35b-dc0fc9f29d52} <Trace> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2094 | 2024.05.15 03:42:59.774976 [ 3 ] {9f5ec500-3824-4811-a35b-dc0fc9f29d52} <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', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" | ||
2095 | 2024.05.15 03:42:59.774998 [ 3 ] {9f5ec500-3824-4811-a35b-dc0fc9f29d52} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
2096 | 2024.05.15 03:42:59.775787 [ 3 ] {9f5ec500-3824-4811-a35b-dc0fc9f29d52} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.00176 sec., 10227.272727272726 rows/sec., 429.47 KiB/sec. | ||
2097 | 2024.05.15 03:42:59.776041 [ 3 ] {9f5ec500-3824-4811-a35b-dc0fc9f29d52} <Debug> DynamicQueryHandler: Done processing query | ||
2098 | 2024.05.15 03:42:59.776067 [ 3 ] {9f5ec500-3824-4811-a35b-dc0fc9f29d52} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
2099 | 2024.05.15 03:42:59.776084 [ 3 ] {} <Debug> HTTP-Session: 1abcc58a-c72d-4467-8a07-bea46fe1de95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2100 | 2024.05.15 03:42:59.776291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 922, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2101 | 2024.05.15 03:42:59.776340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2102 | 2024.05.15 03:42:59.776360 [ 3 ] {} <Debug> HTTP-Session: 484c066e-9f8b-4b4c-b093-90482ed69d5f Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2103 | 2024.05.15 03:42:59.776376 [ 3 ] {} <Debug> HTTP-Session: 484c066e-9f8b-4b4c-b093-90482ed69d5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2104 | 2024.05.15 03:42:59.776390 [ 3 ] {} <Debug> HTTP-Session: 484c066e-9f8b-4b4c-b093-90482ed69d5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2105 | 2024.05.15 03:42:59.776422 [ 3 ] {} <Trace> HTTP-Session: 484c066e-9f8b-4b4c-b093-90482ed69d5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2106 | 2024.05.15 03:42:59.776562 [ 3 ] {756593b0-c0f9-47a7-ae45-d40a495b264b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) 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', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) | ||
2107 | 2024.05.15 03:42:59.776823 [ 3 ] {756593b0-c0f9-47a7-ae45-d40a495b264b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2108 | 2024.05.15 03:42:59.776865 [ 3 ] {756593b0-c0f9-47a7-ae45-d40a495b264b} <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', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received')" moved to PREWHERE | ||
2109 | 2024.05.15 03:42:59.777128 [ 3 ] {756593b0-c0f9-47a7-ae45-d40a495b264b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2110 | 2024.05.15 03:42:59.777191 [ 3 ] {756593b0-c0f9-47a7-ae45-d40a495b264b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2111 | 2024.05.15 03:42:59.777328 [ 3 ] {756593b0-c0f9-47a7-ae45-d40a495b264b} <Debug> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
2112 | 2024.05.15 03:42:59.777359 [ 3 ] {756593b0-c0f9-47a7-ae45-d40a495b264b} <Trace> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2113 | 2024.05.15 03:42:59.777383 [ 3 ] {756593b0-c0f9-47a7-ae45-d40a495b264b} <Debug> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (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 | ||
2114 | 2024.05.15 03:42:59.777399 [ 3 ] {756593b0-c0f9-47a7-ae45-d40a495b264b} <Trace> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2115 | 2024.05.15 03:42:59.777439 [ 3 ] {756593b0-c0f9-47a7-ae45-d40a495b264b} <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', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" | ||
2116 | 2024.05.15 03:42:59.777542 [ 3 ] {756593b0-c0f9-47a7-ae45-d40a495b264b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
2117 | 2024.05.15 03:42:59.778366 [ 3 ] {756593b0-c0f9-47a7-ae45-d40a495b264b} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.001869 sec., 9630.818619582664 rows/sec., 404.42 KiB/sec. | ||
2118 | 2024.05.15 03:42:59.778611 [ 3 ] {756593b0-c0f9-47a7-ae45-d40a495b264b} <Debug> DynamicQueryHandler: Done processing query | ||
2119 | 2024.05.15 03:42:59.778635 [ 3 ] {756593b0-c0f9-47a7-ae45-d40a495b264b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
2120 | 2024.05.15 03:42:59.778652 [ 3 ] {} <Debug> HTTP-Session: 484c066e-9f8b-4b4c-b093-90482ed69d5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2121 | 2024.05.15 03:42:59.778885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 955, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2122 | 2024.05.15 03:42:59.779018 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2123 | 2024.05.15 03:42:59.779038 [ 3 ] {} <Debug> HTTP-Session: 4da25122-b9bb-488d-a711-9d60a0f54cc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2124 | 2024.05.15 03:42:59.779054 [ 3 ] {} <Debug> HTTP-Session: 4da25122-b9bb-488d-a711-9d60a0f54cc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2125 | 2024.05.15 03:42:59.779068 [ 3 ] {} <Debug> HTTP-Session: 4da25122-b9bb-488d-a711-9d60a0f54cc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2126 | 2024.05.15 03:42:59.779099 [ 3 ] {} <Trace> HTTP-Session: 4da25122-b9bb-488d-a711-9d60a0f54cc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2127 | 2024.05.15 03:42:59.779240 [ 3 ] {fb1bf4c0-61a0-49a7-9839-438df09ab37d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) 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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) | ||
2128 | 2024.05.15 03:42:59.779504 [ 3 ] {fb1bf4c0-61a0-49a7-9839-438df09ab37d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2129 | 2024.05.15 03:42:59.779545 [ 3 ] {fb1bf4c0-61a0-49a7-9839-438df09ab37d} <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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received')" moved to PREWHERE | ||
2130 | 2024.05.15 03:42:59.779812 [ 3 ] {fb1bf4c0-61a0-49a7-9839-438df09ab37d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2131 | 2024.05.15 03:42:59.779875 [ 3 ] {fb1bf4c0-61a0-49a7-9839-438df09ab37d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2132 | 2024.05.15 03:42:59.780012 [ 3 ] {fb1bf4c0-61a0-49a7-9839-438df09ab37d} <Debug> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
2133 | 2024.05.15 03:42:59.780044 [ 3 ] {fb1bf4c0-61a0-49a7-9839-438df09ab37d} <Trace> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2134 | 2024.05.15 03:42:59.780066 [ 3 ] {fb1bf4c0-61a0-49a7-9839-438df09ab37d} <Debug> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (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 | ||
2135 | 2024.05.15 03:42:59.780082 [ 3 ] {fb1bf4c0-61a0-49a7-9839-438df09ab37d} <Trace> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2136 | 2024.05.15 03:42:59.780122 [ 3 ] {fb1bf4c0-61a0-49a7-9839-438df09ab37d} <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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" | ||
2137 | 2024.05.15 03:42:59.780144 [ 3 ] {fb1bf4c0-61a0-49a7-9839-438df09ab37d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
2138 | 2024.05.15 03:42:59.780895 [ 3 ] {fb1bf4c0-61a0-49a7-9839-438df09ab37d} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.001722 sec., 10452.961672473868 rows/sec., 438.94 KiB/sec. | ||
2139 | 2024.05.15 03:42:59.781139 [ 3 ] {fb1bf4c0-61a0-49a7-9839-438df09ab37d} <Debug> DynamicQueryHandler: Done processing query | ||
2140 | 2024.05.15 03:42:59.781163 [ 3 ] {fb1bf4c0-61a0-49a7-9839-438df09ab37d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
2141 | 2024.05.15 03:42:59.781180 [ 3 ] {} <Debug> HTTP-Session: 4da25122-b9bb-488d-a711-9d60a0f54cc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2142 | 2024.05.15 03:42:59.795323 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 990, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2143 | 2024.05.15 03:42:59.795374 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2144 | 2024.05.15 03:42:59.795392 [ 3 ] {} <Debug> HTTP-Session: c4143cae-79cc-41de-b18a-dbba20440e0d Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2145 | 2024.05.15 03:42:59.795408 [ 3 ] {} <Debug> HTTP-Session: c4143cae-79cc-41de-b18a-dbba20440e0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2146 | 2024.05.15 03:42:59.795423 [ 3 ] {} <Debug> HTTP-Session: c4143cae-79cc-41de-b18a-dbba20440e0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2147 | 2024.05.15 03:42:59.795454 [ 3 ] {} <Trace> HTTP-Session: c4143cae-79cc-41de-b18a-dbba20440e0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2148 | 2024.05.15 03:42:59.795610 [ 3 ] {375aaece-7721-4268-8de8-dc9ca0a69f25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) 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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
2149 | 2024.05.15 03:42:59.795934 [ 3 ] {375aaece-7721-4268-8de8-dc9ca0a69f25} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2150 | 2024.05.15 03:42:59.795986 [ 3 ] {375aaece-7721-4268-8de8-dc9ca0a69f25} <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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent')" moved to PREWHERE | ||
2151 | 2024.05.15 03:42:59.796317 [ 3 ] {375aaece-7721-4268-8de8-dc9ca0a69f25} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2152 | 2024.05.15 03:42:59.796393 [ 3 ] {375aaece-7721-4268-8de8-dc9ca0a69f25} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2153 | 2024.05.15 03:42:59.796559 [ 3 ] {375aaece-7721-4268-8de8-dc9ca0a69f25} <Debug> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
2154 | 2024.05.15 03:42:59.796592 [ 3 ] {375aaece-7721-4268-8de8-dc9ca0a69f25} <Trace> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2155 | 2024.05.15 03:42:59.796615 [ 3 ] {375aaece-7721-4268-8de8-dc9ca0a69f25} <Debug> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (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 | ||
2156 | 2024.05.15 03:42:59.796631 [ 3 ] {375aaece-7721-4268-8de8-dc9ca0a69f25} <Trace> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2157 | 2024.05.15 03:42:59.796671 [ 3 ] {375aaece-7721-4268-8de8-dc9ca0a69f25} <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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
2158 | 2024.05.15 03:42:59.796694 [ 3 ] {375aaece-7721-4268-8de8-dc9ca0a69f25} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
2159 | 2024.05.15 03:42:59.797561 [ 3 ] {375aaece-7721-4268-8de8-dc9ca0a69f25} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002017 sec., 8924.144769459594 rows/sec., 374.74 KiB/sec. | ||
2160 | 2024.05.15 03:42:59.797819 [ 3 ] {375aaece-7721-4268-8de8-dc9ca0a69f25} <Debug> DynamicQueryHandler: Done processing query | ||
2161 | 2024.05.15 03:42:59.797844 [ 3 ] {375aaece-7721-4268-8de8-dc9ca0a69f25} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
2162 | 2024.05.15 03:42:59.797860 [ 3 ] {} <Debug> HTTP-Session: c4143cae-79cc-41de-b18a-dbba20440e0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2163 | 2024.05.15 03:42:59.799661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 2336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2164 | 2024.05.15 03:42:59.799710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2165 | 2024.05.15 03:42:59.799728 [ 3 ] {} <Debug> HTTP-Session: d576cab7-bc17-461a-a403-3b775e15354d Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2166 | 2024.05.15 03:42:59.799744 [ 3 ] {} <Debug> HTTP-Session: d576cab7-bc17-461a-a403-3b775e15354d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2167 | 2024.05.15 03:42:59.799758 [ 3 ] {} <Debug> HTTP-Session: d576cab7-bc17-461a-a403-3b775e15354d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2168 | 2024.05.15 03:42:59.799789 [ 3 ] {} <Trace> HTTP-Session: d576cab7-bc17-461a-a403-3b775e15354d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2169 | 2024.05.15 03:42:59.799900 [ 3 ] {53920e11-f6ad-433c-bece-31e0ddfa2963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2170 | 2024.05.15 03:42:59.799944 [ 3 ] {53920e11-f6ad-433c-bece-31e0ddfa2963} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2171 | 2024.05.15 03:42:59.800110 [ 3 ] {53920e11-f6ad-433c-bece-31e0ddfa2963} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2172 | 2024.05.15 03:42:59.800459 [ 3 ] {53920e11-f6ad-433c-bece-31e0ddfa2963} <Trace> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2173 | 2024.05.15 03:42:59.800498 [ 3 ] {53920e11-f6ad-433c-bece-31e0ddfa2963} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2174 | 2024.05.15 03:42:59.800972 [ 3 ] {53920e11-f6ad-433c-bece-31e0ddfa2963} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2175 | 2024.05.15 03:42:59.801301 [ 3 ] {53920e11-f6ad-433c-bece-31e0ddfa2963} <Trace> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2176 | 2024.05.15 03:42:59.801466 [ 3 ] {53920e11-f6ad-433c-bece-31e0ddfa2963} <Debug> executeQuery: Read 7 rows, 1.20 KiB in 0.001596 sec., 4385.964912280702 rows/sec., 751.39 KiB/sec. | ||
2177 | 2024.05.15 03:42:59.801888 [ 3 ] {53920e11-f6ad-433c-bece-31e0ddfa2963} <Debug> DynamicQueryHandler: Done processing query | ||
2178 | 2024.05.15 03:42:59.801912 [ 3 ] {53920e11-f6ad-433c-bece-31e0ddfa2963} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2179 | 2024.05.15 03:42:59.801928 [ 3 ] {} <Debug> HTTP-Session: d576cab7-bc17-461a-a403-3b775e15354d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2180 | 2024.05.15 03:42:59.802058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 2059, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2181 | 2024.05.15 03:42:59.802118 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2182 | 2024.05.15 03:42:59.802139 [ 3 ] {} <Debug> HTTP-Session: c0622865-fe35-4756-afa7-7eb3ec719d25 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2183 | 2024.05.15 03:42:59.802156 [ 3 ] {} <Debug> HTTP-Session: c0622865-fe35-4756-afa7-7eb3ec719d25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2184 | 2024.05.15 03:42:59.802170 [ 3 ] {} <Debug> HTTP-Session: c0622865-fe35-4756-afa7-7eb3ec719d25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2185 | 2024.05.15 03:42:59.802200 [ 3 ] {} <Trace> HTTP-Session: c0622865-fe35-4756-afa7-7eb3ec719d25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2186 | 2024.05.15 03:42:59.802313 [ 3 ] {f4c0309a-1df8-4503-8ed1-726925d4c9da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2187 | 2024.05.15 03:42:59.802360 [ 3 ] {f4c0309a-1df8-4503-8ed1-726925d4c9da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2188 | 2024.05.15 03:42:59.802515 [ 3 ] {f4c0309a-1df8-4503-8ed1-726925d4c9da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2189 | 2024.05.15 03:42:59.802827 [ 3 ] {f4c0309a-1df8-4503-8ed1-726925d4c9da} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2190 | 2024.05.15 03:42:59.802867 [ 3 ] {f4c0309a-1df8-4503-8ed1-726925d4c9da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2191 | 2024.05.15 03:42:59.803186 [ 3 ] {f4c0309a-1df8-4503-8ed1-726925d4c9da} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2192 | 2024.05.15 03:42:59.803499 [ 3 ] {f4c0309a-1df8-4503-8ed1-726925d4c9da} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2193 | 2024.05.15 03:42:59.803660 [ 3 ] {f4c0309a-1df8-4503-8ed1-726925d4c9da} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001369 sec., 10226.442658875092 rows/sec., 828.90 KiB/sec. | ||
2194 | 2024.05.15 03:42:59.803832 [ 3 ] {f4c0309a-1df8-4503-8ed1-726925d4c9da} <Debug> DynamicQueryHandler: Done processing query | ||
2195 | 2024.05.15 03:42:59.803857 [ 3 ] {f4c0309a-1df8-4503-8ed1-726925d4c9da} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2196 | 2024.05.15 03:42:59.803874 [ 3 ] {} <Debug> HTTP-Session: c0622865-fe35-4756-afa7-7eb3ec719d25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2197 | 2024.05.15 03:42:59.803986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2198 | 2024.05.15 03:42:59.804035 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2199 | 2024.05.15 03:42:59.804054 [ 3 ] {} <Debug> HTTP-Session: 76fecd72-4ffa-43fe-a1e1-ad410e125145 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2200 | 2024.05.15 03:42:59.804070 [ 3 ] {} <Debug> HTTP-Session: 76fecd72-4ffa-43fe-a1e1-ad410e125145 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2201 | 2024.05.15 03:42:59.804083 [ 3 ] {} <Debug> HTTP-Session: 76fecd72-4ffa-43fe-a1e1-ad410e125145 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2202 | 2024.05.15 03:42:59.804113 [ 3 ] {} <Trace> HTTP-Session: 76fecd72-4ffa-43fe-a1e1-ad410e125145 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2203 | 2024.05.15 03:42:59.804208 [ 3 ] {ab958941-1fcc-4dc8-b8ec-44c470e6bbd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2204 | 2024.05.15 03:42:59.804252 [ 3 ] {ab958941-1fcc-4dc8-b8ec-44c470e6bbd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2205 | 2024.05.15 03:42:59.804407 [ 3 ] {ab958941-1fcc-4dc8-b8ec-44c470e6bbd0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2206 | 2024.05.15 03:42:59.804688 [ 3 ] {ab958941-1fcc-4dc8-b8ec-44c470e6bbd0} <Trace> oximeter.fields_ipaddr (7e29aa15-b077-4ae6-87e9-229bbccebf70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2207 | 2024.05.15 03:42:59.804726 [ 3 ] {ab958941-1fcc-4dc8-b8ec-44c470e6bbd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2208 | 2024.05.15 03:42:59.805112 [ 3 ] {ab958941-1fcc-4dc8-b8ec-44c470e6bbd0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2209 | 2024.05.15 03:42:59.805433 [ 3 ] {ab958941-1fcc-4dc8-b8ec-44c470e6bbd0} <Trace> oximeter.fields_ipaddr (7e29aa15-b077-4ae6-87e9-229bbccebf70): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2210 | 2024.05.15 03:42:59.805560 [ 3 ] {ab958941-1fcc-4dc8-b8ec-44c470e6bbd0} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001374 sec., 1455.604075691412 rows/sec., 118.69 KiB/sec. | ||
2211 | 2024.05.15 03:42:59.805981 [ 3 ] {ab958941-1fcc-4dc8-b8ec-44c470e6bbd0} <Debug> DynamicQueryHandler: Done processing query | ||
2212 | 2024.05.15 03:42:59.806008 [ 3 ] {ab958941-1fcc-4dc8-b8ec-44c470e6bbd0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2213 | 2024.05.15 03:42:59.806026 [ 3 ] {} <Debug> HTTP-Session: 76fecd72-4ffa-43fe-a1e1-ad410e125145 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2214 | 2024.05.15 03:42:59.806162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 18673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2215 | 2024.05.15 03:42:59.806214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2216 | 2024.05.15 03:42:59.806235 [ 3 ] {} <Debug> HTTP-Session: 9fea065c-26e7-47e1-b5d1-6bc8ff1424af Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2217 | 2024.05.15 03:42:59.806251 [ 3 ] {} <Debug> HTTP-Session: 9fea065c-26e7-47e1-b5d1-6bc8ff1424af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2218 | 2024.05.15 03:42:59.806264 [ 3 ] {} <Debug> HTTP-Session: 9fea065c-26e7-47e1-b5d1-6bc8ff1424af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2219 | 2024.05.15 03:42:59.806295 [ 3 ] {} <Trace> HTTP-Session: 9fea065c-26e7-47e1-b5d1-6bc8ff1424af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2220 | 2024.05.15 03:42:59.806481 [ 3 ] {0bc2bc62-cc5e-46b8-b457-6afb455ae23e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2221 | 2024.05.15 03:42:59.806528 [ 3 ] {0bc2bc62-cc5e-46b8-b457-6afb455ae23e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2222 | 2024.05.15 03:42:59.806683 [ 3 ] {0bc2bc62-cc5e-46b8-b457-6afb455ae23e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2223 | 2024.05.15 03:42:59.807114 [ 3 ] {0bc2bc62-cc5e-46b8-b457-6afb455ae23e} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2224 | 2024.05.15 03:42:59.807158 [ 3 ] {0bc2bc62-cc5e-46b8-b457-6afb455ae23e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2225 | 2024.05.15 03:42:59.807569 [ 3 ] {0bc2bc62-cc5e-46b8-b457-6afb455ae23e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2226 | 2024.05.15 03:42:59.807896 [ 3 ] {0bc2bc62-cc5e-46b8-b457-6afb455ae23e} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2227 | 2024.05.15 03:42:59.808036 [ 3 ] {0bc2bc62-cc5e-46b8-b457-6afb455ae23e} <Debug> executeQuery: Read 131 rows, 10.71 KiB in 0.001653 sec., 79249.84875983061 rows/sec., 6.32 MiB/sec. | ||
2228 | 2024.05.15 03:42:59.808050 [ 60 ] {} <Debug> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2229 | 2024.05.15 03:42:59.808151 [ 60 ] {} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2230 | 2024.05.15 03:42:59.808195 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2231 | 2024.05.15 03:42:59.808277 [ 3 ] {0bc2bc62-cc5e-46b8-b457-6afb455ae23e} <Debug> DynamicQueryHandler: Done processing query | ||
2232 | 2024.05.15 03:42:59.808345 [ 3 ] {0bc2bc62-cc5e-46b8-b457-6afb455ae23e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2233 | 2024.05.15 03:42:59.808381 [ 3 ] {} <Debug> HTTP-Session: 9fea065c-26e7-47e1-b5d1-6bc8ff1424af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2234 | 2024.05.15 03:42:59.808392 [ 189 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::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 | ||
2235 | 2024.05.15 03:42:59.808536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2236 | 2024.05.15 03:42:59.808660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2237 | 2024.05.15 03:42:59.808675 [ 189 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2238 | 2024.05.15 03:42:59.808694 [ 3 ] {} <Debug> HTTP-Session: f3cc44f4-e58a-4c32-a276-621b4ceac665 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2239 | 2024.05.15 03:42:59.808744 [ 3 ] {} <Debug> HTTP-Session: f3cc44f4-e58a-4c32-a276-621b4ceac665 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2240 | 2024.05.15 03:42:59.808762 [ 189 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 68 rows starting from the beginning of the part | ||
2241 | 2024.05.15 03:42:59.808799 [ 3 ] {} <Debug> HTTP-Session: f3cc44f4-e58a-4c32-a276-621b4ceac665 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2242 | 2024.05.15 03:42:59.808901 [ 3 ] {} <Trace> HTTP-Session: f3cc44f4-e58a-4c32-a276-621b4ceac665 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2243 | 2024.05.15 03:42:59.809027 [ 189 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 68 rows starting from the beginning of the part | ||
2244 | 2024.05.15 03:42:59.809272 [ 189 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part | ||
2245 | 2024.05.15 03:42:59.809543 [ 3 ] {e7473fcb-5154-4159-a5cd-e610829a8071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2246 | 2024.05.15 03:42:59.809572 [ 189 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 68 rows starting from the beginning of the part | ||
2247 | 2024.05.15 03:42:59.809712 [ 3 ] {e7473fcb-5154-4159-a5cd-e610829a8071} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2248 | 2024.05.15 03:42:59.809845 [ 189 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part | ||
2249 | 2024.05.15 03:42:59.810129 [ 189 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 131 rows starting from the beginning of the part | ||
2250 | 2024.05.15 03:42:59.810760 [ 3 ] {e7473fcb-5154-4159-a5cd-e610829a8071} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2251 | 2024.05.15 03:42:59.811658 [ 3 ] {e7473fcb-5154-4159-a5cd-e610829a8071} <Trace> oximeter.fields_u16 (27df60cb-3085-4c57-b33a-a2ff697a542d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2252 | 2024.05.15 03:42:59.811738 [ 3 ] {e7473fcb-5154-4159-a5cd-e610829a8071} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2253 | 2024.05.15 03:42:59.812709 [ 3 ] {e7473fcb-5154-4159-a5cd-e610829a8071} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2254 | 2024.05.15 03:42:59.813334 [ 189 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 387 rows, containing 4 columns (4 merged, 0 gathered) in 0.005059591 sec., 76488.39599880703 rows/sec., 6.17 MiB/sec. | ||
2255 | 2024.05.15 03:42:59.813556 [ 189 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2256 | 2024.05.15 03:42:59.813622 [ 3 ] {e7473fcb-5154-4159-a5cd-e610829a8071} <Trace> oximeter.fields_u16 (27df60cb-3085-4c57-b33a-a2ff697a542d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2257 | 2024.05.15 03:42:59.814040 [ 3 ] {e7473fcb-5154-4159-a5cd-e610829a8071} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004797 sec., 416.9272461955389 rows/sec., 29.11 KiB/sec. | ||
2258 | 2024.05.15 03:42:59.814639 [ 3 ] {e7473fcb-5154-4159-a5cd-e610829a8071} <Debug> DynamicQueryHandler: Done processing query | ||
2259 | 2024.05.15 03:42:59.814675 [ 3 ] {e7473fcb-5154-4159-a5cd-e610829a8071} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2260 | 2024.05.15 03:42:59.814704 [ 3 ] {} <Debug> HTTP-Session: f3cc44f4-e58a-4c32-a276-621b4ceac665 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2261 | 2024.05.15 03:42:59.814797 [ 189 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_11_2} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2262 | 2024.05.15 03:42:59.814879 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 16285, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2263 | 2024.05.15 03:42:59.814940 [ 189 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_11_2} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2264 | 2024.05.15 03:42:59.814970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2265 | 2024.05.15 03:42:59.815007 [ 3 ] {} <Debug> HTTP-Session: 87103d69-84de-415c-883e-d88989030287 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2266 | 2024.05.15 03:42:59.815053 [ 3 ] {} <Debug> HTTP-Session: 87103d69-84de-415c-883e-d88989030287 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2267 | 2024.05.15 03:42:59.815086 [ 3 ] {} <Debug> HTTP-Session: 87103d69-84de-415c-883e-d88989030287 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2268 | 2024.05.15 03:42:59.815110 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
2269 | 2024.05.15 03:42:59.815139 [ 3 ] {} <Trace> HTTP-Session: 87103d69-84de-415c-883e-d88989030287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2270 | 2024.05.15 03:42:59.815349 [ 3 ] {477cbd89-ca24-4809-9533-ffee19d6fd10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2271 | 2024.05.15 03:42:59.815396 [ 3 ] {477cbd89-ca24-4809-9533-ffee19d6fd10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2272 | 2024.05.15 03:42:59.815566 [ 3 ] {477cbd89-ca24-4809-9533-ffee19d6fd10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2273 | 2024.05.15 03:42:59.815953 [ 3 ] {477cbd89-ca24-4809-9533-ffee19d6fd10} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2274 | 2024.05.15 03:42:59.815993 [ 3 ] {477cbd89-ca24-4809-9533-ffee19d6fd10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2275 | 2024.05.15 03:42:59.816331 [ 3 ] {477cbd89-ca24-4809-9533-ffee19d6fd10} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2276 | 2024.05.15 03:42:59.816653 [ 3 ] {477cbd89-ca24-4809-9533-ffee19d6fd10} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2277 | 2024.05.15 03:42:59.816813 [ 60 ] {} <Debug> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2278 | 2024.05.15 03:42:59.816817 [ 3 ] {477cbd89-ca24-4809-9533-ffee19d6fd10} <Debug> executeQuery: Read 96 rows, 7.66 KiB in 0.001568 sec., 61224.48979591837 rows/sec., 4.77 MiB/sec. | ||
2279 | 2024.05.15 03:42:59.816875 [ 60 ] {} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2280 | 2024.05.15 03:42:59.816935 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2281 | 2024.05.15 03:42:59.817092 [ 187 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::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 | ||
2282 | 2024.05.15 03:42:59.817134 [ 3 ] {477cbd89-ca24-4809-9533-ffee19d6fd10} <Debug> DynamicQueryHandler: Done processing query | ||
2283 | 2024.05.15 03:42:59.817165 [ 3 ] {477cbd89-ca24-4809-9533-ffee19d6fd10} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2284 | 2024.05.15 03:42:59.817190 [ 3 ] {} <Debug> HTTP-Session: 87103d69-84de-415c-883e-d88989030287 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2285 | 2024.05.15 03:42:59.817248 [ 187 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2286 | 2024.05.15 03:42:59.817277 [ 187 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 52 rows starting from the beginning of the part | ||
2287 | 2024.05.15 03:42:59.817351 [ 187 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 42 rows starting from the beginning of the part | ||
2288 | 2024.05.15 03:42:59.817540 [ 187 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 28 rows starting from the beginning of the part | ||
2289 | 2024.05.15 03:42:59.817648 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 85501, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2290 | 2024.05.15 03:42:59.817873 [ 187 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 42 rows starting from the beginning of the part | ||
2291 | 2024.05.15 03:42:59.817876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2292 | 2024.05.15 03:42:59.817957 [ 3 ] {} <Debug> HTTP-Session: e4d40018-b2b4-4eac-8a92-10af1c33c643 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2293 | 2024.05.15 03:42:59.818031 [ 3 ] {} <Debug> HTTP-Session: e4d40018-b2b4-4eac-8a92-10af1c33c643 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2294 | 2024.05.15 03:42:59.818109 [ 3 ] {} <Debug> HTTP-Session: e4d40018-b2b4-4eac-8a92-10af1c33c643 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2295 | 2024.05.15 03:42:59.818143 [ 187 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 28 rows starting from the beginning of the part | ||
2296 | 2024.05.15 03:42:59.818232 [ 3 ] {} <Trace> HTTP-Session: e4d40018-b2b4-4eac-8a92-10af1c33c643 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2297 | 2024.05.15 03:42:59.818436 [ 187 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 96 rows starting from the beginning of the part | ||
2298 | 2024.05.15 03:42:59.818870 [ 3 ] {b917e3af-2a6e-43c4-bfa5-d0a88f05dc22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2299 | 2024.05.15 03:42:59.818930 [ 3 ] {b917e3af-2a6e-43c4-bfa5-d0a88f05dc22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2300 | 2024.05.15 03:42:59.819241 [ 3 ] {b917e3af-2a6e-43c4-bfa5-d0a88f05dc22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2301 | 2024.05.15 03:42:59.820096 [ 187 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 288 rows, containing 4 columns (4 merged, 0 gathered) in 0.003060171 sec., 94112.38783715028 rows/sec., 7.34 MiB/sec. | ||
2302 | 2024.05.15 03:42:59.820157 [ 3 ] {b917e3af-2a6e-43c4-bfa5-d0a88f05dc22} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2303 | 2024.05.15 03:42:59.820208 [ 3 ] {b917e3af-2a6e-43c4-bfa5-d0a88f05dc22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2304 | 2024.05.15 03:42:59.820315 [ 189 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2305 | 2024.05.15 03:42:59.821086 [ 3 ] {b917e3af-2a6e-43c4-bfa5-d0a88f05dc22} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2306 | 2024.05.15 03:42:59.821094 [ 189 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_11_2} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2307 | 2024.05.15 03:42:59.821257 [ 189 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_11_2} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2308 | 2024.05.15 03:42:59.821481 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
2309 | 2024.05.15 03:42:59.821728 [ 3 ] {b917e3af-2a6e-43c4-bfa5-d0a88f05dc22} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2310 | 2024.05.15 03:42:59.821898 [ 60 ] {} <Debug> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2311 | 2024.05.15 03:42:59.821906 [ 3 ] {b917e3af-2a6e-43c4-bfa5-d0a88f05dc22} <Debug> executeQuery: Read 445 rows, 32.00 KiB in 0.003387 sec., 131384.7062297018 rows/sec., 9.23 MiB/sec. | ||
2312 | 2024.05.15 03:42:59.821946 [ 60 ] {} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2313 | 2024.05.15 03:42:59.822031 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2314 | 2024.05.15 03:42:59.822215 [ 187 ] {71f1229b-f75c-406d-b583-5004b931a391::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 | ||
2315 | 2024.05.15 03:42:59.822272 [ 3 ] {b917e3af-2a6e-43c4-bfa5-d0a88f05dc22} <Debug> DynamicQueryHandler: Done processing query | ||
2316 | 2024.05.15 03:42:59.822307 [ 3 ] {b917e3af-2a6e-43c4-bfa5-d0a88f05dc22} <Debug> MemoryTracker: Peak memory usage (for query): 4.43 MiB. | ||
2317 | 2024.05.15 03:42:59.822335 [ 3 ] {} <Debug> HTTP-Session: e4d40018-b2b4-4eac-8a92-10af1c33c643 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2318 | 2024.05.15 03:42:59.822373 [ 187 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2319 | 2024.05.15 03:42:59.822402 [ 187 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 560 rows starting from the beginning of the part | ||
2320 | 2024.05.15 03:42:59.822529 [ 187 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 100 rows starting from the beginning of the part | ||
2321 | 2024.05.15 03:42:59.822554 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 15024, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2322 | 2024.05.15 03:42:59.822767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2323 | 2024.05.15 03:42:59.822832 [ 3 ] {} <Debug> HTTP-Session: 67a76dce-dd5a-4742-a4d7-6c7d146f559e Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2324 | 2024.05.15 03:42:59.822894 [ 187 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 100 rows starting from the beginning of the part | ||
2325 | 2024.05.15 03:42:59.822906 [ 3 ] {} <Debug> HTTP-Session: 67a76dce-dd5a-4742-a4d7-6c7d146f559e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2326 | 2024.05.15 03:42:59.822965 [ 3 ] {} <Debug> HTTP-Session: 67a76dce-dd5a-4742-a4d7-6c7d146f559e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2327 | 2024.05.15 03:42:59.823100 [ 3 ] {} <Trace> HTTP-Session: 67a76dce-dd5a-4742-a4d7-6c7d146f559e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2328 | 2024.05.15 03:42:59.823171 [ 187 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 100 rows starting from the beginning of the part | ||
2329 | 2024.05.15 03:42:59.823433 [ 187 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 100 rows starting from the beginning of the part | ||
2330 | 2024.05.15 03:42:59.823586 [ 3 ] {e8580f2d-4175-4bdd-8102-a68bad53a986} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2331 | 2024.05.15 03:42:59.823719 [ 187 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 445 rows starting from the beginning of the part | ||
2332 | 2024.05.15 03:42:59.823762 [ 3 ] {e8580f2d-4175-4bdd-8102-a68bad53a986} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2333 | 2024.05.15 03:42:59.824372 [ 3 ] {e8580f2d-4175-4bdd-8102-a68bad53a986} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2334 | 2024.05.15 03:42:59.825026 [ 3 ] {e8580f2d-4175-4bdd-8102-a68bad53a986} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2335 | 2024.05.15 03:42:59.825075 [ 3 ] {e8580f2d-4175-4bdd-8102-a68bad53a986} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2336 | 2024.05.15 03:42:59.825674 [ 3 ] {e8580f2d-4175-4bdd-8102-a68bad53a986} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2337 | 2024.05.15 03:42:59.825879 [ 189 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1405 rows, containing 5 columns (5 merged, 0 gathered) in 0.003724958 sec., 377185.4608830489 rows/sec., 26.26 MiB/sec. | ||
2338 | 2024.05.15 03:42:59.826186 [ 189 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2339 | 2024.05.15 03:42:59.826266 [ 3 ] {e8580f2d-4175-4bdd-8102-a68bad53a986} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2340 | 2024.05.15 03:42:59.826566 [ 60 ] {} <Debug> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2341 | 2024.05.15 03:42:59.826689 [ 60 ] {} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2342 | 2024.05.15 03:42:59.826694 [ 3 ] {e8580f2d-4175-4bdd-8102-a68bad53a986} <Debug> executeQuery: Read 14 rows, 19.35 KiB in 0.003334 sec., 4199.160167966406 rows/sec., 5.67 MiB/sec. | ||
2343 | 2024.05.15 03:42:59.826795 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2344 | 2024.05.15 03:42:59.827412 [ 192 ] {90488c31-5655-4b57-9c82-7f06c13ce777::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 | ||
2345 | 2024.05.15 03:42:59.827901 [ 3 ] {e8580f2d-4175-4bdd-8102-a68bad53a986} <Debug> DynamicQueryHandler: Done processing query | ||
2346 | 2024.05.15 03:42:59.827940 [ 189 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2347 | 2024.05.15 03:42:59.827994 [ 3 ] {e8580f2d-4175-4bdd-8102-a68bad53a986} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2348 | 2024.05.15 03:42:59.828060 [ 192 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2349 | 2024.05.15 03:42:59.828109 [ 3 ] {} <Debug> HTTP-Session: 67a76dce-dd5a-4742-a4d7-6c7d146f559e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2350 | 2024.05.15 03:42:59.828204 [ 192 ] {90488c31-5655-4b57-9c82-7f06c13ce777::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 | ||
2351 | 2024.05.15 03:42:59.828232 [ 189 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2352 | 2024.05.15 03:42:59.828567 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
2353 | 2024.05.15 03:42:59.828542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 5854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2354 | 2024.05.15 03:42:59.828659 [ 192 ] {90488c31-5655-4b57-9c82-7f06c13ce777::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 | ||
2355 | 2024.05.15 03:42:59.828848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2356 | 2024.05.15 03:42:59.828860 [ 192 ] {90488c31-5655-4b57-9c82-7f06c13ce777::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 | ||
2357 | 2024.05.15 03:42:59.828943 [ 3 ] {} <Debug> HTTP-Session: bf97c953-6daf-48b6-8cf1-edd0b13fe387 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2358 | 2024.05.15 03:42:59.829018 [ 3 ] {} <Debug> HTTP-Session: bf97c953-6daf-48b6-8cf1-edd0b13fe387 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2359 | 2024.05.15 03:42:59.829146 [ 192 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
2360 | 2024.05.15 03:42:59.829158 [ 3 ] {} <Debug> HTTP-Session: bf97c953-6daf-48b6-8cf1-edd0b13fe387 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2361 | 2024.05.15 03:42:59.829320 [ 3 ] {} <Trace> HTTP-Session: bf97c953-6daf-48b6-8cf1-edd0b13fe387 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2362 | 2024.05.15 03:42:59.829445 [ 192 ] {90488c31-5655-4b57-9c82-7f06c13ce777::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 | ||
2363 | 2024.05.15 03:42:59.829717 [ 192 ] {90488c31-5655-4b57-9c82-7f06c13ce777::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 | ||
2364 | 2024.05.15 03:42:59.829915 [ 3 ] {398a84c0-b133-4c57-b56e-21f3acc1eed0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2365 | 2024.05.15 03:42:59.830117 [ 3 ] {398a84c0-b133-4c57-b56e-21f3acc1eed0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2366 | 2024.05.15 03:42:59.830520 [ 3 ] {398a84c0-b133-4c57-b56e-21f3acc1eed0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2367 | 2024.05.15 03:42:59.831232 [ 3 ] {398a84c0-b133-4c57-b56e-21f3acc1eed0} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2368 | 2024.05.15 03:42:59.831303 [ 3 ] {398a84c0-b133-4c57-b56e-21f3acc1eed0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2369 | 2024.05.15 03:42:59.832240 [ 3 ] {398a84c0-b133-4c57-b56e-21f3acc1eed0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2370 | 2024.05.15 03:42:59.833183 [ 3 ] {398a84c0-b133-4c57-b56e-21f3acc1eed0} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2371 | 2024.05.15 03:42:59.833455 [ 189 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 84 rows, containing 6 columns (6 merged, 0 gathered) in 0.006458606 sec., 13005.90251209007 rows/sec., 17.55 MiB/sec. | ||
2372 | 2024.05.15 03:42:59.833567 [ 60 ] {} <Debug> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2373 | 2024.05.15 03:42:59.833624 [ 3 ] {398a84c0-b133-4c57-b56e-21f3acc1eed0} <Debug> executeQuery: Read 38 rows, 2.67 KiB in 0.004024 sec., 9443.339960238569 rows/sec., 662.77 KiB/sec. | ||
2374 | 2024.05.15 03:42:59.833650 [ 60 ] {} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2375 | 2024.05.15 03:42:59.833736 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2376 | 2024.05.15 03:42:59.833927 [ 189 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2377 | 2024.05.15 03:42:59.834352 [ 3 ] {398a84c0-b133-4c57-b56e-21f3acc1eed0} <Debug> DynamicQueryHandler: Done processing query | ||
2378 | 2024.05.15 03:42:59.834420 [ 192 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::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 | ||
2379 | 2024.05.15 03:42:59.834495 [ 3 ] {398a84c0-b133-4c57-b56e-21f3acc1eed0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2380 | 2024.05.15 03:42:59.834655 [ 3 ] {} <Debug> HTTP-Session: bf97c953-6daf-48b6-8cf1-edd0b13fe387 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2381 | 2024.05.15 03:42:59.835018 [ 192 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2382 | 2024.05.15 03:42:59.835130 [ 192 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 168 rows starting from the beginning of the part | ||
2383 | 2024.05.15 03:42:59.835453 [ 192 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part | ||
2384 | 2024.05.15 03:42:59.835643 [ 192 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part | ||
2385 | 2024.05.15 03:42:59.835679 [ 189 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2386 | 2024.05.15 03:42:59.835931 [ 192 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part | ||
2387 | 2024.05.15 03:42:59.836003 [ 189 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2388 | 2024.05.15 03:42:59.836302 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
2389 | 2024.05.15 03:42:59.836318 [ 192 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part | ||
2390 | 2024.05.15 03:42:59.836476 [ 192 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 38 rows starting from the beginning of the part | ||
2391 | 2024.05.15 03:42:59.837606 [ 189 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 326 rows, containing 4 columns (4 merged, 0 gathered) in 0.003718388 sec., 87672.39997547324 rows/sec., 6.01 MiB/sec. | ||
2392 | 2024.05.15 03:42:59.837752 [ 192 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2393 | 2024.05.15 03:42:59.838139 [ 192 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_11_2} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2394 | 2024.05.15 03:42:59.838221 [ 192 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_11_2} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2395 | 2024.05.15 03:42:59.838297 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
2396 | 2024.05.15 03:43:00.000155 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.49 MiB, peak 187.28 MiB, free memory in arenas 0.00 B, will set to 178.66 MiB (RSS), difference: 1.17 MiB | ||
2397 | 2024.05.15 03:43:04.767156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 479, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2398 | 2024.05.15 03:43:04.767299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2399 | 2024.05.15 03:43:04.767328 [ 3 ] {} <Debug> HTTP-Session: 11808c07-07b2-4ebb-896c-23d25a838bbf Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2400 | 2024.05.15 03:43:04.767356 [ 3 ] {} <Debug> HTTP-Session: 11808c07-07b2-4ebb-896c-23d25a838bbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2401 | 2024.05.15 03:43:04.767373 [ 3 ] {} <Debug> HTTP-Session: 11808c07-07b2-4ebb-896c-23d25a838bbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2402 | 2024.05.15 03:43:04.767428 [ 3 ] {} <Trace> HTTP-Session: 11808c07-07b2-4ebb-896c-23d25a838bbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2403 | 2024.05.15 03:43:04.767623 [ 3 ] {701c44c7-0884-4384-a6ca-8da144e5b9cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2404 | 2024.05.15 03:43:04.767695 [ 3 ] {701c44c7-0884-4384-a6ca-8da144e5b9cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2405 | 2024.05.15 03:43:04.767886 [ 3 ] {701c44c7-0884-4384-a6ca-8da144e5b9cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2406 | 2024.05.15 03:43:04.768331 [ 3 ] {701c44c7-0884-4384-a6ca-8da144e5b9cd} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2407 | 2024.05.15 03:43:04.768377 [ 3 ] {701c44c7-0884-4384-a6ca-8da144e5b9cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2408 | 2024.05.15 03:43:04.768775 [ 3 ] {701c44c7-0884-4384-a6ca-8da144e5b9cd} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2409 | 2024.05.15 03:43:04.769119 [ 3 ] {701c44c7-0884-4384-a6ca-8da144e5b9cd} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2410 | 2024.05.15 03:43:04.769296 [ 3 ] {701c44c7-0884-4384-a6ca-8da144e5b9cd} <Debug> executeQuery: Read 3 rows, 249.00 B in 0.001724 sec., 1740.139211136891 rows/sec., 141.05 KiB/sec. | ||
2411 | 2024.05.15 03:43:04.769543 [ 3 ] {701c44c7-0884-4384-a6ca-8da144e5b9cd} <Debug> DynamicQueryHandler: Done processing query | ||
2412 | 2024.05.15 03:43:04.769570 [ 3 ] {701c44c7-0884-4384-a6ca-8da144e5b9cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2413 | 2024.05.15 03:43:04.769587 [ 3 ] {} <Debug> HTTP-Session: 11808c07-07b2-4ebb-896c-23d25a838bbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2414 | 2024.05.15 03:43:04.769730 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 8633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2415 | 2024.05.15 03:43:04.769785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2416 | 2024.05.15 03:43:04.769806 [ 3 ] {} <Debug> HTTP-Session: bc31ba16-3a11-4df0-a7aa-69dfd46424ff Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2417 | 2024.05.15 03:43:04.769823 [ 3 ] {} <Debug> HTTP-Session: bc31ba16-3a11-4df0-a7aa-69dfd46424ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2418 | 2024.05.15 03:43:04.769836 [ 3 ] {} <Debug> HTTP-Session: bc31ba16-3a11-4df0-a7aa-69dfd46424ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2419 | 2024.05.15 03:43:04.769871 [ 3 ] {} <Trace> HTTP-Session: bc31ba16-3a11-4df0-a7aa-69dfd46424ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2420 | 2024.05.15 03:43:04.769994 [ 3 ] {8dbaead3-d248-4a46-8e7b-06b65fd75b09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2421 | 2024.05.15 03:43:04.770040 [ 3 ] {8dbaead3-d248-4a46-8e7b-06b65fd75b09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2422 | 2024.05.15 03:43:04.770172 [ 3 ] {8dbaead3-d248-4a46-8e7b-06b65fd75b09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2423 | 2024.05.15 03:43:04.770547 [ 3 ] {8dbaead3-d248-4a46-8e7b-06b65fd75b09} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2424 | 2024.05.15 03:43:04.770583 [ 3 ] {8dbaead3-d248-4a46-8e7b-06b65fd75b09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2425 | 2024.05.15 03:43:04.770897 [ 3 ] {8dbaead3-d248-4a46-8e7b-06b65fd75b09} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2426 | 2024.05.15 03:43:04.771214 [ 3 ] {8dbaead3-d248-4a46-8e7b-06b65fd75b09} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2427 | 2024.05.15 03:43:04.771364 [ 3 ] {8dbaead3-d248-4a46-8e7b-06b65fd75b09} <Debug> executeQuery: Read 61 rows, 4.91 KiB in 0.001415 sec., 43109.5406360424 rows/sec., 3.39 MiB/sec. | ||
2428 | 2024.05.15 03:43:04.771531 [ 3 ] {8dbaead3-d248-4a46-8e7b-06b65fd75b09} <Debug> DynamicQueryHandler: Done processing query | ||
2429 | 2024.05.15 03:43:04.771555 [ 3 ] {8dbaead3-d248-4a46-8e7b-06b65fd75b09} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2430 | 2024.05.15 03:43:04.771571 [ 3 ] {} <Debug> HTTP-Session: bc31ba16-3a11-4df0-a7aa-69dfd46424ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2431 | 2024.05.15 03:43:04.771693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 10539, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2432 | 2024.05.15 03:43:04.771743 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2433 | 2024.05.15 03:43:04.771762 [ 3 ] {} <Debug> HTTP-Session: a28daabb-3386-4d0f-8126-70e2c7b5503c Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2434 | 2024.05.15 03:43:04.771778 [ 3 ] {} <Debug> HTTP-Session: a28daabb-3386-4d0f-8126-70e2c7b5503c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2435 | 2024.05.15 03:43:04.771792 [ 3 ] {} <Debug> HTTP-Session: a28daabb-3386-4d0f-8126-70e2c7b5503c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2436 | 2024.05.15 03:43:04.771822 [ 3 ] {} <Trace> HTTP-Session: a28daabb-3386-4d0f-8126-70e2c7b5503c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2437 | 2024.05.15 03:43:04.771941 [ 3 ] {626da46d-d02a-4a94-95d9-18ba1860efa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2438 | 2024.05.15 03:43:04.771985 [ 3 ] {626da46d-d02a-4a94-95d9-18ba1860efa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2439 | 2024.05.15 03:43:04.772115 [ 3 ] {626da46d-d02a-4a94-95d9-18ba1860efa1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2440 | 2024.05.15 03:43:04.772452 [ 3 ] {626da46d-d02a-4a94-95d9-18ba1860efa1} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2441 | 2024.05.15 03:43:04.772488 [ 3 ] {626da46d-d02a-4a94-95d9-18ba1860efa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2442 | 2024.05.15 03:43:04.772810 [ 3 ] {626da46d-d02a-4a94-95d9-18ba1860efa1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2443 | 2024.05.15 03:43:04.773117 [ 3 ] {626da46d-d02a-4a94-95d9-18ba1860efa1} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2444 | 2024.05.15 03:43:04.773272 [ 3 ] {626da46d-d02a-4a94-95d9-18ba1860efa1} <Debug> executeQuery: Read 62 rows, 4.95 KiB in 0.001374 sec., 45123.72634643377 rows/sec., 3.52 MiB/sec. | ||
2445 | 2024.05.15 03:43:04.773439 [ 3 ] {626da46d-d02a-4a94-95d9-18ba1860efa1} <Debug> DynamicQueryHandler: Done processing query | ||
2446 | 2024.05.15 03:43:04.773462 [ 3 ] {626da46d-d02a-4a94-95d9-18ba1860efa1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2447 | 2024.05.15 03:43:04.773477 [ 3 ] {} <Debug> HTTP-Session: a28daabb-3386-4d0f-8126-70e2c7b5503c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2448 | 2024.05.15 03:43:04.773646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 28657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2449 | 2024.05.15 03:43:04.773696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2450 | 2024.05.15 03:43:04.773715 [ 3 ] {} <Debug> HTTP-Session: aba600bb-6af6-4bc4-bc41-969e527bafb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2451 | 2024.05.15 03:43:04.773731 [ 3 ] {} <Debug> HTTP-Session: aba600bb-6af6-4bc4-bc41-969e527bafb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2452 | 2024.05.15 03:43:04.773745 [ 3 ] {} <Debug> HTTP-Session: aba600bb-6af6-4bc4-bc41-969e527bafb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2453 | 2024.05.15 03:43:04.773775 [ 3 ] {} <Trace> HTTP-Session: aba600bb-6af6-4bc4-bc41-969e527bafb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2454 | 2024.05.15 03:43:04.773945 [ 3 ] {11f8c463-e063-4e67-9e30-ad187782d92e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2455 | 2024.05.15 03:43:04.773992 [ 3 ] {11f8c463-e063-4e67-9e30-ad187782d92e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2456 | 2024.05.15 03:43:04.774143 [ 3 ] {11f8c463-e063-4e67-9e30-ad187782d92e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2457 | 2024.05.15 03:43:04.774523 [ 3 ] {11f8c463-e063-4e67-9e30-ad187782d92e} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2458 | 2024.05.15 03:43:04.774562 [ 3 ] {11f8c463-e063-4e67-9e30-ad187782d92e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2459 | 2024.05.15 03:43:04.774956 [ 3 ] {11f8c463-e063-4e67-9e30-ad187782d92e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2460 | 2024.05.15 03:43:04.775289 [ 3 ] {11f8c463-e063-4e67-9e30-ad187782d92e} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2461 | 2024.05.15 03:43:04.775443 [ 3 ] {11f8c463-e063-4e67-9e30-ad187782d92e} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.00157 sec., 95541.40127388535 rows/sec., 6.62 MiB/sec. | ||
2462 | 2024.05.15 03:43:04.775617 [ 3 ] {11f8c463-e063-4e67-9e30-ad187782d92e} <Debug> DynamicQueryHandler: Done processing query | ||
2463 | 2024.05.15 03:43:04.775641 [ 3 ] {11f8c463-e063-4e67-9e30-ad187782d92e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2464 | 2024.05.15 03:43:04.775656 [ 3 ] {} <Debug> HTTP-Session: aba600bb-6af6-4bc4-bc41-969e527bafb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2465 | 2024.05.15 03:43:04.775773 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 3269, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2466 | 2024.05.15 03:43:04.775822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2467 | 2024.05.15 03:43:04.775840 [ 3 ] {} <Debug> HTTP-Session: fc415330-696a-4e3e-a43e-7dd1a69651c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2468 | 2024.05.15 03:43:04.775856 [ 3 ] {} <Debug> HTTP-Session: fc415330-696a-4e3e-a43e-7dd1a69651c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2469 | 2024.05.15 03:43:04.775869 [ 3 ] {} <Debug> HTTP-Session: fc415330-696a-4e3e-a43e-7dd1a69651c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2470 | 2024.05.15 03:43:04.775899 [ 3 ] {} <Trace> HTTP-Session: fc415330-696a-4e3e-a43e-7dd1a69651c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2471 | 2024.05.15 03:43:04.776033 [ 3 ] {7d0b414b-50cd-4e5c-b69d-2b774eeb448e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2472 | 2024.05.15 03:43:04.776082 [ 3 ] {7d0b414b-50cd-4e5c-b69d-2b774eeb448e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2473 | 2024.05.15 03:43:04.776243 [ 3 ] {7d0b414b-50cd-4e5c-b69d-2b774eeb448e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2474 | 2024.05.15 03:43:04.776555 [ 3 ] {7d0b414b-50cd-4e5c-b69d-2b774eeb448e} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2475 | 2024.05.15 03:43:04.776592 [ 3 ] {7d0b414b-50cd-4e5c-b69d-2b774eeb448e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2476 | 2024.05.15 03:43:04.776974 [ 3 ] {7d0b414b-50cd-4e5c-b69d-2b774eeb448e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2477 | 2024.05.15 03:43:04.777316 [ 3 ] {7d0b414b-50cd-4e5c-b69d-2b774eeb448e} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2478 | 2024.05.15 03:43:04.777493 [ 3 ] {7d0b414b-50cd-4e5c-b69d-2b774eeb448e} <Debug> executeQuery: Read 3 rows, 4.15 KiB in 0.001504 sec., 1994.68085106383 rows/sec., 2.69 MiB/sec. | ||
2479 | 2024.05.15 03:43:04.777791 [ 3 ] {7d0b414b-50cd-4e5c-b69d-2b774eeb448e} <Debug> DynamicQueryHandler: Done processing query | ||
2480 | 2024.05.15 03:43:04.777816 [ 3 ] {7d0b414b-50cd-4e5c-b69d-2b774eeb448e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2481 | 2024.05.15 03:43:04.777831 [ 3 ] {} <Debug> HTTP-Session: fc415330-696a-4e3e-a43e-7dd1a69651c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2482 | 2024.05.15 03:43:04.777939 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 513, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2483 | 2024.05.15 03:43:04.777989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2484 | 2024.05.15 03:43:04.778007 [ 3 ] {} <Debug> HTTP-Session: 9a5e27e4-c52c-45ef-824e-ec23d8e4e530 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2485 | 2024.05.15 03:43:04.778023 [ 3 ] {} <Debug> HTTP-Session: 9a5e27e4-c52c-45ef-824e-ec23d8e4e530 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2486 | 2024.05.15 03:43:04.778037 [ 3 ] {} <Debug> HTTP-Session: 9a5e27e4-c52c-45ef-824e-ec23d8e4e530 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2487 | 2024.05.15 03:43:04.778066 [ 3 ] {} <Trace> HTTP-Session: 9a5e27e4-c52c-45ef-824e-ec23d8e4e530 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2488 | 2024.05.15 03:43:04.778159 [ 3 ] {d2da61da-b9ee-4db7-9d6e-8a03e0832bd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2489 | 2024.05.15 03:43:04.778205 [ 3 ] {d2da61da-b9ee-4db7-9d6e-8a03e0832bd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2490 | 2024.05.15 03:43:04.778357 [ 3 ] {d2da61da-b9ee-4db7-9d6e-8a03e0832bd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2491 | 2024.05.15 03:43:04.778623 [ 3 ] {d2da61da-b9ee-4db7-9d6e-8a03e0832bd7} <Trace> oximeter.measurements_i64 (03c997e7-7da7-489e-95a5-8374935fb67a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2492 | 2024.05.15 03:43:04.778660 [ 3 ] {d2da61da-b9ee-4db7-9d6e-8a03e0832bd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2493 | 2024.05.15 03:43:04.779013 [ 3 ] {d2da61da-b9ee-4db7-9d6e-8a03e0832bd7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2494 | 2024.05.15 03:43:04.779353 [ 3 ] {d2da61da-b9ee-4db7-9d6e-8a03e0832bd7} <Trace> oximeter.measurements_i64 (03c997e7-7da7-489e-95a5-8374935fb67a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2495 | 2024.05.15 03:43:04.779509 [ 3 ] {d2da61da-b9ee-4db7-9d6e-8a03e0832bd7} <Debug> executeQuery: Read 3 rows, 217.00 B in 0.00137 sec., 2189.78102189781 rows/sec., 154.68 KiB/sec. | ||
2496 | 2024.05.15 03:43:04.779707 [ 3 ] {d2da61da-b9ee-4db7-9d6e-8a03e0832bd7} <Debug> DynamicQueryHandler: Done processing query | ||
2497 | 2024.05.15 03:43:04.779732 [ 3 ] {d2da61da-b9ee-4db7-9d6e-8a03e0832bd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2498 | 2024.05.15 03:43:04.779747 [ 3 ] {} <Debug> HTTP-Session: 9a5e27e4-c52c-45ef-824e-ec23d8e4e530 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2499 | 2024.05.15 03:43:04.779861 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 7687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2500 | 2024.05.15 03:43:04.779910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2501 | 2024.05.15 03:43:04.779929 [ 3 ] {} <Debug> HTTP-Session: 15c2d60a-977f-4cc6-a6f5-81ba253ba782 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2502 | 2024.05.15 03:43:04.779945 [ 3 ] {} <Debug> HTTP-Session: 15c2d60a-977f-4cc6-a6f5-81ba253ba782 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2503 | 2024.05.15 03:43:04.779958 [ 3 ] {} <Debug> HTTP-Session: 15c2d60a-977f-4cc6-a6f5-81ba253ba782 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2504 | 2024.05.15 03:43:04.779988 [ 3 ] {} <Trace> HTTP-Session: 15c2d60a-977f-4cc6-a6f5-81ba253ba782 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2505 | 2024.05.15 03:43:04.780095 [ 3 ] {32e21afc-cb8a-4e4f-9992-9e9a667cda62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2506 | 2024.05.15 03:43:04.780137 [ 3 ] {32e21afc-cb8a-4e4f-9992-9e9a667cda62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2507 | 2024.05.15 03:43:04.780266 [ 3 ] {32e21afc-cb8a-4e4f-9992-9e9a667cda62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2508 | 2024.05.15 03:43:04.780586 [ 3 ] {32e21afc-cb8a-4e4f-9992-9e9a667cda62} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2509 | 2024.05.15 03:43:04.780623 [ 3 ] {32e21afc-cb8a-4e4f-9992-9e9a667cda62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2510 | 2024.05.15 03:43:04.780998 [ 3 ] {32e21afc-cb8a-4e4f-9992-9e9a667cda62} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2511 | 2024.05.15 03:43:04.781322 [ 3 ] {32e21afc-cb8a-4e4f-9992-9e9a667cda62} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2512 | 2024.05.15 03:43:04.781471 [ 3 ] {32e21afc-cb8a-4e4f-9992-9e9a667cda62} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.00141 sec., 35460.99290780142 rows/sec., 2.43 MiB/sec. | ||
2513 | 2024.05.15 03:43:04.781642 [ 3 ] {32e21afc-cb8a-4e4f-9992-9e9a667cda62} <Debug> DynamicQueryHandler: Done processing query | ||
2514 | 2024.05.15 03:43:04.781665 [ 3 ] {32e21afc-cb8a-4e4f-9992-9e9a667cda62} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2515 | 2024.05.15 03:43:04.781680 [ 3 ] {} <Debug> HTTP-Session: 15c2d60a-977f-4cc6-a6f5-81ba253ba782 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2516 | 2024.05.15 03:43:09.018309 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2517 | 2024.05.15 03:43:09.018376 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2518 | 2024.05.15 03:43:09.769505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 3923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2519 | 2024.05.15 03:43:09.769632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2520 | 2024.05.15 03:43:09.769661 [ 3 ] {} <Debug> HTTP-Session: d216e37e-f9a6-4528-9734-cf60f97bc2e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2521 | 2024.05.15 03:43:09.769696 [ 3 ] {} <Debug> HTTP-Session: d216e37e-f9a6-4528-9734-cf60f97bc2e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2522 | 2024.05.15 03:43:09.769715 [ 3 ] {} <Debug> HTTP-Session: d216e37e-f9a6-4528-9734-cf60f97bc2e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2523 | 2024.05.15 03:43:09.769769 [ 3 ] {} <Trace> HTTP-Session: d216e37e-f9a6-4528-9734-cf60f97bc2e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2524 | 2024.05.15 03:43:09.769973 [ 3 ] {7b6af673-496c-4944-af62-931c0afd2c15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2525 | 2024.05.15 03:43:09.770040 [ 3 ] {7b6af673-496c-4944-af62-931c0afd2c15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2526 | 2024.05.15 03:43:09.770240 [ 3 ] {7b6af673-496c-4944-af62-931c0afd2c15} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2527 | 2024.05.15 03:43:09.770701 [ 3 ] {7b6af673-496c-4944-af62-931c0afd2c15} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2528 | 2024.05.15 03:43:09.770749 [ 3 ] {7b6af673-496c-4944-af62-931c0afd2c15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2529 | 2024.05.15 03:43:09.771152 [ 3 ] {7b6af673-496c-4944-af62-931c0afd2c15} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2530 | 2024.05.15 03:43:09.771501 [ 3 ] {7b6af673-496c-4944-af62-931c0afd2c15} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2531 | 2024.05.15 03:43:09.771669 [ 3 ] {7b6af673-496c-4944-af62-931c0afd2c15} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001745 sec., 15472.779369627508 rows/sec., 1.22 MiB/sec. | ||
2532 | 2024.05.15 03:43:09.771895 [ 3 ] {7b6af673-496c-4944-af62-931c0afd2c15} <Debug> DynamicQueryHandler: Done processing query | ||
2533 | 2024.05.15 03:43:09.771923 [ 3 ] {7b6af673-496c-4944-af62-931c0afd2c15} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2534 | 2024.05.15 03:43:09.771941 [ 3 ] {} <Debug> HTTP-Session: d216e37e-f9a6-4528-9734-cf60f97bc2e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2535 | 2024.05.15 03:43:09.772130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2536 | 2024.05.15 03:43:09.772194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2537 | 2024.05.15 03:43:09.772215 [ 3 ] {} <Debug> HTTP-Session: 4b1e7a5e-396f-4de6-8998-06fbbf83ecfe Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2538 | 2024.05.15 03:43:09.772234 [ 3 ] {} <Debug> HTTP-Session: 4b1e7a5e-396f-4de6-8998-06fbbf83ecfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2539 | 2024.05.15 03:43:09.772248 [ 3 ] {} <Debug> HTTP-Session: 4b1e7a5e-396f-4de6-8998-06fbbf83ecfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2540 | 2024.05.15 03:43:09.772284 [ 3 ] {} <Trace> HTTP-Session: 4b1e7a5e-396f-4de6-8998-06fbbf83ecfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2541 | 2024.05.15 03:43:09.772418 [ 3 ] {ff3d37d7-ceea-4de8-a2c5-ea3cd7c53dd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2542 | 2024.05.15 03:43:09.772466 [ 3 ] {ff3d37d7-ceea-4de8-a2c5-ea3cd7c53dd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2543 | 2024.05.15 03:43:09.772606 [ 3 ] {ff3d37d7-ceea-4de8-a2c5-ea3cd7c53dd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2544 | 2024.05.15 03:43:09.772918 [ 3 ] {ff3d37d7-ceea-4de8-a2c5-ea3cd7c53dd2} <Trace> oximeter.fields_ipaddr (7e29aa15-b077-4ae6-87e9-229bbccebf70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2545 | 2024.05.15 03:43:09.772958 [ 3 ] {ff3d37d7-ceea-4de8-a2c5-ea3cd7c53dd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2546 | 2024.05.15 03:43:09.773275 [ 3 ] {ff3d37d7-ceea-4de8-a2c5-ea3cd7c53dd2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2547 | 2024.05.15 03:43:09.773596 [ 3 ] {ff3d37d7-ceea-4de8-a2c5-ea3cd7c53dd2} <Trace> oximeter.fields_ipaddr (7e29aa15-b077-4ae6-87e9-229bbccebf70): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2548 | 2024.05.15 03:43:09.773745 [ 3 ] {ff3d37d7-ceea-4de8-a2c5-ea3cd7c53dd2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001352 sec., 1479.2899408284025 rows/sec., 120.63 KiB/sec. | ||
2549 | 2024.05.15 03:43:09.773923 [ 3 ] {ff3d37d7-ceea-4de8-a2c5-ea3cd7c53dd2} <Debug> DynamicQueryHandler: Done processing query | ||
2550 | 2024.05.15 03:43:09.773949 [ 3 ] {ff3d37d7-ceea-4de8-a2c5-ea3cd7c53dd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2551 | 2024.05.15 03:43:09.773966 [ 3 ] {} <Debug> HTTP-Session: 4b1e7a5e-396f-4de6-8998-06fbbf83ecfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2552 | 2024.05.15 03:43:09.774148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 19602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2553 | 2024.05.15 03:43:09.774203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2554 | 2024.05.15 03:43:09.774223 [ 3 ] {} <Debug> HTTP-Session: aa1dcc93-8b6f-47ee-b51f-b4bacc3d7cfe Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2555 | 2024.05.15 03:43:09.774240 [ 3 ] {} <Debug> HTTP-Session: aa1dcc93-8b6f-47ee-b51f-b4bacc3d7cfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2556 | 2024.05.15 03:43:09.774254 [ 3 ] {} <Debug> HTTP-Session: aa1dcc93-8b6f-47ee-b51f-b4bacc3d7cfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2557 | 2024.05.15 03:43:09.774287 [ 3 ] {} <Trace> HTTP-Session: aa1dcc93-8b6f-47ee-b51f-b4bacc3d7cfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2558 | 2024.05.15 03:43:09.774438 [ 3 ] {f098992a-83ea-4a60-a4e6-19932d394bef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2559 | 2024.05.15 03:43:09.774483 [ 3 ] {f098992a-83ea-4a60-a4e6-19932d394bef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2560 | 2024.05.15 03:43:09.774613 [ 3 ] {f098992a-83ea-4a60-a4e6-19932d394bef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2561 | 2024.05.15 03:43:09.774995 [ 3 ] {f098992a-83ea-4a60-a4e6-19932d394bef} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2562 | 2024.05.15 03:43:09.775033 [ 3 ] {f098992a-83ea-4a60-a4e6-19932d394bef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2563 | 2024.05.15 03:43:09.775354 [ 3 ] {f098992a-83ea-4a60-a4e6-19932d394bef} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2564 | 2024.05.15 03:43:09.775653 [ 3 ] {f098992a-83ea-4a60-a4e6-19932d394bef} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2565 | 2024.05.15 03:43:09.775807 [ 3 ] {f098992a-83ea-4a60-a4e6-19932d394bef} <Debug> executeQuery: Read 134 rows, 11.45 KiB in 0.001424 sec., 94101.12359550562 rows/sec., 7.85 MiB/sec. | ||
2566 | 2024.05.15 03:43:09.776107 [ 3 ] {f098992a-83ea-4a60-a4e6-19932d394bef} <Debug> DynamicQueryHandler: Done processing query | ||
2567 | 2024.05.15 03:43:09.776135 [ 3 ] {f098992a-83ea-4a60-a4e6-19932d394bef} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2568 | 2024.05.15 03:43:09.776153 [ 3 ] {} <Debug> HTTP-Session: aa1dcc93-8b6f-47ee-b51f-b4bacc3d7cfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2569 | 2024.05.15 03:43:09.776286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2570 | 2024.05.15 03:43:09.776338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2571 | 2024.05.15 03:43:09.776357 [ 3 ] {} <Debug> HTTP-Session: b7dfb920-eecc-4f05-97c4-d7fab5a08678 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2572 | 2024.05.15 03:43:09.776375 [ 3 ] {} <Debug> HTTP-Session: b7dfb920-eecc-4f05-97c4-d7fab5a08678 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2573 | 2024.05.15 03:43:09.776389 [ 3 ] {} <Debug> HTTP-Session: b7dfb920-eecc-4f05-97c4-d7fab5a08678 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2574 | 2024.05.15 03:43:09.776421 [ 3 ] {} <Trace> HTTP-Session: b7dfb920-eecc-4f05-97c4-d7fab5a08678 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2575 | 2024.05.15 03:43:09.776517 [ 3 ] {b369e70e-8ce2-4c9b-a2f5-8998c1028dc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2576 | 2024.05.15 03:43:09.776561 [ 3 ] {b369e70e-8ce2-4c9b-a2f5-8998c1028dc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2577 | 2024.05.15 03:43:09.776712 [ 3 ] {b369e70e-8ce2-4c9b-a2f5-8998c1028dc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2578 | 2024.05.15 03:43:09.776996 [ 3 ] {b369e70e-8ce2-4c9b-a2f5-8998c1028dc6} <Trace> oximeter.fields_u16 (27df60cb-3085-4c57-b33a-a2ff697a542d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2579 | 2024.05.15 03:43:09.777033 [ 3 ] {b369e70e-8ce2-4c9b-a2f5-8998c1028dc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2580 | 2024.05.15 03:43:09.777330 [ 3 ] {b369e70e-8ce2-4c9b-a2f5-8998c1028dc6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2581 | 2024.05.15 03:43:09.777657 [ 3 ] {b369e70e-8ce2-4c9b-a2f5-8998c1028dc6} <Trace> oximeter.fields_u16 (27df60cb-3085-4c57-b33a-a2ff697a542d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2582 | 2024.05.15 03:43:09.777778 [ 3 ] {b369e70e-8ce2-4c9b-a2f5-8998c1028dc6} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001281 sec., 1561.28024980484 rows/sec., 109.02 KiB/sec. | ||
2583 | 2024.05.15 03:43:09.777989 [ 3 ] {b369e70e-8ce2-4c9b-a2f5-8998c1028dc6} <Debug> DynamicQueryHandler: Done processing query | ||
2584 | 2024.05.15 03:43:09.778014 [ 3 ] {b369e70e-8ce2-4c9b-a2f5-8998c1028dc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2585 | 2024.05.15 03:43:09.778030 [ 3 ] {} <Debug> HTTP-Session: b7dfb920-eecc-4f05-97c4-d7fab5a08678 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2586 | 2024.05.15 03:43:09.778157 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 15640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2587 | 2024.05.15 03:43:09.778206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2588 | 2024.05.15 03:43:09.778223 [ 3 ] {} <Debug> HTTP-Session: cd94a6de-d6b6-4aa9-ba38-b4bf5a2b4979 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2589 | 2024.05.15 03:43:09.778239 [ 3 ] {} <Debug> HTTP-Session: cd94a6de-d6b6-4aa9-ba38-b4bf5a2b4979 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2590 | 2024.05.15 03:43:09.778253 [ 3 ] {} <Debug> HTTP-Session: cd94a6de-d6b6-4aa9-ba38-b4bf5a2b4979 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2591 | 2024.05.15 03:43:09.778283 [ 3 ] {} <Trace> HTTP-Session: cd94a6de-d6b6-4aa9-ba38-b4bf5a2b4979 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2592 | 2024.05.15 03:43:09.778407 [ 3 ] {e61e2a89-a464-4de9-bd01-c1efe36fc936} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2593 | 2024.05.15 03:43:09.778451 [ 3 ] {e61e2a89-a464-4de9-bd01-c1efe36fc936} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2594 | 2024.05.15 03:43:09.778583 [ 3 ] {e61e2a89-a464-4de9-bd01-c1efe36fc936} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2595 | 2024.05.15 03:43:09.778929 [ 3 ] {e61e2a89-a464-4de9-bd01-c1efe36fc936} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2596 | 2024.05.15 03:43:09.778964 [ 3 ] {e61e2a89-a464-4de9-bd01-c1efe36fc936} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2597 | 2024.05.15 03:43:09.779279 [ 3 ] {e61e2a89-a464-4de9-bd01-c1efe36fc936} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2598 | 2024.05.15 03:43:09.779571 [ 3 ] {e61e2a89-a464-4de9-bd01-c1efe36fc936} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2599 | 2024.05.15 03:43:09.779722 [ 3 ] {e61e2a89-a464-4de9-bd01-c1efe36fc936} <Debug> executeQuery: Read 92 rows, 7.37 KiB in 0.001359 sec., 67696.83590875645 rows/sec., 5.30 MiB/sec. | ||
2600 | 2024.05.15 03:43:09.779891 [ 3 ] {e61e2a89-a464-4de9-bd01-c1efe36fc936} <Debug> DynamicQueryHandler: Done processing query | ||
2601 | 2024.05.15 03:43:09.779915 [ 3 ] {e61e2a89-a464-4de9-bd01-c1efe36fc936} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2602 | 2024.05.15 03:43:09.779932 [ 3 ] {} <Debug> HTTP-Session: cd94a6de-d6b6-4aa9-ba38-b4bf5a2b4979 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2603 | 2024.05.15 03:43:09.780143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 28848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2604 | 2024.05.15 03:43:09.780191 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2605 | 2024.05.15 03:43:09.780210 [ 3 ] {} <Debug> HTTP-Session: a92a5d0e-546b-4e05-b37f-7165c667a947 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2606 | 2024.05.15 03:43:09.780227 [ 3 ] {} <Debug> HTTP-Session: a92a5d0e-546b-4e05-b37f-7165c667a947 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2607 | 2024.05.15 03:43:09.780241 [ 3 ] {} <Debug> HTTP-Session: a92a5d0e-546b-4e05-b37f-7165c667a947 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2608 | 2024.05.15 03:43:09.780271 [ 3 ] {} <Trace> HTTP-Session: a92a5d0e-546b-4e05-b37f-7165c667a947 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2609 | 2024.05.15 03:43:09.780426 [ 3 ] {8adefd0a-af42-4062-b464-465269bc6ea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2610 | 2024.05.15 03:43:09.780473 [ 3 ] {8adefd0a-af42-4062-b464-465269bc6ea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2611 | 2024.05.15 03:43:09.780618 [ 3 ] {8adefd0a-af42-4062-b464-465269bc6ea7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2612 | 2024.05.15 03:43:09.780987 [ 3 ] {8adefd0a-af42-4062-b464-465269bc6ea7} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2613 | 2024.05.15 03:43:09.781022 [ 3 ] {8adefd0a-af42-4062-b464-465269bc6ea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2614 | 2024.05.15 03:43:09.781411 [ 3 ] {8adefd0a-af42-4062-b464-465269bc6ea7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2615 | 2024.05.15 03:43:09.781737 [ 3 ] {8adefd0a-af42-4062-b464-465269bc6ea7} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2616 | 2024.05.15 03:43:09.781894 [ 3 ] {8adefd0a-af42-4062-b464-465269bc6ea7} <Debug> executeQuery: Read 151 rows, 10.72 KiB in 0.001537 sec., 98243.33116460638 rows/sec., 6.81 MiB/sec. | ||
2617 | 2024.05.15 03:43:09.782174 [ 3 ] {8adefd0a-af42-4062-b464-465269bc6ea7} <Debug> DynamicQueryHandler: Done processing query | ||
2618 | 2024.05.15 03:43:09.782200 [ 3 ] {8adefd0a-af42-4062-b464-465269bc6ea7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2619 | 2024.05.15 03:43:09.782216 [ 3 ] {} <Debug> HTTP-Session: a92a5d0e-546b-4e05-b37f-7165c667a947 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2620 | 2024.05.15 03:43:09.782347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 28916, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2621 | 2024.05.15 03:43:09.782396 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2622 | 2024.05.15 03:43:09.782414 [ 3 ] {} <Debug> HTTP-Session: 96ba3834-db90-4ebd-b1e3-4fd447672c77 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2623 | 2024.05.15 03:43:09.782431 [ 3 ] {} <Debug> HTTP-Session: 96ba3834-db90-4ebd-b1e3-4fd447672c77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2624 | 2024.05.15 03:43:09.782444 [ 3 ] {} <Debug> HTTP-Session: 96ba3834-db90-4ebd-b1e3-4fd447672c77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2625 | 2024.05.15 03:43:09.782474 [ 3 ] {} <Trace> HTTP-Session: 96ba3834-db90-4ebd-b1e3-4fd447672c77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2626 | 2024.05.15 03:43:09.782725 [ 3 ] {84ed4636-fe2d-420b-ba6f-dfaafb78ebc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2627 | 2024.05.15 03:43:09.782774 [ 3 ] {84ed4636-fe2d-420b-ba6f-dfaafb78ebc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2628 | 2024.05.15 03:43:09.782952 [ 3 ] {84ed4636-fe2d-420b-ba6f-dfaafb78ebc1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2629 | 2024.05.15 03:43:09.783407 [ 3 ] {84ed4636-fe2d-420b-ba6f-dfaafb78ebc1} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2630 | 2024.05.15 03:43:09.783443 [ 3 ] {84ed4636-fe2d-420b-ba6f-dfaafb78ebc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2631 | 2024.05.15 03:43:09.783856 [ 3 ] {84ed4636-fe2d-420b-ba6f-dfaafb78ebc1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2632 | 2024.05.15 03:43:09.784212 [ 3 ] {84ed4636-fe2d-420b-ba6f-dfaafb78ebc1} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2633 | 2024.05.15 03:43:09.784363 [ 3 ] {84ed4636-fe2d-420b-ba6f-dfaafb78ebc1} <Debug> executeQuery: Read 27 rows, 37.31 KiB in 0.001813 sec., 14892.443463872036 rows/sec., 20.10 MiB/sec. | ||
2634 | 2024.05.15 03:43:09.784538 [ 3 ] {84ed4636-fe2d-420b-ba6f-dfaafb78ebc1} <Debug> DynamicQueryHandler: Done processing query | ||
2635 | 2024.05.15 03:43:09.784563 [ 3 ] {84ed4636-fe2d-420b-ba6f-dfaafb78ebc1} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
2636 | 2024.05.15 03:43:09.784579 [ 3 ] {} <Debug> HTTP-Session: 96ba3834-db90-4ebd-b1e3-4fd447672c77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2637 | 2024.05.15 03:43:09.784690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2638 | 2024.05.15 03:43:09.784739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2639 | 2024.05.15 03:43:09.784758 [ 3 ] {} <Debug> HTTP-Session: 9ea074a3-b97e-4e69-9e47-c125561ad8a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2640 | 2024.05.15 03:43:09.784774 [ 3 ] {} <Debug> HTTP-Session: 9ea074a3-b97e-4e69-9e47-c125561ad8a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2641 | 2024.05.15 03:43:09.784788 [ 3 ] {} <Debug> HTTP-Session: 9ea074a3-b97e-4e69-9e47-c125561ad8a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2642 | 2024.05.15 03:43:09.784818 [ 3 ] {} <Trace> HTTP-Session: 9ea074a3-b97e-4e69-9e47-c125561ad8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2643 | 2024.05.15 03:43:09.784913 [ 3 ] {b3014c0b-60c1-4160-b3d6-9c7e1109728c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2644 | 2024.05.15 03:43:09.784957 [ 3 ] {b3014c0b-60c1-4160-b3d6-9c7e1109728c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2645 | 2024.05.15 03:43:09.785086 [ 3 ] {b3014c0b-60c1-4160-b3d6-9c7e1109728c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2646 | 2024.05.15 03:43:09.785429 [ 3 ] {b3014c0b-60c1-4160-b3d6-9c7e1109728c} <Trace> oximeter.measurements_i64 (03c997e7-7da7-489e-95a5-8374935fb67a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2647 | 2024.05.15 03:43:09.785465 [ 3 ] {b3014c0b-60c1-4160-b3d6-9c7e1109728c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2648 | 2024.05.15 03:43:09.785815 [ 3 ] {b3014c0b-60c1-4160-b3d6-9c7e1109728c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2649 | 2024.05.15 03:43:09.786129 [ 3 ] {b3014c0b-60c1-4160-b3d6-9c7e1109728c} <Trace> oximeter.measurements_i64 (03c997e7-7da7-489e-95a5-8374935fb67a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2650 | 2024.05.15 03:43:09.786276 [ 3 ] {b3014c0b-60c1-4160-b3d6-9c7e1109728c} <Debug> executeQuery: Read 9 rows, 680.00 B in 0.001383 sec., 6507.5921908893715 rows/sec., 480.16 KiB/sec. | ||
2651 | 2024.05.15 03:43:09.786486 [ 3 ] {b3014c0b-60c1-4160-b3d6-9c7e1109728c} <Debug> DynamicQueryHandler: Done processing query | ||
2652 | 2024.05.15 03:43:09.786511 [ 3 ] {b3014c0b-60c1-4160-b3d6-9c7e1109728c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2653 | 2024.05.15 03:43:09.786526 [ 3 ] {} <Debug> HTTP-Session: 9ea074a3-b97e-4e69-9e47-c125561ad8a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2654 | 2024.05.15 03:43:09.786633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 7687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2655 | 2024.05.15 03:43:09.786681 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2656 | 2024.05.15 03:43:09.786699 [ 3 ] {} <Debug> HTTP-Session: 120ef2bc-c041-45b6-9254-1466bdeb35a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2657 | 2024.05.15 03:43:09.786715 [ 3 ] {} <Debug> HTTP-Session: 120ef2bc-c041-45b6-9254-1466bdeb35a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2658 | 2024.05.15 03:43:09.786728 [ 3 ] {} <Debug> HTTP-Session: 120ef2bc-c041-45b6-9254-1466bdeb35a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2659 | 2024.05.15 03:43:09.786758 [ 3 ] {} <Trace> HTTP-Session: 120ef2bc-c041-45b6-9254-1466bdeb35a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2660 | 2024.05.15 03:43:09.786872 [ 3 ] {c5f31731-c420-42ae-9524-a6cfcd76c14e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2661 | 2024.05.15 03:43:09.786915 [ 3 ] {c5f31731-c420-42ae-9524-a6cfcd76c14e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2662 | 2024.05.15 03:43:09.787043 [ 3 ] {c5f31731-c420-42ae-9524-a6cfcd76c14e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2663 | 2024.05.15 03:43:09.787338 [ 3 ] {c5f31731-c420-42ae-9524-a6cfcd76c14e} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2664 | 2024.05.15 03:43:09.787373 [ 3 ] {c5f31731-c420-42ae-9524-a6cfcd76c14e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2665 | 2024.05.15 03:43:09.787728 [ 3 ] {c5f31731-c420-42ae-9524-a6cfcd76c14e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2666 | 2024.05.15 03:43:09.788041 [ 3 ] {c5f31731-c420-42ae-9524-a6cfcd76c14e} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2667 | 2024.05.15 03:43:09.788195 [ 3 ] {c5f31731-c420-42ae-9524-a6cfcd76c14e} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001361 sec., 36737.69287288758 rows/sec., 2.52 MiB/sec. | ||
2668 | 2024.05.15 03:43:09.788407 [ 3 ] {c5f31731-c420-42ae-9524-a6cfcd76c14e} <Debug> DynamicQueryHandler: Done processing query | ||
2669 | 2024.05.15 03:43:09.788432 [ 3 ] {c5f31731-c420-42ae-9524-a6cfcd76c14e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2670 | 2024.05.15 03:43:09.788448 [ 3 ] {} <Debug> HTTP-Session: 120ef2bc-c041-45b6-9254-1466bdeb35a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2671 | 2024.05.15 03:43:14.766994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 479, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2672 | 2024.05.15 03:43:14.767122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2673 | 2024.05.15 03:43:14.767151 [ 3 ] {} <Debug> HTTP-Session: 4ec7b976-5517-4d14-8e11-bef4ef8b2154 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2674 | 2024.05.15 03:43:14.767179 [ 3 ] {} <Debug> HTTP-Session: 4ec7b976-5517-4d14-8e11-bef4ef8b2154 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2675 | 2024.05.15 03:43:14.767196 [ 3 ] {} <Debug> HTTP-Session: 4ec7b976-5517-4d14-8e11-bef4ef8b2154 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2676 | 2024.05.15 03:43:14.767252 [ 3 ] {} <Trace> HTTP-Session: 4ec7b976-5517-4d14-8e11-bef4ef8b2154 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2677 | 2024.05.15 03:43:14.767445 [ 3 ] {87c4e3c7-e677-42c7-b80b-eb62be6eaf30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2678 | 2024.05.15 03:43:14.767517 [ 3 ] {87c4e3c7-e677-42c7-b80b-eb62be6eaf30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2679 | 2024.05.15 03:43:14.767731 [ 3 ] {87c4e3c7-e677-42c7-b80b-eb62be6eaf30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2680 | 2024.05.15 03:43:14.768200 [ 3 ] {87c4e3c7-e677-42c7-b80b-eb62be6eaf30} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2681 | 2024.05.15 03:43:14.768243 [ 3 ] {87c4e3c7-e677-42c7-b80b-eb62be6eaf30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2682 | 2024.05.15 03:43:14.768639 [ 3 ] {87c4e3c7-e677-42c7-b80b-eb62be6eaf30} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2683 | 2024.05.15 03:43:14.768982 [ 3 ] {87c4e3c7-e677-42c7-b80b-eb62be6eaf30} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2684 | 2024.05.15 03:43:14.769127 [ 3 ] {87c4e3c7-e677-42c7-b80b-eb62be6eaf30} <Debug> executeQuery: Read 3 rows, 249.00 B in 0.001739 sec., 1725.1293847038528 rows/sec., 139.83 KiB/sec. | ||
2685 | 2024.05.15 03:43:14.769338 [ 3 ] {87c4e3c7-e677-42c7-b80b-eb62be6eaf30} <Debug> DynamicQueryHandler: Done processing query | ||
2686 | 2024.05.15 03:43:14.769366 [ 3 ] {87c4e3c7-e677-42c7-b80b-eb62be6eaf30} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2687 | 2024.05.15 03:43:14.769382 [ 3 ] {} <Debug> HTTP-Session: 4ec7b976-5517-4d14-8e11-bef4ef8b2154 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2688 | 2024.05.15 03:43:14.769542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 8633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2689 | 2024.05.15 03:43:14.769602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2690 | 2024.05.15 03:43:14.769622 [ 3 ] {} <Debug> HTTP-Session: 9af18313-408a-433b-8aaa-7e0da07eb67d Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2691 | 2024.05.15 03:43:14.769641 [ 3 ] {} <Debug> HTTP-Session: 9af18313-408a-433b-8aaa-7e0da07eb67d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2692 | 2024.05.15 03:43:14.769655 [ 3 ] {} <Debug> HTTP-Session: 9af18313-408a-433b-8aaa-7e0da07eb67d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2693 | 2024.05.15 03:43:14.769691 [ 3 ] {} <Trace> HTTP-Session: 9af18313-408a-433b-8aaa-7e0da07eb67d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2694 | 2024.05.15 03:43:14.769815 [ 3 ] {d58d4d8a-3178-4657-aef2-a863110accd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2695 | 2024.05.15 03:43:14.769860 [ 3 ] {d58d4d8a-3178-4657-aef2-a863110accd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2696 | 2024.05.15 03:43:14.769991 [ 3 ] {d58d4d8a-3178-4657-aef2-a863110accd8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2697 | 2024.05.15 03:43:14.770385 [ 3 ] {d58d4d8a-3178-4657-aef2-a863110accd8} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2698 | 2024.05.15 03:43:14.770425 [ 3 ] {d58d4d8a-3178-4657-aef2-a863110accd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2699 | 2024.05.15 03:43:14.770742 [ 3 ] {d58d4d8a-3178-4657-aef2-a863110accd8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2700 | 2024.05.15 03:43:14.771055 [ 3 ] {d58d4d8a-3178-4657-aef2-a863110accd8} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2701 | 2024.05.15 03:43:14.771188 [ 3 ] {d58d4d8a-3178-4657-aef2-a863110accd8} <Debug> executeQuery: Read 61 rows, 4.91 KiB in 0.001419 sec., 42988.01973220578 rows/sec., 3.38 MiB/sec. | ||
2702 | 2024.05.15 03:43:14.771482 [ 3 ] {d58d4d8a-3178-4657-aef2-a863110accd8} <Debug> DynamicQueryHandler: Done processing query | ||
2703 | 2024.05.15 03:43:14.771508 [ 3 ] {d58d4d8a-3178-4657-aef2-a863110accd8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2704 | 2024.05.15 03:43:14.771524 [ 3 ] {} <Debug> HTTP-Session: 9af18313-408a-433b-8aaa-7e0da07eb67d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2705 | 2024.05.15 03:43:14.771647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 10032, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2706 | 2024.05.15 03:43:14.771699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2707 | 2024.05.15 03:43:14.771718 [ 3 ] {} <Debug> HTTP-Session: c5e7f296-a984-40e8-a78f-8ccb110d1803 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2708 | 2024.05.15 03:43:14.771734 [ 3 ] {} <Debug> HTTP-Session: c5e7f296-a984-40e8-a78f-8ccb110d1803 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2709 | 2024.05.15 03:43:14.771747 [ 3 ] {} <Debug> HTTP-Session: c5e7f296-a984-40e8-a78f-8ccb110d1803 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2710 | 2024.05.15 03:43:14.771779 [ 3 ] {} <Trace> HTTP-Session: c5e7f296-a984-40e8-a78f-8ccb110d1803 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2711 | 2024.05.15 03:43:14.771894 [ 3 ] {2a633e0d-0904-4288-9641-d6981f1ade40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2712 | 2024.05.15 03:43:14.771939 [ 3 ] {2a633e0d-0904-4288-9641-d6981f1ade40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2713 | 2024.05.15 03:43:14.772088 [ 3 ] {2a633e0d-0904-4288-9641-d6981f1ade40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2714 | 2024.05.15 03:43:14.772412 [ 3 ] {2a633e0d-0904-4288-9641-d6981f1ade40} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2715 | 2024.05.15 03:43:14.772449 [ 3 ] {2a633e0d-0904-4288-9641-d6981f1ade40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2716 | 2024.05.15 03:43:14.772759 [ 3 ] {2a633e0d-0904-4288-9641-d6981f1ade40} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2717 | 2024.05.15 03:43:14.773058 [ 3 ] {2a633e0d-0904-4288-9641-d6981f1ade40} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2718 | 2024.05.15 03:43:14.773189 [ 3 ] {2a633e0d-0904-4288-9641-d6981f1ade40} <Debug> executeQuery: Read 59 rows, 4.71 KiB in 0.001333 sec., 44261.06526631658 rows/sec., 3.45 MiB/sec. | ||
2719 | 2024.05.15 03:43:14.773345 [ 3 ] {2a633e0d-0904-4288-9641-d6981f1ade40} <Debug> DynamicQueryHandler: Done processing query | ||
2720 | 2024.05.15 03:43:14.773367 [ 3 ] {2a633e0d-0904-4288-9641-d6981f1ade40} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2721 | 2024.05.15 03:43:14.773381 [ 3 ] {} <Debug> HTTP-Session: c5e7f296-a984-40e8-a78f-8ccb110d1803 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2722 | 2024.05.15 03:43:14.773589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 28657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2723 | 2024.05.15 03:43:14.773636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2724 | 2024.05.15 03:43:14.773654 [ 3 ] {} <Debug> HTTP-Session: d8344083-9ef1-400e-a428-e6d577001cbc Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2725 | 2024.05.15 03:43:14.773669 [ 3 ] {} <Debug> HTTP-Session: d8344083-9ef1-400e-a428-e6d577001cbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2726 | 2024.05.15 03:43:14.773682 [ 3 ] {} <Debug> HTTP-Session: d8344083-9ef1-400e-a428-e6d577001cbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2727 | 2024.05.15 03:43:14.773711 [ 3 ] {} <Trace> HTTP-Session: d8344083-9ef1-400e-a428-e6d577001cbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2728 | 2024.05.15 03:43:14.773845 [ 3 ] {704e1e5a-fce8-4b3c-936d-d17bfc07bc3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2729 | 2024.05.15 03:43:14.773889 [ 3 ] {704e1e5a-fce8-4b3c-936d-d17bfc07bc3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2730 | 2024.05.15 03:43:14.774023 [ 3 ] {704e1e5a-fce8-4b3c-936d-d17bfc07bc3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2731 | 2024.05.15 03:43:14.774456 [ 3 ] {704e1e5a-fce8-4b3c-936d-d17bfc07bc3a} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2732 | 2024.05.15 03:43:14.774493 [ 3 ] {704e1e5a-fce8-4b3c-936d-d17bfc07bc3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2733 | 2024.05.15 03:43:14.774883 [ 3 ] {704e1e5a-fce8-4b3c-936d-d17bfc07bc3a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2734 | 2024.05.15 03:43:14.775228 [ 3 ] {704e1e5a-fce8-4b3c-936d-d17bfc07bc3a} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2735 | 2024.05.15 03:43:14.775360 [ 3 ] {704e1e5a-fce8-4b3c-936d-d17bfc07bc3a} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001541 sec., 97339.3900064893 rows/sec., 6.75 MiB/sec. | ||
2736 | 2024.05.15 03:43:14.775529 [ 3 ] {704e1e5a-fce8-4b3c-936d-d17bfc07bc3a} <Debug> DynamicQueryHandler: Done processing query | ||
2737 | 2024.05.15 03:43:14.775552 [ 3 ] {704e1e5a-fce8-4b3c-936d-d17bfc07bc3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2738 | 2024.05.15 03:43:14.775568 [ 3 ] {} <Debug> HTTP-Session: d8344083-9ef1-400e-a428-e6d577001cbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2739 | 2024.05.15 03:43:14.775679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 3269, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2740 | 2024.05.15 03:43:14.775728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2741 | 2024.05.15 03:43:14.775748 [ 3 ] {} <Debug> HTTP-Session: 507117de-dc84-4dc9-814d-7d8dfa813326 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2742 | 2024.05.15 03:43:14.775764 [ 3 ] {} <Debug> HTTP-Session: 507117de-dc84-4dc9-814d-7d8dfa813326 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2743 | 2024.05.15 03:43:14.775777 [ 3 ] {} <Debug> HTTP-Session: 507117de-dc84-4dc9-814d-7d8dfa813326 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2744 | 2024.05.15 03:43:14.775806 [ 3 ] {} <Trace> HTTP-Session: 507117de-dc84-4dc9-814d-7d8dfa813326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2745 | 2024.05.15 03:43:14.775934 [ 3 ] {36e1abe1-e7ed-4d86-804e-0973c7d61a1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2746 | 2024.05.15 03:43:14.775982 [ 3 ] {36e1abe1-e7ed-4d86-804e-0973c7d61a1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2747 | 2024.05.15 03:43:14.776139 [ 3 ] {36e1abe1-e7ed-4d86-804e-0973c7d61a1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2748 | 2024.05.15 03:43:14.776483 [ 3 ] {36e1abe1-e7ed-4d86-804e-0973c7d61a1d} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2749 | 2024.05.15 03:43:14.776518 [ 3 ] {36e1abe1-e7ed-4d86-804e-0973c7d61a1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2750 | 2024.05.15 03:43:14.776895 [ 3 ] {36e1abe1-e7ed-4d86-804e-0973c7d61a1d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2751 | 2024.05.15 03:43:14.777221 [ 3 ] {36e1abe1-e7ed-4d86-804e-0973c7d61a1d} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2752 | 2024.05.15 03:43:14.777350 [ 3 ] {36e1abe1-e7ed-4d86-804e-0973c7d61a1d} <Debug> executeQuery: Read 3 rows, 4.15 KiB in 0.001473 sec., 2036.6598778004075 rows/sec., 2.75 MiB/sec. | ||
2753 | 2024.05.15 03:43:14.777518 [ 3 ] {36e1abe1-e7ed-4d86-804e-0973c7d61a1d} <Debug> DynamicQueryHandler: Done processing query | ||
2754 | 2024.05.15 03:43:14.777541 [ 3 ] {36e1abe1-e7ed-4d86-804e-0973c7d61a1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2755 | 2024.05.15 03:43:14.777556 [ 3 ] {} <Debug> HTTP-Session: 507117de-dc84-4dc9-814d-7d8dfa813326 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2756 | 2024.05.15 03:43:14.777684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 7687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2757 | 2024.05.15 03:43:14.777730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2758 | 2024.05.15 03:43:14.777748 [ 3 ] {} <Debug> HTTP-Session: 2ee893f4-7281-4375-9b61-f35e35c7d98b Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2759 | 2024.05.15 03:43:14.777764 [ 3 ] {} <Debug> HTTP-Session: 2ee893f4-7281-4375-9b61-f35e35c7d98b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2760 | 2024.05.15 03:43:14.777778 [ 3 ] {} <Debug> HTTP-Session: 2ee893f4-7281-4375-9b61-f35e35c7d98b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2761 | 2024.05.15 03:43:14.777807 [ 3 ] {} <Trace> HTTP-Session: 2ee893f4-7281-4375-9b61-f35e35c7d98b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2762 | 2024.05.15 03:43:14.777914 [ 3 ] {cb7102b9-8172-4369-9387-9af394eb586d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2763 | 2024.05.15 03:43:14.777956 [ 3 ] {cb7102b9-8172-4369-9387-9af394eb586d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2764 | 2024.05.15 03:43:14.778078 [ 3 ] {cb7102b9-8172-4369-9387-9af394eb586d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2765 | 2024.05.15 03:43:14.778370 [ 3 ] {cb7102b9-8172-4369-9387-9af394eb586d} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2766 | 2024.05.15 03:43:14.778405 [ 3 ] {cb7102b9-8172-4369-9387-9af394eb586d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2767 | 2024.05.15 03:43:14.778747 [ 3 ] {cb7102b9-8172-4369-9387-9af394eb586d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2768 | 2024.05.15 03:43:14.779056 [ 3 ] {cb7102b9-8172-4369-9387-9af394eb586d} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2769 | 2024.05.15 03:43:14.779184 [ 3 ] {cb7102b9-8172-4369-9387-9af394eb586d} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001305 sec., 38314.17624521073 rows/sec., 2.63 MiB/sec. | ||
2770 | 2024.05.15 03:43:14.779347 [ 3 ] {cb7102b9-8172-4369-9387-9af394eb586d} <Debug> DynamicQueryHandler: Done processing query | ||
2771 | 2024.05.15 03:43:14.779371 [ 3 ] {cb7102b9-8172-4369-9387-9af394eb586d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2772 | 2024.05.15 03:43:14.779386 [ 3 ] {} <Debug> HTTP-Session: 2ee893f4-7281-4375-9b61-f35e35c7d98b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2773 | 2024.05.15 03:43:19.764004 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 1024, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2774 | 2024.05.15 03:43:19.764196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2775 | 2024.05.15 03:43:19.764240 [ 3 ] {} <Debug> HTTP-Session: 3794ec75-1f50-4f24-8976-33e7f7764680 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2776 | 2024.05.15 03:43:19.764280 [ 3 ] {} <Debug> HTTP-Session: 3794ec75-1f50-4f24-8976-33e7f7764680 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2777 | 2024.05.15 03:43:19.764308 [ 3 ] {} <Debug> HTTP-Session: 3794ec75-1f50-4f24-8976-33e7f7764680 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2778 | 2024.05.15 03:43:19.764384 [ 3 ] {} <Trace> HTTP-Session: 3794ec75-1f50-4f24-8976-33e7f7764680 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2779 | 2024.05.15 03:43:19.764621 [ 3 ] {a362060c-c7ed-44bb-8373-a5d64c10d701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) 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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
2780 | 2024.05.15 03:43:19.764983 [ 3 ] {a362060c-c7ed-44bb-8373-a5d64c10d701} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2781 | 2024.05.15 03:43:19.765027 [ 3 ] {a362060c-c7ed-44bb-8373-a5d64c10d701} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent')" moved to PREWHERE | ||
2782 | 2024.05.15 03:43:19.765341 [ 3 ] {a362060c-c7ed-44bb-8373-a5d64c10d701} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2783 | 2024.05.15 03:43:19.765423 [ 3 ] {a362060c-c7ed-44bb-8373-a5d64c10d701} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2784 | 2024.05.15 03:43:19.765595 [ 3 ] {a362060c-c7ed-44bb-8373-a5d64c10d701} <Debug> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
2785 | 2024.05.15 03:43:19.765795 [ 256 ] {a362060c-c7ed-44bb-8373-a5d64c10d701} <Trace> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2786 | 2024.05.15 03:43:19.765799 [ 258 ] {a362060c-c7ed-44bb-8373-a5d64c10d701} <Trace> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2787 | 2024.05.15 03:43:19.766015 [ 3 ] {a362060c-c7ed-44bb-8373-a5d64c10d701} <Debug> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (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 | ||
2788 | 2024.05.15 03:43:19.766131 [ 3 ] {a362060c-c7ed-44bb-8373-a5d64c10d701} <Trace> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2789 | 2024.05.15 03:43:19.768427 [ 3 ] {a362060c-c7ed-44bb-8373-a5d64c10d701} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2790 | 2024.05.15 03:43:19.770513 [ 3 ] {a362060c-c7ed-44bb-8373-a5d64c10d701} <Debug> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Reading approx. 25 rows with 2 streams | ||
2791 | 2024.05.15 03:43:19.770630 [ 3 ] {a362060c-c7ed-44bb-8373-a5d64c10d701} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
2792 | 2024.05.15 03:43:19.770713 [ 3 ] {a362060c-c7ed-44bb-8373-a5d64c10d701} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
2793 | 2024.05.15 03:43:19.772765 [ 3 ] {a362060c-c7ed-44bb-8373-a5d64c10d701} <Debug> executeQuery: Read 25 rows, 1.03 KiB in 0.008243 sec., 3032.8763799587528 rows/sec., 125.46 KiB/sec. | ||
2794 | 2024.05.15 03:43:19.773111 [ 3 ] {a362060c-c7ed-44bb-8373-a5d64c10d701} <Debug> DynamicQueryHandler: Done processing query | ||
2795 | 2024.05.15 03:43:19.773138 [ 3 ] {a362060c-c7ed-44bb-8373-a5d64c10d701} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2796 | 2024.05.15 03:43:19.773154 [ 3 ] {} <Debug> HTTP-Session: 3794ec75-1f50-4f24-8976-33e7f7764680 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2797 | 2024.05.15 03:43:19.773386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 1063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2798 | 2024.05.15 03:43:19.773439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2799 | 2024.05.15 03:43:19.773460 [ 3 ] {} <Debug> HTTP-Session: 8381d6b4-47ce-488a-b085-419b1bd38930 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2800 | 2024.05.15 03:43:19.773479 [ 3 ] {} <Debug> HTTP-Session: 8381d6b4-47ce-488a-b085-419b1bd38930 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2801 | 2024.05.15 03:43:19.773492 [ 3 ] {} <Debug> HTTP-Session: 8381d6b4-47ce-488a-b085-419b1bd38930 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2802 | 2024.05.15 03:43:19.773527 [ 3 ] {} <Trace> HTTP-Session: 8381d6b4-47ce-488a-b085-419b1bd38930 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2803 | 2024.05.15 03:43:19.773687 [ 3 ] {801f0a22-4b07-4675-80a6-fc02e47c0fc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) 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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2804 | 2024.05.15 03:43:19.773967 [ 3 ] {801f0a22-4b07-4675-80a6-fc02e47c0fc7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2805 | 2024.05.15 03:43:19.774009 [ 3 ] {801f0a22-4b07-4675-80a6-fc02e47c0fc7} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_routes')" moved to PREWHERE | ||
2806 | 2024.05.15 03:43:19.774290 [ 3 ] {801f0a22-4b07-4675-80a6-fc02e47c0fc7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2807 | 2024.05.15 03:43:19.774355 [ 3 ] {801f0a22-4b07-4675-80a6-fc02e47c0fc7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2808 | 2024.05.15 03:43:19.774496 [ 3 ] {801f0a22-4b07-4675-80a6-fc02e47c0fc7} <Debug> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
2809 | 2024.05.15 03:43:19.774609 [ 256 ] {801f0a22-4b07-4675-80a6-fc02e47c0fc7} <Trace> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2810 | 2024.05.15 03:43:19.774615 [ 259 ] {801f0a22-4b07-4675-80a6-fc02e47c0fc7} <Trace> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2811 | 2024.05.15 03:43:19.774743 [ 3 ] {801f0a22-4b07-4675-80a6-fc02e47c0fc7} <Debug> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (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 | ||
2812 | 2024.05.15 03:43:19.774770 [ 3 ] {801f0a22-4b07-4675-80a6-fc02e47c0fc7} <Trace> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2813 | 2024.05.15 03:43:19.774849 [ 3 ] {801f0a22-4b07-4675-80a6-fc02e47c0fc7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2814 | 2024.05.15 03:43:19.774868 [ 3 ] {801f0a22-4b07-4675-80a6-fc02e47c0fc7} <Debug> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Reading approx. 25 rows with 2 streams | ||
2815 | 2024.05.15 03:43:19.774907 [ 3 ] {801f0a22-4b07-4675-80a6-fc02e47c0fc7} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_routes'))" | ||
2816 | 2024.05.15 03:43:19.774946 [ 3 ] {801f0a22-4b07-4675-80a6-fc02e47c0fc7} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_routes'))" | ||
2817 | 2024.05.15 03:43:19.776443 [ 3 ] {801f0a22-4b07-4675-80a6-fc02e47c0fc7} <Debug> executeQuery: Read 25 rows, 1.03 KiB in 0.002835 sec., 8818.342151675486 rows/sec., 364.79 KiB/sec. | ||
2818 | 2024.05.15 03:43:19.776739 [ 3 ] {801f0a22-4b07-4675-80a6-fc02e47c0fc7} <Debug> DynamicQueryHandler: Done processing query | ||
2819 | 2024.05.15 03:43:19.776764 [ 3 ] {801f0a22-4b07-4675-80a6-fc02e47c0fc7} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2820 | 2024.05.15 03:43:19.776780 [ 3 ] {} <Debug> HTTP-Session: 8381d6b4-47ce-488a-b085-419b1bd38930 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2821 | 2024.05.15 03:43:19.777045 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 1104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2822 | 2024.05.15 03:43:19.777093 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2823 | 2024.05.15 03:43:19.777112 [ 3 ] {} <Debug> HTTP-Session: 320e2aaf-72c2-4bdd-9981-c49269fffe2b Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2824 | 2024.05.15 03:43:19.777129 [ 3 ] {} <Debug> HTTP-Session: 320e2aaf-72c2-4bdd-9981-c49269fffe2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2825 | 2024.05.15 03:43:19.777142 [ 3 ] {} <Debug> HTTP-Session: 320e2aaf-72c2-4bdd-9981-c49269fffe2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2826 | 2024.05.15 03:43:19.777173 [ 3 ] {} <Trace> HTTP-Session: 320e2aaf-72c2-4bdd-9981-c49269fffe2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2827 | 2024.05.15 03:43:19.777316 [ 3 ] {276161a4-d5f2-422a-8dd4-d2518f65b179} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) 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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2828 | 2024.05.15 03:43:19.777591 [ 3 ] {276161a4-d5f2-422a-8dd4-d2518f65b179} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2829 | 2024.05.15 03:43:19.777635 [ 3 ] {276161a4-d5f2-422a-8dd4-d2518f65b179} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
2830 | 2024.05.15 03:43:19.777919 [ 3 ] {276161a4-d5f2-422a-8dd4-d2518f65b179} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2831 | 2024.05.15 03:43:19.777983 [ 3 ] {276161a4-d5f2-422a-8dd4-d2518f65b179} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2832 | 2024.05.15 03:43:19.778119 [ 3 ] {276161a4-d5f2-422a-8dd4-d2518f65b179} <Debug> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
2833 | 2024.05.15 03:43:19.778208 [ 259 ] {276161a4-d5f2-422a-8dd4-d2518f65b179} <Trace> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2834 | 2024.05.15 03:43:19.778223 [ 256 ] {276161a4-d5f2-422a-8dd4-d2518f65b179} <Trace> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2835 | 2024.05.15 03:43:19.778322 [ 3 ] {276161a4-d5f2-422a-8dd4-d2518f65b179} <Debug> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (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 | ||
2836 | 2024.05.15 03:43:19.778351 [ 3 ] {276161a4-d5f2-422a-8dd4-d2518f65b179} <Trace> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2837 | 2024.05.15 03:43:19.778429 [ 3 ] {276161a4-d5f2-422a-8dd4-d2518f65b179} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2838 | 2024.05.15 03:43:19.778448 [ 3 ] {276161a4-d5f2-422a-8dd4-d2518f65b179} <Debug> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Reading approx. 25 rows with 2 streams | ||
2839 | 2024.05.15 03:43:19.778486 [ 3 ] {276161a4-d5f2-422a-8dd4-d2518f65b179} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
2840 | 2024.05.15 03:43:19.778526 [ 3 ] {276161a4-d5f2-422a-8dd4-d2518f65b179} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
2841 | 2024.05.15 03:43:19.779934 [ 3 ] {276161a4-d5f2-422a-8dd4-d2518f65b179} <Debug> executeQuery: Read 25 rows, 1.03 KiB in 0.002687 sec., 9304.056568663937 rows/sec., 384.88 KiB/sec. | ||
2842 | 2024.05.15 03:43:19.780234 [ 3 ] {276161a4-d5f2-422a-8dd4-d2518f65b179} <Debug> DynamicQueryHandler: Done processing query | ||
2843 | 2024.05.15 03:43:19.780258 [ 3 ] {276161a4-d5f2-422a-8dd4-d2518f65b179} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2844 | 2024.05.15 03:43:19.780275 [ 3 ] {} <Debug> HTTP-Session: 320e2aaf-72c2-4bdd-9981-c49269fffe2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2845 | 2024.05.15 03:43:19.780516 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 1132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2846 | 2024.05.15 03:43:19.780565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2847 | 2024.05.15 03:43:19.780584 [ 3 ] {} <Debug> HTTP-Session: 7a91e92d-d515-400e-9b57-158b13ae58c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2848 | 2024.05.15 03:43:19.780600 [ 3 ] {} <Debug> HTTP-Session: 7a91e92d-d515-400e-9b57-158b13ae58c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2849 | 2024.05.15 03:43:19.780613 [ 3 ] {} <Debug> HTTP-Session: 7a91e92d-d515-400e-9b57-158b13ae58c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2850 | 2024.05.15 03:43:19.780643 [ 3 ] {} <Trace> HTTP-Session: 7a91e92d-d515-400e-9b57-158b13ae58c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2851 | 2024.05.15 03:43:19.780788 [ 3 ] {ec3b6547-30e7-4c3b-af36-3d1ebf0f73f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) 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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2852 | 2024.05.15 03:43:19.781063 [ 3 ] {ec3b6547-30e7-4c3b-af36-3d1ebf0f73f4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2853 | 2024.05.15 03:43:19.781107 [ 3 ] {ec3b6547-30e7-4c3b-af36-3d1ebf0f73f4} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2854 | 2024.05.15 03:43:19.781399 [ 3 ] {ec3b6547-30e7-4c3b-af36-3d1ebf0f73f4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2855 | 2024.05.15 03:43:19.781463 [ 3 ] {ec3b6547-30e7-4c3b-af36-3d1ebf0f73f4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2856 | 2024.05.15 03:43:19.781599 [ 3 ] {ec3b6547-30e7-4c3b-af36-3d1ebf0f73f4} <Debug> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
2857 | 2024.05.15 03:43:19.781708 [ 259 ] {ec3b6547-30e7-4c3b-af36-3d1ebf0f73f4} <Trace> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2858 | 2024.05.15 03:43:19.781709 [ 256 ] {ec3b6547-30e7-4c3b-af36-3d1ebf0f73f4} <Trace> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2859 | 2024.05.15 03:43:19.781819 [ 3 ] {ec3b6547-30e7-4c3b-af36-3d1ebf0f73f4} <Debug> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (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 | ||
2860 | 2024.05.15 03:43:19.781848 [ 3 ] {ec3b6547-30e7-4c3b-af36-3d1ebf0f73f4} <Trace> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2861 | 2024.05.15 03:43:19.781926 [ 3 ] {ec3b6547-30e7-4c3b-af36-3d1ebf0f73f4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2862 | 2024.05.15 03:43:19.781945 [ 3 ] {ec3b6547-30e7-4c3b-af36-3d1ebf0f73f4} <Debug> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0) (SelectExecutor): Reading approx. 25 rows with 2 streams | ||
2863 | 2024.05.15 03:43:19.781983 [ 3 ] {ec3b6547-30e7-4c3b-af36-3d1ebf0f73f4} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2864 | 2024.05.15 03:43:19.782024 [ 3 ] {ec3b6547-30e7-4c3b-af36-3d1ebf0f73f4} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2865 | 2024.05.15 03:43:19.783239 [ 3 ] {ec3b6547-30e7-4c3b-af36-3d1ebf0f73f4} <Debug> executeQuery: Read 25 rows, 1.03 KiB in 0.00252 sec., 9920.63492063492 rows/sec., 410.39 KiB/sec. | ||
2866 | 2024.05.15 03:43:19.783545 [ 3 ] {ec3b6547-30e7-4c3b-af36-3d1ebf0f73f4} <Debug> DynamicQueryHandler: Done processing query | ||
2867 | 2024.05.15 03:43:19.783570 [ 3 ] {ec3b6547-30e7-4c3b-af36-3d1ebf0f73f4} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2868 | 2024.05.15 03:43:19.783586 [ 3 ] {} <Debug> HTTP-Session: 7a91e92d-d515-400e-9b57-158b13ae58c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2869 | 2024.05.15 03:43:19.789275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2870 | 2024.05.15 03:43:19.789381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2871 | 2024.05.15 03:43:19.789425 [ 3 ] {} <Debug> HTTP-Session: f75903dd-0d95-4d74-a3c3-8ee058b64a60 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2872 | 2024.05.15 03:43:19.789463 [ 3 ] {} <Debug> HTTP-Session: f75903dd-0d95-4d74-a3c3-8ee058b64a60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2873 | 2024.05.15 03:43:19.789493 [ 3 ] {} <Debug> HTTP-Session: f75903dd-0d95-4d74-a3c3-8ee058b64a60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2874 | 2024.05.15 03:43:19.789552 [ 3 ] {} <Trace> HTTP-Session: f75903dd-0d95-4d74-a3c3-8ee058b64a60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2875 | 2024.05.15 03:43:19.789756 [ 3 ] {c8bfad76-75a3-4ab8-8207-b2853d27a111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2876 | 2024.05.15 03:43:19.789844 [ 3 ] {c8bfad76-75a3-4ab8-8207-b2853d27a111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2877 | 2024.05.15 03:43:19.790161 [ 3 ] {c8bfad76-75a3-4ab8-8207-b2853d27a111} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2878 | 2024.05.15 03:43:19.790555 [ 3 ] {c8bfad76-75a3-4ab8-8207-b2853d27a111} <Trace> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2879 | 2024.05.15 03:43:19.790591 [ 3 ] {c8bfad76-75a3-4ab8-8207-b2853d27a111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2880 | 2024.05.15 03:43:19.791097 [ 3 ] {c8bfad76-75a3-4ab8-8207-b2853d27a111} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2881 | 2024.05.15 03:43:19.791443 [ 3 ] {c8bfad76-75a3-4ab8-8207-b2853d27a111} <Trace> oximeter.timeseries_schema (9c14770e-4f20-4ac5-9841-bc7032db10d0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2882 | 2024.05.15 03:43:19.791576 [ 3 ] {c8bfad76-75a3-4ab8-8207-b2853d27a111} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001893 sec., 2113.0480718436347 rows/sec., 268.77 KiB/sec. | ||
2883 | 2024.05.15 03:43:19.791858 [ 3 ] {c8bfad76-75a3-4ab8-8207-b2853d27a111} <Debug> DynamicQueryHandler: Done processing query | ||
2884 | 2024.05.15 03:43:19.791882 [ 3 ] {c8bfad76-75a3-4ab8-8207-b2853d27a111} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2885 | 2024.05.15 03:43:19.791897 [ 3 ] {} <Debug> HTTP-Session: f75903dd-0d95-4d74-a3c3-8ee058b64a60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2886 | 2024.05.15 03:43:19.792008 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 3923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2887 | 2024.05.15 03:43:19.792055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2888 | 2024.05.15 03:43:19.792074 [ 3 ] {} <Debug> HTTP-Session: 18590dd5-a8e8-4283-9a7e-cddaadf26298 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2889 | 2024.05.15 03:43:19.792090 [ 3 ] {} <Debug> HTTP-Session: 18590dd5-a8e8-4283-9a7e-cddaadf26298 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2890 | 2024.05.15 03:43:19.792103 [ 3 ] {} <Debug> HTTP-Session: 18590dd5-a8e8-4283-9a7e-cddaadf26298 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2891 | 2024.05.15 03:43:19.792132 [ 3 ] {} <Trace> HTTP-Session: 18590dd5-a8e8-4283-9a7e-cddaadf26298 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2892 | 2024.05.15 03:43:19.792234 [ 3 ] {9e17c050-b54a-4fd2-a07c-603e970e4489} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2893 | 2024.05.15 03:43:19.792278 [ 3 ] {9e17c050-b54a-4fd2-a07c-603e970e4489} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2894 | 2024.05.15 03:43:19.792426 [ 3 ] {9e17c050-b54a-4fd2-a07c-603e970e4489} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2895 | 2024.05.15 03:43:19.792701 [ 3 ] {9e17c050-b54a-4fd2-a07c-603e970e4489} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2896 | 2024.05.15 03:43:19.792737 [ 3 ] {9e17c050-b54a-4fd2-a07c-603e970e4489} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2897 | 2024.05.15 03:43:19.793065 [ 3 ] {9e17c050-b54a-4fd2-a07c-603e970e4489} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2898 | 2024.05.15 03:43:19.793360 [ 3 ] {9e17c050-b54a-4fd2-a07c-603e970e4489} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2899 | 2024.05.15 03:43:19.793482 [ 43 ] {} <Debug> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
2900 | 2024.05.15 03:43:19.793488 [ 3 ] {9e17c050-b54a-4fd2-a07c-603e970e4489} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001284 sec., 21028.03738317757 rows/sec., 1.66 MiB/sec. | ||
2901 | 2024.05.15 03:43:19.793530 [ 43 ] {} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2902 | 2024.05.15 03:43:19.793568 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2903 | 2024.05.15 03:43:19.793723 [ 3 ] {9e17c050-b54a-4fd2-a07c-603e970e4489} <Debug> DynamicQueryHandler: Done processing query | ||
2904 | 2024.05.15 03:43:19.793809 [ 3 ] {9e17c050-b54a-4fd2-a07c-603e970e4489} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2905 | 2024.05.15 03:43:19.793894 [ 3 ] {} <Debug> HTTP-Session: 18590dd5-a8e8-4283-9a7e-cddaadf26298 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2906 | 2024.05.15 03:43:19.794009 [ 193 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::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 | ||
2907 | 2024.05.15 03:43:19.794113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 20046, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2908 | 2024.05.15 03:43:19.794221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2909 | 2024.05.15 03:43:19.794272 [ 3 ] {} <Debug> HTTP-Session: 5b208e24-d67e-4003-bcd0-4e14cc632ca2 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2910 | 2024.05.15 03:43:19.794324 [ 3 ] {} <Debug> HTTP-Session: 5b208e24-d67e-4003-bcd0-4e14cc632ca2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2911 | 2024.05.15 03:43:19.794328 [ 193 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2912 | 2024.05.15 03:43:19.794351 [ 3 ] {} <Debug> HTTP-Session: 5b208e24-d67e-4003-bcd0-4e14cc632ca2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2913 | 2024.05.15 03:43:19.794398 [ 193 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part | ||
2914 | 2024.05.15 03:43:19.794418 [ 3 ] {} <Trace> HTTP-Session: 5b208e24-d67e-4003-bcd0-4e14cc632ca2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2915 | 2024.05.15 03:43:19.794647 [ 193 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part | ||
2916 | 2024.05.15 03:43:19.794908 [ 3 ] {db892478-9171-4477-88d2-c7d52427ab84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2917 | 2024.05.15 03:43:19.794907 [ 193 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 3 rows starting from the beginning of the part | ||
2918 | 2024.05.15 03:43:19.795032 [ 3 ] {db892478-9171-4477-88d2-c7d52427ab84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2919 | 2024.05.15 03:43:19.795292 [ 193 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 27 rows starting from the beginning of the part | ||
2920 | 2024.05.15 03:43:19.795663 [ 193 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 3 rows starting from the beginning of the part | ||
2921 | 2024.05.15 03:43:19.796023 [ 193 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 27 rows starting from the beginning of the part | ||
2922 | 2024.05.15 03:43:19.796350 [ 3 ] {db892478-9171-4477-88d2-c7d52427ab84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2923 | 2024.05.15 03:43:19.797312 [ 3 ] {db892478-9171-4477-88d2-c7d52427ab84} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2924 | 2024.05.15 03:43:19.797392 [ 3 ] {db892478-9171-4477-88d2-c7d52427ab84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2925 | 2024.05.15 03:43:19.798425 [ 3 ] {db892478-9171-4477-88d2-c7d52427ab84} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2926 | 2024.05.15 03:43:19.799023 [ 193 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 88 rows, containing 4 columns (4 merged, 0 gathered) in 0.005335864 sec., 16492.174463217205 rows/sec., 1.31 MiB/sec. | ||
2927 | 2024.05.15 03:43:19.799265 [ 193 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
2928 | 2024.05.15 03:43:19.799329 [ 3 ] {db892478-9171-4477-88d2-c7d52427ab84} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2929 | 2024.05.15 03:43:19.799720 [ 3 ] {db892478-9171-4477-88d2-c7d52427ab84} <Debug> executeQuery: Read 137 rows, 11.71 KiB in 0.005104 sec., 26841.692789968653 rows/sec., 2.24 MiB/sec. | ||
2930 | 2024.05.15 03:43:19.800429 [ 3 ] {db892478-9171-4477-88d2-c7d52427ab84} <Debug> DynamicQueryHandler: Done processing query | ||
2931 | 2024.05.15 03:43:19.800474 [ 3 ] {db892478-9171-4477-88d2-c7d52427ab84} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2932 | 2024.05.15 03:43:19.800496 [ 3 ] {} <Debug> HTTP-Session: 5b208e24-d67e-4003-bcd0-4e14cc632ca2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2933 | 2024.05.15 03:43:19.800608 [ 193 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_10_2} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2934 | 2024.05.15 03:43:19.800706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 15458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2935 | 2024.05.15 03:43:19.800750 [ 193 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_10_2} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
2936 | 2024.05.15 03:43:19.800796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2937 | 2024.05.15 03:43:19.800859 [ 3 ] {} <Debug> HTTP-Session: 5dcfe774-59a2-48c0-9dd1-7ef802f49c5b Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2938 | 2024.05.15 03:43:19.800900 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
2939 | 2024.05.15 03:43:19.800903 [ 3 ] {} <Debug> HTTP-Session: 5dcfe774-59a2-48c0-9dd1-7ef802f49c5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2940 | 2024.05.15 03:43:19.800953 [ 3 ] {} <Debug> HTTP-Session: 5dcfe774-59a2-48c0-9dd1-7ef802f49c5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2941 | 2024.05.15 03:43:19.800984 [ 3 ] {} <Trace> HTTP-Session: 5dcfe774-59a2-48c0-9dd1-7ef802f49c5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2942 | 2024.05.15 03:43:19.801124 [ 3 ] {b4a179c7-2348-4d4d-ba6b-0fb2d4d6e269} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2943 | 2024.05.15 03:43:19.801168 [ 3 ] {b4a179c7-2348-4d4d-ba6b-0fb2d4d6e269} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2944 | 2024.05.15 03:43:19.801317 [ 3 ] {b4a179c7-2348-4d4d-ba6b-0fb2d4d6e269} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2945 | 2024.05.15 03:43:19.801680 [ 3 ] {b4a179c7-2348-4d4d-ba6b-0fb2d4d6e269} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2946 | 2024.05.15 03:43:19.801716 [ 3 ] {b4a179c7-2348-4d4d-ba6b-0fb2d4d6e269} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2947 | 2024.05.15 03:43:19.802044 [ 3 ] {b4a179c7-2348-4d4d-ba6b-0fb2d4d6e269} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2948 | 2024.05.15 03:43:19.802369 [ 3 ] {b4a179c7-2348-4d4d-ba6b-0fb2d4d6e269} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2949 | 2024.05.15 03:43:19.802499 [ 3 ] {b4a179c7-2348-4d4d-ba6b-0fb2d4d6e269} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001435 sec., 63414.63414634146 rows/sec., 4.95 MiB/sec. | ||
2950 | 2024.05.15 03:43:19.802662 [ 3 ] {b4a179c7-2348-4d4d-ba6b-0fb2d4d6e269} <Debug> DynamicQueryHandler: Done processing query | ||
2951 | 2024.05.15 03:43:19.802685 [ 3 ] {b4a179c7-2348-4d4d-ba6b-0fb2d4d6e269} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2952 | 2024.05.15 03:43:19.802701 [ 3 ] {} <Debug> HTTP-Session: 5dcfe774-59a2-48c0-9dd1-7ef802f49c5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2953 | 2024.05.15 03:43:19.802908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 30221, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2954 | 2024.05.15 03:43:19.802957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2955 | 2024.05.15 03:43:19.802976 [ 3 ] {} <Debug> HTTP-Session: ca561514-f6a6-42db-a3ff-e647805ac032 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2956 | 2024.05.15 03:43:19.802992 [ 3 ] {} <Debug> HTTP-Session: ca561514-f6a6-42db-a3ff-e647805ac032 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2957 | 2024.05.15 03:43:19.803005 [ 3 ] {} <Debug> HTTP-Session: ca561514-f6a6-42db-a3ff-e647805ac032 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2958 | 2024.05.15 03:43:19.803034 [ 3 ] {} <Trace> HTTP-Session: ca561514-f6a6-42db-a3ff-e647805ac032 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2959 | 2024.05.15 03:43:19.803241 [ 3 ] {4297003d-00c5-4b2f-92be-d5b0970c598c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2960 | 2024.05.15 03:43:19.803286 [ 3 ] {4297003d-00c5-4b2f-92be-d5b0970c598c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2961 | 2024.05.15 03:43:19.803424 [ 3 ] {4297003d-00c5-4b2f-92be-d5b0970c598c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2962 | 2024.05.15 03:43:19.803802 [ 3 ] {4297003d-00c5-4b2f-92be-d5b0970c598c} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2963 | 2024.05.15 03:43:19.803837 [ 3 ] {4297003d-00c5-4b2f-92be-d5b0970c598c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2964 | 2024.05.15 03:43:19.804217 [ 3 ] {4297003d-00c5-4b2f-92be-d5b0970c598c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2965 | 2024.05.15 03:43:19.804548 [ 3 ] {4297003d-00c5-4b2f-92be-d5b0970c598c} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2966 | 2024.05.15 03:43:19.804675 [ 3 ] {4297003d-00c5-4b2f-92be-d5b0970c598c} <Debug> executeQuery: Read 158 rows, 11.26 KiB in 0.001565 sec., 100958.46645367412 rows/sec., 7.03 MiB/sec. | ||
2967 | 2024.05.15 03:43:19.804889 [ 3 ] {4297003d-00c5-4b2f-92be-d5b0970c598c} <Debug> DynamicQueryHandler: Done processing query | ||
2968 | 2024.05.15 03:43:19.804913 [ 3 ] {4297003d-00c5-4b2f-92be-d5b0970c598c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2969 | 2024.05.15 03:43:19.804928 [ 3 ] {} <Debug> HTTP-Session: ca561514-f6a6-42db-a3ff-e647805ac032 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2970 | 2024.05.15 03:43:19.805077 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 28916, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2971 | 2024.05.15 03:43:19.805125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2972 | 2024.05.15 03:43:19.805144 [ 3 ] {} <Debug> HTTP-Session: 4178366c-3556-4ce4-b1dc-870c88cc1f83 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2973 | 2024.05.15 03:43:19.805160 [ 3 ] {} <Debug> HTTP-Session: 4178366c-3556-4ce4-b1dc-870c88cc1f83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2974 | 2024.05.15 03:43:19.805174 [ 3 ] {} <Debug> HTTP-Session: 4178366c-3556-4ce4-b1dc-870c88cc1f83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2975 | 2024.05.15 03:43:19.805203 [ 3 ] {} <Trace> HTTP-Session: 4178366c-3556-4ce4-b1dc-870c88cc1f83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2976 | 2024.05.15 03:43:19.805728 [ 3 ] {6d075db3-e968-4e32-8e31-91dbe8979584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2977 | 2024.05.15 03:43:19.805775 [ 3 ] {6d075db3-e968-4e32-8e31-91dbe8979584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2978 | 2024.05.15 03:43:19.805928 [ 3 ] {6d075db3-e968-4e32-8e31-91dbe8979584} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2979 | 2024.05.15 03:43:19.806378 [ 3 ] {6d075db3-e968-4e32-8e31-91dbe8979584} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2980 | 2024.05.15 03:43:19.806413 [ 3 ] {6d075db3-e968-4e32-8e31-91dbe8979584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2981 | 2024.05.15 03:43:19.806841 [ 3 ] {6d075db3-e968-4e32-8e31-91dbe8979584} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2982 | 2024.05.15 03:43:19.807176 [ 3 ] {6d075db3-e968-4e32-8e31-91dbe8979584} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2983 | 2024.05.15 03:43:19.807306 [ 3 ] {6d075db3-e968-4e32-8e31-91dbe8979584} <Debug> executeQuery: Read 27 rows, 37.31 KiB in 0.00203 sec., 13300.492610837438 rows/sec., 17.95 MiB/sec. | ||
2984 | 2024.05.15 03:43:19.807477 [ 3 ] {6d075db3-e968-4e32-8e31-91dbe8979584} <Debug> DynamicQueryHandler: Done processing query | ||
2985 | 2024.05.15 03:43:19.807501 [ 3 ] {6d075db3-e968-4e32-8e31-91dbe8979584} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
2986 | 2024.05.15 03:43:19.807516 [ 3 ] {} <Debug> HTTP-Session: 4178366c-3556-4ce4-b1dc-870c88cc1f83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2987 | 2024.05.15 03:43:19.807643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 8847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2988 | 2024.05.15 03:43:19.807691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2989 | 2024.05.15 03:43:19.807709 [ 3 ] {} <Debug> HTTP-Session: 8524dd1e-2371-4526-a6d6-38e04b9d019f Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
2990 | 2024.05.15 03:43:19.807725 [ 3 ] {} <Debug> HTTP-Session: 8524dd1e-2371-4526-a6d6-38e04b9d019f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2991 | 2024.05.15 03:43:19.807739 [ 3 ] {} <Debug> HTTP-Session: 8524dd1e-2371-4526-a6d6-38e04b9d019f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2992 | 2024.05.15 03:43:19.807769 [ 3 ] {} <Trace> HTTP-Session: 8524dd1e-2371-4526-a6d6-38e04b9d019f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2993 | 2024.05.15 03:43:19.807888 [ 3 ] {6d07ebfc-5733-4358-9993-db639562777a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2994 | 2024.05.15 03:43:19.807932 [ 3 ] {6d07ebfc-5733-4358-9993-db639562777a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2995 | 2024.05.15 03:43:19.808057 [ 3 ] {6d07ebfc-5733-4358-9993-db639562777a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2996 | 2024.05.15 03:43:19.808339 [ 3 ] {6d07ebfc-5733-4358-9993-db639562777a} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2997 | 2024.05.15 03:43:19.808378 [ 3 ] {6d07ebfc-5733-4358-9993-db639562777a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2998 | 2024.05.15 03:43:19.808746 [ 3 ] {6d07ebfc-5733-4358-9993-db639562777a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2999 | 2024.05.15 03:43:19.809063 [ 3 ] {6d07ebfc-5733-4358-9993-db639562777a} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3000 | 2024.05.15 03:43:19.809188 [ 3 ] {6d07ebfc-5733-4358-9993-db639562777a} <Debug> executeQuery: Read 58 rows, 4.01 KiB in 0.001349 sec., 42994.8109710897 rows/sec., 2.91 MiB/sec. | ||
3001 | 2024.05.15 03:43:19.809346 [ 3 ] {6d07ebfc-5733-4358-9993-db639562777a} <Debug> DynamicQueryHandler: Done processing query | ||
3002 | 2024.05.15 03:43:19.809371 [ 3 ] {6d07ebfc-5733-4358-9993-db639562777a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3003 | 2024.05.15 03:43:19.809386 [ 3 ] {} <Debug> HTTP-Session: 8524dd1e-2371-4526-a6d6-38e04b9d019f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3004 | 2024.05.15 03:43:24.018427 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3005 | 2024.05.15 03:43:24.018495 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3006 | 2024.05.15 03:43:24.767642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 479, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3007 | 2024.05.15 03:43:24.767769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3008 | 2024.05.15 03:43:24.767799 [ 3 ] {} <Debug> HTTP-Session: ff1628ee-07dd-447f-a9d9-605ea6e63249 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3009 | 2024.05.15 03:43:24.767827 [ 3 ] {} <Debug> HTTP-Session: ff1628ee-07dd-447f-a9d9-605ea6e63249 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3010 | 2024.05.15 03:43:24.767846 [ 3 ] {} <Debug> HTTP-Session: ff1628ee-07dd-447f-a9d9-605ea6e63249 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3011 | 2024.05.15 03:43:24.767900 [ 3 ] {} <Trace> HTTP-Session: ff1628ee-07dd-447f-a9d9-605ea6e63249 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3012 | 2024.05.15 03:43:24.768099 [ 3 ] {ce7b8303-a875-415a-997f-5731d5fa5a19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3013 | 2024.05.15 03:43:24.768173 [ 3 ] {ce7b8303-a875-415a-997f-5731d5fa5a19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3014 | 2024.05.15 03:43:24.768394 [ 3 ] {ce7b8303-a875-415a-997f-5731d5fa5a19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3015 | 2024.05.15 03:43:24.768851 [ 3 ] {ce7b8303-a875-415a-997f-5731d5fa5a19} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3016 | 2024.05.15 03:43:24.768899 [ 3 ] {ce7b8303-a875-415a-997f-5731d5fa5a19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3017 | 2024.05.15 03:43:24.769278 [ 3 ] {ce7b8303-a875-415a-997f-5731d5fa5a19} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3018 | 2024.05.15 03:43:24.769606 [ 3 ] {ce7b8303-a875-415a-997f-5731d5fa5a19} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3019 | 2024.05.15 03:43:24.769776 [ 3 ] {ce7b8303-a875-415a-997f-5731d5fa5a19} <Debug> executeQuery: Read 3 rows, 249.00 B in 0.001727 sec., 1737.1163867979155 rows/sec., 140.80 KiB/sec. | ||
3020 | 2024.05.15 03:43:24.769993 [ 3 ] {ce7b8303-a875-415a-997f-5731d5fa5a19} <Debug> DynamicQueryHandler: Done processing query | ||
3021 | 2024.05.15 03:43:24.770019 [ 3 ] {ce7b8303-a875-415a-997f-5731d5fa5a19} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3022 | 2024.05.15 03:43:24.770036 [ 3 ] {} <Debug> HTTP-Session: ff1628ee-07dd-447f-a9d9-605ea6e63249 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3023 | 2024.05.15 03:43:24.770188 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3024 | 2024.05.15 03:43:24.770245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3025 | 2024.05.15 03:43:24.770265 [ 3 ] {} <Debug> HTTP-Session: 602b662d-1604-4ab1-9554-93e2099bf798 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3026 | 2024.05.15 03:43:24.770282 [ 3 ] {} <Debug> HTTP-Session: 602b662d-1604-4ab1-9554-93e2099bf798 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3027 | 2024.05.15 03:43:24.770296 [ 3 ] {} <Debug> HTTP-Session: 602b662d-1604-4ab1-9554-93e2099bf798 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3028 | 2024.05.15 03:43:24.770331 [ 3 ] {} <Trace> HTTP-Session: 602b662d-1604-4ab1-9554-93e2099bf798 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3029 | 2024.05.15 03:43:24.770455 [ 3 ] {2907d15e-99f8-4217-bfb4-f80d4f629657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3030 | 2024.05.15 03:43:24.770505 [ 3 ] {2907d15e-99f8-4217-bfb4-f80d4f629657} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3031 | 2024.05.15 03:43:24.770639 [ 3 ] {2907d15e-99f8-4217-bfb4-f80d4f629657} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3032 | 2024.05.15 03:43:24.771008 [ 3 ] {2907d15e-99f8-4217-bfb4-f80d4f629657} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3033 | 2024.05.15 03:43:24.771047 [ 3 ] {2907d15e-99f8-4217-bfb4-f80d4f629657} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3034 | 2024.05.15 03:43:24.771361 [ 3 ] {2907d15e-99f8-4217-bfb4-f80d4f629657} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3035 | 2024.05.15 03:43:24.771669 [ 3 ] {2907d15e-99f8-4217-bfb4-f80d4f629657} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3036 | 2024.05.15 03:43:24.771798 [ 3 ] {2907d15e-99f8-4217-bfb4-f80d4f629657} <Debug> executeQuery: Read 65 rows, 5.24 KiB in 0.001385 sec., 46931.40794223827 rows/sec., 3.70 MiB/sec. | ||
3037 | 2024.05.15 03:43:24.771868 [ 38 ] {} <Debug> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3038 | 2024.05.15 03:43:24.771967 [ 38 ] {} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3039 | 2024.05.15 03:43:24.772007 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3040 | 2024.05.15 03:43:24.772037 [ 3 ] {2907d15e-99f8-4217-bfb4-f80d4f629657} <Debug> DynamicQueryHandler: Done processing query | ||
3041 | 2024.05.15 03:43:24.772097 [ 3 ] {2907d15e-99f8-4217-bfb4-f80d4f629657} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3042 | 2024.05.15 03:43:24.772151 [ 3 ] {} <Debug> HTTP-Session: 602b662d-1604-4ab1-9554-93e2099bf798 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3043 | 2024.05.15 03:43:24.772246 [ 192 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::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 | ||
3044 | 2024.05.15 03:43:24.772346 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 11390, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3045 | 2024.05.15 03:43:24.772451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3046 | 2024.05.15 03:43:24.772502 [ 3 ] {} <Debug> HTTP-Session: 18d9d170-1ef9-4332-a9d6-50bba265d6ee Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3047 | 2024.05.15 03:43:24.772548 [ 3 ] {} <Debug> HTTP-Session: 18d9d170-1ef9-4332-a9d6-50bba265d6ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3048 | 2024.05.15 03:43:24.772554 [ 192 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3049 | 2024.05.15 03:43:24.772569 [ 3 ] {} <Debug> HTTP-Session: 18d9d170-1ef9-4332-a9d6-50bba265d6ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3050 | 2024.05.15 03:43:24.772620 [ 192 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 131 rows starting from the beginning of the part | ||
3051 | 2024.05.15 03:43:24.772639 [ 3 ] {} <Trace> HTTP-Session: 18d9d170-1ef9-4332-a9d6-50bba265d6ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3052 | 2024.05.15 03:43:24.772739 [ 192 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 61 rows starting from the beginning of the part | ||
3053 | 2024.05.15 03:43:24.773109 [ 192 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 134 rows starting from the beginning of the part | ||
3054 | 2024.05.15 03:43:24.773264 [ 3 ] {b10fa8ca-2dc8-4bc3-89a4-86fa33bcab7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3055 | 2024.05.15 03:43:24.773357 [ 192 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 61 rows starting from the beginning of the part | ||
3056 | 2024.05.15 03:43:24.773502 [ 3 ] {b10fa8ca-2dc8-4bc3-89a4-86fa33bcab7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3057 | 2024.05.15 03:43:24.773597 [ 192 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 137 rows starting from the beginning of the part | ||
3058 | 2024.05.15 03:43:24.773901 [ 192 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 65 rows starting from the beginning of the part | ||
3059 | 2024.05.15 03:43:24.774568 [ 3 ] {b10fa8ca-2dc8-4bc3-89a4-86fa33bcab7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3060 | 2024.05.15 03:43:24.775368 [ 3 ] {b10fa8ca-2dc8-4bc3-89a4-86fa33bcab7c} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3061 | 2024.05.15 03:43:24.775423 [ 3 ] {b10fa8ca-2dc8-4bc3-89a4-86fa33bcab7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3062 | 2024.05.15 03:43:24.776360 [ 3 ] {b10fa8ca-2dc8-4bc3-89a4-86fa33bcab7c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3063 | 2024.05.15 03:43:24.777093 [ 193 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 589 rows, containing 4 columns (4 merged, 0 gathered) in 0.00497605 sec., 118366.97782377589 rows/sec., 9.60 MiB/sec. | ||
3064 | 2024.05.15 03:43:24.777163 [ 3 ] {b10fa8ca-2dc8-4bc3-89a4-86fa33bcab7c} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3065 | 2024.05.15 03:43:24.777371 [ 193 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3066 | 2024.05.15 03:43:24.777474 [ 3 ] {b10fa8ca-2dc8-4bc3-89a4-86fa33bcab7c} <Debug> executeQuery: Read 67 rows, 5.36 KiB in 0.004636 sec., 14452.11389128559 rows/sec., 1.13 MiB/sec. | ||
3067 | 2024.05.15 03:43:24.777464 [ 38 ] {} <Debug> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3068 | 2024.05.15 03:43:24.777699 [ 38 ] {} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3069 | 2024.05.15 03:43:24.777892 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3070 | 2024.05.15 03:43:24.777991 [ 3 ] {b10fa8ca-2dc8-4bc3-89a4-86fa33bcab7c} <Debug> DynamicQueryHandler: Done processing query | ||
3071 | 2024.05.15 03:43:24.778123 [ 3 ] {b10fa8ca-2dc8-4bc3-89a4-86fa33bcab7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3072 | 2024.05.15 03:43:24.778203 [ 3 ] {} <Debug> HTTP-Session: 18d9d170-1ef9-4332-a9d6-50bba265d6ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3073 | 2024.05.15 03:43:24.778421 [ 192 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::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 | ||
3074 | 2024.05.15 03:43:24.778558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3075 | 2024.05.15 03:43:24.778757 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3076 | 2024.05.15 03:43:24.778787 [ 193 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_16_3} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3077 | 2024.05.15 03:43:24.778862 [ 3 ] {} <Debug> HTTP-Session: 0abf7635-269b-4843-a7a7-27d4230edb67 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3078 | 2024.05.15 03:43:24.778931 [ 192 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3079 | 2024.05.15 03:43:24.778954 [ 3 ] {} <Debug> HTTP-Session: 0abf7635-269b-4843-a7a7-27d4230edb67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3080 | 2024.05.15 03:43:24.779024 [ 192 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 106 rows starting from the beginning of the part | ||
3081 | 2024.05.15 03:43:24.779024 [ 3 ] {} <Debug> HTTP-Session: 0abf7635-269b-4843-a7a7-27d4230edb67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3082 | 2024.05.15 03:43:24.779044 [ 193 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_16_3} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3083 | 2024.05.15 03:43:24.779396 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
3084 | 2024.05.15 03:43:24.779424 [ 192 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 62 rows starting from the beginning of the part | ||
3085 | 2024.05.15 03:43:24.779419 [ 3 ] {} <Trace> HTTP-Session: 0abf7635-269b-4843-a7a7-27d4230edb67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3086 | 2024.05.15 03:43:24.779677 [ 192 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 92 rows starting from the beginning of the part | ||
3087 | 2024.05.15 03:43:24.779958 [ 192 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 59 rows starting from the beginning of the part | ||
3088 | 2024.05.15 03:43:24.780053 [ 3 ] {9a12c859-be5b-40a0-a981-3921d621329b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3089 | 2024.05.15 03:43:24.780239 [ 192 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 91 rows starting from the beginning of the part | ||
3090 | 2024.05.15 03:43:24.780294 [ 3 ] {9a12c859-be5b-40a0-a981-3921d621329b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3091 | 2024.05.15 03:43:24.780506 [ 192 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 67 rows starting from the beginning of the part | ||
3092 | 2024.05.15 03:43:24.781267 [ 3 ] {9a12c859-be5b-40a0-a981-3921d621329b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3093 | 2024.05.15 03:43:24.782259 [ 3 ] {9a12c859-be5b-40a0-a981-3921d621329b} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3094 | 2024.05.15 03:43:24.782347 [ 3 ] {9a12c859-be5b-40a0-a981-3921d621329b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3095 | 2024.05.15 03:43:24.783267 [ 192 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 477 rows, containing 4 columns (4 merged, 0 gathered) in 0.005163593 sec., 92377.53633952173 rows/sec., 7.21 MiB/sec. | ||
3096 | 2024.05.15 03:43:24.783372 [ 3 ] {9a12c859-be5b-40a0-a981-3921d621329b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3097 | 2024.05.15 03:43:24.783464 [ 193 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3098 | 2024.05.15 03:43:24.784208 [ 3 ] {9a12c859-be5b-40a0-a981-3921d621329b} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3099 | 2024.05.15 03:43:24.784325 [ 193 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_16_3} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3100 | 2024.05.15 03:43:24.784594 [ 193 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_16_3} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3101 | 2024.05.15 03:43:24.784615 [ 3 ] {9a12c859-be5b-40a0-a981-3921d621329b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004844 sec., 33030.553261767134 rows/sec., 2.30 MiB/sec. | ||
3102 | 2024.05.15 03:43:24.784634 [ 38 ] {} <Debug> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3103 | 2024.05.15 03:43:24.784883 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
3104 | 2024.05.15 03:43:24.784945 [ 38 ] {} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3105 | 2024.05.15 03:43:24.785054 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3106 | 2024.05.15 03:43:24.785173 [ 3 ] {9a12c859-be5b-40a0-a981-3921d621329b} <Debug> DynamicQueryHandler: Done processing query | ||
3107 | 2024.05.15 03:43:24.785263 [ 3 ] {9a12c859-be5b-40a0-a981-3921d621329b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3108 | 2024.05.15 03:43:24.785340 [ 3 ] {} <Debug> HTTP-Session: 0abf7635-269b-4843-a7a7-27d4230edb67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3109 | 2024.05.15 03:43:24.785428 [ 192 ] {71f1229b-f75c-406d-b583-5004b931a391::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 | ||
3110 | 2024.05.15 03:43:24.785579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 3269, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3111 | 2024.05.15 03:43:24.785709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3112 | 2024.05.15 03:43:24.785777 [ 3 ] {} <Debug> HTTP-Session: fc7a9503-7650-4fd8-bfcc-44d916376299 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3113 | 2024.05.15 03:43:24.785821 [ 3 ] {} <Debug> HTTP-Session: fc7a9503-7650-4fd8-bfcc-44d916376299 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3114 | 2024.05.15 03:43:24.785857 [ 3 ] {} <Debug> HTTP-Session: fc7a9503-7650-4fd8-bfcc-44d916376299 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3115 | 2024.05.15 03:43:24.785855 [ 192 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3116 | 2024.05.15 03:43:24.785923 [ 3 ] {} <Trace> HTTP-Session: fc7a9503-7650-4fd8-bfcc-44d916376299 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3117 | 2024.05.15 03:43:24.785938 [ 192 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1405 rows starting from the beginning of the part | ||
3118 | 2024.05.15 03:43:24.786191 [ 192 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 150 rows starting from the beginning of the part | ||
3119 | 2024.05.15 03:43:24.786341 [ 3 ] {b0d9d39f-a0c5-4854-aa91-d9f6da2ba460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3120 | 2024.05.15 03:43:24.786499 [ 192 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 151 rows starting from the beginning of the part | ||
3121 | 2024.05.15 03:43:24.786633 [ 3 ] {b0d9d39f-a0c5-4854-aa91-d9f6da2ba460} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3122 | 2024.05.15 03:43:24.786810 [ 192 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 150 rows starting from the beginning of the part | ||
3123 | 2024.05.15 03:43:24.787176 [ 192 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 158 rows starting from the beginning of the part | ||
3124 | 2024.05.15 03:43:24.787453 [ 192 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
3125 | 2024.05.15 03:43:24.788171 [ 3 ] {b0d9d39f-a0c5-4854-aa91-d9f6da2ba460} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3126 | 2024.05.15 03:43:24.788886 [ 3 ] {b0d9d39f-a0c5-4854-aa91-d9f6da2ba460} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3127 | 2024.05.15 03:43:24.788955 [ 3 ] {b0d9d39f-a0c5-4854-aa91-d9f6da2ba460} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3128 | 2024.05.15 03:43:24.790192 [ 3 ] {b0d9d39f-a0c5-4854-aa91-d9f6da2ba460} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3129 | 2024.05.15 03:43:24.790964 [ 199 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2174 rows, containing 5 columns (5 merged, 0 gathered) in 0.005808999 sec., 374246.9227486526 rows/sec., 26.03 MiB/sec. | ||
3130 | 2024.05.15 03:43:24.790978 [ 3 ] {b0d9d39f-a0c5-4854-aa91-d9f6da2ba460} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3131 | 2024.05.15 03:43:24.791195 [ 38 ] {} <Debug> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3132 | 2024.05.15 03:43:24.791204 [ 3 ] {b0d9d39f-a0c5-4854-aa91-d9f6da2ba460} <Debug> executeQuery: Read 3 rows, 4.15 KiB in 0.00508 sec., 590.5511811023622 rows/sec., 816.04 KiB/sec. | ||
3133 | 2024.05.15 03:43:24.791279 [ 38 ] {} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3134 | 2024.05.15 03:43:24.791371 [ 199 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3135 | 2024.05.15 03:43:24.791476 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3136 | 2024.05.15 03:43:24.791844 [ 3 ] {b0d9d39f-a0c5-4854-aa91-d9f6da2ba460} <Debug> DynamicQueryHandler: Done processing query | ||
3137 | 2024.05.15 03:43:24.791910 [ 196 ] {90488c31-5655-4b57-9c82-7f06c13ce777::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 | ||
3138 | 2024.05.15 03:43:24.791911 [ 3 ] {b0d9d39f-a0c5-4854-aa91-d9f6da2ba460} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3139 | 2024.05.15 03:43:24.792030 [ 3 ] {} <Debug> HTTP-Session: fc7a9503-7650-4fd8-bfcc-44d916376299 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3140 | 2024.05.15 03:43:24.792305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3141 | 2024.05.15 03:43:24.792489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3142 | 2024.05.15 03:43:24.792558 [ 3 ] {} <Debug> HTTP-Session: 6033e89f-4bf7-403c-b9d7-097a04ec9527 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3143 | 2024.05.15 03:43:24.792630 [ 3 ] {} <Debug> HTTP-Session: 6033e89f-4bf7-403c-b9d7-097a04ec9527 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3144 | 2024.05.15 03:43:24.792697 [ 3 ] {} <Debug> HTTP-Session: 6033e89f-4bf7-403c-b9d7-097a04ec9527 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3145 | 2024.05.15 03:43:24.792727 [ 196 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3146 | 2024.05.15 03:43:24.792792 [ 3 ] {} <Trace> HTTP-Session: 6033e89f-4bf7-403c-b9d7-097a04ec9527 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3147 | 2024.05.15 03:43:24.792860 [ 199 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3148 | 2024.05.15 03:43:24.792883 [ 196 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 84 rows starting from the beginning of the part | ||
3149 | 2024.05.15 03:43:24.793100 [ 199 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3150 | 2024.05.15 03:43:24.793228 [ 3 ] {0d8e141b-4a54-4bc1-b5bc-299c70c346d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3151 | 2024.05.15 03:43:24.793316 [ 196 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 3 rows starting from the beginning of the part | ||
3152 | 2024.05.15 03:43:24.793486 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
3153 | 2024.05.15 03:43:24.793512 [ 3 ] {0d8e141b-4a54-4bc1-b5bc-299c70c346d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3154 | 2024.05.15 03:43:24.793758 [ 196 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 27 rows starting from the beginning of the part | ||
3155 | 2024.05.15 03:43:24.794109 [ 196 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 3 rows starting from the beginning of the part | ||
3156 | 2024.05.15 03:43:24.794435 [ 196 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 27 rows starting from the beginning of the part | ||
3157 | 2024.05.15 03:43:24.794765 [ 196 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 3 rows starting from the beginning of the part | ||
3158 | 2024.05.15 03:43:24.795112 [ 3 ] {0d8e141b-4a54-4bc1-b5bc-299c70c346d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3159 | 2024.05.15 03:43:24.795933 [ 3 ] {0d8e141b-4a54-4bc1-b5bc-299c70c346d9} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3160 | 2024.05.15 03:43:24.796000 [ 3 ] {0d8e141b-4a54-4bc1-b5bc-299c70c346d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3161 | 2024.05.15 03:43:24.796934 [ 3 ] {0d8e141b-4a54-4bc1-b5bc-299c70c346d9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3162 | 2024.05.15 03:43:24.797806 [ 3 ] {0d8e141b-4a54-4bc1-b5bc-299c70c346d9} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3163 | 2024.05.15 03:43:24.798229 [ 3 ] {0d8e141b-4a54-4bc1-b5bc-299c70c346d9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005233 sec., 11465.69845213071 rows/sec., 791.25 KiB/sec. | ||
3164 | 2024.05.15 03:43:24.798262 [ 196 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 147 rows, containing 6 columns (6 merged, 0 gathered) in 0.006538627 sec., 22481.78401979498 rows/sec., 30.34 MiB/sec. | ||
3165 | 2024.05.15 03:43:24.798317 [ 38 ] {} <Debug> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3166 | 2024.05.15 03:43:24.798459 [ 38 ] {} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3167 | 2024.05.15 03:43:24.798543 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3168 | 2024.05.15 03:43:24.798687 [ 3 ] {0d8e141b-4a54-4bc1-b5bc-299c70c346d9} <Debug> DynamicQueryHandler: Done processing query | ||
3169 | 2024.05.15 03:43:24.798741 [ 3 ] {0d8e141b-4a54-4bc1-b5bc-299c70c346d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3170 | 2024.05.15 03:43:24.798751 [ 199 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3171 | 2024.05.15 03:43:24.798779 [ 3 ] {} <Debug> HTTP-Session: 6033e89f-4bf7-403c-b9d7-097a04ec9527 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3172 | 2024.05.15 03:43:24.798809 [ 195 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::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 | ||
3173 | 2024.05.15 03:43:24.799009 [ 195 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3174 | 2024.05.15 03:43:24.799081 [ 195 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 326 rows starting from the beginning of the part | ||
3175 | 2024.05.15 03:43:24.799328 [ 195 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 50 rows starting from the beginning of the part | ||
3176 | 2024.05.15 03:43:24.799563 [ 195 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 50 rows starting from the beginning of the part | ||
3177 | 2024.05.15 03:43:24.799584 [ 199 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3178 | 2024.05.15 03:43:24.799993 [ 195 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 50 rows starting from the beginning of the part | ||
3179 | 2024.05.15 03:43:24.800007 [ 199 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3180 | 2024.05.15 03:43:24.800239 [ 195 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 58 rows starting from the beginning of the part | ||
3181 | 2024.05.15 03:43:24.800304 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
3182 | 2024.05.15 03:43:24.800509 [ 195 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
3183 | 2024.05.15 03:43:24.801662 [ 191 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 594 rows, containing 4 columns (4 merged, 0 gathered) in 0.00298435 sec., 199038.31655134284 rows/sec., 13.60 MiB/sec. | ||
3184 | 2024.05.15 03:43:24.801807 [ 191 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3185 | 2024.05.15 03:43:24.802158 [ 191 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_16_3} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3186 | 2024.05.15 03:43:24.802227 [ 191 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_16_3} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3187 | 2024.05.15 03:43:24.802292 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
3188 | 2024.05.15 03:43:29.770774 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 3923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3189 | 2024.05.15 03:43:29.770971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3190 | 2024.05.15 03:43:29.771015 [ 3 ] {} <Debug> HTTP-Session: 6c55ab3c-a7bf-4c0a-b54a-e3859d9c8280 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3191 | 2024.05.15 03:43:29.771055 [ 3 ] {} <Debug> HTTP-Session: 6c55ab3c-a7bf-4c0a-b54a-e3859d9c8280 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3192 | 2024.05.15 03:43:29.771083 [ 3 ] {} <Debug> HTTP-Session: 6c55ab3c-a7bf-4c0a-b54a-e3859d9c8280 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3193 | 2024.05.15 03:43:29.771162 [ 3 ] {} <Trace> HTTP-Session: 6c55ab3c-a7bf-4c0a-b54a-e3859d9c8280 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3194 | 2024.05.15 03:43:29.771456 [ 3 ] {546f8237-4773-49ec-a82d-1fcc6cf99065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3195 | 2024.05.15 03:43:29.771563 [ 3 ] {546f8237-4773-49ec-a82d-1fcc6cf99065} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3196 | 2024.05.15 03:43:29.771834 [ 3 ] {546f8237-4773-49ec-a82d-1fcc6cf99065} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3197 | 2024.05.15 03:43:29.772304 [ 3 ] {546f8237-4773-49ec-a82d-1fcc6cf99065} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3198 | 2024.05.15 03:43:29.772349 [ 3 ] {546f8237-4773-49ec-a82d-1fcc6cf99065} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3199 | 2024.05.15 03:43:29.772716 [ 3 ] {546f8237-4773-49ec-a82d-1fcc6cf99065} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3200 | 2024.05.15 03:43:29.773056 [ 3 ] {546f8237-4773-49ec-a82d-1fcc6cf99065} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3201 | 2024.05.15 03:43:29.773217 [ 3 ] {546f8237-4773-49ec-a82d-1fcc6cf99065} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001859 sec., 14523.937600860678 rows/sec., 1.15 MiB/sec. | ||
3202 | 2024.05.15 03:43:29.773437 [ 3 ] {546f8237-4773-49ec-a82d-1fcc6cf99065} <Debug> DynamicQueryHandler: Done processing query | ||
3203 | 2024.05.15 03:43:29.773462 [ 3 ] {546f8237-4773-49ec-a82d-1fcc6cf99065} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3204 | 2024.05.15 03:43:29.773479 [ 3 ] {} <Debug> HTTP-Session: 6c55ab3c-a7bf-4c0a-b54a-e3859d9c8280 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3205 | 2024.05.15 03:43:29.773602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3206 | 2024.05.15 03:43:29.773659 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3207 | 2024.05.15 03:43:29.773678 [ 3 ] {} <Debug> HTTP-Session: 005f2eec-cb25-4737-8157-12300a4b4255 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3208 | 2024.05.15 03:43:29.773696 [ 3 ] {} <Debug> HTTP-Session: 005f2eec-cb25-4737-8157-12300a4b4255 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3209 | 2024.05.15 03:43:29.773710 [ 3 ] {} <Debug> HTTP-Session: 005f2eec-cb25-4737-8157-12300a4b4255 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3210 | 2024.05.15 03:43:29.773744 [ 3 ] {} <Trace> HTTP-Session: 005f2eec-cb25-4737-8157-12300a4b4255 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3211 | 2024.05.15 03:43:29.773847 [ 3 ] {38a745da-d800-4656-a197-3db096e1b151} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3212 | 2024.05.15 03:43:29.773892 [ 3 ] {38a745da-d800-4656-a197-3db096e1b151} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3213 | 2024.05.15 03:43:29.774026 [ 3 ] {38a745da-d800-4656-a197-3db096e1b151} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3214 | 2024.05.15 03:43:29.774341 [ 3 ] {38a745da-d800-4656-a197-3db096e1b151} <Trace> oximeter.fields_ipaddr (7e29aa15-b077-4ae6-87e9-229bbccebf70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3215 | 2024.05.15 03:43:29.774378 [ 3 ] {38a745da-d800-4656-a197-3db096e1b151} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3216 | 2024.05.15 03:43:29.774681 [ 3 ] {38a745da-d800-4656-a197-3db096e1b151} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3217 | 2024.05.15 03:43:29.774995 [ 3 ] {38a745da-d800-4656-a197-3db096e1b151} <Trace> oximeter.fields_ipaddr (7e29aa15-b077-4ae6-87e9-229bbccebf70): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3218 | 2024.05.15 03:43:29.775148 [ 3 ] {38a745da-d800-4656-a197-3db096e1b151} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001325 sec., 1509.433962264151 rows/sec., 123.08 KiB/sec. | ||
3219 | 2024.05.15 03:43:29.775405 [ 3 ] {38a745da-d800-4656-a197-3db096e1b151} <Debug> DynamicQueryHandler: Done processing query | ||
3220 | 2024.05.15 03:43:29.775430 [ 3 ] {38a745da-d800-4656-a197-3db096e1b151} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3221 | 2024.05.15 03:43:29.775445 [ 3 ] {} <Debug> HTTP-Session: 005f2eec-cb25-4737-8157-12300a4b4255 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3222 | 2024.05.15 03:43:29.775584 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 25170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3223 | 2024.05.15 03:43:29.775635 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3224 | 2024.05.15 03:43:29.775653 [ 3 ] {} <Debug> HTTP-Session: 5bb815fa-6bfa-41ce-9ae0-b0fc78e9e8f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3225 | 2024.05.15 03:43:29.775669 [ 3 ] {} <Debug> HTTP-Session: 5bb815fa-6bfa-41ce-9ae0-b0fc78e9e8f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3226 | 2024.05.15 03:43:29.775683 [ 3 ] {} <Debug> HTTP-Session: 5bb815fa-6bfa-41ce-9ae0-b0fc78e9e8f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3227 | 2024.05.15 03:43:29.775714 [ 3 ] {} <Trace> HTTP-Session: 5bb815fa-6bfa-41ce-9ae0-b0fc78e9e8f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3228 | 2024.05.15 03:43:29.775858 [ 3 ] {d6e60090-a73d-41fe-8c4d-f2d15b8041f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3229 | 2024.05.15 03:43:29.775901 [ 3 ] {d6e60090-a73d-41fe-8c4d-f2d15b8041f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3230 | 2024.05.15 03:43:29.776047 [ 3 ] {d6e60090-a73d-41fe-8c4d-f2d15b8041f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3231 | 2024.05.15 03:43:29.776455 [ 3 ] {d6e60090-a73d-41fe-8c4d-f2d15b8041f9} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3232 | 2024.05.15 03:43:29.776492 [ 3 ] {d6e60090-a73d-41fe-8c4d-f2d15b8041f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3233 | 2024.05.15 03:43:29.776821 [ 3 ] {d6e60090-a73d-41fe-8c4d-f2d15b8041f9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3234 | 2024.05.15 03:43:29.777131 [ 3 ] {d6e60090-a73d-41fe-8c4d-f2d15b8041f9} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3235 | 2024.05.15 03:43:29.777280 [ 3 ] {d6e60090-a73d-41fe-8c4d-f2d15b8041f9} <Debug> executeQuery: Read 174 rows, 14.60 KiB in 0.001479 sec., 117647.05882352941 rows/sec., 9.64 MiB/sec. | ||
3236 | 2024.05.15 03:43:29.777452 [ 3 ] {d6e60090-a73d-41fe-8c4d-f2d15b8041f9} <Debug> DynamicQueryHandler: Done processing query | ||
3237 | 2024.05.15 03:43:29.777476 [ 3 ] {d6e60090-a73d-41fe-8c4d-f2d15b8041f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3238 | 2024.05.15 03:43:29.777491 [ 3 ] {} <Debug> HTTP-Session: 5bb815fa-6bfa-41ce-9ae0-b0fc78e9e8f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3239 | 2024.05.15 03:43:29.777602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3240 | 2024.05.15 03:43:29.777649 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3241 | 2024.05.15 03:43:29.777668 [ 3 ] {} <Debug> HTTP-Session: f766b06f-c18e-4300-b7da-9037f79cf4ae Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3242 | 2024.05.15 03:43:29.777684 [ 3 ] {} <Debug> HTTP-Session: f766b06f-c18e-4300-b7da-9037f79cf4ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3243 | 2024.05.15 03:43:29.777697 [ 3 ] {} <Debug> HTTP-Session: f766b06f-c18e-4300-b7da-9037f79cf4ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3244 | 2024.05.15 03:43:29.777728 [ 3 ] {} <Trace> HTTP-Session: f766b06f-c18e-4300-b7da-9037f79cf4ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3245 | 2024.05.15 03:43:29.777820 [ 3 ] {f7b413a3-5719-43ac-8a2a-091f52076215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3246 | 2024.05.15 03:43:29.777862 [ 3 ] {f7b413a3-5719-43ac-8a2a-091f52076215} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3247 | 2024.05.15 03:43:29.777989 [ 3 ] {f7b413a3-5719-43ac-8a2a-091f52076215} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3248 | 2024.05.15 03:43:29.778268 [ 3 ] {f7b413a3-5719-43ac-8a2a-091f52076215} <Trace> oximeter.fields_u16 (27df60cb-3085-4c57-b33a-a2ff697a542d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3249 | 2024.05.15 03:43:29.778306 [ 3 ] {f7b413a3-5719-43ac-8a2a-091f52076215} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3250 | 2024.05.15 03:43:29.778595 [ 3 ] {f7b413a3-5719-43ac-8a2a-091f52076215} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3251 | 2024.05.15 03:43:29.778895 [ 3 ] {f7b413a3-5719-43ac-8a2a-091f52076215} <Trace> oximeter.fields_u16 (27df60cb-3085-4c57-b33a-a2ff697a542d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3252 | 2024.05.15 03:43:29.779049 [ 3 ] {f7b413a3-5719-43ac-8a2a-091f52076215} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001242 sec., 1610.3059581320451 rows/sec., 112.44 KiB/sec. | ||
3253 | 2024.05.15 03:43:29.779214 [ 3 ] {f7b413a3-5719-43ac-8a2a-091f52076215} <Debug> DynamicQueryHandler: Done processing query | ||
3254 | 2024.05.15 03:43:29.779238 [ 3 ] {f7b413a3-5719-43ac-8a2a-091f52076215} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3255 | 2024.05.15 03:43:29.779253 [ 3 ] {} <Debug> HTTP-Session: f766b06f-c18e-4300-b7da-9037f79cf4ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3256 | 2024.05.15 03:43:29.779376 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 19847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3257 | 2024.05.15 03:43:29.779424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3258 | 2024.05.15 03:43:29.779442 [ 3 ] {} <Debug> HTTP-Session: 5263a5a2-4c57-4a8f-8b78-9e895ee0a100 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3259 | 2024.05.15 03:43:29.779458 [ 3 ] {} <Debug> HTTP-Session: 5263a5a2-4c57-4a8f-8b78-9e895ee0a100 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3260 | 2024.05.15 03:43:29.779471 [ 3 ] {} <Debug> HTTP-Session: 5263a5a2-4c57-4a8f-8b78-9e895ee0a100 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3261 | 2024.05.15 03:43:29.779501 [ 3 ] {} <Trace> HTTP-Session: 5263a5a2-4c57-4a8f-8b78-9e895ee0a100 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3262 | 2024.05.15 03:43:29.779638 [ 3 ] {bdafb27d-598c-45f3-9548-d966cf59f56b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3263 | 2024.05.15 03:43:29.779680 [ 3 ] {bdafb27d-598c-45f3-9548-d966cf59f56b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3264 | 2024.05.15 03:43:29.779808 [ 3 ] {bdafb27d-598c-45f3-9548-d966cf59f56b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3265 | 2024.05.15 03:43:29.780175 [ 3 ] {bdafb27d-598c-45f3-9548-d966cf59f56b} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3266 | 2024.05.15 03:43:29.780211 [ 3 ] {bdafb27d-598c-45f3-9548-d966cf59f56b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3267 | 2024.05.15 03:43:29.780527 [ 3 ] {bdafb27d-598c-45f3-9548-d966cf59f56b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3268 | 2024.05.15 03:43:29.780861 [ 3 ] {bdafb27d-598c-45f3-9548-d966cf59f56b} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3269 | 2024.05.15 03:43:29.780981 [ 3 ] {bdafb27d-598c-45f3-9548-d966cf59f56b} <Debug> executeQuery: Read 117 rows, 9.34 KiB in 0.001401 sec., 83511.7773019272 rows/sec., 6.51 MiB/sec. | ||
3270 | 2024.05.15 03:43:29.781142 [ 3 ] {bdafb27d-598c-45f3-9548-d966cf59f56b} <Debug> DynamicQueryHandler: Done processing query | ||
3271 | 2024.05.15 03:43:29.781165 [ 3 ] {bdafb27d-598c-45f3-9548-d966cf59f56b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3272 | 2024.05.15 03:43:29.781180 [ 3 ] {} <Debug> HTTP-Session: 5263a5a2-4c57-4a8f-8b78-9e895ee0a100 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3273 | 2024.05.15 03:43:29.781356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 37758, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3274 | 2024.05.15 03:43:29.781404 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3275 | 2024.05.15 03:43:29.781423 [ 3 ] {} <Debug> HTTP-Session: 465fcf95-ba1b-40d8-bb60-6645ea878e90 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3276 | 2024.05.15 03:43:29.781439 [ 3 ] {} <Debug> HTTP-Session: 465fcf95-ba1b-40d8-bb60-6645ea878e90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3277 | 2024.05.15 03:43:29.781452 [ 3 ] {} <Debug> HTTP-Session: 465fcf95-ba1b-40d8-bb60-6645ea878e90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3278 | 2024.05.15 03:43:29.781482 [ 3 ] {} <Trace> HTTP-Session: 465fcf95-ba1b-40d8-bb60-6645ea878e90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3279 | 2024.05.15 03:43:29.781653 [ 3 ] {d80847fd-7449-4252-ae64-7b3c10d9e25a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3280 | 2024.05.15 03:43:29.781700 [ 3 ] {d80847fd-7449-4252-ae64-7b3c10d9e25a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3281 | 2024.05.15 03:43:29.781841 [ 3 ] {d80847fd-7449-4252-ae64-7b3c10d9e25a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3282 | 2024.05.15 03:43:29.782335 [ 3 ] {d80847fd-7449-4252-ae64-7b3c10d9e25a} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3283 | 2024.05.15 03:43:29.782371 [ 3 ] {d80847fd-7449-4252-ae64-7b3c10d9e25a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3284 | 2024.05.15 03:43:29.782761 [ 3 ] {d80847fd-7449-4252-ae64-7b3c10d9e25a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3285 | 2024.05.15 03:43:29.783090 [ 3 ] {d80847fd-7449-4252-ae64-7b3c10d9e25a} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3286 | 2024.05.15 03:43:29.783215 [ 3 ] {d80847fd-7449-4252-ae64-7b3c10d9e25a} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001654 sec., 119105.19951632405 rows/sec., 8.31 MiB/sec. | ||
3287 | 2024.05.15 03:43:29.783384 [ 3 ] {d80847fd-7449-4252-ae64-7b3c10d9e25a} <Debug> DynamicQueryHandler: Done processing query | ||
3288 | 2024.05.15 03:43:29.783409 [ 3 ] {d80847fd-7449-4252-ae64-7b3c10d9e25a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3289 | 2024.05.15 03:43:29.783424 [ 3 ] {} <Debug> HTTP-Session: 465fcf95-ba1b-40d8-bb60-6645ea878e90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3290 | 2024.05.15 03:43:29.783586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 28917, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3291 | 2024.05.15 03:43:29.783634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3292 | 2024.05.15 03:43:29.783652 [ 3 ] {} <Debug> HTTP-Session: b3d5cbbf-4679-4fd1-aaac-8557c19453bf Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3293 | 2024.05.15 03:43:29.783668 [ 3 ] {} <Debug> HTTP-Session: b3d5cbbf-4679-4fd1-aaac-8557c19453bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3294 | 2024.05.15 03:43:29.783681 [ 3 ] {} <Debug> HTTP-Session: b3d5cbbf-4679-4fd1-aaac-8557c19453bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3295 | 2024.05.15 03:43:29.783711 [ 3 ] {} <Trace> HTTP-Session: b3d5cbbf-4679-4fd1-aaac-8557c19453bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3296 | 2024.05.15 03:43:29.783975 [ 3 ] {3b775901-426a-4fb8-a0b3-2932be16de89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3297 | 2024.05.15 03:43:29.784022 [ 3 ] {3b775901-426a-4fb8-a0b3-2932be16de89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3298 | 2024.05.15 03:43:29.784177 [ 3 ] {3b775901-426a-4fb8-a0b3-2932be16de89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3299 | 2024.05.15 03:43:29.784687 [ 3 ] {3b775901-426a-4fb8-a0b3-2932be16de89} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3300 | 2024.05.15 03:43:29.784721 [ 3 ] {3b775901-426a-4fb8-a0b3-2932be16de89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3301 | 2024.05.15 03:43:29.785123 [ 3 ] {3b775901-426a-4fb8-a0b3-2932be16de89} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3302 | 2024.05.15 03:43:29.785462 [ 3 ] {3b775901-426a-4fb8-a0b3-2932be16de89} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3303 | 2024.05.15 03:43:29.785593 [ 3 ] {3b775901-426a-4fb8-a0b3-2932be16de89} <Debug> executeQuery: Read 27 rows, 37.31 KiB in 0.00181 sec., 14917.127071823204 rows/sec., 20.13 MiB/sec. | ||
3304 | 2024.05.15 03:43:29.785761 [ 3 ] {3b775901-426a-4fb8-a0b3-2932be16de89} <Debug> DynamicQueryHandler: Done processing query | ||
3305 | 2024.05.15 03:43:29.785784 [ 3 ] {3b775901-426a-4fb8-a0b3-2932be16de89} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
3306 | 2024.05.15 03:43:29.785799 [ 3 ] {} <Debug> HTTP-Session: b3d5cbbf-4679-4fd1-aaac-8557c19453bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3307 | 2024.05.15 03:43:29.785919 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3308 | 2024.05.15 03:43:29.785967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3309 | 2024.05.15 03:43:29.785985 [ 3 ] {} <Debug> HTTP-Session: 5d526596-020e-422d-9f79-e436b7532385 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3310 | 2024.05.15 03:43:29.786001 [ 3 ] {} <Debug> HTTP-Session: 5d526596-020e-422d-9f79-e436b7532385 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3311 | 2024.05.15 03:43:29.786014 [ 3 ] {} <Debug> HTTP-Session: 5d526596-020e-422d-9f79-e436b7532385 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3312 | 2024.05.15 03:43:29.786044 [ 3 ] {} <Trace> HTTP-Session: 5d526596-020e-422d-9f79-e436b7532385 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3313 | 2024.05.15 03:43:29.786174 [ 3 ] {c1c58f69-f258-4f0a-9318-30c536d5a30b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3314 | 2024.05.15 03:43:29.786216 [ 3 ] {c1c58f69-f258-4f0a-9318-30c536d5a30b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3315 | 2024.05.15 03:43:29.786342 [ 3 ] {c1c58f69-f258-4f0a-9318-30c536d5a30b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3316 | 2024.05.15 03:43:29.786661 [ 3 ] {c1c58f69-f258-4f0a-9318-30c536d5a30b} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3317 | 2024.05.15 03:43:29.786696 [ 3 ] {c1c58f69-f258-4f0a-9318-30c536d5a30b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3318 | 2024.05.15 03:43:29.787064 [ 3 ] {c1c58f69-f258-4f0a-9318-30c536d5a30b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3319 | 2024.05.15 03:43:29.787375 [ 3 ] {c1c58f69-f258-4f0a-9318-30c536d5a30b} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3320 | 2024.05.15 03:43:29.787498 [ 3 ] {c1c58f69-f258-4f0a-9318-30c536d5a30b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001383 sec., 43383.94793926248 rows/sec., 2.92 MiB/sec. | ||
3321 | 2024.05.15 03:43:29.787667 [ 3 ] {c1c58f69-f258-4f0a-9318-30c536d5a30b} <Debug> DynamicQueryHandler: Done processing query | ||
3322 | 2024.05.15 03:43:29.787691 [ 3 ] {c1c58f69-f258-4f0a-9318-30c536d5a30b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3323 | 2024.05.15 03:43:29.787706 [ 3 ] {} <Debug> HTTP-Session: 5d526596-020e-422d-9f79-e436b7532385 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3324 | 2024.05.15 03:43:34.770581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 479, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3325 | 2024.05.15 03:43:34.770729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3326 | 2024.05.15 03:43:34.770759 [ 3 ] {} <Debug> HTTP-Session: dad575ee-d3c8-46b1-81fd-089a263be8cb Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3327 | 2024.05.15 03:43:34.770785 [ 3 ] {} <Debug> HTTP-Session: dad575ee-d3c8-46b1-81fd-089a263be8cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3328 | 2024.05.15 03:43:34.770804 [ 3 ] {} <Debug> HTTP-Session: dad575ee-d3c8-46b1-81fd-089a263be8cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3329 | 2024.05.15 03:43:34.770859 [ 3 ] {} <Trace> HTTP-Session: dad575ee-d3c8-46b1-81fd-089a263be8cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3330 | 2024.05.15 03:43:34.771044 [ 3 ] {7eb13f7a-3fc2-42b7-b237-fce8be3f82fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3331 | 2024.05.15 03:43:34.771113 [ 3 ] {7eb13f7a-3fc2-42b7-b237-fce8be3f82fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3332 | 2024.05.15 03:43:34.771301 [ 3 ] {7eb13f7a-3fc2-42b7-b237-fce8be3f82fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3333 | 2024.05.15 03:43:34.771713 [ 3 ] {7eb13f7a-3fc2-42b7-b237-fce8be3f82fc} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3334 | 2024.05.15 03:43:34.771761 [ 3 ] {7eb13f7a-3fc2-42b7-b237-fce8be3f82fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3335 | 2024.05.15 03:43:34.772135 [ 3 ] {7eb13f7a-3fc2-42b7-b237-fce8be3f82fc} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3336 | 2024.05.15 03:43:34.772473 [ 3 ] {7eb13f7a-3fc2-42b7-b237-fce8be3f82fc} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3337 | 2024.05.15 03:43:34.772645 [ 3 ] {7eb13f7a-3fc2-42b7-b237-fce8be3f82fc} <Debug> executeQuery: Read 3 rows, 249.00 B in 0.001642 sec., 1827.0401948842875 rows/sec., 148.09 KiB/sec. | ||
3338 | 2024.05.15 03:43:34.772914 [ 3 ] {7eb13f7a-3fc2-42b7-b237-fce8be3f82fc} <Debug> DynamicQueryHandler: Done processing query | ||
3339 | 2024.05.15 03:43:34.772941 [ 3 ] {7eb13f7a-3fc2-42b7-b237-fce8be3f82fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3340 | 2024.05.15 03:43:34.772957 [ 3 ] {} <Debug> HTTP-Session: dad575ee-d3c8-46b1-81fd-089a263be8cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3341 | 2024.05.15 03:43:34.773102 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3342 | 2024.05.15 03:43:34.773161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3343 | 2024.05.15 03:43:34.773181 [ 3 ] {} <Debug> HTTP-Session: 4c6949c1-3563-45c5-851b-703ff80ee952 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3344 | 2024.05.15 03:43:34.773199 [ 3 ] {} <Debug> HTTP-Session: 4c6949c1-3563-45c5-851b-703ff80ee952 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3345 | 2024.05.15 03:43:34.773213 [ 3 ] {} <Debug> HTTP-Session: 4c6949c1-3563-45c5-851b-703ff80ee952 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3346 | 2024.05.15 03:43:34.773249 [ 3 ] {} <Trace> HTTP-Session: 4c6949c1-3563-45c5-851b-703ff80ee952 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3347 | 2024.05.15 03:43:34.773374 [ 3 ] {04d96538-cf27-4085-a0a8-93e0c02b39b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3348 | 2024.05.15 03:43:34.773421 [ 3 ] {04d96538-cf27-4085-a0a8-93e0c02b39b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3349 | 2024.05.15 03:43:34.773553 [ 3 ] {04d96538-cf27-4085-a0a8-93e0c02b39b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3350 | 2024.05.15 03:43:34.773894 [ 3 ] {04d96538-cf27-4085-a0a8-93e0c02b39b8} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3351 | 2024.05.15 03:43:34.773931 [ 3 ] {04d96538-cf27-4085-a0a8-93e0c02b39b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3352 | 2024.05.15 03:43:34.774245 [ 3 ] {04d96538-cf27-4085-a0a8-93e0c02b39b8} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3353 | 2024.05.15 03:43:34.774554 [ 3 ] {04d96538-cf27-4085-a0a8-93e0c02b39b8} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3354 | 2024.05.15 03:43:34.774725 [ 3 ] {04d96538-cf27-4085-a0a8-93e0c02b39b8} <Debug> executeQuery: Read 65 rows, 5.24 KiB in 0.001389 sec., 46796.25629949604 rows/sec., 3.69 MiB/sec. | ||
3355 | 2024.05.15 03:43:34.775034 [ 3 ] {04d96538-cf27-4085-a0a8-93e0c02b39b8} <Debug> DynamicQueryHandler: Done processing query | ||
3356 | 2024.05.15 03:43:34.775060 [ 3 ] {04d96538-cf27-4085-a0a8-93e0c02b39b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3357 | 2024.05.15 03:43:34.775076 [ 3 ] {} <Debug> HTTP-Session: 4c6949c1-3563-45c5-851b-703ff80ee952 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3358 | 2024.05.15 03:43:34.775206 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 11390, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3359 | 2024.05.15 03:43:34.775258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3360 | 2024.05.15 03:43:34.775278 [ 3 ] {} <Debug> HTTP-Session: 4f653050-4a74-4dc9-94db-578c993e9932 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3361 | 2024.05.15 03:43:34.775294 [ 3 ] {} <Debug> HTTP-Session: 4f653050-4a74-4dc9-94db-578c993e9932 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3362 | 2024.05.15 03:43:34.775308 [ 3 ] {} <Debug> HTTP-Session: 4f653050-4a74-4dc9-94db-578c993e9932 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3363 | 2024.05.15 03:43:34.775340 [ 3 ] {} <Trace> HTTP-Session: 4f653050-4a74-4dc9-94db-578c993e9932 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3364 | 2024.05.15 03:43:34.775461 [ 3 ] {b4eefca8-6ee0-4e98-9394-0a5379508e8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3365 | 2024.05.15 03:43:34.775506 [ 3 ] {b4eefca8-6ee0-4e98-9394-0a5379508e8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3366 | 2024.05.15 03:43:34.775652 [ 3 ] {b4eefca8-6ee0-4e98-9394-0a5379508e8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3367 | 2024.05.15 03:43:34.775977 [ 3 ] {b4eefca8-6ee0-4e98-9394-0a5379508e8c} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3368 | 2024.05.15 03:43:34.776014 [ 3 ] {b4eefca8-6ee0-4e98-9394-0a5379508e8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3369 | 2024.05.15 03:43:34.776335 [ 3 ] {b4eefca8-6ee0-4e98-9394-0a5379508e8c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3370 | 2024.05.15 03:43:34.776634 [ 3 ] {b4eefca8-6ee0-4e98-9394-0a5379508e8c} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3371 | 2024.05.15 03:43:34.776794 [ 3 ] {b4eefca8-6ee0-4e98-9394-0a5379508e8c} <Debug> executeQuery: Read 67 rows, 5.36 KiB in 0.001369 sec., 48940.832724616506 rows/sec., 3.82 MiB/sec. | ||
3372 | 2024.05.15 03:43:34.777020 [ 3 ] {b4eefca8-6ee0-4e98-9394-0a5379508e8c} <Debug> DynamicQueryHandler: Done processing query | ||
3373 | 2024.05.15 03:43:34.777046 [ 3 ] {b4eefca8-6ee0-4e98-9394-0a5379508e8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3374 | 2024.05.15 03:43:34.777062 [ 3 ] {} <Debug> HTTP-Session: 4f653050-4a74-4dc9-94db-578c993e9932 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3375 | 2024.05.15 03:43:34.777269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3376 | 2024.05.15 03:43:34.777319 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3377 | 2024.05.15 03:43:34.777338 [ 3 ] {} <Debug> HTTP-Session: 00c2554d-3dff-46ff-865b-0656f1dc511b Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3378 | 2024.05.15 03:43:34.777354 [ 3 ] {} <Debug> HTTP-Session: 00c2554d-3dff-46ff-865b-0656f1dc511b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3379 | 2024.05.15 03:43:34.777368 [ 3 ] {} <Debug> HTTP-Session: 00c2554d-3dff-46ff-865b-0656f1dc511b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3380 | 2024.05.15 03:43:34.777398 [ 3 ] {} <Trace> HTTP-Session: 00c2554d-3dff-46ff-865b-0656f1dc511b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3381 | 2024.05.15 03:43:34.777550 [ 3 ] {61004b92-8070-44d3-9c95-288bab0938f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3382 | 2024.05.15 03:43:34.777597 [ 3 ] {61004b92-8070-44d3-9c95-288bab0938f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3383 | 2024.05.15 03:43:34.777745 [ 3 ] {61004b92-8070-44d3-9c95-288bab0938f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3384 | 2024.05.15 03:43:34.778113 [ 3 ] {61004b92-8070-44d3-9c95-288bab0938f5} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3385 | 2024.05.15 03:43:34.778148 [ 3 ] {61004b92-8070-44d3-9c95-288bab0938f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3386 | 2024.05.15 03:43:34.778541 [ 3 ] {61004b92-8070-44d3-9c95-288bab0938f5} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3387 | 2024.05.15 03:43:34.778881 [ 3 ] {61004b92-8070-44d3-9c95-288bab0938f5} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3388 | 2024.05.15 03:43:34.779046 [ 3 ] {61004b92-8070-44d3-9c95-288bab0938f5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001568 sec., 102040.81632653062 rows/sec., 7.11 MiB/sec. | ||
3389 | 2024.05.15 03:43:34.779222 [ 3 ] {61004b92-8070-44d3-9c95-288bab0938f5} <Debug> DynamicQueryHandler: Done processing query | ||
3390 | 2024.05.15 03:43:34.779247 [ 3 ] {61004b92-8070-44d3-9c95-288bab0938f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3391 | 2024.05.15 03:43:34.779262 [ 3 ] {} <Debug> HTTP-Session: 00c2554d-3dff-46ff-865b-0656f1dc511b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3392 | 2024.05.15 03:43:34.779410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 3269, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3393 | 2024.05.15 03:43:34.779460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3394 | 2024.05.15 03:43:34.779478 [ 3 ] {} <Debug> HTTP-Session: 7f7c737f-2d21-4af8-acef-1c93c52ac4af Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3395 | 2024.05.15 03:43:34.779495 [ 3 ] {} <Debug> HTTP-Session: 7f7c737f-2d21-4af8-acef-1c93c52ac4af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3396 | 2024.05.15 03:43:34.779509 [ 3 ] {} <Debug> HTTP-Session: 7f7c737f-2d21-4af8-acef-1c93c52ac4af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3397 | 2024.05.15 03:43:34.779538 [ 3 ] {} <Trace> HTTP-Session: 7f7c737f-2d21-4af8-acef-1c93c52ac4af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3398 | 2024.05.15 03:43:34.779653 [ 3 ] {79b40109-1a42-4db9-abf9-ddc669f3df31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3399 | 2024.05.15 03:43:34.779700 [ 3 ] {79b40109-1a42-4db9-abf9-ddc669f3df31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3400 | 2024.05.15 03:43:34.779858 [ 3 ] {79b40109-1a42-4db9-abf9-ddc669f3df31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3401 | 2024.05.15 03:43:34.780160 [ 3 ] {79b40109-1a42-4db9-abf9-ddc669f3df31} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3402 | 2024.05.15 03:43:34.780195 [ 3 ] {79b40109-1a42-4db9-abf9-ddc669f3df31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3403 | 2024.05.15 03:43:34.780569 [ 3 ] {79b40109-1a42-4db9-abf9-ddc669f3df31} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3404 | 2024.05.15 03:43:34.780885 [ 3 ] {79b40109-1a42-4db9-abf9-ddc669f3df31} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3405 | 2024.05.15 03:43:34.781036 [ 3 ] {79b40109-1a42-4db9-abf9-ddc669f3df31} <Debug> executeQuery: Read 3 rows, 4.15 KiB in 0.001456 sec., 2060.4395604395604 rows/sec., 2.78 MiB/sec. | ||
3406 | 2024.05.15 03:43:34.781199 [ 3 ] {79b40109-1a42-4db9-abf9-ddc669f3df31} <Debug> DynamicQueryHandler: Done processing query | ||
3407 | 2024.05.15 03:43:34.781221 [ 3 ] {79b40109-1a42-4db9-abf9-ddc669f3df31} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3408 | 2024.05.15 03:43:34.781236 [ 3 ] {} <Debug> HTTP-Session: 7f7c737f-2d21-4af8-acef-1c93c52ac4af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3409 | 2024.05.15 03:43:34.781415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3410 | 2024.05.15 03:43:34.781460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3411 | 2024.05.15 03:43:34.781478 [ 3 ] {} <Debug> HTTP-Session: 898b8dc0-9700-4e60-a176-20cfd9731b29 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3412 | 2024.05.15 03:43:34.781493 [ 3 ] {} <Debug> HTTP-Session: 898b8dc0-9700-4e60-a176-20cfd9731b29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3413 | 2024.05.15 03:43:34.781505 [ 3 ] {} <Debug> HTTP-Session: 898b8dc0-9700-4e60-a176-20cfd9731b29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3414 | 2024.05.15 03:43:34.781533 [ 3 ] {} <Trace> HTTP-Session: 898b8dc0-9700-4e60-a176-20cfd9731b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3415 | 2024.05.15 03:43:34.781717 [ 3 ] {109b875f-04bd-452d-b512-99517bc5091c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3416 | 2024.05.15 03:43:34.781760 [ 3 ] {109b875f-04bd-452d-b512-99517bc5091c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3417 | 2024.05.15 03:43:34.781888 [ 3 ] {109b875f-04bd-452d-b512-99517bc5091c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3418 | 2024.05.15 03:43:34.782197 [ 3 ] {109b875f-04bd-452d-b512-99517bc5091c} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3419 | 2024.05.15 03:43:34.782233 [ 3 ] {109b875f-04bd-452d-b512-99517bc5091c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3420 | 2024.05.15 03:43:34.782587 [ 3 ] {109b875f-04bd-452d-b512-99517bc5091c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3421 | 2024.05.15 03:43:34.782901 [ 3 ] {109b875f-04bd-452d-b512-99517bc5091c} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3422 | 2024.05.15 03:43:34.783056 [ 3 ] {109b875f-04bd-452d-b512-99517bc5091c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001386 sec., 43290.043290043286 rows/sec., 2.92 MiB/sec. | ||
3423 | 2024.05.15 03:43:34.783211 [ 3 ] {109b875f-04bd-452d-b512-99517bc5091c} <Debug> DynamicQueryHandler: Done processing query | ||
3424 | 2024.05.15 03:43:34.783235 [ 3 ] {109b875f-04bd-452d-b512-99517bc5091c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3425 | 2024.05.15 03:43:34.783300 [ 3 ] {} <Debug> HTTP-Session: 898b8dc0-9700-4e60-a176-20cfd9731b29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3426 | 2024.05.15 03:43:39.018531 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3427 | 2024.05.15 03:43:39.018606 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3428 | 2024.05.15 03:43:39.768850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 3923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3429 | 2024.05.15 03:43:39.768965 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3430 | 2024.05.15 03:43:39.768989 [ 3 ] {} <Debug> HTTP-Session: 56b35cfb-7a56-47ae-ac33-7cb86cd8ee57 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3431 | 2024.05.15 03:43:39.769013 [ 3 ] {} <Debug> HTTP-Session: 56b35cfb-7a56-47ae-ac33-7cb86cd8ee57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3432 | 2024.05.15 03:43:39.769027 [ 3 ] {} <Debug> HTTP-Session: 56b35cfb-7a56-47ae-ac33-7cb86cd8ee57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3433 | 2024.05.15 03:43:39.769075 [ 3 ] {} <Trace> HTTP-Session: 56b35cfb-7a56-47ae-ac33-7cb86cd8ee57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3434 | 2024.05.15 03:43:39.769258 [ 3 ] {3902264f-d2dd-46ce-a03d-4100e5481f7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3435 | 2024.05.15 03:43:39.769323 [ 3 ] {3902264f-d2dd-46ce-a03d-4100e5481f7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3436 | 2024.05.15 03:43:39.769595 [ 3 ] {3902264f-d2dd-46ce-a03d-4100e5481f7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3437 | 2024.05.15 03:43:39.770034 [ 3 ] {3902264f-d2dd-46ce-a03d-4100e5481f7f} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3438 | 2024.05.15 03:43:39.770081 [ 3 ] {3902264f-d2dd-46ce-a03d-4100e5481f7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3439 | 2024.05.15 03:43:39.770445 [ 3 ] {3902264f-d2dd-46ce-a03d-4100e5481f7f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3440 | 2024.05.15 03:43:39.770799 [ 3 ] {3902264f-d2dd-46ce-a03d-4100e5481f7f} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3441 | 2024.05.15 03:43:39.770977 [ 3 ] {3902264f-d2dd-46ce-a03d-4100e5481f7f} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001767 sec., 15280.135823429542 rows/sec., 1.21 MiB/sec. | ||
3442 | 2024.05.15 03:43:39.771194 [ 3 ] {3902264f-d2dd-46ce-a03d-4100e5481f7f} <Debug> DynamicQueryHandler: Done processing query | ||
3443 | 2024.05.15 03:43:39.771221 [ 3 ] {3902264f-d2dd-46ce-a03d-4100e5481f7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3444 | 2024.05.15 03:43:39.771237 [ 3 ] {} <Debug> HTTP-Session: 56b35cfb-7a56-47ae-ac33-7cb86cd8ee57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3445 | 2024.05.15 03:43:39.771382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 20046, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3446 | 2024.05.15 03:43:39.771437 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3447 | 2024.05.15 03:43:39.771457 [ 3 ] {} <Debug> HTTP-Session: 747bc5b3-a974-4d7b-8bc5-96e035893b48 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3448 | 2024.05.15 03:43:39.771476 [ 3 ] {} <Debug> HTTP-Session: 747bc5b3-a974-4d7b-8bc5-96e035893b48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3449 | 2024.05.15 03:43:39.771489 [ 3 ] {} <Debug> HTTP-Session: 747bc5b3-a974-4d7b-8bc5-96e035893b48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3450 | 2024.05.15 03:43:39.771524 [ 3 ] {} <Trace> HTTP-Session: 747bc5b3-a974-4d7b-8bc5-96e035893b48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3451 | 2024.05.15 03:43:39.771677 [ 3 ] {27f92d8c-7d48-44a8-98fa-ea0f41ff6df8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3452 | 2024.05.15 03:43:39.771725 [ 3 ] {27f92d8c-7d48-44a8-98fa-ea0f41ff6df8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3453 | 2024.05.15 03:43:39.771857 [ 3 ] {27f92d8c-7d48-44a8-98fa-ea0f41ff6df8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3454 | 2024.05.15 03:43:39.772308 [ 3 ] {27f92d8c-7d48-44a8-98fa-ea0f41ff6df8} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3455 | 2024.05.15 03:43:39.772346 [ 3 ] {27f92d8c-7d48-44a8-98fa-ea0f41ff6df8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3456 | 2024.05.15 03:43:39.772670 [ 3 ] {27f92d8c-7d48-44a8-98fa-ea0f41ff6df8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3457 | 2024.05.15 03:43:39.772995 [ 3 ] {27f92d8c-7d48-44a8-98fa-ea0f41ff6df8} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3458 | 2024.05.15 03:43:39.773155 [ 3 ] {27f92d8c-7d48-44a8-98fa-ea0f41ff6df8} <Debug> executeQuery: Read 137 rows, 11.71 KiB in 0.001551 sec., 88330.10960670534 rows/sec., 7.37 MiB/sec. | ||
3459 | 2024.05.15 03:43:39.773332 [ 3 ] {27f92d8c-7d48-44a8-98fa-ea0f41ff6df8} <Debug> DynamicQueryHandler: Done processing query | ||
3460 | 2024.05.15 03:43:39.773356 [ 3 ] {27f92d8c-7d48-44a8-98fa-ea0f41ff6df8} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3461 | 2024.05.15 03:43:39.773372 [ 3 ] {} <Debug> HTTP-Session: 747bc5b3-a974-4d7b-8bc5-96e035893b48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3462 | 2024.05.15 03:43:39.773502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 15458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3463 | 2024.05.15 03:43:39.773550 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3464 | 2024.05.15 03:43:39.773569 [ 3 ] {} <Debug> HTTP-Session: 1a52bd01-b857-4b54-987e-806086e148bb Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3465 | 2024.05.15 03:43:39.773586 [ 3 ] {} <Debug> HTTP-Session: 1a52bd01-b857-4b54-987e-806086e148bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3466 | 2024.05.15 03:43:39.773599 [ 3 ] {} <Debug> HTTP-Session: 1a52bd01-b857-4b54-987e-806086e148bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3467 | 2024.05.15 03:43:39.773631 [ 3 ] {} <Trace> HTTP-Session: 1a52bd01-b857-4b54-987e-806086e148bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3468 | 2024.05.15 03:43:39.773761 [ 3 ] {17d367d6-a858-49d3-9019-a340d7f8458e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3469 | 2024.05.15 03:43:39.773804 [ 3 ] {17d367d6-a858-49d3-9019-a340d7f8458e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3470 | 2024.05.15 03:43:39.773931 [ 3 ] {17d367d6-a858-49d3-9019-a340d7f8458e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3471 | 2024.05.15 03:43:39.774302 [ 3 ] {17d367d6-a858-49d3-9019-a340d7f8458e} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3472 | 2024.05.15 03:43:39.774339 [ 3 ] {17d367d6-a858-49d3-9019-a340d7f8458e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3473 | 2024.05.15 03:43:39.774651 [ 3 ] {17d367d6-a858-49d3-9019-a340d7f8458e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3474 | 2024.05.15 03:43:39.774950 [ 3 ] {17d367d6-a858-49d3-9019-a340d7f8458e} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3475 | 2024.05.15 03:43:39.775107 [ 3 ] {17d367d6-a858-49d3-9019-a340d7f8458e} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.0014 sec., 65000 rows/sec., 5.08 MiB/sec. | ||
3476 | 2024.05.15 03:43:39.775274 [ 3 ] {17d367d6-a858-49d3-9019-a340d7f8458e} <Debug> DynamicQueryHandler: Done processing query | ||
3477 | 2024.05.15 03:43:39.775297 [ 3 ] {17d367d6-a858-49d3-9019-a340d7f8458e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3478 | 2024.05.15 03:43:39.775313 [ 3 ] {} <Debug> HTTP-Session: 1a52bd01-b857-4b54-987e-806086e148bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3479 | 2024.05.15 03:43:39.775467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3480 | 2024.05.15 03:43:39.775515 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3481 | 2024.05.15 03:43:39.775534 [ 3 ] {} <Debug> HTTP-Session: 8a593801-594b-4c97-9c8d-2da25c13eba0 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3482 | 2024.05.15 03:43:39.775550 [ 3 ] {} <Debug> HTTP-Session: 8a593801-594b-4c97-9c8d-2da25c13eba0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3483 | 2024.05.15 03:43:39.775564 [ 3 ] {} <Debug> HTTP-Session: 8a593801-594b-4c97-9c8d-2da25c13eba0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3484 | 2024.05.15 03:43:39.775594 [ 3 ] {} <Trace> HTTP-Session: 8a593801-594b-4c97-9c8d-2da25c13eba0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3485 | 2024.05.15 03:43:39.775743 [ 3 ] {36ba060f-3847-41b9-a81c-d8fa0fc241e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3486 | 2024.05.15 03:43:39.775790 [ 3 ] {36ba060f-3847-41b9-a81c-d8fa0fc241e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3487 | 2024.05.15 03:43:39.775937 [ 3 ] {36ba060f-3847-41b9-a81c-d8fa0fc241e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3488 | 2024.05.15 03:43:39.776335 [ 3 ] {36ba060f-3847-41b9-a81c-d8fa0fc241e0} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3489 | 2024.05.15 03:43:39.776370 [ 3 ] {36ba060f-3847-41b9-a81c-d8fa0fc241e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3490 | 2024.05.15 03:43:39.776758 [ 3 ] {36ba060f-3847-41b9-a81c-d8fa0fc241e0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3491 | 2024.05.15 03:43:39.777092 [ 3 ] {36ba060f-3847-41b9-a81c-d8fa0fc241e0} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3492 | 2024.05.15 03:43:39.777251 [ 3 ] {36ba060f-3847-41b9-a81c-d8fa0fc241e0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001574 sec., 101651.84243964421 rows/sec., 7.08 MiB/sec. | ||
3493 | 2024.05.15 03:43:39.777426 [ 3 ] {36ba060f-3847-41b9-a81c-d8fa0fc241e0} <Debug> DynamicQueryHandler: Done processing query | ||
3494 | 2024.05.15 03:43:39.777450 [ 3 ] {36ba060f-3847-41b9-a81c-d8fa0fc241e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3495 | 2024.05.15 03:43:39.777465 [ 3 ] {} <Debug> HTTP-Session: 8a593801-594b-4c97-9c8d-2da25c13eba0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3496 | 2024.05.15 03:43:39.777617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 28917, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3497 | 2024.05.15 03:43:39.777665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3498 | 2024.05.15 03:43:39.777684 [ 3 ] {} <Debug> HTTP-Session: bd816ef4-cf87-49e4-9380-53f7d9a5486b Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3499 | 2024.05.15 03:43:39.777700 [ 3 ] {} <Debug> HTTP-Session: bd816ef4-cf87-49e4-9380-53f7d9a5486b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3500 | 2024.05.15 03:43:39.777714 [ 3 ] {} <Debug> HTTP-Session: bd816ef4-cf87-49e4-9380-53f7d9a5486b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3501 | 2024.05.15 03:43:39.777744 [ 3 ] {} <Trace> HTTP-Session: bd816ef4-cf87-49e4-9380-53f7d9a5486b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3502 | 2024.05.15 03:43:39.778022 [ 3 ] {7027cbfd-1317-4d5b-8cb7-06fb5c659249} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3503 | 2024.05.15 03:43:39.778070 [ 3 ] {7027cbfd-1317-4d5b-8cb7-06fb5c659249} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3504 | 2024.05.15 03:43:39.778233 [ 3 ] {7027cbfd-1317-4d5b-8cb7-06fb5c659249} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3505 | 2024.05.15 03:43:39.778686 [ 3 ] {7027cbfd-1317-4d5b-8cb7-06fb5c659249} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3506 | 2024.05.15 03:43:39.778728 [ 3 ] {7027cbfd-1317-4d5b-8cb7-06fb5c659249} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3507 | 2024.05.15 03:43:39.779136 [ 3 ] {7027cbfd-1317-4d5b-8cb7-06fb5c659249} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3508 | 2024.05.15 03:43:39.779482 [ 3 ] {7027cbfd-1317-4d5b-8cb7-06fb5c659249} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3509 | 2024.05.15 03:43:39.779648 [ 3 ] {7027cbfd-1317-4d5b-8cb7-06fb5c659249} <Debug> executeQuery: Read 27 rows, 37.31 KiB in 0.001823 sec., 14810.751508502468 rows/sec., 19.99 MiB/sec. | ||
3510 | 2024.05.15 03:43:39.779972 [ 3 ] {7027cbfd-1317-4d5b-8cb7-06fb5c659249} <Debug> DynamicQueryHandler: Done processing query | ||
3511 | 2024.05.15 03:43:39.779996 [ 3 ] {7027cbfd-1317-4d5b-8cb7-06fb5c659249} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
3512 | 2024.05.15 03:43:39.780012 [ 3 ] {} <Debug> HTTP-Session: bd816ef4-cf87-49e4-9380-53f7d9a5486b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3513 | 2024.05.15 03:43:39.780127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3514 | 2024.05.15 03:43:39.780176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3515 | 2024.05.15 03:43:39.780195 [ 3 ] {} <Debug> HTTP-Session: 687157a3-971a-41f7-867f-a6ea5a54e33b Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3516 | 2024.05.15 03:43:39.780211 [ 3 ] {} <Debug> HTTP-Session: 687157a3-971a-41f7-867f-a6ea5a54e33b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3517 | 2024.05.15 03:43:39.780225 [ 3 ] {} <Debug> HTTP-Session: 687157a3-971a-41f7-867f-a6ea5a54e33b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3518 | 2024.05.15 03:43:39.780255 [ 3 ] {} <Trace> HTTP-Session: 687157a3-971a-41f7-867f-a6ea5a54e33b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3519 | 2024.05.15 03:43:39.780391 [ 3 ] {2b24e931-1957-40df-b8ef-c15bd7a2fc43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3520 | 2024.05.15 03:43:39.780435 [ 3 ] {2b24e931-1957-40df-b8ef-c15bd7a2fc43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3521 | 2024.05.15 03:43:39.780575 [ 3 ] {2b24e931-1957-40df-b8ef-c15bd7a2fc43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3522 | 2024.05.15 03:43:39.780938 [ 3 ] {2b24e931-1957-40df-b8ef-c15bd7a2fc43} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3523 | 2024.05.15 03:43:39.780974 [ 3 ] {2b24e931-1957-40df-b8ef-c15bd7a2fc43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3524 | 2024.05.15 03:43:39.781326 [ 3 ] {2b24e931-1957-40df-b8ef-c15bd7a2fc43} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3525 | 2024.05.15 03:43:39.781644 [ 3 ] {2b24e931-1957-40df-b8ef-c15bd7a2fc43} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3526 | 2024.05.15 03:43:39.781763 [ 3 ] {2b24e931-1957-40df-b8ef-c15bd7a2fc43} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001434 sec., 41841.00418410042 rows/sec., 2.82 MiB/sec. | ||
3527 | 2024.05.15 03:43:39.781929 [ 3 ] {2b24e931-1957-40df-b8ef-c15bd7a2fc43} <Debug> DynamicQueryHandler: Done processing query | ||
3528 | 2024.05.15 03:43:39.781952 [ 3 ] {2b24e931-1957-40df-b8ef-c15bd7a2fc43} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3529 | 2024.05.15 03:43:39.781967 [ 3 ] {} <Debug> HTTP-Session: 687157a3-971a-41f7-867f-a6ea5a54e33b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3530 | 2024.05.15 03:43:44.768635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 479, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3531 | 2024.05.15 03:43:44.768764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3532 | 2024.05.15 03:43:44.768790 [ 3 ] {} <Debug> HTTP-Session: 3255c85c-5db3-4db4-99ce-6b2e3dc1da0a Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3533 | 2024.05.15 03:43:44.768814 [ 3 ] {} <Debug> HTTP-Session: 3255c85c-5db3-4db4-99ce-6b2e3dc1da0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3534 | 2024.05.15 03:43:44.768829 [ 3 ] {} <Debug> HTTP-Session: 3255c85c-5db3-4db4-99ce-6b2e3dc1da0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3535 | 2024.05.15 03:43:44.768878 [ 3 ] {} <Trace> HTTP-Session: 3255c85c-5db3-4db4-99ce-6b2e3dc1da0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3536 | 2024.05.15 03:43:44.769056 [ 3 ] {8c6d5e64-023e-40b3-9057-6ea90ae88e71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3537 | 2024.05.15 03:43:44.769124 [ 3 ] {8c6d5e64-023e-40b3-9057-6ea90ae88e71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3538 | 2024.05.15 03:43:44.769311 [ 3 ] {8c6d5e64-023e-40b3-9057-6ea90ae88e71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3539 | 2024.05.15 03:43:44.769746 [ 3 ] {8c6d5e64-023e-40b3-9057-6ea90ae88e71} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3540 | 2024.05.15 03:43:44.769795 [ 3 ] {8c6d5e64-023e-40b3-9057-6ea90ae88e71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3541 | 2024.05.15 03:43:44.770162 [ 3 ] {8c6d5e64-023e-40b3-9057-6ea90ae88e71} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3542 | 2024.05.15 03:43:44.770492 [ 3 ] {8c6d5e64-023e-40b3-9057-6ea90ae88e71} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3543 | 2024.05.15 03:43:44.770665 [ 3 ] {8c6d5e64-023e-40b3-9057-6ea90ae88e71} <Debug> executeQuery: Read 3 rows, 249.00 B in 0.001652 sec., 1815.9806295399515 rows/sec., 147.19 KiB/sec. | ||
3544 | 2024.05.15 03:43:44.770677 [ 118 ] {} <Debug> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
3545 | 2024.05.15 03:43:44.770774 [ 118 ] {} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3546 | 2024.05.15 03:43:44.770828 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3547 | 2024.05.15 03:43:44.770951 [ 3 ] {8c6d5e64-023e-40b3-9057-6ea90ae88e71} <Debug> DynamicQueryHandler: Done processing query | ||
3548 | 2024.05.15 03:43:44.770972 [ 199 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::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 | ||
3549 | 2024.05.15 03:43:44.770984 [ 3 ] {8c6d5e64-023e-40b3-9057-6ea90ae88e71} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3550 | 2024.05.15 03:43:44.771017 [ 3 ] {} <Debug> HTTP-Session: 3255c85c-5db3-4db4-99ce-6b2e3dc1da0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3551 | 2024.05.15 03:43:44.771119 [ 199 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3552 | 2024.05.15 03:43:44.771160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3553 | 2024.05.15 03:43:44.771161 [ 199 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 30 rows starting from the beginning of the part | ||
3554 | 2024.05.15 03:43:44.771231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3555 | 2024.05.15 03:43:44.771268 [ 3 ] {} <Debug> HTTP-Session: 99e06d9d-5716-4dc8-b815-8aa8fd878286 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3556 | 2024.05.15 03:43:44.771292 [ 199 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 3 rows starting from the beginning of the part | ||
3557 | 2024.05.15 03:43:44.771309 [ 3 ] {} <Debug> HTTP-Session: 99e06d9d-5716-4dc8-b815-8aa8fd878286 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3558 | 2024.05.15 03:43:44.771386 [ 3 ] {} <Debug> HTTP-Session: 99e06d9d-5716-4dc8-b815-8aa8fd878286 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3559 | 2024.05.15 03:43:44.771549 [ 3 ] {} <Trace> HTTP-Session: 99e06d9d-5716-4dc8-b815-8aa8fd878286 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3560 | 2024.05.15 03:43:44.771663 [ 199 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 27 rows starting from the beginning of the part | ||
3561 | 2024.05.15 03:43:44.772031 [ 199 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 3 rows starting from the beginning of the part | ||
3562 | 2024.05.15 03:43:44.772064 [ 3 ] {ac8d9ce8-be42-4223-a0fc-e6a038c749c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3563 | 2024.05.15 03:43:44.772190 [ 3 ] {ac8d9ce8-be42-4223-a0fc-e6a038c749c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3564 | 2024.05.15 03:43:44.772240 [ 199 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 27 rows starting from the beginning of the part | ||
3565 | 2024.05.15 03:43:44.772584 [ 199 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 3 rows starting from the beginning of the part | ||
3566 | 2024.05.15 03:43:44.773158 [ 3 ] {ac8d9ce8-be42-4223-a0fc-e6a038c749c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3567 | 2024.05.15 03:43:44.773712 [ 3 ] {ac8d9ce8-be42-4223-a0fc-e6a038c749c9} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3568 | 2024.05.15 03:43:44.773757 [ 3 ] {ac8d9ce8-be42-4223-a0fc-e6a038c749c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3569 | 2024.05.15 03:43:44.774311 [ 3 ] {ac8d9ce8-be42-4223-a0fc-e6a038c749c9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3570 | 2024.05.15 03:43:44.774322 [ 195 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 93 rows, containing 4 columns (4 merged, 0 gathered) in 0.003411175 sec., 27263.333015749708 rows/sec., 2.16 MiB/sec. | ||
3571 | 2024.05.15 03:43:44.774655 [ 201 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
3572 | 2024.05.15 03:43:44.774849 [ 3 ] {ac8d9ce8-be42-4223-a0fc-e6a038c749c9} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3573 | 2024.05.15 03:43:44.775364 [ 3 ] {ac8d9ce8-be42-4223-a0fc-e6a038c749c9} <Debug> executeQuery: Read 65 rows, 5.24 KiB in 0.003519 sec., 18471.15657857346 rows/sec., 1.46 MiB/sec. | ||
3574 | 2024.05.15 03:43:44.776112 [ 201 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_15_3} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3575 | 2024.05.15 03:43:44.776132 [ 3 ] {ac8d9ce8-be42-4223-a0fc-e6a038c749c9} <Debug> DynamicQueryHandler: Done processing query | ||
3576 | 2024.05.15 03:43:44.776186 [ 3 ] {ac8d9ce8-be42-4223-a0fc-e6a038c749c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3577 | 2024.05.15 03:43:44.776218 [ 3 ] {} <Debug> HTTP-Session: 99e06d9d-5716-4dc8-b815-8aa8fd878286 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3578 | 2024.05.15 03:43:44.776293 [ 201 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_15_3} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
3579 | 2024.05.15 03:43:44.776423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 11390, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3580 | 2024.05.15 03:43:44.776437 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
3581 | 2024.05.15 03:43:44.776497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3582 | 2024.05.15 03:43:44.776523 [ 3 ] {} <Debug> HTTP-Session: d9a56d41-8e98-4c3f-a496-9b8b48993901 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3583 | 2024.05.15 03:43:44.776540 [ 3 ] {} <Debug> HTTP-Session: d9a56d41-8e98-4c3f-a496-9b8b48993901 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3584 | 2024.05.15 03:43:44.776553 [ 3 ] {} <Debug> HTTP-Session: d9a56d41-8e98-4c3f-a496-9b8b48993901 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3585 | 2024.05.15 03:43:44.776584 [ 3 ] {} <Trace> HTTP-Session: d9a56d41-8e98-4c3f-a496-9b8b48993901 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3586 | 2024.05.15 03:43:44.776714 [ 3 ] {d92b8fb3-0939-4f60-b5e6-6100c53aa608} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3587 | 2024.05.15 03:43:44.776759 [ 3 ] {d92b8fb3-0939-4f60-b5e6-6100c53aa608} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3588 | 2024.05.15 03:43:44.776909 [ 3 ] {d92b8fb3-0939-4f60-b5e6-6100c53aa608} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3589 | 2024.05.15 03:43:44.777290 [ 3 ] {d92b8fb3-0939-4f60-b5e6-6100c53aa608} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3590 | 2024.05.15 03:43:44.777327 [ 3 ] {d92b8fb3-0939-4f60-b5e6-6100c53aa608} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3591 | 2024.05.15 03:43:44.777641 [ 3 ] {d92b8fb3-0939-4f60-b5e6-6100c53aa608} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3592 | 2024.05.15 03:43:44.777944 [ 3 ] {d92b8fb3-0939-4f60-b5e6-6100c53aa608} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3593 | 2024.05.15 03:43:44.778096 [ 3 ] {d92b8fb3-0939-4f60-b5e6-6100c53aa608} <Debug> executeQuery: Read 67 rows, 5.36 KiB in 0.00142 sec., 47183.09859154929 rows/sec., 3.68 MiB/sec. | ||
3594 | 2024.05.15 03:43:44.778271 [ 3 ] {d92b8fb3-0939-4f60-b5e6-6100c53aa608} <Debug> DynamicQueryHandler: Done processing query | ||
3595 | 2024.05.15 03:43:44.778296 [ 3 ] {d92b8fb3-0939-4f60-b5e6-6100c53aa608} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3596 | 2024.05.15 03:43:44.778311 [ 3 ] {} <Debug> HTTP-Session: d9a56d41-8e98-4c3f-a496-9b8b48993901 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3597 | 2024.05.15 03:43:44.778447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3598 | 2024.05.15 03:43:44.778495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3599 | 2024.05.15 03:43:44.778513 [ 3 ] {} <Debug> HTTP-Session: bcd1e082-bcd2-44c3-aca4-d2c194440a98 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3600 | 2024.05.15 03:43:44.778529 [ 3 ] {} <Debug> HTTP-Session: bcd1e082-bcd2-44c3-aca4-d2c194440a98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3601 | 2024.05.15 03:43:44.778542 [ 3 ] {} <Debug> HTTP-Session: bcd1e082-bcd2-44c3-aca4-d2c194440a98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3602 | 2024.05.15 03:43:44.778572 [ 3 ] {} <Trace> HTTP-Session: bcd1e082-bcd2-44c3-aca4-d2c194440a98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3603 | 2024.05.15 03:43:44.778724 [ 3 ] {0e3752a5-076b-4376-9c8a-296e1c010bd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3604 | 2024.05.15 03:43:44.778771 [ 3 ] {0e3752a5-076b-4376-9c8a-296e1c010bd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3605 | 2024.05.15 03:43:44.778917 [ 3 ] {0e3752a5-076b-4376-9c8a-296e1c010bd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3606 | 2024.05.15 03:43:44.779303 [ 3 ] {0e3752a5-076b-4376-9c8a-296e1c010bd3} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3607 | 2024.05.15 03:43:44.779339 [ 3 ] {0e3752a5-076b-4376-9c8a-296e1c010bd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3608 | 2024.05.15 03:43:44.779725 [ 3 ] {0e3752a5-076b-4376-9c8a-296e1c010bd3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3609 | 2024.05.15 03:43:44.780047 [ 3 ] {0e3752a5-076b-4376-9c8a-296e1c010bd3} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3610 | 2024.05.15 03:43:44.780219 [ 3 ] {0e3752a5-076b-4376-9c8a-296e1c010bd3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001564 sec., 102301.79028132992 rows/sec., 7.13 MiB/sec. | ||
3611 | 2024.05.15 03:43:44.780548 [ 3 ] {0e3752a5-076b-4376-9c8a-296e1c010bd3} <Debug> DynamicQueryHandler: Done processing query | ||
3612 | 2024.05.15 03:43:44.780574 [ 3 ] {0e3752a5-076b-4376-9c8a-296e1c010bd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3613 | 2024.05.15 03:43:44.780590 [ 3 ] {} <Debug> HTTP-Session: bcd1e082-bcd2-44c3-aca4-d2c194440a98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3614 | 2024.05.15 03:43:44.780705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 3269, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3615 | 2024.05.15 03:43:44.780756 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3616 | 2024.05.15 03:43:44.780775 [ 3 ] {} <Debug> HTTP-Session: 71ed67fe-0196-425c-8583-bd74247c3571 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3617 | 2024.05.15 03:43:44.780811 [ 3 ] {} <Debug> HTTP-Session: 71ed67fe-0196-425c-8583-bd74247c3571 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3618 | 2024.05.15 03:43:44.780848 [ 3 ] {} <Debug> HTTP-Session: 71ed67fe-0196-425c-8583-bd74247c3571 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3619 | 2024.05.15 03:43:44.780890 [ 3 ] {} <Trace> HTTP-Session: 71ed67fe-0196-425c-8583-bd74247c3571 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3620 | 2024.05.15 03:43:44.781062 [ 3 ] {8aaddaf2-fc31-48be-9d8e-6051e58dab30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3621 | 2024.05.15 03:43:44.781122 [ 3 ] {8aaddaf2-fc31-48be-9d8e-6051e58dab30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3622 | 2024.05.15 03:43:44.781338 [ 3 ] {8aaddaf2-fc31-48be-9d8e-6051e58dab30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3623 | 2024.05.15 03:43:44.781645 [ 3 ] {8aaddaf2-fc31-48be-9d8e-6051e58dab30} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3624 | 2024.05.15 03:43:44.781680 [ 3 ] {8aaddaf2-fc31-48be-9d8e-6051e58dab30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3625 | 2024.05.15 03:43:44.782075 [ 3 ] {8aaddaf2-fc31-48be-9d8e-6051e58dab30} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3626 | 2024.05.15 03:43:44.782414 [ 3 ] {8aaddaf2-fc31-48be-9d8e-6051e58dab30} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3627 | 2024.05.15 03:43:44.782580 [ 3 ] {8aaddaf2-fc31-48be-9d8e-6051e58dab30} <Debug> executeQuery: Read 3 rows, 4.15 KiB in 0.001584 sec., 1893.939393939394 rows/sec., 2.56 MiB/sec. | ||
3628 | 2024.05.15 03:43:44.782901 [ 3 ] {8aaddaf2-fc31-48be-9d8e-6051e58dab30} <Debug> DynamicQueryHandler: Done processing query | ||
3629 | 2024.05.15 03:43:44.782925 [ 3 ] {8aaddaf2-fc31-48be-9d8e-6051e58dab30} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3630 | 2024.05.15 03:43:44.782941 [ 3 ] {} <Debug> HTTP-Session: 71ed67fe-0196-425c-8583-bd74247c3571 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3631 | 2024.05.15 03:43:44.783075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3632 | 2024.05.15 03:43:44.783126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3633 | 2024.05.15 03:43:44.783145 [ 3 ] {} <Debug> HTTP-Session: 8a59683c-204b-4658-9424-590b83eae095 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3634 | 2024.05.15 03:43:44.783161 [ 3 ] {} <Debug> HTTP-Session: 8a59683c-204b-4658-9424-590b83eae095 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3635 | 2024.05.15 03:43:44.783175 [ 3 ] {} <Debug> HTTP-Session: 8a59683c-204b-4658-9424-590b83eae095 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3636 | 2024.05.15 03:43:44.783206 [ 3 ] {} <Trace> HTTP-Session: 8a59683c-204b-4658-9424-590b83eae095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3637 | 2024.05.15 03:43:44.783328 [ 3 ] {34404fa9-a2b9-415a-84b8-f175abef29a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3638 | 2024.05.15 03:43:44.783374 [ 3 ] {34404fa9-a2b9-415a-84b8-f175abef29a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3639 | 2024.05.15 03:43:44.783521 [ 3 ] {34404fa9-a2b9-415a-84b8-f175abef29a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3640 | 2024.05.15 03:43:44.783826 [ 3 ] {34404fa9-a2b9-415a-84b8-f175abef29a3} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3641 | 2024.05.15 03:43:44.783862 [ 3 ] {34404fa9-a2b9-415a-84b8-f175abef29a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3642 | 2024.05.15 03:43:44.784218 [ 3 ] {34404fa9-a2b9-415a-84b8-f175abef29a3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3643 | 2024.05.15 03:43:44.784530 [ 3 ] {34404fa9-a2b9-415a-84b8-f175abef29a3} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3644 | 2024.05.15 03:43:44.784687 [ 3 ] {34404fa9-a2b9-415a-84b8-f175abef29a3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001399 sec., 42887.776983559685 rows/sec., 2.89 MiB/sec. | ||
3645 | 2024.05.15 03:43:44.784855 [ 3 ] {34404fa9-a2b9-415a-84b8-f175abef29a3} <Debug> DynamicQueryHandler: Done processing query | ||
3646 | 2024.05.15 03:43:44.784879 [ 3 ] {34404fa9-a2b9-415a-84b8-f175abef29a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3647 | 2024.05.15 03:43:44.784895 [ 3 ] {} <Debug> HTTP-Session: 8a59683c-204b-4658-9424-590b83eae095 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3648 | 2024.05.15 03:43:49.770428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 3923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3649 | 2024.05.15 03:43:49.770557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3650 | 2024.05.15 03:43:49.770581 [ 3 ] {} <Debug> HTTP-Session: b0270c0c-55e4-4053-a012-7ba8a99e3e61 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3651 | 2024.05.15 03:43:49.770603 [ 3 ] {} <Debug> HTTP-Session: b0270c0c-55e4-4053-a012-7ba8a99e3e61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3652 | 2024.05.15 03:43:49.770617 [ 3 ] {} <Debug> HTTP-Session: b0270c0c-55e4-4053-a012-7ba8a99e3e61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3653 | 2024.05.15 03:43:49.770666 [ 3 ] {} <Trace> HTTP-Session: b0270c0c-55e4-4053-a012-7ba8a99e3e61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3654 | 2024.05.15 03:43:49.770853 [ 3 ] {29408af6-bfab-494b-872b-43f8d9c1ded6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3655 | 2024.05.15 03:43:49.770921 [ 3 ] {29408af6-bfab-494b-872b-43f8d9c1ded6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3656 | 2024.05.15 03:43:49.771102 [ 3 ] {29408af6-bfab-494b-872b-43f8d9c1ded6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3657 | 2024.05.15 03:43:49.771527 [ 3 ] {29408af6-bfab-494b-872b-43f8d9c1ded6} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3658 | 2024.05.15 03:43:49.771568 [ 3 ] {29408af6-bfab-494b-872b-43f8d9c1ded6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3659 | 2024.05.15 03:43:49.771931 [ 3 ] {29408af6-bfab-494b-872b-43f8d9c1ded6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3660 | 2024.05.15 03:43:49.772257 [ 3 ] {29408af6-bfab-494b-872b-43f8d9c1ded6} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3661 | 2024.05.15 03:43:49.772406 [ 3 ] {29408af6-bfab-494b-872b-43f8d9c1ded6} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.00161 sec., 16770.186335403727 rows/sec., 1.33 MiB/sec. | ||
3662 | 2024.05.15 03:43:49.772616 [ 3 ] {29408af6-bfab-494b-872b-43f8d9c1ded6} <Debug> DynamicQueryHandler: Done processing query | ||
3663 | 2024.05.15 03:43:49.772643 [ 3 ] {29408af6-bfab-494b-872b-43f8d9c1ded6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3664 | 2024.05.15 03:43:49.772660 [ 3 ] {} <Debug> HTTP-Session: b0270c0c-55e4-4053-a012-7ba8a99e3e61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3665 | 2024.05.15 03:43:49.772806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 20046, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3666 | 2024.05.15 03:43:49.772861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3667 | 2024.05.15 03:43:49.772882 [ 3 ] {} <Debug> HTTP-Session: 702da5d5-02d3-46ca-99ce-9fa0d58de6f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3668 | 2024.05.15 03:43:49.772900 [ 3 ] {} <Debug> HTTP-Session: 702da5d5-02d3-46ca-99ce-9fa0d58de6f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3669 | 2024.05.15 03:43:49.772913 [ 3 ] {} <Debug> HTTP-Session: 702da5d5-02d3-46ca-99ce-9fa0d58de6f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3670 | 2024.05.15 03:43:49.772948 [ 3 ] {} <Trace> HTTP-Session: 702da5d5-02d3-46ca-99ce-9fa0d58de6f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3671 | 2024.05.15 03:43:49.773090 [ 3 ] {c2c3666c-2b25-4e66-bdf2-e2a55930a08f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3672 | 2024.05.15 03:43:49.773139 [ 3 ] {c2c3666c-2b25-4e66-bdf2-e2a55930a08f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3673 | 2024.05.15 03:43:49.773275 [ 3 ] {c2c3666c-2b25-4e66-bdf2-e2a55930a08f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3674 | 2024.05.15 03:43:49.773658 [ 3 ] {c2c3666c-2b25-4e66-bdf2-e2a55930a08f} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3675 | 2024.05.15 03:43:49.773695 [ 3 ] {c2c3666c-2b25-4e66-bdf2-e2a55930a08f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3676 | 2024.05.15 03:43:49.774004 [ 3 ] {c2c3666c-2b25-4e66-bdf2-e2a55930a08f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3677 | 2024.05.15 03:43:49.774299 [ 3 ] {c2c3666c-2b25-4e66-bdf2-e2a55930a08f} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3678 | 2024.05.15 03:43:49.774423 [ 3 ] {c2c3666c-2b25-4e66-bdf2-e2a55930a08f} <Debug> executeQuery: Read 137 rows, 11.71 KiB in 0.001393 sec., 98348.88729361091 rows/sec., 8.21 MiB/sec. | ||
3679 | 2024.05.15 03:43:49.774429 [ 127 ] {} <Debug> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3680 | 2024.05.15 03:43:49.774485 [ 127 ] {} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3681 | 2024.05.15 03:43:49.774511 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3682 | 2024.05.15 03:43:49.774616 [ 3 ] {c2c3666c-2b25-4e66-bdf2-e2a55930a08f} <Debug> DynamicQueryHandler: Done processing query | ||
3683 | 2024.05.15 03:43:49.774626 [ 199 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::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 | ||
3684 | 2024.05.15 03:43:49.774643 [ 3 ] {c2c3666c-2b25-4e66-bdf2-e2a55930a08f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3685 | 2024.05.15 03:43:49.774674 [ 3 ] {} <Debug> HTTP-Session: 702da5d5-02d3-46ca-99ce-9fa0d58de6f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3686 | 2024.05.15 03:43:49.774765 [ 199 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3687 | 2024.05.15 03:43:49.774803 [ 199 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 184 rows starting from the beginning of the part | ||
3688 | 2024.05.15 03:43:49.774815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 15458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3689 | 2024.05.15 03:43:49.774890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3690 | 2024.05.15 03:43:49.774903 [ 199 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 174 rows starting from the beginning of the part | ||
3691 | 2024.05.15 03:43:49.774912 [ 3 ] {} <Debug> HTTP-Session: 8fb7deba-21e8-4fe9-b0e2-38cd08549f28 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3692 | 2024.05.15 03:43:49.774993 [ 3 ] {} <Debug> HTTP-Session: 8fb7deba-21e8-4fe9-b0e2-38cd08549f28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3693 | 2024.05.15 03:43:49.775051 [ 3 ] {} <Debug> HTTP-Session: 8fb7deba-21e8-4fe9-b0e2-38cd08549f28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3694 | 2024.05.15 03:43:49.775236 [ 3 ] {} <Trace> HTTP-Session: 8fb7deba-21e8-4fe9-b0e2-38cd08549f28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3695 | 2024.05.15 03:43:49.775316 [ 199 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 65 rows starting from the beginning of the part | ||
3696 | 2024.05.15 03:43:49.775589 [ 199 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 137 rows starting from the beginning of the part | ||
3697 | 2024.05.15 03:43:49.775599 [ 3 ] {7a172f31-8b25-4b19-b648-f53a64b38420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3698 | 2024.05.15 03:43:49.775752 [ 3 ] {7a172f31-8b25-4b19-b648-f53a64b38420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3699 | 2024.05.15 03:43:49.775870 [ 199 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 65 rows starting from the beginning of the part | ||
3700 | 2024.05.15 03:43:49.776134 [ 199 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 137 rows starting from the beginning of the part | ||
3701 | 2024.05.15 03:43:49.776626 [ 3 ] {7a172f31-8b25-4b19-b648-f53a64b38420} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3702 | 2024.05.15 03:43:49.777173 [ 3 ] {7a172f31-8b25-4b19-b648-f53a64b38420} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3703 | 2024.05.15 03:43:49.777216 [ 3 ] {7a172f31-8b25-4b19-b648-f53a64b38420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3704 | 2024.05.15 03:43:49.777752 [ 3 ] {7a172f31-8b25-4b19-b648-f53a64b38420} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3705 | 2024.05.15 03:43:49.777965 [ 199 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 762 rows, containing 4 columns (4 merged, 0 gathered) in 0.003395525 sec., 224413.0141877913 rows/sec., 18.41 MiB/sec. | ||
3706 | 2024.05.15 03:43:49.778118 [ 199 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3707 | 2024.05.15 03:43:49.778224 [ 3 ] {7a172f31-8b25-4b19-b648-f53a64b38420} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3708 | 2024.05.15 03:43:49.778440 [ 127 ] {} <Debug> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3709 | 2024.05.15 03:43:49.778476 [ 3 ] {7a172f31-8b25-4b19-b648-f53a64b38420} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.003051 sec., 29826.286463454606 rows/sec., 2.33 MiB/sec. | ||
3710 | 2024.05.15 03:43:49.778483 [ 127 ] {} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3711 | 2024.05.15 03:43:49.778529 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3712 | 2024.05.15 03:43:49.778734 [ 195 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::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 | ||
3713 | 2024.05.15 03:43:49.778743 [ 199 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_21_4} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3714 | 2024.05.15 03:43:49.778780 [ 3 ] {7a172f31-8b25-4b19-b648-f53a64b38420} <Debug> DynamicQueryHandler: Done processing query | ||
3715 | 2024.05.15 03:43:49.778826 [ 3 ] {7a172f31-8b25-4b19-b648-f53a64b38420} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3716 | 2024.05.15 03:43:49.778870 [ 3 ] {} <Debug> HTTP-Session: 8fb7deba-21e8-4fe9-b0e2-38cd08549f28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3717 | 2024.05.15 03:43:49.778931 [ 199 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_21_4} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3718 | 2024.05.15 03:43:49.778954 [ 195 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3719 | 2024.05.15 03:43:49.778995 [ 195 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 140 rows starting from the beginning of the part | ||
3720 | 2024.05.15 03:43:49.779020 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
3721 | 2024.05.15 03:43:49.779104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3722 | 2024.05.15 03:43:49.779146 [ 195 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 117 rows starting from the beginning of the part | ||
3723 | 2024.05.15 03:43:49.779206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3724 | 2024.05.15 03:43:49.779260 [ 3 ] {} <Debug> HTTP-Session: 64f42117-0ff5-409b-b0d2-9d94e271b02e Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3725 | 2024.05.15 03:43:49.779273 [ 195 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 67 rows starting from the beginning of the part | ||
3726 | 2024.05.15 03:43:49.779335 [ 3 ] {} <Debug> HTTP-Session: 64f42117-0ff5-409b-b0d2-9d94e271b02e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3727 | 2024.05.15 03:43:49.779387 [ 3 ] {} <Debug> HTTP-Session: 64f42117-0ff5-409b-b0d2-9d94e271b02e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3728 | 2024.05.15 03:43:49.779563 [ 3 ] {} <Trace> HTTP-Session: 64f42117-0ff5-409b-b0d2-9d94e271b02e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3729 | 2024.05.15 03:43:49.779666 [ 195 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 91 rows starting from the beginning of the part | ||
3730 | 2024.05.15 03:43:49.779791 [ 195 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 67 rows starting from the beginning of the part | ||
3731 | 2024.05.15 03:43:49.779896 [ 3 ] {ed9b628a-7d80-4472-9be2-7f8f900e69eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3732 | 2024.05.15 03:43:49.779910 [ 195 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 91 rows starting from the beginning of the part | ||
3733 | 2024.05.15 03:43:49.780003 [ 3 ] {ed9b628a-7d80-4472-9be2-7f8f900e69eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3734 | 2024.05.15 03:43:49.780525 [ 3 ] {ed9b628a-7d80-4472-9be2-7f8f900e69eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3735 | 2024.05.15 03:43:49.781354 [ 3 ] {ed9b628a-7d80-4472-9be2-7f8f900e69eb} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3736 | 2024.05.15 03:43:49.781395 [ 3 ] {ed9b628a-7d80-4472-9be2-7f8f900e69eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3737 | 2024.05.15 03:43:49.781770 [ 190 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 4 columns (4 merged, 0 gathered) in 0.003143542 sec., 182278.46168430388 rows/sec., 14.23 MiB/sec. | ||
3738 | 2024.05.15 03:43:49.782036 [ 3 ] {ed9b628a-7d80-4472-9be2-7f8f900e69eb} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3739 | 2024.05.15 03:43:49.782080 [ 190 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3740 | 2024.05.15 03:43:49.782796 [ 3 ] {ed9b628a-7d80-4472-9be2-7f8f900e69eb} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3741 | 2024.05.15 03:43:49.782989 [ 190 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_21_4} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3742 | 2024.05.15 03:43:49.783020 [ 127 ] {} <Debug> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3743 | 2024.05.15 03:43:49.783080 [ 3 ] {ed9b628a-7d80-4472-9be2-7f8f900e69eb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003303 sec., 48440.81138359068 rows/sec., 3.37 MiB/sec. | ||
3744 | 2024.05.15 03:43:49.783095 [ 127 ] {} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3745 | 2024.05.15 03:43:49.783168 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3746 | 2024.05.15 03:43:49.783436 [ 190 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_21_4} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3747 | 2024.05.15 03:43:49.783760 [ 195 ] {71f1229b-f75c-406d-b583-5004b931a391::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 | ||
3748 | 2024.05.15 03:43:49.783816 [ 3 ] {ed9b628a-7d80-4472-9be2-7f8f900e69eb} <Debug> DynamicQueryHandler: Done processing query | ||
3749 | 2024.05.15 03:43:49.783882 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
3750 | 2024.05.15 03:43:49.783937 [ 3 ] {ed9b628a-7d80-4472-9be2-7f8f900e69eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3751 | 2024.05.15 03:43:49.784057 [ 3 ] {} <Debug> HTTP-Session: 64f42117-0ff5-409b-b0d2-9d94e271b02e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3752 | 2024.05.15 03:43:49.784339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 28917, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3753 | 2024.05.15 03:43:49.784459 [ 195 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3754 | 2024.05.15 03:43:49.784476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3755 | 2024.05.15 03:43:49.784511 [ 3 ] {} <Debug> HTTP-Session: 7fc8bfbd-8ac2-4d99-9cb7-03e403d3e9e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3756 | 2024.05.15 03:43:49.784514 [ 195 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2174 rows starting from the beginning of the part | ||
3757 | 2024.05.15 03:43:49.784532 [ 3 ] {} <Debug> HTTP-Session: 7fc8bfbd-8ac2-4d99-9cb7-03e403d3e9e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3758 | 2024.05.15 03:43:49.784553 [ 3 ] {} <Debug> HTTP-Session: 7fc8bfbd-8ac2-4d99-9cb7-03e403d3e9e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3759 | 2024.05.15 03:43:49.784628 [ 3 ] {} <Trace> HTTP-Session: 7fc8bfbd-8ac2-4d99-9cb7-03e403d3e9e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3760 | 2024.05.15 03:43:49.784646 [ 195 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 197 rows starting from the beginning of the part | ||
3761 | 2024.05.15 03:43:49.784869 [ 195 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part | ||
3762 | 2024.05.15 03:43:49.785141 [ 195 ] {71f1229b-f75c-406d-b583-5004b931a391::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 | ||
3763 | 2024.05.15 03:43:49.785156 [ 3 ] {606a46ec-91a6-42a1-acad-8d405206c329} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3764 | 2024.05.15 03:43:49.785269 [ 3 ] {606a46ec-91a6-42a1-acad-8d405206c329} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3765 | 2024.05.15 03:43:49.785285 [ 195 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part | ||
3766 | 2024.05.15 03:43:49.785521 [ 195 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part | ||
3767 | 2024.05.15 03:43:49.786142 [ 3 ] {606a46ec-91a6-42a1-acad-8d405206c329} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3768 | 2024.05.15 03:43:49.786751 [ 3 ] {606a46ec-91a6-42a1-acad-8d405206c329} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3769 | 2024.05.15 03:43:49.786799 [ 3 ] {606a46ec-91a6-42a1-acad-8d405206c329} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3770 | 2024.05.15 03:43:49.787427 [ 3 ] {606a46ec-91a6-42a1-acad-8d405206c329} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3771 | 2024.05.15 03:43:49.787851 [ 194 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3011 rows, containing 5 columns (5 merged, 0 gathered) in 0.004536266 sec., 663761.7811653903 rows/sec., 46.19 MiB/sec. | ||
3772 | 2024.05.15 03:43:49.787975 [ 3 ] {606a46ec-91a6-42a1-acad-8d405206c329} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3773 | 2024.05.15 03:43:49.788160 [ 127 ] {} <Debug> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3774 | 2024.05.15 03:43:49.788205 [ 3 ] {606a46ec-91a6-42a1-acad-8d405206c329} <Debug> executeQuery: Read 27 rows, 37.31 KiB in 0.003436 sec., 7857.974388824215 rows/sec., 10.60 MiB/sec. | ||
3775 | 2024.05.15 03:43:49.788226 [ 127 ] {} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3776 | 2024.05.15 03:43:49.788314 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3777 | 2024.05.15 03:43:49.788361 [ 194 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3778 | 2024.05.15 03:43:49.788758 [ 190 ] {90488c31-5655-4b57-9c82-7f06c13ce777::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 | ||
3779 | 2024.05.15 03:43:49.788808 [ 3 ] {606a46ec-91a6-42a1-acad-8d405206c329} <Debug> DynamicQueryHandler: Done processing query | ||
3780 | 2024.05.15 03:43:49.788862 [ 3 ] {606a46ec-91a6-42a1-acad-8d405206c329} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
3781 | 2024.05.15 03:43:49.788941 [ 3 ] {} <Debug> HTTP-Session: 7fc8bfbd-8ac2-4d99-9cb7-03e403d3e9e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3782 | 2024.05.15 03:43:49.789277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3783 | 2024.05.15 03:43:49.789390 [ 190 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3784 | 2024.05.15 03:43:49.789454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3785 | 2024.05.15 03:43:49.789521 [ 190 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 147 rows starting from the beginning of the part | ||
3786 | 2024.05.15 03:43:49.789537 [ 3 ] {} <Debug> HTTP-Session: 1950e0a4-5898-41a4-8ef2-35e83788a20d Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3787 | 2024.05.15 03:43:49.789594 [ 3 ] {} <Debug> HTTP-Session: 1950e0a4-5898-41a4-8ef2-35e83788a20d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3788 | 2024.05.15 03:43:49.789661 [ 3 ] {} <Debug> HTTP-Session: 1950e0a4-5898-41a4-8ef2-35e83788a20d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3789 | 2024.05.15 03:43:49.789880 [ 3 ] {} <Trace> HTTP-Session: 1950e0a4-5898-41a4-8ef2-35e83788a20d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3790 | 2024.05.15 03:43:49.790002 [ 190 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 27 rows starting from the beginning of the part | ||
3791 | 2024.05.15 03:43:49.790156 [ 194 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3792 | 2024.05.15 03:43:49.790461 [ 3 ] {4ed623cf-2a4e-4d01-92dd-52ffa0ebc62a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3793 | 2024.05.15 03:43:49.790534 [ 190 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 3 rows starting from the beginning of the part | ||
3794 | 2024.05.15 03:43:49.790633 [ 194 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3795 | 2024.05.15 03:43:49.790670 [ 3 ] {4ed623cf-2a4e-4d01-92dd-52ffa0ebc62a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3796 | 2024.05.15 03:43:49.790989 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
3797 | 2024.05.15 03:43:49.791007 [ 190 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 27 rows starting from the beginning of the part | ||
3798 | 2024.05.15 03:43:49.791447 [ 190 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 3 rows starting from the beginning of the part | ||
3799 | 2024.05.15 03:43:49.791854 [ 190 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 27 rows starting from the beginning of the part | ||
3800 | 2024.05.15 03:43:49.791892 [ 3 ] {4ed623cf-2a4e-4d01-92dd-52ffa0ebc62a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3801 | 2024.05.15 03:43:49.792784 [ 3 ] {4ed623cf-2a4e-4d01-92dd-52ffa0ebc62a} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3802 | 2024.05.15 03:43:49.792856 [ 3 ] {4ed623cf-2a4e-4d01-92dd-52ffa0ebc62a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3803 | 2024.05.15 03:43:49.793729 [ 3 ] {4ed623cf-2a4e-4d01-92dd-52ffa0ebc62a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3804 | 2024.05.15 03:43:49.794571 [ 3 ] {4ed623cf-2a4e-4d01-92dd-52ffa0ebc62a} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3805 | 2024.05.15 03:43:49.795021 [ 112 ] {} <Debug> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3806 | 2024.05.15 03:43:49.795099 [ 3 ] {4ed623cf-2a4e-4d01-92dd-52ffa0ebc62a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0049 sec., 12244.897959183674 rows/sec., 845.03 KiB/sec. | ||
3807 | 2024.05.15 03:43:49.795147 [ 112 ] {} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3808 | 2024.05.15 03:43:49.795231 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3809 | 2024.05.15 03:43:49.795431 [ 195 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::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 | ||
3810 | 2024.05.15 03:43:49.795466 [ 3 ] {4ed623cf-2a4e-4d01-92dd-52ffa0ebc62a} <Debug> DynamicQueryHandler: Done processing query | ||
3811 | 2024.05.15 03:43:49.795493 [ 3 ] {4ed623cf-2a4e-4d01-92dd-52ffa0ebc62a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3812 | 2024.05.15 03:43:49.795518 [ 3 ] {} <Debug> HTTP-Session: 1950e0a4-5898-41a4-8ef2-35e83788a20d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3813 | 2024.05.15 03:43:49.795602 [ 195 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3814 | 2024.05.15 03:43:49.795637 [ 195 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 594 rows starting from the beginning of the part | ||
3815 | 2024.05.15 03:43:49.795722 [ 195 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::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 | ||
3816 | 2024.05.15 03:43:49.795820 [ 195 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
3817 | 2024.05.15 03:43:49.795912 [ 195 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::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 | ||
3818 | 2024.05.15 03:43:49.796005 [ 195 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
3819 | 2024.05.15 03:43:49.796098 [ 195 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::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 | ||
3820 | 2024.05.15 03:43:49.797161 [ 188 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 894 rows, containing 4 columns (4 merged, 0 gathered) in 0.001803198 sec., 495785.820525533 rows/sec., 33.72 MiB/sec. | ||
3821 | 2024.05.15 03:43:49.797387 [ 197 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3822 | 2024.05.15 03:43:49.798211 [ 197 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_21_4} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3823 | 2024.05.15 03:43:49.798328 [ 190 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 6 columns (6 merged, 0 gathered) in 0.009837221 sec., 23787.205756585117 rows/sec., 32.10 MiB/sec. | ||
3824 | 2024.05.15 03:43:49.798396 [ 197 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_21_4} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3825 | 2024.05.15 03:43:49.798547 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
3826 | 2024.05.15 03:43:49.798718 [ 190 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3827 | 2024.05.15 03:43:49.799134 [ 190 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3828 | 2024.05.15 03:43:49.799212 [ 190 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3829 | 2024.05.15 03:43:49.799294 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. | ||
3830 | 2024.05.15 03:43:54.018666 [ 169 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3831 | 2024.05.15 03:43:54.018766 [ 169 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3832 | 2024.05.15 03:43:54.769227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 479, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3833 | 2024.05.15 03:43:54.769348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3834 | 2024.05.15 03:43:54.769376 [ 3 ] {} <Debug> HTTP-Session: 673b4301-2fdf-4ed2-b7e0-06786978af4a Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3835 | 2024.05.15 03:43:54.769402 [ 3 ] {} <Debug> HTTP-Session: 673b4301-2fdf-4ed2-b7e0-06786978af4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3836 | 2024.05.15 03:43:54.769420 [ 3 ] {} <Debug> HTTP-Session: 673b4301-2fdf-4ed2-b7e0-06786978af4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3837 | 2024.05.15 03:43:54.769474 [ 3 ] {} <Trace> HTTP-Session: 673b4301-2fdf-4ed2-b7e0-06786978af4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3838 | 2024.05.15 03:43:54.769669 [ 3 ] {2d6f2015-d25c-4793-a02c-09657b038d6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3839 | 2024.05.15 03:43:54.769733 [ 3 ] {2d6f2015-d25c-4793-a02c-09657b038d6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3840 | 2024.05.15 03:43:54.769919 [ 3 ] {2d6f2015-d25c-4793-a02c-09657b038d6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3841 | 2024.05.15 03:43:54.770327 [ 3 ] {2d6f2015-d25c-4793-a02c-09657b038d6c} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3842 | 2024.05.15 03:43:54.770373 [ 3 ] {2d6f2015-d25c-4793-a02c-09657b038d6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3843 | 2024.05.15 03:43:54.770735 [ 3 ] {2d6f2015-d25c-4793-a02c-09657b038d6c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3844 | 2024.05.15 03:43:54.771192 [ 3 ] {2d6f2015-d25c-4793-a02c-09657b038d6c} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3845 | 2024.05.15 03:43:54.771427 [ 3 ] {2d6f2015-d25c-4793-a02c-09657b038d6c} <Debug> executeQuery: Read 3 rows, 249.00 B in 0.001799 sec., 1667.5931072818232 rows/sec., 135.17 KiB/sec. | ||
3846 | 2024.05.15 03:43:54.771696 [ 3 ] {2d6f2015-d25c-4793-a02c-09657b038d6c} <Debug> DynamicQueryHandler: Done processing query | ||
3847 | 2024.05.15 03:43:54.771733 [ 3 ] {2d6f2015-d25c-4793-a02c-09657b038d6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3848 | 2024.05.15 03:43:54.771757 [ 3 ] {} <Debug> HTTP-Session: 673b4301-2fdf-4ed2-b7e0-06786978af4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3849 | 2024.05.15 03:43:54.771902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3850 | 2024.05.15 03:43:54.771974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3851 | 2024.05.15 03:43:54.772003 [ 3 ] {} <Debug> HTTP-Session: c07901ee-7113-4b94-89a7-e442530073c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3852 | 2024.05.15 03:43:54.772030 [ 3 ] {} <Debug> HTTP-Session: c07901ee-7113-4b94-89a7-e442530073c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3853 | 2024.05.15 03:43:54.772052 [ 3 ] {} <Debug> HTTP-Session: c07901ee-7113-4b94-89a7-e442530073c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3854 | 2024.05.15 03:43:54.772101 [ 3 ] {} <Trace> HTTP-Session: c07901ee-7113-4b94-89a7-e442530073c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3855 | 2024.05.15 03:43:54.772266 [ 3 ] {f54df402-e056-44f6-8186-68f353d48d51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3856 | 2024.05.15 03:43:54.772328 [ 3 ] {f54df402-e056-44f6-8186-68f353d48d51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3857 | 2024.05.15 03:43:54.772518 [ 3 ] {f54df402-e056-44f6-8186-68f353d48d51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3858 | 2024.05.15 03:43:54.772905 [ 3 ] {f54df402-e056-44f6-8186-68f353d48d51} <Trace> oximeter.fields_ipaddr (7e29aa15-b077-4ae6-87e9-229bbccebf70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3859 | 2024.05.15 03:43:54.772954 [ 3 ] {f54df402-e056-44f6-8186-68f353d48d51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3860 | 2024.05.15 03:43:54.773277 [ 3 ] {f54df402-e056-44f6-8186-68f353d48d51} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3861 | 2024.05.15 03:43:54.773592 [ 3 ] {f54df402-e056-44f6-8186-68f353d48d51} <Trace> oximeter.fields_ipaddr (7e29aa15-b077-4ae6-87e9-229bbccebf70): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3862 | 2024.05.15 03:43:54.773748 [ 3 ] {f54df402-e056-44f6-8186-68f353d48d51} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001513 sec., 1321.8770654329148 rows/sec., 107.79 KiB/sec. | ||
3863 | 2024.05.15 03:43:54.774034 [ 3 ] {f54df402-e056-44f6-8186-68f353d48d51} <Debug> DynamicQueryHandler: Done processing query | ||
3864 | 2024.05.15 03:43:54.774060 [ 3 ] {f54df402-e056-44f6-8186-68f353d48d51} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3865 | 2024.05.15 03:43:54.774076 [ 3 ] {} <Debug> HTTP-Session: c07901ee-7113-4b94-89a7-e442530073c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3866 | 2024.05.15 03:43:54.774204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3867 | 2024.05.15 03:43:54.774254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3868 | 2024.05.15 03:43:54.774273 [ 3 ] {} <Debug> HTTP-Session: b58bdd5e-405b-496d-b456-40f9821516a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3869 | 2024.05.15 03:43:54.774291 [ 3 ] {} <Debug> HTTP-Session: b58bdd5e-405b-496d-b456-40f9821516a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3870 | 2024.05.15 03:43:54.774305 [ 3 ] {} <Debug> HTTP-Session: b58bdd5e-405b-496d-b456-40f9821516a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3871 | 2024.05.15 03:43:54.774337 [ 3 ] {} <Trace> HTTP-Session: b58bdd5e-405b-496d-b456-40f9821516a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3872 | 2024.05.15 03:43:54.774458 [ 3 ] {df34da37-ea76-4eb4-a00a-9a0aa769e696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3873 | 2024.05.15 03:43:54.774502 [ 3 ] {df34da37-ea76-4eb4-a00a-9a0aa769e696} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3874 | 2024.05.15 03:43:54.774663 [ 3 ] {df34da37-ea76-4eb4-a00a-9a0aa769e696} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3875 | 2024.05.15 03:43:54.775062 [ 3 ] {df34da37-ea76-4eb4-a00a-9a0aa769e696} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3876 | 2024.05.15 03:43:54.775102 [ 3 ] {df34da37-ea76-4eb4-a00a-9a0aa769e696} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3877 | 2024.05.15 03:43:54.775431 [ 3 ] {df34da37-ea76-4eb4-a00a-9a0aa769e696} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3878 | 2024.05.15 03:43:54.775745 [ 3 ] {df34da37-ea76-4eb4-a00a-9a0aa769e696} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3879 | 2024.05.15 03:43:54.775897 [ 3 ] {df34da37-ea76-4eb4-a00a-9a0aa769e696} <Debug> executeQuery: Read 66 rows, 5.32 KiB in 0.001475 sec., 44745.76271186441 rows/sec., 3.52 MiB/sec. | ||
3880 | 2024.05.15 03:43:54.776368 [ 3 ] {df34da37-ea76-4eb4-a00a-9a0aa769e696} <Debug> DynamicQueryHandler: Done processing query | ||
3881 | 2024.05.15 03:43:54.776447 [ 3 ] {df34da37-ea76-4eb4-a00a-9a0aa769e696} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3882 | 2024.05.15 03:43:54.776524 [ 3 ] {} <Debug> HTTP-Session: b58bdd5e-405b-496d-b456-40f9821516a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3883 | 2024.05.15 03:43:54.776696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3884 | 2024.05.15 03:43:54.776747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3885 | 2024.05.15 03:43:54.776767 [ 3 ] {} <Debug> HTTP-Session: 1399f82b-763c-409c-a24e-a898938ac0ea Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3886 | 2024.05.15 03:43:54.776791 [ 3 ] {} <Debug> HTTP-Session: 1399f82b-763c-409c-a24e-a898938ac0ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3887 | 2024.05.15 03:43:54.776813 [ 3 ] {} <Debug> HTTP-Session: 1399f82b-763c-409c-a24e-a898938ac0ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3888 | 2024.05.15 03:43:54.776855 [ 3 ] {} <Trace> HTTP-Session: 1399f82b-763c-409c-a24e-a898938ac0ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3889 | 2024.05.15 03:43:54.776960 [ 3 ] {36c3fdc4-6e48-4806-87cd-4e56348abe1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3890 | 2024.05.15 03:43:54.777003 [ 3 ] {36c3fdc4-6e48-4806-87cd-4e56348abe1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3891 | 2024.05.15 03:43:54.777145 [ 3 ] {36c3fdc4-6e48-4806-87cd-4e56348abe1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3892 | 2024.05.15 03:43:54.777434 [ 3 ] {36c3fdc4-6e48-4806-87cd-4e56348abe1d} <Trace> oximeter.fields_u16 (27df60cb-3085-4c57-b33a-a2ff697a542d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3893 | 2024.05.15 03:43:54.777469 [ 3 ] {36c3fdc4-6e48-4806-87cd-4e56348abe1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3894 | 2024.05.15 03:43:54.777790 [ 3 ] {36c3fdc4-6e48-4806-87cd-4e56348abe1d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3895 | 2024.05.15 03:43:54.778149 [ 3 ] {36c3fdc4-6e48-4806-87cd-4e56348abe1d} <Trace> oximeter.fields_u16 (27df60cb-3085-4c57-b33a-a2ff697a542d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3896 | 2024.05.15 03:43:54.778282 [ 3 ] {36c3fdc4-6e48-4806-87cd-4e56348abe1d} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001364 sec., 1466.275659824047 rows/sec., 102.38 KiB/sec. | ||
3897 | 2024.05.15 03:43:54.778468 [ 3 ] {36c3fdc4-6e48-4806-87cd-4e56348abe1d} <Debug> DynamicQueryHandler: Done processing query | ||
3898 | 2024.05.15 03:43:54.778490 [ 3 ] {36c3fdc4-6e48-4806-87cd-4e56348abe1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3899 | 2024.05.15 03:43:54.778504 [ 3 ] {} <Debug> HTTP-Session: 1399f82b-763c-409c-a24e-a898938ac0ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3900 | 2024.05.15 03:43:54.778622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 11731, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3901 | 2024.05.15 03:43:54.778667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3902 | 2024.05.15 03:43:54.778684 [ 3 ] {} <Debug> HTTP-Session: 9e0d4f66-4a3d-48f0-b4e0-f393366f77d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3903 | 2024.05.15 03:43:54.778699 [ 3 ] {} <Debug> HTTP-Session: 9e0d4f66-4a3d-48f0-b4e0-f393366f77d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3904 | 2024.05.15 03:43:54.778711 [ 3 ] {} <Debug> HTTP-Session: 9e0d4f66-4a3d-48f0-b4e0-f393366f77d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3905 | 2024.05.15 03:43:54.778739 [ 3 ] {} <Trace> HTTP-Session: 9e0d4f66-4a3d-48f0-b4e0-f393366f77d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3906 | 2024.05.15 03:43:54.778846 [ 3 ] {aae3e58e-ce00-4ee4-87a6-a5f5404a836a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3907 | 2024.05.15 03:43:54.778885 [ 3 ] {aae3e58e-ce00-4ee4-87a6-a5f5404a836a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3908 | 2024.05.15 03:43:54.779073 [ 3 ] {aae3e58e-ce00-4ee4-87a6-a5f5404a836a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3909 | 2024.05.15 03:43:54.779388 [ 3 ] {aae3e58e-ce00-4ee4-87a6-a5f5404a836a} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3910 | 2024.05.15 03:43:54.779424 [ 3 ] {aae3e58e-ce00-4ee4-87a6-a5f5404a836a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3911 | 2024.05.15 03:43:54.779739 [ 3 ] {aae3e58e-ce00-4ee4-87a6-a5f5404a836a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3912 | 2024.05.15 03:43:54.780045 [ 3 ] {aae3e58e-ce00-4ee4-87a6-a5f5404a836a} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3913 | 2024.05.15 03:43:54.780202 [ 3 ] {aae3e58e-ce00-4ee4-87a6-a5f5404a836a} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.00133 sec., 51879.6992481203 rows/sec., 4.05 MiB/sec. | ||
3914 | 2024.05.15 03:43:54.780483 [ 3 ] {aae3e58e-ce00-4ee4-87a6-a5f5404a836a} <Debug> DynamicQueryHandler: Done processing query | ||
3915 | 2024.05.15 03:43:54.780506 [ 3 ] {aae3e58e-ce00-4ee4-87a6-a5f5404a836a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3916 | 2024.05.15 03:43:54.780522 [ 3 ] {} <Debug> HTTP-Session: 9e0d4f66-4a3d-48f0-b4e0-f393366f77d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3917 | 2024.05.15 03:43:54.780692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 30801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3918 | 2024.05.15 03:43:54.780739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3919 | 2024.05.15 03:43:54.780757 [ 3 ] {} <Debug> HTTP-Session: f044bad2-7f4a-41c6-bd04-787e4eb5330f Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3920 | 2024.05.15 03:43:54.780774 [ 3 ] {} <Debug> HTTP-Session: f044bad2-7f4a-41c6-bd04-787e4eb5330f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3921 | 2024.05.15 03:43:54.780787 [ 3 ] {} <Debug> HTTP-Session: f044bad2-7f4a-41c6-bd04-787e4eb5330f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3922 | 2024.05.15 03:43:54.780817 [ 3 ] {} <Trace> HTTP-Session: f044bad2-7f4a-41c6-bd04-787e4eb5330f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3923 | 2024.05.15 03:43:54.780964 [ 3 ] {32208ddb-8ffa-44d7-9209-4307fc6fc20b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3924 | 2024.05.15 03:43:54.781011 [ 3 ] {32208ddb-8ffa-44d7-9209-4307fc6fc20b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3925 | 2024.05.15 03:43:54.781172 [ 3 ] {32208ddb-8ffa-44d7-9209-4307fc6fc20b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3926 | 2024.05.15 03:43:54.781632 [ 3 ] {32208ddb-8ffa-44d7-9209-4307fc6fc20b} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3927 | 2024.05.15 03:43:54.781667 [ 3 ] {32208ddb-8ffa-44d7-9209-4307fc6fc20b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3928 | 2024.05.15 03:43:54.782061 [ 3 ] {32208ddb-8ffa-44d7-9209-4307fc6fc20b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3929 | 2024.05.15 03:43:54.782397 [ 3 ] {32208ddb-8ffa-44d7-9209-4307fc6fc20b} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3930 | 2024.05.15 03:43:54.782538 [ 3 ] {32208ddb-8ffa-44d7-9209-4307fc6fc20b} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001641 sec., 98110.90798293722 rows/sec., 6.83 MiB/sec. | ||
3931 | 2024.05.15 03:43:54.782760 [ 3 ] {32208ddb-8ffa-44d7-9209-4307fc6fc20b} <Debug> DynamicQueryHandler: Done processing query | ||
3932 | 2024.05.15 03:43:54.782784 [ 3 ] {32208ddb-8ffa-44d7-9209-4307fc6fc20b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3933 | 2024.05.15 03:43:54.782799 [ 3 ] {} <Debug> HTTP-Session: f044bad2-7f4a-41c6-bd04-787e4eb5330f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3934 | 2024.05.15 03:43:54.782910 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 3269, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3935 | 2024.05.15 03:43:54.782957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3936 | 2024.05.15 03:43:54.782977 [ 3 ] {} <Debug> HTTP-Session: 1f15d689-02b4-4a34-8b90-4929051543ca Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3937 | 2024.05.15 03:43:54.782993 [ 3 ] {} <Debug> HTTP-Session: 1f15d689-02b4-4a34-8b90-4929051543ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3938 | 2024.05.15 03:43:54.783006 [ 3 ] {} <Debug> HTTP-Session: 1f15d689-02b4-4a34-8b90-4929051543ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3939 | 2024.05.15 03:43:54.783036 [ 3 ] {} <Trace> HTTP-Session: 1f15d689-02b4-4a34-8b90-4929051543ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3940 | 2024.05.15 03:43:54.783161 [ 3 ] {97bdabae-ed4b-46e5-b77a-f7f184dc9374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3941 | 2024.05.15 03:43:54.783208 [ 3 ] {97bdabae-ed4b-46e5-b77a-f7f184dc9374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3942 | 2024.05.15 03:43:54.783362 [ 3 ] {97bdabae-ed4b-46e5-b77a-f7f184dc9374} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3943 | 2024.05.15 03:43:54.783701 [ 3 ] {97bdabae-ed4b-46e5-b77a-f7f184dc9374} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3944 | 2024.05.15 03:43:54.783736 [ 3 ] {97bdabae-ed4b-46e5-b77a-f7f184dc9374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3945 | 2024.05.15 03:43:54.784124 [ 3 ] {97bdabae-ed4b-46e5-b77a-f7f184dc9374} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3946 | 2024.05.15 03:43:54.784474 [ 3 ] {97bdabae-ed4b-46e5-b77a-f7f184dc9374} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3947 | 2024.05.15 03:43:54.784621 [ 3 ] {97bdabae-ed4b-46e5-b77a-f7f184dc9374} <Debug> executeQuery: Read 3 rows, 4.15 KiB in 0.00151 sec., 1986.7549668874171 rows/sec., 2.68 MiB/sec. | ||
3948 | 2024.05.15 03:43:54.784796 [ 3 ] {97bdabae-ed4b-46e5-b77a-f7f184dc9374} <Debug> DynamicQueryHandler: Done processing query | ||
3949 | 2024.05.15 03:43:54.784819 [ 3 ] {97bdabae-ed4b-46e5-b77a-f7f184dc9374} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3950 | 2024.05.15 03:43:54.784834 [ 3 ] {} <Debug> HTTP-Session: 1f15d689-02b4-4a34-8b90-4929051543ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3951 | 2024.05.15 03:43:54.784954 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3952 | 2024.05.15 03:43:54.785002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3953 | 2024.05.15 03:43:54.785020 [ 3 ] {} <Debug> HTTP-Session: ac94b0a9-104d-492f-9285-deee9e3f2ed6 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3954 | 2024.05.15 03:43:54.785036 [ 3 ] {} <Debug> HTTP-Session: ac94b0a9-104d-492f-9285-deee9e3f2ed6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3955 | 2024.05.15 03:43:54.785049 [ 3 ] {} <Debug> HTTP-Session: ac94b0a9-104d-492f-9285-deee9e3f2ed6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3956 | 2024.05.15 03:43:54.785079 [ 3 ] {} <Trace> HTTP-Session: ac94b0a9-104d-492f-9285-deee9e3f2ed6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3957 | 2024.05.15 03:43:54.785193 [ 3 ] {ab987c4f-1058-4e97-89ef-babc1406141c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3958 | 2024.05.15 03:43:54.785236 [ 3 ] {ab987c4f-1058-4e97-89ef-babc1406141c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3959 | 2024.05.15 03:43:54.785361 [ 3 ] {ab987c4f-1058-4e97-89ef-babc1406141c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3960 | 2024.05.15 03:43:54.785666 [ 3 ] {ab987c4f-1058-4e97-89ef-babc1406141c} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3961 | 2024.05.15 03:43:54.785700 [ 3 ] {ab987c4f-1058-4e97-89ef-babc1406141c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3962 | 2024.05.15 03:43:54.786059 [ 3 ] {ab987c4f-1058-4e97-89ef-babc1406141c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3963 | 2024.05.15 03:43:54.786374 [ 3 ] {ab987c4f-1058-4e97-89ef-babc1406141c} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3964 | 2024.05.15 03:43:54.786526 [ 3 ] {ab987c4f-1058-4e97-89ef-babc1406141c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001364 sec., 43988.26979472141 rows/sec., 2.96 MiB/sec. | ||
3965 | 2024.05.15 03:43:54.786822 [ 3 ] {ab987c4f-1058-4e97-89ef-babc1406141c} <Debug> DynamicQueryHandler: Done processing query | ||
3966 | 2024.05.15 03:43:54.786846 [ 3 ] {ab987c4f-1058-4e97-89ef-babc1406141c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3967 | 2024.05.15 03:43:54.786861 [ 3 ] {} <Debug> HTTP-Session: ac94b0a9-104d-492f-9285-deee9e3f2ed6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3968 | 2024.05.15 03:43:55.001247 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000858738 sec. | ||
3969 | 2024.05.15 03:43:59.771651 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 3923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3970 | 2024.05.15 03:43:59.771791 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3971 | 2024.05.15 03:43:59.771823 [ 3 ] {} <Debug> HTTP-Session: 2d22f3fb-e119-49ac-a2eb-93e5ddf9bfd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3972 | 2024.05.15 03:43:59.771866 [ 3 ] {} <Debug> HTTP-Session: 2d22f3fb-e119-49ac-a2eb-93e5ddf9bfd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3973 | 2024.05.15 03:43:59.771894 [ 3 ] {} <Debug> HTTP-Session: 2d22f3fb-e119-49ac-a2eb-93e5ddf9bfd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3974 | 2024.05.15 03:43:59.771974 [ 3 ] {} <Trace> HTTP-Session: 2d22f3fb-e119-49ac-a2eb-93e5ddf9bfd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3975 | 2024.05.15 03:43:59.772265 [ 3 ] {8116c897-fcca-429c-946c-7222b9005d62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3976 | 2024.05.15 03:43:59.772370 [ 3 ] {8116c897-fcca-429c-946c-7222b9005d62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3977 | 2024.05.15 03:43:59.772681 [ 3 ] {8116c897-fcca-429c-946c-7222b9005d62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3978 | 2024.05.15 03:43:59.773239 [ 3 ] {8116c897-fcca-429c-946c-7222b9005d62} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3979 | 2024.05.15 03:43:59.773282 [ 3 ] {8116c897-fcca-429c-946c-7222b9005d62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3980 | 2024.05.15 03:43:59.773656 [ 3 ] {8116c897-fcca-429c-946c-7222b9005d62} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3981 | 2024.05.15 03:43:59.773993 [ 3 ] {8116c897-fcca-429c-946c-7222b9005d62} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3982 | 2024.05.15 03:43:59.774152 [ 3 ] {8116c897-fcca-429c-946c-7222b9005d62} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001981 sec., 13629.480060575466 rows/sec., 1.08 MiB/sec. | ||
3983 | 2024.05.15 03:43:59.774380 [ 3 ] {8116c897-fcca-429c-946c-7222b9005d62} <Debug> DynamicQueryHandler: Done processing query | ||
3984 | 2024.05.15 03:43:59.774408 [ 3 ] {8116c897-fcca-429c-946c-7222b9005d62} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3985 | 2024.05.15 03:43:59.774425 [ 3 ] {} <Debug> HTTP-Session: 2d22f3fb-e119-49ac-a2eb-93e5ddf9bfd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3986 | 2024.05.15 03:43:59.774560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3987 | 2024.05.15 03:43:59.774617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3988 | 2024.05.15 03:43:59.774638 [ 3 ] {} <Debug> HTTP-Session: 9fde633c-2f06-45fb-8e82-baa6fb4fd2cb Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
3989 | 2024.05.15 03:43:59.774656 [ 3 ] {} <Debug> HTTP-Session: 9fde633c-2f06-45fb-8e82-baa6fb4fd2cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3990 | 2024.05.15 03:43:59.774669 [ 3 ] {} <Debug> HTTP-Session: 9fde633c-2f06-45fb-8e82-baa6fb4fd2cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3991 | 2024.05.15 03:43:59.774705 [ 3 ] {} <Trace> HTTP-Session: 9fde633c-2f06-45fb-8e82-baa6fb4fd2cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3992 | 2024.05.15 03:43:59.774810 [ 3 ] {7ff4b62d-c70c-47b0-9df6-1383535ba131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3993 | 2024.05.15 03:43:59.774855 [ 3 ] {7ff4b62d-c70c-47b0-9df6-1383535ba131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3994 | 2024.05.15 03:43:59.774988 [ 3 ] {7ff4b62d-c70c-47b0-9df6-1383535ba131} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3995 | 2024.05.15 03:43:59.775339 [ 3 ] {7ff4b62d-c70c-47b0-9df6-1383535ba131} <Trace> oximeter.fields_ipaddr (7e29aa15-b077-4ae6-87e9-229bbccebf70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3996 | 2024.05.15 03:43:59.775376 [ 3 ] {7ff4b62d-c70c-47b0-9df6-1383535ba131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3997 | 2024.05.15 03:43:59.775674 [ 3 ] {7ff4b62d-c70c-47b0-9df6-1383535ba131} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3998 | 2024.05.15 03:43:59.775984 [ 3 ] {7ff4b62d-c70c-47b0-9df6-1383535ba131} <Trace> oximeter.fields_ipaddr (7e29aa15-b077-4ae6-87e9-229bbccebf70): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3999 | 2024.05.15 03:43:59.776147 [ 3 ] {7ff4b62d-c70c-47b0-9df6-1383535ba131} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001355 sec., 4428.044280442804 rows/sec., 361.08 KiB/sec. | ||
4000 | 2024.05.15 03:43:59.776313 [ 3 ] {7ff4b62d-c70c-47b0-9df6-1383535ba131} <Debug> DynamicQueryHandler: Done processing query | ||
4001 | 2024.05.15 03:43:59.776336 [ 3 ] {7ff4b62d-c70c-47b0-9df6-1383535ba131} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4002 | 2024.05.15 03:43:59.776352 [ 3 ] {} <Debug> HTTP-Session: 9fde633c-2f06-45fb-8e82-baa6fb4fd2cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4003 | 2024.05.15 03:43:59.776519 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 25439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4004 | 2024.05.15 03:43:59.776572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4005 | 2024.05.15 03:43:59.776591 [ 3 ] {} <Debug> HTTP-Session: 14d56ee6-6d0f-4cb7-91bb-86cee511b35f Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4006 | 2024.05.15 03:43:59.776608 [ 3 ] {} <Debug> HTTP-Session: 14d56ee6-6d0f-4cb7-91bb-86cee511b35f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4007 | 2024.05.15 03:43:59.776622 [ 3 ] {} <Debug> HTTP-Session: 14d56ee6-6d0f-4cb7-91bb-86cee511b35f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4008 | 2024.05.15 03:43:59.776654 [ 3 ] {} <Trace> HTTP-Session: 14d56ee6-6d0f-4cb7-91bb-86cee511b35f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4009 | 2024.05.15 03:43:59.776825 [ 3 ] {14756377-a456-46bc-ab8c-78e588110247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4010 | 2024.05.15 03:43:59.776868 [ 3 ] {14756377-a456-46bc-ab8c-78e588110247} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4011 | 2024.05.15 03:43:59.776995 [ 3 ] {14756377-a456-46bc-ab8c-78e588110247} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4012 | 2024.05.15 03:43:59.777423 [ 3 ] {14756377-a456-46bc-ab8c-78e588110247} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4013 | 2024.05.15 03:43:59.777458 [ 3 ] {14756377-a456-46bc-ab8c-78e588110247} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4014 | 2024.05.15 03:43:59.777773 [ 3 ] {14756377-a456-46bc-ab8c-78e588110247} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4015 | 2024.05.15 03:43:59.778076 [ 3 ] {14756377-a456-46bc-ab8c-78e588110247} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4016 | 2024.05.15 03:43:59.778219 [ 3 ] {14756377-a456-46bc-ab8c-78e588110247} <Debug> executeQuery: Read 176 rows, 14.75 KiB in 0.001485 sec., 118518.51851851853 rows/sec., 9.70 MiB/sec. | ||
4017 | 2024.05.15 03:43:59.778399 [ 3 ] {14756377-a456-46bc-ab8c-78e588110247} <Debug> DynamicQueryHandler: Done processing query | ||
4018 | 2024.05.15 03:43:59.778423 [ 3 ] {14756377-a456-46bc-ab8c-78e588110247} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4019 | 2024.05.15 03:43:59.778438 [ 3 ] {} <Debug> HTTP-Session: 14d56ee6-6d0f-4cb7-91bb-86cee511b35f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4020 | 2024.05.15 03:43:59.778604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4021 | 2024.05.15 03:43:59.778654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4022 | 2024.05.15 03:43:59.778673 [ 3 ] {} <Debug> HTTP-Session: b924c0cc-dbe1-400f-a777-220fd48f9f58 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4023 | 2024.05.15 03:43:59.778690 [ 3 ] {} <Debug> HTTP-Session: b924c0cc-dbe1-400f-a777-220fd48f9f58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4024 | 2024.05.15 03:43:59.778703 [ 3 ] {} <Debug> HTTP-Session: b924c0cc-dbe1-400f-a777-220fd48f9f58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4025 | 2024.05.15 03:43:59.778734 [ 3 ] {} <Trace> HTTP-Session: b924c0cc-dbe1-400f-a777-220fd48f9f58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4026 | 2024.05.15 03:43:59.778828 [ 3 ] {24bf2faa-ba15-4606-9795-70c544d4d6f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4027 | 2024.05.15 03:43:59.778871 [ 3 ] {24bf2faa-ba15-4606-9795-70c544d4d6f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4028 | 2024.05.15 03:43:59.778995 [ 3 ] {24bf2faa-ba15-4606-9795-70c544d4d6f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4029 | 2024.05.15 03:43:59.779387 [ 3 ] {24bf2faa-ba15-4606-9795-70c544d4d6f1} <Trace> oximeter.fields_u16 (27df60cb-3085-4c57-b33a-a2ff697a542d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4030 | 2024.05.15 03:43:59.779422 [ 3 ] {24bf2faa-ba15-4606-9795-70c544d4d6f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4031 | 2024.05.15 03:43:59.779708 [ 3 ] {24bf2faa-ba15-4606-9795-70c544d4d6f1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4032 | 2024.05.15 03:43:59.780003 [ 3 ] {24bf2faa-ba15-4606-9795-70c544d4d6f1} <Trace> oximeter.fields_u16 (27df60cb-3085-4c57-b33a-a2ff697a542d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4033 | 2024.05.15 03:43:59.780156 [ 3 ] {24bf2faa-ba15-4606-9795-70c544d4d6f1} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001339 sec., 4480.955937266617 rows/sec., 312.88 KiB/sec. | ||
4034 | 2024.05.15 03:43:59.780425 [ 3 ] {24bf2faa-ba15-4606-9795-70c544d4d6f1} <Debug> DynamicQueryHandler: Done processing query | ||
4035 | 2024.05.15 03:43:59.780449 [ 3 ] {24bf2faa-ba15-4606-9795-70c544d4d6f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4036 | 2024.05.15 03:43:59.780465 [ 3 ] {} <Debug> HTTP-Session: b924c0cc-dbe1-400f-a777-220fd48f9f58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4037 | 2024.05.15 03:43:59.780608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 20531, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4038 | 2024.05.15 03:43:59.780656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4039 | 2024.05.15 03:43:59.780675 [ 3 ] {} <Debug> HTTP-Session: 9d4a5bd3-4fea-46ec-bc31-130967fb5172 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4040 | 2024.05.15 03:43:59.780692 [ 3 ] {} <Debug> HTTP-Session: 9d4a5bd3-4fea-46ec-bc31-130967fb5172 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4041 | 2024.05.15 03:43:59.780705 [ 3 ] {} <Debug> HTTP-Session: 9d4a5bd3-4fea-46ec-bc31-130967fb5172 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4042 | 2024.05.15 03:43:59.780736 [ 3 ] {} <Trace> HTTP-Session: 9d4a5bd3-4fea-46ec-bc31-130967fb5172 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4043 | 2024.05.15 03:43:59.780877 [ 3 ] {7bae5740-e3a6-4266-8a9f-5c07a18d5eb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4044 | 2024.05.15 03:43:59.780920 [ 3 ] {7bae5740-e3a6-4266-8a9f-5c07a18d5eb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4045 | 2024.05.15 03:43:59.781102 [ 3 ] {7bae5740-e3a6-4266-8a9f-5c07a18d5eb4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4046 | 2024.05.15 03:43:59.781476 [ 3 ] {7bae5740-e3a6-4266-8a9f-5c07a18d5eb4} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4047 | 2024.05.15 03:43:59.781513 [ 3 ] {7bae5740-e3a6-4266-8a9f-5c07a18d5eb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4048 | 2024.05.15 03:43:59.781831 [ 3 ] {7bae5740-e3a6-4266-8a9f-5c07a18d5eb4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4049 | 2024.05.15 03:43:59.782136 [ 3 ] {7bae5740-e3a6-4266-8a9f-5c07a18d5eb4} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4050 | 2024.05.15 03:43:59.782285 [ 3 ] {7bae5740-e3a6-4266-8a9f-5c07a18d5eb4} <Debug> executeQuery: Read 121 rows, 9.67 KiB in 0.001465 sec., 82593.8566552901 rows/sec., 6.44 MiB/sec. | ||
4051 | 2024.05.15 03:43:59.782454 [ 3 ] {7bae5740-e3a6-4266-8a9f-5c07a18d5eb4} <Debug> DynamicQueryHandler: Done processing query | ||
4052 | 2024.05.15 03:43:59.782477 [ 3 ] {7bae5740-e3a6-4266-8a9f-5c07a18d5eb4} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4053 | 2024.05.15 03:43:59.782492 [ 3 ] {} <Debug> HTTP-Session: 9d4a5bd3-4fea-46ec-bc31-130967fb5172 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4054 | 2024.05.15 03:43:59.782669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 38149, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4055 | 2024.05.15 03:43:59.782719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4056 | 2024.05.15 03:43:59.782737 [ 3 ] {} <Debug> HTTP-Session: de384f6d-46c6-49f7-97f5-c911cc1577c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4057 | 2024.05.15 03:43:59.782753 [ 3 ] {} <Debug> HTTP-Session: de384f6d-46c6-49f7-97f5-c911cc1577c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4058 | 2024.05.15 03:43:59.782767 [ 3 ] {} <Debug> HTTP-Session: de384f6d-46c6-49f7-97f5-c911cc1577c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4059 | 2024.05.15 03:43:59.782797 [ 3 ] {} <Trace> HTTP-Session: de384f6d-46c6-49f7-97f5-c911cc1577c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4060 | 2024.05.15 03:43:59.782959 [ 3 ] {7d624314-669d-42ca-8678-92544341e3f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4061 | 2024.05.15 03:43:59.783004 [ 3 ] {7d624314-669d-42ca-8678-92544341e3f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4062 | 2024.05.15 03:43:59.783152 [ 3 ] {7d624314-669d-42ca-8678-92544341e3f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4063 | 2024.05.15 03:43:59.783607 [ 3 ] {7d624314-669d-42ca-8678-92544341e3f4} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4064 | 2024.05.15 03:43:59.783643 [ 3 ] {7d624314-669d-42ca-8678-92544341e3f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4065 | 2024.05.15 03:43:59.784032 [ 3 ] {7d624314-669d-42ca-8678-92544341e3f4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4066 | 2024.05.15 03:43:59.784366 [ 3 ] {7d624314-669d-42ca-8678-92544341e3f4} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4067 | 2024.05.15 03:43:59.784523 [ 3 ] {7d624314-669d-42ca-8678-92544341e3f4} <Debug> executeQuery: Read 199 rows, 14.22 KiB in 0.001647 sec., 120825.74377656345 rows/sec., 8.43 MiB/sec. | ||
4068 | 2024.05.15 03:43:59.784693 [ 3 ] {7d624314-669d-42ca-8678-92544341e3f4} <Debug> DynamicQueryHandler: Done processing query | ||
4069 | 2024.05.15 03:43:59.784717 [ 3 ] {7d624314-669d-42ca-8678-92544341e3f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4070 | 2024.05.15 03:43:59.784733 [ 3 ] {} <Debug> HTTP-Session: de384f6d-46c6-49f7-97f5-c911cc1577c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4071 | 2024.05.15 03:43:59.784881 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 28917, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4072 | 2024.05.15 03:43:59.784930 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4073 | 2024.05.15 03:43:59.784949 [ 3 ] {} <Debug> HTTP-Session: 89e0b51d-b7a8-44e8-a323-2b002ffce4d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4074 | 2024.05.15 03:43:59.784965 [ 3 ] {} <Debug> HTTP-Session: 89e0b51d-b7a8-44e8-a323-2b002ffce4d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4075 | 2024.05.15 03:43:59.784978 [ 3 ] {} <Debug> HTTP-Session: 89e0b51d-b7a8-44e8-a323-2b002ffce4d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4076 | 2024.05.15 03:43:59.785009 [ 3 ] {} <Trace> HTTP-Session: 89e0b51d-b7a8-44e8-a323-2b002ffce4d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4077 | 2024.05.15 03:43:59.785250 [ 3 ] {156e3673-316f-4675-9470-973088f391b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4078 | 2024.05.15 03:43:59.785297 [ 3 ] {156e3673-316f-4675-9470-973088f391b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4079 | 2024.05.15 03:43:59.785458 [ 3 ] {156e3673-316f-4675-9470-973088f391b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4080 | 2024.05.15 03:43:59.785941 [ 3 ] {156e3673-316f-4675-9470-973088f391b4} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4081 | 2024.05.15 03:43:59.785976 [ 3 ] {156e3673-316f-4675-9470-973088f391b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4082 | 2024.05.15 03:43:59.786386 [ 3 ] {156e3673-316f-4675-9470-973088f391b4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4083 | 2024.05.15 03:43:59.786715 [ 3 ] {156e3673-316f-4675-9470-973088f391b4} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4084 | 2024.05.15 03:43:59.786878 [ 3 ] {156e3673-316f-4675-9470-973088f391b4} <Debug> executeQuery: Read 27 rows, 37.31 KiB in 0.001788 sec., 15100.671140939596 rows/sec., 20.38 MiB/sec. | ||
4085 | 2024.05.15 03:43:59.787115 [ 3 ] {156e3673-316f-4675-9470-973088f391b4} <Debug> DynamicQueryHandler: Done processing query | ||
4086 | 2024.05.15 03:43:59.787139 [ 3 ] {156e3673-316f-4675-9470-973088f391b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
4087 | 2024.05.15 03:43:59.787155 [ 3 ] {} <Debug> HTTP-Session: 89e0b51d-b7a8-44e8-a323-2b002ffce4d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4088 | 2024.05.15 03:43:59.787267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4089 | 2024.05.15 03:43:59.787315 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4090 | 2024.05.15 03:43:59.787334 [ 3 ] {} <Debug> HTTP-Session: 7814ecbe-47fc-4f92-bfa4-2129e6b163ac Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4091 | 2024.05.15 03:43:59.787349 [ 3 ] {} <Debug> HTTP-Session: 7814ecbe-47fc-4f92-bfa4-2129e6b163ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4092 | 2024.05.15 03:43:59.787363 [ 3 ] {} <Debug> HTTP-Session: 7814ecbe-47fc-4f92-bfa4-2129e6b163ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4093 | 2024.05.15 03:43:59.787393 [ 3 ] {} <Trace> HTTP-Session: 7814ecbe-47fc-4f92-bfa4-2129e6b163ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4094 | 2024.05.15 03:43:59.787519 [ 3 ] {82babbbe-97b9-4784-8bea-7617479e3cee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4095 | 2024.05.15 03:43:59.787561 [ 3 ] {82babbbe-97b9-4784-8bea-7617479e3cee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4096 | 2024.05.15 03:43:59.787685 [ 3 ] {82babbbe-97b9-4784-8bea-7617479e3cee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4097 | 2024.05.15 03:43:59.787975 [ 3 ] {82babbbe-97b9-4784-8bea-7617479e3cee} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4098 | 2024.05.15 03:43:59.788010 [ 3 ] {82babbbe-97b9-4784-8bea-7617479e3cee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4099 | 2024.05.15 03:43:59.788368 [ 3 ] {82babbbe-97b9-4784-8bea-7617479e3cee} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4100 | 2024.05.15 03:43:59.788678 [ 3 ] {82babbbe-97b9-4784-8bea-7617479e3cee} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4101 | 2024.05.15 03:43:59.788832 [ 3 ] {82babbbe-97b9-4784-8bea-7617479e3cee} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001361 sec., 44085.2314474651 rows/sec., 2.97 MiB/sec. | ||
4102 | 2024.05.15 03:43:59.789158 [ 3 ] {82babbbe-97b9-4784-8bea-7617479e3cee} <Debug> DynamicQueryHandler: Done processing query | ||
4103 | 2024.05.15 03:43:59.789182 [ 3 ] {82babbbe-97b9-4784-8bea-7617479e3cee} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4104 | 2024.05.15 03:43:59.789198 [ 3 ] {} <Debug> HTTP-Session: 7814ecbe-47fc-4f92-bfa4-2129e6b163ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4105 | 2024.05.15 03:44:04.768587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 479, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4106 | 2024.05.15 03:44:04.768718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4107 | 2024.05.15 03:44:04.768744 [ 3 ] {} <Debug> HTTP-Session: 31a94784-4424-4685-82fb-344362d24d56 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4108 | 2024.05.15 03:44:04.768768 [ 3 ] {} <Debug> HTTP-Session: 31a94784-4424-4685-82fb-344362d24d56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4109 | 2024.05.15 03:44:04.768782 [ 3 ] {} <Debug> HTTP-Session: 31a94784-4424-4685-82fb-344362d24d56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4110 | 2024.05.15 03:44:04.768831 [ 3 ] {} <Trace> HTTP-Session: 31a94784-4424-4685-82fb-344362d24d56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4111 | 2024.05.15 03:44:04.769007 [ 3 ] {d2cbff6a-df00-4b79-94a1-55d1fd039ea4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4112 | 2024.05.15 03:44:04.769073 [ 3 ] {d2cbff6a-df00-4b79-94a1-55d1fd039ea4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4113 | 2024.05.15 03:44:04.769268 [ 3 ] {d2cbff6a-df00-4b79-94a1-55d1fd039ea4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4114 | 2024.05.15 03:44:04.769704 [ 3 ] {d2cbff6a-df00-4b79-94a1-55d1fd039ea4} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4115 | 2024.05.15 03:44:04.769750 [ 3 ] {d2cbff6a-df00-4b79-94a1-55d1fd039ea4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4116 | 2024.05.15 03:44:04.770128 [ 3 ] {d2cbff6a-df00-4b79-94a1-55d1fd039ea4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4117 | 2024.05.15 03:44:04.770469 [ 3 ] {d2cbff6a-df00-4b79-94a1-55d1fd039ea4} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4118 | 2024.05.15 03:44:04.770644 [ 3 ] {d2cbff6a-df00-4b79-94a1-55d1fd039ea4} <Debug> executeQuery: Read 3 rows, 249.00 B in 0.001679 sec., 1786.777843954735 rows/sec., 144.83 KiB/sec. | ||
4119 | 2024.05.15 03:44:04.770857 [ 3 ] {d2cbff6a-df00-4b79-94a1-55d1fd039ea4} <Debug> DynamicQueryHandler: Done processing query | ||
4120 | 2024.05.15 03:44:04.770885 [ 3 ] {d2cbff6a-df00-4b79-94a1-55d1fd039ea4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4121 | 2024.05.15 03:44:04.770901 [ 3 ] {} <Debug> HTTP-Session: 31a94784-4424-4685-82fb-344362d24d56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4122 | 2024.05.15 03:44:04.771029 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4123 | 2024.05.15 03:44:04.771085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4124 | 2024.05.15 03:44:04.771104 [ 3 ] {} <Debug> HTTP-Session: 1c1c2f8f-03f8-4deb-9335-033e3c810151 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4125 | 2024.05.15 03:44:04.771121 [ 3 ] {} <Debug> HTTP-Session: 1c1c2f8f-03f8-4deb-9335-033e3c810151 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4126 | 2024.05.15 03:44:04.771138 [ 3 ] {} <Debug> HTTP-Session: 1c1c2f8f-03f8-4deb-9335-033e3c810151 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4127 | 2024.05.15 03:44:04.771172 [ 3 ] {} <Trace> HTTP-Session: 1c1c2f8f-03f8-4deb-9335-033e3c810151 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4128 | 2024.05.15 03:44:04.771296 [ 3 ] {8c985b62-f808-43d3-8f68-4c6b1412acf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4129 | 2024.05.15 03:44:04.771340 [ 3 ] {8c985b62-f808-43d3-8f68-4c6b1412acf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4130 | 2024.05.15 03:44:04.771486 [ 3 ] {8c985b62-f808-43d3-8f68-4c6b1412acf4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4131 | 2024.05.15 03:44:04.771858 [ 3 ] {8c985b62-f808-43d3-8f68-4c6b1412acf4} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4132 | 2024.05.15 03:44:04.771895 [ 3 ] {8c985b62-f808-43d3-8f68-4c6b1412acf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4133 | 2024.05.15 03:44:04.772205 [ 3 ] {8c985b62-f808-43d3-8f68-4c6b1412acf4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4134 | 2024.05.15 03:44:04.772514 [ 3 ] {8c985b62-f808-43d3-8f68-4c6b1412acf4} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4135 | 2024.05.15 03:44:04.772669 [ 3 ] {8c985b62-f808-43d3-8f68-4c6b1412acf4} <Debug> executeQuery: Read 65 rows, 5.24 KiB in 0.001412 sec., 46033.99433427762 rows/sec., 3.63 MiB/sec. | ||
4136 | 2024.05.15 03:44:04.772944 [ 3 ] {8c985b62-f808-43d3-8f68-4c6b1412acf4} <Debug> DynamicQueryHandler: Done processing query | ||
4137 | 2024.05.15 03:44:04.772974 [ 3 ] {8c985b62-f808-43d3-8f68-4c6b1412acf4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4138 | 2024.05.15 03:44:04.772990 [ 3 ] {} <Debug> HTTP-Session: 1c1c2f8f-03f8-4deb-9335-033e3c810151 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4139 | 2024.05.15 03:44:04.773115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 11390, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4140 | 2024.05.15 03:44:04.773166 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4141 | 2024.05.15 03:44:04.773185 [ 3 ] {} <Debug> HTTP-Session: 92a9b952-9dfb-4f88-b9fe-78ef92a585f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4142 | 2024.05.15 03:44:04.773201 [ 3 ] {} <Debug> HTTP-Session: 92a9b952-9dfb-4f88-b9fe-78ef92a585f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4143 | 2024.05.15 03:44:04.773214 [ 3 ] {} <Debug> HTTP-Session: 92a9b952-9dfb-4f88-b9fe-78ef92a585f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4144 | 2024.05.15 03:44:04.773245 [ 3 ] {} <Trace> HTTP-Session: 92a9b952-9dfb-4f88-b9fe-78ef92a585f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4145 | 2024.05.15 03:44:04.773395 [ 3 ] {89942f72-b2b7-44c6-88f3-7991ca22fe54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4146 | 2024.05.15 03:44:04.773437 [ 3 ] {89942f72-b2b7-44c6-88f3-7991ca22fe54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4147 | 2024.05.15 03:44:04.773581 [ 3 ] {89942f72-b2b7-44c6-88f3-7991ca22fe54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4148 | 2024.05.15 03:44:04.773900 [ 3 ] {89942f72-b2b7-44c6-88f3-7991ca22fe54} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4149 | 2024.05.15 03:44:04.773936 [ 3 ] {89942f72-b2b7-44c6-88f3-7991ca22fe54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4150 | 2024.05.15 03:44:04.774241 [ 3 ] {89942f72-b2b7-44c6-88f3-7991ca22fe54} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4151 | 2024.05.15 03:44:04.774533 [ 3 ] {89942f72-b2b7-44c6-88f3-7991ca22fe54} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4152 | 2024.05.15 03:44:04.774685 [ 3 ] {89942f72-b2b7-44c6-88f3-7991ca22fe54} <Debug> executeQuery: Read 67 rows, 5.36 KiB in 0.001332 sec., 50300.300300300296 rows/sec., 3.93 MiB/sec. | ||
4153 | 2024.05.15 03:44:04.774849 [ 3 ] {89942f72-b2b7-44c6-88f3-7991ca22fe54} <Debug> DynamicQueryHandler: Done processing query | ||
4154 | 2024.05.15 03:44:04.774874 [ 3 ] {89942f72-b2b7-44c6-88f3-7991ca22fe54} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4155 | 2024.05.15 03:44:04.774913 [ 3 ] {} <Debug> HTTP-Session: 92a9b952-9dfb-4f88-b9fe-78ef92a585f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4156 | 2024.05.15 03:44:04.775073 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4157 | 2024.05.15 03:44:04.775123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4158 | 2024.05.15 03:44:04.775143 [ 3 ] {} <Debug> HTTP-Session: db5a9e14-e88d-48a1-8107-d301a2943bc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4159 | 2024.05.15 03:44:04.775158 [ 3 ] {} <Debug> HTTP-Session: db5a9e14-e88d-48a1-8107-d301a2943bc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4160 | 2024.05.15 03:44:04.775171 [ 3 ] {} <Debug> HTTP-Session: db5a9e14-e88d-48a1-8107-d301a2943bc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4161 | 2024.05.15 03:44:04.775203 [ 3 ] {} <Trace> HTTP-Session: db5a9e14-e88d-48a1-8107-d301a2943bc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4162 | 2024.05.15 03:44:04.775355 [ 3 ] {abbd33e6-3dbc-4fc3-8610-abc774b92f22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4163 | 2024.05.15 03:44:04.775401 [ 3 ] {abbd33e6-3dbc-4fc3-8610-abc774b92f22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4164 | 2024.05.15 03:44:04.775545 [ 3 ] {abbd33e6-3dbc-4fc3-8610-abc774b92f22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4165 | 2024.05.15 03:44:04.775935 [ 3 ] {abbd33e6-3dbc-4fc3-8610-abc774b92f22} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4166 | 2024.05.15 03:44:04.775970 [ 3 ] {abbd33e6-3dbc-4fc3-8610-abc774b92f22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4167 | 2024.05.15 03:44:04.776353 [ 3 ] {abbd33e6-3dbc-4fc3-8610-abc774b92f22} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4168 | 2024.05.15 03:44:04.776691 [ 3 ] {abbd33e6-3dbc-4fc3-8610-abc774b92f22} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4169 | 2024.05.15 03:44:04.776847 [ 3 ] {abbd33e6-3dbc-4fc3-8610-abc774b92f22} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001561 sec., 102498.39846252401 rows/sec., 7.14 MiB/sec. | ||
4170 | 2024.05.15 03:44:04.777016 [ 3 ] {abbd33e6-3dbc-4fc3-8610-abc774b92f22} <Debug> DynamicQueryHandler: Done processing query | ||
4171 | 2024.05.15 03:44:04.777040 [ 3 ] {abbd33e6-3dbc-4fc3-8610-abc774b92f22} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4172 | 2024.05.15 03:44:04.777056 [ 3 ] {} <Debug> HTTP-Session: db5a9e14-e88d-48a1-8107-d301a2943bc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4173 | 2024.05.15 03:44:04.777170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 3269, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4174 | 2024.05.15 03:44:04.777219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4175 | 2024.05.15 03:44:04.777237 [ 3 ] {} <Debug> HTTP-Session: 131090f8-2482-4da9-8cab-faafa3e6bc27 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4176 | 2024.05.15 03:44:04.777252 [ 3 ] {} <Debug> HTTP-Session: 131090f8-2482-4da9-8cab-faafa3e6bc27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4177 | 2024.05.15 03:44:04.777265 [ 3 ] {} <Debug> HTTP-Session: 131090f8-2482-4da9-8cab-faafa3e6bc27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4178 | 2024.05.15 03:44:04.777296 [ 3 ] {} <Trace> HTTP-Session: 131090f8-2482-4da9-8cab-faafa3e6bc27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4179 | 2024.05.15 03:44:04.777425 [ 3 ] {c2acb74f-6c37-430f-9406-c3d58af3b6b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4180 | 2024.05.15 03:44:04.777471 [ 3 ] {c2acb74f-6c37-430f-9406-c3d58af3b6b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4181 | 2024.05.15 03:44:04.777628 [ 3 ] {c2acb74f-6c37-430f-9406-c3d58af3b6b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4182 | 2024.05.15 03:44:04.777926 [ 3 ] {c2acb74f-6c37-430f-9406-c3d58af3b6b1} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4183 | 2024.05.15 03:44:04.777960 [ 3 ] {c2acb74f-6c37-430f-9406-c3d58af3b6b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4184 | 2024.05.15 03:44:04.778347 [ 3 ] {c2acb74f-6c37-430f-9406-c3d58af3b6b1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4185 | 2024.05.15 03:44:04.778679 [ 3 ] {c2acb74f-6c37-430f-9406-c3d58af3b6b1} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4186 | 2024.05.15 03:44:04.778832 [ 3 ] {c2acb74f-6c37-430f-9406-c3d58af3b6b1} <Debug> executeQuery: Read 3 rows, 4.15 KiB in 0.001464 sec., 2049.1803278688526 rows/sec., 2.77 MiB/sec. | ||
4187 | 2024.05.15 03:44:04.778999 [ 3 ] {c2acb74f-6c37-430f-9406-c3d58af3b6b1} <Debug> DynamicQueryHandler: Done processing query | ||
4188 | 2024.05.15 03:44:04.779022 [ 3 ] {c2acb74f-6c37-430f-9406-c3d58af3b6b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4189 | 2024.05.15 03:44:04.779038 [ 3 ] {} <Debug> HTTP-Session: 131090f8-2482-4da9-8cab-faafa3e6bc27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4190 | 2024.05.15 03:44:04.779153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4191 | 2024.05.15 03:44:04.779201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4192 | 2024.05.15 03:44:04.779219 [ 3 ] {} <Debug> HTTP-Session: 7c0c4709-ff48-42f9-a5ad-62c8a9e75a20 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4193 | 2024.05.15 03:44:04.779235 [ 3 ] {} <Debug> HTTP-Session: 7c0c4709-ff48-42f9-a5ad-62c8a9e75a20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4194 | 2024.05.15 03:44:04.779248 [ 3 ] {} <Debug> HTTP-Session: 7c0c4709-ff48-42f9-a5ad-62c8a9e75a20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4195 | 2024.05.15 03:44:04.779277 [ 3 ] {} <Trace> HTTP-Session: 7c0c4709-ff48-42f9-a5ad-62c8a9e75a20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4196 | 2024.05.15 03:44:04.779387 [ 3 ] {9a6e66c8-3113-46fd-97ee-9bbfd7063805} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4197 | 2024.05.15 03:44:04.779430 [ 3 ] {9a6e66c8-3113-46fd-97ee-9bbfd7063805} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4198 | 2024.05.15 03:44:04.779555 [ 3 ] {9a6e66c8-3113-46fd-97ee-9bbfd7063805} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4199 | 2024.05.15 03:44:04.779935 [ 3 ] {9a6e66c8-3113-46fd-97ee-9bbfd7063805} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4200 | 2024.05.15 03:44:04.779970 [ 3 ] {9a6e66c8-3113-46fd-97ee-9bbfd7063805} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4201 | 2024.05.15 03:44:04.780339 [ 3 ] {9a6e66c8-3113-46fd-97ee-9bbfd7063805} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4202 | 2024.05.15 03:44:04.780652 [ 3 ] {9a6e66c8-3113-46fd-97ee-9bbfd7063805} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4203 | 2024.05.15 03:44:04.780802 [ 3 ] {9a6e66c8-3113-46fd-97ee-9bbfd7063805} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001449 sec., 41407.867494824015 rows/sec., 2.79 MiB/sec. | ||
4204 | 2024.05.15 03:44:04.781011 [ 3 ] {9a6e66c8-3113-46fd-97ee-9bbfd7063805} <Debug> DynamicQueryHandler: Done processing query | ||
4205 | 2024.05.15 03:44:04.781036 [ 3 ] {9a6e66c8-3113-46fd-97ee-9bbfd7063805} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4206 | 2024.05.15 03:44:04.781051 [ 3 ] {} <Debug> HTTP-Session: 7c0c4709-ff48-42f9-a5ad-62c8a9e75a20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4207 | 2024.05.15 03:44:09.018836 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4208 | 2024.05.15 03:44:09.018943 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4209 | 2024.05.15 03:44:09.770196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 3923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4210 | 2024.05.15 03:44:09.770332 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4211 | 2024.05.15 03:44:09.770361 [ 3 ] {} <Debug> HTTP-Session: f0b01119-1d61-4b19-856e-0ee70c397a3f Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4212 | 2024.05.15 03:44:09.770389 [ 3 ] {} <Debug> HTTP-Session: f0b01119-1d61-4b19-856e-0ee70c397a3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4213 | 2024.05.15 03:44:09.770407 [ 3 ] {} <Debug> HTTP-Session: f0b01119-1d61-4b19-856e-0ee70c397a3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4214 | 2024.05.15 03:44:09.770463 [ 3 ] {} <Trace> HTTP-Session: f0b01119-1d61-4b19-856e-0ee70c397a3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4215 | 2024.05.15 03:44:09.770667 [ 3 ] {4e79ce9c-1329-40e2-aed3-16eb626a8e02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4216 | 2024.05.15 03:44:09.770742 [ 3 ] {4e79ce9c-1329-40e2-aed3-16eb626a8e02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4217 | 2024.05.15 03:44:09.770960 [ 3 ] {4e79ce9c-1329-40e2-aed3-16eb626a8e02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4218 | 2024.05.15 03:44:09.771418 [ 3 ] {4e79ce9c-1329-40e2-aed3-16eb626a8e02} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4219 | 2024.05.15 03:44:09.771463 [ 3 ] {4e79ce9c-1329-40e2-aed3-16eb626a8e02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4220 | 2024.05.15 03:44:09.771830 [ 3 ] {4e79ce9c-1329-40e2-aed3-16eb626a8e02} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4221 | 2024.05.15 03:44:09.772166 [ 3 ] {4e79ce9c-1329-40e2-aed3-16eb626a8e02} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4222 | 2024.05.15 03:44:09.772334 [ 3 ] {4e79ce9c-1329-40e2-aed3-16eb626a8e02} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001722 sec., 15679.442508710801 rows/sec., 1.24 MiB/sec. | ||
4223 | 2024.05.15 03:44:09.772345 [ 125 ] {} <Debug> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
4224 | 2024.05.15 03:44:09.772432 [ 125 ] {} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4225 | 2024.05.15 03:44:09.772480 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4226 | 2024.05.15 03:44:09.772695 [ 3 ] {4e79ce9c-1329-40e2-aed3-16eb626a8e02} <Debug> DynamicQueryHandler: Done processing query | ||
4227 | 2024.05.15 03:44:09.772743 [ 197 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::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 | ||
4228 | 2024.05.15 03:44:09.772776 [ 3 ] {4e79ce9c-1329-40e2-aed3-16eb626a8e02} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4229 | 2024.05.15 03:44:09.772903 [ 3 ] {} <Debug> HTTP-Session: f0b01119-1d61-4b19-856e-0ee70c397a3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4230 | 2024.05.15 03:44:09.773193 [ 197 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4231 | 2024.05.15 03:44:09.773241 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4232 | 2024.05.15 03:44:09.773257 [ 197 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 30 rows starting from the beginning of the part | ||
4233 | 2024.05.15 03:44:09.773344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4234 | 2024.05.15 03:44:09.773443 [ 3 ] {} <Debug> HTTP-Session: a2287d39-dde4-4541-8a06-375f051b0895 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4235 | 2024.05.15 03:44:09.773491 [ 197 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 27 rows starting from the beginning of the part | ||
4236 | 2024.05.15 03:44:09.773513 [ 3 ] {} <Debug> HTTP-Session: a2287d39-dde4-4541-8a06-375f051b0895 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4237 | 2024.05.15 03:44:09.773588 [ 3 ] {} <Debug> HTTP-Session: a2287d39-dde4-4541-8a06-375f051b0895 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4238 | 2024.05.15 03:44:09.773761 [ 197 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 3 rows starting from the beginning of the part | ||
4239 | 2024.05.15 03:44:09.773779 [ 3 ] {} <Trace> HTTP-Session: a2287d39-dde4-4541-8a06-375f051b0895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4240 | 2024.05.15 03:44:09.774034 [ 197 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 27 rows starting from the beginning of the part | ||
4241 | 2024.05.15 03:44:09.774076 [ 3 ] {08abae68-961e-4345-ac07-6dae07cb7124} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4242 | 2024.05.15 03:44:09.774222 [ 3 ] {08abae68-961e-4345-ac07-6dae07cb7124} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4243 | 2024.05.15 03:44:09.774287 [ 197 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 3 rows starting from the beginning of the part | ||
4244 | 2024.05.15 03:44:09.774680 [ 197 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 27 rows starting from the beginning of the part | ||
4245 | 2024.05.15 03:44:09.775159 [ 3 ] {08abae68-961e-4345-ac07-6dae07cb7124} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4246 | 2024.05.15 03:44:09.775903 [ 3 ] {08abae68-961e-4345-ac07-6dae07cb7124} <Trace> oximeter.fields_ipaddr (7e29aa15-b077-4ae6-87e9-229bbccebf70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4247 | 2024.05.15 03:44:09.775974 [ 3 ] {08abae68-961e-4345-ac07-6dae07cb7124} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4248 | 2024.05.15 03:44:09.776821 [ 3 ] {08abae68-961e-4345-ac07-6dae07cb7124} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4249 | 2024.05.15 03:44:09.777408 [ 197 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 117 rows, containing 4 columns (4 merged, 0 gathered) in 0.00485073 sec., 24120.08089504054 rows/sec., 1.91 MiB/sec. | ||
4250 | 2024.05.15 03:44:09.777605 [ 197 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
4251 | 2024.05.15 03:44:09.777740 [ 3 ] {08abae68-961e-4345-ac07-6dae07cb7124} <Trace> oximeter.fields_ipaddr (7e29aa15-b077-4ae6-87e9-229bbccebf70): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4252 | 2024.05.15 03:44:09.778025 [ 125 ] {} <Debug> oximeter.fields_ipaddr (7e29aa15-b077-4ae6-87e9-229bbccebf70) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
4253 | 2024.05.15 03:44:09.778146 [ 125 ] {} <Trace> oximeter.fields_ipaddr (7e29aa15-b077-4ae6-87e9-229bbccebf70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4254 | 2024.05.15 03:44:09.778147 [ 3 ] {08abae68-961e-4345-ac07-6dae07cb7124} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004125 sec., 484.8484848484848 rows/sec., 39.54 KiB/sec. | ||
4255 | 2024.05.15 03:44:09.778220 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4256 | 2024.05.15 03:44:09.779003 [ 3 ] {08abae68-961e-4345-ac07-6dae07cb7124} <Debug> DynamicQueryHandler: Done processing query | ||
4257 | 2024.05.15 03:44:09.779099 [ 3 ] {08abae68-961e-4345-ac07-6dae07cb7124} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4258 | 2024.05.15 03:44:09.779126 [ 188 ] {7e29aa15-b077-4ae6-87e9-229bbccebf70::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 | ||
4259 | 2024.05.15 03:44:09.779156 [ 3 ] {} <Debug> HTTP-Session: a2287d39-dde4-4541-8a06-375f051b0895 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4260 | 2024.05.15 03:44:09.779291 [ 197 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_20_4} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4261 | 2024.05.15 03:44:09.779508 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 20181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4262 | 2024.05.15 03:44:09.779535 [ 197 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_20_4} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
4263 | 2024.05.15 03:44:09.779601 [ 188 ] {7e29aa15-b077-4ae6-87e9-229bbccebf70::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4264 | 2024.05.15 03:44:09.779669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4265 | 2024.05.15 03:44:09.779738 [ 188 ] {7e29aa15-b077-4ae6-87e9-229bbccebf70::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
4266 | 2024.05.15 03:44:09.779759 [ 3 ] {} <Debug> HTTP-Session: 1e301f99-4fd1-4b1c-a711-6377c96d55c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4267 | 2024.05.15 03:44:09.779779 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4268 | 2024.05.15 03:44:09.779807 [ 3 ] {} <Debug> HTTP-Session: 1e301f99-4fd1-4b1c-a711-6377c96d55c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4269 | 2024.05.15 03:44:09.779857 [ 3 ] {} <Debug> HTTP-Session: 1e301f99-4fd1-4b1c-a711-6377c96d55c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4270 | 2024.05.15 03:44:09.779982 [ 3 ] {} <Trace> HTTP-Session: 1e301f99-4fd1-4b1c-a711-6377c96d55c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4271 | 2024.05.15 03:44:09.780083 [ 188 ] {7e29aa15-b077-4ae6-87e9-229bbccebf70::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
4272 | 2024.05.15 03:44:09.780340 [ 188 ] {7e29aa15-b077-4ae6-87e9-229bbccebf70::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 | ||
4273 | 2024.05.15 03:44:09.780365 [ 3 ] {c55f7261-0923-4032-bd9f-8dcecd597656} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4274 | 2024.05.15 03:44:09.780511 [ 3 ] {c55f7261-0923-4032-bd9f-8dcecd597656} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4275 | 2024.05.15 03:44:09.780636 [ 188 ] {7e29aa15-b077-4ae6-87e9-229bbccebf70::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
4276 | 2024.05.15 03:44:09.780937 [ 188 ] {7e29aa15-b077-4ae6-87e9-229bbccebf70::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 | ||
4277 | 2024.05.15 03:44:09.781238 [ 188 ] {7e29aa15-b077-4ae6-87e9-229bbccebf70::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
4278 | 2024.05.15 03:44:09.781688 [ 3 ] {c55f7261-0923-4032-bd9f-8dcecd597656} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4279 | 2024.05.15 03:44:09.782640 [ 3 ] {c55f7261-0923-4032-bd9f-8dcecd597656} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4280 | 2024.05.15 03:44:09.782701 [ 3 ] {c55f7261-0923-4032-bd9f-8dcecd597656} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4281 | 2024.05.15 03:44:09.783584 [ 3 ] {c55f7261-0923-4032-bd9f-8dcecd597656} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4282 | 2024.05.15 03:44:09.783677 [ 188 ] {7e29aa15-b077-4ae6-87e9-229bbccebf70::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.005202383 sec., 3075.5136636422194 rows/sec., 250.79 KiB/sec. | ||
4283 | 2024.05.15 03:44:09.783909 [ 188 ] {7e29aa15-b077-4ae6-87e9-229bbccebf70::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
4284 | 2024.05.15 03:44:09.784335 [ 3 ] {c55f7261-0923-4032-bd9f-8dcecd597656} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4285 | 2024.05.15 03:44:09.784701 [ 3 ] {c55f7261-0923-4032-bd9f-8dcecd597656} <Debug> executeQuery: Read 138 rows, 11.78 KiB in 0.004496 sec., 30693.95017793594 rows/sec., 2.56 MiB/sec. | ||
4286 | 2024.05.15 03:44:09.784783 [ 186 ] {7e29aa15-b077-4ae6-87e9-229bbccebf70::all_1_6_1} <Trace> oximeter.fields_ipaddr (7e29aa15-b077-4ae6-87e9-229bbccebf70): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4287 | 2024.05.15 03:44:09.784990 [ 3 ] {c55f7261-0923-4032-bd9f-8dcecd597656} <Debug> DynamicQueryHandler: Done processing query | ||
4288 | 2024.05.15 03:44:09.785003 [ 186 ] {7e29aa15-b077-4ae6-87e9-229bbccebf70::all_1_6_1} <Trace> oximeter.fields_ipaddr (7e29aa15-b077-4ae6-87e9-229bbccebf70) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
4289 | 2024.05.15 03:44:09.785035 [ 3 ] {c55f7261-0923-4032-bd9f-8dcecd597656} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4290 | 2024.05.15 03:44:09.785061 [ 3 ] {} <Debug> HTTP-Session: 1e301f99-4fd1-4b1c-a711-6377c96d55c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4291 | 2024.05.15 03:44:09.785196 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4292 | 2024.05.15 03:44:09.785263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4293 | 2024.05.15 03:44:09.785319 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4294 | 2024.05.15 03:44:09.785337 [ 3 ] {} <Debug> HTTP-Session: 7530748d-4d2a-45cf-94ef-f23e3c0c3003 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4295 | 2024.05.15 03:44:09.785354 [ 3 ] {} <Debug> HTTP-Session: 7530748d-4d2a-45cf-94ef-f23e3c0c3003 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4296 | 2024.05.15 03:44:09.785368 [ 3 ] {} <Debug> HTTP-Session: 7530748d-4d2a-45cf-94ef-f23e3c0c3003 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4297 | 2024.05.15 03:44:09.785402 [ 3 ] {} <Trace> HTTP-Session: 7530748d-4d2a-45cf-94ef-f23e3c0c3003 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4298 | 2024.05.15 03:44:09.785505 [ 3 ] {8aff6d09-5ed8-4b74-98f5-6ed2789d9fb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4299 | 2024.05.15 03:44:09.785549 [ 3 ] {8aff6d09-5ed8-4b74-98f5-6ed2789d9fb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4300 | 2024.05.15 03:44:09.785696 [ 3 ] {8aff6d09-5ed8-4b74-98f5-6ed2789d9fb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4301 | 2024.05.15 03:44:09.785981 [ 3 ] {8aff6d09-5ed8-4b74-98f5-6ed2789d9fb0} <Trace> oximeter.fields_u16 (27df60cb-3085-4c57-b33a-a2ff697a542d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4302 | 2024.05.15 03:44:09.786017 [ 3 ] {8aff6d09-5ed8-4b74-98f5-6ed2789d9fb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4303 | 2024.05.15 03:44:09.786320 [ 3 ] {8aff6d09-5ed8-4b74-98f5-6ed2789d9fb0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4304 | 2024.05.15 03:44:09.786627 [ 3 ] {8aff6d09-5ed8-4b74-98f5-6ed2789d9fb0} <Trace> oximeter.fields_u16 (27df60cb-3085-4c57-b33a-a2ff697a542d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4305 | 2024.05.15 03:44:09.786775 [ 125 ] {} <Debug> oximeter.fields_u16 (27df60cb-3085-4c57-b33a-a2ff697a542d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
4306 | 2024.05.15 03:44:09.786786 [ 3 ] {8aff6d09-5ed8-4b74-98f5-6ed2789d9fb0} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001297 sec., 1542.0200462606015 rows/sec., 107.67 KiB/sec. | ||
4307 | 2024.05.15 03:44:09.786823 [ 125 ] {} <Trace> oximeter.fields_u16 (27df60cb-3085-4c57-b33a-a2ff697a542d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4308 | 2024.05.15 03:44:09.786888 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4309 | 2024.05.15 03:44:09.787194 [ 3 ] {8aff6d09-5ed8-4b74-98f5-6ed2789d9fb0} <Debug> DynamicQueryHandler: Done processing query | ||
4310 | 2024.05.15 03:44:09.787228 [ 188 ] {27df60cb-3085-4c57-b33a-a2ff697a542d::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 | ||
4311 | 2024.05.15 03:44:09.787285 [ 3 ] {8aff6d09-5ed8-4b74-98f5-6ed2789d9fb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4312 | 2024.05.15 03:44:09.787348 [ 3 ] {} <Debug> HTTP-Session: 7530748d-4d2a-45cf-94ef-f23e3c0c3003 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4313 | 2024.05.15 03:44:09.787454 [ 188 ] {27df60cb-3085-4c57-b33a-a2ff697a542d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4314 | 2024.05.15 03:44:09.787508 [ 188 ] {27df60cb-3085-4c57-b33a-a2ff697a542d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
4315 | 2024.05.15 03:44:09.787521 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 15801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4316 | 2024.05.15 03:44:09.787675 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4317 | 2024.05.15 03:44:09.787695 [ 188 ] {27df60cb-3085-4c57-b33a-a2ff697a542d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
4318 | 2024.05.15 03:44:09.787743 [ 3 ] {} <Debug> HTTP-Session: 2e9d5497-294c-4906-a7f4-292aa9aa0795 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4319 | 2024.05.15 03:44:09.787830 [ 3 ] {} <Debug> HTTP-Session: 2e9d5497-294c-4906-a7f4-292aa9aa0795 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4320 | 2024.05.15 03:44:09.787926 [ 3 ] {} <Debug> HTTP-Session: 2e9d5497-294c-4906-a7f4-292aa9aa0795 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4321 | 2024.05.15 03:44:09.787967 [ 188 ] {27df60cb-3085-4c57-b33a-a2ff697a542d::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 | ||
4322 | 2024.05.15 03:44:09.788071 [ 3 ] {} <Trace> HTTP-Session: 2e9d5497-294c-4906-a7f4-292aa9aa0795 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4323 | 2024.05.15 03:44:09.788221 [ 188 ] {27df60cb-3085-4c57-b33a-a2ff697a542d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
4324 | 2024.05.15 03:44:09.788475 [ 3 ] {c53fa8e7-8f29-4d49-b6ce-a669c84dc45c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4325 | 2024.05.15 03:44:09.788478 [ 188 ] {27df60cb-3085-4c57-b33a-a2ff697a542d::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 | ||
4326 | 2024.05.15 03:44:09.788581 [ 3 ] {c53fa8e7-8f29-4d49-b6ce-a669c84dc45c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4327 | 2024.05.15 03:44:09.788698 [ 188 ] {27df60cb-3085-4c57-b33a-a2ff697a542d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
4328 | 2024.05.15 03:44:09.789459 [ 3 ] {c53fa8e7-8f29-4d49-b6ce-a669c84dc45c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4329 | 2024.05.15 03:44:09.790451 [ 3 ] {c53fa8e7-8f29-4d49-b6ce-a669c84dc45c} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4330 | 2024.05.15 03:44:09.790517 [ 3 ] {c53fa8e7-8f29-4d49-b6ce-a669c84dc45c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4331 | 2024.05.15 03:44:09.791313 [ 188 ] {27df60cb-3085-4c57-b33a-a2ff697a542d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.004331074 sec., 3694.233808981329 rows/sec., 257.95 KiB/sec. | ||
4332 | 2024.05.15 03:44:09.791386 [ 3 ] {c53fa8e7-8f29-4d49-b6ce-a669c84dc45c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4333 | 2024.05.15 03:44:09.791481 [ 197 ] {27df60cb-3085-4c57-b33a-a2ff697a542d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
4334 | 2024.05.15 03:44:09.792142 [ 3 ] {c53fa8e7-8f29-4d49-b6ce-a669c84dc45c} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4335 | 2024.05.15 03:44:09.792532 [ 3 ] {c53fa8e7-8f29-4d49-b6ce-a669c84dc45c} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.004236 sec., 21954.67422096317 rows/sec., 1.72 MiB/sec. | ||
4336 | 2024.05.15 03:44:09.792541 [ 197 ] {27df60cb-3085-4c57-b33a-a2ff697a542d::all_1_6_1} <Trace> oximeter.fields_u16 (27df60cb-3085-4c57-b33a-a2ff697a542d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4337 | 2024.05.15 03:44:09.792759 [ 197 ] {27df60cb-3085-4c57-b33a-a2ff697a542d::all_1_6_1} <Trace> oximeter.fields_u16 (27df60cb-3085-4c57-b33a-a2ff697a542d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
4338 | 2024.05.15 03:44:09.792887 [ 3 ] {c53fa8e7-8f29-4d49-b6ce-a669c84dc45c} <Debug> DynamicQueryHandler: Done processing query | ||
4339 | 2024.05.15 03:44:09.792895 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4340 | 2024.05.15 03:44:09.792925 [ 3 ] {c53fa8e7-8f29-4d49-b6ce-a669c84dc45c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4341 | 2024.05.15 03:44:09.792957 [ 3 ] {} <Debug> HTTP-Session: 2e9d5497-294c-4906-a7f4-292aa9aa0795 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4342 | 2024.05.15 03:44:09.793130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 30804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4343 | 2024.05.15 03:44:09.793180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4344 | 2024.05.15 03:44:09.793201 [ 3 ] {} <Debug> HTTP-Session: 5aa891b8-2b17-4391-a4f2-c2b0e00424af Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4345 | 2024.05.15 03:44:09.793220 [ 3 ] {} <Debug> HTTP-Session: 5aa891b8-2b17-4391-a4f2-c2b0e00424af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4346 | 2024.05.15 03:44:09.793235 [ 3 ] {} <Debug> HTTP-Session: 5aa891b8-2b17-4391-a4f2-c2b0e00424af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4347 | 2024.05.15 03:44:09.793269 [ 3 ] {} <Trace> HTTP-Session: 5aa891b8-2b17-4391-a4f2-c2b0e00424af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4348 | 2024.05.15 03:44:09.793432 [ 3 ] {d2b418b7-0491-485e-a513-4f4b1367e769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4349 | 2024.05.15 03:44:09.793480 [ 3 ] {d2b418b7-0491-485e-a513-4f4b1367e769} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4350 | 2024.05.15 03:44:09.793651 [ 3 ] {d2b418b7-0491-485e-a513-4f4b1367e769} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4351 | 2024.05.15 03:44:09.794146 [ 3 ] {d2b418b7-0491-485e-a513-4f4b1367e769} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4352 | 2024.05.15 03:44:09.794183 [ 3 ] {d2b418b7-0491-485e-a513-4f4b1367e769} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4353 | 2024.05.15 03:44:09.794583 [ 3 ] {d2b418b7-0491-485e-a513-4f4b1367e769} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4354 | 2024.05.15 03:44:09.794926 [ 3 ] {d2b418b7-0491-485e-a513-4f4b1367e769} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4355 | 2024.05.15 03:44:09.795090 [ 3 ] {d2b418b7-0491-485e-a513-4f4b1367e769} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001731 sec., 93009.82091276719 rows/sec., 6.48 MiB/sec. | ||
4356 | 2024.05.15 03:44:09.795273 [ 3 ] {d2b418b7-0491-485e-a513-4f4b1367e769} <Debug> DynamicQueryHandler: Done processing query | ||
4357 | 2024.05.15 03:44:09.795298 [ 3 ] {d2b418b7-0491-485e-a513-4f4b1367e769} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4358 | 2024.05.15 03:44:09.795314 [ 3 ] {} <Debug> HTTP-Session: 5aa891b8-2b17-4391-a4f2-c2b0e00424af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4359 | 2024.05.15 03:44:09.795467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 28918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4360 | 2024.05.15 03:44:09.795515 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4361 | 2024.05.15 03:44:09.795534 [ 3 ] {} <Debug> HTTP-Session: a1ffa0d3-78e5-4c0e-a7d5-1fdec5ff63ba Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4362 | 2024.05.15 03:44:09.795550 [ 3 ] {} <Debug> HTTP-Session: a1ffa0d3-78e5-4c0e-a7d5-1fdec5ff63ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4363 | 2024.05.15 03:44:09.795564 [ 3 ] {} <Debug> HTTP-Session: a1ffa0d3-78e5-4c0e-a7d5-1fdec5ff63ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4364 | 2024.05.15 03:44:09.795595 [ 3 ] {} <Trace> HTTP-Session: a1ffa0d3-78e5-4c0e-a7d5-1fdec5ff63ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4365 | 2024.05.15 03:44:09.795971 [ 3 ] {229558fc-4a1e-47d3-9b2b-0d1ad5cf3318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4366 | 2024.05.15 03:44:09.796020 [ 3 ] {229558fc-4a1e-47d3-9b2b-0d1ad5cf3318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4367 | 2024.05.15 03:44:09.796183 [ 3 ] {229558fc-4a1e-47d3-9b2b-0d1ad5cf3318} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4368 | 2024.05.15 03:44:09.796639 [ 3 ] {229558fc-4a1e-47d3-9b2b-0d1ad5cf3318} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4369 | 2024.05.15 03:44:09.796675 [ 3 ] {229558fc-4a1e-47d3-9b2b-0d1ad5cf3318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4370 | 2024.05.15 03:44:09.797082 [ 3 ] {229558fc-4a1e-47d3-9b2b-0d1ad5cf3318} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4371 | 2024.05.15 03:44:09.797411 [ 3 ] {229558fc-4a1e-47d3-9b2b-0d1ad5cf3318} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4372 | 2024.05.15 03:44:09.797571 [ 3 ] {229558fc-4a1e-47d3-9b2b-0d1ad5cf3318} <Debug> executeQuery: Read 27 rows, 37.31 KiB in 0.001897 sec., 14232.99947285187 rows/sec., 19.21 MiB/sec. | ||
4373 | 2024.05.15 03:44:09.797745 [ 3 ] {229558fc-4a1e-47d3-9b2b-0d1ad5cf3318} <Debug> DynamicQueryHandler: Done processing query | ||
4374 | 2024.05.15 03:44:09.797769 [ 3 ] {229558fc-4a1e-47d3-9b2b-0d1ad5cf3318} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
4375 | 2024.05.15 03:44:09.797785 [ 3 ] {} <Debug> HTTP-Session: a1ffa0d3-78e5-4c0e-a7d5-1fdec5ff63ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4376 | 2024.05.15 03:44:09.797906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4377 | 2024.05.15 03:44:09.797954 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4378 | 2024.05.15 03:44:09.797972 [ 3 ] {} <Debug> HTTP-Session: 61927fc3-d3b6-4f7a-8ee8-3f35ee3a579a Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4379 | 2024.05.15 03:44:09.797988 [ 3 ] {} <Debug> HTTP-Session: 61927fc3-d3b6-4f7a-8ee8-3f35ee3a579a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4380 | 2024.05.15 03:44:09.798002 [ 3 ] {} <Debug> HTTP-Session: 61927fc3-d3b6-4f7a-8ee8-3f35ee3a579a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4381 | 2024.05.15 03:44:09.798033 [ 3 ] {} <Trace> HTTP-Session: 61927fc3-d3b6-4f7a-8ee8-3f35ee3a579a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4382 | 2024.05.15 03:44:09.798147 [ 3 ] {e97b0cd1-3a98-4304-8510-b56d36a988e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4383 | 2024.05.15 03:44:09.798190 [ 3 ] {e97b0cd1-3a98-4304-8510-b56d36a988e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4384 | 2024.05.15 03:44:09.798316 [ 3 ] {e97b0cd1-3a98-4304-8510-b56d36a988e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4385 | 2024.05.15 03:44:09.798637 [ 3 ] {e97b0cd1-3a98-4304-8510-b56d36a988e7} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4386 | 2024.05.15 03:44:09.798672 [ 3 ] {e97b0cd1-3a98-4304-8510-b56d36a988e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4387 | 2024.05.15 03:44:09.799037 [ 3 ] {e97b0cd1-3a98-4304-8510-b56d36a988e7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4388 | 2024.05.15 03:44:09.799348 [ 3 ] {e97b0cd1-3a98-4304-8510-b56d36a988e7} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4389 | 2024.05.15 03:44:09.799506 [ 3 ] {e97b0cd1-3a98-4304-8510-b56d36a988e7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001394 sec., 43041.6068866571 rows/sec., 2.90 MiB/sec. | ||
4390 | 2024.05.15 03:44:09.799659 [ 3 ] {e97b0cd1-3a98-4304-8510-b56d36a988e7} <Debug> DynamicQueryHandler: Done processing query | ||
4391 | 2024.05.15 03:44:09.799682 [ 3 ] {e97b0cd1-3a98-4304-8510-b56d36a988e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4392 | 2024.05.15 03:44:09.799698 [ 3 ] {} <Debug> HTTP-Session: 61927fc3-d3b6-4f7a-8ee8-3f35ee3a579a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4393 | 2024.05.15 03:44:14.768320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 479, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4394 | 2024.05.15 03:44:14.768458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4395 | 2024.05.15 03:44:14.768483 [ 3 ] {} <Debug> HTTP-Session: f4d1c69e-a062-44d8-814b-3f2fad41b4e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4396 | 2024.05.15 03:44:14.768507 [ 3 ] {} <Debug> HTTP-Session: f4d1c69e-a062-44d8-814b-3f2fad41b4e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4397 | 2024.05.15 03:44:14.768521 [ 3 ] {} <Debug> HTTP-Session: f4d1c69e-a062-44d8-814b-3f2fad41b4e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4398 | 2024.05.15 03:44:14.768571 [ 3 ] {} <Trace> HTTP-Session: f4d1c69e-a062-44d8-814b-3f2fad41b4e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4399 | 2024.05.15 03:44:14.768749 [ 3 ] {92930c68-5c35-421e-a97e-2cba506c7e5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4400 | 2024.05.15 03:44:14.768814 [ 3 ] {92930c68-5c35-421e-a97e-2cba506c7e5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4401 | 2024.05.15 03:44:14.769003 [ 3 ] {92930c68-5c35-421e-a97e-2cba506c7e5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4402 | 2024.05.15 03:44:14.769410 [ 3 ] {92930c68-5c35-421e-a97e-2cba506c7e5f} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4403 | 2024.05.15 03:44:14.769457 [ 3 ] {92930c68-5c35-421e-a97e-2cba506c7e5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4404 | 2024.05.15 03:44:14.769833 [ 3 ] {92930c68-5c35-421e-a97e-2cba506c7e5f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4405 | 2024.05.15 03:44:14.770166 [ 3 ] {92930c68-5c35-421e-a97e-2cba506c7e5f} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4406 | 2024.05.15 03:44:14.770326 [ 3 ] {92930c68-5c35-421e-a97e-2cba506c7e5f} <Debug> executeQuery: Read 3 rows, 249.00 B in 0.001623 sec., 1848.4288354898335 rows/sec., 149.82 KiB/sec. | ||
4407 | 2024.05.15 03:44:14.770648 [ 3 ] {92930c68-5c35-421e-a97e-2cba506c7e5f} <Debug> DynamicQueryHandler: Done processing query | ||
4408 | 2024.05.15 03:44:14.770675 [ 3 ] {92930c68-5c35-421e-a97e-2cba506c7e5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4409 | 2024.05.15 03:44:14.770691 [ 3 ] {} <Debug> HTTP-Session: f4d1c69e-a062-44d8-814b-3f2fad41b4e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4410 | 2024.05.15 03:44:14.770832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4411 | 2024.05.15 03:44:14.770887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4412 | 2024.05.15 03:44:14.770906 [ 3 ] {} <Debug> HTTP-Session: 3e62acee-7ea1-4251-bb94-ded125bee40c Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4413 | 2024.05.15 03:44:14.770924 [ 3 ] {} <Debug> HTTP-Session: 3e62acee-7ea1-4251-bb94-ded125bee40c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4414 | 2024.05.15 03:44:14.770937 [ 3 ] {} <Debug> HTTP-Session: 3e62acee-7ea1-4251-bb94-ded125bee40c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4415 | 2024.05.15 03:44:14.770972 [ 3 ] {} <Trace> HTTP-Session: 3e62acee-7ea1-4251-bb94-ded125bee40c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4416 | 2024.05.15 03:44:14.771097 [ 3 ] {ebca8a70-a699-4448-9a74-e0b599842b77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4417 | 2024.05.15 03:44:14.771143 [ 3 ] {ebca8a70-a699-4448-9a74-e0b599842b77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4418 | 2024.05.15 03:44:14.771290 [ 3 ] {ebca8a70-a699-4448-9a74-e0b599842b77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4419 | 2024.05.15 03:44:14.771620 [ 3 ] {ebca8a70-a699-4448-9a74-e0b599842b77} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4420 | 2024.05.15 03:44:14.771657 [ 3 ] {ebca8a70-a699-4448-9a74-e0b599842b77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4421 | 2024.05.15 03:44:14.771958 [ 3 ] {ebca8a70-a699-4448-9a74-e0b599842b77} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4422 | 2024.05.15 03:44:14.772269 [ 3 ] {ebca8a70-a699-4448-9a74-e0b599842b77} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4423 | 2024.05.15 03:44:14.772433 [ 3 ] {ebca8a70-a699-4448-9a74-e0b599842b77} <Debug> executeQuery: Read 65 rows, 5.24 KiB in 0.001373 sec., 47341.58776402039 rows/sec., 3.73 MiB/sec. | ||
4424 | 2024.05.15 03:44:14.772432 [ 149 ] {} <Debug> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4425 | 2024.05.15 03:44:14.772564 [ 149 ] {} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4426 | 2024.05.15 03:44:14.772599 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4427 | 2024.05.15 03:44:14.772674 [ 3 ] {ebca8a70-a699-4448-9a74-e0b599842b77} <Debug> DynamicQueryHandler: Done processing query | ||
4428 | 2024.05.15 03:44:14.772731 [ 3 ] {ebca8a70-a699-4448-9a74-e0b599842b77} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4429 | 2024.05.15 03:44:14.772805 [ 3 ] {} <Debug> HTTP-Session: 3e62acee-7ea1-4251-bb94-ded125bee40c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4430 | 2024.05.15 03:44:14.772922 [ 187 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::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 | ||
4431 | 2024.05.15 03:44:14.773062 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 11390, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4432 | 2024.05.15 03:44:14.773198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4433 | 2024.05.15 03:44:14.773277 [ 3 ] {} <Debug> HTTP-Session: a18d8b57-9675-4c29-8be3-9d95749e12aa Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4434 | 2024.05.15 03:44:14.773333 [ 3 ] {} <Debug> HTTP-Session: a18d8b57-9675-4c29-8be3-9d95749e12aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4435 | 2024.05.15 03:44:14.773382 [ 3 ] {} <Debug> HTTP-Session: a18d8b57-9675-4c29-8be3-9d95749e12aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4436 | 2024.05.15 03:44:14.773402 [ 187 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4437 | 2024.05.15 03:44:14.773426 [ 3 ] {} <Trace> HTTP-Session: a18d8b57-9675-4c29-8be3-9d95749e12aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4438 | 2024.05.15 03:44:14.773438 [ 187 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 185 rows starting from the beginning of the part | ||
4439 | 2024.05.15 03:44:14.773541 [ 187 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 66 rows starting from the beginning of the part | ||
4440 | 2024.05.15 03:44:14.773661 [ 3 ] {610fcfa1-1fb0-4258-b74c-d43727c82c43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4441 | 2024.05.15 03:44:14.773800 [ 187 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 176 rows starting from the beginning of the part | ||
4442 | 2024.05.15 03:44:14.773862 [ 3 ] {610fcfa1-1fb0-4258-b74c-d43727c82c43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4443 | 2024.05.15 03:44:14.774229 [ 187 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 65 rows starting from the beginning of the part | ||
4444 | 2024.05.15 03:44:14.774503 [ 187 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 138 rows starting from the beginning of the part | ||
4445 | 2024.05.15 03:44:14.774816 [ 187 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 65 rows starting from the beginning of the part | ||
4446 | 2024.05.15 03:44:14.775315 [ 3 ] {610fcfa1-1fb0-4258-b74c-d43727c82c43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4447 | 2024.05.15 03:44:14.775927 [ 3 ] {610fcfa1-1fb0-4258-b74c-d43727c82c43} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4448 | 2024.05.15 03:44:14.775973 [ 3 ] {610fcfa1-1fb0-4258-b74c-d43727c82c43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4449 | 2024.05.15 03:44:14.776443 [ 3 ] {610fcfa1-1fb0-4258-b74c-d43727c82c43} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4450 | 2024.05.15 03:44:14.776822 [ 197 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 695 rows, containing 4 columns (4 merged, 0 gathered) in 0.004161343 sec., 167013.38966771067 rows/sec., 13.59 MiB/sec. | ||
4451 | 2024.05.15 03:44:14.776950 [ 3 ] {610fcfa1-1fb0-4258-b74c-d43727c82c43} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4452 | 2024.05.15 03:44:14.777071 [ 197 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4453 | 2024.05.15 03:44:14.777190 [ 149 ] {} <Debug> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4454 | 2024.05.15 03:44:14.777313 [ 3 ] {610fcfa1-1fb0-4258-b74c-d43727c82c43} <Debug> executeQuery: Read 67 rows, 5.36 KiB in 0.003764 sec., 17800.21253985122 rows/sec., 1.39 MiB/sec. | ||
4455 | 2024.05.15 03:44:14.777338 [ 149 ] {} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4456 | 2024.05.15 03:44:14.777406 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4457 | 2024.05.15 03:44:14.778031 [ 188 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::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 | ||
4458 | 2024.05.15 03:44:14.778101 [ 3 ] {610fcfa1-1fb0-4258-b74c-d43727c82c43} <Debug> DynamicQueryHandler: Done processing query | ||
4459 | 2024.05.15 03:44:14.778182 [ 3 ] {610fcfa1-1fb0-4258-b74c-d43727c82c43} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4460 | 2024.05.15 03:44:14.778239 [ 3 ] {} <Debug> HTTP-Session: a18d8b57-9675-4c29-8be3-9d95749e12aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4461 | 2024.05.15 03:44:14.778459 [ 188 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4462 | 2024.05.15 03:44:14.778485 [ 197 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_26_5} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4463 | 2024.05.15 03:44:14.778543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4464 | 2024.05.15 03:44:14.778560 [ 188 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 142 rows starting from the beginning of the part | ||
4465 | 2024.05.15 03:44:14.778683 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4466 | 2024.05.15 03:44:14.778739 [ 197 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_26_5} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4467 | 2024.05.15 03:44:14.778870 [ 3 ] {} <Debug> HTTP-Session: e067d104-0b8b-4e75-8440-c1386d28bb5a Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4468 | 2024.05.15 03:44:14.778948 [ 188 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 69 rows starting from the beginning of the part | ||
4469 | 2024.05.15 03:44:14.779002 [ 3 ] {} <Debug> HTTP-Session: e067d104-0b8b-4e75-8440-c1386d28bb5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4470 | 2024.05.15 03:44:14.779093 [ 3 ] {} <Debug> HTTP-Session: e067d104-0b8b-4e75-8440-c1386d28bb5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4471 | 2024.05.15 03:44:14.779164 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
4472 | 2024.05.15 03:44:14.779345 [ 3 ] {} <Trace> HTTP-Session: e067d104-0b8b-4e75-8440-c1386d28bb5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4473 | 2024.05.15 03:44:14.779377 [ 188 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 121 rows starting from the beginning of the part | ||
4474 | 2024.05.15 03:44:14.779564 [ 188 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 67 rows starting from the beginning of the part | ||
4475 | 2024.05.15 03:44:14.779861 [ 188 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 93 rows starting from the beginning of the part | ||
4476 | 2024.05.15 03:44:14.779954 [ 3 ] {a21c2623-9d67-45c3-a2af-29abd6dc708f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4477 | 2024.05.15 03:44:14.780150 [ 188 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 67 rows starting from the beginning of the part | ||
4478 | 2024.05.15 03:44:14.780186 [ 3 ] {a21c2623-9d67-45c3-a2af-29abd6dc708f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4479 | 2024.05.15 03:44:14.780913 [ 3 ] {a21c2623-9d67-45c3-a2af-29abd6dc708f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4480 | 2024.05.15 03:44:14.781927 [ 3 ] {a21c2623-9d67-45c3-a2af-29abd6dc708f} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4481 | 2024.05.15 03:44:14.782000 [ 3 ] {a21c2623-9d67-45c3-a2af-29abd6dc708f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4482 | 2024.05.15 03:44:14.782973 [ 200 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 559 rows, containing 4 columns (4 merged, 0 gathered) in 0.005392405 sec., 103664.32046554366 rows/sec., 8.09 MiB/sec. | ||
4483 | 2024.05.15 03:44:14.782991 [ 3 ] {a21c2623-9d67-45c3-a2af-29abd6dc708f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4484 | 2024.05.15 03:44:14.783214 [ 200 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4485 | 2024.05.15 03:44:14.783844 [ 3 ] {a21c2623-9d67-45c3-a2af-29abd6dc708f} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4486 | 2024.05.15 03:44:14.784107 [ 149 ] {} <Debug> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4487 | 2024.05.15 03:44:14.784204 [ 149 ] {} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4488 | 2024.05.15 03:44:14.784212 [ 200 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_26_5} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4489 | 2024.05.15 03:44:14.784195 [ 3 ] {a21c2623-9d67-45c3-a2af-29abd6dc708f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004565 sec., 35049.28806133626 rows/sec., 2.44 MiB/sec. | ||
4490 | 2024.05.15 03:44:14.784247 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4491 | 2024.05.15 03:44:14.784564 [ 200 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_26_5} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4492 | 2024.05.15 03:44:14.784788 [ 188 ] {71f1229b-f75c-406d-b583-5004b931a391::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 | ||
4493 | 2024.05.15 03:44:14.784819 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
4494 | 2024.05.15 03:44:14.784885 [ 3 ] {a21c2623-9d67-45c3-a2af-29abd6dc708f} <Debug> DynamicQueryHandler: Done processing query | ||
4495 | 2024.05.15 03:44:14.784941 [ 3 ] {a21c2623-9d67-45c3-a2af-29abd6dc708f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4496 | 2024.05.15 03:44:14.784987 [ 3 ] {} <Debug> HTTP-Session: e067d104-0b8b-4e75-8440-c1386d28bb5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4497 | 2024.05.15 03:44:14.785082 [ 188 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4498 | 2024.05.15 03:44:14.785134 [ 188 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3011 rows starting from the beginning of the part | ||
4499 | 2024.05.15 03:44:14.785172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 3269, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4500 | 2024.05.15 03:44:14.785310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4501 | 2024.05.15 03:44:14.785358 [ 188 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 161 rows starting from the beginning of the part | ||
4502 | 2024.05.15 03:44:14.785398 [ 3 ] {} <Debug> HTTP-Session: d1c9f681-c1c4-404a-bea9-18bd8e51a02d Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4503 | 2024.05.15 03:44:14.785472 [ 3 ] {} <Debug> HTTP-Session: d1c9f681-c1c4-404a-bea9-18bd8e51a02d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4504 | 2024.05.15 03:44:14.785547 [ 3 ] {} <Debug> HTTP-Session: d1c9f681-c1c4-404a-bea9-18bd8e51a02d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4505 | 2024.05.15 03:44:14.785713 [ 3 ] {} <Trace> HTTP-Session: d1c9f681-c1c4-404a-bea9-18bd8e51a02d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4506 | 2024.05.15 03:44:14.785704 [ 188 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 199 rows starting from the beginning of the part | ||
4507 | 2024.05.15 03:44:14.785923 [ 188 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part | ||
4508 | 2024.05.15 03:44:14.786185 [ 3 ] {b776606a-fb61-4a56-898b-fb946404b615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4509 | 2024.05.15 03:44:14.786259 [ 188 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 161 rows starting from the beginning of the part | ||
4510 | 2024.05.15 03:44:14.786368 [ 3 ] {b776606a-fb61-4a56-898b-fb946404b615} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4511 | 2024.05.15 03:44:14.786526 [ 188 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part | ||
4512 | 2024.05.15 03:44:14.787426 [ 3 ] {b776606a-fb61-4a56-898b-fb946404b615} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4513 | 2024.05.15 03:44:14.788001 [ 3 ] {b776606a-fb61-4a56-898b-fb946404b615} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4514 | 2024.05.15 03:44:14.788041 [ 3 ] {b776606a-fb61-4a56-898b-fb946404b615} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4515 | 2024.05.15 03:44:14.789223 [ 3 ] {b776606a-fb61-4a56-898b-fb946404b615} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4516 | 2024.05.15 03:44:14.789827 [ 3 ] {b776606a-fb61-4a56-898b-fb946404b615} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4517 | 2024.05.15 03:44:14.790064 [ 149 ] {} <Debug> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4518 | 2024.05.15 03:44:14.790074 [ 3 ] {b776606a-fb61-4a56-898b-fb946404b615} <Debug> executeQuery: Read 3 rows, 4.15 KiB in 0.004149 sec., 723.0657989877079 rows/sec., 999.16 KiB/sec. | ||
4519 | 2024.05.15 03:44:14.790129 [ 149 ] {} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4520 | 2024.05.15 03:44:14.790237 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4521 | 2024.05.15 03:44:14.790732 [ 189 ] {90488c31-5655-4b57-9c82-7f06c13ce777::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 | ||
4522 | 2024.05.15 03:44:14.791459 [ 200 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3852 rows, containing 5 columns (5 merged, 0 gathered) in 0.007008082 sec., 549651.1028267078 rows/sec., 38.26 MiB/sec. | ||
4523 | 2024.05.15 03:44:14.791475 [ 189 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4524 | 2024.05.15 03:44:14.791488 [ 3 ] {b776606a-fb61-4a56-898b-fb946404b615} <Debug> DynamicQueryHandler: Done processing query | ||
4525 | 2024.05.15 03:44:14.791573 [ 3 ] {b776606a-fb61-4a56-898b-fb946404b615} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4526 | 2024.05.15 03:44:14.791576 [ 189 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 234 rows starting from the beginning of the part | ||
4527 | 2024.05.15 03:44:14.791619 [ 3 ] {} <Debug> HTTP-Session: d1c9f681-c1c4-404a-bea9-18bd8e51a02d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4528 | 2024.05.15 03:44:14.791904 [ 189 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 3 rows starting from the beginning of the part | ||
4529 | 2024.05.15 03:44:14.792016 [ 200 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4530 | 2024.05.15 03:44:14.791989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4531 | 2024.05.15 03:44:14.792344 [ 189 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 27 rows starting from the beginning of the part | ||
4532 | 2024.05.15 03:44:14.792399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4533 | 2024.05.15 03:44:14.792583 [ 3 ] {} <Debug> HTTP-Session: fc21522a-f504-42be-a6b9-d5b02cea03f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4534 | 2024.05.15 03:44:14.792677 [ 3 ] {} <Debug> HTTP-Session: fc21522a-f504-42be-a6b9-d5b02cea03f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4535 | 2024.05.15 03:44:14.792716 [ 189 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 3 rows starting from the beginning of the part | ||
4536 | 2024.05.15 03:44:14.792758 [ 3 ] {} <Debug> HTTP-Session: fc21522a-f504-42be-a6b9-d5b02cea03f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4537 | 2024.05.15 03:44:14.793058 [ 189 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 27 rows starting from the beginning of the part | ||
4538 | 2024.05.15 03:44:14.793095 [ 3 ] {} <Trace> HTTP-Session: fc21522a-f504-42be-a6b9-d5b02cea03f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4539 | 2024.05.15 03:44:14.793472 [ 189 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 3 rows starting from the beginning of the part | ||
4540 | 2024.05.15 03:44:14.794219 [ 3 ] {fd309c40-e690-4294-9d7a-5020ff843a45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4541 | 2024.05.15 03:44:14.794390 [ 3 ] {fd309c40-e690-4294-9d7a-5020ff843a45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4542 | 2024.05.15 03:44:14.794826 [ 188 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4543 | 2024.05.15 03:44:14.795337 [ 188 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4544 | 2024.05.15 03:44:14.795418 [ 3 ] {fd309c40-e690-4294-9d7a-5020ff843a45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4545 | 2024.05.15 03:44:14.795600 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
4546 | 2024.05.15 03:44:14.796343 [ 3 ] {fd309c40-e690-4294-9d7a-5020ff843a45} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4547 | 2024.05.15 03:44:14.796418 [ 3 ] {fd309c40-e690-4294-9d7a-5020ff843a45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4548 | 2024.05.15 03:44:14.797544 [ 3 ] {fd309c40-e690-4294-9d7a-5020ff843a45} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4549 | 2024.05.15 03:44:14.798123 [ 3 ] {fd309c40-e690-4294-9d7a-5020ff843a45} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4550 | 2024.05.15 03:44:14.798294 [ 3 ] {fd309c40-e690-4294-9d7a-5020ff843a45} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004678 sec., 12825.994014536127 rows/sec., 885.13 KiB/sec. | ||
4551 | 2024.05.15 03:44:14.798305 [ 149 ] {} <Debug> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4552 | 2024.05.15 03:44:14.798395 [ 149 ] {} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4553 | 2024.05.15 03:44:14.798473 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4554 | 2024.05.15 03:44:14.798797 [ 3 ] {fd309c40-e690-4294-9d7a-5020ff843a45} <Debug> DynamicQueryHandler: Done processing query | ||
4555 | 2024.05.15 03:44:14.798905 [ 3 ] {fd309c40-e690-4294-9d7a-5020ff843a45} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4556 | 2024.05.15 03:44:14.799007 [ 3 ] {} <Debug> HTTP-Session: fc21522a-f504-42be-a6b9-d5b02cea03f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4557 | 2024.05.15 03:44:14.799200 [ 193 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 297 rows, containing 6 columns (6 merged, 0 gathered) in 0.008779609 sec., 33828.38575157504 rows/sec., 45.65 MiB/sec. | ||
4558 | 2024.05.15 03:44:14.799276 [ 198 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::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 | ||
4559 | 2024.05.15 03:44:14.799540 [ 198 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4560 | 2024.05.15 03:44:14.799603 [ 198 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 894 rows starting from the beginning of the part | ||
4561 | 2024.05.15 03:44:14.799629 [ 193 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4562 | 2024.05.15 03:44:14.799873 [ 198 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part | ||
4563 | 2024.05.15 03:44:14.800187 [ 198 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::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 | ||
4564 | 2024.05.15 03:44:14.800436 [ 198 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
4565 | 2024.05.15 03:44:14.800820 [ 198 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::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 | ||
4566 | 2024.05.15 03:44:14.801210 [ 198 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
4567 | 2024.05.15 03:44:14.801659 [ 193 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4568 | 2024.05.15 03:44:14.801824 [ 193 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4569 | 2024.05.15 03:44:14.801964 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.35 MiB. | ||
4570 | 2024.05.15 03:44:14.802909 [ 193 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1194 rows, containing 4 columns (4 merged, 0 gathered) in 0.004148663 sec., 287803.5646664961 rows/sec., 19.53 MiB/sec. | ||
4571 | 2024.05.15 03:44:14.803076 [ 198 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4572 | 2024.05.15 03:44:14.803468 [ 198 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_26_5} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4573 | 2024.05.15 03:44:14.803553 [ 198 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_26_5} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4574 | 2024.05.15 03:44:14.803634 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
4575 | 2024.05.15 03:44:19.770457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 3923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4576 | 2024.05.15 03:44:19.770671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4577 | 2024.05.15 03:44:19.770725 [ 3 ] {} <Debug> HTTP-Session: 4129f5ca-fb9b-4a59-9ceb-55bb9f60001a Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4578 | 2024.05.15 03:44:19.770768 [ 3 ] {} <Debug> HTTP-Session: 4129f5ca-fb9b-4a59-9ceb-55bb9f60001a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4579 | 2024.05.15 03:44:19.770796 [ 3 ] {} <Debug> HTTP-Session: 4129f5ca-fb9b-4a59-9ceb-55bb9f60001a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4580 | 2024.05.15 03:44:19.770878 [ 3 ] {} <Trace> HTTP-Session: 4129f5ca-fb9b-4a59-9ceb-55bb9f60001a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4581 | 2024.05.15 03:44:19.771171 [ 3 ] {24b0e880-b3ea-4d2c-9ce0-3d65cdafb1c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4582 | 2024.05.15 03:44:19.771277 [ 3 ] {24b0e880-b3ea-4d2c-9ce0-3d65cdafb1c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4583 | 2024.05.15 03:44:19.771602 [ 3 ] {24b0e880-b3ea-4d2c-9ce0-3d65cdafb1c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4584 | 2024.05.15 03:44:19.772107 [ 3 ] {24b0e880-b3ea-4d2c-9ce0-3d65cdafb1c6} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4585 | 2024.05.15 03:44:19.772153 [ 3 ] {24b0e880-b3ea-4d2c-9ce0-3d65cdafb1c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4586 | 2024.05.15 03:44:19.772534 [ 3 ] {24b0e880-b3ea-4d2c-9ce0-3d65cdafb1c6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4587 | 2024.05.15 03:44:19.772875 [ 3 ] {24b0e880-b3ea-4d2c-9ce0-3d65cdafb1c6} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4588 | 2024.05.15 03:44:19.773047 [ 3 ] {24b0e880-b3ea-4d2c-9ce0-3d65cdafb1c6} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001967 sec., 13726.487036095577 rows/sec., 1.09 MiB/sec. | ||
4589 | 2024.05.15 03:44:19.773315 [ 3 ] {24b0e880-b3ea-4d2c-9ce0-3d65cdafb1c6} <Debug> DynamicQueryHandler: Done processing query | ||
4590 | 2024.05.15 03:44:19.773342 [ 3 ] {24b0e880-b3ea-4d2c-9ce0-3d65cdafb1c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4591 | 2024.05.15 03:44:19.773359 [ 3 ] {} <Debug> HTTP-Session: 4129f5ca-fb9b-4a59-9ceb-55bb9f60001a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4592 | 2024.05.15 03:44:19.773530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4593 | 2024.05.15 03:44:19.773587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4594 | 2024.05.15 03:44:19.773607 [ 3 ] {} <Debug> HTTP-Session: baae0322-b318-4cb2-9305-b5b645e96263 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4595 | 2024.05.15 03:44:19.773625 [ 3 ] {} <Debug> HTTP-Session: baae0322-b318-4cb2-9305-b5b645e96263 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4596 | 2024.05.15 03:44:19.773640 [ 3 ] {} <Debug> HTTP-Session: baae0322-b318-4cb2-9305-b5b645e96263 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4597 | 2024.05.15 03:44:19.773676 [ 3 ] {} <Trace> HTTP-Session: baae0322-b318-4cb2-9305-b5b645e96263 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4598 | 2024.05.15 03:44:19.773779 [ 3 ] {c8eebdf4-e114-416b-a8ef-ec241d92a094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4599 | 2024.05.15 03:44:19.773825 [ 3 ] {c8eebdf4-e114-416b-a8ef-ec241d92a094} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4600 | 2024.05.15 03:44:19.773958 [ 3 ] {c8eebdf4-e114-416b-a8ef-ec241d92a094} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4601 | 2024.05.15 03:44:19.774260 [ 3 ] {c8eebdf4-e114-416b-a8ef-ec241d92a094} <Trace> oximeter.fields_ipaddr (7e29aa15-b077-4ae6-87e9-229bbccebf70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4602 | 2024.05.15 03:44:19.774297 [ 3 ] {c8eebdf4-e114-416b-a8ef-ec241d92a094} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4603 | 2024.05.15 03:44:19.774599 [ 3 ] {c8eebdf4-e114-416b-a8ef-ec241d92a094} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4604 | 2024.05.15 03:44:19.774917 [ 3 ] {c8eebdf4-e114-416b-a8ef-ec241d92a094} <Trace> oximeter.fields_ipaddr (7e29aa15-b077-4ae6-87e9-229bbccebf70): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4605 | 2024.05.15 03:44:19.775075 [ 3 ] {c8eebdf4-e114-416b-a8ef-ec241d92a094} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001317 sec., 1518.602885345482 rows/sec., 123.83 KiB/sec. | ||
4606 | 2024.05.15 03:44:19.775335 [ 3 ] {c8eebdf4-e114-416b-a8ef-ec241d92a094} <Debug> DynamicQueryHandler: Done processing query | ||
4607 | 2024.05.15 03:44:19.775361 [ 3 ] {c8eebdf4-e114-416b-a8ef-ec241d92a094} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4608 | 2024.05.15 03:44:19.775377 [ 3 ] {} <Debug> HTTP-Session: baae0322-b318-4cb2-9305-b5b645e96263 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4609 | 2024.05.15 03:44:19.775506 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 20179, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4610 | 2024.05.15 03:44:19.775556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4611 | 2024.05.15 03:44:19.775576 [ 3 ] {} <Debug> HTTP-Session: 23a2959f-b45f-4219-bf2d-621abad17945 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4612 | 2024.05.15 03:44:19.775593 [ 3 ] {} <Debug> HTTP-Session: 23a2959f-b45f-4219-bf2d-621abad17945 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4613 | 2024.05.15 03:44:19.775607 [ 3 ] {} <Debug> HTTP-Session: 23a2959f-b45f-4219-bf2d-621abad17945 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4614 | 2024.05.15 03:44:19.775639 [ 3 ] {} <Trace> HTTP-Session: 23a2959f-b45f-4219-bf2d-621abad17945 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4615 | 2024.05.15 03:44:19.775777 [ 3 ] {555efc7c-0934-4282-b5be-806a9c937239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4616 | 2024.05.15 03:44:19.775819 [ 3 ] {555efc7c-0934-4282-b5be-806a9c937239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4617 | 2024.05.15 03:44:19.775963 [ 3 ] {555efc7c-0934-4282-b5be-806a9c937239} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4618 | 2024.05.15 03:44:19.776356 [ 3 ] {555efc7c-0934-4282-b5be-806a9c937239} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4619 | 2024.05.15 03:44:19.776394 [ 3 ] {555efc7c-0934-4282-b5be-806a9c937239} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4620 | 2024.05.15 03:44:19.776714 [ 3 ] {555efc7c-0934-4282-b5be-806a9c937239} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4621 | 2024.05.15 03:44:19.777018 [ 3 ] {555efc7c-0934-4282-b5be-806a9c937239} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4622 | 2024.05.15 03:44:19.777169 [ 3 ] {555efc7c-0934-4282-b5be-806a9c937239} <Debug> executeQuery: Read 138 rows, 11.78 KiB in 0.00145 sec., 95172.41379310345 rows/sec., 7.94 MiB/sec. | ||
4623 | 2024.05.15 03:44:19.777325 [ 3 ] {555efc7c-0934-4282-b5be-806a9c937239} <Debug> DynamicQueryHandler: Done processing query | ||
4624 | 2024.05.15 03:44:19.777350 [ 3 ] {555efc7c-0934-4282-b5be-806a9c937239} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4625 | 2024.05.15 03:44:19.777365 [ 3 ] {} <Debug> HTTP-Session: 23a2959f-b45f-4219-bf2d-621abad17945 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4626 | 2024.05.15 03:44:19.777471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 327, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4627 | 2024.05.15 03:44:19.777521 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4628 | 2024.05.15 03:44:19.777540 [ 3 ] {} <Debug> HTTP-Session: 0b20fc44-c8f0-4254-891b-06e645f08391 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4629 | 2024.05.15 03:44:19.777557 [ 3 ] {} <Debug> HTTP-Session: 0b20fc44-c8f0-4254-891b-06e645f08391 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4630 | 2024.05.15 03:44:19.777570 [ 3 ] {} <Debug> HTTP-Session: 0b20fc44-c8f0-4254-891b-06e645f08391 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4631 | 2024.05.15 03:44:19.777602 [ 3 ] {} <Trace> HTTP-Session: 0b20fc44-c8f0-4254-891b-06e645f08391 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4632 | 2024.05.15 03:44:19.777694 [ 3 ] {67c35386-9c86-4dbd-bb4b-7190ebc6ba98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4633 | 2024.05.15 03:44:19.777736 [ 3 ] {67c35386-9c86-4dbd-bb4b-7190ebc6ba98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4634 | 2024.05.15 03:44:19.777863 [ 3 ] {67c35386-9c86-4dbd-bb4b-7190ebc6ba98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4635 | 2024.05.15 03:44:19.778162 [ 3 ] {67c35386-9c86-4dbd-bb4b-7190ebc6ba98} <Trace> oximeter.fields_u16 (27df60cb-3085-4c57-b33a-a2ff697a542d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4636 | 2024.05.15 03:44:19.778198 [ 3 ] {67c35386-9c86-4dbd-bb4b-7190ebc6ba98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4637 | 2024.05.15 03:44:19.778495 [ 3 ] {67c35386-9c86-4dbd-bb4b-7190ebc6ba98} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4638 | 2024.05.15 03:44:19.778799 [ 3 ] {67c35386-9c86-4dbd-bb4b-7190ebc6ba98} <Trace> oximeter.fields_u16 (27df60cb-3085-4c57-b33a-a2ff697a542d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4639 | 2024.05.15 03:44:19.778957 [ 3 ] {67c35386-9c86-4dbd-bb4b-7190ebc6ba98} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001283 sec., 1558.846453624318 rows/sec., 108.85 KiB/sec. | ||
4640 | 2024.05.15 03:44:19.779164 [ 3 ] {67c35386-9c86-4dbd-bb4b-7190ebc6ba98} <Debug> DynamicQueryHandler: Done processing query | ||
4641 | 2024.05.15 03:44:19.779188 [ 3 ] {67c35386-9c86-4dbd-bb4b-7190ebc6ba98} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4642 | 2024.05.15 03:44:19.779204 [ 3 ] {} <Debug> HTTP-Session: 0b20fc44-c8f0-4254-891b-06e645f08391 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4643 | 2024.05.15 03:44:19.779322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 15797, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4644 | 2024.05.15 03:44:19.779371 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4645 | 2024.05.15 03:44:19.779396 [ 3 ] {} <Debug> HTTP-Session: 7b4de2a1-26ef-4a6b-8813-c67f9d41a681 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4646 | 2024.05.15 03:44:19.779412 [ 3 ] {} <Debug> HTTP-Session: 7b4de2a1-26ef-4a6b-8813-c67f9d41a681 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4647 | 2024.05.15 03:44:19.779426 [ 3 ] {} <Debug> HTTP-Session: 7b4de2a1-26ef-4a6b-8813-c67f9d41a681 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4648 | 2024.05.15 03:44:19.779457 [ 3 ] {} <Trace> HTTP-Session: 7b4de2a1-26ef-4a6b-8813-c67f9d41a681 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4649 | 2024.05.15 03:44:19.779579 [ 3 ] {c55d56b5-76d7-463d-8552-7cfb1d1e945c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4650 | 2024.05.15 03:44:19.779619 [ 3 ] {c55d56b5-76d7-463d-8552-7cfb1d1e945c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4651 | 2024.05.15 03:44:19.779746 [ 3 ] {c55d56b5-76d7-463d-8552-7cfb1d1e945c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4652 | 2024.05.15 03:44:19.780085 [ 3 ] {c55d56b5-76d7-463d-8552-7cfb1d1e945c} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4653 | 2024.05.15 03:44:19.780120 [ 3 ] {c55d56b5-76d7-463d-8552-7cfb1d1e945c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4654 | 2024.05.15 03:44:19.780433 [ 3 ] {c55d56b5-76d7-463d-8552-7cfb1d1e945c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4655 | 2024.05.15 03:44:19.780729 [ 3 ] {c55d56b5-76d7-463d-8552-7cfb1d1e945c} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4656 | 2024.05.15 03:44:19.780867 [ 3 ] {c55d56b5-76d7-463d-8552-7cfb1d1e945c} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001336 sec., 69610.77844311377 rows/sec., 5.44 MiB/sec. | ||
4657 | 2024.05.15 03:44:19.781156 [ 3 ] {c55d56b5-76d7-463d-8552-7cfb1d1e945c} <Debug> DynamicQueryHandler: Done processing query | ||
4658 | 2024.05.15 03:44:19.781185 [ 3 ] {c55d56b5-76d7-463d-8552-7cfb1d1e945c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4659 | 2024.05.15 03:44:19.781202 [ 3 ] {} <Debug> HTTP-Session: 7b4de2a1-26ef-4a6b-8813-c67f9d41a681 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4660 | 2024.05.15 03:44:19.781345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 30801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4661 | 2024.05.15 03:44:19.781393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4662 | 2024.05.15 03:44:19.781412 [ 3 ] {} <Debug> HTTP-Session: d1f569ae-7438-4be9-96cf-20686ba78dbf Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4663 | 2024.05.15 03:44:19.781428 [ 3 ] {} <Debug> HTTP-Session: d1f569ae-7438-4be9-96cf-20686ba78dbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4664 | 2024.05.15 03:44:19.781442 [ 3 ] {} <Debug> HTTP-Session: d1f569ae-7438-4be9-96cf-20686ba78dbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4665 | 2024.05.15 03:44:19.781472 [ 3 ] {} <Trace> HTTP-Session: d1f569ae-7438-4be9-96cf-20686ba78dbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4666 | 2024.05.15 03:44:19.781615 [ 3 ] {49a18c6f-0ef1-4ea3-a730-21b1899dc4b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4667 | 2024.05.15 03:44:19.781661 [ 3 ] {49a18c6f-0ef1-4ea3-a730-21b1899dc4b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4668 | 2024.05.15 03:44:19.781822 [ 3 ] {49a18c6f-0ef1-4ea3-a730-21b1899dc4b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4669 | 2024.05.15 03:44:19.782195 [ 3 ] {49a18c6f-0ef1-4ea3-a730-21b1899dc4b6} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4670 | 2024.05.15 03:44:19.782230 [ 3 ] {49a18c6f-0ef1-4ea3-a730-21b1899dc4b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4671 | 2024.05.15 03:44:19.782610 [ 3 ] {49a18c6f-0ef1-4ea3-a730-21b1899dc4b6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4672 | 2024.05.15 03:44:19.782941 [ 3 ] {49a18c6f-0ef1-4ea3-a730-21b1899dc4b6} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4673 | 2024.05.15 03:44:19.783091 [ 3 ] {49a18c6f-0ef1-4ea3-a730-21b1899dc4b6} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001538 sec., 104681.4044213264 rows/sec., 7.29 MiB/sec. | ||
4674 | 2024.05.15 03:44:19.783260 [ 3 ] {49a18c6f-0ef1-4ea3-a730-21b1899dc4b6} <Debug> DynamicQueryHandler: Done processing query | ||
4675 | 2024.05.15 03:44:19.783283 [ 3 ] {49a18c6f-0ef1-4ea3-a730-21b1899dc4b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4676 | 2024.05.15 03:44:19.783298 [ 3 ] {} <Debug> HTTP-Session: d1f569ae-7438-4be9-96cf-20686ba78dbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4677 | 2024.05.15 03:44:19.783448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 28918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4678 | 2024.05.15 03:44:19.783497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4679 | 2024.05.15 03:44:19.783516 [ 3 ] {} <Debug> HTTP-Session: f8b8f6b8-2b1f-4b72-a6e3-be2a13662917 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4680 | 2024.05.15 03:44:19.783532 [ 3 ] {} <Debug> HTTP-Session: f8b8f6b8-2b1f-4b72-a6e3-be2a13662917 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4681 | 2024.05.15 03:44:19.783545 [ 3 ] {} <Debug> HTTP-Session: f8b8f6b8-2b1f-4b72-a6e3-be2a13662917 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4682 | 2024.05.15 03:44:19.783575 [ 3 ] {} <Trace> HTTP-Session: f8b8f6b8-2b1f-4b72-a6e3-be2a13662917 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4683 | 2024.05.15 03:44:19.783837 [ 3 ] {50e13b4e-975c-46b2-bff7-4feac3969ec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4684 | 2024.05.15 03:44:19.783884 [ 3 ] {50e13b4e-975c-46b2-bff7-4feac3969ec6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4685 | 2024.05.15 03:44:19.784042 [ 3 ] {50e13b4e-975c-46b2-bff7-4feac3969ec6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4686 | 2024.05.15 03:44:19.784492 [ 3 ] {50e13b4e-975c-46b2-bff7-4feac3969ec6} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4687 | 2024.05.15 03:44:19.784527 [ 3 ] {50e13b4e-975c-46b2-bff7-4feac3969ec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4688 | 2024.05.15 03:44:19.784923 [ 3 ] {50e13b4e-975c-46b2-bff7-4feac3969ec6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4689 | 2024.05.15 03:44:19.785249 [ 3 ] {50e13b4e-975c-46b2-bff7-4feac3969ec6} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4690 | 2024.05.15 03:44:19.785400 [ 3 ] {50e13b4e-975c-46b2-bff7-4feac3969ec6} <Debug> executeQuery: Read 27 rows, 37.31 KiB in 0.001753 sec., 15402.16771249287 rows/sec., 20.78 MiB/sec. | ||
4691 | 2024.05.15 03:44:19.785564 [ 3 ] {50e13b4e-975c-46b2-bff7-4feac3969ec6} <Debug> DynamicQueryHandler: Done processing query | ||
4692 | 2024.05.15 03:44:19.785587 [ 3 ] {50e13b4e-975c-46b2-bff7-4feac3969ec6} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
4693 | 2024.05.15 03:44:19.785603 [ 3 ] {} <Debug> HTTP-Session: f8b8f6b8-2b1f-4b72-a6e3-be2a13662917 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4694 | 2024.05.15 03:44:19.785715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4695 | 2024.05.15 03:44:19.785760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4696 | 2024.05.15 03:44:19.785779 [ 3 ] {} <Debug> HTTP-Session: aa27fca2-354b-48ef-b298-b1afdbbd1226 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4697 | 2024.05.15 03:44:19.785795 [ 3 ] {} <Debug> HTTP-Session: aa27fca2-354b-48ef-b298-b1afdbbd1226 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4698 | 2024.05.15 03:44:19.785809 [ 3 ] {} <Debug> HTTP-Session: aa27fca2-354b-48ef-b298-b1afdbbd1226 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4699 | 2024.05.15 03:44:19.785839 [ 3 ] {} <Trace> HTTP-Session: aa27fca2-354b-48ef-b298-b1afdbbd1226 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4700 | 2024.05.15 03:44:19.785958 [ 3 ] {5f580b31-52cb-4f83-b4f8-c43c12ae827c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4701 | 2024.05.15 03:44:19.786000 [ 3 ] {5f580b31-52cb-4f83-b4f8-c43c12ae827c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4702 | 2024.05.15 03:44:19.786124 [ 3 ] {5f580b31-52cb-4f83-b4f8-c43c12ae827c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4703 | 2024.05.15 03:44:19.786410 [ 3 ] {5f580b31-52cb-4f83-b4f8-c43c12ae827c} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4704 | 2024.05.15 03:44:19.786446 [ 3 ] {5f580b31-52cb-4f83-b4f8-c43c12ae827c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4705 | 2024.05.15 03:44:19.786803 [ 3 ] {5f580b31-52cb-4f83-b4f8-c43c12ae827c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4706 | 2024.05.15 03:44:19.787115 [ 3 ] {5f580b31-52cb-4f83-b4f8-c43c12ae827c} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4707 | 2024.05.15 03:44:19.787258 [ 3 ] {5f580b31-52cb-4f83-b4f8-c43c12ae827c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001343 sec., 44676.09828741623 rows/sec., 3.01 MiB/sec. | ||
4708 | 2024.05.15 03:44:19.787421 [ 3 ] {5f580b31-52cb-4f83-b4f8-c43c12ae827c} <Debug> DynamicQueryHandler: Done processing query | ||
4709 | 2024.05.15 03:44:19.787446 [ 3 ] {5f580b31-52cb-4f83-b4f8-c43c12ae827c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4710 | 2024.05.15 03:44:19.787461 [ 3 ] {} <Debug> HTTP-Session: aa27fca2-354b-48ef-b298-b1afdbbd1226 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4711 | 2024.05.15 03:44:24.019208 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4712 | 2024.05.15 03:44:24.019311 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4713 | 2024.05.15 03:44:24.769014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 479, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4714 | 2024.05.15 03:44:24.769135 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4715 | 2024.05.15 03:44:24.769165 [ 3 ] {} <Debug> HTTP-Session: 85c9c976-6219-420e-8026-c5d29a4238a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4716 | 2024.05.15 03:44:24.769192 [ 3 ] {} <Debug> HTTP-Session: 85c9c976-6219-420e-8026-c5d29a4238a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4717 | 2024.05.15 03:44:24.769210 [ 3 ] {} <Debug> HTTP-Session: 85c9c976-6219-420e-8026-c5d29a4238a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4718 | 2024.05.15 03:44:24.769264 [ 3 ] {} <Trace> HTTP-Session: 85c9c976-6219-420e-8026-c5d29a4238a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4719 | 2024.05.15 03:44:24.769461 [ 3 ] {4182a1b4-98b7-428a-8e2c-2cbc6fe5d9e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4720 | 2024.05.15 03:44:24.769532 [ 3 ] {4182a1b4-98b7-428a-8e2c-2cbc6fe5d9e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4721 | 2024.05.15 03:44:24.769750 [ 3 ] {4182a1b4-98b7-428a-8e2c-2cbc6fe5d9e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4722 | 2024.05.15 03:44:24.770146 [ 3 ] {4182a1b4-98b7-428a-8e2c-2cbc6fe5d9e5} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4723 | 2024.05.15 03:44:24.770191 [ 3 ] {4182a1b4-98b7-428a-8e2c-2cbc6fe5d9e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4724 | 2024.05.15 03:44:24.770552 [ 3 ] {4182a1b4-98b7-428a-8e2c-2cbc6fe5d9e5} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4725 | 2024.05.15 03:44:24.770883 [ 3 ] {4182a1b4-98b7-428a-8e2c-2cbc6fe5d9e5} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4726 | 2024.05.15 03:44:24.771037 [ 3 ] {4182a1b4-98b7-428a-8e2c-2cbc6fe5d9e5} <Debug> executeQuery: Read 3 rows, 249.00 B in 0.001634 sec., 1835.985312117503 rows/sec., 148.82 KiB/sec. | ||
4727 | 2024.05.15 03:44:24.771246 [ 3 ] {4182a1b4-98b7-428a-8e2c-2cbc6fe5d9e5} <Debug> DynamicQueryHandler: Done processing query | ||
4728 | 2024.05.15 03:44:24.771273 [ 3 ] {4182a1b4-98b7-428a-8e2c-2cbc6fe5d9e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4729 | 2024.05.15 03:44:24.771289 [ 3 ] {} <Debug> HTTP-Session: 85c9c976-6219-420e-8026-c5d29a4238a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4730 | 2024.05.15 03:44:24.771423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4731 | 2024.05.15 03:44:24.771475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4732 | 2024.05.15 03:44:24.771494 [ 3 ] {} <Debug> HTTP-Session: b01004f2-32b6-4e02-9bcd-62ebdfd06ee1 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4733 | 2024.05.15 03:44:24.771512 [ 3 ] {} <Debug> HTTP-Session: b01004f2-32b6-4e02-9bcd-62ebdfd06ee1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4734 | 2024.05.15 03:44:24.771526 [ 3 ] {} <Debug> HTTP-Session: b01004f2-32b6-4e02-9bcd-62ebdfd06ee1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4735 | 2024.05.15 03:44:24.771559 [ 3 ] {} <Trace> HTTP-Session: b01004f2-32b6-4e02-9bcd-62ebdfd06ee1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4736 | 2024.05.15 03:44:24.771679 [ 3 ] {59639394-bd11-4052-8a5e-c9647aacb1db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4737 | 2024.05.15 03:44:24.771724 [ 3 ] {59639394-bd11-4052-8a5e-c9647aacb1db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4738 | 2024.05.15 03:44:24.771853 [ 3 ] {59639394-bd11-4052-8a5e-c9647aacb1db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4739 | 2024.05.15 03:44:24.772230 [ 3 ] {59639394-bd11-4052-8a5e-c9647aacb1db} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4740 | 2024.05.15 03:44:24.772268 [ 3 ] {59639394-bd11-4052-8a5e-c9647aacb1db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4741 | 2024.05.15 03:44:24.772579 [ 3 ] {59639394-bd11-4052-8a5e-c9647aacb1db} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4742 | 2024.05.15 03:44:24.772884 [ 3 ] {59639394-bd11-4052-8a5e-c9647aacb1db} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4743 | 2024.05.15 03:44:24.773039 [ 3 ] {59639394-bd11-4052-8a5e-c9647aacb1db} <Debug> executeQuery: Read 65 rows, 5.24 KiB in 0.001396 sec., 46561.60458452722 rows/sec., 3.67 MiB/sec. | ||
4744 | 2024.05.15 03:44:24.773299 [ 3 ] {59639394-bd11-4052-8a5e-c9647aacb1db} <Debug> DynamicQueryHandler: Done processing query | ||
4745 | 2024.05.15 03:44:24.773336 [ 3 ] {59639394-bd11-4052-8a5e-c9647aacb1db} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4746 | 2024.05.15 03:44:24.773352 [ 3 ] {} <Debug> HTTP-Session: b01004f2-32b6-4e02-9bcd-62ebdfd06ee1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4747 | 2024.05.15 03:44:24.773486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 11390, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4748 | 2024.05.15 03:44:24.773534 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4749 | 2024.05.15 03:44:24.773553 [ 3 ] {} <Debug> HTTP-Session: b5f488ae-7df6-403e-929f-4919612bf1f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4750 | 2024.05.15 03:44:24.773569 [ 3 ] {} <Debug> HTTP-Session: b5f488ae-7df6-403e-929f-4919612bf1f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4751 | 2024.05.15 03:44:24.773583 [ 3 ] {} <Debug> HTTP-Session: b5f488ae-7df6-403e-929f-4919612bf1f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4752 | 2024.05.15 03:44:24.773614 [ 3 ] {} <Trace> HTTP-Session: b5f488ae-7df6-403e-929f-4919612bf1f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4753 | 2024.05.15 03:44:24.773739 [ 3 ] {5bcd9484-d9a9-49be-989b-71c3bc51e35e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4754 | 2024.05.15 03:44:24.773782 [ 3 ] {5bcd9484-d9a9-49be-989b-71c3bc51e35e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4755 | 2024.05.15 03:44:24.773924 [ 3 ] {5bcd9484-d9a9-49be-989b-71c3bc51e35e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4756 | 2024.05.15 03:44:24.774273 [ 3 ] {5bcd9484-d9a9-49be-989b-71c3bc51e35e} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4757 | 2024.05.15 03:44:24.774309 [ 3 ] {5bcd9484-d9a9-49be-989b-71c3bc51e35e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4758 | 2024.05.15 03:44:24.774613 [ 3 ] {5bcd9484-d9a9-49be-989b-71c3bc51e35e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4759 | 2024.05.15 03:44:24.774910 [ 3 ] {5bcd9484-d9a9-49be-989b-71c3bc51e35e} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4760 | 2024.05.15 03:44:24.775058 [ 3 ] {5bcd9484-d9a9-49be-989b-71c3bc51e35e} <Debug> executeQuery: Read 67 rows, 5.36 KiB in 0.001358 sec., 49337.26067746686 rows/sec., 3.85 MiB/sec. | ||
4761 | 2024.05.15 03:44:24.775231 [ 3 ] {5bcd9484-d9a9-49be-989b-71c3bc51e35e} <Debug> DynamicQueryHandler: Done processing query | ||
4762 | 2024.05.15 03:44:24.775255 [ 3 ] {5bcd9484-d9a9-49be-989b-71c3bc51e35e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4763 | 2024.05.15 03:44:24.775270 [ 3 ] {} <Debug> HTTP-Session: b5f488ae-7df6-403e-929f-4919612bf1f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4764 | 2024.05.15 03:44:24.775448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4765 | 2024.05.15 03:44:24.775497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4766 | 2024.05.15 03:44:24.775515 [ 3 ] {} <Debug> HTTP-Session: fa2ce24c-c5a1-4adf-bb9f-00db14ddb533 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4767 | 2024.05.15 03:44:24.775531 [ 3 ] {} <Debug> HTTP-Session: fa2ce24c-c5a1-4adf-bb9f-00db14ddb533 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4768 | 2024.05.15 03:44:24.775544 [ 3 ] {} <Debug> HTTP-Session: fa2ce24c-c5a1-4adf-bb9f-00db14ddb533 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4769 | 2024.05.15 03:44:24.775575 [ 3 ] {} <Trace> HTTP-Session: fa2ce24c-c5a1-4adf-bb9f-00db14ddb533 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4770 | 2024.05.15 03:44:24.775717 [ 3 ] {f3e724e1-75db-4f73-972c-c046b8d5846e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4771 | 2024.05.15 03:44:24.775763 [ 3 ] {f3e724e1-75db-4f73-972c-c046b8d5846e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4772 | 2024.05.15 03:44:24.775908 [ 3 ] {f3e724e1-75db-4f73-972c-c046b8d5846e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4773 | 2024.05.15 03:44:24.776309 [ 3 ] {f3e724e1-75db-4f73-972c-c046b8d5846e} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4774 | 2024.05.15 03:44:24.776344 [ 3 ] {f3e724e1-75db-4f73-972c-c046b8d5846e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4775 | 2024.05.15 03:44:24.776729 [ 3 ] {f3e724e1-75db-4f73-972c-c046b8d5846e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4776 | 2024.05.15 03:44:24.777053 [ 3 ] {f3e724e1-75db-4f73-972c-c046b8d5846e} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4777 | 2024.05.15 03:44:24.777195 [ 3 ] {f3e724e1-75db-4f73-972c-c046b8d5846e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001542 sec., 103761.34889753567 rows/sec., 7.23 MiB/sec. | ||
4778 | 2024.05.15 03:44:24.777366 [ 3 ] {f3e724e1-75db-4f73-972c-c046b8d5846e} <Debug> DynamicQueryHandler: Done processing query | ||
4779 | 2024.05.15 03:44:24.777389 [ 3 ] {f3e724e1-75db-4f73-972c-c046b8d5846e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4780 | 2024.05.15 03:44:24.777405 [ 3 ] {} <Debug> HTTP-Session: fa2ce24c-c5a1-4adf-bb9f-00db14ddb533 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4781 | 2024.05.15 03:44:24.777526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 3269, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4782 | 2024.05.15 03:44:24.777575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4783 | 2024.05.15 03:44:24.777593 [ 3 ] {} <Debug> HTTP-Session: 643e682a-650f-44ee-bf50-cf204e30b944 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4784 | 2024.05.15 03:44:24.777609 [ 3 ] {} <Debug> HTTP-Session: 643e682a-650f-44ee-bf50-cf204e30b944 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4785 | 2024.05.15 03:44:24.777622 [ 3 ] {} <Debug> HTTP-Session: 643e682a-650f-44ee-bf50-cf204e30b944 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4786 | 2024.05.15 03:44:24.777653 [ 3 ] {} <Trace> HTTP-Session: 643e682a-650f-44ee-bf50-cf204e30b944 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4787 | 2024.05.15 03:44:24.777782 [ 3 ] {4e0945cb-f229-495d-80e1-5ef50de4b869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4788 | 2024.05.15 03:44:24.777829 [ 3 ] {4e0945cb-f229-495d-80e1-5ef50de4b869} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4789 | 2024.05.15 03:44:24.777985 [ 3 ] {4e0945cb-f229-495d-80e1-5ef50de4b869} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4790 | 2024.05.15 03:44:24.778308 [ 3 ] {4e0945cb-f229-495d-80e1-5ef50de4b869} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4791 | 2024.05.15 03:44:24.778343 [ 3 ] {4e0945cb-f229-495d-80e1-5ef50de4b869} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4792 | 2024.05.15 03:44:24.778719 [ 3 ] {4e0945cb-f229-495d-80e1-5ef50de4b869} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4793 | 2024.05.15 03:44:24.779057 [ 3 ] {4e0945cb-f229-495d-80e1-5ef50de4b869} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4794 | 2024.05.15 03:44:24.779217 [ 3 ] {4e0945cb-f229-495d-80e1-5ef50de4b869} <Debug> executeQuery: Read 3 rows, 4.15 KiB in 0.001485 sec., 2020.2020202020203 rows/sec., 2.73 MiB/sec. | ||
4795 | 2024.05.15 03:44:24.779548 [ 3 ] {4e0945cb-f229-495d-80e1-5ef50de4b869} <Debug> DynamicQueryHandler: Done processing query | ||
4796 | 2024.05.15 03:44:24.779572 [ 3 ] {4e0945cb-f229-495d-80e1-5ef50de4b869} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4797 | 2024.05.15 03:44:24.779587 [ 3 ] {} <Debug> HTTP-Session: 643e682a-650f-44ee-bf50-cf204e30b944 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4798 | 2024.05.15 03:44:24.779704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4799 | 2024.05.15 03:44:24.779753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4800 | 2024.05.15 03:44:24.779771 [ 3 ] {} <Debug> HTTP-Session: 47a1d838-21a1-4160-a754-ca7081551e01 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4801 | 2024.05.15 03:44:24.779787 [ 3 ] {} <Debug> HTTP-Session: 47a1d838-21a1-4160-a754-ca7081551e01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4802 | 2024.05.15 03:44:24.779800 [ 3 ] {} <Debug> HTTP-Session: 47a1d838-21a1-4160-a754-ca7081551e01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4803 | 2024.05.15 03:44:24.779830 [ 3 ] {} <Trace> HTTP-Session: 47a1d838-21a1-4160-a754-ca7081551e01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4804 | 2024.05.15 03:44:24.779945 [ 3 ] {3ff78f25-a707-4a61-a80d-da1dec4e4e66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4805 | 2024.05.15 03:44:24.779988 [ 3 ] {3ff78f25-a707-4a61-a80d-da1dec4e4e66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4806 | 2024.05.15 03:44:24.780136 [ 3 ] {3ff78f25-a707-4a61-a80d-da1dec4e4e66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4807 | 2024.05.15 03:44:24.780434 [ 3 ] {3ff78f25-a707-4a61-a80d-da1dec4e4e66} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4808 | 2024.05.15 03:44:24.780474 [ 3 ] {3ff78f25-a707-4a61-a80d-da1dec4e4e66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4809 | 2024.05.15 03:44:24.780827 [ 3 ] {3ff78f25-a707-4a61-a80d-da1dec4e4e66} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4810 | 2024.05.15 03:44:24.781139 [ 3 ] {3ff78f25-a707-4a61-a80d-da1dec4e4e66} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4811 | 2024.05.15 03:44:24.781283 [ 3 ] {3ff78f25-a707-4a61-a80d-da1dec4e4e66} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00137 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec. | ||
4812 | 2024.05.15 03:44:24.781453 [ 3 ] {3ff78f25-a707-4a61-a80d-da1dec4e4e66} <Debug> DynamicQueryHandler: Done processing query | ||
4813 | 2024.05.15 03:44:24.781476 [ 3 ] {3ff78f25-a707-4a61-a80d-da1dec4e4e66} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4814 | 2024.05.15 03:44:24.781491 [ 3 ] {} <Debug> HTTP-Session: 47a1d838-21a1-4160-a754-ca7081551e01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4815 | 2024.05.15 03:44:29.771933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 3923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4816 | 2024.05.15 03:44:29.772075 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4817 | 2024.05.15 03:44:29.772103 [ 3 ] {} <Debug> HTTP-Session: f923c96f-87a7-4d21-9d71-13b49330e10d Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4818 | 2024.05.15 03:44:29.772130 [ 3 ] {} <Debug> HTTP-Session: f923c96f-87a7-4d21-9d71-13b49330e10d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4819 | 2024.05.15 03:44:29.772149 [ 3 ] {} <Debug> HTTP-Session: f923c96f-87a7-4d21-9d71-13b49330e10d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4820 | 2024.05.15 03:44:29.772204 [ 3 ] {} <Trace> HTTP-Session: f923c96f-87a7-4d21-9d71-13b49330e10d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4821 | 2024.05.15 03:44:29.772409 [ 3 ] {98953cfa-b60a-4550-bf5a-9e2cef7b07f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4822 | 2024.05.15 03:44:29.772484 [ 3 ] {98953cfa-b60a-4550-bf5a-9e2cef7b07f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4823 | 2024.05.15 03:44:29.772704 [ 3 ] {98953cfa-b60a-4550-bf5a-9e2cef7b07f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4824 | 2024.05.15 03:44:29.773179 [ 3 ] {98953cfa-b60a-4550-bf5a-9e2cef7b07f7} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4825 | 2024.05.15 03:44:29.773224 [ 3 ] {98953cfa-b60a-4550-bf5a-9e2cef7b07f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4826 | 2024.05.15 03:44:29.773588 [ 3 ] {98953cfa-b60a-4550-bf5a-9e2cef7b07f7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4827 | 2024.05.15 03:44:29.773915 [ 3 ] {98953cfa-b60a-4550-bf5a-9e2cef7b07f7} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4828 | 2024.05.15 03:44:29.774086 [ 3 ] {98953cfa-b60a-4550-bf5a-9e2cef7b07f7} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001736 sec., 15552.99539170507 rows/sec., 1.23 MiB/sec. | ||
4829 | 2024.05.15 03:44:29.774308 [ 3 ] {98953cfa-b60a-4550-bf5a-9e2cef7b07f7} <Debug> DynamicQueryHandler: Done processing query | ||
4830 | 2024.05.15 03:44:29.774335 [ 3 ] {98953cfa-b60a-4550-bf5a-9e2cef7b07f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4831 | 2024.05.15 03:44:29.774351 [ 3 ] {} <Debug> HTTP-Session: f923c96f-87a7-4d21-9d71-13b49330e10d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4832 | 2024.05.15 03:44:29.774484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4833 | 2024.05.15 03:44:29.774543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4834 | 2024.05.15 03:44:29.774563 [ 3 ] {} <Debug> HTTP-Session: 216b8e98-7738-4504-876d-d660a7fd6d64 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4835 | 2024.05.15 03:44:29.774582 [ 3 ] {} <Debug> HTTP-Session: 216b8e98-7738-4504-876d-d660a7fd6d64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4836 | 2024.05.15 03:44:29.774596 [ 3 ] {} <Debug> HTTP-Session: 216b8e98-7738-4504-876d-d660a7fd6d64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4837 | 2024.05.15 03:44:29.774632 [ 3 ] {} <Trace> HTTP-Session: 216b8e98-7738-4504-876d-d660a7fd6d64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4838 | 2024.05.15 03:44:29.774730 [ 3 ] {662ab8b4-f778-483d-93f2-43ddc4620424} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4839 | 2024.05.15 03:44:29.774776 [ 3 ] {662ab8b4-f778-483d-93f2-43ddc4620424} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4840 | 2024.05.15 03:44:29.774908 [ 3 ] {662ab8b4-f778-483d-93f2-43ddc4620424} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4841 | 2024.05.15 03:44:29.775216 [ 3 ] {662ab8b4-f778-483d-93f2-43ddc4620424} <Trace> oximeter.fields_ipaddr (7e29aa15-b077-4ae6-87e9-229bbccebf70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4842 | 2024.05.15 03:44:29.775253 [ 3 ] {662ab8b4-f778-483d-93f2-43ddc4620424} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4843 | 2024.05.15 03:44:29.775546 [ 3 ] {662ab8b4-f778-483d-93f2-43ddc4620424} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4844 | 2024.05.15 03:44:29.775853 [ 3 ] {662ab8b4-f778-483d-93f2-43ddc4620424} <Trace> oximeter.fields_ipaddr (7e29aa15-b077-4ae6-87e9-229bbccebf70): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4845 | 2024.05.15 03:44:29.776002 [ 3 ] {662ab8b4-f778-483d-93f2-43ddc4620424} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001289 sec., 1551.5903801396432 rows/sec., 126.52 KiB/sec. | ||
4846 | 2024.05.15 03:44:29.776296 [ 3 ] {662ab8b4-f778-483d-93f2-43ddc4620424} <Debug> DynamicQueryHandler: Done processing query | ||
4847 | 2024.05.15 03:44:29.776321 [ 3 ] {662ab8b4-f778-483d-93f2-43ddc4620424} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4848 | 2024.05.15 03:44:29.776337 [ 3 ] {} <Debug> HTTP-Session: 216b8e98-7738-4504-876d-d660a7fd6d64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4849 | 2024.05.15 03:44:29.776500 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 25170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4850 | 2024.05.15 03:44:29.776551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4851 | 2024.05.15 03:44:29.776570 [ 3 ] {} <Debug> HTTP-Session: a9a50ab7-be04-4f32-afa2-e3911aff2f53 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4852 | 2024.05.15 03:44:29.776587 [ 3 ] {} <Debug> HTTP-Session: a9a50ab7-be04-4f32-afa2-e3911aff2f53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4853 | 2024.05.15 03:44:29.776601 [ 3 ] {} <Debug> HTTP-Session: a9a50ab7-be04-4f32-afa2-e3911aff2f53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4854 | 2024.05.15 03:44:29.776634 [ 3 ] {} <Trace> HTTP-Session: a9a50ab7-be04-4f32-afa2-e3911aff2f53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4855 | 2024.05.15 03:44:29.776775 [ 3 ] {74031d36-45a9-432f-9288-b7f3acbad478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4856 | 2024.05.15 03:44:29.776819 [ 3 ] {74031d36-45a9-432f-9288-b7f3acbad478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4857 | 2024.05.15 03:44:29.776963 [ 3 ] {74031d36-45a9-432f-9288-b7f3acbad478} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4858 | 2024.05.15 03:44:29.777378 [ 3 ] {74031d36-45a9-432f-9288-b7f3acbad478} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4859 | 2024.05.15 03:44:29.777415 [ 3 ] {74031d36-45a9-432f-9288-b7f3acbad478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4860 | 2024.05.15 03:44:29.777728 [ 3 ] {74031d36-45a9-432f-9288-b7f3acbad478} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4861 | 2024.05.15 03:44:29.778049 [ 3 ] {74031d36-45a9-432f-9288-b7f3acbad478} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4862 | 2024.05.15 03:44:29.778199 [ 3 ] {74031d36-45a9-432f-9288-b7f3acbad478} <Debug> executeQuery: Read 174 rows, 14.60 KiB in 0.001488 sec., 116935.48387096774 rows/sec., 9.58 MiB/sec. | ||
4863 | 2024.05.15 03:44:29.778361 [ 3 ] {74031d36-45a9-432f-9288-b7f3acbad478} <Debug> DynamicQueryHandler: Done processing query | ||
4864 | 2024.05.15 03:44:29.778386 [ 3 ] {74031d36-45a9-432f-9288-b7f3acbad478} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4865 | 2024.05.15 03:44:29.778401 [ 3 ] {} <Debug> HTTP-Session: a9a50ab7-be04-4f32-afa2-e3911aff2f53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4866 | 2024.05.15 03:44:29.778516 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4867 | 2024.05.15 03:44:29.778564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4868 | 2024.05.15 03:44:29.778583 [ 3 ] {} <Debug> HTTP-Session: 886f300e-30cd-4b29-a4c9-508b91d971ef Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4869 | 2024.05.15 03:44:29.778599 [ 3 ] {} <Debug> HTTP-Session: 886f300e-30cd-4b29-a4c9-508b91d971ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4870 | 2024.05.15 03:44:29.778613 [ 3 ] {} <Debug> HTTP-Session: 886f300e-30cd-4b29-a4c9-508b91d971ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4871 | 2024.05.15 03:44:29.778668 [ 3 ] {} <Trace> HTTP-Session: 886f300e-30cd-4b29-a4c9-508b91d971ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4872 | 2024.05.15 03:44:29.778761 [ 3 ] {42d6bb37-1004-4c0e-a532-0e406faf45f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4873 | 2024.05.15 03:44:29.778802 [ 3 ] {42d6bb37-1004-4c0e-a532-0e406faf45f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4874 | 2024.05.15 03:44:29.778927 [ 3 ] {42d6bb37-1004-4c0e-a532-0e406faf45f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4875 | 2024.05.15 03:44:29.779247 [ 3 ] {42d6bb37-1004-4c0e-a532-0e406faf45f6} <Trace> oximeter.fields_u16 (27df60cb-3085-4c57-b33a-a2ff697a542d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4876 | 2024.05.15 03:44:29.779282 [ 3 ] {42d6bb37-1004-4c0e-a532-0e406faf45f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4877 | 2024.05.15 03:44:29.779567 [ 3 ] {42d6bb37-1004-4c0e-a532-0e406faf45f6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4878 | 2024.05.15 03:44:29.779859 [ 3 ] {42d6bb37-1004-4c0e-a532-0e406faf45f6} <Trace> oximeter.fields_u16 (27df60cb-3085-4c57-b33a-a2ff697a542d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4879 | 2024.05.15 03:44:29.780015 [ 3 ] {42d6bb37-1004-4c0e-a532-0e406faf45f6} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00127 sec., 1574.803149606299 rows/sec., 109.96 KiB/sec. | ||
4880 | 2024.05.15 03:44:29.780276 [ 3 ] {42d6bb37-1004-4c0e-a532-0e406faf45f6} <Debug> DynamicQueryHandler: Done processing query | ||
4881 | 2024.05.15 03:44:29.780300 [ 3 ] {42d6bb37-1004-4c0e-a532-0e406faf45f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4882 | 2024.05.15 03:44:29.780316 [ 3 ] {} <Debug> HTTP-Session: 886f300e-30cd-4b29-a4c9-508b91d971ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4883 | 2024.05.15 03:44:29.780445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 19847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4884 | 2024.05.15 03:44:29.780493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4885 | 2024.05.15 03:44:29.780511 [ 3 ] {} <Debug> HTTP-Session: f6251e23-3170-40e7-a200-3913047b9a37 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4886 | 2024.05.15 03:44:29.780527 [ 3 ] {} <Debug> HTTP-Session: f6251e23-3170-40e7-a200-3913047b9a37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4887 | 2024.05.15 03:44:29.780541 [ 3 ] {} <Debug> HTTP-Session: f6251e23-3170-40e7-a200-3913047b9a37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4888 | 2024.05.15 03:44:29.780571 [ 3 ] {} <Trace> HTTP-Session: f6251e23-3170-40e7-a200-3913047b9a37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4889 | 2024.05.15 03:44:29.780713 [ 3 ] {ecbadf3f-b918-4d04-8edd-759ccd08acaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4890 | 2024.05.15 03:44:29.780755 [ 3 ] {ecbadf3f-b918-4d04-8edd-759ccd08acaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4891 | 2024.05.15 03:44:29.780895 [ 3 ] {ecbadf3f-b918-4d04-8edd-759ccd08acaf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4892 | 2024.05.15 03:44:29.781272 [ 3 ] {ecbadf3f-b918-4d04-8edd-759ccd08acaf} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4893 | 2024.05.15 03:44:29.781308 [ 3 ] {ecbadf3f-b918-4d04-8edd-759ccd08acaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4894 | 2024.05.15 03:44:29.781625 [ 3 ] {ecbadf3f-b918-4d04-8edd-759ccd08acaf} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4895 | 2024.05.15 03:44:29.781924 [ 3 ] {ecbadf3f-b918-4d04-8edd-759ccd08acaf} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4896 | 2024.05.15 03:44:29.782056 [ 3 ] {ecbadf3f-b918-4d04-8edd-759ccd08acaf} <Debug> executeQuery: Read 117 rows, 9.34 KiB in 0.001408 sec., 83096.59090909091 rows/sec., 6.48 MiB/sec. | ||
4897 | 2024.05.15 03:44:29.782326 [ 3 ] {ecbadf3f-b918-4d04-8edd-759ccd08acaf} <Debug> DynamicQueryHandler: Done processing query | ||
4898 | 2024.05.15 03:44:29.782366 [ 3 ] {ecbadf3f-b918-4d04-8edd-759ccd08acaf} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4899 | 2024.05.15 03:44:29.782383 [ 3 ] {} <Debug> HTTP-Session: f6251e23-3170-40e7-a200-3913047b9a37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4900 | 2024.05.15 03:44:29.782518 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 37774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4901 | 2024.05.15 03:44:29.782566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4902 | 2024.05.15 03:44:29.782585 [ 3 ] {} <Debug> HTTP-Session: cda89df5-5edb-4143-be2d-63d044fb8878 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4903 | 2024.05.15 03:44:29.782601 [ 3 ] {} <Debug> HTTP-Session: cda89df5-5edb-4143-be2d-63d044fb8878 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4904 | 2024.05.15 03:44:29.782614 [ 3 ] {} <Debug> HTTP-Session: cda89df5-5edb-4143-be2d-63d044fb8878 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4905 | 2024.05.15 03:44:29.782644 [ 3 ] {} <Trace> HTTP-Session: cda89df5-5edb-4143-be2d-63d044fb8878 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4906 | 2024.05.15 03:44:29.782808 [ 3 ] {42d654c6-8851-4d24-a725-c0570fe65af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4907 | 2024.05.15 03:44:29.782854 [ 3 ] {42d654c6-8851-4d24-a725-c0570fe65af1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4908 | 2024.05.15 03:44:29.783015 [ 3 ] {42d654c6-8851-4d24-a725-c0570fe65af1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4909 | 2024.05.15 03:44:29.783435 [ 3 ] {42d654c6-8851-4d24-a725-c0570fe65af1} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4910 | 2024.05.15 03:44:29.783471 [ 3 ] {42d654c6-8851-4d24-a725-c0570fe65af1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4911 | 2024.05.15 03:44:29.783849 [ 3 ] {42d654c6-8851-4d24-a725-c0570fe65af1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4912 | 2024.05.15 03:44:29.784166 [ 3 ] {42d654c6-8851-4d24-a725-c0570fe65af1} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4913 | 2024.05.15 03:44:29.784321 [ 3 ] {42d654c6-8851-4d24-a725-c0570fe65af1} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001588 sec., 124055.41561712847 rows/sec., 8.66 MiB/sec. | ||
4914 | 2024.05.15 03:44:29.784490 [ 3 ] {42d654c6-8851-4d24-a725-c0570fe65af1} <Debug> DynamicQueryHandler: Done processing query | ||
4915 | 2024.05.15 03:44:29.784514 [ 3 ] {42d654c6-8851-4d24-a725-c0570fe65af1} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4916 | 2024.05.15 03:44:29.784529 [ 3 ] {} <Debug> HTTP-Session: cda89df5-5edb-4143-be2d-63d044fb8878 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4917 | 2024.05.15 03:44:29.784688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 28918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4918 | 2024.05.15 03:44:29.784736 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4919 | 2024.05.15 03:44:29.784754 [ 3 ] {} <Debug> HTTP-Session: 1a08bc58-0c7b-4a38-bbe3-620e56d1b527 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4920 | 2024.05.15 03:44:29.784770 [ 3 ] {} <Debug> HTTP-Session: 1a08bc58-0c7b-4a38-bbe3-620e56d1b527 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4921 | 2024.05.15 03:44:29.784784 [ 3 ] {} <Debug> HTTP-Session: 1a08bc58-0c7b-4a38-bbe3-620e56d1b527 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4922 | 2024.05.15 03:44:29.784814 [ 3 ] {} <Trace> HTTP-Session: 1a08bc58-0c7b-4a38-bbe3-620e56d1b527 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4923 | 2024.05.15 03:44:29.785084 [ 3 ] {baa546df-cb36-4844-876e-79dcc6b604e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4924 | 2024.05.15 03:44:29.785131 [ 3 ] {baa546df-cb36-4844-876e-79dcc6b604e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4925 | 2024.05.15 03:44:29.785288 [ 3 ] {baa546df-cb36-4844-876e-79dcc6b604e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4926 | 2024.05.15 03:44:29.785775 [ 3 ] {baa546df-cb36-4844-876e-79dcc6b604e6} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4927 | 2024.05.15 03:44:29.785810 [ 3 ] {baa546df-cb36-4844-876e-79dcc6b604e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4928 | 2024.05.15 03:44:29.786206 [ 3 ] {baa546df-cb36-4844-876e-79dcc6b604e6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4929 | 2024.05.15 03:44:29.786536 [ 3 ] {baa546df-cb36-4844-876e-79dcc6b604e6} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4930 | 2024.05.15 03:44:29.786689 [ 3 ] {baa546df-cb36-4844-876e-79dcc6b604e6} <Debug> executeQuery: Read 27 rows, 37.31 KiB in 0.001795 sec., 15041.782729805014 rows/sec., 20.30 MiB/sec. | ||
4931 | 2024.05.15 03:44:29.786861 [ 3 ] {baa546df-cb36-4844-876e-79dcc6b604e6} <Debug> DynamicQueryHandler: Done processing query | ||
4932 | 2024.05.15 03:44:29.786885 [ 3 ] {baa546df-cb36-4844-876e-79dcc6b604e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
4933 | 2024.05.15 03:44:29.786900 [ 3 ] {} <Debug> HTTP-Session: 1a08bc58-0c7b-4a38-bbe3-620e56d1b527 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4934 | 2024.05.15 03:44:29.787020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4935 | 2024.05.15 03:44:29.787068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4936 | 2024.05.15 03:44:29.787087 [ 3 ] {} <Debug> HTTP-Session: 1c0cbb6d-238a-41a2-8a4b-dc9c78c83da9 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4937 | 2024.05.15 03:44:29.787104 [ 3 ] {} <Debug> HTTP-Session: 1c0cbb6d-238a-41a2-8a4b-dc9c78c83da9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4938 | 2024.05.15 03:44:29.787117 [ 3 ] {} <Debug> HTTP-Session: 1c0cbb6d-238a-41a2-8a4b-dc9c78c83da9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4939 | 2024.05.15 03:44:29.787147 [ 3 ] {} <Trace> HTTP-Session: 1c0cbb6d-238a-41a2-8a4b-dc9c78c83da9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4940 | 2024.05.15 03:44:29.787275 [ 3 ] {4e7dc7ec-156b-4d34-add7-7d180cd9bb5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4941 | 2024.05.15 03:44:29.787317 [ 3 ] {4e7dc7ec-156b-4d34-add7-7d180cd9bb5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4942 | 2024.05.15 03:44:29.787440 [ 3 ] {4e7dc7ec-156b-4d34-add7-7d180cd9bb5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4943 | 2024.05.15 03:44:29.787732 [ 3 ] {4e7dc7ec-156b-4d34-add7-7d180cd9bb5a} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4944 | 2024.05.15 03:44:29.787766 [ 3 ] {4e7dc7ec-156b-4d34-add7-7d180cd9bb5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4945 | 2024.05.15 03:44:29.788123 [ 3 ] {4e7dc7ec-156b-4d34-add7-7d180cd9bb5a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4946 | 2024.05.15 03:44:29.788434 [ 3 ] {4e7dc7ec-156b-4d34-add7-7d180cd9bb5a} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4947 | 2024.05.15 03:44:29.788583 [ 3 ] {4e7dc7ec-156b-4d34-add7-7d180cd9bb5a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001357 sec., 44215.18054532056 rows/sec., 2.98 MiB/sec. | ||
4948 | 2024.05.15 03:44:29.788900 [ 3 ] {4e7dc7ec-156b-4d34-add7-7d180cd9bb5a} <Debug> DynamicQueryHandler: Done processing query | ||
4949 | 2024.05.15 03:44:29.788925 [ 3 ] {4e7dc7ec-156b-4d34-add7-7d180cd9bb5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4950 | 2024.05.15 03:44:29.788941 [ 3 ] {} <Debug> HTTP-Session: 1c0cbb6d-238a-41a2-8a4b-dc9c78c83da9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4951 | 2024.05.15 03:44:34.768945 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 479, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4952 | 2024.05.15 03:44:34.769086 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4953 | 2024.05.15 03:44:34.769116 [ 3 ] {} <Debug> HTTP-Session: 567d3651-e478-461d-97aa-04a060cf63ef Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4954 | 2024.05.15 03:44:34.769145 [ 3 ] {} <Debug> HTTP-Session: 567d3651-e478-461d-97aa-04a060cf63ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4955 | 2024.05.15 03:44:34.769163 [ 3 ] {} <Debug> HTTP-Session: 567d3651-e478-461d-97aa-04a060cf63ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4956 | 2024.05.15 03:44:34.769217 [ 3 ] {} <Trace> HTTP-Session: 567d3651-e478-461d-97aa-04a060cf63ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4957 | 2024.05.15 03:44:34.769418 [ 3 ] {0948041a-cf10-4645-a5d2-49481f0e7c9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4958 | 2024.05.15 03:44:34.769493 [ 3 ] {0948041a-cf10-4645-a5d2-49481f0e7c9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4959 | 2024.05.15 03:44:34.769708 [ 3 ] {0948041a-cf10-4645-a5d2-49481f0e7c9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4960 | 2024.05.15 03:44:34.770164 [ 3 ] {0948041a-cf10-4645-a5d2-49481f0e7c9e} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4961 | 2024.05.15 03:44:34.770211 [ 3 ] {0948041a-cf10-4645-a5d2-49481f0e7c9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4962 | 2024.05.15 03:44:34.770575 [ 3 ] {0948041a-cf10-4645-a5d2-49481f0e7c9e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4963 | 2024.05.15 03:44:34.770910 [ 3 ] {0948041a-cf10-4645-a5d2-49481f0e7c9e} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4964 | 2024.05.15 03:44:34.771086 [ 3 ] {0948041a-cf10-4645-a5d2-49481f0e7c9e} <Debug> executeQuery: Read 3 rows, 249.00 B in 0.001721 sec., 1743.1725740848342 rows/sec., 141.29 KiB/sec. | ||
4965 | 2024.05.15 03:44:34.771103 [ 134 ] {} <Debug> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
4966 | 2024.05.15 03:44:34.771204 [ 134 ] {} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4967 | 2024.05.15 03:44:34.771254 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4968 | 2024.05.15 03:44:34.771388 [ 3 ] {0948041a-cf10-4645-a5d2-49481f0e7c9e} <Debug> DynamicQueryHandler: Done processing query | ||
4969 | 2024.05.15 03:44:34.771436 [ 3 ] {0948041a-cf10-4645-a5d2-49481f0e7c9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4970 | 2024.05.15 03:44:34.771453 [ 196 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::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 | ||
4971 | 2024.05.15 03:44:34.771467 [ 3 ] {} <Debug> HTTP-Session: 567d3651-e478-461d-97aa-04a060cf63ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4972 | 2024.05.15 03:44:34.771702 [ 196 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4973 | 2024.05.15 03:44:34.771715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4974 | 2024.05.15 03:44:34.771765 [ 196 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 30 rows starting from the beginning of the part | ||
4975 | 2024.05.15 03:44:34.771827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4976 | 2024.05.15 03:44:34.771903 [ 3 ] {} <Debug> HTTP-Session: b8134310-0148-42fb-ba58-908c2907c7a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
4977 | 2024.05.15 03:44:34.771974 [ 3 ] {} <Debug> HTTP-Session: b8134310-0148-42fb-ba58-908c2907c7a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4978 | 2024.05.15 03:44:34.772018 [ 196 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 3 rows starting from the beginning of the part | ||
4979 | 2024.05.15 03:44:34.772038 [ 3 ] {} <Debug> HTTP-Session: b8134310-0148-42fb-ba58-908c2907c7a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4980 | 2024.05.15 03:44:34.772190 [ 3 ] {} <Trace> HTTP-Session: b8134310-0148-42fb-ba58-908c2907c7a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4981 | 2024.05.15 03:44:34.772267 [ 196 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 27 rows starting from the beginning of the part | ||
4982 | 2024.05.15 03:44:34.772542 [ 196 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 3 rows starting from the beginning of the part | ||
4983 | 2024.05.15 03:44:34.772607 [ 3 ] {8c276dc8-92dc-4d37-a29e-7f11de9ae92b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4984 | 2024.05.15 03:44:34.772755 [ 3 ] {8c276dc8-92dc-4d37-a29e-7f11de9ae92b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4985 | 2024.05.15 03:44:34.772815 [ 196 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 27 rows starting from the beginning of the part | ||
4986 | 2024.05.15 03:44:34.773179 [ 196 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 3 rows starting from the beginning of the part | ||
4987 | 2024.05.15 03:44:34.773716 [ 3 ] {8c276dc8-92dc-4d37-a29e-7f11de9ae92b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4988 | 2024.05.15 03:44:34.774485 [ 3 ] {8c276dc8-92dc-4d37-a29e-7f11de9ae92b} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4989 | 2024.05.15 03:44:34.774539 [ 3 ] {8c276dc8-92dc-4d37-a29e-7f11de9ae92b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4990 | 2024.05.15 03:44:34.775507 [ 3 ] {8c276dc8-92dc-4d37-a29e-7f11de9ae92b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4991 | 2024.05.15 03:44:34.775713 [ 198 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 93 rows, containing 4 columns (4 merged, 0 gathered) in 0.004363384 sec., 21313.732644204592 rows/sec., 1.69 MiB/sec. | ||
4992 | 2024.05.15 03:44:34.776048 [ 193 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
4993 | 2024.05.15 03:44:34.776203 [ 3 ] {8c276dc8-92dc-4d37-a29e-7f11de9ae92b} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4994 | 2024.05.15 03:44:34.776574 [ 3 ] {8c276dc8-92dc-4d37-a29e-7f11de9ae92b} <Debug> executeQuery: Read 65 rows, 5.24 KiB in 0.004061 sec., 16005.909874415167 rows/sec., 1.26 MiB/sec. | ||
4995 | 2024.05.15 03:44:34.777386 [ 3 ] {8c276dc8-92dc-4d37-a29e-7f11de9ae92b} <Debug> DynamicQueryHandler: Done processing query | ||
4996 | 2024.05.15 03:44:34.777419 [ 3 ] {8c276dc8-92dc-4d37-a29e-7f11de9ae92b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4997 | 2024.05.15 03:44:34.777462 [ 3 ] {} <Debug> HTTP-Session: b8134310-0148-42fb-ba58-908c2907c7a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4998 | 2024.05.15 03:44:34.777494 [ 193 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_25_5} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4999 | 2024.05.15 03:44:34.777612 [ 193 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_25_5} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
5000 | 2024.05.15 03:44:34.777622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 11390, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5001 | 2024.05.15 03:44:34.777719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5002 | 2024.05.15 03:44:34.777756 [ 3 ] {} <Debug> HTTP-Session: 62c1c958-483b-459f-9605-32d4ffccb943 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5003 | 2024.05.15 03:44:34.777772 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
5004 | 2024.05.15 03:44:34.777784 [ 3 ] {} <Debug> HTTP-Session: 62c1c958-483b-459f-9605-32d4ffccb943 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5005 | 2024.05.15 03:44:34.777826 [ 3 ] {} <Debug> HTTP-Session: 62c1c958-483b-459f-9605-32d4ffccb943 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5006 | 2024.05.15 03:44:34.777859 [ 3 ] {} <Trace> HTTP-Session: 62c1c958-483b-459f-9605-32d4ffccb943 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5007 | 2024.05.15 03:44:34.778000 [ 3 ] {dc6a3d6b-6ce1-4437-8681-6774e4738b17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5008 | 2024.05.15 03:44:34.778044 [ 3 ] {dc6a3d6b-6ce1-4437-8681-6774e4738b17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5009 | 2024.05.15 03:44:34.778196 [ 3 ] {dc6a3d6b-6ce1-4437-8681-6774e4738b17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5010 | 2024.05.15 03:44:34.778546 [ 3 ] {dc6a3d6b-6ce1-4437-8681-6774e4738b17} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5011 | 2024.05.15 03:44:34.778583 [ 3 ] {dc6a3d6b-6ce1-4437-8681-6774e4738b17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5012 | 2024.05.15 03:44:34.778905 [ 3 ] {dc6a3d6b-6ce1-4437-8681-6774e4738b17} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5013 | 2024.05.15 03:44:34.779207 [ 3 ] {dc6a3d6b-6ce1-4437-8681-6774e4738b17} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5014 | 2024.05.15 03:44:34.779368 [ 3 ] {dc6a3d6b-6ce1-4437-8681-6774e4738b17} <Debug> executeQuery: Read 67 rows, 5.36 KiB in 0.001419 sec., 47216.34954193094 rows/sec., 3.69 MiB/sec. | ||
5015 | 2024.05.15 03:44:34.779707 [ 3 ] {dc6a3d6b-6ce1-4437-8681-6774e4738b17} <Debug> DynamicQueryHandler: Done processing query | ||
5016 | 2024.05.15 03:44:34.779734 [ 3 ] {dc6a3d6b-6ce1-4437-8681-6774e4738b17} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5017 | 2024.05.15 03:44:34.779750 [ 3 ] {} <Debug> HTTP-Session: 62c1c958-483b-459f-9605-32d4ffccb943 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5018 | 2024.05.15 03:44:34.779934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5019 | 2024.05.15 03:44:34.779985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5020 | 2024.05.15 03:44:34.780004 [ 3 ] {} <Debug> HTTP-Session: fbb25999-fc1b-43cd-91e0-1b5afd1374a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5021 | 2024.05.15 03:44:34.780020 [ 3 ] {} <Debug> HTTP-Session: fbb25999-fc1b-43cd-91e0-1b5afd1374a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5022 | 2024.05.15 03:44:34.780033 [ 3 ] {} <Debug> HTTP-Session: fbb25999-fc1b-43cd-91e0-1b5afd1374a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5023 | 2024.05.15 03:44:34.780065 [ 3 ] {} <Trace> HTTP-Session: fbb25999-fc1b-43cd-91e0-1b5afd1374a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5024 | 2024.05.15 03:44:34.780216 [ 3 ] {6b795ccc-b463-4136-917e-dce037382bfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5025 | 2024.05.15 03:44:34.780264 [ 3 ] {6b795ccc-b463-4136-917e-dce037382bfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5026 | 2024.05.15 03:44:34.780428 [ 3 ] {6b795ccc-b463-4136-917e-dce037382bfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5027 | 2024.05.15 03:44:34.780862 [ 3 ] {6b795ccc-b463-4136-917e-dce037382bfe} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5028 | 2024.05.15 03:44:34.780898 [ 3 ] {6b795ccc-b463-4136-917e-dce037382bfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5029 | 2024.05.15 03:44:34.781292 [ 3 ] {6b795ccc-b463-4136-917e-dce037382bfe} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5030 | 2024.05.15 03:44:34.781638 [ 3 ] {6b795ccc-b463-4136-917e-dce037382bfe} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5031 | 2024.05.15 03:44:34.781797 [ 3 ] {6b795ccc-b463-4136-917e-dce037382bfe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001648 sec., 97087.3786407767 rows/sec., 6.76 MiB/sec. | ||
5032 | 2024.05.15 03:44:34.781973 [ 3 ] {6b795ccc-b463-4136-917e-dce037382bfe} <Debug> DynamicQueryHandler: Done processing query | ||
5033 | 2024.05.15 03:44:34.781997 [ 3 ] {6b795ccc-b463-4136-917e-dce037382bfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5034 | 2024.05.15 03:44:34.782013 [ 3 ] {} <Debug> HTTP-Session: fbb25999-fc1b-43cd-91e0-1b5afd1374a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5035 | 2024.05.15 03:44:34.782127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 3269, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5036 | 2024.05.15 03:44:34.782176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5037 | 2024.05.15 03:44:34.782196 [ 3 ] {} <Debug> HTTP-Session: 521fcac0-2c1e-4e5c-83e9-1775065157fb Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5038 | 2024.05.15 03:44:34.782212 [ 3 ] {} <Debug> HTTP-Session: 521fcac0-2c1e-4e5c-83e9-1775065157fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5039 | 2024.05.15 03:44:34.782225 [ 3 ] {} <Debug> HTTP-Session: 521fcac0-2c1e-4e5c-83e9-1775065157fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5040 | 2024.05.15 03:44:34.782256 [ 3 ] {} <Trace> HTTP-Session: 521fcac0-2c1e-4e5c-83e9-1775065157fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5041 | 2024.05.15 03:44:34.782390 [ 3 ] {acd3574f-07b6-4e6d-b094-ab27b1579dff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5042 | 2024.05.15 03:44:34.782438 [ 3 ] {acd3574f-07b6-4e6d-b094-ab27b1579dff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5043 | 2024.05.15 03:44:34.782601 [ 3 ] {acd3574f-07b6-4e6d-b094-ab27b1579dff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5044 | 2024.05.15 03:44:34.782916 [ 3 ] {acd3574f-07b6-4e6d-b094-ab27b1579dff} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5045 | 2024.05.15 03:44:34.782951 [ 3 ] {acd3574f-07b6-4e6d-b094-ab27b1579dff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5046 | 2024.05.15 03:44:34.783327 [ 3 ] {acd3574f-07b6-4e6d-b094-ab27b1579dff} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5047 | 2024.05.15 03:44:34.783674 [ 3 ] {acd3574f-07b6-4e6d-b094-ab27b1579dff} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5048 | 2024.05.15 03:44:34.783831 [ 3 ] {acd3574f-07b6-4e6d-b094-ab27b1579dff} <Debug> executeQuery: Read 3 rows, 4.15 KiB in 0.001496 sec., 2005.3475935828878 rows/sec., 2.71 MiB/sec. | ||
5049 | 2024.05.15 03:44:34.784011 [ 3 ] {acd3574f-07b6-4e6d-b094-ab27b1579dff} <Debug> DynamicQueryHandler: Done processing query | ||
5050 | 2024.05.15 03:44:34.784035 [ 3 ] {acd3574f-07b6-4e6d-b094-ab27b1579dff} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5051 | 2024.05.15 03:44:34.784051 [ 3 ] {} <Debug> HTTP-Session: 521fcac0-2c1e-4e5c-83e9-1775065157fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5052 | 2024.05.15 03:44:34.784196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5053 | 2024.05.15 03:44:34.784246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5054 | 2024.05.15 03:44:34.784265 [ 3 ] {} <Debug> HTTP-Session: 873bb8a6-2f0a-4d34-a74c-a883255731de Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5055 | 2024.05.15 03:44:34.784281 [ 3 ] {} <Debug> HTTP-Session: 873bb8a6-2f0a-4d34-a74c-a883255731de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5056 | 2024.05.15 03:44:34.784295 [ 3 ] {} <Debug> HTTP-Session: 873bb8a6-2f0a-4d34-a74c-a883255731de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5057 | 2024.05.15 03:44:34.784326 [ 3 ] {} <Trace> HTTP-Session: 873bb8a6-2f0a-4d34-a74c-a883255731de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5058 | 2024.05.15 03:44:34.784440 [ 3 ] {67257588-9ec6-40c5-921c-a9073d105d6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5059 | 2024.05.15 03:44:34.784483 [ 3 ] {67257588-9ec6-40c5-921c-a9073d105d6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5060 | 2024.05.15 03:44:34.784609 [ 3 ] {67257588-9ec6-40c5-921c-a9073d105d6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5061 | 2024.05.15 03:44:34.784900 [ 3 ] {67257588-9ec6-40c5-921c-a9073d105d6d} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5062 | 2024.05.15 03:44:34.784935 [ 3 ] {67257588-9ec6-40c5-921c-a9073d105d6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5063 | 2024.05.15 03:44:34.785289 [ 3 ] {67257588-9ec6-40c5-921c-a9073d105d6d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5064 | 2024.05.15 03:44:34.785603 [ 3 ] {67257588-9ec6-40c5-921c-a9073d105d6d} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5065 | 2024.05.15 03:44:34.785751 [ 3 ] {67257588-9ec6-40c5-921c-a9073d105d6d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001341 sec., 44742.729306487694 rows/sec., 3.02 MiB/sec. | ||
5066 | 2024.05.15 03:44:34.785919 [ 3 ] {67257588-9ec6-40c5-921c-a9073d105d6d} <Debug> DynamicQueryHandler: Done processing query | ||
5067 | 2024.05.15 03:44:34.785943 [ 3 ] {67257588-9ec6-40c5-921c-a9073d105d6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5068 | 2024.05.15 03:44:34.785959 [ 3 ] {} <Debug> HTTP-Session: 873bb8a6-2f0a-4d34-a74c-a883255731de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5069 | 2024.05.15 03:44:39.019581 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5070 | 2024.05.15 03:44:39.019686 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5071 | 2024.05.15 03:44:39.770220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 3923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5072 | 2024.05.15 03:44:39.770345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5073 | 2024.05.15 03:44:39.770383 [ 3 ] {} <Debug> HTTP-Session: a5870acd-375f-4c2a-a62d-9e8600469ab2 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5074 | 2024.05.15 03:44:39.770416 [ 3 ] {} <Debug> HTTP-Session: a5870acd-375f-4c2a-a62d-9e8600469ab2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5075 | 2024.05.15 03:44:39.770440 [ 3 ] {} <Debug> HTTP-Session: a5870acd-375f-4c2a-a62d-9e8600469ab2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5076 | 2024.05.15 03:44:39.770509 [ 3 ] {} <Trace> HTTP-Session: a5870acd-375f-4c2a-a62d-9e8600469ab2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5077 | 2024.05.15 03:44:39.770763 [ 3 ] {1b36c32b-046a-407b-890a-92bb874047df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5078 | 2024.05.15 03:44:39.770851 [ 3 ] {1b36c32b-046a-407b-890a-92bb874047df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5079 | 2024.05.15 03:44:39.771109 [ 3 ] {1b36c32b-046a-407b-890a-92bb874047df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5080 | 2024.05.15 03:44:39.771576 [ 3 ] {1b36c32b-046a-407b-890a-92bb874047df} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5081 | 2024.05.15 03:44:39.771621 [ 3 ] {1b36c32b-046a-407b-890a-92bb874047df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5082 | 2024.05.15 03:44:39.771990 [ 3 ] {1b36c32b-046a-407b-890a-92bb874047df} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5083 | 2024.05.15 03:44:39.772317 [ 3 ] {1b36c32b-046a-407b-890a-92bb874047df} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5084 | 2024.05.15 03:44:39.772469 [ 3 ] {1b36c32b-046a-407b-890a-92bb874047df} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001789 sec., 15092.230296254891 rows/sec., 1.19 MiB/sec. | ||
5085 | 2024.05.15 03:44:39.772691 [ 3 ] {1b36c32b-046a-407b-890a-92bb874047df} <Debug> DynamicQueryHandler: Done processing query | ||
5086 | 2024.05.15 03:44:39.772718 [ 3 ] {1b36c32b-046a-407b-890a-92bb874047df} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5087 | 2024.05.15 03:44:39.772734 [ 3 ] {} <Debug> HTTP-Session: a5870acd-375f-4c2a-a62d-9e8600469ab2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5088 | 2024.05.15 03:44:39.772888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 20046, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5089 | 2024.05.15 03:44:39.772946 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5090 | 2024.05.15 03:44:39.772965 [ 3 ] {} <Debug> HTTP-Session: 88397e87-7a5b-4b5d-9be3-e7660fa04e75 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5091 | 2024.05.15 03:44:39.772983 [ 3 ] {} <Debug> HTTP-Session: 88397e87-7a5b-4b5d-9be3-e7660fa04e75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5092 | 2024.05.15 03:44:39.772997 [ 3 ] {} <Debug> HTTP-Session: 88397e87-7a5b-4b5d-9be3-e7660fa04e75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5093 | 2024.05.15 03:44:39.773032 [ 3 ] {} <Trace> HTTP-Session: 88397e87-7a5b-4b5d-9be3-e7660fa04e75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5094 | 2024.05.15 03:44:39.773176 [ 3 ] {81744999-358c-4036-9e20-90bf9bf9b017} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5095 | 2024.05.15 03:44:39.773222 [ 3 ] {81744999-358c-4036-9e20-90bf9bf9b017} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5096 | 2024.05.15 03:44:39.773354 [ 3 ] {81744999-358c-4036-9e20-90bf9bf9b017} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5097 | 2024.05.15 03:44:39.773769 [ 3 ] {81744999-358c-4036-9e20-90bf9bf9b017} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5098 | 2024.05.15 03:44:39.773806 [ 3 ] {81744999-358c-4036-9e20-90bf9bf9b017} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5099 | 2024.05.15 03:44:39.774130 [ 3 ] {81744999-358c-4036-9e20-90bf9bf9b017} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5100 | 2024.05.15 03:44:39.774437 [ 3 ] {81744999-358c-4036-9e20-90bf9bf9b017} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5101 | 2024.05.15 03:44:39.774599 [ 3 ] {81744999-358c-4036-9e20-90bf9bf9b017} <Debug> executeQuery: Read 137 rows, 11.71 KiB in 0.001478 sec., 92692.82814614344 rows/sec., 7.74 MiB/sec. | ||
5102 | 2024.05.15 03:44:39.774604 [ 130 ] {} <Debug> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5103 | 2024.05.15 03:44:39.774718 [ 130 ] {} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5104 | 2024.05.15 03:44:39.774762 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5105 | 2024.05.15 03:44:39.774877 [ 3 ] {81744999-358c-4036-9e20-90bf9bf9b017} <Debug> DynamicQueryHandler: Done processing query | ||
5106 | 2024.05.15 03:44:39.774975 [ 3 ] {81744999-358c-4036-9e20-90bf9bf9b017} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5107 | 2024.05.15 03:44:39.775093 [ 3 ] {} <Debug> HTTP-Session: 88397e87-7a5b-4b5d-9be3-e7660fa04e75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5108 | 2024.05.15 03:44:39.775172 [ 196 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::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 | ||
5109 | 2024.05.15 03:44:39.775460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 15458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5110 | 2024.05.15 03:44:39.775610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5111 | 2024.05.15 03:44:39.775627 [ 196 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5112 | 2024.05.15 03:44:39.775646 [ 3 ] {} <Debug> HTTP-Session: 659b1046-4d04-42fb-b79a-d3635ba26404 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5113 | 2024.05.15 03:44:39.775689 [ 3 ] {} <Debug> HTTP-Session: 659b1046-4d04-42fb-b79a-d3635ba26404 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5114 | 2024.05.15 03:44:39.775693 [ 196 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 188 rows starting from the beginning of the part | ||
5115 | 2024.05.15 03:44:39.775709 [ 3 ] {} <Debug> HTTP-Session: 659b1046-4d04-42fb-b79a-d3635ba26404 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5116 | 2024.05.15 03:44:39.775781 [ 3 ] {} <Trace> HTTP-Session: 659b1046-4d04-42fb-b79a-d3635ba26404 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5117 | 2024.05.15 03:44:39.775916 [ 196 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 138 rows starting from the beginning of the part | ||
5118 | 2024.05.15 03:44:39.776181 [ 3 ] {52b205f6-ac27-448e-8d3b-2e25edca1fe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5119 | 2024.05.15 03:44:39.776212 [ 196 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 65 rows starting from the beginning of the part | ||
5120 | 2024.05.15 03:44:39.776403 [ 3 ] {52b205f6-ac27-448e-8d3b-2e25edca1fe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5121 | 2024.05.15 03:44:39.776509 [ 196 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 174 rows starting from the beginning of the part | ||
5122 | 2024.05.15 03:44:39.776867 [ 196 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 65 rows starting from the beginning of the part | ||
5123 | 2024.05.15 03:44:39.777148 [ 196 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 137 rows starting from the beginning of the part | ||
5124 | 2024.05.15 03:44:39.777491 [ 3 ] {52b205f6-ac27-448e-8d3b-2e25edca1fe3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5125 | 2024.05.15 03:44:39.778532 [ 3 ] {52b205f6-ac27-448e-8d3b-2e25edca1fe3} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5126 | 2024.05.15 03:44:39.778595 [ 3 ] {52b205f6-ac27-448e-8d3b-2e25edca1fe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5127 | 2024.05.15 03:44:39.779497 [ 3 ] {52b205f6-ac27-448e-8d3b-2e25edca1fe3} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5128 | 2024.05.15 03:44:39.780164 [ 193 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 767 rows, containing 4 columns (4 merged, 0 gathered) in 0.005315014 sec., 144308.1805617069 rows/sec., 11.83 MiB/sec. | ||
5129 | 2024.05.15 03:44:39.780228 [ 3 ] {52b205f6-ac27-448e-8d3b-2e25edca1fe3} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5130 | 2024.05.15 03:44:39.780475 [ 3 ] {52b205f6-ac27-448e-8d3b-2e25edca1fe3} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.004484 sec., 20294.380017841213 rows/sec., 1.58 MiB/sec. | ||
5131 | 2024.05.15 03:44:39.780491 [ 193 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5132 | 2024.05.15 03:44:39.780484 [ 129 ] {} <Debug> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5133 | 2024.05.15 03:44:39.780632 [ 129 ] {} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5134 | 2024.05.15 03:44:39.780698 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5135 | 2024.05.15 03:44:39.781136 [ 192 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::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 | ||
5136 | 2024.05.15 03:44:39.781850 [ 192 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5137 | 2024.05.15 03:44:39.782022 [ 3 ] {52b205f6-ac27-448e-8d3b-2e25edca1fe3} <Debug> DynamicQueryHandler: Done processing query | ||
5138 | 2024.05.15 03:44:39.782060 [ 192 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 148 rows starting from the beginning of the part | ||
5139 | 2024.05.15 03:44:39.782081 [ 3 ] {52b205f6-ac27-448e-8d3b-2e25edca1fe3} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5140 | 2024.05.15 03:44:39.782190 [ 3 ] {} <Debug> HTTP-Session: 659b1046-4d04-42fb-b79a-d3635ba26404 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5141 | 2024.05.15 03:44:39.782419 [ 192 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 93 rows starting from the beginning of the part | ||
5142 | 2024.05.15 03:44:39.782588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 26802, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5143 | 2024.05.15 03:44:39.782627 [ 193 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_31_6} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5144 | 2024.05.15 03:44:39.782780 [ 192 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 67 rows starting from the beginning of the part | ||
5145 | 2024.05.15 03:44:39.782872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5146 | 2024.05.15 03:44:39.783062 [ 193 ] {691f3314-4c0a-4f5f-98fe-b34b74884fa0::all_1_31_6} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5147 | 2024.05.15 03:44:39.783109 [ 3 ] {} <Debug> HTTP-Session: a0f9e8fb-3655-462d-b622-6554e1e965f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5148 | 2024.05.15 03:44:39.783243 [ 192 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 117 rows starting from the beginning of the part | ||
5149 | 2024.05.15 03:44:39.783363 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
5150 | 2024.05.15 03:44:39.783409 [ 3 ] {} <Debug> HTTP-Session: a0f9e8fb-3655-462d-b622-6554e1e965f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5151 | 2024.05.15 03:44:39.783561 [ 192 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 67 rows starting from the beginning of the part | ||
5152 | 2024.05.15 03:44:39.783577 [ 3 ] {} <Debug> HTTP-Session: a0f9e8fb-3655-462d-b622-6554e1e965f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5153 | 2024.05.15 03:44:39.783769 [ 3 ] {} <Trace> HTTP-Session: a0f9e8fb-3655-462d-b622-6554e1e965f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5154 | 2024.05.15 03:44:39.783903 [ 192 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 91 rows starting from the beginning of the part | ||
5155 | 2024.05.15 03:44:39.784383 [ 3 ] {c81a9ef0-d474-492a-a948-764dc7d81875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5156 | 2024.05.15 03:44:39.784485 [ 3 ] {c81a9ef0-d474-492a-a948-764dc7d81875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5157 | 2024.05.15 03:44:39.785142 [ 3 ] {c81a9ef0-d474-492a-a948-764dc7d81875} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5158 | 2024.05.15 03:44:39.786196 [ 3 ] {c81a9ef0-d474-492a-a948-764dc7d81875} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5159 | 2024.05.15 03:44:39.786244 [ 3 ] {c81a9ef0-d474-492a-a948-764dc7d81875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5160 | 2024.05.15 03:44:39.786706 [ 191 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 583 rows, containing 4 columns (4 merged, 0 gathered) in 0.00587402 sec., 99250.59839769018 rows/sec., 7.75 MiB/sec. | ||
5161 | 2024.05.15 03:44:39.786943 [ 201 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5162 | 2024.05.15 03:44:39.787211 [ 3 ] {c81a9ef0-d474-492a-a948-764dc7d81875} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5163 | 2024.05.15 03:44:39.787887 [ 201 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_31_6} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5164 | 2024.05.15 03:44:39.788102 [ 201 ] {ff2093cc-a984-454d-bd53-1c76c613a9ff::all_1_31_6} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5165 | 2024.05.15 03:44:39.788110 [ 3 ] {c81a9ef0-d474-492a-a948-764dc7d81875} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5166 | 2024.05.15 03:44:39.788265 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
5167 | 2024.05.15 03:44:39.788402 [ 129 ] {} <Debug> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5168 | 2024.05.15 03:44:39.788412 [ 3 ] {c81a9ef0-d474-492a-a948-764dc7d81875} <Debug> executeQuery: Read 140 rows, 9.99 KiB in 0.004205 sec., 33293.69797859691 rows/sec., 2.32 MiB/sec. | ||
5169 | 2024.05.15 03:44:39.788448 [ 129 ] {} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5170 | 2024.05.15 03:44:39.788518 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5171 | 2024.05.15 03:44:39.788852 [ 193 ] {71f1229b-f75c-406d-b583-5004b931a391::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 | ||
5172 | 2024.05.15 03:44:39.789005 [ 3 ] {c81a9ef0-d474-492a-a948-764dc7d81875} <Debug> DynamicQueryHandler: Done processing query | ||
5173 | 2024.05.15 03:44:39.789151 [ 3 ] {c81a9ef0-d474-492a-a948-764dc7d81875} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5174 | 2024.05.15 03:44:39.789358 [ 3 ] {} <Debug> HTTP-Session: a0f9e8fb-3655-462d-b622-6554e1e965f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5175 | 2024.05.15 03:44:39.789494 [ 193 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5176 | 2024.05.15 03:44:39.789537 [ 193 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 3852 rows starting from the beginning of the part | ||
5177 | 2024.05.15 03:44:39.789610 [ 193 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 161 rows starting from the beginning of the part | ||
5178 | 2024.05.15 03:44:39.789716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 28919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5179 | 2024.05.15 03:44:39.789939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5180 | 2024.05.15 03:44:39.790029 [ 193 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part | ||
5181 | 2024.05.15 03:44:39.790047 [ 3 ] {} <Debug> HTTP-Session: a7f009c7-0df9-4666-9383-40a18e7e3d79 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5182 | 2024.05.15 03:44:39.790096 [ 3 ] {} <Debug> HTTP-Session: a7f009c7-0df9-4666-9383-40a18e7e3d79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5183 | 2024.05.15 03:44:39.790198 [ 3 ] {} <Debug> HTTP-Session: a7f009c7-0df9-4666-9383-40a18e7e3d79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5184 | 2024.05.15 03:44:39.790286 [ 193 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 197 rows starting from the beginning of the part | ||
5185 | 2024.05.15 03:44:39.790330 [ 3 ] {} <Trace> HTTP-Session: a7f009c7-0df9-4666-9383-40a18e7e3d79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5186 | 2024.05.15 03:44:39.790505 [ 193 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
5187 | 2024.05.15 03:44:39.790705 [ 193 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 140 rows starting from the beginning of the part | ||
5188 | 2024.05.15 03:44:39.791042 [ 3 ] {aa60ec9c-388a-479c-aa83-8efbb81036a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5189 | 2024.05.15 03:44:39.791159 [ 3 ] {aa60ec9c-388a-479c-aa83-8efbb81036a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5190 | 2024.05.15 03:44:39.791772 [ 3 ] {aa60ec9c-388a-479c-aa83-8efbb81036a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5191 | 2024.05.15 03:44:39.792834 [ 3 ] {aa60ec9c-388a-479c-aa83-8efbb81036a0} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5192 | 2024.05.15 03:44:39.792914 [ 3 ] {aa60ec9c-388a-479c-aa83-8efbb81036a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5193 | 2024.05.15 03:44:39.794280 [ 3 ] {aa60ec9c-388a-479c-aa83-8efbb81036a0} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5194 | 2024.05.15 03:44:39.794964 [ 3 ] {aa60ec9c-388a-479c-aa83-8efbb81036a0} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5195 | 2024.05.15 03:44:39.794992 [ 193 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4670 rows, containing 5 columns (5 merged, 0 gathered) in 0.006363496 sec., 733873.3300060219 rows/sec., 51.10 MiB/sec. | ||
5196 | 2024.05.15 03:44:39.795212 [ 129 ] {} <Debug> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5197 | 2024.05.15 03:44:39.795221 [ 3 ] {aa60ec9c-388a-479c-aa83-8efbb81036a0} <Debug> executeQuery: Read 27 rows, 37.31 KiB in 0.004623 sec., 5840.363400389357 rows/sec., 7.88 MiB/sec. | ||
5198 | 2024.05.15 03:44:39.795258 [ 129 ] {} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5199 | 2024.05.15 03:44:39.795334 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5200 | 2024.05.15 03:44:39.795484 [ 193 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5201 | 2024.05.15 03:44:39.795788 [ 191 ] {90488c31-5655-4b57-9c82-7f06c13ce777::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 | ||
5202 | 2024.05.15 03:44:39.795808 [ 3 ] {aa60ec9c-388a-479c-aa83-8efbb81036a0} <Debug> DynamicQueryHandler: Done processing query | ||
5203 | 2024.05.15 03:44:39.795862 [ 3 ] {aa60ec9c-388a-479c-aa83-8efbb81036a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
5204 | 2024.05.15 03:44:39.795927 [ 3 ] {} <Debug> HTTP-Session: a7f009c7-0df9-4666-9383-40a18e7e3d79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5205 | 2024.05.15 03:44:39.796189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 8222, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5206 | 2024.05.15 03:44:39.796365 [ 191 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5207 | 2024.05.15 03:44:39.796397 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5208 | 2024.05.15 03:44:39.796495 [ 3 ] {} <Debug> HTTP-Session: e993d68e-860e-4e86-88fa-5b9d461e6fa6 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5209 | 2024.05.15 03:44:39.796526 [ 191 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 297 rows starting from the beginning of the part | ||
5210 | 2024.05.15 03:44:39.796565 [ 3 ] {} <Debug> HTTP-Session: e993d68e-860e-4e86-88fa-5b9d461e6fa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5211 | 2024.05.15 03:44:39.796644 [ 3 ] {} <Debug> HTTP-Session: e993d68e-860e-4e86-88fa-5b9d461e6fa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5212 | 2024.05.15 03:44:39.796829 [ 3 ] {} <Trace> HTTP-Session: e993d68e-860e-4e86-88fa-5b9d461e6fa6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5213 | 2024.05.15 03:44:39.797041 [ 191 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 27 rows starting from the beginning of the part | ||
5214 | 2024.05.15 03:44:39.797398 [ 3 ] {3942a25a-ab20-4735-99c4-65688059bdeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5215 | 2024.05.15 03:44:39.797609 [ 191 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 3 rows starting from the beginning of the part | ||
5216 | 2024.05.15 03:44:39.797652 [ 3 ] {3942a25a-ab20-4735-99c4-65688059bdeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5217 | 2024.05.15 03:44:39.797755 [ 193 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5218 | 2024.05.15 03:44:39.798132 [ 191 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 27 rows starting from the beginning of the part | ||
5219 | 2024.05.15 03:44:39.798351 [ 193 ] {71f1229b-f75c-406d-b583-5004b931a391::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5220 | 2024.05.15 03:44:39.798738 [ 191 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 3 rows starting from the beginning of the part | ||
5221 | 2024.05.15 03:44:39.798790 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
5222 | 2024.05.15 03:44:39.799156 [ 191 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 27 rows starting from the beginning of the part | ||
5223 | 2024.05.15 03:44:39.799240 [ 3 ] {3942a25a-ab20-4735-99c4-65688059bdeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5224 | 2024.05.15 03:44:39.800012 [ 3 ] {3942a25a-ab20-4735-99c4-65688059bdeb} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5225 | 2024.05.15 03:44:39.800058 [ 3 ] {3942a25a-ab20-4735-99c4-65688059bdeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5226 | 2024.05.15 03:44:39.800525 [ 3 ] {3942a25a-ab20-4735-99c4-65688059bdeb} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5227 | 2024.05.15 03:44:39.801067 [ 3 ] {3942a25a-ab20-4735-99c4-65688059bdeb} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5228 | 2024.05.15 03:44:39.801369 [ 3 ] {3942a25a-ab20-4735-99c4-65688059bdeb} <Debug> executeQuery: Read 54 rows, 3.72 KiB in 0.004232 sec., 12759.92438563327 rows/sec., 878.95 KiB/sec. | ||
5229 | 2024.05.15 03:44:39.801379 [ 129 ] {} <Debug> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5230 | 2024.05.15 03:44:39.801654 [ 129 ] {} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5231 | 2024.05.15 03:44:39.801738 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5232 | 2024.05.15 03:44:39.801904 [ 3 ] {3942a25a-ab20-4735-99c4-65688059bdeb} <Debug> DynamicQueryHandler: Done processing query | ||
5233 | 2024.05.15 03:44:39.801972 [ 3 ] {3942a25a-ab20-4735-99c4-65688059bdeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5234 | 2024.05.15 03:44:39.802004 [ 3 ] {} <Debug> HTTP-Session: e993d68e-860e-4e86-88fa-5b9d461e6fa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5235 | 2024.05.15 03:44:39.802010 [ 199 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::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 | ||
5236 | 2024.05.15 03:44:39.802139 [ 199 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5237 | 2024.05.15 03:44:39.802170 [ 199 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1194 rows starting from the beginning of the part | ||
5238 | 2024.05.15 03:44:39.802227 [ 199 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::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 | ||
5239 | 2024.05.15 03:44:39.802610 [ 199 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part | ||
5240 | 2024.05.15 03:44:39.803072 [ 199 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::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 | ||
5241 | 2024.05.15 03:44:39.803223 [ 191 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 6 columns (6 merged, 0 gathered) in 0.00774541 sec., 49577.74991898427 rows/sec., 66.90 MiB/sec. | ||
5242 | 2024.05.15 03:44:39.803404 [ 199 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
5243 | 2024.05.15 03:44:39.803594 [ 199 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 54 rows starting from the beginning of the part | ||
5244 | 2024.05.15 03:44:39.803937 [ 195 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5245 | 2024.05.15 03:44:39.804588 [ 195 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5246 | 2024.05.15 03:44:39.804703 [ 195 ] {90488c31-5655-4b57-9c82-7f06c13ce777::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5247 | 2024.05.15 03:44:39.804810 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
5248 | 2024.05.15 03:44:39.805200 [ 191 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1488 rows, containing 4 columns (4 merged, 0 gathered) in 0.003358285 sec., 443083.2999581632 rows/sec., 30.02 MiB/sec. | ||
5249 | 2024.05.15 03:44:39.805400 [ 195 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5250 | 2024.05.15 03:44:39.805745 [ 195 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_31_6} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5251 | 2024.05.15 03:44:39.805820 [ 195 ] {ee75cb62-6e33-4135-96e7-5922d38a6850::all_1_31_6} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5252 | 2024.05.15 03:44:39.805887 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
5253 | 2024.05.15 03:44:40.000206 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 183.83 MiB, peak 192.89 MiB, free memory in arenas 0.00 B, will set to 185.65 MiB (RSS), difference: 1.82 MiB | ||
5254 | 2024.05.15 03:44:44.769777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 479, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5255 | 2024.05.15 03:44:44.769963 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5256 | 2024.05.15 03:44:44.770007 [ 3 ] {} <Debug> HTTP-Session: 62ec5d76-4ccb-4b74-bd18-23e9feecb36d Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5257 | 2024.05.15 03:44:44.770046 [ 3 ] {} <Debug> HTTP-Session: 62ec5d76-4ccb-4b74-bd18-23e9feecb36d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5258 | 2024.05.15 03:44:44.770073 [ 3 ] {} <Debug> HTTP-Session: 62ec5d76-4ccb-4b74-bd18-23e9feecb36d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5259 | 2024.05.15 03:44:44.770151 [ 3 ] {} <Trace> HTTP-Session: 62ec5d76-4ccb-4b74-bd18-23e9feecb36d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5260 | 2024.05.15 03:44:44.770431 [ 3 ] {8e0a2683-31ad-4c05-97c6-53e9c5825424} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5261 | 2024.05.15 03:44:44.770502 [ 3 ] {8e0a2683-31ad-4c05-97c6-53e9c5825424} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5262 | 2024.05.15 03:44:44.770688 [ 3 ] {8e0a2683-31ad-4c05-97c6-53e9c5825424} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5263 | 2024.05.15 03:44:44.771107 [ 3 ] {8e0a2683-31ad-4c05-97c6-53e9c5825424} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5264 | 2024.05.15 03:44:44.771147 [ 3 ] {8e0a2683-31ad-4c05-97c6-53e9c5825424} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5265 | 2024.05.15 03:44:44.771506 [ 3 ] {8e0a2683-31ad-4c05-97c6-53e9c5825424} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5266 | 2024.05.15 03:44:44.771838 [ 3 ] {8e0a2683-31ad-4c05-97c6-53e9c5825424} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5267 | 2024.05.15 03:44:44.771983 [ 3 ] {8e0a2683-31ad-4c05-97c6-53e9c5825424} <Debug> executeQuery: Read 3 rows, 249.00 B in 0.001646 sec., 1822.6002430133658 rows/sec., 147.73 KiB/sec. | ||
5268 | 2024.05.15 03:44:44.772287 [ 3 ] {8e0a2683-31ad-4c05-97c6-53e9c5825424} <Debug> DynamicQueryHandler: Done processing query | ||
5269 | 2024.05.15 03:44:44.772320 [ 3 ] {8e0a2683-31ad-4c05-97c6-53e9c5825424} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5270 | 2024.05.15 03:44:44.772337 [ 3 ] {} <Debug> HTTP-Session: 62ec5d76-4ccb-4b74-bd18-23e9feecb36d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5271 | 2024.05.15 03:44:44.772471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5272 | 2024.05.15 03:44:44.772524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5273 | 2024.05.15 03:44:44.772544 [ 3 ] {} <Debug> HTTP-Session: 2b04ab67-09bc-4a37-8f50-6f56a1d927a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5274 | 2024.05.15 03:44:44.772562 [ 3 ] {} <Debug> HTTP-Session: 2b04ab67-09bc-4a37-8f50-6f56a1d927a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5275 | 2024.05.15 03:44:44.772576 [ 3 ] {} <Debug> HTTP-Session: 2b04ab67-09bc-4a37-8f50-6f56a1d927a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5276 | 2024.05.15 03:44:44.772609 [ 3 ] {} <Trace> HTTP-Session: 2b04ab67-09bc-4a37-8f50-6f56a1d927a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5277 | 2024.05.15 03:44:44.772736 [ 3 ] {30163c1f-20dd-4a2e-8909-536271b46aaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5278 | 2024.05.15 03:44:44.772783 [ 3 ] {30163c1f-20dd-4a2e-8909-536271b46aaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5279 | 2024.05.15 03:44:44.772936 [ 3 ] {30163c1f-20dd-4a2e-8909-536271b46aaa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5280 | 2024.05.15 03:44:44.773260 [ 3 ] {30163c1f-20dd-4a2e-8909-536271b46aaa} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5281 | 2024.05.15 03:44:44.773295 [ 3 ] {30163c1f-20dd-4a2e-8909-536271b46aaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5282 | 2024.05.15 03:44:44.773600 [ 3 ] {30163c1f-20dd-4a2e-8909-536271b46aaa} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5283 | 2024.05.15 03:44:44.773905 [ 3 ] {30163c1f-20dd-4a2e-8909-536271b46aaa} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5284 | 2024.05.15 03:44:44.774031 [ 3 ] {30163c1f-20dd-4a2e-8909-536271b46aaa} <Debug> executeQuery: Read 65 rows, 5.24 KiB in 0.001344 sec., 48363.095238095244 rows/sec., 3.81 MiB/sec. | ||
5285 | 2024.05.15 03:44:44.774184 [ 3 ] {30163c1f-20dd-4a2e-8909-536271b46aaa} <Debug> DynamicQueryHandler: Done processing query | ||
5286 | 2024.05.15 03:44:44.774208 [ 3 ] {30163c1f-20dd-4a2e-8909-536271b46aaa} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5287 | 2024.05.15 03:44:44.774222 [ 3 ] {} <Debug> HTTP-Session: 2b04ab67-09bc-4a37-8f50-6f56a1d927a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5288 | 2024.05.15 03:44:44.774339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 11390, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5289 | 2024.05.15 03:44:44.774386 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5290 | 2024.05.15 03:44:44.774404 [ 3 ] {} <Debug> HTTP-Session: cd747eb7-d7b6-4d32-9104-14740daf9275 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5291 | 2024.05.15 03:44:44.774420 [ 3 ] {} <Debug> HTTP-Session: cd747eb7-d7b6-4d32-9104-14740daf9275 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5292 | 2024.05.15 03:44:44.774434 [ 3 ] {} <Debug> HTTP-Session: cd747eb7-d7b6-4d32-9104-14740daf9275 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5293 | 2024.05.15 03:44:44.774465 [ 3 ] {} <Trace> HTTP-Session: cd747eb7-d7b6-4d32-9104-14740daf9275 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5294 | 2024.05.15 03:44:44.774577 [ 3 ] {ae56cd8f-37b7-44be-a8df-62993c6e88d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5295 | 2024.05.15 03:44:44.774619 [ 3 ] {ae56cd8f-37b7-44be-a8df-62993c6e88d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5296 | 2024.05.15 03:44:44.774743 [ 3 ] {ae56cd8f-37b7-44be-a8df-62993c6e88d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5297 | 2024.05.15 03:44:44.775046 [ 3 ] {ae56cd8f-37b7-44be-a8df-62993c6e88d5} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5298 | 2024.05.15 03:44:44.775081 [ 3 ] {ae56cd8f-37b7-44be-a8df-62993c6e88d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5299 | 2024.05.15 03:44:44.775381 [ 3 ] {ae56cd8f-37b7-44be-a8df-62993c6e88d5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5300 | 2024.05.15 03:44:44.775692 [ 3 ] {ae56cd8f-37b7-44be-a8df-62993c6e88d5} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5301 | 2024.05.15 03:44:44.775816 [ 3 ] {ae56cd8f-37b7-44be-a8df-62993c6e88d5} <Debug> executeQuery: Read 67 rows, 5.36 KiB in 0.001277 sec., 52466.71887235709 rows/sec., 4.10 MiB/sec. | ||
5302 | 2024.05.15 03:44:44.776084 [ 3 ] {ae56cd8f-37b7-44be-a8df-62993c6e88d5} <Debug> DynamicQueryHandler: Done processing query | ||
5303 | 2024.05.15 03:44:44.776126 [ 3 ] {ae56cd8f-37b7-44be-a8df-62993c6e88d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5304 | 2024.05.15 03:44:44.776150 [ 3 ] {} <Debug> HTTP-Session: cd747eb7-d7b6-4d32-9104-14740daf9275 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5305 | 2024.05.15 03:44:44.776296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5306 | 2024.05.15 03:44:44.776345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5307 | 2024.05.15 03:44:44.776363 [ 3 ] {} <Debug> HTTP-Session: 9d11ae64-b551-4d49-a02d-64807b03fab2 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5308 | 2024.05.15 03:44:44.776379 [ 3 ] {} <Debug> HTTP-Session: 9d11ae64-b551-4d49-a02d-64807b03fab2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5309 | 2024.05.15 03:44:44.776393 [ 3 ] {} <Debug> HTTP-Session: 9d11ae64-b551-4d49-a02d-64807b03fab2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5310 | 2024.05.15 03:44:44.776423 [ 3 ] {} <Trace> HTTP-Session: 9d11ae64-b551-4d49-a02d-64807b03fab2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5311 | 2024.05.15 03:44:44.776568 [ 3 ] {5b37a492-ddcb-465c-acaa-debd5178b5c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5312 | 2024.05.15 03:44:44.776615 [ 3 ] {5b37a492-ddcb-465c-acaa-debd5178b5c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5313 | 2024.05.15 03:44:44.776772 [ 3 ] {5b37a492-ddcb-465c-acaa-debd5178b5c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5314 | 2024.05.15 03:44:44.777143 [ 3 ] {5b37a492-ddcb-465c-acaa-debd5178b5c2} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5315 | 2024.05.15 03:44:44.777178 [ 3 ] {5b37a492-ddcb-465c-acaa-debd5178b5c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5316 | 2024.05.15 03:44:44.777551 [ 3 ] {5b37a492-ddcb-465c-acaa-debd5178b5c2} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5317 | 2024.05.15 03:44:44.777880 [ 3 ] {5b37a492-ddcb-465c-acaa-debd5178b5c2} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5318 | 2024.05.15 03:44:44.778011 [ 3 ] {5b37a492-ddcb-465c-acaa-debd5178b5c2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00151 sec., 105960.26490066225 rows/sec., 7.38 MiB/sec. | ||
5319 | 2024.05.15 03:44:44.778329 [ 3 ] {5b37a492-ddcb-465c-acaa-debd5178b5c2} <Debug> DynamicQueryHandler: Done processing query | ||
5320 | 2024.05.15 03:44:44.778363 [ 3 ] {5b37a492-ddcb-465c-acaa-debd5178b5c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5321 | 2024.05.15 03:44:44.778380 [ 3 ] {} <Debug> HTTP-Session: 9d11ae64-b551-4d49-a02d-64807b03fab2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5322 | 2024.05.15 03:44:44.778493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 3269, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5323 | 2024.05.15 03:44:44.778541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5324 | 2024.05.15 03:44:44.778560 [ 3 ] {} <Debug> HTTP-Session: 9b946bb0-48b6-41cd-95a8-043944259b52 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5325 | 2024.05.15 03:44:44.778576 [ 3 ] {} <Debug> HTTP-Session: 9b946bb0-48b6-41cd-95a8-043944259b52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5326 | 2024.05.15 03:44:44.778590 [ 3 ] {} <Debug> HTTP-Session: 9b946bb0-48b6-41cd-95a8-043944259b52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5327 | 2024.05.15 03:44:44.778620 [ 3 ] {} <Trace> HTTP-Session: 9b946bb0-48b6-41cd-95a8-043944259b52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5328 | 2024.05.15 03:44:44.778735 [ 3 ] {7fd671f6-4fa4-414e-85ee-c515c07c55bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5329 | 2024.05.15 03:44:44.778784 [ 3 ] {7fd671f6-4fa4-414e-85ee-c515c07c55bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5330 | 2024.05.15 03:44:44.778962 [ 3 ] {7fd671f6-4fa4-414e-85ee-c515c07c55bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5331 | 2024.05.15 03:44:44.779254 [ 3 ] {7fd671f6-4fa4-414e-85ee-c515c07c55bf} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5332 | 2024.05.15 03:44:44.779289 [ 3 ] {7fd671f6-4fa4-414e-85ee-c515c07c55bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5333 | 2024.05.15 03:44:44.779665 [ 3 ] {7fd671f6-4fa4-414e-85ee-c515c07c55bf} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5334 | 2024.05.15 03:44:44.779990 [ 3 ] {7fd671f6-4fa4-414e-85ee-c515c07c55bf} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5335 | 2024.05.15 03:44:44.780123 [ 3 ] {7fd671f6-4fa4-414e-85ee-c515c07c55bf} <Debug> executeQuery: Read 3 rows, 4.15 KiB in 0.001423 sec., 2108.222066057625 rows/sec., 2.84 MiB/sec. | ||
5336 | 2024.05.15 03:44:44.780472 [ 3 ] {7fd671f6-4fa4-414e-85ee-c515c07c55bf} <Debug> DynamicQueryHandler: Done processing query | ||
5337 | 2024.05.15 03:44:44.780523 [ 3 ] {7fd671f6-4fa4-414e-85ee-c515c07c55bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5338 | 2024.05.15 03:44:44.780541 [ 3 ] {} <Debug> HTTP-Session: 9b946bb0-48b6-41cd-95a8-043944259b52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5339 | 2024.05.15 03:44:44.780696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5340 | 2024.05.15 03:44:44.780746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5341 | 2024.05.15 03:44:44.780764 [ 3 ] {} <Debug> HTTP-Session: 001d93fd-24f0-44b7-bc77-0ab7c3e35bd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5342 | 2024.05.15 03:44:44.780780 [ 3 ] {} <Debug> HTTP-Session: 001d93fd-24f0-44b7-bc77-0ab7c3e35bd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5343 | 2024.05.15 03:44:44.780793 [ 3 ] {} <Debug> HTTP-Session: 001d93fd-24f0-44b7-bc77-0ab7c3e35bd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5344 | 2024.05.15 03:44:44.780823 [ 3 ] {} <Trace> HTTP-Session: 001d93fd-24f0-44b7-bc77-0ab7c3e35bd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5345 | 2024.05.15 03:44:44.780949 [ 3 ] {abe36113-2999-4b34-91e1-e1c6f36ba18b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5346 | 2024.05.15 03:44:44.780996 [ 3 ] {abe36113-2999-4b34-91e1-e1c6f36ba18b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5347 | 2024.05.15 03:44:44.781142 [ 3 ] {abe36113-2999-4b34-91e1-e1c6f36ba18b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5348 | 2024.05.15 03:44:44.781414 [ 3 ] {abe36113-2999-4b34-91e1-e1c6f36ba18b} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5349 | 2024.05.15 03:44:44.781449 [ 3 ] {abe36113-2999-4b34-91e1-e1c6f36ba18b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5350 | 2024.05.15 03:44:44.781805 [ 3 ] {abe36113-2999-4b34-91e1-e1c6f36ba18b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5351 | 2024.05.15 03:44:44.782114 [ 3 ] {abe36113-2999-4b34-91e1-e1c6f36ba18b} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5352 | 2024.05.15 03:44:44.782241 [ 3 ] {abe36113-2999-4b34-91e1-e1c6f36ba18b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001343 sec., 44676.09828741623 rows/sec., 3.01 MiB/sec. | ||
5353 | 2024.05.15 03:44:44.782516 [ 3 ] {abe36113-2999-4b34-91e1-e1c6f36ba18b} <Debug> DynamicQueryHandler: Done processing query | ||
5354 | 2024.05.15 03:44:44.782567 [ 3 ] {abe36113-2999-4b34-91e1-e1c6f36ba18b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5355 | 2024.05.15 03:44:44.782594 [ 3 ] {} <Debug> HTTP-Session: 001d93fd-24f0-44b7-bc77-0ab7c3e35bd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5356 | 2024.05.15 03:44:49.769764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 3923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5357 | 2024.05.15 03:44:49.769964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5358 | 2024.05.15 03:44:49.770013 [ 3 ] {} <Debug> HTTP-Session: 0dfcb1e7-d282-42ce-9dec-e65366a0bf4e Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5359 | 2024.05.15 03:44:49.770055 [ 3 ] {} <Debug> HTTP-Session: 0dfcb1e7-d282-42ce-9dec-e65366a0bf4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5360 | 2024.05.15 03:44:49.770083 [ 3 ] {} <Debug> HTTP-Session: 0dfcb1e7-d282-42ce-9dec-e65366a0bf4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5361 | 2024.05.15 03:44:49.770162 [ 3 ] {} <Trace> HTTP-Session: 0dfcb1e7-d282-42ce-9dec-e65366a0bf4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5362 | 2024.05.15 03:44:49.770458 [ 3 ] {7f203826-85d2-49f0-893b-e7e3de9693ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5363 | 2024.05.15 03:44:49.770564 [ 3 ] {7f203826-85d2-49f0-893b-e7e3de9693ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5364 | 2024.05.15 03:44:49.770756 [ 3 ] {7f203826-85d2-49f0-893b-e7e3de9693ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5365 | 2024.05.15 03:44:49.771197 [ 3 ] {7f203826-85d2-49f0-893b-e7e3de9693ce} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5366 | 2024.05.15 03:44:49.771245 [ 3 ] {7f203826-85d2-49f0-893b-e7e3de9693ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5367 | 2024.05.15 03:44:49.771618 [ 3 ] {7f203826-85d2-49f0-893b-e7e3de9693ce} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5368 | 2024.05.15 03:44:49.771963 [ 3 ] {7f203826-85d2-49f0-893b-e7e3de9693ce} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5369 | 2024.05.15 03:44:49.772128 [ 3 ] {7f203826-85d2-49f0-893b-e7e3de9693ce} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001764 sec., 15306.122448979593 rows/sec., 1.21 MiB/sec. | ||
5370 | 2024.05.15 03:44:49.772429 [ 3 ] {7f203826-85d2-49f0-893b-e7e3de9693ce} <Debug> DynamicQueryHandler: Done processing query | ||
5371 | 2024.05.15 03:44:49.772458 [ 3 ] {7f203826-85d2-49f0-893b-e7e3de9693ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5372 | 2024.05.15 03:44:49.772475 [ 3 ] {} <Debug> HTTP-Session: 0dfcb1e7-d282-42ce-9dec-e65366a0bf4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5373 | 2024.05.15 03:44:49.772619 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 20046, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5374 | 2024.05.15 03:44:49.772676 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5375 | 2024.05.15 03:44:49.772695 [ 3 ] {} <Debug> HTTP-Session: 728932c7-ae40-41ba-9715-7d2b804ad487 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5376 | 2024.05.15 03:44:49.772713 [ 3 ] {} <Debug> HTTP-Session: 728932c7-ae40-41ba-9715-7d2b804ad487 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5377 | 2024.05.15 03:44:49.772728 [ 3 ] {} <Debug> HTTP-Session: 728932c7-ae40-41ba-9715-7d2b804ad487 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5378 | 2024.05.15 03:44:49.772763 [ 3 ] {} <Trace> HTTP-Session: 728932c7-ae40-41ba-9715-7d2b804ad487 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5379 | 2024.05.15 03:44:49.772911 [ 3 ] {a6da84b0-bd32-4cdc-acca-b0c520a9dd60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5380 | 2024.05.15 03:44:49.772960 [ 3 ] {a6da84b0-bd32-4cdc-acca-b0c520a9dd60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5381 | 2024.05.15 03:44:49.773107 [ 3 ] {a6da84b0-bd32-4cdc-acca-b0c520a9dd60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5382 | 2024.05.15 03:44:49.773569 [ 3 ] {a6da84b0-bd32-4cdc-acca-b0c520a9dd60} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5383 | 2024.05.15 03:44:49.773607 [ 3 ] {a6da84b0-bd32-4cdc-acca-b0c520a9dd60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5384 | 2024.05.15 03:44:49.773926 [ 3 ] {a6da84b0-bd32-4cdc-acca-b0c520a9dd60} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5385 | 2024.05.15 03:44:49.774234 [ 3 ] {a6da84b0-bd32-4cdc-acca-b0c520a9dd60} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5386 | 2024.05.15 03:44:49.774360 [ 3 ] {a6da84b0-bd32-4cdc-acca-b0c520a9dd60} <Debug> executeQuery: Read 137 rows, 11.71 KiB in 0.001517 sec., 90309.8220171391 rows/sec., 7.54 MiB/sec. | ||
5387 | 2024.05.15 03:44:49.774533 [ 3 ] {a6da84b0-bd32-4cdc-acca-b0c520a9dd60} <Debug> DynamicQueryHandler: Done processing query | ||
5388 | 2024.05.15 03:44:49.774558 [ 3 ] {a6da84b0-bd32-4cdc-acca-b0c520a9dd60} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5389 | 2024.05.15 03:44:49.774574 [ 3 ] {} <Debug> HTTP-Session: 728932c7-ae40-41ba-9715-7d2b804ad487 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5390 | 2024.05.15 03:44:49.774748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 15458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5391 | 2024.05.15 03:44:49.774798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5392 | 2024.05.15 03:44:49.774818 [ 3 ] {} <Debug> HTTP-Session: 91b1d2cf-1ec3-47f0-98ee-e535e753fccc Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5393 | 2024.05.15 03:44:49.774835 [ 3 ] {} <Debug> HTTP-Session: 91b1d2cf-1ec3-47f0-98ee-e535e753fccc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5394 | 2024.05.15 03:44:49.774850 [ 3 ] {} <Debug> HTTP-Session: 91b1d2cf-1ec3-47f0-98ee-e535e753fccc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5395 | 2024.05.15 03:44:49.774882 [ 3 ] {} <Trace> HTTP-Session: 91b1d2cf-1ec3-47f0-98ee-e535e753fccc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5396 | 2024.05.15 03:44:49.775011 [ 3 ] {486de261-3cdf-41dd-a98d-ccba348d3833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5397 | 2024.05.15 03:44:49.775054 [ 3 ] {486de261-3cdf-41dd-a98d-ccba348d3833} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5398 | 2024.05.15 03:44:49.775178 [ 3 ] {486de261-3cdf-41dd-a98d-ccba348d3833} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5399 | 2024.05.15 03:44:49.775513 [ 3 ] {486de261-3cdf-41dd-a98d-ccba348d3833} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5400 | 2024.05.15 03:44:49.775551 [ 3 ] {486de261-3cdf-41dd-a98d-ccba348d3833} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5401 | 2024.05.15 03:44:49.775879 [ 3 ] {486de261-3cdf-41dd-a98d-ccba348d3833} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5402 | 2024.05.15 03:44:49.776181 [ 3 ] {486de261-3cdf-41dd-a98d-ccba348d3833} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5403 | 2024.05.15 03:44:49.776308 [ 3 ] {486de261-3cdf-41dd-a98d-ccba348d3833} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001349 sec., 67457.37583395108 rows/sec., 5.27 MiB/sec. | ||
5404 | 2024.05.15 03:44:49.776569 [ 3 ] {486de261-3cdf-41dd-a98d-ccba348d3833} <Debug> DynamicQueryHandler: Done processing query | ||
5405 | 2024.05.15 03:44:49.776609 [ 3 ] {486de261-3cdf-41dd-a98d-ccba348d3833} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5406 | 2024.05.15 03:44:49.776626 [ 3 ] {} <Debug> HTTP-Session: 91b1d2cf-1ec3-47f0-98ee-e535e753fccc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5407 | 2024.05.15 03:44:49.776834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5408 | 2024.05.15 03:44:49.776883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5409 | 2024.05.15 03:44:49.776902 [ 3 ] {} <Debug> HTTP-Session: 80208e6b-7158-420f-9ea8-61c888d9b1d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5410 | 2024.05.15 03:44:49.776918 [ 3 ] {} <Debug> HTTP-Session: 80208e6b-7158-420f-9ea8-61c888d9b1d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5411 | 2024.05.15 03:44:49.776932 [ 3 ] {} <Debug> HTTP-Session: 80208e6b-7158-420f-9ea8-61c888d9b1d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5412 | 2024.05.15 03:44:49.776963 [ 3 ] {} <Trace> HTTP-Session: 80208e6b-7158-420f-9ea8-61c888d9b1d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5413 | 2024.05.15 03:44:49.777107 [ 3 ] {d19bd90f-409c-46b4-80cb-d1b79f9edc1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5414 | 2024.05.15 03:44:49.777156 [ 3 ] {d19bd90f-409c-46b4-80cb-d1b79f9edc1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5415 | 2024.05.15 03:44:49.777312 [ 3 ] {d19bd90f-409c-46b4-80cb-d1b79f9edc1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5416 | 2024.05.15 03:44:49.777690 [ 3 ] {d19bd90f-409c-46b4-80cb-d1b79f9edc1e} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5417 | 2024.05.15 03:44:49.777725 [ 3 ] {d19bd90f-409c-46b4-80cb-d1b79f9edc1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5418 | 2024.05.15 03:44:49.778102 [ 3 ] {d19bd90f-409c-46b4-80cb-d1b79f9edc1e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5419 | 2024.05.15 03:44:49.778443 [ 3 ] {d19bd90f-409c-46b4-80cb-d1b79f9edc1e} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5420 | 2024.05.15 03:44:49.778564 [ 3 ] {d19bd90f-409c-46b4-80cb-d1b79f9edc1e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001525 sec., 104918.03278688523 rows/sec., 7.31 MiB/sec. | ||
5421 | 2024.05.15 03:44:49.778730 [ 3 ] {d19bd90f-409c-46b4-80cb-d1b79f9edc1e} <Debug> DynamicQueryHandler: Done processing query | ||
5422 | 2024.05.15 03:44:49.778754 [ 3 ] {d19bd90f-409c-46b4-80cb-d1b79f9edc1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5423 | 2024.05.15 03:44:49.778770 [ 3 ] {} <Debug> HTTP-Session: 80208e6b-7158-420f-9ea8-61c888d9b1d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5424 | 2024.05.15 03:44:49.778913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 28919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5425 | 2024.05.15 03:44:49.778962 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5426 | 2024.05.15 03:44:49.778982 [ 3 ] {} <Debug> HTTP-Session: e35332e6-2cf4-4c61-a77d-e3be1b185c74 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5427 | 2024.05.15 03:44:49.778998 [ 3 ] {} <Debug> HTTP-Session: e35332e6-2cf4-4c61-a77d-e3be1b185c74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5428 | 2024.05.15 03:44:49.779012 [ 3 ] {} <Debug> HTTP-Session: e35332e6-2cf4-4c61-a77d-e3be1b185c74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5429 | 2024.05.15 03:44:49.779043 [ 3 ] {} <Trace> HTTP-Session: e35332e6-2cf4-4c61-a77d-e3be1b185c74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5430 | 2024.05.15 03:44:49.779468 [ 3 ] {bf9c1404-71cd-4d11-b726-ff159cc400ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5431 | 2024.05.15 03:44:49.779517 [ 3 ] {bf9c1404-71cd-4d11-b726-ff159cc400ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5432 | 2024.05.15 03:44:49.779672 [ 3 ] {bf9c1404-71cd-4d11-b726-ff159cc400ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5433 | 2024.05.15 03:44:49.780080 [ 3 ] {bf9c1404-71cd-4d11-b726-ff159cc400ab} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5434 | 2024.05.15 03:44:49.780116 [ 3 ] {bf9c1404-71cd-4d11-b726-ff159cc400ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5435 | 2024.05.15 03:44:49.780509 [ 3 ] {bf9c1404-71cd-4d11-b726-ff159cc400ab} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5436 | 2024.05.15 03:44:49.780848 [ 3 ] {bf9c1404-71cd-4d11-b726-ff159cc400ab} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5437 | 2024.05.15 03:44:49.780976 [ 3 ] {bf9c1404-71cd-4d11-b726-ff159cc400ab} <Debug> executeQuery: Read 27 rows, 37.31 KiB in 0.001859 sec., 14523.937600860678 rows/sec., 19.60 MiB/sec. | ||
5438 | 2024.05.15 03:44:49.781131 [ 3 ] {bf9c1404-71cd-4d11-b726-ff159cc400ab} <Debug> DynamicQueryHandler: Done processing query | ||
5439 | 2024.05.15 03:44:49.781155 [ 3 ] {bf9c1404-71cd-4d11-b726-ff159cc400ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
5440 | 2024.05.15 03:44:49.781170 [ 3 ] {} <Debug> HTTP-Session: e35332e6-2cf4-4c61-a77d-e3be1b185c74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5441 | 2024.05.15 03:44:49.781280 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5442 | 2024.05.15 03:44:49.781327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5443 | 2024.05.15 03:44:49.781346 [ 3 ] {} <Debug> HTTP-Session: 712d8e12-4adf-4ecd-b778-b53d1dee8ab6 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5444 | 2024.05.15 03:44:49.781362 [ 3 ] {} <Debug> HTTP-Session: 712d8e12-4adf-4ecd-b778-b53d1dee8ab6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5445 | 2024.05.15 03:44:49.781375 [ 3 ] {} <Debug> HTTP-Session: 712d8e12-4adf-4ecd-b778-b53d1dee8ab6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5446 | 2024.05.15 03:44:49.781405 [ 3 ] {} <Trace> HTTP-Session: 712d8e12-4adf-4ecd-b778-b53d1dee8ab6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5447 | 2024.05.15 03:44:49.781512 [ 3 ] {f4534e1e-64a9-42f7-8a35-1440c673561c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5448 | 2024.05.15 03:44:49.781556 [ 3 ] {f4534e1e-64a9-42f7-8a35-1440c673561c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5449 | 2024.05.15 03:44:49.781732 [ 3 ] {f4534e1e-64a9-42f7-8a35-1440c673561c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5450 | 2024.05.15 03:44:49.782100 [ 3 ] {f4534e1e-64a9-42f7-8a35-1440c673561c} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5451 | 2024.05.15 03:44:49.782143 [ 3 ] {f4534e1e-64a9-42f7-8a35-1440c673561c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5452 | 2024.05.15 03:44:49.782566 [ 3 ] {f4534e1e-64a9-42f7-8a35-1440c673561c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5453 | 2024.05.15 03:44:49.782886 [ 3 ] {f4534e1e-64a9-42f7-8a35-1440c673561c} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5454 | 2024.05.15 03:44:49.783008 [ 3 ] {f4534e1e-64a9-42f7-8a35-1440c673561c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001533 sec., 39138.94324853229 rows/sec., 2.64 MiB/sec. | ||
5455 | 2024.05.15 03:44:49.783171 [ 3 ] {f4534e1e-64a9-42f7-8a35-1440c673561c} <Debug> DynamicQueryHandler: Done processing query | ||
5456 | 2024.05.15 03:44:49.783196 [ 3 ] {f4534e1e-64a9-42f7-8a35-1440c673561c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5457 | 2024.05.15 03:44:49.783212 [ 3 ] {} <Debug> HTTP-Session: 712d8e12-4adf-4ecd-b778-b53d1dee8ab6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5458 | 2024.05.15 03:44:54.019755 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5459 | 2024.05.15 03:44:54.019864 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5460 | 2024.05.15 03:44:54.769614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 479, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5461 | 2024.05.15 03:44:54.769738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5462 | 2024.05.15 03:44:54.769768 [ 3 ] {} <Debug> HTTP-Session: ec74946e-eb2f-4692-915b-03321d8039f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5463 | 2024.05.15 03:44:54.769795 [ 3 ] {} <Debug> HTTP-Session: ec74946e-eb2f-4692-915b-03321d8039f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5464 | 2024.05.15 03:44:54.769813 [ 3 ] {} <Debug> HTTP-Session: ec74946e-eb2f-4692-915b-03321d8039f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5465 | 2024.05.15 03:44:54.769868 [ 3 ] {} <Trace> HTTP-Session: ec74946e-eb2f-4692-915b-03321d8039f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5466 | 2024.05.15 03:44:54.770065 [ 3 ] {654ca24e-1e29-48da-a979-8384c5aae6a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5467 | 2024.05.15 03:44:54.770137 [ 3 ] {654ca24e-1e29-48da-a979-8384c5aae6a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5468 | 2024.05.15 03:44:54.770352 [ 3 ] {654ca24e-1e29-48da-a979-8384c5aae6a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5469 | 2024.05.15 03:44:54.770791 [ 3 ] {654ca24e-1e29-48da-a979-8384c5aae6a1} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5470 | 2024.05.15 03:44:54.770839 [ 3 ] {654ca24e-1e29-48da-a979-8384c5aae6a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5471 | 2024.05.15 03:44:54.771210 [ 3 ] {654ca24e-1e29-48da-a979-8384c5aae6a1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5472 | 2024.05.15 03:44:54.771539 [ 3 ] {654ca24e-1e29-48da-a979-8384c5aae6a1} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5473 | 2024.05.15 03:44:54.771701 [ 3 ] {654ca24e-1e29-48da-a979-8384c5aae6a1} <Debug> executeQuery: Read 3 rows, 249.00 B in 0.001692 sec., 1773.049645390071 rows/sec., 143.71 KiB/sec. | ||
5474 | 2024.05.15 03:44:54.771985 [ 3 ] {654ca24e-1e29-48da-a979-8384c5aae6a1} <Debug> DynamicQueryHandler: Done processing query | ||
5475 | 2024.05.15 03:44:54.772022 [ 3 ] {654ca24e-1e29-48da-a979-8384c5aae6a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5476 | 2024.05.15 03:44:54.772045 [ 3 ] {} <Debug> HTTP-Session: ec74946e-eb2f-4692-915b-03321d8039f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5477 | 2024.05.15 03:44:54.772188 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5478 | 2024.05.15 03:44:54.772255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5479 | 2024.05.15 03:44:54.772283 [ 3 ] {} <Debug> HTTP-Session: cfbdae6b-8426-45da-ae7e-b958f072c114 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5480 | 2024.05.15 03:44:54.772308 [ 3 ] {} <Debug> HTTP-Session: cfbdae6b-8426-45da-ae7e-b958f072c114 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5481 | 2024.05.15 03:44:54.772328 [ 3 ] {} <Debug> HTTP-Session: cfbdae6b-8426-45da-ae7e-b958f072c114 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5482 | 2024.05.15 03:44:54.772374 [ 3 ] {} <Trace> HTTP-Session: cfbdae6b-8426-45da-ae7e-b958f072c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5483 | 2024.05.15 03:44:54.772509 [ 3 ] {25a29719-7e2a-4949-95bc-09b25715fc1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5484 | 2024.05.15 03:44:54.772570 [ 3 ] {25a29719-7e2a-4949-95bc-09b25715fc1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5485 | 2024.05.15 03:44:54.772738 [ 3 ] {25a29719-7e2a-4949-95bc-09b25715fc1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5486 | 2024.05.15 03:44:54.773088 [ 3 ] {25a29719-7e2a-4949-95bc-09b25715fc1e} <Trace> oximeter.fields_ipaddr (7e29aa15-b077-4ae6-87e9-229bbccebf70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5487 | 2024.05.15 03:44:54.773131 [ 3 ] {25a29719-7e2a-4949-95bc-09b25715fc1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5488 | 2024.05.15 03:44:54.773513 [ 3 ] {25a29719-7e2a-4949-95bc-09b25715fc1e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5489 | 2024.05.15 03:44:54.773920 [ 3 ] {25a29719-7e2a-4949-95bc-09b25715fc1e} <Trace> oximeter.fields_ipaddr (7e29aa15-b077-4ae6-87e9-229bbccebf70): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5490 | 2024.05.15 03:44:54.774101 [ 3 ] {25a29719-7e2a-4949-95bc-09b25715fc1e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001623 sec., 1232.2858903265558 rows/sec., 100.48 KiB/sec. | ||
5491 | 2024.05.15 03:44:54.774277 [ 3 ] {25a29719-7e2a-4949-95bc-09b25715fc1e} <Debug> DynamicQueryHandler: Done processing query | ||
5492 | 2024.05.15 03:44:54.774302 [ 3 ] {25a29719-7e2a-4949-95bc-09b25715fc1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5493 | 2024.05.15 03:44:54.774318 [ 3 ] {} <Debug> HTTP-Session: cfbdae6b-8426-45da-ae7e-b958f072c114 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5494 | 2024.05.15 03:44:54.774451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5495 | 2024.05.15 03:44:54.774502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5496 | 2024.05.15 03:44:54.774521 [ 3 ] {} <Debug> HTTP-Session: fba067c0-6b41-4440-88e9-2b5ef6594a8a Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5497 | 2024.05.15 03:44:54.774539 [ 3 ] {} <Debug> HTTP-Session: fba067c0-6b41-4440-88e9-2b5ef6594a8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5498 | 2024.05.15 03:44:54.774553 [ 3 ] {} <Debug> HTTP-Session: fba067c0-6b41-4440-88e9-2b5ef6594a8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5499 | 2024.05.15 03:44:54.774586 [ 3 ] {} <Trace> HTTP-Session: fba067c0-6b41-4440-88e9-2b5ef6594a8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5500 | 2024.05.15 03:44:54.774708 [ 3 ] {654018c6-90de-40cf-9ad1-0a24f0a32a85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5501 | 2024.05.15 03:44:54.774758 [ 3 ] {654018c6-90de-40cf-9ad1-0a24f0a32a85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5502 | 2024.05.15 03:44:54.774886 [ 3 ] {654018c6-90de-40cf-9ad1-0a24f0a32a85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5503 | 2024.05.15 03:44:54.775204 [ 3 ] {654018c6-90de-40cf-9ad1-0a24f0a32a85} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5504 | 2024.05.15 03:44:54.775241 [ 3 ] {654018c6-90de-40cf-9ad1-0a24f0a32a85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5505 | 2024.05.15 03:44:54.775565 [ 3 ] {654018c6-90de-40cf-9ad1-0a24f0a32a85} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5506 | 2024.05.15 03:44:54.775887 [ 3 ] {654018c6-90de-40cf-9ad1-0a24f0a32a85} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5507 | 2024.05.15 03:44:54.776039 [ 3 ] {654018c6-90de-40cf-9ad1-0a24f0a32a85} <Debug> executeQuery: Read 66 rows, 5.32 KiB in 0.00137 sec., 48175.18248175183 rows/sec., 3.79 MiB/sec. | ||
5508 | 2024.05.15 03:44:54.776198 [ 3 ] {654018c6-90de-40cf-9ad1-0a24f0a32a85} <Debug> DynamicQueryHandler: Done processing query | ||
5509 | 2024.05.15 03:44:54.776222 [ 3 ] {654018c6-90de-40cf-9ad1-0a24f0a32a85} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5510 | 2024.05.15 03:44:54.776237 [ 3 ] {} <Debug> HTTP-Session: fba067c0-6b41-4440-88e9-2b5ef6594a8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5511 | 2024.05.15 03:44:54.776346 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5512 | 2024.05.15 03:44:54.776393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5513 | 2024.05.15 03:44:54.776412 [ 3 ] {} <Debug> HTTP-Session: c53b2f90-cfed-4e8b-b766-76bbf2bd163b Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5514 | 2024.05.15 03:44:54.776428 [ 3 ] {} <Debug> HTTP-Session: c53b2f90-cfed-4e8b-b766-76bbf2bd163b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5515 | 2024.05.15 03:44:54.776441 [ 3 ] {} <Debug> HTTP-Session: c53b2f90-cfed-4e8b-b766-76bbf2bd163b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5516 | 2024.05.15 03:44:54.776473 [ 3 ] {} <Trace> HTTP-Session: c53b2f90-cfed-4e8b-b766-76bbf2bd163b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5517 | 2024.05.15 03:44:54.776567 [ 3 ] {4809b8fd-e17a-42f0-b825-c8fb034f4364} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5518 | 2024.05.15 03:44:54.776609 [ 3 ] {4809b8fd-e17a-42f0-b825-c8fb034f4364} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5519 | 2024.05.15 03:44:54.776735 [ 3 ] {4809b8fd-e17a-42f0-b825-c8fb034f4364} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5520 | 2024.05.15 03:44:54.777085 [ 3 ] {4809b8fd-e17a-42f0-b825-c8fb034f4364} <Trace> oximeter.fields_u16 (27df60cb-3085-4c57-b33a-a2ff697a542d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5521 | 2024.05.15 03:44:54.777122 [ 3 ] {4809b8fd-e17a-42f0-b825-c8fb034f4364} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5522 | 2024.05.15 03:44:54.777411 [ 3 ] {4809b8fd-e17a-42f0-b825-c8fb034f4364} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5523 | 2024.05.15 03:44:54.777714 [ 3 ] {4809b8fd-e17a-42f0-b825-c8fb034f4364} <Trace> oximeter.fields_u16 (27df60cb-3085-4c57-b33a-a2ff697a542d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5524 | 2024.05.15 03:44:54.777849 [ 3 ] {4809b8fd-e17a-42f0-b825-c8fb034f4364} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001306 sec., 1531.3935681470136 rows/sec., 106.93 KiB/sec. | ||
5525 | 2024.05.15 03:44:54.778097 [ 3 ] {4809b8fd-e17a-42f0-b825-c8fb034f4364} <Debug> DynamicQueryHandler: Done processing query | ||
5526 | 2024.05.15 03:44:54.778122 [ 3 ] {4809b8fd-e17a-42f0-b825-c8fb034f4364} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5527 | 2024.05.15 03:44:54.778139 [ 3 ] {} <Debug> HTTP-Session: c53b2f90-cfed-4e8b-b766-76bbf2bd163b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5528 | 2024.05.15 03:44:54.778266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 11731, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5529 | 2024.05.15 03:44:54.778315 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5530 | 2024.05.15 03:44:54.778333 [ 3 ] {} <Debug> HTTP-Session: 261b3b2e-1669-4c56-a973-781d5490e1f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5531 | 2024.05.15 03:44:54.778350 [ 3 ] {} <Debug> HTTP-Session: 261b3b2e-1669-4c56-a973-781d5490e1f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5532 | 2024.05.15 03:44:54.778364 [ 3 ] {} <Debug> HTTP-Session: 261b3b2e-1669-4c56-a973-781d5490e1f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5533 | 2024.05.15 03:44:54.778395 [ 3 ] {} <Trace> HTTP-Session: 261b3b2e-1669-4c56-a973-781d5490e1f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5534 | 2024.05.15 03:44:54.778511 [ 3 ] {45204238-e4d3-4f08-ad5b-e31a4b93af53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5535 | 2024.05.15 03:44:54.778555 [ 3 ] {45204238-e4d3-4f08-ad5b-e31a4b93af53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5536 | 2024.05.15 03:44:54.778695 [ 3 ] {45204238-e4d3-4f08-ad5b-e31a4b93af53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5537 | 2024.05.15 03:44:54.779071 [ 3 ] {45204238-e4d3-4f08-ad5b-e31a4b93af53} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5538 | 2024.05.15 03:44:54.779108 [ 3 ] {45204238-e4d3-4f08-ad5b-e31a4b93af53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5539 | 2024.05.15 03:44:54.779417 [ 3 ] {45204238-e4d3-4f08-ad5b-e31a4b93af53} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5540 | 2024.05.15 03:44:54.779713 [ 3 ] {45204238-e4d3-4f08-ad5b-e31a4b93af53} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5541 | 2024.05.15 03:44:54.779864 [ 3 ] {45204238-e4d3-4f08-ad5b-e31a4b93af53} <Debug> executeQuery: Read 69 rows, 5.52 KiB in 0.001387 sec., 49747.65681326604 rows/sec., 3.89 MiB/sec. | ||
5542 | 2024.05.15 03:44:54.780036 [ 3 ] {45204238-e4d3-4f08-ad5b-e31a4b93af53} <Debug> DynamicQueryHandler: Done processing query | ||
5543 | 2024.05.15 03:44:54.780061 [ 3 ] {45204238-e4d3-4f08-ad5b-e31a4b93af53} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5544 | 2024.05.15 03:44:54.780077 [ 3 ] {} <Debug> HTTP-Session: 261b3b2e-1669-4c56-a973-781d5490e1f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5545 | 2024.05.15 03:44:54.780237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 30802, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5546 | 2024.05.15 03:44:54.780286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5547 | 2024.05.15 03:44:54.780304 [ 3 ] {} <Debug> HTTP-Session: b8924433-a671-4661-b4f1-3783176ecbbf Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5548 | 2024.05.15 03:44:54.780320 [ 3 ] {} <Debug> HTTP-Session: b8924433-a671-4661-b4f1-3783176ecbbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5549 | 2024.05.15 03:44:54.780334 [ 3 ] {} <Debug> HTTP-Session: b8924433-a671-4661-b4f1-3783176ecbbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5550 | 2024.05.15 03:44:54.780365 [ 3 ] {} <Trace> HTTP-Session: b8924433-a671-4661-b4f1-3783176ecbbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5551 | 2024.05.15 03:44:54.780515 [ 3 ] {8504bc06-d508-4c39-a08e-020a19c4a8a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5552 | 2024.05.15 03:44:54.780560 [ 3 ] {8504bc06-d508-4c39-a08e-020a19c4a8a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5553 | 2024.05.15 03:44:54.780704 [ 3 ] {8504bc06-d508-4c39-a08e-020a19c4a8a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5554 | 2024.05.15 03:44:54.781088 [ 3 ] {8504bc06-d508-4c39-a08e-020a19c4a8a3} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5555 | 2024.05.15 03:44:54.781123 [ 3 ] {8504bc06-d508-4c39-a08e-020a19c4a8a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5556 | 2024.05.15 03:44:54.781520 [ 3 ] {8504bc06-d508-4c39-a08e-020a19c4a8a3} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5557 | 2024.05.15 03:44:54.781868 [ 3 ] {8504bc06-d508-4c39-a08e-020a19c4a8a3} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5558 | 2024.05.15 03:44:54.782033 [ 3 ] {8504bc06-d508-4c39-a08e-020a19c4a8a3} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001584 sec., 101641.41414141415 rows/sec., 7.08 MiB/sec. | ||
5559 | 2024.05.15 03:44:54.782210 [ 3 ] {8504bc06-d508-4c39-a08e-020a19c4a8a3} <Debug> DynamicQueryHandler: Done processing query | ||
5560 | 2024.05.15 03:44:54.782233 [ 3 ] {8504bc06-d508-4c39-a08e-020a19c4a8a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5561 | 2024.05.15 03:44:54.782249 [ 3 ] {} <Debug> HTTP-Session: b8924433-a671-4661-b4f1-3783176ecbbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5562 | 2024.05.15 03:44:54.782364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 3269, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5563 | 2024.05.15 03:44:54.782412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5564 | 2024.05.15 03:44:54.782431 [ 3 ] {} <Debug> HTTP-Session: 7b3262fc-bb9c-469c-a1ad-4948c4fe22d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5565 | 2024.05.15 03:44:54.782447 [ 3 ] {} <Debug> HTTP-Session: 7b3262fc-bb9c-469c-a1ad-4948c4fe22d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5566 | 2024.05.15 03:44:54.782460 [ 3 ] {} <Debug> HTTP-Session: 7b3262fc-bb9c-469c-a1ad-4948c4fe22d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5567 | 2024.05.15 03:44:54.782491 [ 3 ] {} <Trace> HTTP-Session: 7b3262fc-bb9c-469c-a1ad-4948c4fe22d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5568 | 2024.05.15 03:44:54.782621 [ 3 ] {b1ccae94-5375-4409-9ba4-de5a161601ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5569 | 2024.05.15 03:44:54.782668 [ 3 ] {b1ccae94-5375-4409-9ba4-de5a161601ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5570 | 2024.05.15 03:44:54.782828 [ 3 ] {b1ccae94-5375-4409-9ba4-de5a161601ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5571 | 2024.05.15 03:44:54.783176 [ 3 ] {b1ccae94-5375-4409-9ba4-de5a161601ee} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5572 | 2024.05.15 03:44:54.783211 [ 3 ] {b1ccae94-5375-4409-9ba4-de5a161601ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5573 | 2024.05.15 03:44:54.783588 [ 3 ] {b1ccae94-5375-4409-9ba4-de5a161601ee} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5574 | 2024.05.15 03:44:54.783912 [ 3 ] {b1ccae94-5375-4409-9ba4-de5a161601ee} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5575 | 2024.05.15 03:44:54.784057 [ 3 ] {b1ccae94-5375-4409-9ba4-de5a161601ee} <Debug> executeQuery: Read 3 rows, 4.15 KiB in 0.001489 sec., 2014.7750167897916 rows/sec., 2.72 MiB/sec. | ||
5576 | 2024.05.15 03:44:54.784233 [ 3 ] {b1ccae94-5375-4409-9ba4-de5a161601ee} <Debug> DynamicQueryHandler: Done processing query | ||
5577 | 2024.05.15 03:44:54.784256 [ 3 ] {b1ccae94-5375-4409-9ba4-de5a161601ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5578 | 2024.05.15 03:44:54.784272 [ 3 ] {} <Debug> HTTP-Session: 7b3262fc-bb9c-469c-a1ad-4948c4fe22d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5579 | 2024.05.15 03:44:54.784386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5580 | 2024.05.15 03:44:54.784462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5581 | 2024.05.15 03:44:54.784481 [ 3 ] {} <Debug> HTTP-Session: 68972545-e5fd-4106-862e-5975c6e8c532 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5582 | 2024.05.15 03:44:54.784497 [ 3 ] {} <Debug> HTTP-Session: 68972545-e5fd-4106-862e-5975c6e8c532 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5583 | 2024.05.15 03:44:54.784511 [ 3 ] {} <Debug> HTTP-Session: 68972545-e5fd-4106-862e-5975c6e8c532 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5584 | 2024.05.15 03:44:54.784542 [ 3 ] {} <Trace> HTTP-Session: 68972545-e5fd-4106-862e-5975c6e8c532 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5585 | 2024.05.15 03:44:54.784657 [ 3 ] {37f854e2-8f64-4e89-badb-89cea7411567} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5586 | 2024.05.15 03:44:54.784701 [ 3 ] {37f854e2-8f64-4e89-badb-89cea7411567} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5587 | 2024.05.15 03:44:54.784830 [ 3 ] {37f854e2-8f64-4e89-badb-89cea7411567} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5588 | 2024.05.15 03:44:54.785139 [ 3 ] {37f854e2-8f64-4e89-badb-89cea7411567} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5589 | 2024.05.15 03:44:54.785199 [ 3 ] {37f854e2-8f64-4e89-badb-89cea7411567} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5590 | 2024.05.15 03:44:54.785556 [ 3 ] {37f854e2-8f64-4e89-badb-89cea7411567} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5591 | 2024.05.15 03:44:54.785886 [ 3 ] {37f854e2-8f64-4e89-badb-89cea7411567} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5592 | 2024.05.15 03:44:54.786040 [ 3 ] {37f854e2-8f64-4e89-badb-89cea7411567} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001418 sec., 42313.11706629055 rows/sec., 2.85 MiB/sec. | ||
5593 | 2024.05.15 03:44:54.786210 [ 3 ] {37f854e2-8f64-4e89-badb-89cea7411567} <Debug> DynamicQueryHandler: Done processing query | ||
5594 | 2024.05.15 03:44:54.786234 [ 3 ] {37f854e2-8f64-4e89-badb-89cea7411567} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5595 | 2024.05.15 03:44:54.786249 [ 3 ] {} <Debug> HTTP-Session: 68972545-e5fd-4106-862e-5975c6e8c532 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5596 | 2024.05.15 03:44:59.772615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 3923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5597 | 2024.05.15 03:44:59.772802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5598 | 2024.05.15 03:44:59.772827 [ 3 ] {} <Debug> HTTP-Session: 0362bfaa-3ed2-47f0-ac93-e18845111ccd Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5599 | 2024.05.15 03:44:59.772850 [ 3 ] {} <Debug> HTTP-Session: 0362bfaa-3ed2-47f0-ac93-e18845111ccd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5600 | 2024.05.15 03:44:59.772865 [ 3 ] {} <Debug> HTTP-Session: 0362bfaa-3ed2-47f0-ac93-e18845111ccd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5601 | 2024.05.15 03:44:59.772915 [ 3 ] {} <Trace> HTTP-Session: 0362bfaa-3ed2-47f0-ac93-e18845111ccd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5602 | 2024.05.15 03:44:59.773098 [ 3 ] {d322fd0c-150c-481a-877b-4ba4362724df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5603 | 2024.05.15 03:44:59.773164 [ 3 ] {d322fd0c-150c-481a-877b-4ba4362724df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5604 | 2024.05.15 03:44:59.773352 [ 3 ] {d322fd0c-150c-481a-877b-4ba4362724df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5605 | 2024.05.15 03:44:59.773813 [ 3 ] {d322fd0c-150c-481a-877b-4ba4362724df} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5606 | 2024.05.15 03:44:59.773859 [ 3 ] {d322fd0c-150c-481a-877b-4ba4362724df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5607 | 2024.05.15 03:44:59.774222 [ 3 ] {d322fd0c-150c-481a-877b-4ba4362724df} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5608 | 2024.05.15 03:44:59.774547 [ 3 ] {d322fd0c-150c-481a-877b-4ba4362724df} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5609 | 2024.05.15 03:44:59.774714 [ 3 ] {d322fd0c-150c-481a-877b-4ba4362724df} <Debug> executeQuery: Read 27 rows, 2.19 KiB in 0.001669 sec., 16177.351707609349 rows/sec., 1.28 MiB/sec. | ||
5610 | 2024.05.15 03:44:59.774731 [ 114 ] {} <Debug> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
5611 | 2024.05.15 03:44:59.774837 [ 114 ] {} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5612 | 2024.05.15 03:44:59.774887 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5613 | 2024.05.15 03:44:59.775009 [ 3 ] {d322fd0c-150c-481a-877b-4ba4362724df} <Debug> DynamicQueryHandler: Done processing query | ||
5614 | 2024.05.15 03:44:59.775045 [ 3 ] {d322fd0c-150c-481a-877b-4ba4362724df} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5615 | 2024.05.15 03:44:59.775045 [ 199 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::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 | ||
5616 | 2024.05.15 03:44:59.775063 [ 3 ] {} <Debug> HTTP-Session: 0362bfaa-3ed2-47f0-ac93-e18845111ccd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5617 | 2024.05.15 03:44:59.775191 [ 199 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5618 | 2024.05.15 03:44:59.775212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5619 | 2024.05.15 03:44:59.775235 [ 199 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 30 rows starting from the beginning of the part | ||
5620 | 2024.05.15 03:44:59.775280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5621 | 2024.05.15 03:44:59.775320 [ 3 ] {} <Debug> HTTP-Session: 74bf3915-e247-44cc-a53e-4406536d66df Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5622 | 2024.05.15 03:44:59.775388 [ 199 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 27 rows starting from the beginning of the part | ||
5623 | 2024.05.15 03:44:59.775396 [ 3 ] {} <Debug> HTTP-Session: 74bf3915-e247-44cc-a53e-4406536d66df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5624 | 2024.05.15 03:44:59.775456 [ 3 ] {} <Debug> HTTP-Session: 74bf3915-e247-44cc-a53e-4406536d66df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5625 | 2024.05.15 03:44:59.775608 [ 3 ] {} <Trace> HTTP-Session: 74bf3915-e247-44cc-a53e-4406536d66df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5626 | 2024.05.15 03:44:59.775746 [ 199 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 3 rows starting from the beginning of the part | ||
5627 | 2024.05.15 03:44:59.775967 [ 3 ] {0590bb48-76c6-4547-ac6a-73c45fd3b362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5628 | 2024.05.15 03:44:59.776011 [ 199 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 27 rows starting from the beginning of the part | ||
5629 | 2024.05.15 03:44:59.776107 [ 3 ] {0590bb48-76c6-4547-ac6a-73c45fd3b362} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5630 | 2024.05.15 03:44:59.776317 [ 199 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 3 rows starting from the beginning of the part | ||
5631 | 2024.05.15 03:44:59.776667 [ 199 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 27 rows starting from the beginning of the part | ||
5632 | 2024.05.15 03:44:59.777233 [ 3 ] {0590bb48-76c6-4547-ac6a-73c45fd3b362} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5633 | 2024.05.15 03:44:59.777743 [ 3 ] {0590bb48-76c6-4547-ac6a-73c45fd3b362} <Trace> oximeter.fields_ipaddr (7e29aa15-b077-4ae6-87e9-229bbccebf70): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5634 | 2024.05.15 03:44:59.777789 [ 3 ] {0590bb48-76c6-4547-ac6a-73c45fd3b362} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5635 | 2024.05.15 03:44:59.778289 [ 3 ] {0590bb48-76c6-4547-ac6a-73c45fd3b362} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5636 | 2024.05.15 03:44:59.778410 [ 190 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 117 rows, containing 4 columns (4 merged, 0 gathered) in 0.003439846 sec., 34013.150588718214 rows/sec., 2.69 MiB/sec. | ||
5637 | 2024.05.15 03:44:59.778690 [ 190 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
5638 | 2024.05.15 03:44:59.778853 [ 3 ] {0590bb48-76c6-4547-ac6a-73c45fd3b362} <Trace> oximeter.fields_ipaddr (7e29aa15-b077-4ae6-87e9-229bbccebf70): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5639 | 2024.05.15 03:44:59.779226 [ 3 ] {0590bb48-76c6-4547-ac6a-73c45fd3b362} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.003387 sec., 1771.479185119575 rows/sec., 144.45 KiB/sec. | ||
5640 | 2024.05.15 03:44:59.779654 [ 3 ] {0590bb48-76c6-4547-ac6a-73c45fd3b362} <Debug> DynamicQueryHandler: Done processing query | ||
5641 | 2024.05.15 03:44:59.779700 [ 199 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_30_6} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5642 | 2024.05.15 03:44:59.779706 [ 3 ] {0590bb48-76c6-4547-ac6a-73c45fd3b362} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5643 | 2024.05.15 03:44:59.779742 [ 3 ] {} <Debug> HTTP-Session: 74bf3915-e247-44cc-a53e-4406536d66df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5644 | 2024.05.15 03:44:59.779812 [ 199 ] {03bb7091-2cb7-4b80-9ab1-e923495746c1::all_1_30_6} <Trace> oximeter.fields_i64 (03bb7091-2cb7-4b80-9ab1-e923495746c1) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
5645 | 2024.05.15 03:44:59.779897 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
5646 | 2024.05.15 03:44:59.779914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 25439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5647 | 2024.05.15 03:44:59.779970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5648 | 2024.05.15 03:44:59.779989 [ 3 ] {} <Debug> HTTP-Session: c4eaa673-8e61-4d5f-bd2d-038124277083 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5649 | 2024.05.15 03:44:59.780005 [ 3 ] {} <Debug> HTTP-Session: c4eaa673-8e61-4d5f-bd2d-038124277083 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5650 | 2024.05.15 03:44:59.780019 [ 3 ] {} <Debug> HTTP-Session: c4eaa673-8e61-4d5f-bd2d-038124277083 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5651 | 2024.05.15 03:44:59.780051 [ 3 ] {} <Trace> HTTP-Session: c4eaa673-8e61-4d5f-bd2d-038124277083 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5652 | 2024.05.15 03:44:59.780203 [ 3 ] {1635e718-e593-47af-98b6-0ac1061f7028} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5653 | 2024.05.15 03:44:59.780245 [ 3 ] {1635e718-e593-47af-98b6-0ac1061f7028} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5654 | 2024.05.15 03:44:59.780385 [ 3 ] {1635e718-e593-47af-98b6-0ac1061f7028} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5655 | 2024.05.15 03:44:59.780820 [ 3 ] {1635e718-e593-47af-98b6-0ac1061f7028} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5656 | 2024.05.15 03:44:59.780856 [ 3 ] {1635e718-e593-47af-98b6-0ac1061f7028} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5657 | 2024.05.15 03:44:59.781174 [ 3 ] {1635e718-e593-47af-98b6-0ac1061f7028} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5658 | 2024.05.15 03:44:59.781488 [ 3 ] {1635e718-e593-47af-98b6-0ac1061f7028} <Trace> oximeter.fields_string (691f3314-4c0a-4f5f-98fe-b34b74884fa0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5659 | 2024.05.15 03:44:59.781646 [ 3 ] {1635e718-e593-47af-98b6-0ac1061f7028} <Debug> executeQuery: Read 176 rows, 14.75 KiB in 0.001506 sec., 116865.86985391767 rows/sec., 9.56 MiB/sec. | ||
5660 | 2024.05.15 03:44:59.781838 [ 3 ] {1635e718-e593-47af-98b6-0ac1061f7028} <Debug> DynamicQueryHandler: Done processing query | ||
5661 | 2024.05.15 03:44:59.781862 [ 3 ] {1635e718-e593-47af-98b6-0ac1061f7028} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5662 | 2024.05.15 03:44:59.781877 [ 3 ] {} <Debug> HTTP-Session: c4eaa673-8e61-4d5f-bd2d-038124277083 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5663 | 2024.05.15 03:44:59.781991 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5664 | 2024.05.15 03:44:59.782039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5665 | 2024.05.15 03:44:59.782058 [ 3 ] {} <Debug> HTTP-Session: 9e01da17-c616-4d98-aaa2-4a8a84a1205d Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5666 | 2024.05.15 03:44:59.782075 [ 3 ] {} <Debug> HTTP-Session: 9e01da17-c616-4d98-aaa2-4a8a84a1205d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5667 | 2024.05.15 03:44:59.782088 [ 3 ] {} <Debug> HTTP-Session: 9e01da17-c616-4d98-aaa2-4a8a84a1205d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5668 | 2024.05.15 03:44:59.782119 [ 3 ] {} <Trace> HTTP-Session: 9e01da17-c616-4d98-aaa2-4a8a84a1205d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5669 | 2024.05.15 03:44:59.782215 [ 3 ] {3c8f6adb-6cbe-43ea-8183-4566b45b820b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5670 | 2024.05.15 03:44:59.782257 [ 3 ] {3c8f6adb-6cbe-43ea-8183-4566b45b820b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5671 | 2024.05.15 03:44:59.782382 [ 3 ] {3c8f6adb-6cbe-43ea-8183-4566b45b820b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5672 | 2024.05.15 03:44:59.782682 [ 3 ] {3c8f6adb-6cbe-43ea-8183-4566b45b820b} <Trace> oximeter.fields_u16 (27df60cb-3085-4c57-b33a-a2ff697a542d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5673 | 2024.05.15 03:44:59.782717 [ 3 ] {3c8f6adb-6cbe-43ea-8183-4566b45b820b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5674 | 2024.05.15 03:44:59.783007 [ 3 ] {3c8f6adb-6cbe-43ea-8183-4566b45b820b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5675 | 2024.05.15 03:44:59.783305 [ 3 ] {3c8f6adb-6cbe-43ea-8183-4566b45b820b} <Trace> oximeter.fields_u16 (27df60cb-3085-4c57-b33a-a2ff697a542d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5676 | 2024.05.15 03:44:59.783455 [ 3 ] {3c8f6adb-6cbe-43ea-8183-4566b45b820b} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.00126 sec., 4761.9047619047615 rows/sec., 332.50 KiB/sec. | ||
5677 | 2024.05.15 03:44:59.783620 [ 3 ] {3c8f6adb-6cbe-43ea-8183-4566b45b820b} <Debug> DynamicQueryHandler: Done processing query | ||
5678 | 2024.05.15 03:44:59.783645 [ 3 ] {3c8f6adb-6cbe-43ea-8183-4566b45b820b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5679 | 2024.05.15 03:44:59.783660 [ 3 ] {} <Debug> HTTP-Session: 9e01da17-c616-4d98-aaa2-4a8a84a1205d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5680 | 2024.05.15 03:44:59.783799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 20531, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5681 | 2024.05.15 03:44:59.783846 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5682 | 2024.05.15 03:44:59.783864 [ 3 ] {} <Debug> HTTP-Session: 19f0ef68-96f2-4703-83a1-7e7c8dc5e439 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5683 | 2024.05.15 03:44:59.783879 [ 3 ] {} <Debug> HTTP-Session: 19f0ef68-96f2-4703-83a1-7e7c8dc5e439 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5684 | 2024.05.15 03:44:59.783892 [ 3 ] {} <Debug> HTTP-Session: 19f0ef68-96f2-4703-83a1-7e7c8dc5e439 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5685 | 2024.05.15 03:44:59.783922 [ 3 ] {} <Trace> HTTP-Session: 19f0ef68-96f2-4703-83a1-7e7c8dc5e439 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5686 | 2024.05.15 03:44:59.784064 [ 3 ] {f394913e-d6f8-4b34-8de8-5f0c4cd4fcf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5687 | 2024.05.15 03:44:59.784105 [ 3 ] {f394913e-d6f8-4b34-8de8-5f0c4cd4fcf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5688 | 2024.05.15 03:44:59.784230 [ 3 ] {f394913e-d6f8-4b34-8de8-5f0c4cd4fcf5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5689 | 2024.05.15 03:44:59.784611 [ 3 ] {f394913e-d6f8-4b34-8de8-5f0c4cd4fcf5} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5690 | 2024.05.15 03:44:59.784646 [ 3 ] {f394913e-d6f8-4b34-8de8-5f0c4cd4fcf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5691 | 2024.05.15 03:44:59.784955 [ 3 ] {f394913e-d6f8-4b34-8de8-5f0c4cd4fcf5} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5692 | 2024.05.15 03:44:59.785249 [ 3 ] {f394913e-d6f8-4b34-8de8-5f0c4cd4fcf5} <Trace> oximeter.fields_uuid (ff2093cc-a984-454d-bd53-1c76c613a9ff): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5693 | 2024.05.15 03:44:59.785406 [ 3 ] {f394913e-d6f8-4b34-8de8-5f0c4cd4fcf5} <Debug> executeQuery: Read 121 rows, 9.67 KiB in 0.001399 sec., 86490.3502501787 rows/sec., 6.75 MiB/sec. | ||
5694 | 2024.05.15 03:44:59.785674 [ 3 ] {f394913e-d6f8-4b34-8de8-5f0c4cd4fcf5} <Debug> DynamicQueryHandler: Done processing query | ||
5695 | 2024.05.15 03:44:59.785718 [ 3 ] {f394913e-d6f8-4b34-8de8-5f0c4cd4fcf5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5696 | 2024.05.15 03:44:59.785737 [ 3 ] {} <Debug> HTTP-Session: 19f0ef68-96f2-4703-83a1-7e7c8dc5e439 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5697 | 2024.05.15 03:44:59.785916 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 38157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5698 | 2024.05.15 03:44:59.785964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5699 | 2024.05.15 03:44:59.785983 [ 3 ] {} <Debug> HTTP-Session: c20eba87-2d68-45ab-ae68-cd3a40de6ce9 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5700 | 2024.05.15 03:44:59.785998 [ 3 ] {} <Debug> HTTP-Session: c20eba87-2d68-45ab-ae68-cd3a40de6ce9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5701 | 2024.05.15 03:44:59.786012 [ 3 ] {} <Debug> HTTP-Session: c20eba87-2d68-45ab-ae68-cd3a40de6ce9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5702 | 2024.05.15 03:44:59.786042 [ 3 ] {} <Trace> HTTP-Session: c20eba87-2d68-45ab-ae68-cd3a40de6ce9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5703 | 2024.05.15 03:44:59.786219 [ 3 ] {83ea0976-ec6b-4ff9-9023-e516a3f8900a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5704 | 2024.05.15 03:44:59.786267 [ 3 ] {83ea0976-ec6b-4ff9-9023-e516a3f8900a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5705 | 2024.05.15 03:44:59.786432 [ 3 ] {83ea0976-ec6b-4ff9-9023-e516a3f8900a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5706 | 2024.05.15 03:44:59.786850 [ 3 ] {83ea0976-ec6b-4ff9-9023-e516a3f8900a} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5707 | 2024.05.15 03:44:59.786885 [ 3 ] {83ea0976-ec6b-4ff9-9023-e516a3f8900a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5708 | 2024.05.15 03:44:59.787266 [ 3 ] {83ea0976-ec6b-4ff9-9023-e516a3f8900a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5709 | 2024.05.15 03:44:59.787593 [ 3 ] {83ea0976-ec6b-4ff9-9023-e516a3f8900a} <Trace> oximeter.measurements_cumulativeu64 (71f1229b-f75c-406d-b583-5004b931a391): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5710 | 2024.05.15 03:44:59.787748 [ 3 ] {83ea0976-ec6b-4ff9-9023-e516a3f8900a} <Debug> executeQuery: Read 199 rows, 14.22 KiB in 0.001609 sec., 123679.30391547545 rows/sec., 8.63 MiB/sec. | ||
5711 | 2024.05.15 03:44:59.787911 [ 3 ] {83ea0976-ec6b-4ff9-9023-e516a3f8900a} <Debug> DynamicQueryHandler: Done processing query | ||
5712 | 2024.05.15 03:44:59.787932 [ 3 ] {83ea0976-ec6b-4ff9-9023-e516a3f8900a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5713 | 2024.05.15 03:44:59.787947 [ 3 ] {} <Debug> HTTP-Session: c20eba87-2d68-45ab-ae68-cd3a40de6ce9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5714 | 2024.05.15 03:44:59.788085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 28919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5715 | 2024.05.15 03:44:59.788130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5716 | 2024.05.15 03:44:59.788148 [ 3 ] {} <Debug> HTTP-Session: 41fcd426-4be9-43c9-bbab-a4d348e79ba2 Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5717 | 2024.05.15 03:44:59.788163 [ 3 ] {} <Debug> HTTP-Session: 41fcd426-4be9-43c9-bbab-a4d348e79ba2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5718 | 2024.05.15 03:44:59.788176 [ 3 ] {} <Debug> HTTP-Session: 41fcd426-4be9-43c9-bbab-a4d348e79ba2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5719 | 2024.05.15 03:44:59.788204 [ 3 ] {} <Trace> HTTP-Session: 41fcd426-4be9-43c9-bbab-a4d348e79ba2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5720 | 2024.05.15 03:44:59.788580 [ 3 ] {fd19cb01-7edc-4fce-80bd-fd3968681944} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5721 | 2024.05.15 03:44:59.788624 [ 3 ] {fd19cb01-7edc-4fce-80bd-fd3968681944} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5722 | 2024.05.15 03:44:59.788849 [ 3 ] {fd19cb01-7edc-4fce-80bd-fd3968681944} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5723 | 2024.05.15 03:44:59.789304 [ 3 ] {fd19cb01-7edc-4fce-80bd-fd3968681944} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5724 | 2024.05.15 03:44:59.789340 [ 3 ] {fd19cb01-7edc-4fce-80bd-fd3968681944} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5725 | 2024.05.15 03:44:59.789742 [ 3 ] {fd19cb01-7edc-4fce-80bd-fd3968681944} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5726 | 2024.05.15 03:44:59.790070 [ 3 ] {fd19cb01-7edc-4fce-80bd-fd3968681944} <Trace> oximeter.measurements_histogramf64 (90488c31-5655-4b57-9c82-7f06c13ce777): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5727 | 2024.05.15 03:44:59.790230 [ 3 ] {fd19cb01-7edc-4fce-80bd-fd3968681944} <Debug> executeQuery: Read 27 rows, 37.31 KiB in 0.001912 sec., 14121.338912133891 rows/sec., 19.06 MiB/sec. | ||
5728 | 2024.05.15 03:44:59.790403 [ 3 ] {fd19cb01-7edc-4fce-80bd-fd3968681944} <Debug> DynamicQueryHandler: Done processing query | ||
5729 | 2024.05.15 03:44:59.790427 [ 3 ] {fd19cb01-7edc-4fce-80bd-fd3968681944} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
5730 | 2024.05.15 03:44:59.790443 [ 3 ] {} <Debug> HTTP-Session: 41fcd426-4be9-43c9-bbab-a4d348e79ba2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5731 | 2024.05.15 03:44:59.790562 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58526, User-Agent: (none), Length: 9137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5732 | 2024.05.15 03:44:59.790610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5733 | 2024.05.15 03:44:59.790628 [ 3 ] {} <Debug> HTTP-Session: 94d73de9-e8d9-4a61-92b1-20f0e048228d Authenticating user 'default' from [fd00:1122:3344:101::d]:58526 | ||
5734 | 2024.05.15 03:44:59.790644 [ 3 ] {} <Debug> HTTP-Session: 94d73de9-e8d9-4a61-92b1-20f0e048228d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5735 | 2024.05.15 03:44:59.790658 [ 3 ] {} <Debug> HTTP-Session: 94d73de9-e8d9-4a61-92b1-20f0e048228d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5736 | 2024.05.15 03:44:59.790688 [ 3 ] {} <Trace> HTTP-Session: 94d73de9-e8d9-4a61-92b1-20f0e048228d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5737 | 2024.05.15 03:44:59.790816 [ 3 ] {42dfac8e-5ab5-4ff4-b243-0957508a4737} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58526) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5738 | 2024.05.15 03:44:59.790859 [ 3 ] {42dfac8e-5ab5-4ff4-b243-0957508a4737} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5739 | 2024.05.15 03:44:59.790984 [ 3 ] {42dfac8e-5ab5-4ff4-b243-0957508a4737} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5740 | 2024.05.15 03:44:59.791279 [ 3 ] {42dfac8e-5ab5-4ff4-b243-0957508a4737} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5741 | 2024.05.15 03:44:59.791314 [ 3 ] {42dfac8e-5ab5-4ff4-b243-0957508a4737} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5742 | 2024.05.15 03:44:59.791667 [ 3 ] {42dfac8e-5ab5-4ff4-b243-0957508a4737} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5743 | 2024.05.15 03:44:59.791980 [ 3 ] {42dfac8e-5ab5-4ff4-b243-0957508a4737} <Trace> oximeter.measurements_u64 (ee75cb62-6e33-4135-96e7-5922d38a6850): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5744 | 2024.05.15 03:44:59.792137 [ 3 ] {42dfac8e-5ab5-4ff4-b243-0957508a4737} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001368 sec., 43859.649122807015 rows/sec., 2.96 MiB/sec. | ||
5745 | 2024.05.15 03:44:59.792300 [ 3 ] {42dfac8e-5ab5-4ff4-b243-0957508a4737} <Debug> DynamicQueryHandler: Done processing query | ||
5746 | 2024.05.15 03:44:59.792325 [ 3 ] {42dfac8e-5ab5-4ff4-b243-0957508a4737} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5747 | 2024.05.15 03:44:59.792340 [ 3 ] {} <Debug> HTTP-Session: 94d73de9-e8d9-4a61-92b1-20f0e048228d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db |